namespace Deckungsbeitrag { partial class FormFehlmengeCount { /// /// 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(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.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(12, 12); this.textBoxScann.Name = "textBoxScann"; this.textBoxScann.Size = new System.Drawing.Size(130, 31); 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(148, 9); this.labelSuchtext.Name = "labelSuchtext"; this.labelSuchtext.Size = new System.Drawing.Size(195, 37); 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.Lime; 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(1098, 12); this.buttonFertig.Name = "buttonFertig"; this.buttonFertig.Size = new System.Drawing.Size(156, 142); 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(7, 46); this.labelName.Name = "labelName"; this.labelName.Size = new System.Drawing.Size(148, 29); 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(3, 3); this.buttonArt1.Name = "buttonArt1"; this.buttonArt1.Size = new System.Drawing.Size(303, 243); 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(312, 3); this.buttonArt2.Name = "buttonArt2"; this.buttonArt2.Size = new System.Drawing.Size(303, 243); 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(930, 3); this.buttonArt4.Name = "buttonArt4"; this.buttonArt4.Size = new System.Drawing.Size(303, 243); 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(621, 3); this.buttonArt3.Name = "buttonArt3"; this.buttonArt3.Size = new System.Drawing.Size(303, 243); 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(621, 252); this.buttonArt7.Name = "buttonArt7"; this.buttonArt7.Size = new System.Drawing.Size(303, 244); 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(930, 252); this.buttonArt8.Name = "buttonArt8"; this.buttonArt8.Size = new System.Drawing.Size(303, 244); 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(312, 252); this.buttonArt6.Name = "buttonArt6"; this.buttonArt6.Size = new System.Drawing.Size(303, 244); 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(3, 252); this.buttonArt5.Name = "buttonArt5"; this.buttonArt5.Size = new System.Drawing.Size(303, 244); 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(12, 160); this.groupBoxArtikel.Name = "groupBoxArtikel"; this.groupBoxArtikel.Size = new System.Drawing.Size(1242, 518); 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(3, 16); 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(1236, 499); 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(7, 75); this.labelAnmerkung.Name = "labelAnmerkung"; this.labelAnmerkung.Size = new System.Drawing.Size(141, 29); 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(154, 82); this.labelAnmerkungText.Name = "labelAnmerkungText"; this.labelAnmerkungText.Size = new System.Drawing.Size(39, 20); this.labelAnmerkungText.TabIndex = 6; this.labelAnmerkungText.Text = "Text"; this.labelAnmerkungText.Visible = false; // // FormFehlmengeCount // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(53)))), ((int)(((byte)(101))))); this.ClientSize = new System.Drawing.Size(1266, 690); 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.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "FormFehlmengeCount"; this.Text = "FEHLMENGEN-ERFASSUNG"; this.WindowState = System.Windows.Forms.FormWindowState.Maximized; 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; } }