Update vor Import Gitea
This commit is contained in:
50
OnDemandDDE/ARSDDE/Properties/Settings.Designer.cs
generated
50
OnDemandDDE/ARSDDE/Properties/Settings.Designer.cs
generated
@@ -12,7 +12,7 @@ namespace ARSDDE.Properties {
|
||||
|
||||
|
||||
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "15.6.0.0")]
|
||||
[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())));
|
||||
@@ -82,5 +82,53 @@ namespace ARSDDE.Properties {
|
||||
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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user