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() { 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.dGArtikel = new System.Windows.Forms.DataGridView(); this.KundeArtikelID = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.KundeID = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.ArtikelNR = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.ArtikelName = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Stand = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Fehlmenge = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Korrektur = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.StandBearbeitet = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.FehlmengeBearbeitet = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.KorrekturBearbeitet = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.tabPageSonder = new System.Windows.Forms.TabPage(); this.objectListViewSonder = new BrightIdeasSoftware.ObjectListView(); this.tabPageAll = new System.Windows.Forms.TabPage(); this.objectListViewAuftrag = new BrightIdeasSoftware.ObjectListView(); this.tabControlAuftragList = new System.Windows.Forms.TabControl(); this.tabPageGeschaeft = new System.Windows.Forms.TabPage(); this.objectListViewGeschaeft = new BrightIdeasSoftware.ObjectListView(); this.groupBoxStatistik = new System.Windows.Forms.GroupBox(); this.dateTimePicker1 = new System.Windows.Forms.DateTimePicker(); this.tableLayoutPanelStatistik = new System.Windows.Forms.TableLayoutPanel(); this.labelZahl6 = new System.Windows.Forms.Label(); this.labelStatistik6 = new System.Windows.Forms.Label(); this.labelZahl5 = new System.Windows.Forms.Label(); this.labelStatistik5 = new System.Windows.Forms.Label(); this.labelZahl4 = new System.Windows.Forms.Label(); this.labelStatistik4 = new System.Windows.Forms.Label(); this.labelZahl3 = new System.Windows.Forms.Label(); this.labelStatistik3 = new System.Windows.Forms.Label(); this.labelZahl2 = new System.Windows.Forms.Label(); this.labelStatistik2 = new System.Windows.Forms.Label(); this.labelZahl1 = new System.Windows.Forms.Label(); this.labelStatistik1 = new System.Windows.Forms.Label(); this.buttonSuchen = new System.Windows.Forms.Button(); this.buttonReklamation = new System.Windows.Forms.Button(); this.buttonSWS_Drucken = new System.Windows.Forms.Button(); this.buttonStats = new System.Windows.Forms.Button(); this.buttonEinstellung = new System.Windows.Forms.Button(); this.chartFehlmenge = new System.Windows.Forms.DataVisualization.Charting.Chart(); this.groupBoxKndInfo = new System.Windows.Forms.GroupBox(); this.tableLayoutPanelInfo = new System.Windows.Forms.TableLayoutPanel(); this.labelAnmerkung = new System.Windows.Forms.Label(); this.labelAufgabe = new System.Windows.Forms.Label(); this.buttonTourenListe = new System.Windows.Forms.Button(); ((System.ComponentModel.ISupportInitialize)(this.dGArtikel)).BeginInit(); this.tabPageSonder.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.objectListViewSonder)).BeginInit(); this.tabPageAll.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.objectListViewAuftrag)).BeginInit(); this.tabControlAuftragList.SuspendLayout(); this.tabPageGeschaeft.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.objectListViewGeschaeft)).BeginInit(); this.groupBoxStatistik.SuspendLayout(); this.tableLayoutPanelStatistik.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.chartFehlmenge)).BeginInit(); this.groupBoxKndInfo.SuspendLayout(); this.tableLayoutPanelInfo.SuspendLayout(); 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(712, 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); // // dGArtikel // this.dGArtikel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.dGArtikel.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dGArtikel.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.KundeArtikelID, this.KundeID, this.ArtikelNR, this.ArtikelName, this.Stand, this.Fehlmenge, this.Korrektur, this.StandBearbeitet, this.FehlmengeBearbeitet, this.KorrekturBearbeitet}); this.dGArtikel.Location = new System.Drawing.Point(385, 43); this.dGArtikel.Name = "dGArtikel"; this.dGArtikel.RowHeadersVisible = false; this.dGArtikel.RowHeadersWidth = 62; this.dGArtikel.Size = new System.Drawing.Size(527, 592); this.dGArtikel.TabIndex = 44; this.dGArtikel.Visible = false; this.dGArtikel.CellBeginEdit += new System.Windows.Forms.DataGridViewCellCancelEventHandler(this.dGArtikel_CellBeginEdit); this.dGArtikel.CellEndEdit += new System.Windows.Forms.DataGridViewCellEventHandler(this.dGArtikel_CellEndEdit); this.dGArtikel.CellValidating += new System.Windows.Forms.DataGridViewCellValidatingEventHandler(this.dGArtikel_CellValidating); this.dGArtikel.VisibleChanged += new System.EventHandler(this.dGArtikel_VisibleChanged); // // KundeArtikelID // this.KundeArtikelID.HeaderText = "KundeArtikelID"; this.KundeArtikelID.MinimumWidth = 8; this.KundeArtikelID.Name = "KundeArtikelID"; this.KundeArtikelID.ReadOnly = true; this.KundeArtikelID.Visible = false; this.KundeArtikelID.Width = 150; // // KundeID // this.KundeID.HeaderText = "KundeID"; this.KundeID.MinimumWidth = 8; this.KundeID.Name = "KundeID"; this.KundeID.ReadOnly = true; this.KundeID.Visible = false; this.KundeID.Width = 150; // // ArtikelNR // this.ArtikelNR.HeaderText = "Art. Nr."; this.ArtikelNR.MinimumWidth = 8; this.ArtikelNR.Name = "ArtikelNR"; this.ArtikelNR.ReadOnly = true; this.ArtikelNR.Width = 150; // // ArtikelName // this.ArtikelName.HeaderText = "Art. Name"; this.ArtikelName.MinimumWidth = 8; this.ArtikelName.Name = "ArtikelName"; this.ArtikelName.ReadOnly = true; this.ArtikelName.Width = 150; // // Stand // this.Stand.HeaderText = "Stand"; this.Stand.MinimumWidth = 8; this.Stand.Name = "Stand"; this.Stand.ReadOnly = true; this.Stand.Width = 150; // // Fehlmenge // this.Fehlmenge.HeaderText = "NW"; this.Fehlmenge.MinimumWidth = 8; this.Fehlmenge.Name = "Fehlmenge"; this.Fehlmenge.Width = 150; // // Korrektur // this.Korrektur.HeaderText = "Korr"; this.Korrektur.MinimumWidth = 8; this.Korrektur.Name = "Korrektur"; this.Korrektur.Width = 150; // // StandBearbeitet // this.StandBearbeitet.HeaderText = "Stand Bearbeitet"; this.StandBearbeitet.MinimumWidth = 8; this.StandBearbeitet.Name = "StandBearbeitet"; this.StandBearbeitet.Width = 150; // // FehlmengeBearbeitet // this.FehlmengeBearbeitet.HeaderText = "Fehlmenge Bearbeitet"; this.FehlmengeBearbeitet.MinimumWidth = 8; this.FehlmengeBearbeitet.Name = "FehlmengeBearbeitet"; this.FehlmengeBearbeitet.Width = 150; // // KorrekturBearbeitet // this.KorrekturBearbeitet.HeaderText = "Korrektur Bearbeitet"; this.KorrekturBearbeitet.MinimumWidth = 8; this.KorrekturBearbeitet.Name = "KorrekturBearbeitet"; this.KorrekturBearbeitet.Width = 150; // // 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(890, 587); this.tabPageSonder.TabIndex = 1; this.tabPageSonder.Text = "Sonderaufträge"; this.tabPageSonder.UseVisualStyleBackColor = true; // // objectListViewSonder // this.objectListViewSonder.AlternateRowBackColor = System.Drawing.Color.LightBlue; this.objectListViewSonder.CellEditActivation = BrightIdeasSoftware.ObjectListView.CellEditActivateMode.DoubleClick; this.objectListViewSonder.CellEditUseWholeCell = false; 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(884, 581); this.objectListViewSonder.Sorting = System.Windows.Forms.SortOrder.Ascending; this.objectListViewSonder.TabIndex = 2; this.objectListViewSonder.TintSortColumn = true; this.objectListViewSonder.UseAlternatingBackColors = 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.CellClick += new System.EventHandler(this.objectListViewAuftrag_CellClick); this.objectListViewSonder.FormatCell += new System.EventHandler(this.objectListViewAuftrag_FormatCell); // // 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(890, 587); 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.CellEditActivation = BrightIdeasSoftware.ObjectListView.CellEditActivateMode.DoubleClick; this.objectListViewAuftrag.CellEditUseWholeCell = false; 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.Size = new System.Drawing.Size(884, 581); 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.CellRightClick += new System.EventHandler(this.objectListViewAuftrag_CellRightClick); this.objectListViewAuftrag.FormatCell += new System.EventHandler(this.objectListViewAuftrag_FormatCell); // // 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.tabPageSonder); this.tabControlAuftragList.Controls.Add(this.tabPageGeschaeft); 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, 9); this.tabControlAuftragList.Name = "tabControlAuftragList"; this.tabControlAuftragList.SelectedIndex = 0; this.tabControlAuftragList.Size = new System.Drawing.Size(898, 625); this.tabControlAuftragList.TabIndex = 0; this.tabControlAuftragList.Visible = false; this.tabControlAuftragList.SelectedIndexChanged += new System.EventHandler(this.tabControlAuftragList_SelectedIndexChanged); this.tabControlAuftragList.Selected += new System.Windows.Forms.TabControlEventHandler(this.tabControlAuftragList_Selected); // // 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(890, 587); 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.CellEditActivation = BrightIdeasSoftware.ObjectListView.CellEditActivateMode.DoubleClick; this.objectListViewGeschaeft.CellEditUseWholeCell = false; 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(884, 581); 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.CellRightClick += new System.EventHandler(this.objectListViewAuftrag_CellRightClick); this.objectListViewGeschaeft.FormatCell += new System.EventHandler(this.objectListViewAuftrag_FormatCell); // // groupBoxStatistik // this.groupBoxStatistik.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.groupBoxStatistik.Controls.Add(this.dateTimePicker1); this.groupBoxStatistik.Controls.Add(this.tableLayoutPanelStatistik); this.groupBoxStatistik.ForeColor = System.Drawing.Color.White; this.groupBoxStatistik.Location = new System.Drawing.Point(908, 12); this.groupBoxStatistik.Name = "groupBoxStatistik"; this.groupBoxStatistik.Size = new System.Drawing.Size(301, 197); this.groupBoxStatistik.TabIndex = 62; this.groupBoxStatistik.TabStop = false; this.groupBoxStatistik.Text = "STATISTIK"; this.groupBoxStatistik.Visible = false; // // dateTimePicker1 // this.dateTimePicker1.CustomFormat = "dddd dd.MM.yyyy"; this.dateTimePicker1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.dateTimePicker1.Format = System.Windows.Forms.DateTimePickerFormat.Custom; this.dateTimePicker1.Location = new System.Drawing.Point(10, 19); this.dateTimePicker1.Name = "dateTimePicker1"; this.dateTimePicker1.Size = new System.Drawing.Size(224, 26); this.dateTimePicker1.TabIndex = 1; this.dateTimePicker1.CloseUp += new System.EventHandler(this.dateTimePicker1_CloseUp); // // tableLayoutPanelStatistik // this.tableLayoutPanelStatistik.ColumnCount = 2; this.tableLayoutPanelStatistik.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); this.tableLayoutPanelStatistik.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); this.tableLayoutPanelStatistik.Controls.Add(this.labelZahl6, 1, 5); this.tableLayoutPanelStatistik.Controls.Add(this.labelStatistik6, 0, 5); this.tableLayoutPanelStatistik.Controls.Add(this.labelZahl5, 1, 4); this.tableLayoutPanelStatistik.Controls.Add(this.labelStatistik5, 0, 4); this.tableLayoutPanelStatistik.Controls.Add(this.labelZahl4, 1, 3); this.tableLayoutPanelStatistik.Controls.Add(this.labelStatistik4, 0, 3); this.tableLayoutPanelStatistik.Controls.Add(this.labelZahl3, 1, 2); this.tableLayoutPanelStatistik.Controls.Add(this.labelStatistik3, 0, 2); this.tableLayoutPanelStatistik.Controls.Add(this.labelZahl2, 1, 1); this.tableLayoutPanelStatistik.Controls.Add(this.labelStatistik2, 0, 1); this.tableLayoutPanelStatistik.Controls.Add(this.labelZahl1, 1, 0); this.tableLayoutPanelStatistik.Controls.Add(this.labelStatistik1, 0, 0); this.tableLayoutPanelStatistik.Dock = System.Windows.Forms.DockStyle.Bottom; this.tableLayoutPanelStatistik.Location = new System.Drawing.Point(3, 51); this.tableLayoutPanelStatistik.Name = "tableLayoutPanelStatistik"; this.tableLayoutPanelStatistik.RowCount = 6; this.tableLayoutPanelStatistik.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 16.66667F)); this.tableLayoutPanelStatistik.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 16.66667F)); this.tableLayoutPanelStatistik.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 16.66667F)); this.tableLayoutPanelStatistik.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 16.66667F)); this.tableLayoutPanelStatistik.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 16.66667F)); this.tableLayoutPanelStatistik.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 16.66667F)); this.tableLayoutPanelStatistik.Size = new System.Drawing.Size(295, 143); this.tableLayoutPanelStatistik.TabIndex = 0; // // labelZahl6 // this.labelZahl6.AutoSize = true; this.labelZahl6.Dock = System.Windows.Forms.DockStyle.Left; this.labelZahl6.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.labelZahl6.ForeColor = System.Drawing.Color.White; this.labelZahl6.Location = new System.Drawing.Point(99, 115); this.labelZahl6.Name = "labelZahl6"; this.labelZahl6.Size = new System.Drawing.Size(53, 28); this.labelZahl6.TabIndex = 11; this.labelZahl6.Text = "Zahl 6"; this.labelZahl6.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // labelStatistik6 // this.labelStatistik6.AutoSize = true; this.labelStatistik6.Dock = System.Windows.Forms.DockStyle.Left; this.labelStatistik6.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.labelStatistik6.ForeColor = System.Drawing.Color.White; this.labelStatistik6.Location = new System.Drawing.Point(3, 115); this.labelStatistik6.Name = "labelStatistik6"; this.labelStatistik6.Size = new System.Drawing.Size(90, 28); this.labelStatistik6.TabIndex = 10; this.labelStatistik6.Text = "Statistik 6"; this.labelStatistik6.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // labelZahl5 // this.labelZahl5.AutoSize = true; this.labelZahl5.Dock = System.Windows.Forms.DockStyle.Left; this.labelZahl5.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.labelZahl5.ForeColor = System.Drawing.Color.White; this.labelZahl5.Location = new System.Drawing.Point(99, 92); this.labelZahl5.Name = "labelZahl5"; this.labelZahl5.Size = new System.Drawing.Size(53, 23); this.labelZahl5.TabIndex = 9; this.labelZahl5.Text = "Zahl 5"; this.labelZahl5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // labelStatistik5 // this.labelStatistik5.AutoSize = true; this.labelStatistik5.Dock = System.Windows.Forms.DockStyle.Left; this.labelStatistik5.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.labelStatistik5.ForeColor = System.Drawing.Color.White; this.labelStatistik5.Location = new System.Drawing.Point(3, 92); this.labelStatistik5.Name = "labelStatistik5"; this.labelStatistik5.Size = new System.Drawing.Size(90, 23); this.labelStatistik5.TabIndex = 8; this.labelStatistik5.Text = "Statistik 5"; this.labelStatistik5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // labelZahl4 // this.labelZahl4.AutoSize = true; this.labelZahl4.Dock = System.Windows.Forms.DockStyle.Left; this.labelZahl4.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.labelZahl4.ForeColor = System.Drawing.Color.White; this.labelZahl4.Location = new System.Drawing.Point(99, 69); this.labelZahl4.Name = "labelZahl4"; this.labelZahl4.Size = new System.Drawing.Size(53, 23); this.labelZahl4.TabIndex = 7; this.labelZahl4.Text = "Zahl 4"; this.labelZahl4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // labelStatistik4 // this.labelStatistik4.AutoSize = true; this.labelStatistik4.Dock = System.Windows.Forms.DockStyle.Left; this.labelStatistik4.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.labelStatistik4.ForeColor = System.Drawing.Color.White; this.labelStatistik4.Location = new System.Drawing.Point(3, 69); this.labelStatistik4.Name = "labelStatistik4"; this.labelStatistik4.Size = new System.Drawing.Size(90, 23); this.labelStatistik4.TabIndex = 6; this.labelStatistik4.Text = "Statistik 4"; this.labelStatistik4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // labelZahl3 // this.labelZahl3.AutoSize = true; this.labelZahl3.Dock = System.Windows.Forms.DockStyle.Left; this.labelZahl3.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.labelZahl3.ForeColor = System.Drawing.Color.White; this.labelZahl3.Location = new System.Drawing.Point(99, 46); this.labelZahl3.Name = "labelZahl3"; this.labelZahl3.Size = new System.Drawing.Size(53, 23); this.labelZahl3.TabIndex = 5; this.labelZahl3.Text = "Zahl 3"; this.labelZahl3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // labelStatistik3 // this.labelStatistik3.AutoSize = true; this.labelStatistik3.Dock = System.Windows.Forms.DockStyle.Left; this.labelStatistik3.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.labelStatistik3.ForeColor = System.Drawing.Color.White; this.labelStatistik3.Location = new System.Drawing.Point(3, 46); this.labelStatistik3.Name = "labelStatistik3"; this.labelStatistik3.Size = new System.Drawing.Size(90, 23); this.labelStatistik3.TabIndex = 4; this.labelStatistik3.Text = "Statistik 3"; this.labelStatistik3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // labelZahl2 // this.labelZahl2.AutoSize = true; this.labelZahl2.Dock = System.Windows.Forms.DockStyle.Left; this.labelZahl2.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.labelZahl2.ForeColor = System.Drawing.Color.White; this.labelZahl2.Location = new System.Drawing.Point(99, 23); this.labelZahl2.Name = "labelZahl2"; this.labelZahl2.Size = new System.Drawing.Size(53, 23); this.labelZahl2.TabIndex = 3; this.labelZahl2.Text = "Zahl 2"; this.labelZahl2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // labelStatistik2 // this.labelStatistik2.AutoSize = true; this.labelStatistik2.Dock = System.Windows.Forms.DockStyle.Left; this.labelStatistik2.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.labelStatistik2.ForeColor = System.Drawing.Color.White; this.labelStatistik2.Location = new System.Drawing.Point(3, 23); this.labelStatistik2.Name = "labelStatistik2"; this.labelStatistik2.Size = new System.Drawing.Size(90, 23); this.labelStatistik2.TabIndex = 2; this.labelStatistik2.Text = "Statistik 2"; this.labelStatistik2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // labelZahl1 // this.labelZahl1.AutoSize = true; this.labelZahl1.Dock = System.Windows.Forms.DockStyle.Left; this.labelZahl1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.labelZahl1.ForeColor = System.Drawing.Color.White; this.labelZahl1.Location = new System.Drawing.Point(99, 0); this.labelZahl1.Name = "labelZahl1"; this.labelZahl1.Size = new System.Drawing.Size(53, 23); this.labelZahl1.TabIndex = 1; this.labelZahl1.Text = "Zahl 1"; this.labelZahl1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // labelStatistik1 // this.labelStatistik1.AutoSize = true; this.labelStatistik1.Dock = System.Windows.Forms.DockStyle.Left; this.labelStatistik1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.labelStatistik1.ForeColor = System.Drawing.Color.White; this.labelStatistik1.Location = new System.Drawing.Point(3, 0); this.labelStatistik1.Name = "labelStatistik1"; this.labelStatistik1.Size = new System.Drawing.Size(90, 23); this.labelStatistik1.TabIndex = 0; this.labelStatistik1.Text = "Statistik 1"; this.labelStatistik1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // buttonSuchen // this.buttonSuchen.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.buttonSuchen.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; this.buttonSuchen.BackColor = System.Drawing.Color.DarkOrange; this.buttonSuchen.FlatAppearance.BorderSize = 0; this.buttonSuchen.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.buttonSuchen.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.buttonSuchen.ForeColor = System.Drawing.Color.Black; this.buttonSuchen.Location = new System.Drawing.Point(209, 649); this.buttonSuchen.Margin = new System.Windows.Forms.Padding(2); this.buttonSuchen.Name = "buttonSuchen"; this.buttonSuchen.Size = new System.Drawing.Size(200, 41); this.buttonSuchen.TabIndex = 63; this.buttonSuchen.Text = "Suchen"; this.buttonSuchen.UseVisualStyleBackColor = false; this.buttonSuchen.Click += new System.EventHandler(this.buttonSuchen_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(4, 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(916, 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); // // 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(1121, 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(1168, 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); // // 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(908, 12); 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(301, 434); this.chartFehlmenge.TabIndex = 2; this.chartFehlmenge.Text = "chart1"; title1.Name = "Title1"; title1.Text = "Hallo Test"; this.chartFehlmenge.Titles.Add(title1); this.chartFehlmenge.Visible = false; // // groupBoxKndInfo // this.groupBoxKndInfo.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.groupBoxKndInfo.Controls.Add(this.tableLayoutPanelInfo); 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(916, 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.Paint += new System.Windows.Forms.PaintEventHandler(this.groupBoxKndInfo_Paint); // // tableLayoutPanelInfo // this.tableLayoutPanelInfo.ColumnCount = 1; this.tableLayoutPanelInfo.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tableLayoutPanelInfo.Controls.Add(this.labelAnmerkung, 0, 0); this.tableLayoutPanelInfo.Controls.Add(this.labelAufgabe, 0, 1); this.tableLayoutPanelInfo.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanelInfo.Location = new System.Drawing.Point(3, 22); this.tableLayoutPanelInfo.Name = "tableLayoutPanelInfo"; this.tableLayoutPanelInfo.RowCount = 2; this.tableLayoutPanelInfo.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tableLayoutPanelInfo.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tableLayoutPanelInfo.Size = new System.Drawing.Size(287, 158); this.tableLayoutPanelInfo.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(281, 79); this.labelAnmerkung.TabIndex = 0; 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, 79); this.labelAufgabe.Name = "labelAufgabe"; this.labelAufgabe.Size = new System.Drawing.Size(281, 79); this.labelAufgabe.TabIndex = 1; this.labelAufgabe.Text = "label3"; // // 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.PaleVioletRed; 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(413, 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.Click += new System.EventHandler(this.buttonTourenListe_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(1221, 703); this.Controls.Add(this.buttonTourenListe); this.Controls.Add(this.groupBoxKndInfo); this.Controls.Add(this.chartFehlmenge); this.Controls.Add(this.buttonReklamation); this.Controls.Add(this.buttonSuchen); 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.Controls.Add(this.dGArtikel); this.Controls.Add(this.groupBoxStatistik); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.HelpButton = true; 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.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.dGArtikel)).EndInit(); this.tabPageSonder.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.objectListViewSonder)).EndInit(); this.tabPageAll.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.objectListViewAuftrag)).EndInit(); this.tabControlAuftragList.ResumeLayout(false); this.tabPageGeschaeft.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.objectListViewGeschaeft)).EndInit(); this.groupBoxStatistik.ResumeLayout(false); this.tableLayoutPanelStatistik.ResumeLayout(false); this.tableLayoutPanelStatistik.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.chartFehlmenge)).EndInit(); this.groupBoxKndInfo.ResumeLayout(false); this.tableLayoutPanelInfo.ResumeLayout(false); this.tableLayoutPanelInfo.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Button buttonSWS_Drucken; private System.Windows.Forms.Button buttonNeuerAuftrag; private System.Windows.Forms.DataGridView dGArtikel; private System.Windows.Forms.TabPage tabPageSonder; private BrightIdeasSoftware.ObjectListView objectListViewSonder; private System.Windows.Forms.TabPage tabPageAll; private BrightIdeasSoftware.ObjectListView objectListViewAuftrag; private System.Windows.Forms.TabControl tabControlAuftragList; private System.Windows.Forms.Button buttonEinstellung; private System.Windows.Forms.Button buttonStats; private System.Windows.Forms.GroupBox groupBoxStatistik; private System.Windows.Forms.DateTimePicker dateTimePicker1; private System.Windows.Forms.TableLayoutPanel tableLayoutPanelStatistik; private System.Windows.Forms.Label labelZahl6; private System.Windows.Forms.Label labelStatistik6; private System.Windows.Forms.Label labelZahl5; private System.Windows.Forms.Label labelStatistik5; private System.Windows.Forms.Label labelZahl4; private System.Windows.Forms.Label labelStatistik4; private System.Windows.Forms.Label labelZahl3; private System.Windows.Forms.Label labelStatistik3; private System.Windows.Forms.Label labelZahl2; private System.Windows.Forms.Label labelStatistik2; private System.Windows.Forms.Label labelZahl1; private System.Windows.Forms.Label labelStatistik1; private System.Windows.Forms.DataGridViewTextBoxColumn KundeArtikelID; private System.Windows.Forms.DataGridViewTextBoxColumn KundeID; private System.Windows.Forms.DataGridViewTextBoxColumn ArtikelNR; private System.Windows.Forms.DataGridViewTextBoxColumn ArtikelName; private System.Windows.Forms.DataGridViewTextBoxColumn Stand; private System.Windows.Forms.DataGridViewTextBoxColumn Fehlmenge; private System.Windows.Forms.DataGridViewTextBoxColumn Korrektur; private System.Windows.Forms.DataGridViewTextBoxColumn StandBearbeitet; private System.Windows.Forms.DataGridViewTextBoxColumn FehlmengeBearbeitet; private System.Windows.Forms.DataGridViewTextBoxColumn KorrekturBearbeitet; private System.Windows.Forms.Button buttonSuchen; private System.Windows.Forms.Button buttonReklamation; private System.Windows.Forms.TabPage tabPageGeschaeft; private BrightIdeasSoftware.ObjectListView objectListViewGeschaeft; private System.Windows.Forms.DataVisualization.Charting.Chart chartFehlmenge; private System.Windows.Forms.GroupBox groupBoxKndInfo; private System.Windows.Forms.TableLayoutPanel tableLayoutPanelInfo; private System.Windows.Forms.Label labelAnmerkung; private System.Windows.Forms.Label labelAufgabe; private System.Windows.Forms.Button buttonTourenListe; } }