namespace Deckungsbeitrag { partial class FormAuftragDetail { /// /// 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(FormAuftragDetail)); this.dTPLiefertag = new System.Windows.Forms.DateTimePicker(); this.labelKundeName = new System.Windows.Forms.Label(); this.buttonFertig = new System.Windows.Forms.Button(); this.buttonAbbrechen = new System.Windows.Forms.Button(); this.labelRegion = new System.Windows.Forms.Label(); this.textBoxZusatz = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.listViewDavor = new System.Windows.Forms.ListView(); this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.columnHeader7 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.listViewDanach = new System.Windows.Forms.ListView(); this.columnHeader4 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.columnHeader5 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.columnHeader6 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.columnHeader8 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.label3 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.pictureBoxMinus = new System.Windows.Forms.PictureBox(); this.pictureBoxPlus = new System.Windows.Forms.PictureBox(); this.labelContainer = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); this.labelContDirt = new System.Windows.Forms.Label(); this.buttonSWS = new System.Windows.Forms.Button(); this.listViewArtikel = new System.Windows.Forms.ListView(); this.buttonSpeichern = new System.Windows.Forms.Button(); ((System.ComponentModel.ISupportInitialize)(this.pictureBoxMinus)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBoxPlus)).BeginInit(); this.SuspendLayout(); // // dTPLiefertag // this.dTPLiefertag.CustomFormat = "dddd dd.MM.yyyy"; this.dTPLiefertag.DropDownAlign = System.Windows.Forms.LeftRightAlignment.Right; this.dTPLiefertag.Enabled = false; this.dTPLiefertag.Font = new System.Drawing.Font("Microsoft Sans Serif", 19.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.dTPLiefertag.Format = System.Windows.Forms.DateTimePickerFormat.Custom; this.dTPLiefertag.Location = new System.Drawing.Point(15, 17); this.dTPLiefertag.Margin = new System.Windows.Forms.Padding(2); this.dTPLiefertag.Name = "dTPLiefertag"; this.dTPLiefertag.Size = new System.Drawing.Size(388, 37); this.dTPLiefertag.TabIndex = 1; // // labelKundeName // this.labelKundeName.AutoSize = true; this.labelKundeName.Font = new System.Drawing.Font("Microsoft Sans Serif", 22.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.labelKundeName.ForeColor = System.Drawing.Color.White; this.labelKundeName.Location = new System.Drawing.Point(15, 70); this.labelKundeName.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.labelKundeName.Name = "labelKundeName"; this.labelKundeName.Size = new System.Drawing.Size(179, 36); this.labelKundeName.TabIndex = 1; this.labelKundeName.Text = "KundeName"; // // buttonFertig // this.buttonFertig.Anchor = System.Windows.Forms.AnchorStyles.Bottom; this.buttonFertig.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0))))); this.buttonFertig.FlatAppearance.BorderSize = 0; this.buttonFertig.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.buttonFertig.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.buttonFertig.ForeColor = System.Drawing.Color.Black; this.buttonFertig.Location = new System.Drawing.Point(419, 462); this.buttonFertig.Margin = new System.Windows.Forms.Padding(2); this.buttonFertig.Name = "buttonFertig"; this.buttonFertig.Size = new System.Drawing.Size(200, 41); this.buttonFertig.TabIndex = 14; this.buttonFertig.Text = "Auftrag abschließen"; this.buttonFertig.UseVisualStyleBackColor = false; this.buttonFertig.Click += new System.EventHandler(this.buttonFertig_Click); // // buttonAbbrechen // this.buttonAbbrechen.Anchor = System.Windows.Forms.AnchorStyles.Bottom; this.buttonAbbrechen.BackColor = System.Drawing.Color.Red; this.buttonAbbrechen.FlatAppearance.BorderSize = 0; this.buttonAbbrechen.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.buttonAbbrechen.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.buttonAbbrechen.ForeColor = System.Drawing.Color.Black; this.buttonAbbrechen.Location = new System.Drawing.Point(623, 462); this.buttonAbbrechen.Margin = new System.Windows.Forms.Padding(2); this.buttonAbbrechen.Name = "buttonAbbrechen"; this.buttonAbbrechen.Size = new System.Drawing.Size(200, 41); this.buttonAbbrechen.TabIndex = 0; this.buttonAbbrechen.Text = "Abbrechen"; this.buttonAbbrechen.UseVisualStyleBackColor = false; this.buttonAbbrechen.Click += new System.EventHandler(this.buttonAbbrechen_Click); // // labelRegion // this.labelRegion.AutoSize = true; this.labelRegion.Font = new System.Drawing.Font("Microsoft Sans Serif", 22.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.labelRegion.ForeColor = System.Drawing.Color.White; this.labelRegion.Location = new System.Drawing.Point(15, 121); this.labelRegion.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.labelRegion.Name = "labelRegion"; this.labelRegion.Size = new System.Drawing.Size(111, 36); this.labelRegion.TabIndex = 18; this.labelRegion.Text = "Region"; // // textBoxZusatz // this.textBoxZusatz.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.textBoxZusatz.Enabled = false; this.textBoxZusatz.Font = new System.Drawing.Font("Microsoft Sans Serif", 16.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.textBoxZusatz.Location = new System.Drawing.Point(502, 17); this.textBoxZusatz.Margin = new System.Windows.Forms.Padding(2); this.textBoxZusatz.Multiline = true; this.textBoxZusatz.Name = "textBoxZusatz"; this.textBoxZusatz.Size = new System.Drawing.Size(315, 141); this.textBoxZusatz.TabIndex = 20; // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 16.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label1.ForeColor = System.Drawing.Color.White; this.label1.Location = new System.Drawing.Point(417, 17); this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(83, 26); this.label1.TabIndex = 21; this.label1.Text = "Zusatz:"; // // label2 // this.label2.AutoSize = true; this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 16.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label2.ForeColor = System.Drawing.Color.White; this.label2.Location = new System.Drawing.Point(338, 66); this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(106, 26); this.label2.TabIndex = 22; this.label2.Text = "Container"; // // listViewDavor // this.listViewDavor.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(53)))), ((int)(((byte)(101))))); this.listViewDavor.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { this.columnHeader3, this.columnHeader1, this.columnHeader2, this.columnHeader7}); this.listViewDavor.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.listViewDavor.ForeColor = System.Drawing.Color.White; this.listViewDavor.FullRowSelect = true; this.listViewDavor.GridLines = true; this.listViewDavor.HideSelection = false; this.listViewDavor.Location = new System.Drawing.Point(15, 217); this.listViewDavor.Margin = new System.Windows.Forms.Padding(2); this.listViewDavor.Name = "listViewDavor"; this.listViewDavor.Size = new System.Drawing.Size(396, 231); this.listViewDavor.TabIndex = 23; this.listViewDavor.UseCompatibleStateImageBehavior = false; this.listViewDavor.View = System.Windows.Forms.View.Details; // // columnHeader3 // this.columnHeader3.Text = "Kunde Name"; this.columnHeader3.Width = 150; // // columnHeader1 // this.columnHeader1.Text = "Region"; this.columnHeader1.Width = 200; // // columnHeader2 // this.columnHeader2.Text = "Container"; this.columnHeader2.Width = 150; // // columnHeader7 // this.columnHeader7.Text = "Status"; // // listViewDanach // this.listViewDanach.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(53)))), ((int)(((byte)(101))))); this.listViewDanach.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { this.columnHeader4, this.columnHeader5, this.columnHeader6, this.columnHeader8}); this.listViewDanach.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.listViewDanach.ForeColor = System.Drawing.Color.White; this.listViewDanach.FullRowSelect = true; this.listViewDanach.GridLines = true; this.listViewDanach.HideSelection = false; this.listViewDanach.Location = new System.Drawing.Point(422, 218); this.listViewDanach.Margin = new System.Windows.Forms.Padding(2); this.listViewDanach.Name = "listViewDanach"; this.listViewDanach.Size = new System.Drawing.Size(396, 231); this.listViewDanach.TabIndex = 24; this.listViewDanach.UseCompatibleStateImageBehavior = false; this.listViewDanach.View = System.Windows.Forms.View.Details; // // columnHeader4 // this.columnHeader4.Text = "Kunde Name"; this.columnHeader4.Width = 150; // // columnHeader5 // this.columnHeader5.Text = "Region"; this.columnHeader5.Width = 200; // // columnHeader6 // this.columnHeader6.Text = "Container"; this.columnHeader6.Width = 150; // // columnHeader8 // this.columnHeader8.Text = "Status"; // // label3 // this.label3.AutoSize = true; this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 16.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label3.ForeColor = System.Drawing.Color.White; this.label3.Location = new System.Drawing.Point(15, 189); this.label3.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(160, 26); this.label3.TabIndex = 25; this.label3.Text = "Aufträge davor:"; // // label4 // this.label4.AutoSize = true; this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 16.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label4.ForeColor = System.Drawing.Color.White; this.label4.Location = new System.Drawing.Point(424, 189); this.label4.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(177, 26); this.label4.TabIndex = 26; this.label4.Text = "Aufträge danach:"; // // pictureBoxMinus // this.pictureBoxMinus.BackColor = System.Drawing.Color.Red; this.pictureBoxMinus.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxMinus.Image"))); this.pictureBoxMinus.Location = new System.Drawing.Point(283, 117); this.pictureBoxMinus.Margin = new System.Windows.Forms.Padding(2); this.pictureBoxMinus.Name = "pictureBoxMinus"; this.pictureBoxMinus.Size = new System.Drawing.Size(38, 41); this.pictureBoxMinus.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; this.pictureBoxMinus.TabIndex = 30; this.pictureBoxMinus.TabStop = false; this.pictureBoxMinus.Click += new System.EventHandler(this.Container_Click); // // pictureBoxPlus // this.pictureBoxPlus.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0))))); this.pictureBoxPlus.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxPlus.Image"))); this.pictureBoxPlus.Location = new System.Drawing.Point(358, 117); this.pictureBoxPlus.Margin = new System.Windows.Forms.Padding(2); this.pictureBoxPlus.Name = "pictureBoxPlus"; this.pictureBoxPlus.Size = new System.Drawing.Size(38, 41); this.pictureBoxPlus.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; this.pictureBoxPlus.TabIndex = 29; this.pictureBoxPlus.TabStop = false; this.pictureBoxPlus.Click += new System.EventHandler(this.Container_Click); // // labelContainer // this.labelContainer.BackColor = System.Drawing.Color.White; this.labelContainer.Font = new System.Drawing.Font("Microsoft Sans Serif", 16.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.labelContainer.ForeColor = System.Drawing.Color.Black; this.labelContainer.Location = new System.Drawing.Point(320, 117); this.labelContainer.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.labelContainer.Name = "labelContainer"; this.labelContainer.Size = new System.Drawing.Size(38, 41); this.labelContainer.TabIndex = 28; this.labelContainer.Text = "0"; this.labelContainer.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.labelContainer.TextChanged += new System.EventHandler(this.labelContainer_TextChanged); // // label5 // this.label5.AutoSize = true; this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label5.ForeColor = System.Drawing.Color.White; this.label5.Location = new System.Drawing.Point(316, 98); this.label5.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(52, 17); this.label5.TabIndex = 31; this.label5.Text = "sauber"; // // 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.ForeColor = System.Drawing.Color.White; this.label6.Location = new System.Drawing.Point(420, 98); this.label6.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(71, 17); this.label6.TabIndex = 32; this.label6.Text = "schmutzig"; // // labelContDirt // this.labelContDirt.AutoSize = true; this.labelContDirt.Font = new System.Drawing.Font("Microsoft Sans Serif", 22.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.labelContDirt.ForeColor = System.Drawing.Color.White; this.labelContDirt.Location = new System.Drawing.Point(438, 118); this.labelContDirt.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.labelContDirt.Name = "labelContDirt"; this.labelContDirt.Size = new System.Drawing.Size(32, 36); this.labelContDirt.TabIndex = 33; this.labelContDirt.Text = "0"; // // buttonSWS // this.buttonSWS.Anchor = System.Windows.Forms.AnchorStyles.Bottom; this.buttonSWS.BackColor = System.Drawing.Color.Turquoise; this.buttonSWS.FlatAppearance.BorderSize = 0; this.buttonSWS.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.buttonSWS.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.buttonSWS.ForeColor = System.Drawing.Color.Black; this.buttonSWS.Location = new System.Drawing.Point(11, 462); this.buttonSWS.Margin = new System.Windows.Forms.Padding(2); this.buttonSWS.Name = "buttonSWS"; this.buttonSWS.Size = new System.Drawing.Size(200, 41); this.buttonSWS.TabIndex = 34; this.buttonSWS.Text = "Schmutzwäscheschein"; this.buttonSWS.UseVisualStyleBackColor = false; this.buttonSWS.Click += new System.EventHandler(this.buttonSWS_Click); // // listViewArtikel // this.listViewArtikel.CheckBoxes = true; this.listViewArtikel.Font = new System.Drawing.Font("Microsoft Sans Serif", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.listViewArtikel.FullRowSelect = true; this.listViewArtikel.GridLines = true; this.listViewArtikel.HideSelection = false; this.listViewArtikel.Location = new System.Drawing.Point(12, 189); this.listViewArtikel.Name = "listViewArtikel"; this.listViewArtikel.Size = new System.Drawing.Size(811, 260); this.listViewArtikel.TabIndex = 35; this.listViewArtikel.UseCompatibleStateImageBehavior = false; this.listViewArtikel.View = System.Windows.Forms.View.Details; this.listViewArtikel.Visible = false; this.listViewArtikel.ItemCheck += new System.Windows.Forms.ItemCheckEventHandler(this.listViewArtikel_ItemCheck); this.listViewArtikel.ItemChecked += new System.Windows.Forms.ItemCheckedEventHandler(this.listViewArtikel_ItemChecked); // // buttonSpeichern // this.buttonSpeichern.Anchor = System.Windows.Forms.AnchorStyles.Bottom; this.buttonSpeichern.BackColor = System.Drawing.Color.Yellow; this.buttonSpeichern.FlatAppearance.BorderSize = 0; this.buttonSpeichern.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.buttonSpeichern.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.buttonSpeichern.ForeColor = System.Drawing.Color.Black; this.buttonSpeichern.Location = new System.Drawing.Point(215, 462); this.buttonSpeichern.Margin = new System.Windows.Forms.Padding(2); this.buttonSpeichern.Name = "buttonSpeichern"; this.buttonSpeichern.Size = new System.Drawing.Size(200, 41); this.buttonSpeichern.TabIndex = 36; this.buttonSpeichern.Text = "Änderungen speichern"; this.buttonSpeichern.UseVisualStyleBackColor = false; this.buttonSpeichern.Click += new System.EventHandler(this.buttonSpeichern_Click); // // FormAuftragDetail // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(53)))), ((int)(((byte)(101))))); this.ClientSize = new System.Drawing.Size(835, 520); this.Controls.Add(this.buttonSpeichern); this.Controls.Add(this.listViewArtikel); this.Controls.Add(this.buttonSWS); this.Controls.Add(this.labelContDirt); this.Controls.Add(this.label6); this.Controls.Add(this.label5); this.Controls.Add(this.pictureBoxMinus); this.Controls.Add(this.pictureBoxPlus); this.Controls.Add(this.labelContainer); this.Controls.Add(this.label4); this.Controls.Add(this.label3); this.Controls.Add(this.listViewDanach); this.Controls.Add(this.listViewDavor); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.Controls.Add(this.textBoxZusatz); this.Controls.Add(this.labelRegion); this.Controls.Add(this.buttonAbbrechen); this.Controls.Add(this.buttonFertig); this.Controls.Add(this.labelKundeName); this.Controls.Add(this.dTPLiefertag); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Margin = new System.Windows.Forms.Padding(2); this.MaximizeBox = false; this.Name = "FormAuftragDetail"; this.Text = "Auftrag Detail"; this.Load += new System.EventHandler(this.FormAuftragDetail_Load); this.MouseClick += new System.Windows.Forms.MouseEventHandler(this.FormAuftragDetail_MouseClick); ((System.ComponentModel.ISupportInitialize)(this.pictureBoxMinus)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBoxPlus)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.DateTimePicker dTPLiefertag; private System.Windows.Forms.Label labelKundeName; private System.Windows.Forms.Button buttonFertig; private System.Windows.Forms.Button buttonAbbrechen; private System.Windows.Forms.Label labelRegion; private System.Windows.Forms.TextBox textBoxZusatz; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private System.Windows.Forms.ListView listViewDavor; private System.Windows.Forms.ColumnHeader columnHeader3; private System.Windows.Forms.ColumnHeader columnHeader1; private System.Windows.Forms.ColumnHeader columnHeader2; private System.Windows.Forms.ListView listViewDanach; private System.Windows.Forms.ColumnHeader columnHeader4; private System.Windows.Forms.ColumnHeader columnHeader5; private System.Windows.Forms.ColumnHeader columnHeader6; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label4; private System.Windows.Forms.ColumnHeader columnHeader7; private System.Windows.Forms.ColumnHeader columnHeader8; private System.Windows.Forms.PictureBox pictureBoxMinus; private System.Windows.Forms.PictureBox pictureBoxPlus; private System.Windows.Forms.Label labelContainer; private System.Windows.Forms.Label label5; private System.Windows.Forms.Label label6; private System.Windows.Forms.Label labelContDirt; private System.Windows.Forms.Button buttonSWS; private System.Windows.Forms.ListView listViewArtikel; private System.Windows.Forms.Button buttonSpeichern; } }