mirror of
https://github.com/kwsch/NHSE.git
synced 2026-04-24 15:18:33 -05:00
Add theme menu to Editor and accompanying logic + strings. Updated Misc fruit/flower and CampsiteEditor to use translatable strings. Add strings to lang files.
150 lines
5.3 KiB
C#
150 lines
5.3 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 NHSE.WinForms.Properties {
|
|
|
|
|
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "16.4.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("")]
|
|
public string LastFilePath {
|
|
get {
|
|
return ((string)(this["LastFilePath"]));
|
|
}
|
|
set {
|
|
this["LastFilePath"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("192.168.0.1")]
|
|
public string SysBotIP {
|
|
get {
|
|
return ((string)(this["SysBotIP"]));
|
|
}
|
|
set {
|
|
this["SysBotIP"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("6000")]
|
|
public int SysBotPort {
|
|
get {
|
|
return ((int)(this["SysBotPort"]));
|
|
}
|
|
set {
|
|
this["SysBotPort"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
public bool SysBotPrompted {
|
|
get {
|
|
return ((bool)(this["SysBotPrompted"]));
|
|
}
|
|
set {
|
|
this["SysBotPrompted"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("0")]
|
|
public uint SysBotPouchOffset {
|
|
get {
|
|
return ((uint)(this["SysBotPouchOffset"]));
|
|
}
|
|
set {
|
|
this["SysBotPouchOffset"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("0")]
|
|
public uint SysBotGenericOffset {
|
|
get {
|
|
return ((uint)(this["SysBotGenericOffset"]));
|
|
}
|
|
set {
|
|
this["SysBotGenericOffset"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|
public bool AutomaticBackup {
|
|
get {
|
|
return ((bool)(this["AutomaticBackup"]));
|
|
}
|
|
set {
|
|
this["AutomaticBackup"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
public bool BackupPrompted {
|
|
get {
|
|
return ((bool)(this["BackupPrompted"]));
|
|
}
|
|
set {
|
|
this["BackupPrompted"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("en")]
|
|
public string Language {
|
|
get {
|
|
return ((string)(this["Language"]));
|
|
}
|
|
set {
|
|
this["Language"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("1")]
|
|
public string DarkMode
|
|
{
|
|
get
|
|
{
|
|
return ((string)(this["DarkMode"]));
|
|
}
|
|
set
|
|
{
|
|
this["DarkMode"] = value;
|
|
}
|
|
}
|
|
}
|
|
}
|