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()]
|
2024-02-10 07:47:46 +08:00
|
|
|
|
[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;
|
|
|
|
|
}
|
|
|
|
|
}
|
2024-02-10 07:47:46 +08:00
|
|
|
|
|
|
|
|
|
[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;
|
|
|
|
|
}
|
|
|
|
|
}
|
2024-06-12 18:37:09 +08:00
|
|
|
|
|
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
2024-06-12 18:50:48 +08:00
|
|
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
2024-06-12 18:37:09 +08:00
|
|
|
|
public bool IsRingButtonEmulationEnabled {
|
|
|
|
|
get {
|
|
|
|
|
return ((bool)(this["IsRingButtonEmulationEnabled"]));
|
|
|
|
|
}
|
|
|
|
|
set {
|
|
|
|
|
this["IsRingButtonEmulationEnabled"] = value;
|
|
|
|
|
}
|
|
|
|
|
}
|
2024-11-09 17:40:55 +08:00
|
|
|
|
|
|
|
|
|
[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;
|
|
|
|
|
}
|
|
|
|
|
}
|
2024-11-19 15:46:40 +08:00
|
|
|
|
|
|
|
|
|
[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
|
|
|
|
}
|
|
|
|
|
}
|