// ------------------------------------------------------------------------------ // // This code was generated by a tool. // Mono Runtime Version: 2.0.50727.42 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // // ------------------------------------------------------------------------------ namespace mwf_designer { #region Windows Form Designer generated code public partial class PropertyGrid { private void InitializeComponent() { this._componentsCombo = new System.Windows.Forms.ComboBox(); this._propertyGrid = new System.Windows.Forms.PropertyGrid(); // // _componentsCombo // this._componentsCombo.Name = "_componentsCombo"; this._componentsCombo.FormattingEnabled = true; this._componentsCombo.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Tile; this._componentsCombo.DropDownWidth = 256; this._componentsCombo.Dock = System.Windows.Forms.DockStyle.Top; this._componentsCombo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this._componentsCombo.Size = new System.Drawing.Size(256, 21); this._componentsCombo.BackColor = System.Drawing.SystemColors.Window; this._componentsCombo.TabIndex = 1; this._componentsCombo.Text = ""; this._componentsCombo.BackgroundImage = null; this._componentsCombo.ItemHeight = 15; // // _propertyGrid // this._propertyGrid.Name = "_propertyGrid"; this._propertyGrid.CommandsBackColor = System.Drawing.Color.Empty; this._propertyGrid.PropertySort = System.Windows.Forms.PropertySort.Categorized; this._propertyGrid.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Tile; this._propertyGrid.CommandsLinkColor = System.Drawing.Color.Empty; this._propertyGrid.AutoScroll = false; this._propertyGrid.CategoryForeColor = System.Drawing.SystemColors.ScrollBar; this._propertyGrid.Location = new System.Drawing.Point(0, 21); this._propertyGrid.HelpBackColor = System.Drawing.SystemColors.Control; this._propertyGrid.CommandsActiveLinkColor = System.Drawing.Color.Empty; this._propertyGrid.CommandsForeColor = System.Drawing.Color.Empty; this._propertyGrid.TabIndex = 2; this._propertyGrid.ViewBackColor = System.Drawing.SystemColors.Window; this._propertyGrid.Dock = System.Windows.Forms.DockStyle.Fill; this._propertyGrid.Size = new System.Drawing.Size(256, 390); this._propertyGrid.CommandsVisibleIfAvailable = false; this._propertyGrid.HelpForeColor = System.Drawing.SystemColors.ControlText; this._propertyGrid.BackColor = System.Drawing.Color.White; this._propertyGrid.LineColor = System.Drawing.SystemColors.ScrollBar; this._propertyGrid.ViewForeColor = System.Drawing.SystemColors.ControlText; this._propertyGrid.BackgroundImage = null; this._propertyGrid.CommandsDisabledLinkColor = System.Drawing.Color.Empty; // // PropertyGrid // this.Name = "PropertyGrid"; this.TabIndex = 0; this.Controls.Add(this._propertyGrid); this.Controls.Add(this._componentsCombo); this.Size = new System.Drawing.Size(256, 411); this.BackColor = System.Drawing.Color.White; this.AutoSize = false; } private System.Windows.Forms.ComboBox _componentsCombo; private System.Windows.Forms.PropertyGrid _propertyGrid; } #endregion }