MaiTouchSensorEmulator/Properties/Settings.Designer.cs

147 lines
5.5 KiB
C#
Raw Permalink Normal View History

2024-02-08 16:46:57 +08:00
//------------------------------------------------------------------------------
// <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 WpfMaiTouchEmulator.Properties {
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.8.0.0")]
internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase {
private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));
public static Settings Default {
get {
return defaultInstance;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("True")]
public bool IsDebugEnabled {
get {
return ((bool)(this["IsDebugEnabled"]));
}
set {
this["IsDebugEnabled"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("True")]
public bool IsAutomaticPositioningEnabled {
get {
return ((bool)(this["IsAutomaticPositioningEnabled"]));
}
set {
this["IsAutomaticPositioningEnabled"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("False")]
2024-02-08 16:46:57 +08:00
public bool IsAutomaticPortConnectingEnabled {
get {
return ((bool)(this["IsAutomaticPortConnectingEnabled"]));
}
set {
this["IsAutomaticPortConnectingEnabled"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("True")]
public bool IsExitWithSinmaiEnabled {
get {
return ((bool)(this["IsExitWithSinmaiEnabled"]));
}
set {
this["IsExitWithSinmaiEnabled"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("True")]
public bool FirstOpen {
get {
return ((bool)(this["FirstOpen"]));
}
set {
this["FirstOpen"] = value;
}
}
2024-04-24 17:40:10 +08:00
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("")]
public string UserLanguage {
get {
return ((string)(this["UserLanguage"]));
}
set {
this["UserLanguage"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("True")]
public bool IsRingButtonEmulationEnabled {
get {
return ((bool)(this["IsRingButtonEmulationEnabled"]));
}
set {
this["IsRingButtonEmulationEnabled"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("0")]
public int BorderSetting {
get {
return ((int)(this["BorderSetting"]));
}
set {
this["BorderSetting"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("")]
public string BorderColour {
get {
return ((string)(this["BorderColour"]));
}
set {
this["BorderColour"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("True")]
public bool UserSettingsUpgradeRequired {
get {
return ((bool)(this["UserSettingsUpgradeRequired"]));
}
set {
this["UserSettingsUpgradeRequired"] = value;
}
}
2024-02-08 16:46:57 +08:00
}
}