You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
135 lines
4.9 KiB
135 lines
4.9 KiB
//------------------------------------------------------------------------------
|
|
// <auto-generated>
|
|
// Dieser Code wurde von einem Tool generiert.
|
|
// Laufzeitversion:4.0.30319.42000
|
|
//
|
|
// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
|
|
// der Code erneut generiert wird.
|
|
// </auto-generated>
|
|
//------------------------------------------------------------------------------
|
|
|
|
namespace ARSDDE.Properties {
|
|
|
|
|
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "16.6.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 string Debug {
|
|
get {
|
|
return ((string)(this["Debug"]));
|
|
}
|
|
set {
|
|
this["Debug"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("ARS")]
|
|
public string OnDemandClinetString {
|
|
get {
|
|
return ((string)(this["OnDemandClinetString"]));
|
|
}
|
|
set {
|
|
this["OnDemandClinetString"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("\\\\locale\\deu")]
|
|
public string ARS_Language {
|
|
get {
|
|
return ((string)(this["ARS_Language"]));
|
|
}
|
|
set {
|
|
this["ARS_Language"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("true")]
|
|
public string StartClient {
|
|
get {
|
|
return ((string)(this["StartClient"]));
|
|
}
|
|
set {
|
|
this["StartClient"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("1000")]
|
|
public string WaitAfterStart {
|
|
get {
|
|
return ((string)(this["WaitAfterStart"]));
|
|
}
|
|
set {
|
|
this["WaitAfterStart"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("3")]
|
|
public string LogonTry {
|
|
get {
|
|
return ((string)(this["LogonTry"]));
|
|
}
|
|
set {
|
|
this["LogonTry"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("200")]
|
|
public string DDESleep {
|
|
get {
|
|
return ((string)(this["DDESleep"]));
|
|
}
|
|
set {
|
|
this["DDESleep"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("false")]
|
|
public string UseShellExecute {
|
|
get {
|
|
return ((string)(this["UseShellExecute"]));
|
|
}
|
|
set {
|
|
this["UseShellExecute"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("1500")]
|
|
public string DDETimeout {
|
|
get {
|
|
return ((string)(this["DDETimeout"]));
|
|
}
|
|
set {
|
|
this["DDETimeout"] = value;
|
|
}
|
|
}
|
|
}
|
|
}
|