namespace Deckungsbeitrag { partial class FormArtikelVW { /// /// 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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormArtikelVW)); this.objectListViewArtikel = new BrightIdeasSoftware.ObjectListView(); this.fLPSuche = new System.Windows.Forms.FlowLayoutPanel(); this.comboBoxArtikel = new System.Windows.Forms.ComboBox(); ((System.ComponentModel.ISupportInitialize)(this.objectListViewArtikel)).BeginInit(); this.fLPSuche.SuspendLayout(); this.SuspendLayout(); // // objectListViewArtikel // this.objectListViewArtikel.AlternateRowBackColor = System.Drawing.Color.LightSteelBlue; this.objectListViewArtikel.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.objectListViewArtikel.CellEditActivation = BrightIdeasSoftware.ObjectListView.CellEditActivateMode.SingleClick; this.objectListViewArtikel.CellEditEnterChangesRows = true; this.objectListViewArtikel.CellEditUseWholeCell = false; this.objectListViewArtikel.Cursor = System.Windows.Forms.Cursors.Default; this.objectListViewArtikel.FullRowSelect = true; this.objectListViewArtikel.GridLines = true; this.objectListViewArtikel.HideSelection = false; this.objectListViewArtikel.Location = new System.Drawing.Point(271, 0); this.objectListViewArtikel.Margin = new System.Windows.Forms.Padding(4); this.objectListViewArtikel.MultiSelect = false; this.objectListViewArtikel.Name = "objectListViewArtikel"; this.objectListViewArtikel.SelectColumnsOnRightClick = false; this.objectListViewArtikel.SelectColumnsOnRightClickBehaviour = BrightIdeasSoftware.ObjectListView.ColumnSelectBehaviour.None; this.objectListViewArtikel.Size = new System.Drawing.Size(876, 610); this.objectListViewArtikel.TabIndex = 0; this.objectListViewArtikel.UseAlternatingBackColors = true; this.objectListViewArtikel.UseCompatibleStateImageBehavior = false; this.objectListViewArtikel.UseFiltering = true; this.objectListViewArtikel.View = System.Windows.Forms.View.Details; this.objectListViewArtikel.ButtonClick += new System.EventHandler(this.objectListViewArtikel_ButtonClick); this.objectListViewArtikel.CellEditFinished += new BrightIdeasSoftware.CellEditEventHandler(this.objectListViewArtikel_CellEditFinished); this.objectListViewArtikel.CellEditStarting += new BrightIdeasSoftware.CellEditEventHandler(this.objectListViewArtikel_CellEditStarting); this.objectListViewArtikel.Resize += new System.EventHandler(this.objectListViewArtikel_Resize); // // fLPSuche // this.fLPSuche.Controls.Add(this.comboBoxArtikel); this.fLPSuche.Dock = System.Windows.Forms.DockStyle.Left; this.fLPSuche.Location = new System.Drawing.Point(0, 0); this.fLPSuche.Name = "fLPSuche"; this.fLPSuche.Size = new System.Drawing.Size(264, 610); this.fLPSuche.TabIndex = 1; // // comboBoxArtikel // this.comboBoxArtikel.Dock = System.Windows.Forms.DockStyle.Top; this.comboBoxArtikel.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboBoxArtikel.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.comboBoxArtikel.FormattingEnabled = true; this.comboBoxArtikel.Location = new System.Drawing.Point(3, 3); this.comboBoxArtikel.Name = "comboBoxArtikel"; this.comboBoxArtikel.Size = new System.Drawing.Size(261, 33); this.comboBoxArtikel.TabIndex = 0; this.comboBoxArtikel.SelectedIndexChanged += new System.EventHandler(this.comboBoxArtikel_SelectedIndexChanged); // // FormArtikelVW // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(53)))), ((int)(((byte)(101))))); this.ClientSize = new System.Drawing.Size(1147, 610); this.Controls.Add(this.fLPSuche); this.Controls.Add(this.objectListViewArtikel); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Margin = new System.Windows.Forms.Padding(4); this.Name = "FormArtikelVW"; this.Text = "ARTIKELVERWALTUNG"; this.Load += new System.EventHandler(this.FormArtikelVW_Load); ((System.ComponentModel.ISupportInitialize)(this.objectListViewArtikel)).EndInit(); this.fLPSuche.ResumeLayout(false); this.ResumeLayout(false); } #endregion private BrightIdeasSoftware.ObjectListView objectListViewArtikel; private System.Windows.Forms.FlowLayoutPanel fLPSuche; private System.Windows.Forms.ComboBox comboBoxArtikel; } }