KeyWatch/KeyWatch++/Properties/KeyWatch.Designer.cs

99 lines
3.5 KiB
C#

//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
namespace KeyWatch__.Properties {
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "14.0.0.0")]
public sealed partial class KeyWatch : global::System.Configuration.ApplicationSettingsBase {
private static KeyWatch defaultInstance = ((KeyWatch)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new KeyWatch())));
public static KeyWatch Default {
get {
return defaultInstance;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("False")]
public bool Numlock {
get {
return ((bool)(this["Numlock"]));
}
set {
this["Numlock"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("False")]
public bool Scrolllock {
get {
return ((bool)(this["Scrolllock"]));
}
set {
this["Scrolllock"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("False")]
public bool Capslock {
get {
return ((bool)(this["Capslock"]));
}
set {
this["Capslock"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("")]
public string NumlockText {
get {
return ((string)(this["NumlockText"]));
}
set {
this["NumlockText"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("")]
public string CapslockText {
get {
return ((string)(this["CapslockText"]));
}
set {
this["CapslockText"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("")]
public string ScrolllockText {
get {
return ((string)(this["ScrolllockText"]));
}
set {
this["ScrolllockText"] = value;
}
}
}
}