namespace CommonFroms.DescAttributeEdit { partial class ValuePanel { /// /// 必需的设计器变量。 /// private System.ComponentModel.IContainer components = null; /// /// 清理所有正在使用的资源。 /// /// 如果应释放托管资源,为 true;否则为 false。 protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region 组件设计器生成的代码 /// /// 设计器支持所需的方法 - 不要 /// 使用代码编辑器修改此方法的内容。 /// private void InitializeComponent() { this.propertyGrid1 = new CommonFroms.G2D.DataGrid.G2DPropertyGrid(); this.SuspendLayout(); // // propertyGrid1 // this.propertyGrid1.CategoryForeColor = System.Drawing.SystemColors.InactiveCaptionText; this.propertyGrid1.DescriptionAreaHeight = 81; this.propertyGrid1.DescriptionAreaLineCount = 5; this.propertyGrid1.Dock = System.Windows.Forms.DockStyle.Fill; this.propertyGrid1.Location = new System.Drawing.Point(0, 0); this.propertyGrid1.MinDescriptionAreaLineCount = 5; this.propertyGrid1.Name = "propertyGrid1"; this.propertyGrid1.PropertySort = System.Windows.Forms.PropertySort.Categorized; this.propertyGrid1.Size = new System.Drawing.Size(500, 506); this.propertyGrid1.TabIndex = 0; // // ValuePanel // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.propertyGrid1); this.ImeMode = System.Windows.Forms.ImeMode.On; this.Name = "ValuePanel"; this.Size = new System.Drawing.Size(500, 506); this.ResumeLayout(false); } #endregion private CommonFroms.G2D.DataGrid.G2DPropertyGrid propertyGrid1; } }