mirror of
https://github.com/DaKerboul/perun.git
synced 2026-08-09 17:55:38 +02:00
183 lines
6.6 KiB
C#
183 lines
6.6 KiB
C#
//------------------------------------------------------------------------------
|
|
// <auto-generated>
|
|
// Ten kod został wygenerowany przez narzędzie.
|
|
// Wersja wykonawcza:4.0.30319.42000
|
|
//
|
|
// Zmiany w tym pliku mogą spowodować nieprawidłowe zachowanie i zostaną utracone, jeśli
|
|
// kod zostanie ponownie wygenerowany.
|
|
// </auto-generated>
|
|
//------------------------------------------------------------------------------
|
|
|
|
namespace Perun_v1.Properties {
|
|
|
|
|
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "16.8.1.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 MYSQL_Server {
|
|
get {
|
|
return ((string)(this["MYSQL_Server"]));
|
|
}
|
|
set {
|
|
this["MYSQL_Server"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
public string MYSQL_User {
|
|
get {
|
|
return ((string)(this["MYSQL_User"]));
|
|
}
|
|
set {
|
|
this["MYSQL_User"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
public string MYSQL_Password {
|
|
get {
|
|
return ((string)(this["MYSQL_Password"]));
|
|
}
|
|
set {
|
|
this["MYSQL_Password"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
public string MYSQL_DB {
|
|
get {
|
|
return ((string)(this["MYSQL_DB"]));
|
|
}
|
|
set {
|
|
this["MYSQL_DB"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
public string OTHER_LOTATC_FILE {
|
|
get {
|
|
return ((string)(this["OTHER_LOTATC_FILE"]));
|
|
}
|
|
set {
|
|
this["OTHER_LOTATC_FILE"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
public string OTHER_SRS_FILE {
|
|
get {
|
|
return ((string)(this["OTHER_SRS_FILE"]));
|
|
}
|
|
set {
|
|
this["OTHER_SRS_FILE"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
public bool OTHER_LOTATC_USE {
|
|
get {
|
|
return ((bool)(this["OTHER_LOTATC_USE"]));
|
|
}
|
|
set {
|
|
this["OTHER_LOTATC_USE"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
public bool OTHER_SRS_USE {
|
|
get {
|
|
return ((bool)(this["OTHER_SRS_USE"]));
|
|
}
|
|
set {
|
|
this["OTHER_SRS_USE"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("3306")]
|
|
public string MYSQL_Port {
|
|
get {
|
|
return ((string)(this["MYSQL_Port"]));
|
|
}
|
|
set {
|
|
this["MYSQL_Port"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("48620")]
|
|
public int DCS_Server_Port {
|
|
get {
|
|
return ((int)(this["DCS_Server_Port"]));
|
|
}
|
|
set {
|
|
this["DCS_Server_Port"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("1")]
|
|
public int DCS_Instance {
|
|
get {
|
|
return ((int)(this["DCS_Instance"]));
|
|
}
|
|
set {
|
|
this["DCS_Instance"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("1")]
|
|
public int OTHER_Log_Level {
|
|
get {
|
|
return ((int)(this["OTHER_Log_Level"]));
|
|
}
|
|
set {
|
|
this["OTHER_Log_Level"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|
public bool OTHER_Minimize_to_Tray {
|
|
get {
|
|
return ((bool)(this["OTHER_Minimize_to_Tray"]));
|
|
}
|
|
set {
|
|
this["OTHER_Minimize_to_Tray"] = value;
|
|
}
|
|
}
|
|
}
|
|
}
|