ConstantsEditor.Designer.cs 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366
  1. namespace OTSPartA_STDEditor
  2. {
  3. partial class ConstantsEditor
  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.button_Cancel = new System.Windows.Forms.Button();
  29. this.button_OK = new System.Windows.Forms.Button();
  30. this.groupBox1 = new System.Windows.Forms.GroupBox();
  31. this.label2 = new System.Windows.Forms.Label();
  32. this.label1 = new System.Windows.Forms.Label();
  33. this.textBox_9 = new System.Windows.Forms.TextBox();
  34. this.checkBox_9 = new System.Windows.Forms.CheckBox();
  35. this.textBox_8 = new System.Windows.Forms.TextBox();
  36. this.checkBox_8 = new System.Windows.Forms.CheckBox();
  37. this.textBox_7 = new System.Windows.Forms.TextBox();
  38. this.checkBox_7 = new System.Windows.Forms.CheckBox();
  39. this.textBox_6 = new System.Windows.Forms.TextBox();
  40. this.checkBox_6 = new System.Windows.Forms.CheckBox();
  41. this.textBox_5 = new System.Windows.Forms.TextBox();
  42. this.checkBox_5 = new System.Windows.Forms.CheckBox();
  43. this.textBox_4 = new System.Windows.Forms.TextBox();
  44. this.checkBox_4 = new System.Windows.Forms.CheckBox();
  45. this.textBox_3 = new System.Windows.Forms.TextBox();
  46. this.checkBox_3 = new System.Windows.Forms.CheckBox();
  47. this.textBox_2 = new System.Windows.Forms.TextBox();
  48. this.checkBox_2 = new System.Windows.Forms.CheckBox();
  49. this.textBox_1 = new System.Windows.Forms.TextBox();
  50. this.checkBox_1 = new System.Windows.Forms.CheckBox();
  51. this.textBox_0 = new System.Windows.Forms.TextBox();
  52. this.checkBox_0 = new System.Windows.Forms.CheckBox();
  53. this.groupBox1.SuspendLayout();
  54. this.SuspendLayout();
  55. //
  56. // button_Cancel
  57. //
  58. this.button_Cancel.Location = new System.Drawing.Point(120, 539);
  59. this.button_Cancel.Name = "button_Cancel";
  60. this.button_Cancel.Size = new System.Drawing.Size(75, 31);
  61. this.button_Cancel.TabIndex = 21;
  62. this.button_Cancel.Text = "取消";
  63. this.button_Cancel.UseVisualStyleBackColor = true;
  64. this.button_Cancel.Click += new System.EventHandler(this.button_Cancel_Click);
  65. //
  66. // button_OK
  67. //
  68. this.button_OK.Location = new System.Drawing.Point(39, 539);
  69. this.button_OK.Name = "button_OK";
  70. this.button_OK.Size = new System.Drawing.Size(75, 31);
  71. this.button_OK.TabIndex = 20;
  72. this.button_OK.Text = "确定";
  73. this.button_OK.UseVisualStyleBackColor = true;
  74. this.button_OK.Click += new System.EventHandler(this.button_OK_Click);
  75. //
  76. // groupBox1
  77. //
  78. this.groupBox1.Controls.Add(this.label2);
  79. this.groupBox1.Controls.Add(this.label1);
  80. this.groupBox1.Controls.Add(this.textBox_9);
  81. this.groupBox1.Controls.Add(this.checkBox_9);
  82. this.groupBox1.Controls.Add(this.textBox_8);
  83. this.groupBox1.Controls.Add(this.checkBox_8);
  84. this.groupBox1.Controls.Add(this.textBox_7);
  85. this.groupBox1.Controls.Add(this.checkBox_7);
  86. this.groupBox1.Controls.Add(this.textBox_6);
  87. this.groupBox1.Controls.Add(this.checkBox_6);
  88. this.groupBox1.Controls.Add(this.textBox_5);
  89. this.groupBox1.Controls.Add(this.checkBox_5);
  90. this.groupBox1.Controls.Add(this.textBox_4);
  91. this.groupBox1.Controls.Add(this.checkBox_4);
  92. this.groupBox1.Controls.Add(this.textBox_3);
  93. this.groupBox1.Controls.Add(this.checkBox_3);
  94. this.groupBox1.Controls.Add(this.textBox_2);
  95. this.groupBox1.Controls.Add(this.checkBox_2);
  96. this.groupBox1.Controls.Add(this.textBox_1);
  97. this.groupBox1.Controls.Add(this.checkBox_1);
  98. this.groupBox1.Controls.Add(this.textBox_0);
  99. this.groupBox1.Controls.Add(this.checkBox_0);
  100. this.groupBox1.Location = new System.Drawing.Point(12, 12);
  101. this.groupBox1.Name = "groupBox1";
  102. this.groupBox1.Size = new System.Drawing.Size(181, 519);
  103. this.groupBox1.TabIndex = 6;
  104. this.groupBox1.TabStop = false;
  105. this.groupBox1.Text = "常量编辑:";
  106. //
  107. // label2
  108. //
  109. this.label2.AutoSize = true;
  110. this.label2.Location = new System.Drawing.Point(115, 23);
  111. this.label2.Name = "label2";
  112. this.label2.Size = new System.Drawing.Size(17, 12);
  113. this.label2.TabIndex = 22;
  114. this.label2.Text = "值";
  115. //
  116. // label1
  117. //
  118. this.label1.AutoSize = true;
  119. this.label1.Location = new System.Drawing.Point(16, 25);
  120. this.label1.Name = "label1";
  121. this.label1.Size = new System.Drawing.Size(53, 12);
  122. this.label1.TabIndex = 21;
  123. this.label1.Text = "常量符号";
  124. //
  125. // textBox_9
  126. //
  127. this.textBox_9.Location = new System.Drawing.Point(82, 477);
  128. this.textBox_9.Name = "textBox_9";
  129. this.textBox_9.Size = new System.Drawing.Size(82, 21);
  130. this.textBox_9.TabIndex = 20;
  131. this.textBox_9.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  132. //
  133. // checkBox_9
  134. //
  135. this.checkBox_9.AutoSize = true;
  136. this.checkBox_9.Location = new System.Drawing.Point(18, 479);
  137. this.checkBox_9.Name = "checkBox_9";
  138. this.checkBox_9.Size = new System.Drawing.Size(54, 16);
  139. this.checkBox_9.TabIndex = 19;
  140. this.checkBox_9.Text = "MAC#9";
  141. this.checkBox_9.UseVisualStyleBackColor = true;
  142. this.checkBox_9.CheckedChanged += new System.EventHandler(this.checkBox_9_CheckedChanged);
  143. //
  144. // textBox_8
  145. //
  146. this.textBox_8.Location = new System.Drawing.Point(82, 427);
  147. this.textBox_8.Name = "textBox_8";
  148. this.textBox_8.Size = new System.Drawing.Size(82, 21);
  149. this.textBox_8.TabIndex = 18;
  150. this.textBox_8.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  151. //
  152. // checkBox_8
  153. //
  154. this.checkBox_8.AutoSize = true;
  155. this.checkBox_8.Location = new System.Drawing.Point(18, 429);
  156. this.checkBox_8.Name = "checkBox_8";
  157. this.checkBox_8.Size = new System.Drawing.Size(54, 16);
  158. this.checkBox_8.TabIndex = 17;
  159. this.checkBox_8.Text = "MAC#8";
  160. this.checkBox_8.UseVisualStyleBackColor = true;
  161. this.checkBox_8.CheckedChanged += new System.EventHandler(this.checkBox_8_CheckedChanged);
  162. //
  163. // textBox_7
  164. //
  165. this.textBox_7.Location = new System.Drawing.Point(82, 381);
  166. this.textBox_7.Name = "textBox_7";
  167. this.textBox_7.Size = new System.Drawing.Size(82, 21);
  168. this.textBox_7.TabIndex = 16;
  169. this.textBox_7.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  170. //
  171. // checkBox_7
  172. //
  173. this.checkBox_7.AutoSize = true;
  174. this.checkBox_7.Location = new System.Drawing.Point(18, 383);
  175. this.checkBox_7.Name = "checkBox_7";
  176. this.checkBox_7.Size = new System.Drawing.Size(54, 16);
  177. this.checkBox_7.TabIndex = 15;
  178. this.checkBox_7.Text = "MAC#7";
  179. this.checkBox_7.UseVisualStyleBackColor = true;
  180. this.checkBox_7.CheckedChanged += new System.EventHandler(this.checkBox_7_CheckedChanged);
  181. //
  182. // textBox_6
  183. //
  184. this.textBox_6.Location = new System.Drawing.Point(82, 332);
  185. this.textBox_6.Name = "textBox_6";
  186. this.textBox_6.Size = new System.Drawing.Size(82, 21);
  187. this.textBox_6.TabIndex = 14;
  188. this.textBox_6.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  189. //
  190. // checkBox_6
  191. //
  192. this.checkBox_6.AutoSize = true;
  193. this.checkBox_6.Location = new System.Drawing.Point(18, 334);
  194. this.checkBox_6.Name = "checkBox_6";
  195. this.checkBox_6.Size = new System.Drawing.Size(54, 16);
  196. this.checkBox_6.TabIndex = 13;
  197. this.checkBox_6.Text = "MAC#6";
  198. this.checkBox_6.UseVisualStyleBackColor = true;
  199. this.checkBox_6.CheckedChanged += new System.EventHandler(this.checkBox_6_CheckedChanged);
  200. //
  201. // textBox_5
  202. //
  203. this.textBox_5.Location = new System.Drawing.Point(82, 282);
  204. this.textBox_5.Name = "textBox_5";
  205. this.textBox_5.Size = new System.Drawing.Size(82, 21);
  206. this.textBox_5.TabIndex = 12;
  207. this.textBox_5.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  208. //
  209. // checkBox_5
  210. //
  211. this.checkBox_5.AutoSize = true;
  212. this.checkBox_5.Location = new System.Drawing.Point(18, 284);
  213. this.checkBox_5.Name = "checkBox_5";
  214. this.checkBox_5.Size = new System.Drawing.Size(54, 16);
  215. this.checkBox_5.TabIndex = 11;
  216. this.checkBox_5.Text = "MAC#5";
  217. this.checkBox_5.UseVisualStyleBackColor = true;
  218. this.checkBox_5.CheckedChanged += new System.EventHandler(this.checkBox_5_CheckedChanged);
  219. //
  220. // textBox_4
  221. //
  222. this.textBox_4.Location = new System.Drawing.Point(82, 235);
  223. this.textBox_4.Name = "textBox_4";
  224. this.textBox_4.Size = new System.Drawing.Size(82, 21);
  225. this.textBox_4.TabIndex = 10;
  226. this.textBox_4.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  227. //
  228. // checkBox_4
  229. //
  230. this.checkBox_4.AutoSize = true;
  231. this.checkBox_4.Location = new System.Drawing.Point(18, 237);
  232. this.checkBox_4.Name = "checkBox_4";
  233. this.checkBox_4.Size = new System.Drawing.Size(54, 16);
  234. this.checkBox_4.TabIndex = 9;
  235. this.checkBox_4.Text = "MAC#4";
  236. this.checkBox_4.UseVisualStyleBackColor = true;
  237. this.checkBox_4.CheckedChanged += new System.EventHandler(this.checkBox_4_CheckedChanged);
  238. //
  239. // textBox_3
  240. //
  241. this.textBox_3.Location = new System.Drawing.Point(82, 188);
  242. this.textBox_3.Name = "textBox_3";
  243. this.textBox_3.Size = new System.Drawing.Size(82, 21);
  244. this.textBox_3.TabIndex = 8;
  245. this.textBox_3.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  246. //
  247. // checkBox_3
  248. //
  249. this.checkBox_3.AutoSize = true;
  250. this.checkBox_3.Location = new System.Drawing.Point(18, 190);
  251. this.checkBox_3.Name = "checkBox_3";
  252. this.checkBox_3.Size = new System.Drawing.Size(54, 16);
  253. this.checkBox_3.TabIndex = 7;
  254. this.checkBox_3.Text = "MAC#3";
  255. this.checkBox_3.UseVisualStyleBackColor = true;
  256. this.checkBox_3.CheckedChanged += new System.EventHandler(this.checkBox_3_CheckedChanged);
  257. //
  258. // textBox_2
  259. //
  260. this.textBox_2.Location = new System.Drawing.Point(82, 141);
  261. this.textBox_2.Name = "textBox_2";
  262. this.textBox_2.Size = new System.Drawing.Size(82, 21);
  263. this.textBox_2.TabIndex = 6;
  264. this.textBox_2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  265. //
  266. // checkBox_2
  267. //
  268. this.checkBox_2.AutoSize = true;
  269. this.checkBox_2.Location = new System.Drawing.Point(18, 143);
  270. this.checkBox_2.Name = "checkBox_2";
  271. this.checkBox_2.Size = new System.Drawing.Size(54, 16);
  272. this.checkBox_2.TabIndex = 5;
  273. this.checkBox_2.Text = "MAC#2";
  274. this.checkBox_2.UseVisualStyleBackColor = true;
  275. this.checkBox_2.CheckedChanged += new System.EventHandler(this.checkBox_2_CheckedChanged);
  276. //
  277. // textBox_1
  278. //
  279. this.textBox_1.Location = new System.Drawing.Point(82, 95);
  280. this.textBox_1.Name = "textBox_1";
  281. this.textBox_1.Size = new System.Drawing.Size(82, 21);
  282. this.textBox_1.TabIndex = 4;
  283. this.textBox_1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  284. //
  285. // checkBox_1
  286. //
  287. this.checkBox_1.AutoSize = true;
  288. this.checkBox_1.Location = new System.Drawing.Point(18, 97);
  289. this.checkBox_1.Name = "checkBox_1";
  290. this.checkBox_1.Size = new System.Drawing.Size(54, 16);
  291. this.checkBox_1.TabIndex = 3;
  292. this.checkBox_1.Text = "MAC#1";
  293. this.checkBox_1.UseVisualStyleBackColor = true;
  294. this.checkBox_1.CheckedChanged += new System.EventHandler(this.checkBox_1_CheckedChanged);
  295. //
  296. // textBox_0
  297. //
  298. this.textBox_0.Location = new System.Drawing.Point(82, 53);
  299. this.textBox_0.Name = "textBox_0";
  300. this.textBox_0.Size = new System.Drawing.Size(82, 21);
  301. this.textBox_0.TabIndex = 2;
  302. this.textBox_0.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  303. //
  304. // checkBox_0
  305. //
  306. this.checkBox_0.AutoSize = true;
  307. this.checkBox_0.Location = new System.Drawing.Point(18, 55);
  308. this.checkBox_0.Name = "checkBox_0";
  309. this.checkBox_0.Size = new System.Drawing.Size(54, 16);
  310. this.checkBox_0.TabIndex = 1;
  311. this.checkBox_0.Tag = "";
  312. this.checkBox_0.Text = "MAC#0";
  313. this.checkBox_0.UseVisualStyleBackColor = true;
  314. this.checkBox_0.CheckedChanged += new System.EventHandler(this.checkBox_0_CheckedChanged);
  315. //
  316. // ConstantsEditor
  317. //
  318. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  319. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  320. this.ClientSize = new System.Drawing.Size(206, 575);
  321. this.Controls.Add(this.button_Cancel);
  322. this.Controls.Add(this.button_OK);
  323. this.Controls.Add(this.groupBox1);
  324. this.MaximizeBox = false;
  325. this.Name = "ConstantsEditor";
  326. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  327. this.Text = "ConstantsEditor";
  328. this.Load += new System.EventHandler(this.ConstantsEditor_Load);
  329. this.groupBox1.ResumeLayout(false);
  330. this.groupBox1.PerformLayout();
  331. this.ResumeLayout(false);
  332. }
  333. #endregion
  334. private System.Windows.Forms.Button button_Cancel;
  335. private System.Windows.Forms.Button button_OK;
  336. private System.Windows.Forms.GroupBox groupBox1;
  337. private System.Windows.Forms.Label label2;
  338. private System.Windows.Forms.Label label1;
  339. private System.Windows.Forms.TextBox textBox_9;
  340. private System.Windows.Forms.CheckBox checkBox_9;
  341. private System.Windows.Forms.TextBox textBox_8;
  342. private System.Windows.Forms.CheckBox checkBox_8;
  343. private System.Windows.Forms.TextBox textBox_7;
  344. private System.Windows.Forms.CheckBox checkBox_7;
  345. private System.Windows.Forms.TextBox textBox_6;
  346. private System.Windows.Forms.CheckBox checkBox_6;
  347. private System.Windows.Forms.TextBox textBox_5;
  348. private System.Windows.Forms.CheckBox checkBox_5;
  349. private System.Windows.Forms.TextBox textBox_4;
  350. private System.Windows.Forms.CheckBox checkBox_4;
  351. private System.Windows.Forms.TextBox textBox_3;
  352. private System.Windows.Forms.CheckBox checkBox_3;
  353. private System.Windows.Forms.TextBox textBox_2;
  354. private System.Windows.Forms.CheckBox checkBox_2;
  355. private System.Windows.Forms.TextBox textBox_1;
  356. private System.Windows.Forms.CheckBox checkBox_1;
  357. private System.Windows.Forms.TextBox textBox_0;
  358. private System.Windows.Forms.CheckBox checkBox_0;
  359. }
  360. }