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.buttonAuftBald = new System.Windows.Forms.Button(); this.buttonAuftAbgel = new System.Windows.Forms.Button(); this.label4 = new System.Windows.Forms.Label(); this.label13 = new System.Windows.Forms.Label(); this.label14 = new System.Windows.Forms.Label(); this.comboBoxSWSDrucker = new System.Windows.Forms.ComboBox(); this.comboBoxEtikettDrucker = new System.Windows.Forms.ComboBox(); this.groupBoxDrucker = new System.Windows.Forms.GroupBox(); this.label1 = new System.Windows.Forms.Label(); this.numericUpDownSWSKopien = new System.Windows.Forms.NumericUpDown(); ((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.groupBoxDrucker.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDownSWSKopien)).BeginInit(); 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(9, 43); this.buttonVarKost.Margin = new System.Windows.Forms.Padding(2); this.buttonVarKost.Name = "buttonVarKost"; this.buttonVarKost.Size = new System.Drawing.Size(160, 24); 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(201, 43); this.textBoxVarKosten.Margin = new System.Windows.Forms.Padding(2); this.textBoxVarKosten.Name = "textBoxVarKosten"; this.textBoxVarKosten.Size = new System.Drawing.Size(234, 26); 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(174, 43); this.buttonVarSpeichern.Margin = new System.Windows.Forms.Padding(2); this.buttonVarSpeichern.Name = "buttonVarSpeichern"; this.buttonVarSpeichern.Size = new System.Drawing.Size(22, 24); 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(174, 72); this.buttonFixLohnSpeichern.Margin = new System.Windows.Forms.Padding(2); this.buttonFixLohnSpeichern.Name = "buttonFixLohnSpeichern"; this.buttonFixLohnSpeichern.Size = new System.Drawing.Size(22, 24); 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(201, 72); this.textBoxFixLohnKosten.Margin = new System.Windows.Forms.Padding(2); this.textBoxFixLohnKosten.Name = "textBoxFixLohnKosten"; this.textBoxFixLohnKosten.Size = new System.Drawing.Size(234, 26); 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(9, 72); this.buttonFixLohnKosten.Margin = new System.Windows.Forms.Padding(2); this.buttonFixLohnKosten.Name = "buttonFixLohnKosten"; this.buttonFixLohnKosten.Size = new System.Drawing.Size(160, 24); 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(174, 102); this.buttonFixMietSpeichern.Margin = new System.Windows.Forms.Padding(2); this.buttonFixMietSpeichern.Name = "buttonFixMietSpeichern"; this.buttonFixMietSpeichern.Size = new System.Drawing.Size(22, 24); 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(201, 102); this.textBoxFixMietKosten.Margin = new System.Windows.Forms.Padding(2); this.textBoxFixMietKosten.Name = "textBoxFixMietKosten"; this.textBoxFixMietKosten.Size = new System.Drawing.Size(234, 26); 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(9, 102); this.buttonFixMietKosten.Margin = new System.Windows.Forms.Padding(2); this.buttonFixMietKosten.Name = "buttonFixMietKosten"; this.buttonFixMietKosten.Size = new System.Drawing.Size(160, 24); 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(4, 35); this.buttonColNeg.Margin = new System.Windows.Forms.Padding(2); this.buttonColNeg.Name = "buttonColNeg"; this.buttonColNeg.Size = new System.Drawing.Size(160, 41); 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(170, 35); this.buttonColPos.Margin = new System.Windows.Forms.Padding(2); this.buttonColPos.Name = "buttonColPos"; this.buttonColPos.Size = new System.Drawing.Size(160, 41); 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(334, 35); this.buttonColEqu.Margin = new System.Windows.Forms.Padding(2); this.buttonColEqu.Name = "buttonColEqu"; this.buttonColEqu.Size = new System.Drawing.Size(160, 41); 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(4, 7); this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(286, 26); 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(4, 328); this.label3.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(81, 26); 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(9, 388); this.numUpDownMinWert.Margin = new System.Windows.Forms.Padding(2); this.numUpDownMinWert.Maximum = new decimal(new int[] { 1000000, 0, 0, 0}); this.numUpDownMinWert.Name = "numUpDownMinWert"; this.numUpDownMinWert.Size = new System.Drawing.Size(112, 26); 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(126, 388); this.numUpDownMaxWert.Margin = new System.Windows.Forms.Padding(2); this.numUpDownMaxWert.Maximum = new decimal(new int[] { 1000000, 0, 0, 0}); this.numUpDownMaxWert.Name = "numUpDownMaxWert"; this.numUpDownMaxWert.Size = new System.Drawing.Size(112, 26); 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(243, 388); this.numUpDownAnzahl.Margin = new System.Windows.Forms.Padding(2); this.numUpDownAnzahl.Maximum = new decimal(new int[] { 20, 0, 0, 0}); this.numUpDownAnzahl.Name = "numUpDownAnzahl"; this.numUpDownAnzahl.Size = new System.Drawing.Size(73, 26); 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(240, 369); this.label6.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(51, 17); 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(9, 366); this.checkBoxMinWert.Margin = new System.Windows.Forms.Padding(2); this.checkBoxMinWert.Name = "checkBoxMinWert"; this.checkBoxMinWert.Size = new System.Drawing.Size(87, 21); 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(126, 366); this.checkBoxMaxWert.Margin = new System.Windows.Forms.Padding(2); this.checkBoxMaxWert.Name = "checkBoxMaxWert"; this.checkBoxMaxWert.Size = new System.Drawing.Size(90, 21); 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(86, 339); this.label5.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(185, 13); 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(339, 328); this.groupBox1.Margin = new System.Windows.Forms.Padding(2); this.groupBox1.Name = "groupBox1"; this.groupBox1.Padding = new System.Windows.Forms.Padding(2); this.groupBox1.Size = new System.Drawing.Size(330, 84); 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(4, 65); this.label10.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(331, 13); 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(4, 49); this.label9.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(233, 13); 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(4, 32); this.label8.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(329, 13); 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(4, 16); this.label7.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(306, 13); 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(301, 18); this.label11.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(275, 13); 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(4, 423); this.label12.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label12.Name = "label12"; this.label12.Size = new System.Drawing.Size(182, 26); 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(174, 461); this.textBoxSortiment.Margin = new System.Windows.Forms.Padding(2); this.textBoxSortiment.Name = "textBoxSortiment"; this.textBoxSortiment.Size = new System.Drawing.Size(422, 26); 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(174, 490); this.textBoxRatingbild.Margin = new System.Windows.Forms.Padding(2); this.textBoxRatingbild.Name = "textBoxRatingbild"; this.textBoxRatingbild.Size = new System.Drawing.Size(422, 26); 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(9, 461); this.buttonSortiment.Margin = new System.Windows.Forms.Padding(2); this.buttonSortiment.Name = "buttonSortiment"; this.buttonSortiment.Size = new System.Drawing.Size(160, 24); 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(9, 490); this.buttonRatingbild.Margin = new System.Windows.Forms.Padding(2); this.buttonRatingbild.Name = "buttonRatingbild"; this.buttonRatingbild.Size = new System.Drawing.Size(160, 24); 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(9, 639); this.buttonSpeichern.Margin = new System.Windows.Forms.Padding(2); this.buttonSpeichern.Name = "buttonSpeichern"; this.buttonSpeichern.Size = new System.Drawing.Size(160, 28); 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(174, 639); this.buttonAbbrechen.Margin = new System.Windows.Forms.Padding(2); this.buttonAbbrechen.Name = "buttonAbbrechen"; this.buttonAbbrechen.Size = new System.Drawing.Size(160, 28); 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(4, 80); this.buttonBeladeband.Margin = new System.Windows.Forms.Padding(2); this.buttonBeladeband.Name = "buttonBeladeband"; this.buttonBeladeband.Size = new System.Drawing.Size(160, 41); 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(664, 80); this.buttonTrockner.Margin = new System.Windows.Forms.Padding(2); this.buttonTrockner.Name = "buttonTrockner"; this.buttonTrockner.Size = new System.Drawing.Size(160, 41); 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(500, 80); this.buttonHubband.Margin = new System.Windows.Forms.Padding(2); this.buttonHubband.Name = "buttonHubband"; this.buttonHubband.Size = new System.Drawing.Size(160, 41); 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(334, 80); this.buttonPresse.Margin = new System.Windows.Forms.Padding(2); this.buttonPresse.Name = "buttonPresse"; this.buttonPresse.Size = new System.Drawing.Size(160, 41); 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(170, 80); this.buttonWaschstrasse.Margin = new System.Windows.Forms.Padding(2); this.buttonWaschstrasse.Name = "buttonWaschstrasse"; this.buttonWaschstrasse.Size = new System.Drawing.Size(160, 41); 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(830, 80); this.buttonEntladeband.Margin = new System.Windows.Forms.Padding(2); this.buttonEntladeband.Name = "buttonEntladeband"; this.buttonEntladeband.Size = new System.Drawing.Size(160, 41); 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(9, 131); this.groupBoxFarben.Margin = new System.Windows.Forms.Padding(2); this.groupBoxFarben.Name = "groupBoxFarben"; this.groupBoxFarben.Padding = new System.Windows.Forms.Padding(2); this.groupBoxFarben.Size = new System.Drawing.Size(1043, 176); this.groupBoxFarben.TabIndex = 42; this.groupBoxFarben.TabStop = false; this.groupBoxFarben.Text = "Farben"; // // 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(170, 126); this.buttonAuftBald.Margin = new System.Windows.Forms.Padding(2); this.buttonAuftBald.Name = "buttonAuftBald"; this.buttonAuftBald.Size = new System.Drawing.Size(160, 41); this.buttonAuftBald.TabIndex = 43; this.buttonAuftBald.Text = "Farbe Auftrag bald"; this.buttonAuftBald.UseVisualStyleBackColor = false; this.buttonAuftBald.Click += new System.EventHandler(this.Color_button_Click); // // 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(4, 126); this.buttonAuftAbgel.Margin = new System.Windows.Forms.Padding(2); this.buttonAuftAbgel.Name = "buttonAuftAbgel"; this.buttonAuftAbgel.Size = new System.Drawing.Size(160, 41); 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); // // 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(500, 49); this.label4.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(208, 13); this.label4.TabIndex = 23; this.label4.Text = "Gibt an welche Farben verwendet werden."; // // label13 // this.label13.AutoSize = true; this.label13.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label13.Location = new System.Drawing.Point(22, 37); this.label13.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label13.Name = "label13"; this.label13.Size = new System.Drawing.Size(73, 13); this.label13.TabIndex = 44; this.label13.Text = "SWS-Drucker"; // // label14 // this.label14.AutoSize = true; this.label14.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label14.Location = new System.Drawing.Point(22, 64); this.label14.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label14.Name = "label14"; this.label14.Size = new System.Drawing.Size(78, 13); this.label14.TabIndex = 45; this.label14.Text = "Etikett-Drucker"; // // comboBoxSWSDrucker // this.comboBoxSWSDrucker.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.comboBoxSWSDrucker.FormattingEnabled = true; this.comboBoxSWSDrucker.Location = new System.Drawing.Point(123, 29); this.comboBoxSWSDrucker.Name = "comboBoxSWSDrucker"; this.comboBoxSWSDrucker.Size = new System.Drawing.Size(195, 21); this.comboBoxSWSDrucker.TabIndex = 46; // // comboBoxEtikettDrucker // this.comboBoxEtikettDrucker.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.comboBoxEtikettDrucker.FormattingEnabled = true; this.comboBoxEtikettDrucker.Location = new System.Drawing.Point(123, 56); this.comboBoxEtikettDrucker.Name = "comboBoxEtikettDrucker"; this.comboBoxEtikettDrucker.Size = new System.Drawing.Size(195, 21); this.comboBoxEtikettDrucker.TabIndex = 47; // // groupBoxDrucker // this.groupBoxDrucker.Controls.Add(this.numericUpDownSWSKopien); this.groupBoxDrucker.Controls.Add(this.label1); this.groupBoxDrucker.Controls.Add(this.comboBoxSWSDrucker); this.groupBoxDrucker.Controls.Add(this.comboBoxEtikettDrucker); this.groupBoxDrucker.Controls.Add(this.label13); this.groupBoxDrucker.Controls.Add(this.label14); this.groupBoxDrucker.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.groupBoxDrucker.Location = new System.Drawing.Point(9, 533); this.groupBoxDrucker.Name = "groupBoxDrucker"; this.groupBoxDrucker.Size = new System.Drawing.Size(547, 90); this.groupBoxDrucker.TabIndex = 48; this.groupBoxDrucker.TabStop = false; this.groupBoxDrucker.Text = "Standart Drucker"; // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label1.Location = new System.Drawing.Point(331, 37); this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(68, 13); this.label1.TabIndex = 48; this.label1.Text = "SWS-Kopien"; // // numericUpDownSWSKopien // this.numericUpDownSWSKopien.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.numericUpDownSWSKopien.Location = new System.Drawing.Point(404, 30); this.numericUpDownSWSKopien.Name = "numericUpDownSWSKopien"; this.numericUpDownSWSKopien.Size = new System.Drawing.Size(47, 20); this.numericUpDownSWSKopien.TabIndex = 49; // // FormEinstellung // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1192, 678); this.Controls.Add(this.groupBoxDrucker); 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.Margin = new System.Windows.Forms.Padding(2); 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.groupBoxDrucker.ResumeLayout(false); this.groupBoxDrucker.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDownSWSKopien)).EndInit(); 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; private System.Windows.Forms.Label label13; private System.Windows.Forms.Label label14; private System.Windows.Forms.ComboBox comboBoxSWSDrucker; private System.Windows.Forms.ComboBox comboBoxEtikettDrucker; private System.Windows.Forms.GroupBox groupBoxDrucker; private System.Windows.Forms.Label label1; private System.Windows.Forms.NumericUpDown numericUpDownSWSKopien; } }