Programm_Wirl/AA-Forms/FormFehlmengeCount.Designer.cs

371 lines
20 KiB
C#

namespace Deckungsbeitrag
{
partial class FormFehlmengeCount
{
/// <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(FormFehlmengeCount));
this.textBoxScann = new System.Windows.Forms.TextBox();
this.labelSuchtext = new System.Windows.Forms.Label();
this.buttonFertig = new System.Windows.Forms.Button();
this.labelName = new System.Windows.Forms.Label();
this.buttonArt1 = new System.Windows.Forms.Button();
this.buttonArt2 = new System.Windows.Forms.Button();
this.buttonArt4 = new System.Windows.Forms.Button();
this.buttonArt3 = new System.Windows.Forms.Button();
this.buttonArt7 = new System.Windows.Forms.Button();
this.buttonArt8 = new System.Windows.Forms.Button();
this.buttonArt6 = new System.Windows.Forms.Button();
this.buttonArt5 = new System.Windows.Forms.Button();
this.groupBoxArtikel = new System.Windows.Forms.GroupBox();
this.tableLayoutPanelArtikel = new System.Windows.Forms.TableLayoutPanel();
this.labelAnmerkung = new System.Windows.Forms.Label();
this.labelAnmerkungText = new System.Windows.Forms.Label();
this.buttonAbbrechen = new System.Windows.Forms.Button();
this.groupBoxArtikel.SuspendLayout();
this.tableLayoutPanelArtikel.SuspendLayout();
this.SuspendLayout();
//
// textBoxScann
//
this.textBoxScann.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.textBoxScann.Location = new System.Drawing.Point(161, 15);
this.textBoxScann.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.textBoxScann.Name = "textBoxScann";
this.textBoxScann.Size = new System.Drawing.Size(172, 37);
this.textBoxScann.TabIndex = 1;
this.textBoxScann.KeyDown += new System.Windows.Forms.KeyEventHandler(this.TextBoxScann_KeyDown);
this.textBoxScann.Leave += new System.EventHandler(this.TextBoxScann_Leave);
//
// labelSuchtext
//
this.labelSuchtext.AutoSize = true;
this.labelSuchtext.Font = new System.Drawing.Font("Microsoft Sans Serif", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.labelSuchtext.ForeColor = System.Drawing.Color.White;
this.labelSuchtext.Location = new System.Drawing.Point(341, 9);
this.labelSuchtext.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.labelSuchtext.Name = "labelSuchtext";
this.labelSuchtext.Size = new System.Drawing.Size(240, 46);
this.labelSuchtext.TabIndex = 2;
this.labelSuchtext.Text = "KundeName";
//
// buttonFertig
//
this.buttonFertig.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.buttonFertig.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
this.buttonFertig.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
this.buttonFertig.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.buttonFertig.Font = new System.Drawing.Font("Microsoft Sans Serif", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.buttonFertig.Location = new System.Drawing.Point(1464, 15);
this.buttonFertig.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.buttonFertig.Name = "buttonFertig";
this.buttonFertig.Size = new System.Drawing.Size(208, 175);
this.buttonFertig.TabIndex = 3;
this.buttonFertig.Text = "Kunde Fertig";
this.buttonFertig.UseVisualStyleBackColor = false;
this.buttonFertig.Click += new System.EventHandler(this.ButtonFertig_Click);
//
// labelName
//
this.labelName.AutoSize = true;
this.labelName.Font = new System.Drawing.Font("Microsoft Sans Serif", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.labelName.ForeColor = System.Drawing.Color.White;
this.labelName.Location = new System.Drawing.Point(155, 65);
this.labelName.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.labelName.Name = "labelName";
this.labelName.Size = new System.Drawing.Size(179, 36);
this.labelName.TabIndex = 4;
this.labelName.Text = "KundeName";
//
// buttonArt1
//
this.buttonArt1.BackColor = System.Drawing.Color.Turquoise;
this.buttonArt1.Dock = System.Windows.Forms.DockStyle.Fill;
this.buttonArt1.ForeColor = System.Drawing.Color.Black;
this.buttonArt1.Location = new System.Drawing.Point(4, 4);
this.buttonArt1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.buttonArt1.Name = "buttonArt1";
this.buttonArt1.Size = new System.Drawing.Size(404, 299);
this.buttonArt1.TabIndex = 0;
this.buttonArt1.Text = "Artikel1";
this.buttonArt1.UseVisualStyleBackColor = false;
this.buttonArt1.Click += new System.EventHandler(this.Button_Click);
this.buttonArt1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.Button_MouseDown);
this.buttonArt1.MouseUp += new System.Windows.Forms.MouseEventHandler(this.Button_MouseUp);
//
// buttonArt2
//
this.buttonArt2.BackColor = System.Drawing.Color.Turquoise;
this.buttonArt2.Dock = System.Windows.Forms.DockStyle.Fill;
this.buttonArt2.ForeColor = System.Drawing.Color.Black;
this.buttonArt2.Location = new System.Drawing.Point(416, 4);
this.buttonArt2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.buttonArt2.Name = "buttonArt2";
this.buttonArt2.Size = new System.Drawing.Size(404, 299);
this.buttonArt2.TabIndex = 1;
this.buttonArt2.Text = "Artikel2";
this.buttonArt2.UseVisualStyleBackColor = false;
this.buttonArt2.Click += new System.EventHandler(this.Button_Click);
this.buttonArt2.MouseDown += new System.Windows.Forms.MouseEventHandler(this.Button_MouseDown);
this.buttonArt2.MouseUp += new System.Windows.Forms.MouseEventHandler(this.Button_MouseUp);
//
// buttonArt4
//
this.buttonArt4.BackColor = System.Drawing.Color.Turquoise;
this.buttonArt4.Dock = System.Windows.Forms.DockStyle.Fill;
this.buttonArt4.ForeColor = System.Drawing.Color.Black;
this.buttonArt4.Location = new System.Drawing.Point(1240, 4);
this.buttonArt4.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.buttonArt4.Name = "buttonArt4";
this.buttonArt4.Size = new System.Drawing.Size(404, 299);
this.buttonArt4.TabIndex = 2;
this.buttonArt4.Text = "Artikel4";
this.buttonArt4.UseVisualStyleBackColor = false;
this.buttonArt4.Click += new System.EventHandler(this.Button_Click);
this.buttonArt4.MouseDown += new System.Windows.Forms.MouseEventHandler(this.Button_MouseDown);
this.buttonArt4.MouseUp += new System.Windows.Forms.MouseEventHandler(this.Button_MouseUp);
//
// buttonArt3
//
this.buttonArt3.BackColor = System.Drawing.Color.Turquoise;
this.buttonArt3.Dock = System.Windows.Forms.DockStyle.Fill;
this.buttonArt3.ForeColor = System.Drawing.Color.Black;
this.buttonArt3.Location = new System.Drawing.Point(828, 4);
this.buttonArt3.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.buttonArt3.Name = "buttonArt3";
this.buttonArt3.Size = new System.Drawing.Size(404, 299);
this.buttonArt3.TabIndex = 3;
this.buttonArt3.Text = "Artikel3";
this.buttonArt3.UseVisualStyleBackColor = false;
this.buttonArt3.Click += new System.EventHandler(this.Button_Click);
this.buttonArt3.MouseDown += new System.Windows.Forms.MouseEventHandler(this.Button_MouseDown);
this.buttonArt3.MouseUp += new System.Windows.Forms.MouseEventHandler(this.Button_MouseUp);
//
// buttonArt7
//
this.buttonArt7.BackColor = System.Drawing.Color.Turquoise;
this.buttonArt7.Dock = System.Windows.Forms.DockStyle.Fill;
this.buttonArt7.ForeColor = System.Drawing.Color.Black;
this.buttonArt7.Location = new System.Drawing.Point(828, 311);
this.buttonArt7.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.buttonArt7.Name = "buttonArt7";
this.buttonArt7.Size = new System.Drawing.Size(404, 300);
this.buttonArt7.TabIndex = 4;
this.buttonArt7.Text = "Artikel7";
this.buttonArt7.UseVisualStyleBackColor = false;
this.buttonArt7.Click += new System.EventHandler(this.Button_Click);
this.buttonArt7.MouseDown += new System.Windows.Forms.MouseEventHandler(this.Button_MouseDown);
this.buttonArt7.MouseUp += new System.Windows.Forms.MouseEventHandler(this.Button_MouseUp);
//
// buttonArt8
//
this.buttonArt8.BackColor = System.Drawing.Color.Turquoise;
this.buttonArt8.Dock = System.Windows.Forms.DockStyle.Fill;
this.buttonArt8.ForeColor = System.Drawing.Color.Black;
this.buttonArt8.Location = new System.Drawing.Point(1240, 311);
this.buttonArt8.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.buttonArt8.Name = "buttonArt8";
this.buttonArt8.Size = new System.Drawing.Size(404, 300);
this.buttonArt8.TabIndex = 5;
this.buttonArt8.Text = "Artikel8";
this.buttonArt8.UseVisualStyleBackColor = false;
this.buttonArt8.Click += new System.EventHandler(this.Button_Click);
this.buttonArt8.MouseDown += new System.Windows.Forms.MouseEventHandler(this.Button_MouseDown);
this.buttonArt8.MouseUp += new System.Windows.Forms.MouseEventHandler(this.Button_MouseUp);
//
// buttonArt6
//
this.buttonArt6.BackColor = System.Drawing.Color.Turquoise;
this.buttonArt6.Dock = System.Windows.Forms.DockStyle.Fill;
this.buttonArt6.ForeColor = System.Drawing.Color.Black;
this.buttonArt6.Location = new System.Drawing.Point(416, 311);
this.buttonArt6.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.buttonArt6.Name = "buttonArt6";
this.buttonArt6.Size = new System.Drawing.Size(404, 300);
this.buttonArt6.TabIndex = 6;
this.buttonArt6.Text = "Artikel6";
this.buttonArt6.UseVisualStyleBackColor = false;
this.buttonArt6.Click += new System.EventHandler(this.Button_Click);
this.buttonArt6.MouseDown += new System.Windows.Forms.MouseEventHandler(this.Button_MouseDown);
this.buttonArt6.MouseUp += new System.Windows.Forms.MouseEventHandler(this.Button_MouseUp);
//
// buttonArt5
//
this.buttonArt5.BackColor = System.Drawing.Color.Turquoise;
this.buttonArt5.Dock = System.Windows.Forms.DockStyle.Fill;
this.buttonArt5.ForeColor = System.Drawing.Color.Black;
this.buttonArt5.Location = new System.Drawing.Point(4, 311);
this.buttonArt5.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.buttonArt5.Name = "buttonArt5";
this.buttonArt5.Size = new System.Drawing.Size(404, 300);
this.buttonArt5.TabIndex = 7;
this.buttonArt5.Text = "Artikel5";
this.buttonArt5.UseVisualStyleBackColor = false;
this.buttonArt5.Click += new System.EventHandler(this.Button_Click);
this.buttonArt5.MouseDown += new System.Windows.Forms.MouseEventHandler(this.Button_MouseDown);
this.buttonArt5.MouseUp += new System.Windows.Forms.MouseEventHandler(this.Button_MouseUp);
//
// groupBoxArtikel
//
this.groupBoxArtikel.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.groupBoxArtikel.Controls.Add(this.tableLayoutPanelArtikel);
this.groupBoxArtikel.ForeColor = System.Drawing.Color.White;
this.groupBoxArtikel.Location = new System.Drawing.Point(16, 197);
this.groupBoxArtikel.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.groupBoxArtikel.Name = "groupBoxArtikel";
this.groupBoxArtikel.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.groupBoxArtikel.Size = new System.Drawing.Size(1656, 638);
this.groupBoxArtikel.TabIndex = 0;
this.groupBoxArtikel.TabStop = false;
this.groupBoxArtikel.Text = "Kundenartikel";
//
// tableLayoutPanelArtikel
//
this.tableLayoutPanelArtikel.BackColor = System.Drawing.Color.Transparent;
this.tableLayoutPanelArtikel.ColumnCount = 4;
this.tableLayoutPanelArtikel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
this.tableLayoutPanelArtikel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
this.tableLayoutPanelArtikel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
this.tableLayoutPanelArtikel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
this.tableLayoutPanelArtikel.Controls.Add(this.buttonArt1, 0, 0);
this.tableLayoutPanelArtikel.Controls.Add(this.buttonArt8, 3, 1);
this.tableLayoutPanelArtikel.Controls.Add(this.buttonArt6, 1, 1);
this.tableLayoutPanelArtikel.Controls.Add(this.buttonArt7, 2, 1);
this.tableLayoutPanelArtikel.Controls.Add(this.buttonArt5, 0, 1);
this.tableLayoutPanelArtikel.Controls.Add(this.buttonArt2, 1, 0);
this.tableLayoutPanelArtikel.Controls.Add(this.buttonArt3, 2, 0);
this.tableLayoutPanelArtikel.Controls.Add(this.buttonArt4, 3, 0);
this.tableLayoutPanelArtikel.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanelArtikel.Location = new System.Drawing.Point(4, 19);
this.tableLayoutPanelArtikel.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.tableLayoutPanelArtikel.Name = "tableLayoutPanelArtikel";
this.tableLayoutPanelArtikel.RowCount = 2;
this.tableLayoutPanelArtikel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanelArtikel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanelArtikel.Size = new System.Drawing.Size(1648, 615);
this.tableLayoutPanelArtikel.TabIndex = 8;
//
// labelAnmerkung
//
this.labelAnmerkung.AutoSize = true;
this.labelAnmerkung.Font = new System.Drawing.Font("Microsoft Sans Serif", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.labelAnmerkung.ForeColor = System.Drawing.Color.White;
this.labelAnmerkung.Location = new System.Drawing.Point(155, 101);
this.labelAnmerkung.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.labelAnmerkung.Name = "labelAnmerkung";
this.labelAnmerkung.Size = new System.Drawing.Size(176, 36);
this.labelAnmerkung.TabIndex = 5;
this.labelAnmerkung.Text = "Anmerkung:";
this.labelAnmerkung.Visible = false;
//
// labelAnmerkungText
//
this.labelAnmerkungText.AutoSize = true;
this.labelAnmerkungText.BackColor = System.Drawing.Color.White;
this.labelAnmerkungText.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.labelAnmerkungText.Location = new System.Drawing.Point(339, 110);
this.labelAnmerkungText.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.labelAnmerkungText.Name = "labelAnmerkungText";
this.labelAnmerkungText.Size = new System.Drawing.Size(51, 25);
this.labelAnmerkungText.TabIndex = 6;
this.labelAnmerkungText.Text = "Text";
this.labelAnmerkungText.Visible = false;
//
// buttonAbbrechen
//
this.buttonAbbrechen.AutoSize = true;
this.buttonAbbrechen.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.buttonAbbrechen.BackColor = System.Drawing.Color.Red;
this.buttonAbbrechen.CausesValidation = false;
this.buttonAbbrechen.FlatAppearance.BorderColor = System.Drawing.Color.Red;
this.buttonAbbrechen.FlatAppearance.BorderSize = 0;
this.buttonAbbrechen.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.buttonAbbrechen.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.2F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.buttonAbbrechen.ForeColor = System.Drawing.Color.White;
this.buttonAbbrechen.Location = new System.Drawing.Point(12, 15);
this.buttonAbbrechen.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.buttonAbbrechen.Name = "buttonAbbrechen";
this.buttonAbbrechen.Size = new System.Drawing.Size(103, 30);
this.buttonAbbrechen.TabIndex = 7;
this.buttonAbbrechen.Text = "<< Zurück";
this.buttonAbbrechen.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
this.buttonAbbrechen.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
this.buttonAbbrechen.UseVisualStyleBackColor = false;
this.buttonAbbrechen.Click += new System.EventHandler(this.ButtonAbbrechen_Click);
//
// FormFehlmengeCount
//
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.ClientSize = new System.Drawing.Size(1688, 849);
this.Controls.Add(this.buttonAbbrechen);
this.Controls.Add(this.labelAnmerkungText);
this.Controls.Add(this.labelAnmerkung);
this.Controls.Add(this.labelName);
this.Controls.Add(this.buttonFertig);
this.Controls.Add(this.labelSuchtext);
this.Controls.Add(this.textBoxScann);
this.Controls.Add(this.groupBoxArtikel);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.Name = "FormFehlmengeCount";
this.Text = "FEHLMENGEN-ERFASSUNG";
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FormFehlmengeCount_FormClosing);
this.Load += new System.EventHandler(this.FormFehlmengeCount_Load);
this.groupBoxArtikel.ResumeLayout(false);
this.tableLayoutPanelArtikel.ResumeLayout(false);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.TextBox textBoxScann;
private System.Windows.Forms.Label labelSuchtext;
private System.Windows.Forms.Button buttonFertig;
private System.Windows.Forms.Label labelName;
private System.Windows.Forms.Button buttonArt1;
private System.Windows.Forms.Button buttonArt2;
private System.Windows.Forms.Button buttonArt4;
private System.Windows.Forms.Button buttonArt3;
private System.Windows.Forms.Button buttonArt7;
private System.Windows.Forms.Button buttonArt8;
private System.Windows.Forms.Button buttonArt6;
private System.Windows.Forms.Button buttonArt5;
private System.Windows.Forms.GroupBox groupBoxArtikel;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanelArtikel;
private System.Windows.Forms.Label labelAnmerkung;
private System.Windows.Forms.Label labelAnmerkungText;
private System.Windows.Forms.Button buttonAbbrechen;
}
}