123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125 |
- namespace CommonFroms.G2D
- {
- partial class G2DPropertyDialog<T>
- {
- /// <summary>
- /// 必需的设计器变量。
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// 清理所有正在使用的资源。
- /// </summary>
- /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows 窗体设计器生成的代码
- /// <summary>
- /// 设计器支持所需的方法 - 不要
- /// 使用代码编辑器修改此方法的内容。
- /// </summary>
- private void InitializeComponent()
- {
- this.button1 = new System.Windows.Forms.Button();
- this.button2 = new System.Windows.Forms.Button();
- this.splitContainer1 = new System.Windows.Forms.SplitContainer();
- this.g2DPropertyGrid1 = new CommonFroms.G2D.DataGrid.G2DPropertyGrid();
- ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
- this.splitContainer1.Panel1.SuspendLayout();
- this.splitContainer1.Panel2.SuspendLayout();
- this.splitContainer1.SuspendLayout();
- this.SuspendLayout();
- //
- // button1
- //
- this.button1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
- this.button1.DialogResult = System.Windows.Forms.DialogResult.OK;
- this.button1.Location = new System.Drawing.Point(339, 4);
- this.button1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
- this.button1.Name = "button1";
- this.button1.Size = new System.Drawing.Size(83, 33);
- this.button1.TabIndex = 1;
- this.button1.Text = "OK";
- this.button1.UseVisualStyleBackColor = true;
- //
- // button2
- //
- this.button2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
- this.button2.DialogResult = System.Windows.Forms.DialogResult.Cancel;
- this.button2.Location = new System.Drawing.Point(428, 4);
- this.button2.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
- this.button2.Name = "button2";
- this.button2.Size = new System.Drawing.Size(83, 33);
- this.button2.TabIndex = 2;
- this.button2.Text = "Cancel";
- this.button2.UseVisualStyleBackColor = true;
- //
- // splitContainer1
- //
- this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel2;
- this.splitContainer1.Location = new System.Drawing.Point(0, 0);
- this.splitContainer1.Name = "splitContainer1";
- this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
- //
- // splitContainer1.Panel1
- //
- this.splitContainer1.Panel1.Controls.Add(this.g2DPropertyGrid1);
- //
- // splitContainer1.Panel2
- //
- this.splitContainer1.Panel2.Controls.Add(this.button1);
- this.splitContainer1.Panel2.Controls.Add(this.button2);
- this.splitContainer1.Size = new System.Drawing.Size(514, 458);
- this.splitContainer1.SplitterDistance = 413;
- this.splitContainer1.TabIndex = 5;
- //
- // g2DPropertyGrid1
- //
- this.g2DPropertyGrid1.CategoryForeColor = System.Drawing.SystemColors.InactiveCaptionText;
- this.g2DPropertyGrid1.DescriptionAreaHeight = 91;
- this.g2DPropertyGrid1.DescriptionAreaLineCount = 5;
- this.g2DPropertyGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.g2DPropertyGrid1.Location = new System.Drawing.Point(0, 0);
- this.g2DPropertyGrid1.MinDescriptionAreaLineCount = 5;
- this.g2DPropertyGrid1.Name = "g2DPropertyGrid1";
- this.g2DPropertyGrid1.Size = new System.Drawing.Size(514, 413);
- this.g2DPropertyGrid1.TabIndex = 0;
- //
- // G2DPropertyDialog
- //
- this.AcceptButton = this.button1;
- this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.CancelButton = this.button2;
- this.ClientSize = new System.Drawing.Size(514, 458);
- this.Controls.Add(this.splitContainer1);
- this.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow;
- this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
- this.Name = "G2DPropertyDialog";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "设置";
- this.splitContainer1.Panel1.ResumeLayout(false);
- this.splitContainer1.Panel2.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
- this.splitContainer1.ResumeLayout(false);
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.Button button1;
- private System.Windows.Forms.Button button2;
- private System.Windows.Forms.SplitContainer splitContainer1;
- private DataGrid.G2DPropertyGrid g2DPropertyGrid1;
- }
- }
|