Programm_Wirl/FormExpedit.Designer.cs
2025-04-28 08:31:23 +02:00

567 lines
30 KiB
C#

namespace Deckungsbeitrag
{
partial class FormExpedit
{
/// <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(FormExpedit));
this.textBoxQRCode = new System.Windows.Forms.TextBox();
this.label10 = new System.Windows.Forms.Label();
this.buttonDrucken = new System.Windows.Forms.Button();
this.pictureBoxEntwurf = new System.Windows.Forms.PictureBox();
this.buttonAbbrechen = new System.Windows.Forms.Button();
this.groupBoxEtikett = new System.Windows.Forms.GroupBox();
this.label1 = new System.Windows.Forms.Label();
this.pictureBoxMinus = new System.Windows.Forms.PictureBox();
this.pictureBoxPlus = new System.Windows.Forms.PictureBox();
this.labelContainer = new System.Windows.Forms.Label();
this.listViewLieferungen = new System.Windows.Forms.ListView();
this.columnHeader6 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader4 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader5 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.tabControlAuftragList = new System.Windows.Forms.TabControl();
this.tabPageAll = new System.Windows.Forms.TabPage();
this.tabPageStandart = new System.Windows.Forms.TabPage();
this.listViewStandart = new System.Windows.Forms.ListView();
this.columnHeader7 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader8 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader9 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader10 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader11 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader12 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.tabPageSonder = new System.Windows.Forms.TabPage();
this.listViewSonder = new System.Windows.Forms.ListView();
this.columnHeader13 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader14 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader15 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader16 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader17 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader18 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.tabPageSTH = new System.Windows.Forms.TabPage();
this.listViewSTH = new System.Windows.Forms.ListView();
this.buttonStatusSpeichern = new System.Windows.Forms.Button();
((System.ComponentModel.ISupportInitialize)(this.pictureBoxEntwurf)).BeginInit();
this.groupBoxEtikett.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBoxMinus)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBoxPlus)).BeginInit();
this.tabControlAuftragList.SuspendLayout();
this.tabPageAll.SuspendLayout();
this.tabPageStandart.SuspendLayout();
this.tabPageSonder.SuspendLayout();
this.tabPageSTH.SuspendLayout();
this.SuspendLayout();
//
// textBoxQRCode
//
this.textBoxQRCode.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.textBoxQRCode.Font = new System.Drawing.Font("Microsoft Sans Serif", 16.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.textBoxQRCode.Location = new System.Drawing.Point(9, 43);
this.textBoxQRCode.Margin = new System.Windows.Forms.Padding(2);
this.textBoxQRCode.Name = "textBoxQRCode";
this.textBoxQRCode.Size = new System.Drawing.Size(286, 32);
this.textBoxQRCode.TabIndex = 0;
this.textBoxQRCode.Text = "QR-Code scannen";
this.textBoxQRCode.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.textBoxQRCode.Enter += new System.EventHandler(this.textBoxQRCode_Enter);
this.textBoxQRCode.Leave += new System.EventHandler(this.textBoxQRCode_Leave);
this.textBoxQRCode.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.textBoxQRCode_PreviewKeyDown);
//
// label10
//
this.label10.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.label10.AutoSize = true;
this.label10.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label10.Location = new System.Drawing.Point(14, 91);
this.label10.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(135, 20);
this.label10.TabIndex = 12;
this.label10.Text = "Anzahl Container:";
//
// buttonDrucken
//
this.buttonDrucken.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.buttonDrucken.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
this.buttonDrucken.FlatAppearance.BorderSize = 0;
this.buttonDrucken.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.buttonDrucken.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.buttonDrucken.Location = new System.Drawing.Point(9, 213);
this.buttonDrucken.Margin = new System.Windows.Forms.Padding(2);
this.buttonDrucken.Name = "buttonDrucken";
this.buttonDrucken.Size = new System.Drawing.Size(286, 41);
this.buttonDrucken.TabIndex = 13;
this.buttonDrucken.Text = "Drucken";
this.buttonDrucken.UseVisualStyleBackColor = false;
this.buttonDrucken.Click += new System.EventHandler(this.buttonDrucken_Click);
//
// pictureBoxEntwurf
//
this.pictureBoxEntwurf.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.pictureBoxEntwurf.Location = new System.Drawing.Point(9, 129);
this.pictureBoxEntwurf.Margin = new System.Windows.Forms.Padding(2);
this.pictureBoxEntwurf.Name = "pictureBoxEntwurf";
this.pictureBoxEntwurf.Size = new System.Drawing.Size(286, 80);
this.pictureBoxEntwurf.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.pictureBoxEntwurf.TabIndex = 15;
this.pictureBoxEntwurf.TabStop = false;
//
// 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.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.Location = new System.Drawing.Point(1272, 585);
this.buttonAbbrechen.Margin = new System.Windows.Forms.Padding(2);
this.buttonAbbrechen.Name = "buttonAbbrechen";
this.buttonAbbrechen.Size = new System.Drawing.Size(200, 41);
this.buttonAbbrechen.TabIndex = 1;
this.buttonAbbrechen.Text = "Abbrechen";
this.buttonAbbrechen.UseVisualStyleBackColor = false;
this.buttonAbbrechen.Click += new System.EventHandler(this.buttonAbbrechen_Click);
//
// groupBoxEtikett
//
this.groupBoxEtikett.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.groupBoxEtikett.Controls.Add(this.label1);
this.groupBoxEtikett.Controls.Add(this.pictureBoxMinus);
this.groupBoxEtikett.Controls.Add(this.pictureBoxPlus);
this.groupBoxEtikett.Controls.Add(this.labelContainer);
this.groupBoxEtikett.Controls.Add(this.buttonDrucken);
this.groupBoxEtikett.Controls.Add(this.textBoxQRCode);
this.groupBoxEtikett.Controls.Add(this.pictureBoxEntwurf);
this.groupBoxEtikett.Controls.Add(this.label10);
this.groupBoxEtikett.ForeColor = System.Drawing.Color.White;
this.groupBoxEtikett.Location = new System.Drawing.Point(1170, 302);
this.groupBoxEtikett.Margin = new System.Windows.Forms.Padding(2);
this.groupBoxEtikett.Name = "groupBoxEtikett";
this.groupBoxEtikett.Padding = new System.Windows.Forms.Padding(2);
this.groupBoxEtikett.Size = new System.Drawing.Size(302, 268);
this.groupBoxEtikett.TabIndex = 2;
this.groupBoxEtikett.TabStop = false;
this.groupBoxEtikett.Text = "Etikett-Druck";
//
// label1
//
this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
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(14, 21);
this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(90, 20);
this.label1.TabIndex = 34;
this.label1.Text = "AuftragsNr:";
//
// pictureBoxMinus
//
this.pictureBoxMinus.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.pictureBoxMinus.BackColor = System.Drawing.Color.Red;
this.pictureBoxMinus.Enabled = false;
this.pictureBoxMinus.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxMinus.Image")));
this.pictureBoxMinus.Location = new System.Drawing.Point(171, 79);
this.pictureBoxMinus.Margin = new System.Windows.Forms.Padding(2);
this.pictureBoxMinus.Name = "pictureBoxMinus";
this.pictureBoxMinus.Size = new System.Drawing.Size(38, 41);
this.pictureBoxMinus.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.pictureBoxMinus.TabIndex = 33;
this.pictureBoxMinus.TabStop = false;
this.pictureBoxMinus.Click += new System.EventHandler(this.Container_Click);
//
// pictureBoxPlus
//
this.pictureBoxPlus.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.pictureBoxPlus.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
this.pictureBoxPlus.Enabled = false;
this.pictureBoxPlus.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxPlus.Image")));
this.pictureBoxPlus.Location = new System.Drawing.Point(246, 79);
this.pictureBoxPlus.Margin = new System.Windows.Forms.Padding(2);
this.pictureBoxPlus.Name = "pictureBoxPlus";
this.pictureBoxPlus.Size = new System.Drawing.Size(38, 41);
this.pictureBoxPlus.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.pictureBoxPlus.TabIndex = 32;
this.pictureBoxPlus.TabStop = false;
this.pictureBoxPlus.Click += new System.EventHandler(this.Container_Click);
//
// labelContainer
//
this.labelContainer.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.labelContainer.BackColor = System.Drawing.Color.White;
this.labelContainer.Font = new System.Drawing.Font("Microsoft Sans Serif", 16.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.labelContainer.ForeColor = System.Drawing.Color.Black;
this.labelContainer.Location = new System.Drawing.Point(208, 79);
this.labelContainer.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.labelContainer.Name = "labelContainer";
this.labelContainer.Size = new System.Drawing.Size(38, 41);
this.labelContainer.TabIndex = 31;
this.labelContainer.Text = "0";
this.labelContainer.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// listViewLieferungen
//
this.listViewLieferungen.BackColor = System.Drawing.Color.WhiteSmoke;
this.listViewLieferungen.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.columnHeader6,
this.columnHeader3,
this.columnHeader1,
this.columnHeader2,
this.columnHeader4,
this.columnHeader5});
this.listViewLieferungen.Dock = System.Windows.Forms.DockStyle.Fill;
this.listViewLieferungen.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.listViewLieferungen.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(53)))), ((int)(((byte)(101)))));
this.listViewLieferungen.FullRowSelect = true;
this.listViewLieferungen.GridLines = true;
this.listViewLieferungen.HideSelection = false;
this.listViewLieferungen.Location = new System.Drawing.Point(3, 3);
this.listViewLieferungen.Margin = new System.Windows.Forms.Padding(2);
this.listViewLieferungen.MultiSelect = false;
this.listViewLieferungen.Name = "listViewLieferungen";
this.listViewLieferungen.Size = new System.Drawing.Size(1148, 514);
this.listViewLieferungen.TabIndex = 0;
this.listViewLieferungen.UseCompatibleStateImageBehavior = false;
this.listViewLieferungen.View = System.Windows.Forms.View.Details;
this.listViewLieferungen.SelectedIndexChanged += new System.EventHandler(this.listViewLieferungen_SelectedIndexChanged);
this.listViewLieferungen.MouseClick += new System.Windows.Forms.MouseEventHandler(this.listView_MouseClick);
this.listViewLieferungen.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.listView_MouseDoubleClick);
//
// columnHeader6
//
this.columnHeader6.Width = 0;
//
// columnHeader3
//
this.columnHeader3.Text = "Liefertag";
this.columnHeader3.Width = 150;
//
// columnHeader1
//
this.columnHeader1.Text = "Kunde Name";
this.columnHeader1.Width = 200;
//
// columnHeader2
//
this.columnHeader2.Text = "Region";
this.columnHeader2.Width = 150;
//
// columnHeader4
//
this.columnHeader4.Text = "Cont";
this.columnHeader4.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.columnHeader4.Width = 150;
//
// columnHeader5
//
this.columnHeader5.Text = "Auftragsart";
this.columnHeader5.Width = 265;
//
// tabControlAuftragList
//
this.tabControlAuftragList.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.tabControlAuftragList.Controls.Add(this.tabPageAll);
this.tabControlAuftragList.Controls.Add(this.tabPageStandart);
this.tabControlAuftragList.Controls.Add(this.tabPageSonder);
this.tabControlAuftragList.Controls.Add(this.tabPageSTH);
this.tabControlAuftragList.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.tabControlAuftragList.Location = new System.Drawing.Point(3, 12);
this.tabControlAuftragList.Name = "tabControlAuftragList";
this.tabControlAuftragList.SelectedIndex = 0;
this.tabControlAuftragList.Size = new System.Drawing.Size(1162, 558);
this.tabControlAuftragList.TabIndex = 0;
this.tabControlAuftragList.Selected += new System.Windows.Forms.TabControlEventHandler(this.tabControlAuftragList_Selected);
//
// tabPageAll
//
this.tabPageAll.Controls.Add(this.listViewLieferungen);
this.tabPageAll.Location = new System.Drawing.Point(4, 34);
this.tabPageAll.Name = "tabPageAll";
this.tabPageAll.Padding = new System.Windows.Forms.Padding(3);
this.tabPageAll.Size = new System.Drawing.Size(1154, 520);
this.tabPageAll.TabIndex = 0;
this.tabPageAll.Text = "Alle Aufträge";
this.tabPageAll.UseVisualStyleBackColor = true;
//
// tabPageStandart
//
this.tabPageStandart.Controls.Add(this.listViewStandart);
this.tabPageStandart.Location = new System.Drawing.Point(4, 34);
this.tabPageStandart.Name = "tabPageStandart";
this.tabPageStandart.Padding = new System.Windows.Forms.Padding(3);
this.tabPageStandart.Size = new System.Drawing.Size(1154, 520);
this.tabPageStandart.TabIndex = 2;
this.tabPageStandart.Text = "Standartaufträge";
this.tabPageStandart.UseVisualStyleBackColor = true;
//
// listViewStandart
//
this.listViewStandart.BackColor = System.Drawing.Color.WhiteSmoke;
this.listViewStandart.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.columnHeader7,
this.columnHeader8,
this.columnHeader9,
this.columnHeader10,
this.columnHeader11,
this.columnHeader12});
this.listViewStandart.Dock = System.Windows.Forms.DockStyle.Fill;
this.listViewStandart.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.listViewStandart.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(53)))), ((int)(((byte)(101)))));
this.listViewStandart.FullRowSelect = true;
this.listViewStandart.GridLines = true;
this.listViewStandart.HideSelection = false;
this.listViewStandart.Location = new System.Drawing.Point(3, 3);
this.listViewStandart.Margin = new System.Windows.Forms.Padding(2);
this.listViewStandart.MultiSelect = false;
this.listViewStandart.Name = "listViewStandart";
this.listViewStandart.Size = new System.Drawing.Size(1148, 514);
this.listViewStandart.TabIndex = 1;
this.listViewStandart.UseCompatibleStateImageBehavior = false;
this.listViewStandart.View = System.Windows.Forms.View.Details;
this.listViewStandart.MouseClick += new System.Windows.Forms.MouseEventHandler(this.listView_MouseClick);
this.listViewStandart.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.listView_MouseDoubleClick);
//
// columnHeader7
//
this.columnHeader7.Width = 0;
//
// columnHeader8
//
this.columnHeader8.Text = "Liefertag";
this.columnHeader8.Width = 150;
//
// columnHeader9
//
this.columnHeader9.Text = "Kunde Name";
this.columnHeader9.Width = 200;
//
// columnHeader10
//
this.columnHeader10.Text = "Region";
this.columnHeader10.Width = 150;
//
// columnHeader11
//
this.columnHeader11.Text = "Cont";
this.columnHeader11.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.columnHeader11.Width = 150;
//
// columnHeader12
//
this.columnHeader12.Text = "Auftragsart";
this.columnHeader12.Width = 265;
//
// tabPageSonder
//
this.tabPageSonder.Controls.Add(this.listViewSonder);
this.tabPageSonder.Location = new System.Drawing.Point(4, 34);
this.tabPageSonder.Name = "tabPageSonder";
this.tabPageSonder.Padding = new System.Windows.Forms.Padding(3);
this.tabPageSonder.Size = new System.Drawing.Size(1154, 520);
this.tabPageSonder.TabIndex = 1;
this.tabPageSonder.Text = "Sonderaufträge";
this.tabPageSonder.UseVisualStyleBackColor = true;
//
// listViewSonder
//
this.listViewSonder.BackColor = System.Drawing.Color.WhiteSmoke;
this.listViewSonder.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.columnHeader13,
this.columnHeader14,
this.columnHeader15,
this.columnHeader16,
this.columnHeader17,
this.columnHeader18});
this.listViewSonder.Dock = System.Windows.Forms.DockStyle.Fill;
this.listViewSonder.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.listViewSonder.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(53)))), ((int)(((byte)(101)))));
this.listViewSonder.FullRowSelect = true;
this.listViewSonder.GridLines = true;
this.listViewSonder.HideSelection = false;
this.listViewSonder.Location = new System.Drawing.Point(3, 3);
this.listViewSonder.Margin = new System.Windows.Forms.Padding(2);
this.listViewSonder.MultiSelect = false;
this.listViewSonder.Name = "listViewSonder";
this.listViewSonder.Size = new System.Drawing.Size(1148, 514);
this.listViewSonder.TabIndex = 1;
this.listViewSonder.UseCompatibleStateImageBehavior = false;
this.listViewSonder.View = System.Windows.Forms.View.Details;
this.listViewSonder.MouseClick += new System.Windows.Forms.MouseEventHandler(this.listView_MouseClick);
this.listViewSonder.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.listView_MouseDoubleClick);
//
// columnHeader13
//
this.columnHeader13.Width = 0;
//
// columnHeader14
//
this.columnHeader14.Text = "Liefertag";
this.columnHeader14.Width = 150;
//
// columnHeader15
//
this.columnHeader15.Text = "Kunde Name";
this.columnHeader15.Width = 200;
//
// columnHeader16
//
this.columnHeader16.Text = "Region";
this.columnHeader16.Width = 150;
//
// columnHeader17
//
this.columnHeader17.Text = "Cont";
this.columnHeader17.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.columnHeader17.Width = 150;
//
// columnHeader18
//
this.columnHeader18.Text = "Auftragsart";
this.columnHeader18.Width = 265;
//
// tabPageSTH
//
this.tabPageSTH.Controls.Add(this.listViewSTH);
this.tabPageSTH.Location = new System.Drawing.Point(4, 34);
this.tabPageSTH.Name = "tabPageSTH";
this.tabPageSTH.Size = new System.Drawing.Size(1154, 520);
this.tabPageSTH.TabIndex = 3;
this.tabPageSTH.Text = "Standerhöhungen";
this.tabPageSTH.UseVisualStyleBackColor = true;
//
// listViewSTH
//
this.listViewSTH.CheckBoxes = true;
this.listViewSTH.Dock = System.Windows.Forms.DockStyle.Fill;
this.listViewSTH.FullRowSelect = true;
this.listViewSTH.GridLines = true;
this.listViewSTH.HideSelection = false;
this.listViewSTH.Location = new System.Drawing.Point(0, 0);
this.listViewSTH.Name = "listViewSTH";
this.listViewSTH.Size = new System.Drawing.Size(1154, 520);
this.listViewSTH.TabIndex = 0;
this.listViewSTH.UseCompatibleStateImageBehavior = false;
this.listViewSTH.View = System.Windows.Forms.View.Details;
this.listViewSTH.ItemChecked += new System.Windows.Forms.ItemCheckedEventHandler(this.listViewSonder_ItemChecked);
//
// buttonStatusSpeichern
//
this.buttonStatusSpeichern.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.buttonStatusSpeichern.BackColor = System.Drawing.Color.Gray;
this.buttonStatusSpeichern.Enabled = false;
this.buttonStatusSpeichern.FlatAppearance.BorderSize = 0;
this.buttonStatusSpeichern.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.buttonStatusSpeichern.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.buttonStatusSpeichern.Location = new System.Drawing.Point(1068, 585);
this.buttonStatusSpeichern.Margin = new System.Windows.Forms.Padding(2);
this.buttonStatusSpeichern.Name = "buttonStatusSpeichern";
this.buttonStatusSpeichern.Size = new System.Drawing.Size(200, 41);
this.buttonStatusSpeichern.TabIndex = 35;
this.buttonStatusSpeichern.Text = "Status speichern";
this.buttonStatusSpeichern.UseVisualStyleBackColor = false;
this.buttonStatusSpeichern.Visible = false;
this.buttonStatusSpeichern.Click += new System.EventHandler(this.buttonStatusSpeichern_Click);
//
// FormExpedit
//
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(1481, 637);
this.Controls.Add(this.groupBoxEtikett);
this.Controls.Add(this.buttonStatusSpeichern);
this.Controls.Add(this.tabControlAuftragList);
this.Controls.Add(this.buttonAbbrechen);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Margin = new System.Windows.Forms.Padding(2);
this.MinimizeBox = false;
this.Name = "FormExpedit";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "Expedit";
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
this.Load += new System.EventHandler(this.FormExpedit_Load);
((System.ComponentModel.ISupportInitialize)(this.pictureBoxEntwurf)).EndInit();
this.groupBoxEtikett.ResumeLayout(false);
this.groupBoxEtikett.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBoxMinus)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBoxPlus)).EndInit();
this.tabControlAuftragList.ResumeLayout(false);
this.tabPageAll.ResumeLayout(false);
this.tabPageStandart.ResumeLayout(false);
this.tabPageSonder.ResumeLayout(false);
this.tabPageSTH.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.TextBox textBoxQRCode;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.Button buttonDrucken;
private System.Windows.Forms.PictureBox pictureBoxEntwurf;
private System.Windows.Forms.Button buttonAbbrechen;
private System.Windows.Forms.GroupBox groupBoxEtikett;
private System.Windows.Forms.ListView listViewLieferungen;
private System.Windows.Forms.ColumnHeader columnHeader3;
private System.Windows.Forms.ColumnHeader columnHeader1;
private System.Windows.Forms.ColumnHeader columnHeader2;
private System.Windows.Forms.ColumnHeader columnHeader4;
private System.Windows.Forms.ColumnHeader columnHeader5;
private System.Windows.Forms.PictureBox pictureBoxMinus;
private System.Windows.Forms.PictureBox pictureBoxPlus;
private System.Windows.Forms.Label labelContainer;
private System.Windows.Forms.ColumnHeader columnHeader6;
private System.Windows.Forms.TabControl tabControlAuftragList;
private System.Windows.Forms.TabPage tabPageAll;
private System.Windows.Forms.TabPage tabPageSonder;
private System.Windows.Forms.Button buttonStatusSpeichern;
private System.Windows.Forms.TabPage tabPageStandart;
private System.Windows.Forms.TabPage tabPageSTH;
private System.Windows.Forms.ListView listViewSTH;
private System.Windows.Forms.ListView listViewStandart;
private System.Windows.Forms.ColumnHeader columnHeader7;
private System.Windows.Forms.ColumnHeader columnHeader8;
private System.Windows.Forms.ColumnHeader columnHeader9;
private System.Windows.Forms.ColumnHeader columnHeader10;
private System.Windows.Forms.ColumnHeader columnHeader11;
private System.Windows.Forms.ColumnHeader columnHeader12;
private System.Windows.Forms.ListView listViewSonder;
private System.Windows.Forms.ColumnHeader columnHeader13;
private System.Windows.Forms.ColumnHeader columnHeader14;
private System.Windows.Forms.ColumnHeader columnHeader15;
private System.Windows.Forms.ColumnHeader columnHeader16;
private System.Windows.Forms.ColumnHeader columnHeader17;
private System.Windows.Forms.ColumnHeader columnHeader18;
private System.Windows.Forms.Label label1;
}
}