649 lines
34 KiB
C#
649 lines
34 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.comboBoxBenutzer = new System.Windows.Forms.ComboBox();
|
|
this.labelFahrer = new System.Windows.Forms.Label();
|
|
this.comboBoxAufgabe = new System.Windows.Forms.ComboBox();
|
|
this.labelAktion = new System.Windows.Forms.Label();
|
|
this.textBoxZusatz = new System.Windows.Forms.TextBox();
|
|
this.labelZusatz = new System.Windows.Forms.Label();
|
|
this.buttonSpeichern = new System.Windows.Forms.Button();
|
|
this.buttonAbbrechen = new System.Windows.Forms.Button();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
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.groupBoxSonder = new System.Windows.Forms.GroupBox();
|
|
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.pictureBoxWalli = new System.Windows.Forms.PictureBox();
|
|
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.groupBoxSonder.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBoxMinus)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBoxPlus)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBoxWalli)).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);
|
|
//
|
|
// comboBoxBenutzer
|
|
//
|
|
this.comboBoxBenutzer.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.CustomSource;
|
|
this.comboBoxBenutzer.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.comboBoxBenutzer.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
|
|
this.comboBoxBenutzer.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.comboBoxBenutzer.FormattingEnabled = true;
|
|
this.comboBoxBenutzer.Location = new System.Drawing.Point(122, 38);
|
|
this.comboBoxBenutzer.Margin = new System.Windows.Forms.Padding(2);
|
|
this.comboBoxBenutzer.Name = "comboBoxBenutzer";
|
|
this.comboBoxBenutzer.Size = new System.Drawing.Size(145, 33);
|
|
this.comboBoxBenutzer.TabIndex = 1;
|
|
//
|
|
// labelFahrer
|
|
//
|
|
this.labelFahrer.AutoSize = true;
|
|
this.labelFahrer.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.labelFahrer.Location = new System.Drawing.Point(120, 10);
|
|
this.labelFahrer.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
this.labelFahrer.Name = "labelFahrer";
|
|
this.labelFahrer.Size = new System.Drawing.Size(147, 20);
|
|
this.labelFahrer.TabIndex = 7;
|
|
this.labelFahrer.Text = "Zuständige Person:";
|
|
//
|
|
// comboBoxAufgabe
|
|
//
|
|
this.comboBoxAufgabe.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.CustomSource;
|
|
this.comboBoxAufgabe.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.comboBoxAufgabe.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
|
|
this.comboBoxAufgabe.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.comboBoxAufgabe.FormattingEnabled = true;
|
|
this.comboBoxAufgabe.Location = new System.Drawing.Point(12, 38);
|
|
this.comboBoxAufgabe.Margin = new System.Windows.Forms.Padding(2);
|
|
this.comboBoxAufgabe.Name = "comboBoxAufgabe";
|
|
this.comboBoxAufgabe.Size = new System.Drawing.Size(106, 33);
|
|
this.comboBoxAufgabe.TabIndex = 0;
|
|
this.comboBoxAufgabe.SelectedValueChanged += new System.EventHandler(this.comboBoxAufgabe_SelectedValueChanged);
|
|
//
|
|
// labelAktion
|
|
//
|
|
this.labelAktion.AutoSize = true;
|
|
this.labelAktion.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.labelAktion.Location = new System.Drawing.Point(12, 10);
|
|
this.labelAktion.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
this.labelAktion.Name = "labelAktion";
|
|
this.labelAktion.Size = new System.Drawing.Size(74, 20);
|
|
this.labelAktion.TabIndex = 9;
|
|
this.labelAktion.Text = "Aufgabe:";
|
|
//
|
|
// textBoxZusatz
|
|
//
|
|
this.textBoxZusatz.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.textBoxZusatz.Location = new System.Drawing.Point(12, 102);
|
|
this.textBoxZusatz.Margin = new System.Windows.Forms.Padding(2);
|
|
this.textBoxZusatz.MaxLength = 100;
|
|
this.textBoxZusatz.Multiline = true;
|
|
this.textBoxZusatz.Name = "textBoxZusatz";
|
|
this.textBoxZusatz.Size = new System.Drawing.Size(255, 101);
|
|
this.textBoxZusatz.TabIndex = 2;
|
|
this.textBoxZusatz.TextChanged += new System.EventHandler(this.textBoxZusatz_TextChanged);
|
|
//
|
|
// labelZusatz
|
|
//
|
|
this.labelZusatz.AutoSize = true;
|
|
this.labelZusatz.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.labelZusatz.Location = new System.Drawing.Point(8, 75);
|
|
this.labelZusatz.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
this.labelZusatz.Name = "labelZusatz";
|
|
this.labelZusatz.Size = new System.Drawing.Size(62, 20);
|
|
this.labelZusatz.TabIndex = 11;
|
|
this.labelZusatz.Text = "Zusatz:";
|
|
//
|
|
// 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(463, 530);
|
|
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(587, 530);
|
|
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);
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(219, 205);
|
|
this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(48, 13);
|
|
this.label1.TabIndex = 15;
|
|
this.label1.Text = "000/000";
|
|
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// 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(132, 31);
|
|
this.textBoxKndNr.TabIndex = 0;
|
|
this.textBoxKndNr.Click += new System.EventHandler(this.textBoxKndNr_Click);
|
|
this.textBoxKndNr.Leave += new System.EventHandler(this.textBoxKndNr_Leave);
|
|
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:";
|
|
//
|
|
// groupBoxSonder
|
|
//
|
|
this.groupBoxSonder.Controls.Add(this.label1);
|
|
this.groupBoxSonder.Controls.Add(this.labelZusatz);
|
|
this.groupBoxSonder.Controls.Add(this.textBoxZusatz);
|
|
this.groupBoxSonder.Controls.Add(this.labelAktion);
|
|
this.groupBoxSonder.Controls.Add(this.comboBoxAufgabe);
|
|
this.groupBoxSonder.Controls.Add(this.labelFahrer);
|
|
this.groupBoxSonder.Controls.Add(this.comboBoxBenutzer);
|
|
this.groupBoxSonder.Location = new System.Drawing.Point(9, 301);
|
|
this.groupBoxSonder.Margin = new System.Windows.Forms.Padding(2);
|
|
this.groupBoxSonder.Name = "groupBoxSonder";
|
|
this.groupBoxSonder.Padding = new System.Windows.Forms.Padding(2);
|
|
this.groupBoxSonder.Size = new System.Drawing.Size(278, 224);
|
|
this.groupBoxSonder.TabIndex = 28;
|
|
this.groupBoxSonder.TabStop = false;
|
|
//
|
|
// 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.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.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.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.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.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(141, 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(145, 42);
|
|
this.comboBoxTyp.Margin = new System.Windows.Forms.Padding(2);
|
|
this.comboBoxTyp.Name = "comboBoxTyp";
|
|
this.comboBoxTyp.Size = new System.Drawing.Size(142, 33);
|
|
this.comboBoxTyp.TabIndex = 1;
|
|
//
|
|
// pictureBoxWalli
|
|
//
|
|
this.pictureBoxWalli.Anchor = System.Windows.Forms.AnchorStyles.None;
|
|
this.pictureBoxWalli.BackColor = System.Drawing.Color.White;
|
|
this.pictureBoxWalli.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.pictureBoxWalli.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxWalli.Image")));
|
|
this.pictureBoxWalli.Location = new System.Drawing.Point(307, 12);
|
|
this.pictureBoxWalli.Margin = new System.Windows.Forms.Padding(2);
|
|
this.pictureBoxWalli.Name = "pictureBoxWalli";
|
|
this.pictureBoxWalli.Size = new System.Drawing.Size(395, 513);
|
|
this.pictureBoxWalli.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
|
|
this.pictureBoxWalli.TabIndex = 30;
|
|
this.pictureBoxWalli.TabStop = false;
|
|
this.pictureBoxWalli.UseWaitCursor = true;
|
|
this.pictureBoxWalli.Visible = false;
|
|
//
|
|
// 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.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
| System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
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.Name = "dGArtikel";
|
|
this.dGArtikel.Size = new System.Drawing.Size(395, 513);
|
|
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;
|
|
//
|
|
// KundeID
|
|
//
|
|
this.KundeID.HeaderText = "KundeID";
|
|
this.KundeID.Name = "KundeID";
|
|
this.KundeID.ReadOnly = true;
|
|
this.KundeID.Visible = false;
|
|
//
|
|
// ArtikelNR
|
|
//
|
|
this.ArtikelNR.HeaderText = "Art. Nr.";
|
|
this.ArtikelNR.Name = "ArtikelNR";
|
|
this.ArtikelNR.ReadOnly = true;
|
|
//
|
|
// ArtikelName
|
|
//
|
|
this.ArtikelName.HeaderText = "Art. Name";
|
|
this.ArtikelName.Name = "ArtikelName";
|
|
this.ArtikelName.ReadOnly = true;
|
|
//
|
|
// Stand
|
|
//
|
|
this.Stand.HeaderText = "Stand";
|
|
this.Stand.Name = "Stand";
|
|
this.Stand.ReadOnly = true;
|
|
//
|
|
// Fehlmenge
|
|
//
|
|
this.Fehlmenge.HeaderText = "Fehlmenge";
|
|
this.Fehlmenge.Name = "Fehlmenge";
|
|
//
|
|
// Korrektur
|
|
//
|
|
this.Korrektur.HeaderText = "Korrektur";
|
|
this.Korrektur.Name = "Korrektur";
|
|
//
|
|
// StandBearbeitet
|
|
//
|
|
this.StandBearbeitet.HeaderText = "Stand Bearbeitet";
|
|
this.StandBearbeitet.Name = "StandBearbeitet";
|
|
//
|
|
// FehlmengeBearbeitet
|
|
//
|
|
this.FehlmengeBearbeitet.HeaderText = "Fehlmenge Bearbeitet";
|
|
this.FehlmengeBearbeitet.Name = "FehlmengeBearbeitet";
|
|
//
|
|
// KorrekturBearbeitet
|
|
//
|
|
this.KorrekturBearbeitet.HeaderText = "Korrektur Bearbeitet";
|
|
this.KorrekturBearbeitet.Name = "KorrekturBearbeitet";
|
|
//
|
|
// 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(709, 585);
|
|
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.groupBoxSonder);
|
|
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.Controls.Add(this.pictureBoxWalli);
|
|
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.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);
|
|
this.groupBoxSonder.ResumeLayout(false);
|
|
this.groupBoxSonder.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBoxMinus)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBoxPlus)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBoxWalli)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.dGArtikel)).EndInit();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
private System.Windows.Forms.DateTimePicker dTPLiefertag;
|
|
private System.Windows.Forms.ComboBox comboBoxBenutzer;
|
|
private System.Windows.Forms.Label labelFahrer;
|
|
private System.Windows.Forms.ComboBox comboBoxAufgabe;
|
|
private System.Windows.Forms.Label labelAktion;
|
|
private System.Windows.Forms.TextBox textBoxZusatz;
|
|
private System.Windows.Forms.Label labelZusatz;
|
|
private System.Windows.Forms.Button buttonSpeichern;
|
|
private System.Windows.Forms.Button buttonAbbrechen;
|
|
private System.Windows.Forms.Label label1;
|
|
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.GroupBox groupBoxSonder;
|
|
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.PictureBox pictureBoxWalli;
|
|
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;
|
|
}
|
|
} |