Form_UserConstants.Designer.cs 17 KB

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