Subversion Repositories group.NITPanels

Rev

Rev 3 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3 Rev 22
Line 1... Line 1...
1
//------------------------------------------------------------------------------
1
//------------------------------------------------------------------------------
2
// <auto-generated>
2
// <auto-generated>
3
//     This code was generated by a tool.
3
//     This code was generated by a tool.
4
//     Runtime Version:4.0.30319.18444
4
//     Runtime Version:4.0.30319.34014
5
//
5
//
6
//     Changes to this file may cause incorrect behavior and will be lost if
6
//     Changes to this file may cause incorrect behavior and will be lost if
7
//     the code is regenerated.
7
//     the code is regenerated.
8
// </auto-generated>
8
// </auto-generated>
9
//------------------------------------------------------------------------------
9
//------------------------------------------------------------------------------
10
 
10
 
11
namespace NITNavComm.Properties
11
namespace NITNavComm.Properties {
12
{
12
    
13
 
-
 
14
 
13
    
15
    [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
14
    [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
16
    [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "11.0.0.0")]
15
    [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "11.0.0.0")]
17
    internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase
16
    internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase {
18
    {
17
        
19
 
-
 
20
        private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));
18
        private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));
21
 
-
 
22
        public static Settings Default
-
 
23
        {
19
        
24
            get
20
        public static Settings Default {
25
            {
21
            get {
26
                return defaultInstance;
22
                return defaultInstance;
27
            }
23
            }
28
        }
24
        }
-
 
25
        
-
 
26
        [global::System.Configuration.UserScopedSettingAttribute()]
-
 
27
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
-
 
28
        [global::System.Configuration.DefaultSettingValueAttribute("")]
-
 
29
        public string volcontroldevice {
-
 
30
            get {
-
 
31
                return ((string)(this["volcontroldevice"]));
-
 
32
            }
-
 
33
            set {
-
 
34
                this["volcontroldevice"] = value;
-
 
35
            }
-
 
36
        }
29
    }
37
    }
30
}
38
}