243 lines
8.6 KiB
C#
243 lines
8.6 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 Server.Properties {
|
|
|
|
|
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "16.3.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 Ports {
|
|
get {
|
|
return ((string)(this["Ports"]));
|
|
}
|
|
set {
|
|
this["Ports"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
public string Filename {
|
|
get {
|
|
return ((string)(this["Filename"]));
|
|
}
|
|
set {
|
|
this["Filename"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|
public bool Notification {
|
|
get {
|
|
return ((bool)(this["Notification"]));
|
|
}
|
|
set {
|
|
this["Notification"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
public string Mutex {
|
|
get {
|
|
return ((string)(this["Mutex"]));
|
|
}
|
|
set {
|
|
this["Mutex"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("https://pastebin.com/raw/s14cUU5G")]
|
|
public string Pastebin {
|
|
get {
|
|
return ((string)(this["Pastebin"]));
|
|
}
|
|
set {
|
|
this["Pastebin"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
public string IP {
|
|
get {
|
|
return ((string)(this["IP"]));
|
|
}
|
|
set {
|
|
this["IP"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
public string ProductName {
|
|
get {
|
|
return ((string)(this["ProductName"]));
|
|
}
|
|
set {
|
|
this["ProductName"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
public string txtDescription {
|
|
get {
|
|
return ((string)(this["txtDescription"]));
|
|
}
|
|
set {
|
|
this["txtDescription"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
public string txtCompany {
|
|
get {
|
|
return ((string)(this["txtCompany"]));
|
|
}
|
|
set {
|
|
this["txtCompany"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
public string txtCopyright {
|
|
get {
|
|
return ((string)(this["txtCopyright"]));
|
|
}
|
|
set {
|
|
this["txtCopyright"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
public string txtTrademarks {
|
|
get {
|
|
return ((string)(this["txtTrademarks"]));
|
|
}
|
|
set {
|
|
this["txtTrademarks"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
public string txtOriginalFilename {
|
|
get {
|
|
return ((string)(this["txtOriginalFilename"]));
|
|
}
|
|
set {
|
|
this["txtOriginalFilename"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("0.0.0.0")]
|
|
public string txtProductVersion {
|
|
get {
|
|
return ((string)(this["txtProductVersion"]));
|
|
}
|
|
set {
|
|
this["txtProductVersion"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("0.0.0.0")]
|
|
public string txtFileVersion {
|
|
get {
|
|
return ((string)(this["txtFileVersion"]));
|
|
}
|
|
set {
|
|
this["txtFileVersion"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
public string txtPool {
|
|
get {
|
|
return ((string)(this["txtPool"]));
|
|
}
|
|
set {
|
|
this["txtPool"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
public string txtWallet {
|
|
get {
|
|
return ((string)(this["txtWallet"]));
|
|
}
|
|
set {
|
|
this["txtWallet"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
public string txtxmrPass {
|
|
get {
|
|
return ((string)(this["txtxmrPass"]));
|
|
}
|
|
set {
|
|
this["txtxmrPass"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
public string txtBlocked {
|
|
get {
|
|
return ((string)(this["txtBlocked"]));
|
|
}
|
|
set {
|
|
this["txtBlocked"] = value;
|
|
}
|
|
}
|
|
}
|
|
}
|