namespace CommonAIEditor { partial class FormUnitActionDefinition { /// /// 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() { this.button_OK = new System.Windows.Forms.Button(); this.g2DPropertyGrid1 = new CommonFroms.G2D.DataGrid.G2DPropertyGrid(); this.splitContainer1 = new System.Windows.Forms.SplitContainer(); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit(); this.splitContainer1.Panel1.SuspendLayout(); this.splitContainer1.Panel2.SuspendLayout(); this.splitContainer1.SuspendLayout(); this.SuspendLayout(); // // button_OK // this.button_OK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.button_OK.Location = new System.Drawing.Point(733, 23); this.button_OK.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.button_OK.Name = "button_OK"; this.button_OK.Size = new System.Drawing.Size(129, 58); this.button_OK.TabIndex = 6; this.button_OK.Text = "OK"; this.button_OK.UseVisualStyleBackColor = true; this.button_OK.Click += new System.EventHandler(this.button_OK_Click); // // g2DPropertyGrid1 // this.g2DPropertyGrid1.DescriptionAreaHeight = 81; this.g2DPropertyGrid1.DescriptionAreaLineCount = 4; this.g2DPropertyGrid1.Dock = System.Windows.Forms.DockStyle.Fill; this.g2DPropertyGrid1.ImeMode = System.Windows.Forms.ImeMode.On; this.g2DPropertyGrid1.Location = new System.Drawing.Point(0, 0); this.g2DPropertyGrid1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.g2DPropertyGrid1.MinDescriptionAreaLineCount = 5; this.g2DPropertyGrid1.Name = "g2DPropertyGrid1"; this.g2DPropertyGrid1.Size = new System.Drawing.Size(874, 422); this.g2DPropertyGrid1.TabIndex = 0; // // 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.button_OK); this.splitContainer1.Size = new System.Drawing.Size(874, 520); this.splitContainer1.SplitterDistance = 422; this.splitContainer1.TabIndex = 7; // // FormUnitActionDefinition // this.AcceptButton = this.button_OK; this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(874, 520); this.Controls.Add(this.splitContainer1); this.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.Name = "FormUnitActionDefinition"; this.Text = "FormUnitActionDefintion"; 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 CommonFroms.G2D.DataGrid.G2DPropertyGrid g2DPropertyGrid1; private System.Windows.Forms.Button button_OK; private System.Windows.Forms.SplitContainer splitContainer1; } }