688 lines
36 KiB
C#
688 lines
36 KiB
C#
|
|
namespace Deckungsbeitrag
|
|
{
|
|
partial class FormNeuerAuftrag
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Clean up any resources being used.
|
|
/// </summary>
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Windows Form Designer generated code
|
|
|
|
/// <summary>
|
|
/// Required method for Designer support - do not modify
|
|
/// the contents of this method with the code editor.
|
|
/// </summary>
|
|
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.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();
|
|
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.fLPArtikel = new System.Windows.Forms.FlowLayoutPanel();
|
|
this.comboBoxRhythmus = new System.Windows.Forms.ComboBox();
|
|
this.label7 = new System.Windows.Forms.Label();
|
|
this.comboBoxArtikel = new System.Windows.Forms.ComboBox();
|
|
this.label8 = new System.Windows.Forms.Label();
|
|
this.pictureBoxAddArtikel = new System.Windows.Forms.PictureBox();
|
|
this.pictureBoxMinus = new System.Windows.Forms.PictureBox();
|
|
this.pictureBoxPlus = new System.Windows.Forms.PictureBox();
|
|
((System.ComponentModel.ISupportInitialize)(this.dGArtikel)).BeginInit();
|
|
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(146, 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.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.White;
|
|
this.buttonSpeichern.Location = new System.Drawing.Point(496, 376);
|
|
this.buttonSpeichern.Margin = new System.Windows.Forms.Padding(2);
|
|
this.buttonSpeichern.Name = "buttonSpeichern";
|
|
this.buttonSpeichern.Size = new System.Drawing.Size(115, 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.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.White;
|
|
this.buttonAbbrechen.Location = new System.Drawing.Point(615, 376);
|
|
this.buttonAbbrechen.Margin = new System.Windows.Forms.Padding(2);
|
|
this.buttonAbbrechen.Name = "buttonAbbrechen";
|
|
this.buttonAbbrechen.Size = new System.Drawing.Size(115, 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:";
|
|
//
|
|
// 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.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(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, 340);
|
|
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;
|
|
//
|
|
// 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(6, 332);
|
|
this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(102, 20);
|
|
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(118, 319);
|
|
this.comboBoxFahrer.Margin = new System.Windows.Forms.Padding(2);
|
|
this.comboBoxFahrer.Name = "comboBoxFahrer";
|
|
this.comboBoxFahrer.Size = new System.Drawing.Size(169, 33);
|
|
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(9, 376);
|
|
this.buttonEinstellung.Name = "buttonEinstellung";
|
|
this.buttonEinstellung.Size = new System.Drawing.Size(41, 41);
|
|
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(307, -3);
|
|
this.panelRegAuftrag.Name = "panelRegAuftrag";
|
|
this.panelRegAuftrag.Size = new System.Drawing.Size(427, 355);
|
|
this.panelRegAuftrag.TabIndex = 47;
|
|
this.panelRegAuftrag.Visible = false;
|
|
this.panelRegAuftrag.EnabledChanged += new System.EventHandler(this.panelRegAuftrag_EnabledChanged);
|
|
//
|
|
// 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(19, 149);
|
|
this.fLPArtikel.Name = "fLPArtikel";
|
|
this.fLPArtikel.Size = new System.Drawing.Size(389, 206);
|
|
this.fLPArtikel.TabIndex = 0;
|
|
//
|
|
// 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(19, 44);
|
|
this.comboBoxRhythmus.Margin = new System.Windows.Forms.Padding(2);
|
|
this.comboBoxRhythmus.Name = "comboBoxRhythmus";
|
|
this.comboBoxRhythmus.Size = new System.Drawing.Size(389, 33);
|
|
this.comboBoxRhythmus.TabIndex = 35;
|
|
//
|
|
// 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(15, 20);
|
|
this.label7.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
this.label7.Name = "label7";
|
|
this.label7.Size = new System.Drawing.Size(85, 20);
|
|
this.label7.TabIndex = 36;
|
|
this.label7.Text = "Rhythmus:";
|
|
//
|
|
// 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(19, 107);
|
|
this.comboBoxArtikel.Margin = new System.Windows.Forms.Padding(2);
|
|
this.comboBoxArtikel.Name = "comboBoxArtikel";
|
|
this.comboBoxArtikel.Size = new System.Drawing.Size(338, 33);
|
|
this.comboBoxArtikel.TabIndex = 37;
|
|
//
|
|
// 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(15, 85);
|
|
this.label8.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
this.label8.Name = "label8";
|
|
this.label8.Size = new System.Drawing.Size(57, 20);
|
|
this.label8.TabIndex = 38;
|
|
this.label8.Text = "Artikel:";
|
|
//
|
|
// 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(375, 107);
|
|
this.pictureBoxAddArtikel.Margin = new System.Windows.Forms.Padding(2);
|
|
this.pictureBoxAddArtikel.Name = "pictureBoxAddArtikel";
|
|
this.pictureBoxAddArtikel.Size = new System.Drawing.Size(33, 33);
|
|
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);
|
|
//
|
|
// 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);
|
|
//
|
|
// 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, 431);
|
|
this.Controls.Add(this.panelRegAuftrag);
|
|
this.Controls.Add(this.buttonEinstellung);
|
|
this.Controls.Add(this.comboBoxFahrer);
|
|
this.Controls.Add(this.label1);
|
|
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, 470);
|
|
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.dGArtikel)).EndInit();
|
|
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 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;
|
|
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;
|
|
}
|
|
} |