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.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.buttonSWS = new System.Windows.Forms.Button(); this.buttonSpeichern = new System.Windows.Forms.Button(); this.label7 = new System.Windows.Forms.Label(); this.label10 = new System.Windows.Forms.Label(); this.comboBoxPriority = new System.Windows.Forms.ComboBox(); this.comboBoxFahrer = new System.Windows.Forms.ComboBox(); this.pictureBoxDirtMinus = new System.Windows.Forms.PictureBox(); this.pictureBoxDirtPlus = new System.Windows.Forms.PictureBox(); this.labelContDirt = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.label8 = new System.Windows.Forms.Label(); this.oLVArtikel = new BrightIdeasSoftware.ObjectListView(); ((System.ComponentModel.ISupportInitialize)(this.pictureBoxMinus)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBoxPlus)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBoxDirtMinus)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBoxDirtPlus)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.oLVArtikel)).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", 14.25F, 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(123, 137); this.dTPLiefertag.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.dTPLiefertag.Name = "dTPLiefertag"; this.dTPLiefertag.Size = new System.Drawing.Size(347, 34); 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(11, 36); this.labelKundeName.Name = "labelKundeName"; this.labelKundeName.Size = new System.Drawing.Size(226, 42); this.labelKundeName.TabIndex = 1; this.labelKundeName.Text = "KundeName"; // // buttonFertig // this.buttonFertig.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.buttonFertig.BackColor = System.Drawing.Color.Turquoise; 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(286, 615); this.buttonFertig.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.buttonFertig.Name = "buttonFertig"; this.buttonFertig.Size = new System.Drawing.Size(267, 50); 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)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); 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(830, 615); this.buttonAbbrechen.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.buttonAbbrechen.Name = "buttonAbbrechen"; this.buttonAbbrechen.Size = new System.Drawing.Size(267, 50); 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", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.labelRegion.ForeColor = System.Drawing.Color.White; this.labelRegion.Location = new System.Drawing.Point(117, 94); this.labelRegion.Name = "labelRegion"; this.labelRegion.Size = new System.Drawing.Size(91, 29); 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.Bottom) | System.Windows.Forms.AnchorStyles.Left))); 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(21, 437); this.textBoxZusatz.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.textBoxZusatz.Multiline = true; this.textBoxZusatz.Name = "textBoxZusatz"; this.textBoxZusatz.Size = new System.Drawing.Size(448, 162); this.textBoxZusatz.TabIndex = 20; // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label1.ForeColor = System.Drawing.Color.White; this.label1.Location = new System.Drawing.Point(16, 410); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(77, 25); this.label1.TabIndex = 21; this.label1.Text = "Zusatz:"; // // label2 // this.label2.AutoSize = true; this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label2.ForeColor = System.Drawing.Color.White; this.label2.Location = new System.Drawing.Point(16, 306); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(103, 25); this.label2.TabIndex = 22; this.label2.Text = "Container:"; // // 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(123, 347); this.pictureBoxMinus.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.pictureBoxMinus.Name = "pictureBoxMinus"; this.pictureBoxMinus.Size = new System.Drawing.Size(51, 50); 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(222, 347); this.pictureBoxPlus.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.pictureBoxPlus.Name = "pictureBoxPlus"; this.pictureBoxPlus.Size = new System.Drawing.Size(51, 50); 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(172, 347); this.labelContainer.Name = "labelContainer"; this.labelContainer.Size = new System.Drawing.Size(51, 50); 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(167, 324); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(60, 20); 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(350, 324); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(86, 20); this.label6.TabIndex = 32; this.label6.Text = "schmutzig"; // // buttonSWS // this.buttonSWS.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.buttonSWS.BackColor = System.Drawing.Color.Yellow; 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(14, 615); this.buttonSWS.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.buttonSWS.Name = "buttonSWS"; this.buttonSWS.Size = new System.Drawing.Size(267, 50); this.buttonSWS.TabIndex = 34; this.buttonSWS.Text = "Sonderetikett drucken"; this.buttonSWS.UseVisualStyleBackColor = false; this.buttonSWS.Click += new System.EventHandler(this.buttonSWS_Click); // // buttonSpeichern // this.buttonSpeichern.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.buttonSpeichern.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0))))); 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(558, 615); this.buttonSpeichern.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.buttonSpeichern.Name = "buttonSpeichern"; this.buttonSpeichern.Size = new System.Drawing.Size(267, 50); this.buttonSpeichern.TabIndex = 36; this.buttonSpeichern.Text = "Änderungen speichern"; this.buttonSpeichern.UseVisualStyleBackColor = false; this.buttonSpeichern.Click += new System.EventHandler(this.buttonSpeichern_Click); // // label7 // this.label7.AutoSize = true; this.label7.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label7.ForeColor = System.Drawing.Color.White; this.label7.Location = new System.Drawing.Point(14, 199); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(75, 25); this.label7.TabIndex = 37; this.label7.Text = "Fahrer:"; // // label10 // this.label10.AutoSize = true; this.label10.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label10.ForeColor = System.Drawing.Color.White; this.label10.Location = new System.Drawing.Point(14, 256); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(83, 25); this.label10.TabIndex = 39; this.label10.Text = "Priorität:"; // // comboBoxPriority // this.comboBoxPriority.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.comboBoxPriority.FormattingEnabled = true; this.comboBoxPriority.Location = new System.Drawing.Point(121, 249); this.comboBoxPriority.Margin = new System.Windows.Forms.Padding(4); this.comboBoxPriority.Name = "comboBoxPriority"; this.comboBoxPriority.Size = new System.Drawing.Size(348, 37); this.comboBoxPriority.TabIndex = 41; this.comboBoxPriority.SelectedValueChanged += new System.EventHandler(this.comboBox_SelectedValueChanged); // // comboBoxFahrer // this.comboBoxFahrer.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.comboBoxFahrer.FormattingEnabled = true; this.comboBoxFahrer.Location = new System.Drawing.Point(121, 192); this.comboBoxFahrer.Margin = new System.Windows.Forms.Padding(4); this.comboBoxFahrer.Name = "comboBoxFahrer"; this.comboBoxFahrer.Size = new System.Drawing.Size(348, 37); this.comboBoxFahrer.TabIndex = 42; this.comboBoxFahrer.SelectedValueChanged += new System.EventHandler(this.comboBox_SelectedValueChanged); // // pictureBoxDirtMinus // this.pictureBoxDirtMinus.BackColor = System.Drawing.Color.Red; this.pictureBoxDirtMinus.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxDirtMinus.Image"))); this.pictureBoxDirtMinus.Location = new System.Drawing.Point(320, 347); this.pictureBoxDirtMinus.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.pictureBoxDirtMinus.Name = "pictureBoxDirtMinus"; this.pictureBoxDirtMinus.Size = new System.Drawing.Size(51, 50); this.pictureBoxDirtMinus.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; this.pictureBoxDirtMinus.TabIndex = 45; this.pictureBoxDirtMinus.TabStop = false; this.pictureBoxDirtMinus.Click += new System.EventHandler(this.Container_Click); // // pictureBoxDirtPlus // this.pictureBoxDirtPlus.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0))))); this.pictureBoxDirtPlus.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxDirtPlus.Image"))); this.pictureBoxDirtPlus.Location = new System.Drawing.Point(420, 347); this.pictureBoxDirtPlus.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.pictureBoxDirtPlus.Name = "pictureBoxDirtPlus"; this.pictureBoxDirtPlus.Size = new System.Drawing.Size(51, 50); this.pictureBoxDirtPlus.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; this.pictureBoxDirtPlus.TabIndex = 44; this.pictureBoxDirtPlus.TabStop = false; this.pictureBoxDirtPlus.Click += new System.EventHandler(this.Container_Click); // // labelContDirt // this.labelContDirt.BackColor = System.Drawing.Color.White; this.labelContDirt.Font = new System.Drawing.Font("Microsoft Sans Serif", 16.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.labelContDirt.ForeColor = System.Drawing.Color.Black; this.labelContDirt.Location = new System.Drawing.Point(370, 347); this.labelContDirt.Name = "labelContDirt"; this.labelContDirt.Size = new System.Drawing.Size(51, 50); this.labelContDirt.TabIndex = 43; this.labelContDirt.Text = "0"; this.labelContDirt.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // label3 // this.label3.AutoSize = true; this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label3.ForeColor = System.Drawing.Color.White; this.label3.Location = new System.Drawing.Point(16, 11); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(96, 25); this.label3.TabIndex = 46; this.label3.Text = "KundeNr:"; // // label4 // this.label4.AutoSize = true; this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label4.ForeColor = System.Drawing.Color.White; this.label4.Location = new System.Drawing.Point(14, 98); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(79, 25); this.label4.TabIndex = 47; this.label4.Text = "Region:"; // // label8 // this.label8.AutoSize = true; this.label8.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label8.ForeColor = System.Drawing.Color.White; this.label8.Location = new System.Drawing.Point(16, 148); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(93, 25); this.label8.TabIndex = 48; this.label8.Text = "Liefertag:"; // // oLVArtikel // this.oLVArtikel.AlternateRowBackColor = System.Drawing.Color.LightSteelBlue; this.oLVArtikel.CellEditActivation = BrightIdeasSoftware.ObjectListView.CellEditActivateMode.DoubleClick; this.oLVArtikel.CellEditUseWholeCell = false; this.oLVArtikel.CheckBoxes = true; this.oLVArtikel.CheckedAspectName = "Erledigt"; this.oLVArtikel.Cursor = System.Windows.Forms.Cursors.Default; this.oLVArtikel.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.oLVArtikel.FullRowSelect = true; this.oLVArtikel.GridLines = true; this.oLVArtikel.HideSelection = false; this.oLVArtikel.Location = new System.Drawing.Point(494, 78); this.oLVArtikel.Margin = new System.Windows.Forms.Padding(4); this.oLVArtikel.Name = "oLVArtikel"; this.oLVArtikel.ShowImagesOnSubItems = true; this.oLVArtikel.Size = new System.Drawing.Size(601, 521); this.oLVArtikel.TabIndex = 49; this.oLVArtikel.UseAlternatingBackColors = true; this.oLVArtikel.UseCompatibleStateImageBehavior = false; this.oLVArtikel.UseSubItemCheckBoxes = true; this.oLVArtikel.View = System.Windows.Forms.View.Details; this.oLVArtikel.CellEditFinished += new BrightIdeasSoftware.CellEditEventHandler(this.oLVArtikel_CellEditFinished); this.oLVArtikel.CellEditStarting += new BrightIdeasSoftware.CellEditEventHandler(this.oLVArtikel_CellEditStarting); this.oLVArtikel.ItemCheck += new System.Windows.Forms.ItemCheckEventHandler(this.oLVArtikel_ItemCheck); this.oLVArtikel.ItemChecked += new System.Windows.Forms.ItemCheckedEventHandler(this.oLVArtikel_ItemChecked); this.oLVArtikel.SizeChanged += new System.EventHandler(this.oLVArtikel_SizeChanged); // // FormAuftragDetail // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F); 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(1113, 686); this.Controls.Add(this.oLVArtikel); this.Controls.Add(this.label8); this.Controls.Add(this.label4); this.Controls.Add(this.label3); this.Controls.Add(this.pictureBoxDirtMinus); this.Controls.Add(this.pictureBoxDirtPlus); this.Controls.Add(this.labelContDirt); this.Controls.Add(this.comboBoxFahrer); this.Controls.Add(this.comboBoxPriority); this.Controls.Add(this.label10); this.Controls.Add(this.label7); this.Controls.Add(this.buttonSpeichern); this.Controls.Add(this.buttonSWS); 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.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(3, 2, 3, 2); this.MaximizeBox = false; this.Name = "FormAuftragDetail"; this.Text = "Auftrag Detail"; this.Load += new System.EventHandler(this.FormAuftragDetail_Load); this.Shown += new System.EventHandler(this.FormAuftragDetail_Shown); this.MouseClick += new System.Windows.Forms.MouseEventHandler(this.FormAuftragDetail_MouseClick); ((System.ComponentModel.ISupportInitialize)(this.pictureBoxMinus)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBoxPlus)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBoxDirtMinus)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBoxDirtPlus)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.oLVArtikel)).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.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.Button buttonSWS; private System.Windows.Forms.Button buttonSpeichern; private System.Windows.Forms.Label label7; private System.Windows.Forms.Label label10; private System.Windows.Forms.ComboBox comboBoxPriority; private System.Windows.Forms.ComboBox comboBoxFahrer; private System.Windows.Forms.PictureBox pictureBoxDirtMinus; private System.Windows.Forms.PictureBox pictureBoxDirtPlus; private System.Windows.Forms.Label labelContDirt; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label4; private System.Windows.Forms.Label label8; private BrightIdeasSoftware.ObjectListView oLVArtikel; } }