SceneVarDialog.Designer.cs 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222
  1. namespace CommonAIEditor.Scene
  2. {
  3. partial class SceneVarDialog
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.btn_OK = new System.Windows.Forms.Button();
  29. this.btn_Cancel = new System.Windows.Forms.Button();
  30. this.label1 = new System.Windows.Forms.Label();
  31. this.textBox1 = new System.Windows.Forms.TextBox();
  32. this.comboBox1 = new System.Windows.Forms.ComboBox();
  33. this.label2 = new System.Windows.Forms.Label();
  34. this.richTextBox1 = new System.Windows.Forms.RichTextBox();
  35. this.splitContainer1 = new System.Windows.Forms.SplitContainer();
  36. this.chk_Sync = new System.Windows.Forms.CheckBox();
  37. this.groupBox1 = new System.Windows.Forms.GroupBox();
  38. this.panel1 = new System.Windows.Forms.Panel();
  39. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
  40. this.splitContainer1.Panel1.SuspendLayout();
  41. this.splitContainer1.Panel2.SuspendLayout();
  42. this.splitContainer1.SuspendLayout();
  43. this.groupBox1.SuspendLayout();
  44. this.panel1.SuspendLayout();
  45. this.SuspendLayout();
  46. //
  47. // btn_OK
  48. //
  49. this.btn_OK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  50. this.btn_OK.DialogResult = System.Windows.Forms.DialogResult.OK;
  51. this.btn_OK.Location = new System.Drawing.Point(367, 33);
  52. this.btn_OK.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  53. this.btn_OK.Name = "btn_OK";
  54. this.btn_OK.Size = new System.Drawing.Size(87, 33);
  55. this.btn_OK.TabIndex = 0;
  56. this.btn_OK.Text = "确定";
  57. this.btn_OK.UseVisualStyleBackColor = true;
  58. this.btn_OK.Click += new System.EventHandler(this.btn_OK_Click);
  59. //
  60. // btn_Cancel
  61. //
  62. this.btn_Cancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  63. this.btn_Cancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  64. this.btn_Cancel.Location = new System.Drawing.Point(274, 33);
  65. this.btn_Cancel.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  66. this.btn_Cancel.Name = "btn_Cancel";
  67. this.btn_Cancel.Size = new System.Drawing.Size(87, 33);
  68. this.btn_Cancel.TabIndex = 1;
  69. this.btn_Cancel.Text = "取消";
  70. this.btn_Cancel.UseVisualStyleBackColor = true;
  71. //
  72. // label1
  73. //
  74. this.label1.AutoSize = true;
  75. this.label1.Location = new System.Drawing.Point(28, 14);
  76. this.label1.Name = "label1";
  77. this.label1.Size = new System.Drawing.Size(51, 17);
  78. this.label1.TabIndex = 2;
  79. this.label1.Text = "变量名 :";
  80. this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  81. //
  82. // textBox1
  83. //
  84. this.textBox1.Location = new System.Drawing.Point(94, 11);
  85. this.textBox1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  86. this.textBox1.Name = "textBox1";
  87. this.textBox1.Size = new System.Drawing.Size(298, 23);
  88. this.textBox1.TabIndex = 3;
  89. //
  90. // comboBox1
  91. //
  92. this.comboBox1.FormattingEnabled = true;
  93. this.comboBox1.Location = new System.Drawing.Point(94, 42);
  94. this.comboBox1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  95. this.comboBox1.Name = "comboBox1";
  96. this.comboBox1.Size = new System.Drawing.Size(185, 25);
  97. this.comboBox1.TabIndex = 4;
  98. //
  99. // label2
  100. //
  101. this.label2.AutoSize = true;
  102. this.label2.Location = new System.Drawing.Point(16, 45);
  103. this.label2.Name = "label2";
  104. this.label2.Size = new System.Drawing.Size(63, 17);
  105. this.label2.TabIndex = 5;
  106. this.label2.Text = "变量类型 :";
  107. this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  108. //
  109. // richTextBox1
  110. //
  111. this.richTextBox1.Cursor = System.Windows.Forms.Cursors.Hand;
  112. this.richTextBox1.Dock = System.Windows.Forms.DockStyle.Fill;
  113. this.richTextBox1.ForeColor = System.Drawing.Color.Blue;
  114. this.richTextBox1.Location = new System.Drawing.Point(3, 19);
  115. this.richTextBox1.Name = "richTextBox1";
  116. this.richTextBox1.ReadOnly = true;
  117. this.richTextBox1.Size = new System.Drawing.Size(460, 374);
  118. this.richTextBox1.TabIndex = 8;
  119. this.richTextBox1.Text = "";
  120. this.richTextBox1.Click += new System.EventHandler(this.richTextBox1_Click);
  121. //
  122. // splitContainer1
  123. //
  124. this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
  125. this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
  126. this.splitContainer1.Location = new System.Drawing.Point(0, 0);
  127. this.splitContainer1.Name = "splitContainer1";
  128. this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
  129. //
  130. // splitContainer1.Panel1
  131. //
  132. this.splitContainer1.Panel1.Controls.Add(this.chk_Sync);
  133. this.splitContainer1.Panel1.Controls.Add(this.label1);
  134. this.splitContainer1.Panel1.Controls.Add(this.textBox1);
  135. this.splitContainer1.Panel1.Controls.Add(this.comboBox1);
  136. this.splitContainer1.Panel1.Controls.Add(this.label2);
  137. //
  138. // splitContainer1.Panel2
  139. //
  140. this.splitContainer1.Panel2.Controls.Add(this.groupBox1);
  141. this.splitContainer1.Size = new System.Drawing.Size(466, 527);
  142. this.splitContainer1.SplitterDistance = 127;
  143. this.splitContainer1.TabIndex = 9;
  144. //
  145. // chk_Sync
  146. //
  147. this.chk_Sync.AutoSize = true;
  148. this.chk_Sync.Location = new System.Drawing.Point(94, 74);
  149. this.chk_Sync.Name = "chk_Sync";
  150. this.chk_Sync.Size = new System.Drawing.Size(159, 21);
  151. this.chk_Sync.TabIndex = 6;
  152. this.chk_Sync.Text = "网络协议 (同步到客户端)";
  153. this.chk_Sync.UseVisualStyleBackColor = true;
  154. this.chk_Sync.CheckedChanged += new System.EventHandler(this.chk_Sync_CheckedChanged);
  155. //
  156. // groupBox1
  157. //
  158. this.groupBox1.Controls.Add(this.richTextBox1);
  159. this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
  160. this.groupBox1.Location = new System.Drawing.Point(0, 0);
  161. this.groupBox1.Name = "groupBox1";
  162. this.groupBox1.Size = new System.Drawing.Size(466, 396);
  163. this.groupBox1.TabIndex = 9;
  164. this.groupBox1.TabStop = false;
  165. this.groupBox1.Text = "初始值";
  166. //
  167. // panel1
  168. //
  169. this.panel1.Controls.Add(this.btn_Cancel);
  170. this.panel1.Controls.Add(this.btn_OK);
  171. this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom;
  172. this.panel1.Location = new System.Drawing.Point(0, 527);
  173. this.panel1.Name = "panel1";
  174. this.panel1.Size = new System.Drawing.Size(466, 79);
  175. this.panel1.TabIndex = 10;
  176. //
  177. // SceneVarDialog
  178. //
  179. this.AcceptButton = this.btn_OK;
  180. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
  181. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  182. this.CancelButton = this.btn_Cancel;
  183. this.ClientSize = new System.Drawing.Size(466, 606);
  184. this.Controls.Add(this.splitContainer1);
  185. this.Controls.Add(this.panel1);
  186. this.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  187. this.ImeMode = System.Windows.Forms.ImeMode.On;
  188. this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  189. this.MaximizeBox = false;
  190. this.MinimizeBox = false;
  191. this.Name = "SceneVarDialog";
  192. this.Text = "定义变量";
  193. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.SceneVarDialog_FormClosing);
  194. this.splitContainer1.Panel1.ResumeLayout(false);
  195. this.splitContainer1.Panel1.PerformLayout();
  196. this.splitContainer1.Panel2.ResumeLayout(false);
  197. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
  198. this.splitContainer1.ResumeLayout(false);
  199. this.groupBox1.ResumeLayout(false);
  200. this.panel1.ResumeLayout(false);
  201. this.ResumeLayout(false);
  202. }
  203. #endregion
  204. private System.Windows.Forms.Button btn_OK;
  205. private System.Windows.Forms.Button btn_Cancel;
  206. private System.Windows.Forms.Label label1;
  207. private System.Windows.Forms.TextBox textBox1;
  208. private System.Windows.Forms.ComboBox comboBox1;
  209. private System.Windows.Forms.Label label2;
  210. private System.Windows.Forms.RichTextBox richTextBox1;
  211. private System.Windows.Forms.SplitContainer splitContainer1;
  212. private System.Windows.Forms.GroupBox groupBox1;
  213. private System.Windows.Forms.Panel panel1;
  214. private System.Windows.Forms.CheckBox chk_Sync;
  215. }
  216. }