307 lines
11 KiB
C#
307 lines
11 KiB
C#
//------------------------------------------------------------------------------
|
|
// <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 Deckungsbeitrag.Properties {
|
|
|
|
|
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.14.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("")]
|
|
public string OLVState {
|
|
get {
|
|
return ((string)(this["OLVState"]));
|
|
}
|
|
set {
|
|
this["OLVState"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("1, 53, 101")]
|
|
public global::System.Drawing.Color Wirlblau {
|
|
get {
|
|
return ((global::System.Drawing.Color)(this["Wirlblau"]));
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
public global::System.Drawing.Color ColPos {
|
|
get {
|
|
return ((global::System.Drawing.Color)(this["ColPos"]));
|
|
}
|
|
set {
|
|
this["ColPos"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
public global::System.Drawing.Color ColNeg {
|
|
get {
|
|
return ((global::System.Drawing.Color)(this["ColNeg"]));
|
|
}
|
|
set {
|
|
this["ColNeg"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
public global::System.Drawing.Color ColEqu {
|
|
get {
|
|
return ((global::System.Drawing.Color)(this["ColEqu"]));
|
|
}
|
|
set {
|
|
this["ColEqu"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("0")]
|
|
public double RatMin {
|
|
get {
|
|
return ((double)(this["RatMin"]));
|
|
}
|
|
set {
|
|
this["RatMin"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("0")]
|
|
public double RatMax {
|
|
get {
|
|
return ((double)(this["RatMax"]));
|
|
}
|
|
set {
|
|
this["RatMax"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("0")]
|
|
public int ZAnzahl {
|
|
get {
|
|
return ((int)(this["ZAnzahl"]));
|
|
}
|
|
set {
|
|
this["ZAnzahl"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
public bool MinChecked {
|
|
get {
|
|
return ((bool)(this["MinChecked"]));
|
|
}
|
|
set {
|
|
this["MinChecked"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
public bool MaxChecked {
|
|
get {
|
|
return ((bool)(this["MaxChecked"]));
|
|
}
|
|
set {
|
|
this["MaxChecked"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("Yellow")]
|
|
public global::System.Drawing.Color Beladeband {
|
|
get {
|
|
return ((global::System.Drawing.Color)(this["Beladeband"]));
|
|
}
|
|
set {
|
|
this["Beladeband"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("White")]
|
|
public global::System.Drawing.Color Waschstrasse {
|
|
get {
|
|
return ((global::System.Drawing.Color)(this["Waschstrasse"]));
|
|
}
|
|
set {
|
|
this["Waschstrasse"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("Red")]
|
|
public global::System.Drawing.Color Presse {
|
|
get {
|
|
return ((global::System.Drawing.Color)(this["Presse"]));
|
|
}
|
|
set {
|
|
this["Presse"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("LightBlue")]
|
|
public global::System.Drawing.Color Hubband {
|
|
get {
|
|
return ((global::System.Drawing.Color)(this["Hubband"]));
|
|
}
|
|
set {
|
|
this["Hubband"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("Green")]
|
|
public global::System.Drawing.Color Trockner {
|
|
get {
|
|
return ((global::System.Drawing.Color)(this["Trockner"]));
|
|
}
|
|
set {
|
|
this["Trockner"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("Violet")]
|
|
public global::System.Drawing.Color Entladeband {
|
|
get {
|
|
return ((global::System.Drawing.Color)(this["Entladeband"]));
|
|
}
|
|
set {
|
|
this["Entladeband"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
public global::System.Drawing.Color AuftAbgel {
|
|
get {
|
|
return ((global::System.Drawing.Color)(this["AuftAbgel"]));
|
|
}
|
|
set {
|
|
this["AuftAbgel"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
public global::System.Drawing.Color AuftBald {
|
|
get {
|
|
return ((global::System.Drawing.Color)(this["AuftBald"]));
|
|
}
|
|
set {
|
|
this["AuftBald"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("0, 0")]
|
|
public global::System.Drawing.Point Location_GroupBoxStatistik_Main {
|
|
get {
|
|
return ((global::System.Drawing.Point)(this["Location_GroupBoxStatistik_Main"]));
|
|
}
|
|
set {
|
|
this["Location_GroupBoxStatistik_Main"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("0, 0")]
|
|
public global::System.Drawing.Point Location_ButtonNeuerUser_Main {
|
|
get {
|
|
return ((global::System.Drawing.Point)(this["Location_ButtonNeuerUser_Main"]));
|
|
}
|
|
set {
|
|
this["Location_ButtonNeuerUser_Main"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("0, 0")]
|
|
public global::System.Drawing.Point Location_ButtonNeuerAuftrag_Main {
|
|
get {
|
|
return ((global::System.Drawing.Point)(this["Location_ButtonNeuerAuftrag_Main"]));
|
|
}
|
|
set {
|
|
this["Location_ButtonNeuerAuftrag_Main"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("QL-500")]
|
|
public string Etikett_Drucker {
|
|
get {
|
|
return ((string)(this["Etikett_Drucker"]));
|
|
}
|
|
set {
|
|
this["Etikett_Drucker"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("MFC-7440")]
|
|
public string SWS_Drucker {
|
|
get {
|
|
return ((string)(this["SWS_Drucker"]));
|
|
}
|
|
set {
|
|
this["SWS_Drucker"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("10")]
|
|
public int SWS_Copies {
|
|
get {
|
|
return ((int)(this["SWS_Copies"]));
|
|
}
|
|
set {
|
|
this["SWS_Copies"] = value;
|
|
}
|
|
}
|
|
}
|
|
}
|