12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 |
- namespace CommonFroms.DescAttributeEdit
- {
- partial class ValuePanel
- {
-
-
-
- private System.ComponentModel.IContainer components = null;
-
-
-
-
- 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();
-
-
-
- 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;
-
-
-
- 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;
- }
- }
|