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(); ((System.ComponentModel.ISupportInitialize)(this.objectListViewArtikel)).BeginInit(); this.SuspendLayout(); // // objectListViewArtikel // this.objectListViewArtikel.AlternateRowBackColor = System.Drawing.Color.LightSteelBlue; this.objectListViewArtikel.CellEditUseWholeCell = false; this.objectListViewArtikel.Cursor = System.Windows.Forms.Cursors.Default; this.objectListViewArtikel.Dock = System.Windows.Forms.DockStyle.Fill; this.objectListViewArtikel.FullRowSelect = true; this.objectListViewArtikel.GridLines = true; this.objectListViewArtikel.HideSelection = false; this.objectListViewArtikel.Location = new System.Drawing.Point(0, 0); 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(860, 496); 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.AfterCreatingGroups += new System.EventHandler(this.objectListViewArtikel_AfterCreatingGroups); this.objectListViewArtikel.ButtonClick += new System.EventHandler(this.objectListViewArtikel_ButtonClick); // // FormArtikelVW // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 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(860, 496); this.Controls.Add(this.objectListViewArtikel); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "FormArtikelVW"; this.Text = "ARTIKELVERWALTUNG"; this.Load += new System.EventHandler(this.FormArtikelVW_Load); ((System.ComponentModel.ISupportInitialize)(this.objectListViewArtikel)).EndInit(); this.ResumeLayout(false); } #endregion private BrightIdeasSoftware.ObjectListView objectListViewArtikel; } }