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.labelLiefertag = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
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.label1 = new System.Windows.Forms.Label();
this.comboBoxFahrer = new System.Windows.Forms.ComboBox();
this.buttonEinstellung = new System.Windows.Forms.Button();
this.panelRegAuftrag = new System.Windows.Forms.Panel();
this.pictureBoxAddArtikel = new System.Windows.Forms.PictureBox();
this.label8 = new System.Windows.Forms.Label();
this.comboBoxArtikel = new System.Windows.Forms.ComboBox();
this.label7 = new System.Windows.Forms.Label();
this.comboBoxRhythmus = new System.Windows.Forms.ComboBox();
this.fLPArtikel = new System.Windows.Forms.FlowLayoutPanel();
this.pictureBoxMinus = new System.Windows.Forms.PictureBox();
this.pictureBoxPlus = new System.Windows.Forms.PictureBox();
this.panelRegAuftrag.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBoxAddArtikel)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBoxMinus)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBoxPlus)).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(195, 254);
this.dTPLiefertag.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.dTPLiefertag.Name = "dTPLiefertag";
this.dTPLiefertag.Size = new System.Drawing.Size(187, 38);
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.Left)));
this.buttonSpeichern.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
this.buttonSpeichern.CausesValidation = false;
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(231, 462);
this.buttonSpeichern.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.buttonSpeichern.MinimumSize = new System.Drawing.Size(150, 50);
this.buttonSpeichern.Name = "buttonSpeichern";
this.buttonSpeichern.Size = new System.Drawing.Size(150, 50);
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.Left)));
this.buttonAbbrechen.BackColor = System.Drawing.Color.Red;
this.buttonAbbrechen.CausesValidation = false;
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.Black;
this.buttonAbbrechen.Location = new System.Drawing.Point(72, 462);
this.buttonAbbrechen.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.buttonAbbrechen.MinimumSize = new System.Drawing.Size(150, 50);
this.buttonAbbrechen.Name = "buttonAbbrechen";
this.buttonAbbrechen.Size = new System.Drawing.Size(150, 50);
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(12, 53);
this.textBoxKndNr.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.textBoxKndNr.Name = "textBoxKndNr";
this.textBoxKndNr.Size = new System.Drawing.Size(139, 37);
this.textBoxKndNr.TabIndex = 0;
//
// 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(7, 21);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(96, 25);
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(12, 128);
this.textBoxKundeName.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.textBoxKundeName.Name = "textBoxKundeName";
this.textBoxKundeName.Size = new System.Drawing.Size(369, 37);
this.textBoxKundeName.TabIndex = 8;
//
// 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(7, 98);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(76, 25);
this.label3.TabIndex = 19;
this.label3.Text = "Kunde:";
//
// labelLiefertag
//
this.labelLiefertag.AutoSize = true;
this.labelLiefertag.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.labelLiefertag.Location = new System.Drawing.Point(7, 266);
this.labelLiefertag.Name = "labelLiefertag";
this.labelLiefertag.Size = new System.Drawing.Size(120, 25);
this.labelLiefertag.TabIndex = 22;
this.labelLiefertag.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(7, 340);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(196, 25);
this.label5.TabIndex = 24;
this.label5.Text = "Container schmutzig:";
//
// 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(13, 180);
this.rBMO.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.rBMO.Name = "rBMO";
this.rBMO.Size = new System.Drawing.Size(60, 55);
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(323, 180);
this.rBFR.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.rBFR.Name = "rBFR";
this.rBFR.Size = new System.Drawing.Size(60, 55);
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(247, 180);
this.rBDO.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.rBDO.Name = "rBDO";
this.rBDO.Size = new System.Drawing.Size(60, 55);
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(171, 180);
this.rBMI.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.rBMI.Name = "rBMI";
this.rBMI.Size = new System.Drawing.Size(60, 55);
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(92, 180);
this.rBDI.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.rBDI.Name = "rBDI";
this.rBDI.Size = new System.Drawing.Size(60, 55);
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(152, 21);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(120, 25);
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.System;
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(157, 52);
this.comboBoxTyp.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.comboBoxTyp.Name = "comboBoxTyp";
this.comboBoxTyp.Size = new System.Drawing.Size(224, 38);
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(281, 316);
this.textBoxCont.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.textBoxCont.Name = "textBoxCont";
this.textBoxCont.Size = new System.Drawing.Size(50, 49);
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);
//
// 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.Location = new System.Drawing.Point(8, 409);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(125, 25);
this.label1.TabIndex = 33;
this.label1.Text = "Zustellfahrer:";
//
// comboBoxFahrer
//
this.comboBoxFahrer.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.CustomSource;
this.comboBoxFahrer.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comboBoxFahrer.FlatStyle = System.Windows.Forms.FlatStyle.System;
this.comboBoxFahrer.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.comboBoxFahrer.FormattingEnabled = true;
this.comboBoxFahrer.Location = new System.Drawing.Point(157, 393);
this.comboBoxFahrer.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.comboBoxFahrer.Name = "comboBoxFahrer";
this.comboBoxFahrer.Size = new System.Drawing.Size(224, 38);
this.comboBoxFahrer.TabIndex = 34;
this.comboBoxFahrer.Validating += new System.ComponentModel.CancelEventHandler(this.ComboBoxFahrer_Validating);
//
// buttonEinstellung
//
this.buttonEinstellung.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.buttonEinstellung.FlatAppearance.BorderColor = System.Drawing.Color.White;
this.buttonEinstellung.FlatAppearance.BorderSize = 3;
this.buttonEinstellung.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.buttonEinstellung.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.buttonEinstellung.Location = new System.Drawing.Point(12, 462);
this.buttonEinstellung.Margin = new System.Windows.Forms.Padding(4);
this.buttonEinstellung.MinimumSize = new System.Drawing.Size(50, 50);
this.buttonEinstellung.Name = "buttonEinstellung";
this.buttonEinstellung.Size = new System.Drawing.Size(50, 50);
this.buttonEinstellung.TabIndex = 46;
this.buttonEinstellung.Text = "i";
this.buttonEinstellung.UseVisualStyleBackColor = true;
this.buttonEinstellung.Click += new System.EventHandler(this.ButtonEinstellung_Click);
//
// panelRegAuftrag
//
this.panelRegAuftrag.Controls.Add(this.pictureBoxAddArtikel);
this.panelRegAuftrag.Controls.Add(this.label8);
this.panelRegAuftrag.Controls.Add(this.comboBoxArtikel);
this.panelRegAuftrag.Controls.Add(this.label7);
this.panelRegAuftrag.Controls.Add(this.comboBoxRhythmus);
this.panelRegAuftrag.Controls.Add(this.fLPArtikel);
this.panelRegAuftrag.Enabled = false;
this.panelRegAuftrag.Location = new System.Drawing.Point(409, -2);
this.panelRegAuftrag.Margin = new System.Windows.Forms.Padding(4);
this.panelRegAuftrag.Name = "panelRegAuftrag";
this.panelRegAuftrag.Size = new System.Drawing.Size(569, 514);
this.panelRegAuftrag.TabIndex = 47;
this.panelRegAuftrag.Visible = false;
this.panelRegAuftrag.EnabledChanged += new System.EventHandler(this.PanelRegAuftrag_EnabledChanged);
//
// pictureBoxAddArtikel
//
this.pictureBoxAddArtikel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.pictureBoxAddArtikel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
this.pictureBoxAddArtikel.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxAddArtikel.Image")));
this.pictureBoxAddArtikel.Location = new System.Drawing.Point(500, 129);
this.pictureBoxAddArtikel.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.pictureBoxAddArtikel.Name = "pictureBoxAddArtikel";
this.pictureBoxAddArtikel.Size = new System.Drawing.Size(44, 41);
this.pictureBoxAddArtikel.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.pictureBoxAddArtikel.TabIndex = 39;
this.pictureBoxAddArtikel.TabStop = false;
this.pictureBoxAddArtikel.Click += new System.EventHandler(this.PictureBoxAddArtikel_Click);
//
// 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.Location = new System.Drawing.Point(20, 105);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(72, 25);
this.label8.TabIndex = 38;
this.label8.Text = "Artikel:";
//
// comboBoxArtikel
//
this.comboBoxArtikel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.comboBoxArtikel.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.CustomSource;
this.comboBoxArtikel.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comboBoxArtikel.FlatStyle = System.Windows.Forms.FlatStyle.System;
this.comboBoxArtikel.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.comboBoxArtikel.FormattingEnabled = true;
this.comboBoxArtikel.Location = new System.Drawing.Point(25, 132);
this.comboBoxArtikel.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.comboBoxArtikel.Name = "comboBoxArtikel";
this.comboBoxArtikel.Size = new System.Drawing.Size(449, 38);
this.comboBoxArtikel.TabIndex = 37;
this.comboBoxArtikel.SelectedIndexChanged += new System.EventHandler(this.ComboBoxArtikel_SelectedIndexChanged);
//
// 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.Location = new System.Drawing.Point(20, 25);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(105, 25);
this.label7.TabIndex = 36;
this.label7.Text = "Rhythmus:";
//
// comboBoxRhythmus
//
this.comboBoxRhythmus.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.comboBoxRhythmus.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.CustomSource;
this.comboBoxRhythmus.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comboBoxRhythmus.FlatStyle = System.Windows.Forms.FlatStyle.System;
this.comboBoxRhythmus.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.comboBoxRhythmus.FormattingEnabled = true;
this.comboBoxRhythmus.Location = new System.Drawing.Point(25, 54);
this.comboBoxRhythmus.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.comboBoxRhythmus.Name = "comboBoxRhythmus";
this.comboBoxRhythmus.Size = new System.Drawing.Size(518, 38);
this.comboBoxRhythmus.TabIndex = 35;
//
// fLPArtikel
//
this.fLPArtikel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.fLPArtikel.AutoScroll = true;
this.fLPArtikel.BackColor = System.Drawing.SystemColors.Control;
this.fLPArtikel.Location = new System.Drawing.Point(25, 183);
this.fLPArtikel.Margin = new System.Windows.Forms.Padding(4);
this.fLPArtikel.Name = "fLPArtikel";
this.fLPArtikel.Size = new System.Drawing.Size(519, 329);
this.fLPArtikel.TabIndex = 0;
//
// 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(232, 315);
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 = 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(332, 315);
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 = 26;
this.pictureBoxPlus.TabStop = false;
this.pictureBoxPlus.Click += new System.EventHandler(this.Container_Click);
//
// FormNeuerAuftrag
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
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(996, 530);
this.Controls.Add(this.buttonEinstellung);
this.Controls.Add(this.comboBoxFahrer);
this.Controls.Add(this.label1);
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.labelLiefertag);
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.Controls.Add(this.panelRegAuftrag);
this.ForeColor = System.Drawing.Color.White;
this.HelpButton = true;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.MinimumSize = new System.Drawing.Size(350, 571);
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.HelpButtonClicked += new System.ComponentModel.CancelEventHandler(this.FormNeuerAuftrag_HelpButtonClicked);
this.Load += new System.EventHandler(this.FormNeuerAuftrag_Load);
this.panelRegAuftrag.ResumeLayout(false);
this.panelRegAuftrag.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBoxAddArtikel)).EndInit();
((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.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 labelLiefertag;
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.Label label1;
private System.Windows.Forms.ComboBox comboBoxFahrer;
private System.Windows.Forms.Button buttonEinstellung;
private System.Windows.Forms.Panel panelRegAuftrag;
private System.Windows.Forms.FlowLayoutPanel fLPArtikel;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.ComboBox comboBoxRhythmus;
private System.Windows.Forms.PictureBox pictureBoxAddArtikel;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.ComboBox comboBoxArtikel;
}
}