122 lines
4.6 KiB
C#
122 lines
4.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 eDosStation.Properties {
|
|||
|
|
|
|||
|
|
|
|||
|
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
|||
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.11.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("3")]
|
|||
|
|
public int ComPort {
|
|||
|
|
get {
|
|||
|
|
return ((int)(this["ComPort"]));
|
|||
|
|
}
|
|||
|
|
set {
|
|||
|
|
this["ComPort"] = value;
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|||
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|||
|
|
[global::System.Configuration.DefaultSettingValueAttribute("1")]
|
|||
|
|
public int Inst_CODE1 {
|
|||
|
|
get {
|
|||
|
|
return ((int)(this["Inst_CODE1"]));
|
|||
|
|
}
|
|||
|
|
set {
|
|||
|
|
this["Inst_CODE1"] = value;
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|||
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|||
|
|
[global::System.Configuration.DefaultSettingValueAttribute("11")]
|
|||
|
|
public int Inst_CODE2 {
|
|||
|
|
get {
|
|||
|
|
return ((int)(this["Inst_CODE2"]));
|
|||
|
|
}
|
|||
|
|
set {
|
|||
|
|
this["Inst_CODE2"] = value;
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|||
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|||
|
|
[global::System.Configuration.DefaultSettingValueAttribute("BR1")]
|
|||
|
|
public string Inst_Name1 {
|
|||
|
|
get {
|
|||
|
|
return ((string)(this["Inst_Name1"]));
|
|||
|
|
}
|
|||
|
|
set {
|
|||
|
|
this["Inst_Name1"] = value;
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|||
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|||
|
|
[global::System.Configuration.DefaultSettingValueAttribute("Venus")]
|
|||
|
|
public string Inst_Name2 {
|
|||
|
|
get {
|
|||
|
|
return ((string)(this["Inst_Name2"]));
|
|||
|
|
}
|
|||
|
|
set {
|
|||
|
|
this["Inst_Name2"] = value;
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|||
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|||
|
|
[global::System.Configuration.DefaultSettingValueAttribute("0428790A0B4E80")]
|
|||
|
|
public string TestCSN {
|
|||
|
|
get {
|
|||
|
|
return ((string)(this["TestCSN"]));
|
|||
|
|
}
|
|||
|
|
set {
|
|||
|
|
this["TestCSN"] = value;
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|||
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|||
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|||
|
|
public bool useTestButtons {
|
|||
|
|
get {
|
|||
|
|
return ((bool)(this["useTestButtons"]));
|
|||
|
|
}
|
|||
|
|
set {
|
|||
|
|
this["useTestButtons"] = value;
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
|||
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|||
|
|
[global::System.Configuration.SpecialSettingAttribute(global::System.Configuration.SpecialSetting.ConnectionString)]
|
|||
|
|
[global::System.Configuration.DefaultSettingValueAttribute("Data Source=eDosLocal;Initial Catalog=eDosLocal;User ID=eDosStation;Password=Info" +
|
|||
|
|
"pla+8;TrustServerCertificate=True;Application Name=eDosStation")]
|
|||
|
|
public string localConnectionString {
|
|||
|
|
get {
|
|||
|
|
return ((string)(this["localConnectionString"]));
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
}
|