namespace Deckungsbeitrag
{
partial class FormEinstellung
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormEinstellung));
this.buttonVarKost = new System.Windows.Forms.Button();
this.textBoxVarKosten = new System.Windows.Forms.TextBox();
this.buttonVarSpeichern = new System.Windows.Forms.Button();
this.buttonFixLohnSpeichern = new System.Windows.Forms.Button();
this.textBoxFixLohnKosten = new System.Windows.Forms.TextBox();
this.buttonFixLohnKosten = new System.Windows.Forms.Button();
this.buttonFixMietSpeichern = new System.Windows.Forms.Button();
this.textBoxFixMietKosten = new System.Windows.Forms.TextBox();
this.buttonFixMietKosten = new System.Windows.Forms.Button();
this.buttonColNeg = new System.Windows.Forms.Button();
this.buttonColPos = new System.Windows.Forms.Button();
this.buttonColEqu = new System.Windows.Forms.Button();
this.label2 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.numUpDownMinWert = new System.Windows.Forms.NumericUpDown();
this.numUpDownMaxWert = new System.Windows.Forms.NumericUpDown();
this.numUpDownAnzahl = new System.Windows.Forms.NumericUpDown();
this.label6 = new System.Windows.Forms.Label();
this.checkBoxMinWert = new System.Windows.Forms.CheckBox();
this.checkBoxMaxWert = new System.Windows.Forms.CheckBox();
this.label5 = new System.Windows.Forms.Label();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.label10 = new System.Windows.Forms.Label();
this.label9 = new System.Windows.Forms.Label();
this.label8 = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label();
this.label11 = new System.Windows.Forms.Label();
this.label12 = new System.Windows.Forms.Label();
this.textBoxSortiment = new System.Windows.Forms.TextBox();
this.textBoxRatingbild = new System.Windows.Forms.TextBox();
this.buttonSortiment = new System.Windows.Forms.Button();
this.buttonRatingbild = new System.Windows.Forms.Button();
this.buttonSpeichern = new System.Windows.Forms.Button();
this.buttonAbbrechen = new System.Windows.Forms.Button();
this.buttonBeladeband = new System.Windows.Forms.Button();
this.buttonTrockner = new System.Windows.Forms.Button();
this.buttonHubband = new System.Windows.Forms.Button();
this.buttonPresse = new System.Windows.Forms.Button();
this.buttonWaschstrasse = new System.Windows.Forms.Button();
this.buttonEntladeband = new System.Windows.Forms.Button();
this.groupBoxFarben = new System.Windows.Forms.GroupBox();
this.label4 = new System.Windows.Forms.Label();
this.buttonAuftAbgel = new System.Windows.Forms.Button();
this.buttonAuftBald = new System.Windows.Forms.Button();
((System.ComponentModel.ISupportInitialize)(this.numUpDownMinWert)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.numUpDownMaxWert)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.numUpDownAnzahl)).BeginInit();
this.groupBox1.SuspendLayout();
this.groupBoxFarben.SuspendLayout();
this.SuspendLayout();
//
// buttonVarKost
//
this.buttonVarKost.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(53)))), ((int)(((byte)(101)))));
this.buttonVarKost.FlatAppearance.BorderColor = System.Drawing.Color.White;
this.buttonVarKost.FlatAppearance.BorderSize = 0;
this.buttonVarKost.FlatAppearance.MouseDownBackColor = System.Drawing.Color.LightSteelBlue;
this.buttonVarKost.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.buttonVarKost.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.buttonVarKost.ForeColor = System.Drawing.Color.White;
this.buttonVarKost.Location = new System.Drawing.Point(12, 53);
this.buttonVarKost.Name = "buttonVarKost";
this.buttonVarKost.Size = new System.Drawing.Size(214, 30);
this.buttonVarKost.TabIndex = 0;
this.buttonVarKost.Text = "Variable Kosten";
this.buttonVarKost.UseVisualStyleBackColor = false;
this.buttonVarKost.Click += new System.EventHandler(this.buttonVarKost_Click);
//
// textBoxVarKosten
//
this.textBoxVarKosten.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.textBoxVarKosten.Location = new System.Drawing.Point(268, 53);
this.textBoxVarKosten.Name = "textBoxVarKosten";
this.textBoxVarKosten.Size = new System.Drawing.Size(310, 30);
this.textBoxVarKosten.TabIndex = 1;
this.textBoxVarKosten.Visible = false;
//
// buttonVarSpeichern
//
this.buttonVarSpeichern.BackColor = System.Drawing.Color.LimeGreen;
this.buttonVarSpeichern.FlatAppearance.BorderSize = 0;
this.buttonVarSpeichern.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.buttonVarSpeichern.Image = ((System.Drawing.Image)(resources.GetObject("buttonVarSpeichern.Image")));
this.buttonVarSpeichern.Location = new System.Drawing.Point(232, 53);
this.buttonVarSpeichern.Name = "buttonVarSpeichern";
this.buttonVarSpeichern.Size = new System.Drawing.Size(30, 30);
this.buttonVarSpeichern.TabIndex = 2;
this.buttonVarSpeichern.UseVisualStyleBackColor = false;
this.buttonVarSpeichern.Visible = false;
this.buttonVarSpeichern.Click += new System.EventHandler(this.buttonVarSpeichern_Click);
//
// buttonFixLohnSpeichern
//
this.buttonFixLohnSpeichern.BackColor = System.Drawing.Color.LimeGreen;
this.buttonFixLohnSpeichern.FlatAppearance.BorderSize = 0;
this.buttonFixLohnSpeichern.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.buttonFixLohnSpeichern.Image = ((System.Drawing.Image)(resources.GetObject("buttonFixLohnSpeichern.Image")));
this.buttonFixLohnSpeichern.Location = new System.Drawing.Point(232, 89);
this.buttonFixLohnSpeichern.Name = "buttonFixLohnSpeichern";
this.buttonFixLohnSpeichern.Size = new System.Drawing.Size(30, 30);
this.buttonFixLohnSpeichern.TabIndex = 5;
this.buttonFixLohnSpeichern.UseVisualStyleBackColor = false;
this.buttonFixLohnSpeichern.Visible = false;
this.buttonFixLohnSpeichern.Click += new System.EventHandler(this.buttonFixLohnSpeichern_Click);
//
// textBoxFixLohnKosten
//
this.textBoxFixLohnKosten.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.textBoxFixLohnKosten.Location = new System.Drawing.Point(268, 89);
this.textBoxFixLohnKosten.Name = "textBoxFixLohnKosten";
this.textBoxFixLohnKosten.Size = new System.Drawing.Size(310, 30);
this.textBoxFixLohnKosten.TabIndex = 4;
this.textBoxFixLohnKosten.Visible = false;
//
// buttonFixLohnKosten
//
this.buttonFixLohnKosten.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(53)))), ((int)(((byte)(101)))));
this.buttonFixLohnKosten.FlatAppearance.BorderColor = System.Drawing.Color.White;
this.buttonFixLohnKosten.FlatAppearance.BorderSize = 0;
this.buttonFixLohnKosten.FlatAppearance.MouseDownBackColor = System.Drawing.Color.LightSteelBlue;
this.buttonFixLohnKosten.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.buttonFixLohnKosten.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.buttonFixLohnKosten.ForeColor = System.Drawing.Color.White;
this.buttonFixLohnKosten.Location = new System.Drawing.Point(12, 89);
this.buttonFixLohnKosten.Name = "buttonFixLohnKosten";
this.buttonFixLohnKosten.Size = new System.Drawing.Size(214, 30);
this.buttonFixLohnKosten.TabIndex = 3;
this.buttonFixLohnKosten.Text = "Fix Lohn Kosten";
this.buttonFixLohnKosten.UseVisualStyleBackColor = false;
this.buttonFixLohnKosten.Click += new System.EventHandler(this.buttonFixLohnKosten_Click);
//
// buttonFixMietSpeichern
//
this.buttonFixMietSpeichern.BackColor = System.Drawing.Color.LimeGreen;
this.buttonFixMietSpeichern.FlatAppearance.BorderSize = 0;
this.buttonFixMietSpeichern.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.buttonFixMietSpeichern.Image = ((System.Drawing.Image)(resources.GetObject("buttonFixMietSpeichern.Image")));
this.buttonFixMietSpeichern.Location = new System.Drawing.Point(232, 125);
this.buttonFixMietSpeichern.Name = "buttonFixMietSpeichern";
this.buttonFixMietSpeichern.Size = new System.Drawing.Size(30, 30);
this.buttonFixMietSpeichern.TabIndex = 8;
this.buttonFixMietSpeichern.UseVisualStyleBackColor = false;
this.buttonFixMietSpeichern.Visible = false;
this.buttonFixMietSpeichern.Click += new System.EventHandler(this.buttonFixMietSpeichern_Click);
//
// textBoxFixMietKosten
//
this.textBoxFixMietKosten.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.textBoxFixMietKosten.Location = new System.Drawing.Point(268, 125);
this.textBoxFixMietKosten.Name = "textBoxFixMietKosten";
this.textBoxFixMietKosten.Size = new System.Drawing.Size(310, 30);
this.textBoxFixMietKosten.TabIndex = 7;
this.textBoxFixMietKosten.Visible = false;
//
// buttonFixMietKosten
//
this.buttonFixMietKosten.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(53)))), ((int)(((byte)(101)))));
this.buttonFixMietKosten.FlatAppearance.BorderColor = System.Drawing.Color.White;
this.buttonFixMietKosten.FlatAppearance.BorderSize = 0;
this.buttonFixMietKosten.FlatAppearance.MouseDownBackColor = System.Drawing.Color.LightSteelBlue;
this.buttonFixMietKosten.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.buttonFixMietKosten.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.buttonFixMietKosten.ForeColor = System.Drawing.Color.White;
this.buttonFixMietKosten.Location = new System.Drawing.Point(12, 125);
this.buttonFixMietKosten.Name = "buttonFixMietKosten";
this.buttonFixMietKosten.Size = new System.Drawing.Size(214, 30);
this.buttonFixMietKosten.TabIndex = 6;
this.buttonFixMietKosten.Text = "Fix Miet Kosten";
this.buttonFixMietKosten.UseVisualStyleBackColor = false;
this.buttonFixMietKosten.Click += new System.EventHandler(this.buttonFixMietKosten_Click);
//
// buttonColNeg
//
this.buttonColNeg.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(53)))), ((int)(((byte)(101)))));
this.buttonColNeg.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(53)))), ((int)(((byte)(101)))));
this.buttonColNeg.FlatAppearance.BorderSize = 10;
this.buttonColNeg.FlatAppearance.MouseDownBackColor = System.Drawing.Color.LightSteelBlue;
this.buttonColNeg.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.buttonColNeg.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.buttonColNeg.ForeColor = System.Drawing.Color.White;
this.buttonColNeg.Location = new System.Drawing.Point(6, 43);
this.buttonColNeg.Name = "buttonColNeg";
this.buttonColNeg.Size = new System.Drawing.Size(214, 50);
this.buttonColNeg.TabIndex = 9;
this.buttonColNeg.Text = "Farbe Negativsumme";
this.buttonColNeg.UseVisualStyleBackColor = false;
this.buttonColNeg.Click += new System.EventHandler(this.Color_button_Click);
//
// buttonColPos
//
this.buttonColPos.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(53)))), ((int)(((byte)(101)))));
this.buttonColPos.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(53)))), ((int)(((byte)(101)))));
this.buttonColPos.FlatAppearance.BorderSize = 10;
this.buttonColPos.FlatAppearance.MouseDownBackColor = System.Drawing.Color.LightSteelBlue;
this.buttonColPos.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.buttonColPos.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.buttonColPos.ForeColor = System.Drawing.Color.White;
this.buttonColPos.Location = new System.Drawing.Point(226, 43);
this.buttonColPos.Name = "buttonColPos";
this.buttonColPos.Size = new System.Drawing.Size(214, 50);
this.buttonColPos.TabIndex = 10;
this.buttonColPos.Text = "Farbe Positivsumme";
this.buttonColPos.UseVisualStyleBackColor = false;
this.buttonColPos.Click += new System.EventHandler(this.Color_button_Click);
//
// buttonColEqu
//
this.buttonColEqu.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(53)))), ((int)(((byte)(101)))));
this.buttonColEqu.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(53)))), ((int)(((byte)(101)))));
this.buttonColEqu.FlatAppearance.BorderSize = 10;
this.buttonColEqu.FlatAppearance.MouseDownBackColor = System.Drawing.Color.LightSteelBlue;
this.buttonColEqu.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.buttonColEqu.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.buttonColEqu.ForeColor = System.Drawing.Color.White;
this.buttonColEqu.Location = new System.Drawing.Point(446, 43);
this.buttonColEqu.Name = "buttonColEqu";
this.buttonColEqu.Size = new System.Drawing.Size(214, 50);
this.buttonColEqu.TabIndex = 11;
this.buttonColEqu.Text = "Farbe Nullsumme";
this.buttonColEqu.UseVisualStyleBackColor = false;
this.buttonColEqu.Click += new System.EventHandler(this.Color_button_Click);
//
// label2
//
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 16.2F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label2.Location = new System.Drawing.Point(6, 9);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(363, 32);
this.label2.TabIndex = 13;
this.label2.Text = "Konto Nr. für Kostenstelle";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 16.2F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label3.Location = new System.Drawing.Point(6, 404);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(103, 32);
this.label3.TabIndex = 14;
this.label3.Text = "Rating";
//
// numUpDownMinWert
//
this.numUpDownMinWert.DecimalPlaces = 2;
this.numUpDownMinWert.Enabled = false;
this.numUpDownMinWert.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.numUpDownMinWert.Increment = new decimal(new int[] {
10,
0,
0,
0});
this.numUpDownMinWert.Location = new System.Drawing.Point(12, 477);
this.numUpDownMinWert.Maximum = new decimal(new int[] {
1000000,
0,
0,
0});
this.numUpDownMinWert.Name = "numUpDownMinWert";
this.numUpDownMinWert.Size = new System.Drawing.Size(150, 30);
this.numUpDownMinWert.TabIndex = 15;
this.numUpDownMinWert.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
this.numUpDownMinWert.ThousandsSeparator = true;
//
// numUpDownMaxWert
//
this.numUpDownMaxWert.DecimalPlaces = 2;
this.numUpDownMaxWert.Enabled = false;
this.numUpDownMaxWert.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.numUpDownMaxWert.Increment = new decimal(new int[] {
10,
0,
0,
0});
this.numUpDownMaxWert.Location = new System.Drawing.Point(168, 477);
this.numUpDownMaxWert.Maximum = new decimal(new int[] {
1000000,
0,
0,
0});
this.numUpDownMaxWert.Name = "numUpDownMaxWert";
this.numUpDownMaxWert.Size = new System.Drawing.Size(150, 30);
this.numUpDownMaxWert.TabIndex = 16;
this.numUpDownMaxWert.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
this.numUpDownMaxWert.ThousandsSeparator = true;
//
// numUpDownAnzahl
//
this.numUpDownAnzahl.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.numUpDownAnzahl.Location = new System.Drawing.Point(324, 477);
this.numUpDownAnzahl.Maximum = new decimal(new int[] {
20,
0,
0,
0});
this.numUpDownAnzahl.Name = "numUpDownAnzahl";
this.numUpDownAnzahl.Size = new System.Drawing.Size(97, 30);
this.numUpDownAnzahl.TabIndex = 17;
this.numUpDownAnzahl.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
//
// label6
//
this.label6.AutoSize = true;
this.label6.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label6.Location = new System.Drawing.Point(320, 454);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(60, 20);
this.label6.TabIndex = 20;
this.label6.Text = "Anzahl";
//
// checkBoxMinWert
//
this.checkBoxMinWert.AutoSize = true;
this.checkBoxMinWert.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.checkBoxMinWert.Location = new System.Drawing.Point(12, 450);
this.checkBoxMinWert.Name = "checkBoxMinWert";
this.checkBoxMinWert.Size = new System.Drawing.Size(103, 24);
this.checkBoxMinWert.TabIndex = 21;
this.checkBoxMinWert.Text = "Min. Wert";
this.checkBoxMinWert.UseVisualStyleBackColor = true;
this.checkBoxMinWert.CheckedChanged += new System.EventHandler(this.checkBoxMinWert_CheckedChanged);
//
// checkBoxMaxWert
//
this.checkBoxMaxWert.AutoSize = true;
this.checkBoxMaxWert.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.checkBoxMaxWert.Location = new System.Drawing.Point(168, 450);
this.checkBoxMaxWert.Name = "checkBoxMaxWert";
this.checkBoxMaxWert.Size = new System.Drawing.Size(107, 24);
this.checkBoxMaxWert.TabIndex = 22;
this.checkBoxMaxWert.Text = "Max. Wert";
this.checkBoxMaxWert.UseVisualStyleBackColor = true;
this.checkBoxMaxWert.CheckedChanged += new System.EventHandler(this.checkBoxMaxWert_CheckedChanged);
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(115, 417);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(231, 16);
this.label5.TabIndex = 24;
this.label5.Text = "Regelt die Sterneverteilung im Rating.";
//
// groupBox1
//
this.groupBox1.Controls.Add(this.label10);
this.groupBox1.Controls.Add(this.label9);
this.groupBox1.Controls.Add(this.label8);
this.groupBox1.Controls.Add(this.label7);
this.groupBox1.Location = new System.Drawing.Point(452, 404);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(440, 103);
this.groupBox1.TabIndex = 25;
this.groupBox1.TabStop = false;
//
// label10
//
this.label10.AutoSize = true;
this.label10.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label10.Location = new System.Drawing.Point(6, 80);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(390, 16);
this.label10.TabIndex = 3;
this.label10.Text = "Wenn nicht angehackt wird Wert automatisch berechnet.";
//
// label9
//
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(6, 60);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(288, 16);
this.label9.TabIndex = 2;
this.label9.Text = "-> Anzahl: Maximal mögliche Anzahl an Sternen.";
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(6, 40);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(404, 16);
this.label8.TabIndex = 1;
this.label8.Text = "-> Max.Wert: Alle Werte darüber werden mit Max. Sternen versehen.";
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(6, 20);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(373, 16);
this.label7.TabIndex = 0;
this.label7.Text = "-> Min.Wert: Alle Wert darunter werden mit 0 Sternen versehen.";
//
// label11
//
this.label11.AutoSize = true;
this.label11.Location = new System.Drawing.Point(375, 22);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(335, 16);
this.label11.TabIndex = 26;
this.label11.Text = "KontoNr. zu einer Kostenstelle für den Import hinzufügen.";
//
// label12
//
this.label12.AutoSize = true;
this.label12.Font = new System.Drawing.Font("Microsoft Sans Serif", 16.2F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label12.Location = new System.Drawing.Point(6, 521);
this.label12.Name = "label12";
this.label12.Size = new System.Drawing.Size(231, 32);
this.label12.TabIndex = 27;
this.label12.Text = "DokumentPfade";
//
// textBoxSortiment
//
this.textBoxSortiment.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.textBoxSortiment.Location = new System.Drawing.Point(232, 567);
this.textBoxSortiment.Name = "textBoxSortiment";
this.textBoxSortiment.Size = new System.Drawing.Size(561, 30);
this.textBoxSortiment.TabIndex = 28;
this.textBoxSortiment.Visible = false;
this.textBoxSortiment.TextChanged += new System.EventHandler(this.TextBox_TextChanged);
this.textBoxSortiment.Enter += new System.EventHandler(this.textBoxSortiment_Enter);
this.textBoxSortiment.Validating += new System.ComponentModel.CancelEventHandler(this.TextBox_Validating);
//
// textBoxRatingbild
//
this.textBoxRatingbild.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.textBoxRatingbild.Location = new System.Drawing.Point(232, 603);
this.textBoxRatingbild.Name = "textBoxRatingbild";
this.textBoxRatingbild.Size = new System.Drawing.Size(561, 30);
this.textBoxRatingbild.TabIndex = 30;
this.textBoxRatingbild.Visible = false;
this.textBoxRatingbild.TextChanged += new System.EventHandler(this.TextBox_TextChanged);
this.textBoxRatingbild.Enter += new System.EventHandler(this.textBoxSortiment_Enter);
this.textBoxRatingbild.Validating += new System.ComponentModel.CancelEventHandler(this.TextBox_Validating);
//
// buttonSortiment
//
this.buttonSortiment.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(53)))), ((int)(((byte)(101)))));
this.buttonSortiment.FlatAppearance.BorderColor = System.Drawing.Color.White;
this.buttonSortiment.FlatAppearance.BorderSize = 0;
this.buttonSortiment.FlatAppearance.MouseDownBackColor = System.Drawing.Color.LightSteelBlue;
this.buttonSortiment.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.buttonSortiment.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.buttonSortiment.ForeColor = System.Drawing.Color.White;
this.buttonSortiment.Location = new System.Drawing.Point(12, 567);
this.buttonSortiment.Name = "buttonSortiment";
this.buttonSortiment.Size = new System.Drawing.Size(214, 30);
this.buttonSortiment.TabIndex = 32;
this.buttonSortiment.Text = "Sortiment";
this.buttonSortiment.UseVisualStyleBackColor = false;
this.buttonSortiment.Click += new System.EventHandler(this.ButtonPfad_Click);
//
// buttonRatingbild
//
this.buttonRatingbild.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(53)))), ((int)(((byte)(101)))));
this.buttonRatingbild.FlatAppearance.BorderColor = System.Drawing.Color.White;
this.buttonRatingbild.FlatAppearance.BorderSize = 0;
this.buttonRatingbild.FlatAppearance.MouseDownBackColor = System.Drawing.Color.LightSteelBlue;
this.buttonRatingbild.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.buttonRatingbild.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.buttonRatingbild.ForeColor = System.Drawing.Color.White;
this.buttonRatingbild.Location = new System.Drawing.Point(12, 603);
this.buttonRatingbild.Name = "buttonRatingbild";
this.buttonRatingbild.Size = new System.Drawing.Size(214, 30);
this.buttonRatingbild.TabIndex = 33;
this.buttonRatingbild.Text = "Ratingbild";
this.buttonRatingbild.UseVisualStyleBackColor = false;
this.buttonRatingbild.Click += new System.EventHandler(this.ButtonPfad_Click);
//
// buttonSpeichern
//
this.buttonSpeichern.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.buttonSpeichern.BackColor = System.Drawing.Color.Green;
this.buttonSpeichern.FlatAppearance.BorderColor = System.Drawing.Color.Green;
this.buttonSpeichern.FlatAppearance.BorderSize = 0;
this.buttonSpeichern.FlatAppearance.MouseDownBackColor = System.Drawing.Color.LightSteelBlue;
this.buttonSpeichern.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.buttonSpeichern.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.buttonSpeichern.ForeColor = System.Drawing.Color.White;
this.buttonSpeichern.Location = new System.Drawing.Point(12, 702);
this.buttonSpeichern.Name = "buttonSpeichern";
this.buttonSpeichern.Size = new System.Drawing.Size(214, 35);
this.buttonSpeichern.TabIndex = 34;
this.buttonSpeichern.Text = "Speichern";
this.buttonSpeichern.UseVisualStyleBackColor = false;
this.buttonSpeichern.Click += new System.EventHandler(this.buttonSpeichern_Click);
//
// buttonAbbrechen
//
this.buttonAbbrechen.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.buttonAbbrechen.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(64)))), ((int)(((byte)(0)))));
this.buttonAbbrechen.CausesValidation = false;
this.buttonAbbrechen.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(64)))), ((int)(((byte)(0)))));
this.buttonAbbrechen.FlatAppearance.BorderSize = 0;
this.buttonAbbrechen.FlatAppearance.MouseDownBackColor = System.Drawing.Color.LightSteelBlue;
this.buttonAbbrechen.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.buttonAbbrechen.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.buttonAbbrechen.ForeColor = System.Drawing.Color.White;
this.buttonAbbrechen.Location = new System.Drawing.Point(232, 702);
this.buttonAbbrechen.Name = "buttonAbbrechen";
this.buttonAbbrechen.Size = new System.Drawing.Size(214, 35);
this.buttonAbbrechen.TabIndex = 35;
this.buttonAbbrechen.Text = "Abbrechen";
this.buttonAbbrechen.UseVisualStyleBackColor = false;
this.buttonAbbrechen.Click += new System.EventHandler(this.buttonAbbrechen_Click);
//
// buttonBeladeband
//
this.buttonBeladeband.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(53)))), ((int)(((byte)(101)))));
this.buttonBeladeband.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(53)))), ((int)(((byte)(101)))));
this.buttonBeladeband.FlatAppearance.BorderSize = 10;
this.buttonBeladeband.FlatAppearance.MouseDownBackColor = System.Drawing.Color.LightSteelBlue;
this.buttonBeladeband.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.buttonBeladeband.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.buttonBeladeband.ForeColor = System.Drawing.Color.White;
this.buttonBeladeband.Location = new System.Drawing.Point(6, 99);
this.buttonBeladeband.Name = "buttonBeladeband";
this.buttonBeladeband.Size = new System.Drawing.Size(214, 50);
this.buttonBeladeband.TabIndex = 36;
this.buttonBeladeband.Text = "Farbe Beladeband";
this.buttonBeladeband.UseVisualStyleBackColor = false;
this.buttonBeladeband.Click += new System.EventHandler(this.Color_button_Click);
//
// buttonTrockner
//
this.buttonTrockner.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(53)))), ((int)(((byte)(101)))));
this.buttonTrockner.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(53)))), ((int)(((byte)(101)))));
this.buttonTrockner.FlatAppearance.BorderSize = 10;
this.buttonTrockner.FlatAppearance.MouseDownBackColor = System.Drawing.Color.LightSteelBlue;
this.buttonTrockner.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.buttonTrockner.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.buttonTrockner.ForeColor = System.Drawing.Color.White;
this.buttonTrockner.Location = new System.Drawing.Point(886, 99);
this.buttonTrockner.Name = "buttonTrockner";
this.buttonTrockner.Size = new System.Drawing.Size(214, 50);
this.buttonTrockner.TabIndex = 37;
this.buttonTrockner.Text = "Farbe Trockner";
this.buttonTrockner.UseVisualStyleBackColor = false;
this.buttonTrockner.Click += new System.EventHandler(this.Color_button_Click);
//
// buttonHubband
//
this.buttonHubband.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(53)))), ((int)(((byte)(101)))));
this.buttonHubband.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(53)))), ((int)(((byte)(101)))));
this.buttonHubband.FlatAppearance.BorderSize = 10;
this.buttonHubband.FlatAppearance.MouseDownBackColor = System.Drawing.Color.LightSteelBlue;
this.buttonHubband.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.buttonHubband.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.buttonHubband.ForeColor = System.Drawing.Color.White;
this.buttonHubband.Location = new System.Drawing.Point(666, 99);
this.buttonHubband.Name = "buttonHubband";
this.buttonHubband.Size = new System.Drawing.Size(214, 50);
this.buttonHubband.TabIndex = 38;
this.buttonHubband.Text = "Farbe Hubband";
this.buttonHubband.UseVisualStyleBackColor = false;
this.buttonHubband.Click += new System.EventHandler(this.Color_button_Click);
//
// buttonPresse
//
this.buttonPresse.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(53)))), ((int)(((byte)(101)))));
this.buttonPresse.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(53)))), ((int)(((byte)(101)))));
this.buttonPresse.FlatAppearance.BorderSize = 10;
this.buttonPresse.FlatAppearance.MouseDownBackColor = System.Drawing.Color.LightSteelBlue;
this.buttonPresse.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.buttonPresse.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.buttonPresse.ForeColor = System.Drawing.Color.White;
this.buttonPresse.Location = new System.Drawing.Point(446, 99);
this.buttonPresse.Name = "buttonPresse";
this.buttonPresse.Size = new System.Drawing.Size(214, 50);
this.buttonPresse.TabIndex = 39;
this.buttonPresse.Text = "Farbe Presse";
this.buttonPresse.UseVisualStyleBackColor = false;
this.buttonPresse.Click += new System.EventHandler(this.Color_button_Click);
//
// buttonWaschstrasse
//
this.buttonWaschstrasse.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(53)))), ((int)(((byte)(101)))));
this.buttonWaschstrasse.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(53)))), ((int)(((byte)(101)))));
this.buttonWaschstrasse.FlatAppearance.BorderSize = 10;
this.buttonWaschstrasse.FlatAppearance.MouseDownBackColor = System.Drawing.Color.LightSteelBlue;
this.buttonWaschstrasse.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.buttonWaschstrasse.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.buttonWaschstrasse.ForeColor = System.Drawing.Color.White;
this.buttonWaschstrasse.Location = new System.Drawing.Point(226, 99);
this.buttonWaschstrasse.Name = "buttonWaschstrasse";
this.buttonWaschstrasse.Size = new System.Drawing.Size(214, 50);
this.buttonWaschstrasse.TabIndex = 40;
this.buttonWaschstrasse.Text = "Farbe Waschstrasse";
this.buttonWaschstrasse.UseVisualStyleBackColor = false;
this.buttonWaschstrasse.Click += new System.EventHandler(this.Color_button_Click);
//
// buttonEntladeband
//
this.buttonEntladeband.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(53)))), ((int)(((byte)(101)))));
this.buttonEntladeband.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(53)))), ((int)(((byte)(101)))));
this.buttonEntladeband.FlatAppearance.BorderSize = 10;
this.buttonEntladeband.FlatAppearance.MouseDownBackColor = System.Drawing.Color.LightSteelBlue;
this.buttonEntladeband.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.buttonEntladeband.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.buttonEntladeband.ForeColor = System.Drawing.Color.White;
this.buttonEntladeband.Location = new System.Drawing.Point(1106, 99);
this.buttonEntladeband.Name = "buttonEntladeband";
this.buttonEntladeband.Size = new System.Drawing.Size(214, 50);
this.buttonEntladeband.TabIndex = 41;
this.buttonEntladeband.Text = "Farbe Entladeband";
this.buttonEntladeband.UseVisualStyleBackColor = false;
this.buttonEntladeband.Click += new System.EventHandler(this.Color_button_Click);
//
// groupBoxFarben
//
this.groupBoxFarben.Controls.Add(this.buttonAuftBald);
this.groupBoxFarben.Controls.Add(this.buttonAuftAbgel);
this.groupBoxFarben.Controls.Add(this.label4);
this.groupBoxFarben.Controls.Add(this.buttonColNeg);
this.groupBoxFarben.Controls.Add(this.buttonEntladeband);
this.groupBoxFarben.Controls.Add(this.buttonColPos);
this.groupBoxFarben.Controls.Add(this.buttonWaschstrasse);
this.groupBoxFarben.Controls.Add(this.buttonColEqu);
this.groupBoxFarben.Controls.Add(this.buttonPresse);
this.groupBoxFarben.Controls.Add(this.buttonBeladeband);
this.groupBoxFarben.Controls.Add(this.buttonHubband);
this.groupBoxFarben.Controls.Add(this.buttonTrockner);
this.groupBoxFarben.Font = new System.Drawing.Font("Microsoft Sans Serif", 16.2F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.groupBoxFarben.Location = new System.Drawing.Point(12, 161);
this.groupBoxFarben.Name = "groupBoxFarben";
this.groupBoxFarben.Size = new System.Drawing.Size(1391, 217);
this.groupBoxFarben.TabIndex = 42;
this.groupBoxFarben.TabStop = false;
this.groupBoxFarben.Text = "Farben";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label4.Location = new System.Drawing.Point(666, 60);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(255, 16);
this.label4.TabIndex = 23;
this.label4.Text = "Gibt an welche Farben verwendet werden.";
//
// buttonAuftAbgel
//
this.buttonAuftAbgel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(53)))), ((int)(((byte)(101)))));
this.buttonAuftAbgel.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(53)))), ((int)(((byte)(101)))));
this.buttonAuftAbgel.FlatAppearance.BorderSize = 10;
this.buttonAuftAbgel.FlatAppearance.MouseDownBackColor = System.Drawing.Color.LightSteelBlue;
this.buttonAuftAbgel.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.buttonAuftAbgel.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.buttonAuftAbgel.ForeColor = System.Drawing.Color.White;
this.buttonAuftAbgel.Location = new System.Drawing.Point(6, 155);
this.buttonAuftAbgel.Name = "buttonAuftAbgel";
this.buttonAuftAbgel.Size = new System.Drawing.Size(214, 50);
this.buttonAuftAbgel.TabIndex = 42;
this.buttonAuftAbgel.Text = "Farbe Auftrag zu spät";
this.buttonAuftAbgel.UseVisualStyleBackColor = false;
this.buttonAuftAbgel.Click += new System.EventHandler(this.Color_button_Click);
//
// buttonAuftBald
//
this.buttonAuftBald.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(53)))), ((int)(((byte)(101)))));
this.buttonAuftBald.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(53)))), ((int)(((byte)(101)))));
this.buttonAuftBald.FlatAppearance.BorderSize = 10;
this.buttonAuftBald.FlatAppearance.MouseDownBackColor = System.Drawing.Color.LightSteelBlue;
this.buttonAuftBald.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.buttonAuftBald.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.buttonAuftBald.ForeColor = System.Drawing.Color.White;
this.buttonAuftBald.Location = new System.Drawing.Point(226, 155);
this.buttonAuftBald.Name = "buttonAuftBald";
this.buttonAuftBald.Size = new System.Drawing.Size(214, 50);
this.buttonAuftBald.TabIndex = 43;
this.buttonAuftBald.Text = "Farbe Auftrag bald";
this.buttonAuftBald.UseVisualStyleBackColor = false;
this.buttonAuftBald.Click += new System.EventHandler(this.Color_button_Click);
//
// FormEinstellung
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1589, 749);
this.Controls.Add(this.buttonAbbrechen);
this.Controls.Add(this.buttonSpeichern);
this.Controls.Add(this.buttonRatingbild);
this.Controls.Add(this.buttonSortiment);
this.Controls.Add(this.textBoxRatingbild);
this.Controls.Add(this.textBoxSortiment);
this.Controls.Add(this.label12);
this.Controls.Add(this.label11);
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.label5);
this.Controls.Add(this.checkBoxMaxWert);
this.Controls.Add(this.checkBoxMinWert);
this.Controls.Add(this.label6);
this.Controls.Add(this.numUpDownAnzahl);
this.Controls.Add(this.numUpDownMaxWert);
this.Controls.Add(this.numUpDownMinWert);
this.Controls.Add(this.label3);
this.Controls.Add(this.label2);
this.Controls.Add(this.buttonFixMietSpeichern);
this.Controls.Add(this.textBoxFixMietKosten);
this.Controls.Add(this.buttonFixMietKosten);
this.Controls.Add(this.buttonFixLohnSpeichern);
this.Controls.Add(this.textBoxFixLohnKosten);
this.Controls.Add(this.buttonFixLohnKosten);
this.Controls.Add(this.buttonVarSpeichern);
this.Controls.Add(this.textBoxVarKosten);
this.Controls.Add(this.buttonVarKost);
this.Controls.Add(this.groupBoxFarben);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "FormEinstellung";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Einstellung";
this.Load += new System.EventHandler(this.FormEinstellung_Load);
((System.ComponentModel.ISupportInitialize)(this.numUpDownMinWert)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.numUpDownMaxWert)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.numUpDownAnzahl)).EndInit();
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.groupBoxFarben.ResumeLayout(false);
this.groupBoxFarben.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button buttonVarKost;
private System.Windows.Forms.TextBox textBoxVarKosten;
private System.Windows.Forms.Button buttonVarSpeichern;
private System.Windows.Forms.Button buttonFixLohnSpeichern;
private System.Windows.Forms.TextBox textBoxFixLohnKosten;
private System.Windows.Forms.Button buttonFixLohnKosten;
private System.Windows.Forms.Button buttonFixMietSpeichern;
private System.Windows.Forms.TextBox textBoxFixMietKosten;
private System.Windows.Forms.Button buttonFixMietKosten;
private System.Windows.Forms.Button buttonColNeg;
private System.Windows.Forms.Button buttonColPos;
private System.Windows.Forms.Button buttonColEqu;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.NumericUpDown numUpDownMinWert;
private System.Windows.Forms.NumericUpDown numUpDownMaxWert;
private System.Windows.Forms.NumericUpDown numUpDownAnzahl;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.CheckBox checkBoxMinWert;
private System.Windows.Forms.CheckBox checkBoxMaxWert;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.Label label11;
private System.Windows.Forms.Label label12;
private System.Windows.Forms.TextBox textBoxSortiment;
private System.Windows.Forms.TextBox textBoxRatingbild;
private System.Windows.Forms.Button buttonSortiment;
private System.Windows.Forms.Button buttonRatingbild;
private System.Windows.Forms.Button buttonSpeichern;
private System.Windows.Forms.Button buttonAbbrechen;
private System.Windows.Forms.Button buttonBeladeband;
private System.Windows.Forms.Button buttonTrockner;
private System.Windows.Forms.Button buttonHubband;
private System.Windows.Forms.Button buttonPresse;
private System.Windows.Forms.Button buttonWaschstrasse;
private System.Windows.Forms.Button buttonEntladeband;
private System.Windows.Forms.GroupBox groupBoxFarben;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Button buttonAuftBald;
private System.Windows.Forms.Button buttonAuftAbgel;
}
}