namespace CommonAIEditor.Scene { partial class SceneVarDialog { /// /// 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.btn_OK = new System.Windows.Forms.Button(); this.btn_Cancel = new System.Windows.Forms.Button(); this.label1 = new System.Windows.Forms.Label(); this.textBox1 = new System.Windows.Forms.TextBox(); this.comboBox1 = new System.Windows.Forms.ComboBox(); this.label2 = new System.Windows.Forms.Label(); this.richTextBox1 = new System.Windows.Forms.RichTextBox(); this.splitContainer1 = new System.Windows.Forms.SplitContainer(); this.chk_Sync = new System.Windows.Forms.CheckBox(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.panel1 = new System.Windows.Forms.Panel(); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit(); this.splitContainer1.Panel1.SuspendLayout(); this.splitContainer1.Panel2.SuspendLayout(); this.splitContainer1.SuspendLayout(); this.groupBox1.SuspendLayout(); this.panel1.SuspendLayout(); this.SuspendLayout(); // // btn_OK // this.btn_OK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btn_OK.DialogResult = System.Windows.Forms.DialogResult.OK; this.btn_OK.Location = new System.Drawing.Point(367, 33); this.btn_OK.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.btn_OK.Name = "btn_OK"; this.btn_OK.Size = new System.Drawing.Size(87, 33); this.btn_OK.TabIndex = 0; this.btn_OK.Text = "确定"; this.btn_OK.UseVisualStyleBackColor = true; this.btn_OK.Click += new System.EventHandler(this.btn_OK_Click); // // btn_Cancel // this.btn_Cancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btn_Cancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.btn_Cancel.Location = new System.Drawing.Point(274, 33); this.btn_Cancel.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.btn_Cancel.Name = "btn_Cancel"; this.btn_Cancel.Size = new System.Drawing.Size(87, 33); this.btn_Cancel.TabIndex = 1; this.btn_Cancel.Text = "取消"; this.btn_Cancel.UseVisualStyleBackColor = true; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(28, 14); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(51, 17); this.label1.TabIndex = 2; this.label1.Text = "变量名 :"; this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // textBox1 // this.textBox1.Location = new System.Drawing.Point(94, 11); this.textBox1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.textBox1.Name = "textBox1"; this.textBox1.Size = new System.Drawing.Size(298, 23); this.textBox1.TabIndex = 3; // // comboBox1 // this.comboBox1.FormattingEnabled = true; this.comboBox1.Location = new System.Drawing.Point(94, 42); this.comboBox1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.comboBox1.Name = "comboBox1"; this.comboBox1.Size = new System.Drawing.Size(185, 25); this.comboBox1.TabIndex = 4; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(16, 45); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(63, 17); this.label2.TabIndex = 5; this.label2.Text = "变量类型 :"; this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // richTextBox1 // this.richTextBox1.Cursor = System.Windows.Forms.Cursors.Hand; this.richTextBox1.Dock = System.Windows.Forms.DockStyle.Fill; this.richTextBox1.ForeColor = System.Drawing.Color.Blue; this.richTextBox1.Location = new System.Drawing.Point(3, 19); this.richTextBox1.Name = "richTextBox1"; this.richTextBox1.ReadOnly = true; this.richTextBox1.Size = new System.Drawing.Size(460, 374); this.richTextBox1.TabIndex = 8; this.richTextBox1.Text = ""; this.richTextBox1.Click += new System.EventHandler(this.richTextBox1_Click); // // splitContainer1 // this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill; this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel1; 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.chk_Sync); this.splitContainer1.Panel1.Controls.Add(this.label1); this.splitContainer1.Panel1.Controls.Add(this.textBox1); this.splitContainer1.Panel1.Controls.Add(this.comboBox1); this.splitContainer1.Panel1.Controls.Add(this.label2); // // splitContainer1.Panel2 // this.splitContainer1.Panel2.Controls.Add(this.groupBox1); this.splitContainer1.Size = new System.Drawing.Size(466, 527); this.splitContainer1.SplitterDistance = 127; this.splitContainer1.TabIndex = 9; // // chk_Sync // this.chk_Sync.AutoSize = true; this.chk_Sync.Location = new System.Drawing.Point(94, 74); this.chk_Sync.Name = "chk_Sync"; this.chk_Sync.Size = new System.Drawing.Size(159, 21); this.chk_Sync.TabIndex = 6; this.chk_Sync.Text = "网络协议 (同步到客户端)"; this.chk_Sync.UseVisualStyleBackColor = true; this.chk_Sync.CheckedChanged += new System.EventHandler(this.chk_Sync_CheckedChanged); // // groupBox1 // this.groupBox1.Controls.Add(this.richTextBox1); this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill; this.groupBox1.Location = new System.Drawing.Point(0, 0); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(466, 396); this.groupBox1.TabIndex = 9; this.groupBox1.TabStop = false; this.groupBox1.Text = "初始值"; // // panel1 // this.panel1.Controls.Add(this.btn_Cancel); this.panel1.Controls.Add(this.btn_OK); this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom; this.panel1.Location = new System.Drawing.Point(0, 527); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(466, 79); this.panel1.TabIndex = 10; // // SceneVarDialog // this.AcceptButton = this.btn_OK; this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.CancelButton = this.btn_Cancel; this.ClientSize = new System.Drawing.Size(466, 606); this.Controls.Add(this.splitContainer1); this.Controls.Add(this.panel1); this.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.ImeMode = System.Windows.Forms.ImeMode.On; this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "SceneVarDialog"; this.Text = "定义变量"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.SceneVarDialog_FormClosing); this.splitContainer1.Panel1.ResumeLayout(false); this.splitContainer1.Panel1.PerformLayout(); this.splitContainer1.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit(); this.splitContainer1.ResumeLayout(false); this.groupBox1.ResumeLayout(false); this.panel1.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Button btn_OK; private System.Windows.Forms.Button btn_Cancel; private System.Windows.Forms.Label label1; private System.Windows.Forms.TextBox textBox1; private System.Windows.Forms.ComboBox comboBox1; private System.Windows.Forms.Label label2; private System.Windows.Forms.RichTextBox richTextBox1; private System.Windows.Forms.SplitContainer splitContainer1; private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.CheckBox chk_Sync; } }