/// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.TableLayoutPanel          tableLayoutPanel1;
     Getränkeabrechnung.Ansicht.StornoKnopfRenderer stornoKnopfRenderer1;
     System.Windows.Forms.TableLayoutPanel          tableLayoutPanel2;
     this.Einkäufeliste         = new BrightIdeasSoftware.ObjectListView();
     this.Rechnungsnummerspalte = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn()));
     this.DatumSpalte           = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn()));
     this.BetragSpalte          = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn()));
     this.KontoSpalte           = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn()));
     this.AbrechnungSpalte      = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn()));
     this.EinkaufLöschenSpalte  = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn()));
     this.Positionenliste       = new BrightIdeasSoftware.ObjectListView();
     this.ProduktSpalte         = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn()));
     this.AnzahlSpalte          = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn()));
     this.PositionLöschenSpalte = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn()));
     this.RechnungsnummberBox   = new System.Windows.Forms.TextBox();
     this.DatumBox          = new System.Windows.Forms.DateTimePicker();
     this.NeuerEinkaufKnopf = new System.Windows.Forms.Button();
     this.BetragBox         = new Getränkeabrechnung.Ansicht.BetragBox();
     this.KontoBox          = new Getränkeabrechnung.Ansicht.KontoBox();
     this.NeuePositonPanel  = new System.Windows.Forms.TableLayoutPanel();
     this.AnzahlBox         = new System.Windows.Forms.NumericUpDown();
     this.NeuePositionKnopf = new System.Windows.Forms.Button();
     this.ProduktBox        = new Getränkeabrechnung.Ansicht.ProduktBox();
     tableLayoutPanel1      = new System.Windows.Forms.TableLayoutPanel();
     stornoKnopfRenderer1   = new Getränkeabrechnung.Ansicht.StornoKnopfRenderer();
     tableLayoutPanel2      = new System.Windows.Forms.TableLayoutPanel();
     tableLayoutPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.Einkäufeliste)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.Positionenliste)).BeginInit();
     tableLayoutPanel2.SuspendLayout();
     this.NeuePositonPanel.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.AnzahlBox)).BeginInit();
     this.SuspendLayout();
     //
     // tableLayoutPanel1
     //
     tableLayoutPanel1.ColumnCount = 2;
     tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 70F));
     tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 30F));
     tableLayoutPanel1.Controls.Add(this.Einkäufeliste, 0, 0);
     tableLayoutPanel1.Controls.Add(this.Positionenliste, 1, 0);
     tableLayoutPanel1.Controls.Add(tableLayoutPanel2, 0, 1);
     tableLayoutPanel1.Controls.Add(this.NeuePositonPanel, 1, 1);
     tableLayoutPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
     tableLayoutPanel1.Name     = "tableLayoutPanel1";
     tableLayoutPanel1.Padding  = new System.Windows.Forms.Padding(7);
     tableLayoutPanel1.RowCount = 2;
     tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 26F));
     tableLayoutPanel1.Size     = new System.Drawing.Size(784, 461);
     tableLayoutPanel1.TabIndex = 0;
     //
     // Einkäufeliste
     //
     this.Einkäufeliste.AllColumns.Add(this.Rechnungsnummerspalte);
     this.Einkäufeliste.AllColumns.Add(this.DatumSpalte);
     this.Einkäufeliste.AllColumns.Add(this.BetragSpalte);
     this.Einkäufeliste.AllColumns.Add(this.KontoSpalte);
     this.Einkäufeliste.AllColumns.Add(this.AbrechnungSpalte);
     this.Einkäufeliste.AllColumns.Add(this.EinkaufLöschenSpalte);
     this.Einkäufeliste.AlternateRowBackColor = System.Drawing.SystemColors.ButtonFace;
     this.Einkäufeliste.CellEditActivation    = BrightIdeasSoftware.ObjectListView.CellEditActivateMode.DoubleClick;
     this.Einkäufeliste.CellEditUseWholeCell  = false;
     this.Einkäufeliste.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.Rechnungsnummerspalte,
         this.DatumSpalte,
         this.BetragSpalte,
         this.KontoSpalte,
         this.AbrechnungSpalte,
         this.EinkaufLöschenSpalte
     });
     this.Einkäufeliste.Cursor                          = System.Windows.Forms.Cursors.Default;
     this.Einkäufeliste.Dock                            = System.Windows.Forms.DockStyle.Fill;
     this.Einkäufeliste.FullRowSelect                   = true;
     this.Einkäufeliste.HideSelection                   = false;
     this.Einkäufeliste.Location                        = new System.Drawing.Point(10, 10);
     this.Einkäufeliste.Margin                          = new System.Windows.Forms.Padding(3, 3, 17, 3);
     this.Einkäufeliste.MultiSelect                     = false;
     this.Einkäufeliste.Name                            = "Einkäufeliste";
     this.Einkäufeliste.RowHeight                       = 20;
     this.Einkäufeliste.ShowGroups                      = false;
     this.Einkäufeliste.Size                            = new System.Drawing.Size(519, 415);
     this.Einkäufeliste.TabIndex                        = 0;
     this.Einkäufeliste.UseAlternatingBackColors        = true;
     this.Einkäufeliste.UseCompatibleStateImageBehavior = false;
     this.Einkäufeliste.View                            = System.Windows.Forms.View.Details;
     this.Einkäufeliste.ButtonClick                    += new System.EventHandler <BrightIdeasSoftware.CellClickEventArgs>(this.Einkäufeliste_ButtonClick);
     this.Einkäufeliste.CellEditFinished               += new BrightIdeasSoftware.CellEditEventHandler(this.Einkäufeliste_CellEditFinished);
     this.Einkäufeliste.CellEditStarting               += new BrightIdeasSoftware.CellEditEventHandler(this.Einkäufeliste_CellEditStarting);
     this.Einkäufeliste.SelectionChanged               += new System.EventHandler(this.Einkäufeliste_SelectionChanged);
     //
     // Rechnungsnummerspalte
     //
     this.Rechnungsnummerspalte.AspectName           = "Rechnungsnummer";
     this.Rechnungsnummerspalte.AspectToStringFormat = "{0}";
     this.Rechnungsnummerspalte.CellEditUseWholeCell = true;
     this.Rechnungsnummerspalte.FillsFreeSpace       = true;
     this.Rechnungsnummerspalte.Text = "Rechnungsnummer";
     //
     // DatumSpalte
     //
     this.DatumSpalte.AspectName           = "Zeitpunkt";
     this.DatumSpalte.AspectToStringFormat = "{0:d}";
     this.DatumSpalte.CellEditUseWholeCell = true;
     this.DatumSpalte.Text  = "Datum";
     this.DatumSpalte.Width = 80;
     //
     // BetragSpalte
     //
     this.BetragSpalte.AspectName           = "Betrag";
     this.BetragSpalte.AspectToStringFormat = "{0:C}";
     this.BetragSpalte.CellEditUseWholeCell = true;
     this.BetragSpalte.IsEditable           = false;
     this.BetragSpalte.Text      = "Betrag";
     this.BetragSpalte.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.BetragSpalte.Width     = 80;
     //
     // KontoSpalte
     //
     this.KontoSpalte.AspectName = "Überweisung";
     this.KontoSpalte.Text       = "Konto";
     //
     // AbrechnungSpalte
     //
     this.AbrechnungSpalte.AspectName = "Abrechnung";
     this.AbrechnungSpalte.IsEditable = false;
     this.AbrechnungSpalte.Text       = "Abrechnung";
     this.AbrechnungSpalte.Width      = 120;
     //
     // EinkaufLöschenSpalte
     //
     this.EinkaufLöschenSpalte.AspectName = "Abrechnung";
     this.EinkaufLöschenSpalte.IsButton   = true;
     this.EinkaufLöschenSpalte.Renderer   = stornoKnopfRenderer1;
     this.EinkaufLöschenSpalte.Text       = "";
     this.EinkaufLöschenSpalte.Width      = 65;
     //
     // stornoKnopfRenderer1
     //
     stornoKnopfRenderer1.ButtonPadding = new System.Drawing.Size(10, 10);
     //
     // Positionenliste
     //
     this.Positionenliste.AllColumns.Add(this.ProduktSpalte);
     this.Positionenliste.AllColumns.Add(this.AnzahlSpalte);
     this.Positionenliste.AllColumns.Add(this.PositionLöschenSpalte);
     this.Positionenliste.CellEditActivation   = BrightIdeasSoftware.ObjectListView.CellEditActivateMode.DoubleClick;
     this.Positionenliste.CellEditUseWholeCell = false;
     this.Positionenliste.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.ProduktSpalte,
         this.AnzahlSpalte,
         this.PositionLöschenSpalte
     });
     this.Positionenliste.Cursor        = System.Windows.Forms.Cursors.Default;
     this.Positionenliste.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.Positionenliste.Enabled       = false;
     this.Positionenliste.FullRowSelect = true;
     this.Positionenliste.Location      = new System.Drawing.Point(549, 10);
     this.Positionenliste.Name          = "Positionenliste";
     this.Positionenliste.RowHeight     = 20;
     this.Positionenliste.ShowGroups    = false;
     this.Positionenliste.Size          = new System.Drawing.Size(225, 415);
     this.Positionenliste.TabIndex      = 1;
     this.Positionenliste.UseCompatibleStateImageBehavior = false;
     this.Positionenliste.View              = System.Windows.Forms.View.Details;
     this.Positionenliste.ButtonClick      += new System.EventHandler <BrightIdeasSoftware.CellClickEventArgs>(this.Positionenliste_ButtonClick);
     this.Positionenliste.CellEditStarting += new BrightIdeasSoftware.CellEditEventHandler(this.Positionenliste_CellEditStarting);
     //
     // ProduktSpalte
     //
     this.ProduktSpalte.AspectName           = "Kastengröße";
     this.ProduktSpalte.CellEditUseWholeCell = true;
     this.ProduktSpalte.FillsFreeSpace       = true;
     this.ProduktSpalte.Text = "Produkt";
     //
     // AnzahlSpalte
     //
     this.AnzahlSpalte.AspectName           = "AnzahlKästen";
     this.AnzahlSpalte.AspectToStringFormat = "{0}";
     this.AnzahlSpalte.CellEditUseWholeCell = true;
     this.AnzahlSpalte.Text      = "Anzahl";
     this.AnzahlSpalte.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // PositionLöschenSpalte
     //
     this.PositionLöschenSpalte.AspectName = "Einkauf";
     this.PositionLöschenSpalte.IsButton   = true;
     this.PositionLöschenSpalte.Renderer   = stornoKnopfRenderer1;
     this.PositionLöschenSpalte.Text       = "";
     //
     // tableLayoutPanel2
     //
     tableLayoutPanel2.ColumnCount = 6;
     tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 80F));
     tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 80F));
     tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 80F));
     tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 65F));
     tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 120F));
     tableLayoutPanel2.Controls.Add(this.RechnungsnummberBox, 0, 0);
     tableLayoutPanel2.Controls.Add(this.DatumBox, 1, 0);
     tableLayoutPanel2.Controls.Add(this.NeuerEinkaufKnopf, 4, 0);
     tableLayoutPanel2.Controls.Add(this.BetragBox, 2, 0);
     tableLayoutPanel2.Controls.Add(this.KontoBox, 3, 0);
     tableLayoutPanel2.Dock     = System.Windows.Forms.DockStyle.Fill;
     tableLayoutPanel2.Location = new System.Drawing.Point(7, 428);
     tableLayoutPanel2.Margin   = new System.Windows.Forms.Padding(0, 0, 17, 0);
     tableLayoutPanel2.Name     = "tableLayoutPanel2";
     tableLayoutPanel2.RowCount = 1;
     tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     tableLayoutPanel2.Size     = new System.Drawing.Size(522, 26);
     tableLayoutPanel2.TabIndex = 2;
     //
     // RechnungsnummberBox
     //
     this.RechnungsnummberBox.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
     this.RechnungsnummberBox.Location = new System.Drawing.Point(3, 3);
     this.RechnungsnummberBox.Name     = "RechnungsnummberBox";
     this.RechnungsnummberBox.Size     = new System.Drawing.Size(91, 20);
     this.RechnungsnummberBox.TabIndex = 0;
     //
     // DatumBox
     //
     this.DatumBox.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
     this.DatumBox.Format   = System.Windows.Forms.DateTimePickerFormat.Short;
     this.DatumBox.Location = new System.Drawing.Point(100, 3);
     this.DatumBox.Name     = "DatumBox";
     this.DatumBox.Size     = new System.Drawing.Size(74, 20);
     this.DatumBox.TabIndex = 1;
     //
     // NeuerEinkaufKnopf
     //
     this.NeuerEinkaufKnopf.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.NeuerEinkaufKnopf.Location = new System.Drawing.Point(340, 0);
     this.NeuerEinkaufKnopf.Margin   = new System.Windows.Forms.Padding(3, 0, 3, 0);
     this.NeuerEinkaufKnopf.Name     = "NeuerEinkaufKnopf";
     this.NeuerEinkaufKnopf.Size     = new System.Drawing.Size(59, 26);
     this.NeuerEinkaufKnopf.TabIndex = 3;
     this.NeuerEinkaufKnopf.Text     = "+";
     this.NeuerEinkaufKnopf.UseVisualStyleBackColor = true;
     this.NeuerEinkaufKnopf.Click += new System.EventHandler(this.NeuerEinkaufKnopf_Click);
     //
     // BetragBox
     //
     this.BetragBox.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
     this.BetragBox.Location  = new System.Drawing.Point(180, 3);
     this.BetragBox.Name      = "BetragBox";
     this.BetragBox.Size      = new System.Drawing.Size(74, 20);
     this.BetragBox.TabIndex  = 4;
     this.BetragBox.Text      = "0,00 €";
     this.BetragBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // KontoBox
     //
     this.KontoBox.Anchor            = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
     this.KontoBox.DisplayMember     = "Name";
     this.KontoBox.Filter            = null;
     this.KontoBox.FormattingEnabled = true;
     this.KontoBox.Kontosteuerung    = null;
     this.KontoBox.Location          = new System.Drawing.Point(260, 3);
     this.KontoBox.Name     = "KontoBox";
     this.KontoBox.Size     = new System.Drawing.Size(74, 21);
     this.KontoBox.TabIndex = 5;
     //
     // NeuePositonPanel
     //
     this.NeuePositonPanel.ColumnCount = 3;
     this.NeuePositonPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.NeuePositonPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 60F));
     this.NeuePositonPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 65F));
     this.NeuePositonPanel.Controls.Add(this.AnzahlBox, 1, 0);
     this.NeuePositonPanel.Controls.Add(this.NeuePositionKnopf, 2, 0);
     this.NeuePositonPanel.Controls.Add(this.ProduktBox, 0, 0);
     this.NeuePositonPanel.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.NeuePositonPanel.Enabled  = false;
     this.NeuePositonPanel.Location = new System.Drawing.Point(546, 428);
     this.NeuePositonPanel.Margin   = new System.Windows.Forms.Padding(0);
     this.NeuePositonPanel.Name     = "NeuePositonPanel";
     this.NeuePositonPanel.RowCount = 1;
     this.NeuePositonPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.NeuePositonPanel.Size     = new System.Drawing.Size(231, 26);
     this.NeuePositonPanel.TabIndex = 3;
     //
     // AnzahlBox
     //
     this.AnzahlBox.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
     this.AnzahlBox.Location = new System.Drawing.Point(109, 3);
     this.AnzahlBox.Minimum  = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.AnzahlBox.Name      = "AnzahlBox";
     this.AnzahlBox.Size      = new System.Drawing.Size(54, 20);
     this.AnzahlBox.TabIndex  = 0;
     this.AnzahlBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.AnzahlBox.Value     = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     //
     // NeuePositionKnopf
     //
     this.NeuePositionKnopf.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.NeuePositionKnopf.Location = new System.Drawing.Point(169, 0);
     this.NeuePositionKnopf.Margin   = new System.Windows.Forms.Padding(3, 0, 3, 0);
     this.NeuePositionKnopf.Name     = "NeuePositionKnopf";
     this.NeuePositionKnopf.Size     = new System.Drawing.Size(59, 26);
     this.NeuePositionKnopf.TabIndex = 1;
     this.NeuePositionKnopf.Text     = "+";
     this.NeuePositionKnopf.UseVisualStyleBackColor = true;
     this.NeuePositionKnopf.Click += new System.EventHandler(this.NeuePositionKnopf_Click);
     //
     // ProduktBox
     //
     this.ProduktBox.Anchor                = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
     this.ProduktBox.DisplayMember         = "Anzeigename";
     this.ProduktBox.Filter                = null;
     this.ProduktBox.FormattingEnabled     = true;
     this.ProduktBox.Kastengröße           = null;
     this.ProduktBox.Kastengrößensteuerung = null;
     this.ProduktBox.Location              = new System.Drawing.Point(3, 3);
     this.ProduktBox.Name     = "ProduktBox";
     this.ProduktBox.Size     = new System.Drawing.Size(100, 21);
     this.ProduktBox.TabIndex = 2;
     //
     // Einkäufefenster
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.ClientSize          = new System.Drawing.Size(784, 461);
     this.Controls.Add(tableLayoutPanel1);
     this.Name         = "Einkäufefenster";
     this.Text         = "Einkäufe";
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Einkäufefenster_FormClosing);
     this.Load        += new System.EventHandler(this.Einkäufefenster_Load);
     tableLayoutPanel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.Einkäufeliste)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.Positionenliste)).EndInit();
     tableLayoutPanel2.ResumeLayout(false);
     tableLayoutPanel2.PerformLayout();
     this.NeuePositonPanel.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.AnzahlBox)).EndInit();
     this.ResumeLayout(false);
 }
예제 #2
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Getränkeabrechnung.Ansicht.StornoKnopfRenderer stornoKnopfRenderer1;
     System.Windows.Forms.ContextMenuStrip          contextMenuStrip1;
     this.NeuesProduktKnopf   = new System.Windows.Forms.ToolStripMenuItem();
     this.UnterproduktKnopf   = new System.Windows.Forms.ToolStripMenuItem();
     this.ToolTip             = new System.Windows.Forms.ToolTip(this.components);
     this.ProduktListe        = new BrightIdeasSoftware.TreeListView();
     this.NameSpalte          = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn()));
     this.KastengrößeSpalte   = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn()));
     this.EinkaufspreisSpalte = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn()));
     this.PfandSpalte         = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn()));
     this.PreisSpalte         = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn()));
     this.PositionSpalte      = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn()));
     this.VerstecktSpalte     = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn()));
     this.olvColumn1          = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn()));
     stornoKnopfRenderer1     = new Getränkeabrechnung.Ansicht.StornoKnopfRenderer();
     contextMenuStrip1        = new System.Windows.Forms.ContextMenuStrip(this.components);
     contextMenuStrip1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ProduktListe)).BeginInit();
     this.SuspendLayout();
     //
     // stornoKnopfRenderer1
     //
     stornoKnopfRenderer1.ButtonPadding = new System.Drawing.Size(10, 10);
     //
     // contextMenuStrip1
     //
     contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.NeuesProduktKnopf,
         this.UnterproduktKnopf
     });
     contextMenuStrip1.Name     = "contextMenuStrip1";
     contextMenuStrip1.Size     = new System.Drawing.Size(172, 48);
     contextMenuStrip1.Opening += new System.ComponentModel.CancelEventHandler(this.contextMenuStrip1_Opening);
     //
     // NeuesProduktKnopf
     //
     this.NeuesProduktKnopf.Name   = "NeuesProduktKnopf";
     this.NeuesProduktKnopf.Size   = new System.Drawing.Size(171, 22);
     this.NeuesProduktKnopf.Text   = "Neues Produkt";
     this.NeuesProduktKnopf.Click += new System.EventHandler(this.NeuesProduktKnopf_Click);
     //
     // UnterproduktKnopf
     //
     this.UnterproduktKnopf.Name   = "UnterproduktKnopf";
     this.UnterproduktKnopf.Size   = new System.Drawing.Size(171, 22);
     this.UnterproduktKnopf.Text   = "Neue Kastengröße";
     this.UnterproduktKnopf.Click += new System.EventHandler(this.UnterproduktKnopf_Click);
     //
     // ToolTip
     //
     this.ToolTip.AutoPopDelay = 6000;
     this.ToolTip.InitialDelay = 500;
     this.ToolTip.ReshowDelay  = 100;
     this.ToolTip.ShowAlways   = true;
     this.ToolTip.UseAnimation = false;
     this.ToolTip.UseFading    = false;
     //
     // ProduktListe
     //
     this.ProduktListe.AllColumns.Add(this.NameSpalte);
     this.ProduktListe.AllColumns.Add(this.KastengrößeSpalte);
     this.ProduktListe.AllColumns.Add(this.EinkaufspreisSpalte);
     this.ProduktListe.AllColumns.Add(this.PfandSpalte);
     this.ProduktListe.AllColumns.Add(this.PreisSpalte);
     this.ProduktListe.AllColumns.Add(this.PositionSpalte);
     this.ProduktListe.AllColumns.Add(this.VerstecktSpalte);
     this.ProduktListe.AlternateRowBackColor = System.Drawing.SystemColors.ButtonFace;
     this.ProduktListe.CellEditActivation    = BrightIdeasSoftware.ObjectListView.CellEditActivateMode.DoubleClick;
     this.ProduktListe.CellEditUseWholeCell  = false;
     this.ProduktListe.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.NameSpalte,
         this.KastengrößeSpalte,
         this.EinkaufspreisSpalte,
         this.PfandSpalte,
         this.PreisSpalte,
         this.PositionSpalte,
         this.VerstecktSpalte
     });
     this.ProduktListe.ContextMenuStrip                   = contextMenuStrip1;
     this.ProduktListe.Cursor                             = System.Windows.Forms.Cursors.Default;
     this.ProduktListe.Dock                               = System.Windows.Forms.DockStyle.Fill;
     this.ProduktListe.FullRowSelect                      = true;
     this.ProduktListe.Location                           = new System.Drawing.Point(10, 10);
     this.ProduktListe.MultiSelect                        = false;
     this.ProduktListe.Name                               = "ProduktListe";
     this.ProduktListe.RowHeight                          = 20;
     this.ProduktListe.SelectColumnsOnRightClick          = false;
     this.ProduktListe.SelectColumnsOnRightClickBehaviour = BrightIdeasSoftware.ObjectListView.ColumnSelectBehaviour.None;
     this.ProduktListe.ShowFilterMenuOnRightClick         = false;
     this.ProduktListe.ShowGroups                         = false;
     this.ProduktListe.Size                               = new System.Drawing.Size(574, 429);
     this.ProduktListe.TabIndex                           = 1;
     this.ProduktListe.UseAlternatingBackColors           = true;
     this.ProduktListe.UseCompatibleStateImageBehavior    = false;
     this.ProduktListe.UseFiltering                       = true;
     this.ProduktListe.View                               = System.Windows.Forms.View.Details;
     this.ProduktListe.VirtualMode                        = true;
     this.ProduktListe.ButtonClick                       += new System.EventHandler <BrightIdeasSoftware.CellClickEventArgs>(this.ProduktListe_ButtonClick);
     this.ProduktListe.CellEditFinished                  += new BrightIdeasSoftware.CellEditEventHandler(this.ProduktListe_CellEditFinished);
     this.ProduktListe.CellEditStarting                  += new BrightIdeasSoftware.CellEditEventHandler(this.ProduktListe_CellEditStarting);
     this.ProduktListe.CellToolTipShowing                += new System.EventHandler <BrightIdeasSoftware.ToolTipShowingEventArgs>(this.ProduktListe_CellToolTipShowing);
     //
     // NameSpalte
     //
     this.NameSpalte.AspectName           = "Name";
     this.NameSpalte.AspectToStringFormat = "{0}";
     this.NameSpalte.CellEditUseWholeCell = true;
     this.NameSpalte.FillsFreeSpace       = true;
     this.NameSpalte.Text = "Name";
     //
     // KastengrößeSpalte
     //
     this.KastengrößeSpalte.AspectName           = "Größe";
     this.KastengrößeSpalte.CellEditUseWholeCell = true;
     this.KastengrößeSpalte.Text      = "Flaschen";
     this.KastengrößeSpalte.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // EinkaufspreisSpalte
     //
     this.EinkaufspreisSpalte.AspectName           = "Einkaufspreis";
     this.EinkaufspreisSpalte.AspectToStringFormat = "{0:C}";
     this.EinkaufspreisSpalte.CellEditUseWholeCell = true;
     this.EinkaufspreisSpalte.Text      = "Einkaufspreis";
     this.EinkaufspreisSpalte.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // PfandSpalte
     //
     this.PfandSpalte.AspectName           = "Pfand";
     this.PfandSpalte.AspectToStringFormat = "{0:C}";
     this.PfandSpalte.Text      = "Pfand";
     this.PfandSpalte.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // PreisSpalte
     //
     this.PreisSpalte.AspectName           = "Verkaufspreis";
     this.PreisSpalte.AspectToStringFormat = "{0:C}";
     this.PreisSpalte.CellEditUseWholeCell = true;
     this.PreisSpalte.Text      = "Preis";
     this.PreisSpalte.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // PositionSpalte
     //
     this.PositionSpalte.AspectName           = "Listenposition";
     this.PositionSpalte.CellEditUseWholeCell = true;
     this.PositionSpalte.Text      = "Position";
     this.PositionSpalte.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // VerstecktSpalte
     //
     this.VerstecktSpalte.IsButton = true;
     this.VerstecktSpalte.Renderer = stornoKnopfRenderer1;
     this.VerstecktSpalte.Text     = "";
     this.VerstecktSpalte.Width    = 65;
     //
     // olvColumn1
     //
     this.olvColumn1.AspectName           = "Name";
     this.olvColumn1.AspectToStringFormat = "{0}";
     this.olvColumn1.CellEditUseWholeCell = true;
     this.olvColumn1.FillsFreeSpace       = true;
     this.olvColumn1.Text = "Name";
     //
     // Produktfenster
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.ClientSize          = new System.Drawing.Size(594, 449);
     this.Controls.Add(this.ProduktListe);
     this.Name         = "Produktfenster";
     this.Padding      = new System.Windows.Forms.Padding(10);
     this.Text         = "Produkte";
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Produktfenster_FormClosing);
     this.Load        += new System.EventHandler(this.Produktfenster_Load);
     contextMenuStrip1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ProduktListe)).EndInit();
     this.ResumeLayout(false);
 }