You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
123 lines
4.5 KiB
C#
123 lines
4.5 KiB
C#
//------------------------------------------------------------------------------
|
|
// <auto-generated>
|
|
// 此代码由工具生成。
|
|
// 运行时版本:4.0.30319.42000
|
|
//
|
|
// 对此文件的更改可能会导致不正确的行为,并且如果
|
|
// 重新生成代码,这些更改将会丢失。
|
|
// </auto-generated>
|
|
//------------------------------------------------------------------------------
|
|
|
|
namespace Mesnac.Action.ChemicalWeighing.ManualControl {
|
|
|
|
|
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.6.0.0")]
|
|
internal sealed partial class Setting : global::System.Configuration.ApplicationSettingsBase {
|
|
|
|
private static Setting defaultInstance = ((Setting)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Setting())));
|
|
|
|
public static Setting Default {
|
|
get {
|
|
return defaultInstance;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("190")]
|
|
public short SetWaterValue1 {
|
|
get {
|
|
return ((short)(this["SetWaterValue1"]));
|
|
}
|
|
set {
|
|
this["SetWaterValue1"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("205")]
|
|
public short SetWaterValue2 {
|
|
get {
|
|
return ((short)(this["SetWaterValue2"]));
|
|
}
|
|
set {
|
|
this["SetWaterValue2"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("190")]
|
|
public short SetWaterValue3 {
|
|
get {
|
|
return ((short)(this["SetWaterValue3"]));
|
|
}
|
|
set {
|
|
this["SetWaterValue3"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("205")]
|
|
public short SetWaterValue4 {
|
|
get {
|
|
return ((short)(this["SetWaterValue4"]));
|
|
}
|
|
set {
|
|
this["SetWaterValue4"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("480")]
|
|
public short SetSpiralValue1 {
|
|
get {
|
|
return ((short)(this["SetSpiralValue1"]));
|
|
}
|
|
set {
|
|
this["SetSpiralValue1"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("480")]
|
|
public short SetSpiralValue2 {
|
|
get {
|
|
return ((short)(this["SetSpiralValue2"]));
|
|
}
|
|
set {
|
|
this["SetSpiralValue2"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("480")]
|
|
public short SetSpiralValue3 {
|
|
get {
|
|
return ((short)(this["SetSpiralValue3"]));
|
|
}
|
|
set {
|
|
this["SetSpiralValue3"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("480")]
|
|
public short SetSpiralValue4 {
|
|
get {
|
|
return ((short)(this["SetSpiralValue4"]));
|
|
}
|
|
set {
|
|
this["SetSpiralValue4"] = value;
|
|
}
|
|
}
|
|
}
|
|
}
|