Added property settings WhatROsToConvert, SelectedROFst, AnnotateWhenConvertingToText, AnnotateWhenShowingMissingRO, and AnnotateWhenShowingDifferentRO
This commit is contained in:
		
							
								
								
									
										62
									
								
								PROMS/DataLoader/Properties/Settings.Designer.cs
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										62
									
								
								PROMS/DataLoader/Properties/Settings.Designer.cs
									
									
									
										generated
									
									
									
								
							@@ -1,7 +1,7 @@
 | 
			
		||||
//------------------------------------------------------------------------------
 | 
			
		||||
// <auto-generated>
 | 
			
		||||
//     This code was generated by a tool.
 | 
			
		||||
//     Runtime Version:2.0.50727.4223
 | 
			
		||||
//     Runtime Version:2.0.50727.4247
 | 
			
		||||
//
 | 
			
		||||
//     Changes to this file may cause incorrect behavior and will be lost if
 | 
			
		||||
//     the code is regenerated.
 | 
			
		||||
@@ -346,5 +346,65 @@ namespace DataLoader.Properties {
 | 
			
		||||
                this["ProcessOnlyInLocation"] = value;
 | 
			
		||||
            }
 | 
			
		||||
        }
 | 
			
		||||
        
 | 
			
		||||
        [global::System.Configuration.UserScopedSettingAttribute()]
 | 
			
		||||
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | 
			
		||||
        [global::System.Configuration.DefaultSettingValueAttribute("0")]
 | 
			
		||||
        public int WhatROsToConvert {
 | 
			
		||||
            get {
 | 
			
		||||
                return ((int)(this["WhatROsToConvert"]));
 | 
			
		||||
            }
 | 
			
		||||
            set {
 | 
			
		||||
                this["WhatROsToConvert"] = value;
 | 
			
		||||
            }
 | 
			
		||||
        }
 | 
			
		||||
        
 | 
			
		||||
        [global::System.Configuration.UserScopedSettingAttribute()]
 | 
			
		||||
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | 
			
		||||
        [global::System.Configuration.DefaultSettingValueAttribute("-1")]
 | 
			
		||||
        public int SelectedROFst {
 | 
			
		||||
            get {
 | 
			
		||||
                return ((int)(this["SelectedROFst"]));
 | 
			
		||||
            }
 | 
			
		||||
            set {
 | 
			
		||||
                this["SelectedROFst"] = value;
 | 
			
		||||
            }
 | 
			
		||||
        }
 | 
			
		||||
        
 | 
			
		||||
        [global::System.Configuration.UserScopedSettingAttribute()]
 | 
			
		||||
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | 
			
		||||
        [global::System.Configuration.DefaultSettingValueAttribute("False")]
 | 
			
		||||
        public bool AnnotateWhenConvertingToText {
 | 
			
		||||
            get {
 | 
			
		||||
                return ((bool)(this["AnnotateWhenConvertingToText"]));
 | 
			
		||||
            }
 | 
			
		||||
            set {
 | 
			
		||||
                this["AnnotateWhenConvertingToText"] = value;
 | 
			
		||||
            }
 | 
			
		||||
        }
 | 
			
		||||
        
 | 
			
		||||
        [global::System.Configuration.UserScopedSettingAttribute()]
 | 
			
		||||
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | 
			
		||||
        [global::System.Configuration.DefaultSettingValueAttribute("False")]
 | 
			
		||||
        public bool AnnotateWhenShowingMissingRO {
 | 
			
		||||
            get {
 | 
			
		||||
                return ((bool)(this["AnnotateWhenShowingMissingRO"]));
 | 
			
		||||
            }
 | 
			
		||||
            set {
 | 
			
		||||
                this["AnnotateWhenShowingMissingRO"] = value;
 | 
			
		||||
            }
 | 
			
		||||
        }
 | 
			
		||||
        
 | 
			
		||||
        [global::System.Configuration.UserScopedSettingAttribute()]
 | 
			
		||||
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | 
			
		||||
        [global::System.Configuration.DefaultSettingValueAttribute("False")]
 | 
			
		||||
        public bool AnnotateWhenShowingDifferentRO {
 | 
			
		||||
            get {
 | 
			
		||||
                return ((bool)(this["AnnotateWhenShowingDifferentRO"]));
 | 
			
		||||
            }
 | 
			
		||||
            set {
 | 
			
		||||
                this["AnnotateWhenShowingDifferentRO"] = value;
 | 
			
		||||
            }
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
@@ -83,5 +83,20 @@
 | 
			
		||||
    <Setting Name="ProcessOnlyInLocation" Type="System.String" Scope="User">
 | 
			
		||||
      <Value Profile="(Default)" />
 | 
			
		||||
    </Setting>
 | 
			
		||||
    <Setting Name="WhatROsToConvert" Type="System.Int32" Scope="User">
 | 
			
		||||
      <Value Profile="(Default)">0</Value>
 | 
			
		||||
    </Setting>
 | 
			
		||||
    <Setting Name="SelectedROFst" Type="System.Int32" Scope="User">
 | 
			
		||||
      <Value Profile="(Default)">-1</Value>
 | 
			
		||||
    </Setting>
 | 
			
		||||
    <Setting Name="AnnotateWhenConvertingToText" Type="System.Boolean" Scope="User">
 | 
			
		||||
      <Value Profile="(Default)">False</Value>
 | 
			
		||||
    </Setting>
 | 
			
		||||
    <Setting Name="AnnotateWhenShowingMissingRO" Type="System.Boolean" Scope="User">
 | 
			
		||||
      <Value Profile="(Default)">False</Value>
 | 
			
		||||
    </Setting>
 | 
			
		||||
    <Setting Name="AnnotateWhenShowingDifferentRO" Type="System.Boolean" Scope="User">
 | 
			
		||||
      <Value Profile="(Default)">False</Value>
 | 
			
		||||
    </Setting>
 | 
			
		||||
  </Settings>
 | 
			
		||||
</SettingsFile>
 | 
			
		||||
		Reference in New Issue
	
	Block a user