namespace Deckungsbeitrag
{
partial class FormExpedit
{
///
/// 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()
{
this.components = new System.ComponentModel.Container();
System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea1 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
System.Windows.Forms.DataVisualization.Charting.Legend legend1 = new System.Windows.Forms.DataVisualization.Charting.Legend();
System.Windows.Forms.DataVisualization.Charting.Series series1 = new System.Windows.Forms.DataVisualization.Charting.Series();
System.Windows.Forms.DataVisualization.Charting.Title title1 = new System.Windows.Forms.DataVisualization.Charting.Title();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormExpedit));
this.buttonNeuerAuftrag = new System.Windows.Forms.Button();
this.buttonGetKundeVW = new System.Windows.Forms.Button();
this.buttonReklamation = new System.Windows.Forms.Button();
this.buttonSWS_Drucken = new System.Windows.Forms.Button();
this.chartFehlmenge = new System.Windows.Forms.DataVisualization.Charting.Chart();
this.groupBoxKndInfo = new System.Windows.Forms.GroupBox();
this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
this.labelAnmerkung = new System.Windows.Forms.Label();
this.labelAufgabe = new System.Windows.Forms.Label();
this.labelZusatz = new System.Windows.Forms.Label();
this.buttonTourenListe = new System.Windows.Forms.Button();
this.buttonStats = new System.Windows.Forms.Button();
this.buttonEinstellung = new System.Windows.Forms.Button();
this.tabPageRampe = new System.Windows.Forms.TabPage();
this.objectListViewRampe = new BrightIdeasSoftware.ObjectListView();
this.contextMenuStripExpedit = new System.Windows.Forms.ContextMenuStrip(this.components);
this.bearbeitenToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.liefertagToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.statusToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.containerSauberToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.containerSchmutzigToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.tourToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.abteilungStatusToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.kleinteileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.frotteeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.großteileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.spannleintuchBeendetToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.auftraginfoAnsehenToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.aufgabeErledigtToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.auftragVerschiebenToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.auftragLöschenToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.tabPageSonder = new System.Windows.Forms.TabPage();
this.objectListViewSonder = new BrightIdeasSoftware.ObjectListView();
this.tabPageGeschaeft = new System.Windows.Forms.TabPage();
this.objectListViewGeschaeft = new BrightIdeasSoftware.ObjectListView();
this.tabPageAll = new System.Windows.Forms.TabPage();
this.objectListViewAuftrag = new BrightIdeasSoftware.ObjectListView();
this.tabControlAuftragList = new System.Windows.Forms.TabControl();
this.tabPageVorbereitet = new System.Windows.Forms.TabPage();
this.objectListViewVorbereitet = new BrightIdeasSoftware.ObjectListView();
this.buttonNW = new System.Windows.Forms.Button();
this.buttonEtikettenDrucken = new System.Windows.Forms.Button();
((System.ComponentModel.ISupportInitialize)(this.chartFehlmenge)).BeginInit();
this.groupBoxKndInfo.SuspendLayout();
this.flowLayoutPanel1.SuspendLayout();
this.tabPageRampe.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.objectListViewRampe)).BeginInit();
this.contextMenuStripExpedit.SuspendLayout();
this.tabPageSonder.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.objectListViewSonder)).BeginInit();
this.tabPageGeschaeft.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.objectListViewGeschaeft)).BeginInit();
this.tabPageAll.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.objectListViewAuftrag)).BeginInit();
this.tabControlAuftragList.SuspendLayout();
this.tabPageVorbereitet.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.objectListViewVorbereitet)).BeginInit();
this.SuspendLayout();
//
// buttonNeuerAuftrag
//
this.buttonNeuerAuftrag.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.buttonNeuerAuftrag.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.buttonNeuerAuftrag.BackColor = System.Drawing.Color.Turquoise;
this.buttonNeuerAuftrag.FlatAppearance.BorderSize = 0;
this.buttonNeuerAuftrag.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.buttonNeuerAuftrag.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.buttonNeuerAuftrag.ForeColor = System.Drawing.Color.Black;
this.buttonNeuerAuftrag.Location = new System.Drawing.Point(788, 650);
this.buttonNeuerAuftrag.Margin = new System.Windows.Forms.Padding(2);
this.buttonNeuerAuftrag.Name = "buttonNeuerAuftrag";
this.buttonNeuerAuftrag.Size = new System.Drawing.Size(200, 41);
this.buttonNeuerAuftrag.TabIndex = 43;
this.buttonNeuerAuftrag.Text = "Neuer Auftrag";
this.buttonNeuerAuftrag.UseVisualStyleBackColor = false;
this.buttonNeuerAuftrag.Click += new System.EventHandler(this.ButtonNeuerAuftrag_Click);
//
// buttonGetKundeVW
//
this.buttonGetKundeVW.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.buttonGetKundeVW.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.buttonGetKundeVW.BackColor = System.Drawing.Color.DarkOrange;
this.buttonGetKundeVW.FlatAppearance.BorderSize = 0;
this.buttonGetKundeVW.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.buttonGetKundeVW.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.buttonGetKundeVW.ForeColor = System.Drawing.Color.Black;
this.buttonGetKundeVW.Location = new System.Drawing.Point(284, 649);
this.buttonGetKundeVW.Margin = new System.Windows.Forms.Padding(2);
this.buttonGetKundeVW.Name = "buttonGetKundeVW";
this.buttonGetKundeVW.Size = new System.Drawing.Size(200, 41);
this.buttonGetKundeVW.TabIndex = 63;
this.buttonGetKundeVW.Text = "Kundendetails";
this.buttonGetKundeVW.UseVisualStyleBackColor = false;
this.buttonGetKundeVW.Click += new System.EventHandler(this.ButtonGetKundeVW_Click);
//
// buttonReklamation
//
this.buttonReklamation.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.buttonReklamation.FlatAppearance.BorderColor = System.Drawing.Color.White;
this.buttonReklamation.FlatAppearance.BorderSize = 3;
this.buttonReklamation.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.buttonReklamation.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.buttonReklamation.ForeColor = System.Drawing.Color.White;
this.buttonReklamation.Location = new System.Drawing.Point(79, 649);
this.buttonReklamation.Name = "buttonReklamation";
this.buttonReklamation.Size = new System.Drawing.Size(200, 41);
this.buttonReklamation.TabIndex = 64;
this.buttonReklamation.Text = "Reklamationen";
this.buttonReklamation.UseVisualStyleBackColor = true;
this.buttonReklamation.Click += new System.EventHandler(this.ButtonReklamation_Click);
//
// buttonSWS_Drucken
//
this.buttonSWS_Drucken.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.buttonSWS_Drucken.BackColor = System.Drawing.Color.Yellow;
this.buttonSWS_Drucken.FlatAppearance.BorderSize = 0;
this.buttonSWS_Drucken.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.buttonSWS_Drucken.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.buttonSWS_Drucken.Location = new System.Drawing.Point(1196, 650);
this.buttonSWS_Drucken.Margin = new System.Windows.Forms.Padding(2);
this.buttonSWS_Drucken.Name = "buttonSWS_Drucken";
this.buttonSWS_Drucken.Size = new System.Drawing.Size(200, 41);
this.buttonSWS_Drucken.TabIndex = 35;
this.buttonSWS_Drucken.Text = "SWS-Drucken";
this.buttonSWS_Drucken.UseVisualStyleBackColor = false;
this.buttonSWS_Drucken.Click += new System.EventHandler(this.ButtonSWS_Drucken_Click);
//
// chartFehlmenge
//
this.chartFehlmenge.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Right)));
this.chartFehlmenge.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(53)))), ((int)(((byte)(101)))));
this.chartFehlmenge.BorderSkin.PageColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(53)))), ((int)(((byte)(101)))));
chartArea1.InnerPlotPosition.Auto = false;
chartArea1.InnerPlotPosition.Height = 92.2266F;
chartArea1.InnerPlotPosition.Width = 76.05405F;
chartArea1.InnerPlotPosition.X = 20.54054F;
chartArea1.Name = "ChartArea1";
this.chartFehlmenge.ChartAreas.Add(chartArea1);
legend1.Name = "Legend1";
this.chartFehlmenge.Legends.Add(legend1);
this.chartFehlmenge.Location = new System.Drawing.Point(1196, 43);
this.chartFehlmenge.Name = "chartFehlmenge";
series1.ChartArea = "ChartArea1";
series1.Legend = "Legend1";
series1.Name = "Series1";
this.chartFehlmenge.Series.Add(series1);
this.chartFehlmenge.Size = new System.Drawing.Size(293, 403);
this.chartFehlmenge.TabIndex = 2;
this.chartFehlmenge.Text = "chart1";
title1.Name = "Title1";
title1.Text = "Hallo Test";
this.chartFehlmenge.Titles.Add(title1);
this.chartFehlmenge.Visible = false;
this.chartFehlmenge.VisibleChanged += new System.EventHandler(this.ChartFehlmenge_VisibleChanged);
this.chartFehlmenge.DoubleClick += new System.EventHandler(this.chartFehlmenge_DoubleClick);
//
// groupBoxKndInfo
//
this.groupBoxKndInfo.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.groupBoxKndInfo.Controls.Add(this.flowLayoutPanel1);
this.groupBoxKndInfo.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.groupBoxKndInfo.ForeColor = System.Drawing.Color.Red;
this.groupBoxKndInfo.Location = new System.Drawing.Point(1196, 452);
this.groupBoxKndInfo.Name = "groupBoxKndInfo";
this.groupBoxKndInfo.Size = new System.Drawing.Size(293, 183);
this.groupBoxKndInfo.TabIndex = 65;
this.groupBoxKndInfo.TabStop = false;
this.groupBoxKndInfo.Text = "INFOS";
this.groupBoxKndInfo.Visible = false;
this.groupBoxKndInfo.VisibleChanged += new System.EventHandler(this.GroupBoxKndInfo_VisibleChanged);
this.groupBoxKndInfo.Paint += new System.Windows.Forms.PaintEventHandler(this.GroupBoxKndInfo_Paint);
//
// flowLayoutPanel1
//
this.flowLayoutPanel1.Controls.Add(this.labelAnmerkung);
this.flowLayoutPanel1.Controls.Add(this.labelAufgabe);
this.flowLayoutPanel1.Controls.Add(this.labelZusatz);
this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.flowLayoutPanel1.FlowDirection = System.Windows.Forms.FlowDirection.TopDown;
this.flowLayoutPanel1.Location = new System.Drawing.Point(3, 22);
this.flowLayoutPanel1.Name = "flowLayoutPanel1";
this.flowLayoutPanel1.Size = new System.Drawing.Size(287, 158);
this.flowLayoutPanel1.TabIndex = 0;
//
// labelAnmerkung
//
this.labelAnmerkung.AutoSize = true;
this.labelAnmerkung.Dock = System.Windows.Forms.DockStyle.Fill;
this.labelAnmerkung.ForeColor = System.Drawing.Color.Red;
this.labelAnmerkung.Location = new System.Drawing.Point(3, 0);
this.labelAnmerkung.Name = "labelAnmerkung";
this.labelAnmerkung.Size = new System.Drawing.Size(57, 20);
this.labelAnmerkung.TabIndex = 2;
this.labelAnmerkung.Text = "label2";
//
// labelAufgabe
//
this.labelAufgabe.AutoSize = true;
this.labelAufgabe.Dock = System.Windows.Forms.DockStyle.Fill;
this.labelAufgabe.Location = new System.Drawing.Point(3, 20);
this.labelAufgabe.Name = "labelAufgabe";
this.labelAufgabe.Size = new System.Drawing.Size(57, 20);
this.labelAufgabe.TabIndex = 3;
this.labelAufgabe.Text = "label3";
//
// labelZusatz
//
this.labelZusatz.AutoSize = true;
this.labelZusatz.Dock = System.Windows.Forms.DockStyle.Fill;
this.labelZusatz.Location = new System.Drawing.Point(3, 40);
this.labelZusatz.Name = "labelZusatz";
this.labelZusatz.Size = new System.Drawing.Size(57, 20);
this.labelZusatz.TabIndex = 4;
this.labelZusatz.Text = "label4";
//
// buttonTourenListe
//
this.buttonTourenListe.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.buttonTourenListe.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.buttonTourenListe.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(128)))));
this.buttonTourenListe.FlatAppearance.BorderSize = 0;
this.buttonTourenListe.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.buttonTourenListe.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.buttonTourenListe.ForeColor = System.Drawing.Color.Black;
this.buttonTourenListe.Location = new System.Drawing.Point(488, 649);
this.buttonTourenListe.Margin = new System.Windows.Forms.Padding(2);
this.buttonTourenListe.Name = "buttonTourenListe";
this.buttonTourenListe.Size = new System.Drawing.Size(200, 41);
this.buttonTourenListe.TabIndex = 66;
this.buttonTourenListe.Text = "Tourenliste Drucken";
this.buttonTourenListe.UseVisualStyleBackColor = false;
this.buttonTourenListe.Visible = false;
this.buttonTourenListe.Click += new System.EventHandler(this.ButtonTourenListe_Click);
//
// buttonStats
//
this.buttonStats.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.buttonStats.FlatAppearance.BorderColor = System.Drawing.Color.White;
this.buttonStats.FlatAppearance.BorderSize = 3;
this.buttonStats.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.buttonStats.Image = global::Deckungsbeitrag.Properties.Resources.StatisticsWarning_16x;
this.buttonStats.Location = new System.Drawing.Point(1401, 650);
this.buttonStats.Name = "buttonStats";
this.buttonStats.Size = new System.Drawing.Size(41, 41);
this.buttonStats.TabIndex = 46;
this.buttonStats.UseVisualStyleBackColor = true;
this.buttonStats.Click += new System.EventHandler(this.ButtonStats_Click);
//
// buttonEinstellung
//
this.buttonEinstellung.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.buttonEinstellung.FlatAppearance.BorderColor = System.Drawing.Color.White;
this.buttonEinstellung.FlatAppearance.BorderSize = 3;
this.buttonEinstellung.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.buttonEinstellung.Image = global::Deckungsbeitrag.Properties.Resources.Monaco_Settings_16x;
this.buttonEinstellung.Location = new System.Drawing.Point(1448, 650);
this.buttonEinstellung.Name = "buttonEinstellung";
this.buttonEinstellung.Size = new System.Drawing.Size(41, 41);
this.buttonEinstellung.TabIndex = 45;
this.buttonEinstellung.UseVisualStyleBackColor = true;
this.buttonEinstellung.Click += new System.EventHandler(this.ButtonEinstellung_Click);
//
// tabPageRampe
//
this.tabPageRampe.Controls.Add(this.objectListViewRampe);
this.tabPageRampe.Location = new System.Drawing.Point(4, 34);
this.tabPageRampe.Name = "tabPageRampe";
this.tabPageRampe.Size = new System.Drawing.Size(1170, 584);
this.tabPageRampe.TabIndex = 3;
this.tabPageRampe.Text = "Rampe";
this.tabPageRampe.UseVisualStyleBackColor = true;
//
// objectListViewRampe
//
this.objectListViewRampe.AllowColumnReorder = true;
this.objectListViewRampe.AlternateRowBackColor = System.Drawing.Color.LightBlue;
this.objectListViewRampe.CellEditUseWholeCell = false;
this.objectListViewRampe.ContextMenuStrip = this.contextMenuStripExpedit;
this.objectListViewRampe.Cursor = System.Windows.Forms.Cursors.Default;
this.objectListViewRampe.Dock = System.Windows.Forms.DockStyle.Fill;
this.objectListViewRampe.FullRowSelect = true;
this.objectListViewRampe.GridLines = true;
this.objectListViewRampe.HideSelection = false;
this.objectListViewRampe.Location = new System.Drawing.Point(0, 0);
this.objectListViewRampe.Name = "objectListViewRampe";
this.objectListViewRampe.SelectColumnsOnRightClickBehaviour = BrightIdeasSoftware.ObjectListView.ColumnSelectBehaviour.Submenu;
this.objectListViewRampe.Size = new System.Drawing.Size(1170, 584);
this.objectListViewRampe.Sorting = System.Windows.Forms.SortOrder.Ascending;
this.objectListViewRampe.TabIndex = 2;
this.objectListViewRampe.TintSortColumn = true;
this.objectListViewRampe.UnfocusedSelectedBackColor = System.Drawing.SystemColors.Highlight;
this.objectListViewRampe.UnfocusedSelectedForeColor = System.Drawing.SystemColors.HighlightText;
this.objectListViewRampe.UseAlternatingBackColors = true;
this.objectListViewRampe.UseCellFormatEvents = true;
this.objectListViewRampe.UseCompatibleStateImageBehavior = false;
this.objectListViewRampe.UseFiltering = true;
this.objectListViewRampe.UseHotControls = false;
this.objectListViewRampe.UseHyperlinks = true;
this.objectListViewRampe.View = System.Windows.Forms.View.Details;
this.objectListViewRampe.CellEditStarting += new BrightIdeasSoftware.CellEditEventHandler(this.ObjectListViewAuftrag_CellEditStarting);
this.objectListViewRampe.DoubleClick += new System.EventHandler(this.ObjectListView_DoubleClick);
//
// contextMenuStripExpedit
//
this.contextMenuStripExpedit.ImageScalingSize = new System.Drawing.Size(20, 20);
this.contextMenuStripExpedit.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.bearbeitenToolStripMenuItem,
this.auftraginfoAnsehenToolStripMenuItem,
this.aufgabeErledigtToolStripMenuItem,
this.auftragVerschiebenToolStripMenuItem,
this.auftragLöschenToolStripMenuItem});
this.contextMenuStripExpedit.Name = "contextMenuStripExpedit";
this.contextMenuStripExpedit.Size = new System.Drawing.Size(204, 134);
this.contextMenuStripExpedit.Opening += new System.ComponentModel.CancelEventHandler(this.ContextMenuStripExpedit_Opening);
//
// bearbeitenToolStripMenuItem
//
this.bearbeitenToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.liefertagToolStripMenuItem,
this.statusToolStripMenuItem,
this.containerSauberToolStripMenuItem,
this.containerSchmutzigToolStripMenuItem,
this.tourToolStripMenuItem,
this.abteilungStatusToolStripMenuItem});
this.bearbeitenToolStripMenuItem.Image = global::Deckungsbeitrag.Properties.Resources.PenOne_16x;
this.bearbeitenToolStripMenuItem.Name = "bearbeitenToolStripMenuItem";
this.bearbeitenToolStripMenuItem.Size = new System.Drawing.Size(203, 26);
this.bearbeitenToolStripMenuItem.Text = "Bearbeiten";
this.bearbeitenToolStripMenuItem.DropDownOpening += new System.EventHandler(this.ContextMenuStrip_DropDownOpening);
//
// liefertagToolStripMenuItem
//
this.liefertagToolStripMenuItem.AccessibleName = "Liefertag";
this.liefertagToolStripMenuItem.Name = "liefertagToolStripMenuItem";
this.liefertagToolStripMenuItem.Size = new System.Drawing.Size(184, 22);
this.liefertagToolStripMenuItem.Text = "Liefertag";
this.liefertagToolStripMenuItem.Click += new System.EventHandler(this.ContextMenuStripBearbeiten_Click);
//
// statusToolStripMenuItem
//
this.statusToolStripMenuItem.AccessibleName = "Status";
this.statusToolStripMenuItem.Name = "statusToolStripMenuItem";
this.statusToolStripMenuItem.Size = new System.Drawing.Size(184, 22);
this.statusToolStripMenuItem.Text = "Status";
this.statusToolStripMenuItem.Click += new System.EventHandler(this.ContextMenuStripBearbeiten_Click);
//
// containerSauberToolStripMenuItem
//
this.containerSauberToolStripMenuItem.AccessibleName = "ContainerClean";
this.containerSauberToolStripMenuItem.Name = "containerSauberToolStripMenuItem";
this.containerSauberToolStripMenuItem.Size = new System.Drawing.Size(184, 22);
this.containerSauberToolStripMenuItem.Text = "Container Sauber";
this.containerSauberToolStripMenuItem.Click += new System.EventHandler(this.ContextMenuStripBearbeiten_Click);
//
// containerSchmutzigToolStripMenuItem
//
this.containerSchmutzigToolStripMenuItem.AccessibleName = "ContainerDirt";
this.containerSchmutzigToolStripMenuItem.Name = "containerSchmutzigToolStripMenuItem";
this.containerSchmutzigToolStripMenuItem.Size = new System.Drawing.Size(184, 22);
this.containerSchmutzigToolStripMenuItem.Text = "Container schmutzig";
this.containerSchmutzigToolStripMenuItem.Click += new System.EventHandler(this.ContextMenuStripBearbeiten_Click);
//
// tourToolStripMenuItem
//
this.tourToolStripMenuItem.AccessibleName = "Tour";
this.tourToolStripMenuItem.Name = "tourToolStripMenuItem";
this.tourToolStripMenuItem.Size = new System.Drawing.Size(184, 22);
this.tourToolStripMenuItem.Text = "Tour";
this.tourToolStripMenuItem.Click += new System.EventHandler(this.ContextMenuStripBearbeiten_Click);
//
// abteilungStatusToolStripMenuItem
//
this.abteilungStatusToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.kleinteileToolStripMenuItem,
this.frotteeToolStripMenuItem,
this.großteileToolStripMenuItem,
this.spannleintuchBeendetToolStripMenuItem});
this.abteilungStatusToolStripMenuItem.Name = "abteilungStatusToolStripMenuItem";
this.abteilungStatusToolStripMenuItem.Size = new System.Drawing.Size(184, 22);
this.abteilungStatusToolStripMenuItem.Text = "Abteilung Status";
//
// kleinteileToolStripMenuItem
//
this.kleinteileToolStripMenuItem.AccessibleName = "Kleinteile";
this.kleinteileToolStripMenuItem.Name = "kleinteileToolStripMenuItem";
this.kleinteileToolStripMenuItem.Size = new System.Drawing.Size(196, 22);
this.kleinteileToolStripMenuItem.Text = "Kleinteile beendet";
this.kleinteileToolStripMenuItem.Click += new System.EventHandler(this.ContextMenuStripAbteilungStatus_Click);
//
// frotteeToolStripMenuItem
//
this.frotteeToolStripMenuItem.AccessibleName = "Frottee";
this.frotteeToolStripMenuItem.Name = "frotteeToolStripMenuItem";
this.frotteeToolStripMenuItem.Size = new System.Drawing.Size(196, 22);
this.frotteeToolStripMenuItem.Text = "Frottee beendet";
this.frotteeToolStripMenuItem.Click += new System.EventHandler(this.ContextMenuStripAbteilungStatus_Click);
//
// großteileToolStripMenuItem
//
this.großteileToolStripMenuItem.AccessibleName = "Grossteile";
this.großteileToolStripMenuItem.Name = "großteileToolStripMenuItem";
this.großteileToolStripMenuItem.Size = new System.Drawing.Size(196, 22);
this.großteileToolStripMenuItem.Text = "Großteile beendet";
this.großteileToolStripMenuItem.Click += new System.EventHandler(this.ContextMenuStripAbteilungStatus_Click);
//
// spannleintuchBeendetToolStripMenuItem
//
this.spannleintuchBeendetToolStripMenuItem.AccessibleName = "Spannleintuch";
this.spannleintuchBeendetToolStripMenuItem.Name = "spannleintuchBeendetToolStripMenuItem";
this.spannleintuchBeendetToolStripMenuItem.Size = new System.Drawing.Size(196, 22);
this.spannleintuchBeendetToolStripMenuItem.Text = "Spannleintuch beendet";
this.spannleintuchBeendetToolStripMenuItem.Click += new System.EventHandler(this.ContextMenuStripAbteilungStatus_Click);
//
// auftraginfoAnsehenToolStripMenuItem
//
this.auftraginfoAnsehenToolStripMenuItem.Image = global::Deckungsbeitrag.Properties.Resources.InformationSymbol_16x;
this.auftraginfoAnsehenToolStripMenuItem.Name = "auftraginfoAnsehenToolStripMenuItem";
this.auftraginfoAnsehenToolStripMenuItem.Size = new System.Drawing.Size(203, 26);
this.auftraginfoAnsehenToolStripMenuItem.Text = "Auftraginfo ansehen";
this.auftraginfoAnsehenToolStripMenuItem.Click += new System.EventHandler(this.ContextMenuStripAuftragInfo_Click);
//
// aufgabeErledigtToolStripMenuItem
//
this.aufgabeErledigtToolStripMenuItem.Image = global::Deckungsbeitrag.Properties.Resources.Checkmark_blue_16x;
this.aufgabeErledigtToolStripMenuItem.Name = "aufgabeErledigtToolStripMenuItem";
this.aufgabeErledigtToolStripMenuItem.Size = new System.Drawing.Size(203, 26);
this.aufgabeErledigtToolStripMenuItem.Text = "Aufgabe erledigt";
this.aufgabeErledigtToolStripMenuItem.Click += new System.EventHandler(this.ContextMenuStripAufgabeErledigt_Click);
//
// auftragVerschiebenToolStripMenuItem
//
this.auftragVerschiebenToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("auftragVerschiebenToolStripMenuItem.Image")));
this.auftragVerschiebenToolStripMenuItem.Name = "auftragVerschiebenToolStripMenuItem";
this.auftragVerschiebenToolStripMenuItem.Size = new System.Drawing.Size(203, 26);
this.auftragVerschiebenToolStripMenuItem.Text = "In Aufträge Verschieben";
this.auftragVerschiebenToolStripMenuItem.Click += new System.EventHandler(this.ContextMenuStripAuftragVerschieben_Click);
//
// auftragLöschenToolStripMenuItem
//
this.auftragLöschenToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("auftragLöschenToolStripMenuItem.Image")));
this.auftragLöschenToolStripMenuItem.Name = "auftragLöschenToolStripMenuItem";
this.auftragLöschenToolStripMenuItem.Size = new System.Drawing.Size(203, 26);
this.auftragLöschenToolStripMenuItem.Text = "Auftrag Löschen";
this.auftragLöschenToolStripMenuItem.Click += new System.EventHandler(this.ContextMenuStripAuftragDelete_Click);
//
// tabPageSonder
//
this.tabPageSonder.Controls.Add(this.objectListViewSonder);
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(1170, 584);
this.tabPageSonder.TabIndex = 1;
this.tabPageSonder.Text = "Sonderaufträge";
this.tabPageSonder.UseVisualStyleBackColor = true;
//
// objectListViewSonder
//
this.objectListViewSonder.AllowColumnReorder = true;
this.objectListViewSonder.AlternateRowBackColor = System.Drawing.Color.LightBlue;
this.objectListViewSonder.CellEditActivation = BrightIdeasSoftware.ObjectListView.CellEditActivateMode.DoubleClick;
this.objectListViewSonder.CellEditUseWholeCell = false;
this.objectListViewSonder.ContextMenuStrip = this.contextMenuStripExpedit;
this.objectListViewSonder.Cursor = System.Windows.Forms.Cursors.Default;
this.objectListViewSonder.Dock = System.Windows.Forms.DockStyle.Fill;
this.objectListViewSonder.FullRowSelect = true;
this.objectListViewSonder.GridLines = true;
this.objectListViewSonder.HideSelection = false;
this.objectListViewSonder.Location = new System.Drawing.Point(3, 3);
this.objectListViewSonder.Name = "objectListViewSonder";
this.objectListViewSonder.SelectColumnsOnRightClickBehaviour = BrightIdeasSoftware.ObjectListView.ColumnSelectBehaviour.Submenu;
this.objectListViewSonder.Size = new System.Drawing.Size(1164, 578);
this.objectListViewSonder.Sorting = System.Windows.Forms.SortOrder.Ascending;
this.objectListViewSonder.TabIndex = 2;
this.objectListViewSonder.TintSortColumn = true;
this.objectListViewSonder.UseAlternatingBackColors = true;
this.objectListViewSonder.UseCellFormatEvents = true;
this.objectListViewSonder.UseCompatibleStateImageBehavior = false;
this.objectListViewSonder.UseHotControls = false;
this.objectListViewSonder.View = System.Windows.Forms.View.Details;
this.objectListViewSonder.ButtonClick += new System.EventHandler(this.ObjectListViewAuftrag_ButtonClick);
this.objectListViewSonder.CellEditFinished += new BrightIdeasSoftware.CellEditEventHandler(this.ObjectListViewAuftrag_CellEditFinished);
this.objectListViewSonder.CellEditStarting += new BrightIdeasSoftware.CellEditEventHandler(this.ObjectListViewAuftrag_CellEditStarting);
this.objectListViewSonder.CellClick += new System.EventHandler(this.ObjectListViewAuftrag_CellClick);
this.objectListViewSonder.FormatCell += new System.EventHandler(this.ObjectListViewAuftrag_FormatCell);
this.objectListViewSonder.DoubleClick += new System.EventHandler(this.ObjectListView_DoubleClick);
//
// tabPageGeschaeft
//
this.tabPageGeschaeft.Controls.Add(this.objectListViewGeschaeft);
this.tabPageGeschaeft.Location = new System.Drawing.Point(4, 34);
this.tabPageGeschaeft.Name = "tabPageGeschaeft";
this.tabPageGeschaeft.Padding = new System.Windows.Forms.Padding(3);
this.tabPageGeschaeft.Size = new System.Drawing.Size(1170, 584);
this.tabPageGeschaeft.TabIndex = 2;
this.tabPageGeschaeft.Text = "Geschäft";
this.tabPageGeschaeft.UseVisualStyleBackColor = true;
//
// objectListViewGeschaeft
//
this.objectListViewGeschaeft.AllowColumnReorder = true;
this.objectListViewGeschaeft.AlternateRowBackColor = System.Drawing.Color.LightBlue;
this.objectListViewGeschaeft.CellEditUseWholeCell = false;
this.objectListViewGeschaeft.ContextMenuStrip = this.contextMenuStripExpedit;
this.objectListViewGeschaeft.Cursor = System.Windows.Forms.Cursors.Default;
this.objectListViewGeschaeft.Dock = System.Windows.Forms.DockStyle.Fill;
this.objectListViewGeschaeft.FullRowSelect = true;
this.objectListViewGeschaeft.GridLines = true;
this.objectListViewGeschaeft.HideSelection = false;
this.objectListViewGeschaeft.Location = new System.Drawing.Point(3, 3);
this.objectListViewGeschaeft.Name = "objectListViewGeschaeft";
this.objectListViewGeschaeft.SelectColumnsOnRightClickBehaviour = BrightIdeasSoftware.ObjectListView.ColumnSelectBehaviour.Submenu;
this.objectListViewGeschaeft.Size = new System.Drawing.Size(1164, 578);
this.objectListViewGeschaeft.Sorting = System.Windows.Forms.SortOrder.Ascending;
this.objectListViewGeschaeft.TabIndex = 2;
this.objectListViewGeschaeft.TintSortColumn = true;
this.objectListViewGeschaeft.UnfocusedSelectedBackColor = System.Drawing.SystemColors.Highlight;
this.objectListViewGeschaeft.UnfocusedSelectedForeColor = System.Drawing.SystemColors.HighlightText;
this.objectListViewGeschaeft.UseAlternatingBackColors = true;
this.objectListViewGeschaeft.UseCellFormatEvents = true;
this.objectListViewGeschaeft.UseCompatibleStateImageBehavior = false;
this.objectListViewGeschaeft.UseFiltering = true;
this.objectListViewGeschaeft.UseHotControls = false;
this.objectListViewGeschaeft.UseHyperlinks = true;
this.objectListViewGeschaeft.View = System.Windows.Forms.View.Details;
this.objectListViewGeschaeft.ButtonClick += new System.EventHandler(this.ObjectListViewAuftrag_ButtonClick);
this.objectListViewGeschaeft.CellEditFinished += new BrightIdeasSoftware.CellEditEventHandler(this.ObjectListViewAuftrag_CellEditFinished);
this.objectListViewGeschaeft.CellEditStarting += new BrightIdeasSoftware.CellEditEventHandler(this.ObjectListViewAuftrag_CellEditStarting);
this.objectListViewGeschaeft.CellClick += new System.EventHandler(this.ObjectListViewAuftrag_CellClick);
this.objectListViewGeschaeft.FormatCell += new System.EventHandler(this.ObjectListViewAuftrag_FormatCell);
this.objectListViewGeschaeft.DoubleClick += new System.EventHandler(this.ObjectListView_DoubleClick);
//
// tabPageAll
//
this.tabPageAll.Controls.Add(this.objectListViewAuftrag);
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(1170, 584);
this.tabPageAll.TabIndex = 0;
this.tabPageAll.Text = "Aufträge heute";
this.tabPageAll.UseVisualStyleBackColor = true;
//
// objectListViewAuftrag
//
this.objectListViewAuftrag.AllowColumnReorder = true;
this.objectListViewAuftrag.AlternateRowBackColor = System.Drawing.Color.LightBlue;
this.objectListViewAuftrag.CellEditUseWholeCell = false;
this.objectListViewAuftrag.ContextMenuStrip = this.contextMenuStripExpedit;
this.objectListViewAuftrag.Cursor = System.Windows.Forms.Cursors.Default;
this.objectListViewAuftrag.Dock = System.Windows.Forms.DockStyle.Fill;
this.objectListViewAuftrag.FullRowSelect = true;
this.objectListViewAuftrag.GridLines = true;
this.objectListViewAuftrag.HideSelection = false;
this.objectListViewAuftrag.Location = new System.Drawing.Point(3, 3);
this.objectListViewAuftrag.Name = "objectListViewAuftrag";
this.objectListViewAuftrag.SelectColumnsOnRightClickBehaviour = BrightIdeasSoftware.ObjectListView.ColumnSelectBehaviour.Submenu;
this.objectListViewAuftrag.ShowItemCountOnGroups = true;
this.objectListViewAuftrag.Size = new System.Drawing.Size(1164, 578);
this.objectListViewAuftrag.Sorting = System.Windows.Forms.SortOrder.Ascending;
this.objectListViewAuftrag.TabIndex = 1;
this.objectListViewAuftrag.TintSortColumn = true;
this.objectListViewAuftrag.UnfocusedSelectedBackColor = System.Drawing.SystemColors.Highlight;
this.objectListViewAuftrag.UnfocusedSelectedForeColor = System.Drawing.SystemColors.HighlightText;
this.objectListViewAuftrag.UseAlternatingBackColors = true;
this.objectListViewAuftrag.UseCellFormatEvents = true;
this.objectListViewAuftrag.UseCompatibleStateImageBehavior = false;
this.objectListViewAuftrag.UseFiltering = true;
this.objectListViewAuftrag.UseHotControls = false;
this.objectListViewAuftrag.UseHyperlinks = true;
this.objectListViewAuftrag.View = System.Windows.Forms.View.Details;
this.objectListViewAuftrag.ButtonClick += new System.EventHandler(this.ObjectListViewAuftrag_ButtonClick);
this.objectListViewAuftrag.CellEditFinished += new BrightIdeasSoftware.CellEditEventHandler(this.ObjectListViewAuftrag_CellEditFinished);
this.objectListViewAuftrag.CellEditStarting += new BrightIdeasSoftware.CellEditEventHandler(this.ObjectListViewAuftrag_CellEditStarting);
this.objectListViewAuftrag.CellClick += new System.EventHandler(this.ObjectListViewAuftrag_CellClick);
this.objectListViewAuftrag.FormatCell += new System.EventHandler(this.ObjectListViewAuftrag_FormatCell);
this.objectListViewAuftrag.FormatRow += new System.EventHandler(this.ObjectListViewAuftrag_FormatRow);
this.objectListViewAuftrag.DoubleClick += new System.EventHandler(this.ObjectListView_DoubleClick);
//
// 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.tabPageGeschaeft);
this.tabControlAuftragList.Controls.Add(this.tabPageSonder);
this.tabControlAuftragList.Controls.Add(this.tabPageRampe);
this.tabControlAuftragList.Controls.Add(this.tabPageVorbereitet);
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(4, 17);
this.tabControlAuftragList.Name = "tabControlAuftragList";
this.tabControlAuftragList.SelectedIndex = 0;
this.tabControlAuftragList.Size = new System.Drawing.Size(1178, 622);
this.tabControlAuftragList.TabIndex = 0;
this.tabControlAuftragList.Visible = false;
this.tabControlAuftragList.SelectedIndexChanged += new System.EventHandler(this.TabControlAuftragList_SelectedIndexChanged);
this.tabControlAuftragList.MouseDown += new System.Windows.Forms.MouseEventHandler(this.TabControlAuftragList_MouseDown);
//
// tabPageVorbereitet
//
this.tabPageVorbereitet.Controls.Add(this.objectListViewVorbereitet);
this.tabPageVorbereitet.Location = new System.Drawing.Point(4, 34);
this.tabPageVorbereitet.Name = "tabPageVorbereitet";
this.tabPageVorbereitet.Size = new System.Drawing.Size(1170, 584);
this.tabPageVorbereitet.TabIndex = 4;
this.tabPageVorbereitet.Text = "Vorbereitet";
this.tabPageVorbereitet.UseVisualStyleBackColor = true;
//
// objectListViewVorbereitet
//
this.objectListViewVorbereitet.AllowColumnReorder = true;
this.objectListViewVorbereitet.AlternateRowBackColor = System.Drawing.Color.LightBlue;
this.objectListViewVorbereitet.CellEditUseWholeCell = false;
this.objectListViewVorbereitet.CheckBoxes = true;
this.objectListViewVorbereitet.ContextMenuStrip = this.contextMenuStripExpedit;
this.objectListViewVorbereitet.Cursor = System.Windows.Forms.Cursors.Default;
this.objectListViewVorbereitet.Dock = System.Windows.Forms.DockStyle.Fill;
this.objectListViewVorbereitet.FullRowSelect = true;
this.objectListViewVorbereitet.GridLines = true;
this.objectListViewVorbereitet.HideSelection = false;
this.objectListViewVorbereitet.Location = new System.Drawing.Point(0, 0);
this.objectListViewVorbereitet.Name = "objectListViewVorbereitet";
this.objectListViewVorbereitet.SelectColumnsOnRightClickBehaviour = BrightIdeasSoftware.ObjectListView.ColumnSelectBehaviour.Submenu;
this.objectListViewVorbereitet.Size = new System.Drawing.Size(1170, 584);
this.objectListViewVorbereitet.Sorting = System.Windows.Forms.SortOrder.Ascending;
this.objectListViewVorbereitet.TabIndex = 2;
this.objectListViewVorbereitet.TintSortColumn = true;
this.objectListViewVorbereitet.UnfocusedSelectedBackColor = System.Drawing.SystemColors.Highlight;
this.objectListViewVorbereitet.UnfocusedSelectedForeColor = System.Drawing.SystemColors.HighlightText;
this.objectListViewVorbereitet.UseAlternatingBackColors = true;
this.objectListViewVorbereitet.UseCellFormatEvents = true;
this.objectListViewVorbereitet.UseCompatibleStateImageBehavior = false;
this.objectListViewVorbereitet.UseFiltering = true;
this.objectListViewVorbereitet.UseHyperlinks = true;
this.objectListViewVorbereitet.View = System.Windows.Forms.View.Details;
this.objectListViewVorbereitet.ButtonClick += new System.EventHandler(this.ObjectListViewAuftrag_ButtonClick);
this.objectListViewVorbereitet.CellEditFinished += new BrightIdeasSoftware.CellEditEventHandler(this.ObjectListViewAuftrag_CellEditFinished);
this.objectListViewVorbereitet.CellEditStarting += new BrightIdeasSoftware.CellEditEventHandler(this.ObjectListViewAuftrag_CellEditStarting);
this.objectListViewVorbereitet.CellClick += new System.EventHandler(this.ObjectListViewAuftrag_CellClick);
this.objectListViewVorbereitet.FormatCell += new System.EventHandler(this.ObjectListViewAuftrag_FormatCell);
this.objectListViewVorbereitet.DoubleClick += new System.EventHandler(this.ObjectListView_DoubleClick);
//
// buttonNW
//
this.buttonNW.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.buttonNW.FlatAppearance.BorderColor = System.Drawing.Color.White;
this.buttonNW.FlatAppearance.BorderSize = 3;
this.buttonNW.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.buttonNW.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.buttonNW.ForeColor = System.Drawing.Color.White;
this.buttonNW.Location = new System.Drawing.Point(4, 649);
this.buttonNW.Name = "buttonNW";
this.buttonNW.Size = new System.Drawing.Size(69, 41);
this.buttonNW.TabIndex = 67;
this.buttonNW.Text = "NW";
this.buttonNW.UseVisualStyleBackColor = true;
this.buttonNW.Click += new System.EventHandler(this.ButtonNW_Click);
//
// buttonEtikettenDrucken
//
this.buttonEtikettenDrucken.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.buttonEtikettenDrucken.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.buttonEtikettenDrucken.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
this.buttonEtikettenDrucken.FlatAppearance.BorderSize = 0;
this.buttonEtikettenDrucken.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.buttonEtikettenDrucken.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.buttonEtikettenDrucken.ForeColor = System.Drawing.Color.Black;
this.buttonEtikettenDrucken.Location = new System.Drawing.Point(992, 650);
this.buttonEtikettenDrucken.Margin = new System.Windows.Forms.Padding(2);
this.buttonEtikettenDrucken.Name = "buttonEtikettenDrucken";
this.buttonEtikettenDrucken.Size = new System.Drawing.Size(200, 41);
this.buttonEtikettenDrucken.TabIndex = 68;
this.buttonEtikettenDrucken.Text = "Etiketten Drucken";
this.buttonEtikettenDrucken.UseVisualStyleBackColor = false;
this.buttonEtikettenDrucken.Click += new System.EventHandler(this.ButtonEtikettenDrucken_Click);
//
// FormExpedit
//
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(53)))), ((int)(((byte)(101)))));
this.ClientSize = new System.Drawing.Size(1501, 703);
this.Controls.Add(this.buttonEtikettenDrucken);
this.Controls.Add(this.buttonNW);
this.Controls.Add(this.buttonTourenListe);
this.Controls.Add(this.groupBoxKndInfo);
this.Controls.Add(this.chartFehlmenge);
this.Controls.Add(this.buttonReklamation);
this.Controls.Add(this.buttonGetKundeVW);
this.Controls.Add(this.buttonStats);
this.Controls.Add(this.buttonEinstellung);
this.Controls.Add(this.buttonNeuerAuftrag);
this.Controls.Add(this.buttonSWS_Drucken);
this.Controls.Add(this.tabControlAuftragList);
this.HelpButton = true;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Margin = new System.Windows.Forms.Padding(2);
this.Name = "FormExpedit";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "EXPEDIT";
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
this.HelpButtonClicked += new System.ComponentModel.CancelEventHandler(this.FormExpedit_HelpButtonClicked);
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FormExpedit_FormClosing);
this.Load += new System.EventHandler(this.FormExpedit_Load);
this.Shown += new System.EventHandler(this.FormExpedit_Shown);
this.Resize += new System.EventHandler(this.FormExpedit_Resize);
((System.ComponentModel.ISupportInitialize)(this.chartFehlmenge)).EndInit();
this.groupBoxKndInfo.ResumeLayout(false);
this.flowLayoutPanel1.ResumeLayout(false);
this.flowLayoutPanel1.PerformLayout();
this.tabPageRampe.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.objectListViewRampe)).EndInit();
this.contextMenuStripExpedit.ResumeLayout(false);
this.tabPageSonder.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.objectListViewSonder)).EndInit();
this.tabPageGeschaeft.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.objectListViewGeschaeft)).EndInit();
this.tabPageAll.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.objectListViewAuftrag)).EndInit();
this.tabControlAuftragList.ResumeLayout(false);
this.tabPageVorbereitet.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.objectListViewVorbereitet)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Button buttonSWS_Drucken;
private System.Windows.Forms.Button buttonNeuerAuftrag;
private System.Windows.Forms.Button buttonEinstellung;
private System.Windows.Forms.Button buttonStats;
private System.Windows.Forms.Button buttonGetKundeVW;
private System.Windows.Forms.Button buttonReklamation;
private System.Windows.Forms.DataVisualization.Charting.Chart chartFehlmenge;
private System.Windows.Forms.GroupBox groupBoxKndInfo;
private System.Windows.Forms.Button buttonTourenListe;
private System.Windows.Forms.TabPage tabPageRampe;
private BrightIdeasSoftware.ObjectListView objectListViewRampe;
private System.Windows.Forms.TabPage tabPageSonder;
private BrightIdeasSoftware.ObjectListView objectListViewSonder;
private System.Windows.Forms.TabPage tabPageGeschaeft;
private BrightIdeasSoftware.ObjectListView objectListViewGeschaeft;
private System.Windows.Forms.TabPage tabPageAll;
private BrightIdeasSoftware.ObjectListView objectListViewAuftrag;
private System.Windows.Forms.TabControl tabControlAuftragList;
private System.Windows.Forms.TabPage tabPageVorbereitet;
private BrightIdeasSoftware.ObjectListView objectListViewVorbereitet;
private System.Windows.Forms.Button buttonNW;
private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
private System.Windows.Forms.Label labelAnmerkung;
private System.Windows.Forms.Label labelAufgabe;
private System.Windows.Forms.Label labelZusatz;
private System.Windows.Forms.Button buttonEtikettenDrucken;
private System.Windows.Forms.ContextMenuStrip contextMenuStripExpedit;
private System.Windows.Forms.ToolStripMenuItem auftragVerschiebenToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem bearbeitenToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem liefertagToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem statusToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem containerSauberToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem containerSchmutzigToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem tourToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem aufgabeErledigtToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem auftragLöschenToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem auftraginfoAnsehenToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem abteilungStatusToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem frotteeToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem kleinteileToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem großteileToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem spannleintuchBeendetToolStripMenuItem;
}
}