namespace Deckungsbeitrag { partial class KundeDaten { /// /// Erforderliche Designervariable. /// private System.ComponentModel.IContainer components = null; /// /// Verwendete Ressourcen bereinigen. /// /// True, wenn verwaltete Ressourcen gelöscht werden sollen; andernfalls False. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Vom Windows Form-Designer generierter Code /// /// Erforderliche Methode für die Designerunterstützung. /// Der Inhalt der Methode darf nicht mit dem Code-Editor geändert werden. /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(KundeDaten)); System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea40 = new System.Windows.Forms.DataVisualization.Charting.ChartArea(); System.Windows.Forms.DataVisualization.Charting.Legend legend40 = new System.Windows.Forms.DataVisualization.Charting.Legend(); System.Windows.Forms.DataVisualization.Charting.Series series40 = new System.Windows.Forms.DataVisualization.Charting.Series(); System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea41 = new System.Windows.Forms.DataVisualization.Charting.ChartArea(); System.Windows.Forms.DataVisualization.Charting.Legend legend41 = new System.Windows.Forms.DataVisualization.Charting.Legend(); System.Windows.Forms.DataVisualization.Charting.Series series41 = new System.Windows.Forms.DataVisualization.Charting.Series(); System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea42 = new System.Windows.Forms.DataVisualization.Charting.ChartArea(); System.Windows.Forms.DataVisualization.Charting.Legend legend42 = new System.Windows.Forms.DataVisualization.Charting.Legend(); System.Windows.Forms.DataVisualization.Charting.Series series42 = new System.Windows.Forms.DataVisualization.Charting.Series(); this.toolStrip1 = new System.Windows.Forms.ToolStrip(); this.tSBBeenden = new System.Windows.Forms.ToolStripButton(); this.tSBDrucken = new System.Windows.Forms.ToolStripButton(); this.tSBNext = new System.Windows.Forms.ToolStripButton(); this.textBoxKndNr = new System.Windows.Forms.TextBox(); this.labelKundeNummer = new System.Windows.Forms.Label(); this.labelKundeName = new System.Windows.Forms.Label(); this.textBoxKundeName = new System.Windows.Forms.TextBox(); this.textBoxStraße = new System.Windows.Forms.TextBox(); this.labelStraße = new System.Windows.Forms.Label(); this.textBoxPLZ = new System.Windows.Forms.TextBox(); this.labelPLZ = new System.Windows.Forms.Label(); this.textBoxOrt = new System.Windows.Forms.TextBox(); this.labelOrt = new System.Windows.Forms.Label(); this.pictureBoxEntwurf = new System.Windows.Forms.PictureBox(); this.statusStrip1 = new System.Windows.Forms.StatusStrip(); this.tSSLabelArtikel = new System.Windows.Forms.ToolStripStatusLabel(); this.tSSLabelArtikelAnz = new System.Windows.Forms.ToolStripStatusLabel(); this.labelKdnName2 = new System.Windows.Forms.Label(); this.textBoxKndName2 = new System.Windows.Forms.TextBox(); this.buttonBewertung = new System.Windows.Forms.Button(); this.pictureBoxQRCode = new System.Windows.Forms.PictureBox(); this.buttonProgramm = new System.Windows.Forms.Button(); this.olvJahresumsatz = new BrightIdeasSoftware.ObjectListView(); this.chartJahresumsatz = new System.Windows.Forms.DataVisualization.Charting.Chart(); this.labelJahresumsatz = new System.Windows.Forms.Label(); this.labelQuartalsumsatz = new System.Windows.Forms.Label(); this.chartQuartalsumsatz = new System.Windows.Forms.DataVisualization.Charting.Chart(); this.olvQuartalsumsatz = new BrightIdeasSoftware.ObjectListView(); this.labelMonatsumsatz = new System.Windows.Forms.Label(); this.chartMonatsumsatz = new System.Windows.Forms.DataVisualization.Charting.Chart(); this.olvMonatsumsatz = new BrightIdeasSoftware.ObjectListView(); this.textBoxSuchtext = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.comboBoxAufgabe = new System.Windows.Forms.ComboBox(); this.label2 = new System.Windows.Forms.Label(); this.buttonAufgEnt = new System.Windows.Forms.Button(); this.toolStripDropDownNext = new System.Windows.Forms.ToolStripDropDownButton(); this.nextToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components); this.nächsterKundeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.toolStrip1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBoxEntwurf)).BeginInit(); this.statusStrip1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBoxQRCode)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.olvJahresumsatz)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.chartJahresumsatz)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.chartQuartalsumsatz)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.olvQuartalsumsatz)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.chartMonatsumsatz)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.olvMonatsumsatz)).BeginInit(); this.contextMenuStrip1.SuspendLayout(); this.SuspendLayout(); // // toolStrip1 // this.toolStrip1.ImageScalingSize = new System.Drawing.Size(20, 20); this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tSBBeenden, this.tSBDrucken, this.tSBNext, this.toolStripDropDownNext}); this.toolStrip1.Location = new System.Drawing.Point(0, 0); this.toolStrip1.Name = "toolStrip1"; this.toolStrip1.Size = new System.Drawing.Size(936, 27); this.toolStrip1.TabIndex = 0; this.toolStrip1.Text = "toolStrip1"; // // tSBBeenden // this.tSBBeenden.Image = ((System.Drawing.Image)(resources.GetObject("tSBBeenden.Image"))); this.tSBBeenden.ImageTransparentColor = System.Drawing.Color.Magenta; this.tSBBeenden.Name = "tSBBeenden"; this.tSBBeenden.Size = new System.Drawing.Size(77, 24); this.tSBBeenden.Text = "Beenden"; this.tSBBeenden.Click += new System.EventHandler(this.TSBBeenden_Click); // // tSBDrucken // this.tSBDrucken.Image = ((System.Drawing.Image)(resources.GetObject("tSBDrucken.Image"))); this.tSBDrucken.ImageTransparentColor = System.Drawing.Color.Magenta; this.tSBDrucken.Name = "tSBDrucken"; this.tSBDrucken.Size = new System.Drawing.Size(135, 24); this.tSBDrucken.Text = "Zählschein Drucken"; this.tSBDrucken.Click += new System.EventHandler(this.ButtonDrucken_Click); // // tSBNext // this.tSBNext.Image = ((System.Drawing.Image)(resources.GetObject("tSBNext.Image"))); this.tSBNext.ImageTransparentColor = System.Drawing.Color.Magenta; this.tSBNext.Name = "tSBNext"; this.tSBNext.Size = new System.Drawing.Size(138, 24); this.tSBNext.Text = "Nächster Kunde [F9]"; this.tSBNext.Click += new System.EventHandler(this.TSBNext_Click); // // textBoxKndNr // this.textBoxKndNr.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend; this.textBoxKndNr.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.CustomSource; this.textBoxKndNr.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.textBoxKndNr.Location = new System.Drawing.Point(10, 60); this.textBoxKndNr.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.textBoxKndNr.Name = "textBoxKndNr"; this.textBoxKndNr.Size = new System.Drawing.Size(51, 20); this.textBoxKndNr.TabIndex = 0; this.textBoxKndNr.KeyDown += new System.Windows.Forms.KeyEventHandler(this.textBoxSuchtext_KeyDown); this.textBoxKndNr.Leave += new System.EventHandler(this.TextBoxKndNr_Leave); // // labelKundeNummer // this.labelKundeNummer.AutoSize = true; this.labelKundeNummer.Location = new System.Drawing.Point(9, 44); this.labelKundeNummer.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.labelKundeNummer.Name = "labelKundeNummer"; this.labelKundeNummer.Size = new System.Drawing.Size(49, 13); this.labelKundeNummer.TabIndex = 2; this.labelKundeNummer.Text = "KND NR"; // // labelKundeName // this.labelKundeName.AutoSize = true; this.labelKundeName.Location = new System.Drawing.Point(9, 82); this.labelKundeName.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.labelKundeName.Name = "labelKundeName"; this.labelKundeName.Size = new System.Drawing.Size(35, 13); this.labelKundeName.TabIndex = 3; this.labelKundeName.Text = "Name"; // // textBoxKundeName // this.textBoxKundeName.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.textBoxKundeName.Location = new System.Drawing.Point(10, 98); this.textBoxKundeName.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.textBoxKundeName.Name = "textBoxKundeName"; this.textBoxKundeName.Size = new System.Drawing.Size(238, 20); this.textBoxKundeName.TabIndex = 4; // // textBoxStraße // this.textBoxStraße.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.textBoxStraße.Location = new System.Drawing.Point(10, 180); this.textBoxStraße.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.textBoxStraße.Name = "textBoxStraße"; this.textBoxStraße.Size = new System.Drawing.Size(238, 20); this.textBoxStraße.TabIndex = 5; // // labelStraße // this.labelStraße.AutoSize = true; this.labelStraße.Location = new System.Drawing.Point(8, 163); this.labelStraße.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.labelStraße.Name = "labelStraße"; this.labelStraße.Size = new System.Drawing.Size(65, 13); this.labelStraße.TabIndex = 6; this.labelStraße.Text = "Straße/HNr."; // // textBoxPLZ // this.textBoxPLZ.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.textBoxPLZ.Location = new System.Drawing.Point(10, 216); this.textBoxPLZ.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.textBoxPLZ.Name = "textBoxPLZ"; this.textBoxPLZ.Size = new System.Drawing.Size(54, 20); this.textBoxPLZ.TabIndex = 9; // // labelPLZ // this.labelPLZ.AutoSize = true; this.labelPLZ.Location = new System.Drawing.Point(8, 200); this.labelPLZ.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.labelPLZ.Name = "labelPLZ"; this.labelPLZ.Size = new System.Drawing.Size(27, 13); this.labelPLZ.TabIndex = 10; this.labelPLZ.Text = "PLZ"; // // textBoxOrt // this.textBoxOrt.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.textBoxOrt.Location = new System.Drawing.Point(69, 215); this.textBoxOrt.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.textBoxOrt.Name = "textBoxOrt"; this.textBoxOrt.Size = new System.Drawing.Size(179, 20); this.textBoxOrt.TabIndex = 11; // // labelOrt // this.labelOrt.AutoSize = true; this.labelOrt.Location = new System.Drawing.Point(69, 200); this.labelOrt.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.labelOrt.Name = "labelOrt"; this.labelOrt.Size = new System.Drawing.Size(21, 13); this.labelOrt.TabIndex = 12; this.labelOrt.Text = "Ort"; // // pictureBoxEntwurf // this.pictureBoxEntwurf.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.pictureBoxEntwurf.BackColor = System.Drawing.Color.Transparent; this.pictureBoxEntwurf.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.pictureBoxEntwurf.Location = new System.Drawing.Point(14, 353); this.pictureBoxEntwurf.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.pictureBoxEntwurf.Name = "pictureBoxEntwurf"; this.pictureBoxEntwurf.Size = new System.Drawing.Size(234, 195); this.pictureBoxEntwurf.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; this.pictureBoxEntwurf.TabIndex = 16; this.pictureBoxEntwurf.TabStop = false; // // statusStrip1 // this.statusStrip1.ImageScalingSize = new System.Drawing.Size(20, 20); this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tSSLabelArtikel, this.tSSLabelArtikelAnz}); this.statusStrip1.Location = new System.Drawing.Point(0, 548); this.statusStrip1.Name = "statusStrip1"; this.statusStrip1.Padding = new System.Windows.Forms.Padding(1, 0, 10, 0); this.statusStrip1.Size = new System.Drawing.Size(936, 24); this.statusStrip1.TabIndex = 24; this.statusStrip1.Text = "statusStrip1"; // // tSSLabelArtikel // this.tSSLabelArtikel.BorderSides = ((System.Windows.Forms.ToolStripStatusLabelBorderSides)(((System.Windows.Forms.ToolStripStatusLabelBorderSides.Left | System.Windows.Forms.ToolStripStatusLabelBorderSides.Top) | System.Windows.Forms.ToolStripStatusLabelBorderSides.Bottom))); this.tSSLabelArtikel.BorderStyle = System.Windows.Forms.Border3DStyle.SunkenInner; this.tSSLabelArtikel.Name = "tSSLabelArtikel"; this.tSSLabelArtikel.Size = new System.Drawing.Size(48, 19); this.tSSLabelArtikel.Text = "Artikel:"; // // tSSLabelArtikelAnz // this.tSSLabelArtikelAnz.BorderSides = ((System.Windows.Forms.ToolStripStatusLabelBorderSides)(((System.Windows.Forms.ToolStripStatusLabelBorderSides.Top | System.Windows.Forms.ToolStripStatusLabelBorderSides.Right) | System.Windows.Forms.ToolStripStatusLabelBorderSides.Bottom))); this.tSSLabelArtikelAnz.BorderStyle = System.Windows.Forms.Border3DStyle.SunkenInner; this.tSSLabelArtikelAnz.Name = "tSSLabelArtikelAnz"; this.tSSLabelArtikelAnz.Size = new System.Drawing.Size(23, 19); this.tSSLabelArtikelAnz.Text = "00"; // // labelKdnName2 // this.labelKdnName2.AutoSize = true; this.labelKdnName2.Location = new System.Drawing.Point(8, 121); this.labelKdnName2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.labelKdnName2.Name = "labelKdnName2"; this.labelKdnName2.Size = new System.Drawing.Size(67, 13); this.labelKdnName2.TabIndex = 25; this.labelKdnName2.Text = "NameZusatz"; // // textBoxKndName2 // this.textBoxKndName2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.textBoxKndName2.Location = new System.Drawing.Point(10, 137); this.textBoxKndName2.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.textBoxKndName2.Name = "textBoxKndName2"; this.textBoxKndName2.Size = new System.Drawing.Size(238, 20); this.textBoxKndName2.TabIndex = 26; // // buttonBewertung // this.buttonBewertung.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.buttonBewertung.Location = new System.Drawing.Point(10, 308); this.buttonBewertung.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.buttonBewertung.Name = "buttonBewertung"; this.buttonBewertung.Size = new System.Drawing.Size(158, 28); this.buttonBewertung.TabIndex = 1; this.buttonBewertung.Text = "Bewertung"; this.buttonBewertung.UseVisualStyleBackColor = true; // // pictureBoxQRCode // this.pictureBoxQRCode.BackColor = System.Drawing.Color.Transparent; this.pictureBoxQRCode.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.pictureBoxQRCode.Location = new System.Drawing.Point(172, 250); this.pictureBoxQRCode.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.pictureBoxQRCode.Name = "pictureBoxQRCode"; this.pictureBoxQRCode.Size = new System.Drawing.Size(76, 86); this.pictureBoxQRCode.TabIndex = 27; this.pictureBoxQRCode.TabStop = false; // // buttonProgramm // this.buttonProgramm.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.buttonProgramm.Location = new System.Drawing.Point(10, 279); this.buttonProgramm.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.buttonProgramm.Name = "buttonProgramm"; this.buttonProgramm.Size = new System.Drawing.Size(157, 28); this.buttonProgramm.TabIndex = 28; this.buttonProgramm.Text = "PR 01"; this.buttonProgramm.UseVisualStyleBackColor = true; this.buttonProgramm.Click += new System.EventHandler(this.ButtonProgramm_Click); // // olvJahresumsatz // this.olvJahresumsatz.AllowColumnReorder = true; this.olvJahresumsatz.AlternateRowBackColor = System.Drawing.Color.LightSteelBlue; this.olvJahresumsatz.BackColor = System.Drawing.SystemColors.Window; this.olvJahresumsatz.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.olvJahresumsatz.CellEditUseWholeCell = false; this.olvJahresumsatz.Cursor = System.Windows.Forms.Cursors.Default; this.olvJahresumsatz.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.olvJahresumsatz.FullRowSelect = true; this.olvJahresumsatz.GridLines = true; this.olvJahresumsatz.HideSelection = false; this.olvJahresumsatz.Location = new System.Drawing.Point(262, 60); this.olvJahresumsatz.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.olvJahresumsatz.MenuLabelColumns = "Spalten"; this.olvJahresumsatz.Name = "olvJahresumsatz"; this.olvJahresumsatz.SelectColumnsOnRightClickBehaviour = BrightIdeasSoftware.ObjectListView.ColumnSelectBehaviour.Submenu; this.olvJahresumsatz.SelectedColumnTint = System.Drawing.Color.FromArgb(((int)(((byte)(15)))), ((int)(((byte)(176)))), ((int)(((byte)(196)))), ((int)(((byte)(222))))); this.olvJahresumsatz.ShowGroups = false; this.olvJahresumsatz.ShowItemToolTips = true; this.olvJahresumsatz.Size = new System.Drawing.Size(263, 136); this.olvJahresumsatz.TabIndex = 29; this.olvJahresumsatz.TintSortColumn = true; this.olvJahresumsatz.UseAlternatingBackColors = true; this.olvJahresumsatz.UseCellFormatEvents = true; this.olvJahresumsatz.UseCompatibleStateImageBehavior = false; this.olvJahresumsatz.UseFiltering = true; this.olvJahresumsatz.UseHotControls = false; this.olvJahresumsatz.View = System.Windows.Forms.View.Details; // // chartJahresumsatz // this.chartJahresumsatz.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); chartArea40.Name = "ChartArea1"; this.chartJahresumsatz.ChartAreas.Add(chartArea40); legend40.Name = "Legend1"; this.chartJahresumsatz.Legends.Add(legend40); this.chartJahresumsatz.Location = new System.Drawing.Point(262, 207); this.chartJahresumsatz.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.chartJahresumsatz.Name = "chartJahresumsatz"; series40.ChartArea = "ChartArea1"; series40.Legend = "Legend1"; series40.Name = "Series1"; this.chartJahresumsatz.Series.Add(series40); this.chartJahresumsatz.Size = new System.Drawing.Size(262, 202); this.chartJahresumsatz.TabIndex = 30; this.chartJahresumsatz.Text = "chart1"; // // labelJahresumsatz // this.labelJahresumsatz.AutoSize = true; this.labelJahresumsatz.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.labelJahresumsatz.Location = new System.Drawing.Point(332, 25); this.labelJahresumsatz.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.labelJahresumsatz.Name = "labelJahresumsatz"; this.labelJahresumsatz.Size = new System.Drawing.Size(131, 20); this.labelJahresumsatz.TabIndex = 31; this.labelJahresumsatz.Text = "Jahresumsätze"; // // labelQuartalsumsatz // this.labelQuartalsumsatz.AutoSize = true; this.labelQuartalsumsatz.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.labelQuartalsumsatz.Location = new System.Drawing.Point(592, 25); this.labelQuartalsumsatz.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.labelQuartalsumsatz.Name = "labelQuartalsumsatz"; this.labelQuartalsumsatz.Size = new System.Drawing.Size(145, 20); this.labelQuartalsumsatz.TabIndex = 34; this.labelQuartalsumsatz.Text = "Quartalsumsätze"; // // chartQuartalsumsatz // this.chartQuartalsumsatz.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); chartArea41.Name = "ChartArea1"; this.chartQuartalsumsatz.ChartAreas.Add(chartArea41); legend41.Name = "Legend1"; this.chartQuartalsumsatz.Legends.Add(legend41); this.chartQuartalsumsatz.Location = new System.Drawing.Point(530, 207); this.chartQuartalsumsatz.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.chartQuartalsumsatz.Name = "chartQuartalsumsatz"; series41.ChartArea = "ChartArea1"; series41.Legend = "Legend1"; series41.Name = "Series1"; this.chartQuartalsumsatz.Series.Add(series41); this.chartQuartalsumsatz.Size = new System.Drawing.Size(262, 202); this.chartQuartalsumsatz.TabIndex = 33; this.chartQuartalsumsatz.Text = "chart1"; // // olvQuartalsumsatz // this.olvQuartalsumsatz.AllowColumnReorder = true; this.olvQuartalsumsatz.AlternateRowBackColor = System.Drawing.Color.LightSteelBlue; this.olvQuartalsumsatz.BackColor = System.Drawing.SystemColors.Window; this.olvQuartalsumsatz.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.olvQuartalsumsatz.CellEditUseWholeCell = false; this.olvQuartalsumsatz.Cursor = System.Windows.Forms.Cursors.Default; this.olvQuartalsumsatz.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.olvQuartalsumsatz.FullRowSelect = true; this.olvQuartalsumsatz.GridLines = true; this.olvQuartalsumsatz.HideSelection = false; this.olvQuartalsumsatz.Location = new System.Drawing.Point(530, 60); this.olvQuartalsumsatz.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.olvQuartalsumsatz.MenuLabelColumns = "Spalten"; this.olvQuartalsumsatz.Name = "olvQuartalsumsatz"; this.olvQuartalsumsatz.SelectColumnsOnRightClickBehaviour = BrightIdeasSoftware.ObjectListView.ColumnSelectBehaviour.Submenu; this.olvQuartalsumsatz.SelectedColumnTint = System.Drawing.Color.FromArgb(((int)(((byte)(15)))), ((int)(((byte)(176)))), ((int)(((byte)(196)))), ((int)(((byte)(222))))); this.olvQuartalsumsatz.ShowGroups = false; this.olvQuartalsumsatz.ShowItemToolTips = true; this.olvQuartalsumsatz.Size = new System.Drawing.Size(263, 136); this.olvQuartalsumsatz.TabIndex = 32; this.olvQuartalsumsatz.TintSortColumn = true; this.olvQuartalsumsatz.UseAlternatingBackColors = true; this.olvQuartalsumsatz.UseCellFormatEvents = true; this.olvQuartalsumsatz.UseCompatibleStateImageBehavior = false; this.olvQuartalsumsatz.UseFiltering = true; this.olvQuartalsumsatz.UseHotControls = false; this.olvQuartalsumsatz.View = System.Windows.Forms.View.Details; // // labelMonatsumsatz // this.labelMonatsumsatz.AutoSize = true; this.labelMonatsumsatz.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.labelMonatsumsatz.Location = new System.Drawing.Point(848, 25); this.labelMonatsumsatz.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.labelMonatsumsatz.Name = "labelMonatsumsatz"; this.labelMonatsumsatz.Size = new System.Drawing.Size(136, 20); this.labelMonatsumsatz.TabIndex = 37; this.labelMonatsumsatz.Text = "Monatsumsätze"; // // chartMonatsumsatz // this.chartMonatsumsatz.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); chartArea42.Name = "ChartArea1"; this.chartMonatsumsatz.ChartAreas.Add(chartArea42); legend42.Name = "Legend1"; this.chartMonatsumsatz.Legends.Add(legend42); this.chartMonatsumsatz.Location = new System.Drawing.Point(796, 207); this.chartMonatsumsatz.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.chartMonatsumsatz.Name = "chartMonatsumsatz"; series42.ChartArea = "ChartArea1"; series42.Legend = "Legend1"; series42.Name = "Series1"; this.chartMonatsumsatz.Series.Add(series42); this.chartMonatsumsatz.Size = new System.Drawing.Size(262, 202); this.chartMonatsumsatz.TabIndex = 36; this.chartMonatsumsatz.Text = "chart1"; // // olvMonatsumsatz // this.olvMonatsumsatz.AllowColumnReorder = true; this.olvMonatsumsatz.AlternateRowBackColor = System.Drawing.Color.LightSteelBlue; this.olvMonatsumsatz.BackColor = System.Drawing.SystemColors.Window; this.olvMonatsumsatz.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.olvMonatsumsatz.CellEditUseWholeCell = false; this.olvMonatsumsatz.Cursor = System.Windows.Forms.Cursors.Default; this.olvMonatsumsatz.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.olvMonatsumsatz.FullRowSelect = true; this.olvMonatsumsatz.GridLines = true; this.olvMonatsumsatz.HideSelection = false; this.olvMonatsumsatz.Location = new System.Drawing.Point(796, 60); this.olvMonatsumsatz.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.olvMonatsumsatz.MenuLabelColumns = "Spalten"; this.olvMonatsumsatz.Name = "olvMonatsumsatz"; this.olvMonatsumsatz.SelectColumnsOnRightClickBehaviour = BrightIdeasSoftware.ObjectListView.ColumnSelectBehaviour.Submenu; this.olvMonatsumsatz.SelectedColumnTint = System.Drawing.Color.FromArgb(((int)(((byte)(15)))), ((int)(((byte)(176)))), ((int)(((byte)(196)))), ((int)(((byte)(222))))); this.olvMonatsumsatz.ShowGroups = false; this.olvMonatsumsatz.ShowItemToolTips = true; this.olvMonatsumsatz.Size = new System.Drawing.Size(263, 136); this.olvMonatsumsatz.TabIndex = 35; this.olvMonatsumsatz.TintSortColumn = true; this.olvMonatsumsatz.UseAlternatingBackColors = true; this.olvMonatsumsatz.UseCellFormatEvents = true; this.olvMonatsumsatz.UseCompatibleStateImageBehavior = false; this.olvMonatsumsatz.UseFiltering = true; this.olvMonatsumsatz.UseHotControls = false; this.olvMonatsumsatz.View = System.Windows.Forms.View.Details; // // textBoxSuchtext // this.textBoxSuchtext.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend; this.textBoxSuchtext.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.CustomSource; this.textBoxSuchtext.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.textBoxSuchtext.Location = new System.Drawing.Point(64, 60); this.textBoxSuchtext.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.textBoxSuchtext.Name = "textBoxSuchtext"; this.textBoxSuchtext.Size = new System.Drawing.Size(184, 20); this.textBoxSuchtext.TabIndex = 38; this.textBoxSuchtext.TextChanged += new System.EventHandler(this.textBoxSuchtext_TextChanged); this.textBoxSuchtext.KeyDown += new System.Windows.Forms.KeyEventHandler(this.textBoxSuchtext_KeyDown); this.textBoxSuchtext.Leave += new System.EventHandler(this.TextBoxSuchtext_Leave); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(62, 45); this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(65, 13); this.label1.TabIndex = 39; this.label1.Text = "SUCHTEXT"; // // comboBoxAufgabe // this.comboBoxAufgabe.FormattingEnabled = true; this.comboBoxAufgabe.Location = new System.Drawing.Point(10, 253); this.comboBoxAufgabe.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.comboBoxAufgabe.Name = "comboBoxAufgabe"; this.comboBoxAufgabe.Size = new System.Drawing.Size(128, 21); this.comboBoxAufgabe.TabIndex = 41; this.comboBoxAufgabe.DropDownClosed += new System.EventHandler(this.comboBoxAufgabe_DropDownClosed); // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(9, 236); this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(80, 13); this.label2.TabIndex = 42; this.label2.Text = "Sonderaufgabe"; // // buttonAufgEnt // this.buttonAufgEnt.Image = global::Deckungsbeitrag.Properties.Resources.Close_red_16x; this.buttonAufgEnt.Location = new System.Drawing.Point(142, 252); this.buttonAufgEnt.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.buttonAufgEnt.Name = "buttonAufgEnt"; this.buttonAufgEnt.Size = new System.Drawing.Size(26, 22); this.buttonAufgEnt.TabIndex = 43; this.buttonAufgEnt.UseVisualStyleBackColor = true; this.buttonAufgEnt.Click += new System.EventHandler(this.buttonAufgEnt_Click); // // toolStripDropDownNext // this.toolStripDropDownNext.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.toolStripDropDownNext.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.nextToolStripMenuItem}); this.toolStripDropDownNext.Image = ((System.Drawing.Image)(resources.GetObject("toolStripDropDownNext.Image"))); this.toolStripDropDownNext.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.toolStripDropDownNext.ImageTransparentColor = System.Drawing.Color.Magenta; this.toolStripDropDownNext.Name = "toolStripDropDownNext"; this.toolStripDropDownNext.ShowDropDownArrow = false; this.toolStripDropDownNext.Size = new System.Drawing.Size(24, 24); this.toolStripDropDownNext.Text = "Nächster Kunde"; this.toolStripDropDownNext.TextDirection = System.Windows.Forms.ToolStripTextDirection.Horizontal; this.toolStripDropDownNext.Visible = false; // // nextToolStripMenuItem // this.nextToolStripMenuItem.Name = "nextToolStripMenuItem"; this.nextToolStripMenuItem.ShortcutKeyDisplayString = "[F9]"; this.nextToolStripMenuItem.ShortcutKeys = System.Windows.Forms.Keys.F9; this.nextToolStripMenuItem.Size = new System.Drawing.Size(180, 22); this.nextToolStripMenuItem.Text = "Next"; this.nextToolStripMenuItem.Click += new System.EventHandler(this.nextToolStripMenuItem_Click); // // contextMenuStrip1 // this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.nächsterKundeToolStripMenuItem}); this.contextMenuStrip1.Name = "contextMenuStrip1"; this.contextMenuStrip1.Size = new System.Drawing.Size(186, 48); // // nächsterKundeToolStripMenuItem // this.nächsterKundeToolStripMenuItem.Name = "nächsterKundeToolStripMenuItem"; this.nächsterKundeToolStripMenuItem.ShortcutKeyDisplayString = "[F9]"; this.nächsterKundeToolStripMenuItem.ShortcutKeys = System.Windows.Forms.Keys.F9; this.nächsterKundeToolStripMenuItem.Size = new System.Drawing.Size(185, 22); this.nächsterKundeToolStripMenuItem.Text = "Nächster Kunde"; this.nächsterKundeToolStripMenuItem.Click += new System.EventHandler(this.nächsterKundeToolStripMenuItem_Click); // // KundeDaten // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(936, 572); this.Controls.Add(this.buttonAufgEnt); this.Controls.Add(this.label2); this.Controls.Add(this.comboBoxAufgabe); this.Controls.Add(this.label1); this.Controls.Add(this.textBoxSuchtext); this.Controls.Add(this.labelMonatsumsatz); this.Controls.Add(this.chartMonatsumsatz); this.Controls.Add(this.olvMonatsumsatz); this.Controls.Add(this.labelQuartalsumsatz); this.Controls.Add(this.chartQuartalsumsatz); this.Controls.Add(this.olvQuartalsumsatz); this.Controls.Add(this.labelJahresumsatz); this.Controls.Add(this.chartJahresumsatz); this.Controls.Add(this.olvJahresumsatz); this.Controls.Add(this.buttonProgramm); this.Controls.Add(this.pictureBoxQRCode); this.Controls.Add(this.buttonBewertung); this.Controls.Add(this.labelKdnName2); this.Controls.Add(this.textBoxKndName2); this.Controls.Add(this.statusStrip1); this.Controls.Add(this.labelOrt); this.Controls.Add(this.textBoxOrt); this.Controls.Add(this.pictureBoxEntwurf); this.Controls.Add(this.labelPLZ); this.Controls.Add(this.toolStrip1); this.Controls.Add(this.textBoxPLZ); this.Controls.Add(this.textBoxStraße); this.Controls.Add(this.textBoxKndNr); this.Controls.Add(this.labelKundeNummer); this.Controls.Add(this.labelStraße); this.Controls.Add(this.labelKundeName); this.Controls.Add(this.textBoxKundeName); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.MinimumSize = new System.Drawing.Size(647, 615); this.Name = "KundeDaten"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Wolfgang Wirl Gmbh - KUNDEDATEN"; this.WindowState = System.Windows.Forms.FormWindowState.Maximized; this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.KundeDaten_KeyDown); this.toolStrip1.ResumeLayout(false); this.toolStrip1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBoxEntwurf)).EndInit(); this.statusStrip1.ResumeLayout(false); this.statusStrip1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBoxQRCode)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.olvJahresumsatz)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.chartJahresumsatz)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.chartQuartalsumsatz)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.olvQuartalsumsatz)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.chartMonatsumsatz)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.olvMonatsumsatz)).EndInit(); this.contextMenuStrip1.ResumeLayout(false); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.ToolStrip toolStrip1; private System.Windows.Forms.ToolStripButton tSBBeenden; private System.Windows.Forms.TextBox textBoxKndNr; private System.Windows.Forms.Label labelKundeNummer; private System.Windows.Forms.Label labelKundeName; private System.Windows.Forms.TextBox textBoxKundeName; private System.Windows.Forms.TextBox textBoxStraße; private System.Windows.Forms.Label labelStraße; private System.Windows.Forms.TextBox textBoxPLZ; private System.Windows.Forms.Label labelPLZ; private System.Windows.Forms.TextBox textBoxOrt; private System.Windows.Forms.Label labelOrt; private System.Windows.Forms.ToolStripButton tSBDrucken; private System.Windows.Forms.PictureBox pictureBoxEntwurf; private System.Windows.Forms.ToolStripButton tSBNext; private System.Windows.Forms.StatusStrip statusStrip1; private System.Windows.Forms.Label labelKdnName2; private System.Windows.Forms.TextBox textBoxKndName2; private System.Windows.Forms.Button buttonBewertung; private System.Windows.Forms.PictureBox pictureBoxQRCode; private System.Windows.Forms.Button buttonProgramm; private BrightIdeasSoftware.ObjectListView olvJahresumsatz; private System.Windows.Forms.DataVisualization.Charting.Chart chartJahresumsatz; private System.Windows.Forms.Label labelJahresumsatz; private System.Windows.Forms.Label labelQuartalsumsatz; private System.Windows.Forms.DataVisualization.Charting.Chart chartQuartalsumsatz; private BrightIdeasSoftware.ObjectListView olvQuartalsumsatz; private System.Windows.Forms.Label labelMonatsumsatz; private System.Windows.Forms.DataVisualization.Charting.Chart chartMonatsumsatz; private BrightIdeasSoftware.ObjectListView olvMonatsumsatz; private System.Windows.Forms.ToolStripStatusLabel tSSLabelArtikel; private System.Windows.Forms.ToolStripStatusLabel tSSLabelArtikelAnz; private System.Windows.Forms.TextBox textBoxSuchtext; private System.Windows.Forms.Label label1; private System.Windows.Forms.ComboBox comboBoxAufgabe; private System.Windows.Forms.Label label2; private System.Windows.Forms.Button buttonAufgEnt; private System.Windows.Forms.ToolStripDropDownButton toolStripDropDownNext; private System.Windows.Forms.ToolStripMenuItem nextToolStripMenuItem; private System.Windows.Forms.ContextMenuStrip contextMenuStrip1; private System.Windows.Forms.ToolStripMenuItem nächsterKundeToolStripMenuItem; } }