namespace Deckungsbeitrag { partial class FormNeuerAuftrag { /// /// 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(FormNeuerAuftrag)); this.dTPLiefertag = new System.Windows.Forms.DateTimePicker(); this.buttonSpeichern = new System.Windows.Forms.Button(); this.buttonAbbrechen = new System.Windows.Forms.Button(); this.textBoxKndNr = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.textBoxKundeName = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.pictureBoxMinus = new System.Windows.Forms.PictureBox(); this.pictureBoxPlus = new System.Windows.Forms.PictureBox(); this.rBMO = new System.Windows.Forms.RadioButton(); this.rBFR = new System.Windows.Forms.RadioButton(); this.rBDO = new System.Windows.Forms.RadioButton(); this.rBMI = new System.Windows.Forms.RadioButton(); this.rBDI = new System.Windows.Forms.RadioButton(); this.label6 = new System.Windows.Forms.Label(); this.comboBoxTyp = new System.Windows.Forms.ComboBox(); this.textBoxCont = new System.Windows.Forms.TextBox(); this.dGArtikel = new System.Windows.Forms.DataGridView(); this.KundeArtikelID = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.KundeID = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.ArtikelNR = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.ArtikelName = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Stand = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Fehlmenge = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Korrektur = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.StandBearbeitet = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.FehlmengeBearbeitet = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.KorrekturBearbeitet = new System.Windows.Forms.DataGridViewTextBoxColumn(); ((System.ComponentModel.ISupportInitialize)(this.pictureBoxMinus)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBoxPlus)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dGArtikel)).BeginInit(); this.SuspendLayout(); // // dTPLiefertag // this.dTPLiefertag.CustomFormat = "dddd dd.MMM yyyy"; this.dTPLiefertag.DropDownAlign = System.Windows.Forms.LeftRightAlignment.Right; this.dTPLiefertag.Font = new System.Drawing.Font("Microsoft Sans Serif", 16.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.dTPLiefertag.Format = System.Windows.Forms.DateTimePickerFormat.Short; this.dTPLiefertag.Location = new System.Drawing.Point(103, 206); this.dTPLiefertag.Margin = new System.Windows.Forms.Padding(2); this.dTPLiefertag.Name = "dTPLiefertag"; this.dTPLiefertag.Size = new System.Drawing.Size(141, 32); this.dTPLiefertag.TabIndex = 2; this.dTPLiefertag.ValueChanged += new System.EventHandler(this.dTPLiefertag_ValueChanged); this.dTPLiefertag.Leave += new System.EventHandler(this.dTPLiefertag_Leave); // // 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.White; this.buttonSpeichern.Location = new System.Drawing.Point(495, 311); this.buttonSpeichern.Margin = new System.Windows.Forms.Padding(2); this.buttonSpeichern.Name = "buttonSpeichern"; this.buttonSpeichern.Size = new System.Drawing.Size(120, 41); this.buttonSpeichern.TabIndex = 11; this.buttonSpeichern.Text = "Speichern"; this.buttonSpeichern.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; 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.Right))); this.buttonAbbrechen.BackColor = System.Drawing.Color.Red; this.buttonAbbrechen.DialogResult = System.Windows.Forms.DialogResult.Cancel; 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.White; this.buttonAbbrechen.Location = new System.Drawing.Point(619, 311); this.buttonAbbrechen.Margin = new System.Windows.Forms.Padding(2); this.buttonAbbrechen.Name = "buttonAbbrechen"; this.buttonAbbrechen.Size = new System.Drawing.Size(114, 41); this.buttonAbbrechen.TabIndex = 12; this.buttonAbbrechen.Text = "Abbrechen"; this.buttonAbbrechen.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; this.buttonAbbrechen.UseVisualStyleBackColor = false; this.buttonAbbrechen.Click += new System.EventHandler(this.buttonAbbrechen_Click); // // textBoxKndNr // this.textBoxKndNr.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.textBoxKndNr.Location = new System.Drawing.Point(9, 43); this.textBoxKndNr.Margin = new System.Windows.Forms.Padding(2); this.textBoxKndNr.Name = "textBoxKndNr"; this.textBoxKndNr.Size = new System.Drawing.Size(105, 31); this.textBoxKndNr.TabIndex = 0; this.textBoxKndNr.Click += new System.EventHandler(this.textBoxKndNr_Click); this.textBoxKndNr.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.textBoxKndNr_PreviewKeyDown); // // 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.Location = new System.Drawing.Point(5, 17); this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(75, 20); this.label2.TabIndex = 0; this.label2.Text = "KundeNr:"; // // textBoxKundeName // this.textBoxKundeName.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.textBoxKundeName.Location = new System.Drawing.Point(9, 104); this.textBoxKundeName.Margin = new System.Windows.Forms.Padding(2); this.textBoxKundeName.Name = "textBoxKundeName"; this.textBoxKundeName.Size = new System.Drawing.Size(278, 31); this.textBoxKundeName.TabIndex = 8; this.textBoxKundeName.Leave += new System.EventHandler(this.textBoxKundeName_Leave); // // 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.Location = new System.Drawing.Point(5, 79); this.label3.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(59, 20); this.label3.TabIndex = 19; this.label3.Text = "Kunde:"; // // 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.Location = new System.Drawing.Point(5, 216); this.label4.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(98, 20); this.label4.TabIndex = 22; this.label4.Text = "Lieferdatum:"; // // label5 // this.label5.AutoSize = true; this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label5.Location = new System.Drawing.Point(5, 276); this.label5.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(158, 20); this.label5.TabIndex = 24; this.label5.Text = "Container schmutzig:"; // // 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(174, 256); this.pictureBoxMinus.Margin = new System.Windows.Forms.Padding(2); this.pictureBoxMinus.Name = "pictureBoxMinus"; this.pictureBoxMinus.Size = new System.Drawing.Size(38, 40); this.pictureBoxMinus.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; this.pictureBoxMinus.TabIndex = 27; 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(249, 256); this.pictureBoxPlus.Margin = new System.Windows.Forms.Padding(2); this.pictureBoxPlus.Name = "pictureBoxPlus"; this.pictureBoxPlus.Size = new System.Drawing.Size(38, 40); this.pictureBoxPlus.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; this.pictureBoxPlus.TabIndex = 26; this.pictureBoxPlus.TabStop = false; this.pictureBoxPlus.Click += new System.EventHandler(this.Container_Click); // // rBMO // this.rBMO.Appearance = System.Windows.Forms.Appearance.Button; this.rBMO.BackColor = System.Drawing.SystemColors.ButtonFace; this.rBMO.Enabled = false; this.rBMO.FlatAppearance.BorderSize = 0; this.rBMO.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.rBMO.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.rBMO.ForeColor = System.Drawing.Color.Black; this.rBMO.Location = new System.Drawing.Point(10, 146); this.rBMO.Margin = new System.Windows.Forms.Padding(2); this.rBMO.Name = "rBMO"; this.rBMO.Size = new System.Drawing.Size(45, 45); this.rBMO.TabIndex = 3; this.rBMO.TabStop = true; this.rBMO.Tag = ""; this.rBMO.Text = "MO"; this.rBMO.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.rBMO.UseVisualStyleBackColor = false; this.rBMO.CheckedChanged += new System.EventHandler(this.Liefertag_rB_Checked); this.rBMO.Click += new System.EventHandler(this.Liefertag_rB_Click); // // rBFR // this.rBFR.Appearance = System.Windows.Forms.Appearance.Button; this.rBFR.BackColor = System.Drawing.SystemColors.ButtonFace; this.rBFR.Enabled = false; this.rBFR.FlatAppearance.BorderSize = 0; this.rBFR.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.rBFR.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.rBFR.ForeColor = System.Drawing.Color.Black; this.rBFR.Location = new System.Drawing.Point(242, 146); this.rBFR.Margin = new System.Windows.Forms.Padding(2); this.rBFR.Name = "rBFR"; this.rBFR.Size = new System.Drawing.Size(45, 45); this.rBFR.TabIndex = 7; this.rBFR.TabStop = true; this.rBFR.Text = "FR"; this.rBFR.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.rBFR.UseVisualStyleBackColor = false; this.rBFR.CheckedChanged += new System.EventHandler(this.Liefertag_rB_Checked); this.rBFR.Click += new System.EventHandler(this.Liefertag_rB_Click); // // rBDO // this.rBDO.Appearance = System.Windows.Forms.Appearance.Button; this.rBDO.BackColor = System.Drawing.SystemColors.ButtonFace; this.rBDO.Enabled = false; this.rBDO.FlatAppearance.BorderSize = 0; this.rBDO.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.rBDO.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.rBDO.ForeColor = System.Drawing.Color.Black; this.rBDO.Location = new System.Drawing.Point(185, 146); this.rBDO.Margin = new System.Windows.Forms.Padding(2); this.rBDO.Name = "rBDO"; this.rBDO.Size = new System.Drawing.Size(45, 45); this.rBDO.TabIndex = 6; this.rBDO.TabStop = true; this.rBDO.Text = "DO"; this.rBDO.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.rBDO.UseVisualStyleBackColor = false; this.rBDO.CheckedChanged += new System.EventHandler(this.Liefertag_rB_Checked); this.rBDO.Click += new System.EventHandler(this.Liefertag_rB_Click); // // rBMI // this.rBMI.Appearance = System.Windows.Forms.Appearance.Button; this.rBMI.BackColor = System.Drawing.SystemColors.ButtonFace; this.rBMI.Enabled = false; this.rBMI.FlatAppearance.BorderSize = 0; this.rBMI.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.rBMI.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.rBMI.ForeColor = System.Drawing.Color.Black; this.rBMI.Location = new System.Drawing.Point(128, 146); this.rBMI.Margin = new System.Windows.Forms.Padding(2); this.rBMI.Name = "rBMI"; this.rBMI.Size = new System.Drawing.Size(45, 45); this.rBMI.TabIndex = 5; this.rBMI.TabStop = true; this.rBMI.Text = "MI"; this.rBMI.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.rBMI.UseVisualStyleBackColor = false; this.rBMI.CheckedChanged += new System.EventHandler(this.Liefertag_rB_Checked); this.rBMI.Click += new System.EventHandler(this.Liefertag_rB_Click); // // rBDI // this.rBDI.Appearance = System.Windows.Forms.Appearance.Button; this.rBDI.BackColor = System.Drawing.SystemColors.ButtonFace; this.rBDI.Enabled = false; this.rBDI.FlatAppearance.BorderSize = 0; this.rBDI.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.rBDI.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.rBDI.ForeColor = System.Drawing.Color.Black; this.rBDI.Location = new System.Drawing.Point(69, 146); this.rBDI.Margin = new System.Windows.Forms.Padding(2); this.rBDI.Name = "rBDI"; this.rBDI.Size = new System.Drawing.Size(45, 45); this.rBDI.TabIndex = 4; this.rBDI.TabStop = true; this.rBDI.Text = "DI"; this.rBDI.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.rBDI.UseVisualStyleBackColor = false; this.rBDI.CheckedChanged += new System.EventHandler(this.Liefertag_rB_Checked); this.rBDI.Click += new System.EventHandler(this.Liefertag_rB_Click); // // label6 // this.label6.AutoSize = true; this.label6.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label6.Location = new System.Drawing.Point(114, 17); this.label6.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(95, 20); this.label6.TabIndex = 1; this.label6.Text = "Auftrag Typ:"; // // comboBoxTyp // this.comboBoxTyp.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.CustomSource; this.comboBoxTyp.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboBoxTyp.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.comboBoxTyp.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.comboBoxTyp.FormattingEnabled = true; this.comboBoxTyp.Location = new System.Drawing.Point(118, 42); this.comboBoxTyp.Margin = new System.Windows.Forms.Padding(2); this.comboBoxTyp.Name = "comboBoxTyp"; this.comboBoxTyp.Size = new System.Drawing.Size(169, 33); this.comboBoxTyp.TabIndex = 1; this.comboBoxTyp.SelectedValueChanged += new System.EventHandler(this.comboBoxTyp_SelectedValueChanged); // // textBoxCont // this.textBoxCont.Font = new System.Drawing.Font("Microsoft Sans Serif", 21.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.textBoxCont.Location = new System.Drawing.Point(210, 256); this.textBoxCont.Margin = new System.Windows.Forms.Padding(2); this.textBoxCont.Name = "textBoxCont"; this.textBoxCont.Size = new System.Drawing.Size(39, 40); this.textBoxCont.TabIndex = 31; this.textBoxCont.Text = "0"; this.textBoxCont.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.textBoxCont.TextChanged += new System.EventHandler(this.textBoxCont_TextChanged); // // dGArtikel // this.dGArtikel.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.DisplayedCells; this.dGArtikel.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.DisplayedCells; this.dGArtikel.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dGArtikel.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.KundeArtikelID, this.KundeID, this.ArtikelNR, this.ArtikelName, this.Stand, this.Fehlmenge, this.Korrektur, this.StandBearbeitet, this.FehlmengeBearbeitet, this.KorrekturBearbeitet}); this.dGArtikel.Location = new System.Drawing.Point(307, 12); this.dGArtikel.MinimumSize = new System.Drawing.Size(0, 284); this.dGArtikel.Name = "dGArtikel"; this.dGArtikel.Size = new System.Drawing.Size(427, 284); this.dGArtikel.TabIndex = 32; this.dGArtikel.CellEnter += new System.Windows.Forms.DataGridViewCellEventHandler(this.DataGridView_CellEnter); this.dGArtikel.CellValidating += new System.Windows.Forms.DataGridViewCellValidatingEventHandler(this.dGArtikel_CellValidating); // // KundeArtikelID // this.KundeArtikelID.HeaderText = "KundeArtikelID"; this.KundeArtikelID.Name = "KundeArtikelID"; this.KundeArtikelID.ReadOnly = true; this.KundeArtikelID.Visible = false; this.KundeArtikelID.Width = 103; // // KundeID // this.KundeID.HeaderText = "KundeID"; this.KundeID.Name = "KundeID"; this.KundeID.ReadOnly = true; this.KundeID.Visible = false; this.KundeID.Width = 74; // // ArtikelNR // this.ArtikelNR.HeaderText = "Art. Nr."; this.ArtikelNR.Name = "ArtikelNR"; this.ArtikelNR.ReadOnly = true; this.ArtikelNR.Width = 48; // // ArtikelName // this.ArtikelName.HeaderText = "Art. Name"; this.ArtikelName.Name = "ArtikelName"; this.ArtikelName.ReadOnly = true; this.ArtikelName.Width = 73; // // Stand // this.Stand.HeaderText = "Stand"; this.Stand.Name = "Stand"; this.Stand.ReadOnly = true; this.Stand.Width = 60; // // Fehlmenge // this.Fehlmenge.HeaderText = "Fehlmenge"; this.Fehlmenge.Name = "Fehlmenge"; this.Fehlmenge.Width = 84; // // Korrektur // this.Korrektur.HeaderText = "Korrektur"; this.Korrektur.Name = "Korrektur"; this.Korrektur.Width = 75; // // StandBearbeitet // this.StandBearbeitet.HeaderText = "Stand Bearbeitet"; this.StandBearbeitet.Name = "StandBearbeitet"; this.StandBearbeitet.Width = 102; // // FehlmengeBearbeitet // this.FehlmengeBearbeitet.HeaderText = "Fehlmenge Bearbeitet"; this.FehlmengeBearbeitet.Name = "FehlmengeBearbeitet"; this.FehlmengeBearbeitet.Width = 124; // // KorrekturBearbeitet // this.KorrekturBearbeitet.HeaderText = "Korrektur Bearbeitet"; this.KorrekturBearbeitet.Name = "KorrekturBearbeitet"; this.KorrekturBearbeitet.Width = 115; // // FormNeuerAuftrag // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(53)))), ((int)(((byte)(101))))); this.CancelButton = this.buttonAbbrechen; this.ClientSize = new System.Drawing.Size(741, 366); this.Controls.Add(this.dGArtikel); this.Controls.Add(this.textBoxCont); this.Controls.Add(this.label6); this.Controls.Add(this.comboBoxTyp); this.Controls.Add(this.rBDI); this.Controls.Add(this.rBMI); this.Controls.Add(this.rBDO); this.Controls.Add(this.rBFR); this.Controls.Add(this.rBMO); this.Controls.Add(this.pictureBoxMinus); this.Controls.Add(this.pictureBoxPlus); this.Controls.Add(this.label5); this.Controls.Add(this.label4); this.Controls.Add(this.label3); this.Controls.Add(this.textBoxKundeName); this.Controls.Add(this.label2); this.Controls.Add(this.textBoxKndNr); this.Controls.Add(this.buttonAbbrechen); this.Controls.Add(this.buttonSpeichern); this.Controls.Add(this.dTPLiefertag); this.ForeColor = System.Drawing.Color.White; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Margin = new System.Windows.Forms.Padding(2); this.MaximizeBox = false; this.MinimizeBox = false; this.MinimumSize = new System.Drawing.Size(16, 405); this.Name = "FormNeuerAuftrag"; this.ShowInTaskbar = false; this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "NEUER AUFTRAG"; this.Load += new System.EventHandler(this.FormNeuerAuftrag_Load); ((System.ComponentModel.ISupportInitialize)(this.pictureBoxMinus)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBoxPlus)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dGArtikel)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.DateTimePicker dTPLiefertag; private System.Windows.Forms.Button buttonSpeichern; private System.Windows.Forms.Button buttonAbbrechen; private System.Windows.Forms.TextBox textBoxKndNr; private System.Windows.Forms.Label label2; private System.Windows.Forms.TextBox textBoxKundeName; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label4; private System.Windows.Forms.Label label5; private System.Windows.Forms.PictureBox pictureBoxPlus; private System.Windows.Forms.PictureBox pictureBoxMinus; private System.Windows.Forms.RadioButton rBMO; private System.Windows.Forms.RadioButton rBFR; private System.Windows.Forms.RadioButton rBDO; private System.Windows.Forms.RadioButton rBMI; private System.Windows.Forms.RadioButton rBDI; private System.Windows.Forms.Label label6; private System.Windows.Forms.ComboBox comboBoxTyp; private System.Windows.Forms.TextBox textBoxCont; private System.Windows.Forms.DataGridView dGArtikel; private System.Windows.Forms.DataGridViewTextBoxColumn KundeArtikelID; private System.Windows.Forms.DataGridViewTextBoxColumn KundeID; private System.Windows.Forms.DataGridViewTextBoxColumn ArtikelNR; private System.Windows.Forms.DataGridViewTextBoxColumn ArtikelName; private System.Windows.Forms.DataGridViewTextBoxColumn Stand; private System.Windows.Forms.DataGridViewTextBoxColumn Fehlmenge; private System.Windows.Forms.DataGridViewTextBoxColumn Korrektur; private System.Windows.Forms.DataGridViewTextBoxColumn StandBearbeitet; private System.Windows.Forms.DataGridViewTextBoxColumn FehlmengeBearbeitet; private System.Windows.Forms.DataGridViewTextBoxColumn KorrekturBearbeitet; } }