update 20241206
This commit is contained in:
28
Client/Properties/Settings.Designer.cs
generated
28
Client/Properties/Settings.Designer.cs
generated
@@ -121,7 +121,7 @@ namespace OnDoc.Properties {
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("Arial")]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("Bar 25i c HR")]
|
||||
public string BarcodeFont {
|
||||
get {
|
||||
return ((string)(this["BarcodeFont"]));
|
||||
@@ -133,7 +133,7 @@ namespace OnDoc.Properties {
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("8")]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("26")]
|
||||
public string BarcodeFontSize {
|
||||
get {
|
||||
return ((string)(this["BarcodeFontSize"]));
|
||||
@@ -154,5 +154,29 @@ namespace OnDoc.Properties {
|
||||
this["BarodeTextPosition"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("Arial")]
|
||||
public string ZusatzFont {
|
||||
get {
|
||||
return ((string)(this["ZusatzFont"]));
|
||||
}
|
||||
set {
|
||||
this["ZusatzFont"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("14")]
|
||||
public string ZusatzFontSize {
|
||||
get {
|
||||
return ((string)(this["ZusatzFontSize"]));
|
||||
}
|
||||
set {
|
||||
this["ZusatzFontSize"] = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user