DeviceConfigBackendView.Designer.cs 30 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591
  1. namespace Aitex.Core.Backend
  2. {
  3. partial class DeviceConfigBackendView
  4. {
  5. /// <summary>
  6. /// 必需的设计器变量。
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 清理所有正在使用的资源。
  11. /// </summary>
  12. /// <param name="disposing">如果应释放托管资源,为 true;否则为 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 组件设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.label1 = new System.Windows.Forms.Label();
  29. this.ckHasBoostPump = new System.Windows.Forms.CheckBox();
  30. this.btnSetHasBoostPump = new System.Windows.Forms.Button();
  31. this.groupBox1 = new System.Windows.Forms.GroupBox();
  32. this.btnSetHasThrottleValve = new System.Windows.Forms.Button();
  33. this.ckHasThrottleValve = new System.Windows.Forms.CheckBox();
  34. this.groupBox2 = new System.Windows.Forms.GroupBox();
  35. this.btnGasLine5Enable = new System.Windows.Forms.Button();
  36. this.btnGasLine4Enable = new System.Windows.Forms.Button();
  37. this.btnGasLine3Enable = new System.Windows.Forms.Button();
  38. this.btnGasLine2Enable = new System.Windows.Forms.Button();
  39. this.btnGasLine1Enable = new System.Windows.Forms.Button();
  40. this.ckGasLine5Enable = new System.Windows.Forms.CheckBox();
  41. this.ckGasLine4Enable = new System.Windows.Forms.CheckBox();
  42. this.ckGasLine3Enable = new System.Windows.Forms.CheckBox();
  43. this.ckGasLine2Enable = new System.Windows.Forms.CheckBox();
  44. this.ckGasLine1Enable = new System.Windows.Forms.CheckBox();
  45. this.groupBox3 = new System.Windows.Forms.GroupBox();
  46. this.btnRfPowerRange = new System.Windows.Forms.Button();
  47. this.txtRfPowerRange = new System.Windows.Forms.TextBox();
  48. this.btnRfPulsingFunctionEnable = new System.Windows.Forms.Button();
  49. this.ckRfPulsingFunctionEnable = new System.Windows.Forms.CheckBox();
  50. this.groupBox4 = new System.Windows.Forms.GroupBox();
  51. this.btnGas1Factor = new System.Windows.Forms.Button();
  52. this.txtRfFactor = new System.Windows.Forms.TextBox();
  53. this.btnRfFactor = new System.Windows.Forms.Button();
  54. this.label2 = new System.Windows.Forms.Label();
  55. this.DFGas1Factor = new System.Windows.Forms.Label();
  56. this.lABELGas2Factor = new System.Windows.Forms.Label();
  57. this.label5 = new System.Windows.Forms.Label();
  58. this.label6 = new System.Windows.Forms.Label();
  59. this.label7 = new System.Windows.Forms.Label();
  60. this.txtGas1Factor = new System.Windows.Forms.TextBox();
  61. this.txtGas2Factor = new System.Windows.Forms.TextBox();
  62. this.txtGas3Factor = new System.Windows.Forms.TextBox();
  63. this.txtGas4Factor = new System.Windows.Forms.TextBox();
  64. this.txtGas5Factor = new System.Windows.Forms.TextBox();
  65. this.btnGas2Factor = new System.Windows.Forms.Button();
  66. this.btnGas3Factor = new System.Windows.Forms.Button();
  67. this.btnGas4Factor = new System.Windows.Forms.Button();
  68. this.btnGas5Factor = new System.Windows.Forms.Button();
  69. this.label8 = new System.Windows.Forms.Label();
  70. this.groupBox1.SuspendLayout();
  71. this.groupBox2.SuspendLayout();
  72. this.groupBox3.SuspendLayout();
  73. this.groupBox4.SuspendLayout();
  74. this.SuspendLayout();
  75. //
  76. // label1
  77. //
  78. this.label1.AutoSize = true;
  79. this.label1.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  80. this.label1.ForeColor = System.Drawing.SystemColors.MenuHighlight;
  81. this.label1.Location = new System.Drawing.Point(18, 14);
  82. this.label1.Name = "label1";
  83. this.label1.Size = new System.Drawing.Size(616, 27);
  84. this.label1.TabIndex = 0;
  85. this.label1.Text = "Notice:Restart system before all the configuration be valid";
  86. //
  87. // ckHasBoostPump
  88. //
  89. this.ckHasBoostPump.AutoSize = true;
  90. this.ckHasBoostPump.Location = new System.Drawing.Point(16, 34);
  91. this.ckHasBoostPump.Name = "ckHasBoostPump";
  92. this.ckHasBoostPump.Size = new System.Drawing.Size(126, 16);
  93. this.ckHasBoostPump.TabIndex = 1;
  94. this.ckHasBoostPump.Text = "Boost Pump Enable";
  95. this.ckHasBoostPump.UseVisualStyleBackColor = true;
  96. this.ckHasBoostPump.CheckedChanged += new System.EventHandler(this.ckHasBoostPump_CheckedChanged);
  97. //
  98. // btnSetHasBoostPump
  99. //
  100. this.btnSetHasBoostPump.Location = new System.Drawing.Point(190, 30);
  101. this.btnSetHasBoostPump.Name = "btnSetHasBoostPump";
  102. this.btnSetHasBoostPump.Size = new System.Drawing.Size(75, 23);
  103. this.btnSetHasBoostPump.TabIndex = 2;
  104. this.btnSetHasBoostPump.Text = "Set";
  105. this.btnSetHasBoostPump.UseVisualStyleBackColor = true;
  106. this.btnSetHasBoostPump.Click += new System.EventHandler(this.btnSetHasBoostPump_Click);
  107. //
  108. // groupBox1
  109. //
  110. this.groupBox1.Controls.Add(this.btnSetHasThrottleValve);
  111. this.groupBox1.Controls.Add(this.ckHasThrottleValve);
  112. this.groupBox1.Controls.Add(this.ckHasBoostPump);
  113. this.groupBox1.Controls.Add(this.btnSetHasBoostPump);
  114. this.groupBox1.Location = new System.Drawing.Point(23, 61);
  115. this.groupBox1.Name = "groupBox1";
  116. this.groupBox1.Size = new System.Drawing.Size(301, 112);
  117. this.groupBox1.TabIndex = 3;
  118. this.groupBox1.TabStop = false;
  119. this.groupBox1.Text = "Pressure Control Configuration";
  120. //
  121. // btnSetHasThrottleValve
  122. //
  123. this.btnSetHasThrottleValve.Location = new System.Drawing.Point(190, 63);
  124. this.btnSetHasThrottleValve.Name = "btnSetHasThrottleValve";
  125. this.btnSetHasThrottleValve.Size = new System.Drawing.Size(75, 23);
  126. this.btnSetHasThrottleValve.TabIndex = 4;
  127. this.btnSetHasThrottleValve.Text = "Set";
  128. this.btnSetHasThrottleValve.UseVisualStyleBackColor = true;
  129. this.btnSetHasThrottleValve.Click += new System.EventHandler(this.btnSetHasThrottleValve_Click);
  130. //
  131. // ckHasThrottleValve
  132. //
  133. this.ckHasThrottleValve.AutoSize = true;
  134. this.ckHasThrottleValve.Location = new System.Drawing.Point(16, 71);
  135. this.ckHasThrottleValve.Name = "ckHasThrottleValve";
  136. this.ckHasThrottleValve.Size = new System.Drawing.Size(150, 16);
  137. this.ckHasThrottleValve.TabIndex = 3;
  138. this.ckHasThrottleValve.Text = "Throttle Valve Enable";
  139. this.ckHasThrottleValve.UseVisualStyleBackColor = true;
  140. this.ckHasThrottleValve.CheckedChanged += new System.EventHandler(this.ckHasThrottleValve_CheckedChanged);
  141. //
  142. // groupBox2
  143. //
  144. this.groupBox2.Controls.Add(this.btnGasLine5Enable);
  145. this.groupBox2.Controls.Add(this.btnGasLine4Enable);
  146. this.groupBox2.Controls.Add(this.btnGasLine3Enable);
  147. this.groupBox2.Controls.Add(this.btnGasLine2Enable);
  148. this.groupBox2.Controls.Add(this.btnGasLine1Enable);
  149. this.groupBox2.Controls.Add(this.ckGasLine5Enable);
  150. this.groupBox2.Controls.Add(this.ckGasLine4Enable);
  151. this.groupBox2.Controls.Add(this.ckGasLine3Enable);
  152. this.groupBox2.Controls.Add(this.ckGasLine2Enable);
  153. this.groupBox2.Controls.Add(this.ckGasLine1Enable);
  154. this.groupBox2.Location = new System.Drawing.Point(23, 213);
  155. this.groupBox2.Name = "groupBox2";
  156. this.groupBox2.Size = new System.Drawing.Size(301, 205);
  157. this.groupBox2.TabIndex = 4;
  158. this.groupBox2.TabStop = false;
  159. this.groupBox2.Text = "Gas Line Configuration";
  160. //
  161. // btnGasLine5Enable
  162. //
  163. this.btnGasLine5Enable.Location = new System.Drawing.Point(175, 160);
  164. this.btnGasLine5Enable.Name = "btnGasLine5Enable";
  165. this.btnGasLine5Enable.Size = new System.Drawing.Size(75, 23);
  166. this.btnGasLine5Enable.TabIndex = 1;
  167. this.btnGasLine5Enable.Text = "Set";
  168. this.btnGasLine5Enable.UseVisualStyleBackColor = true;
  169. this.btnGasLine5Enable.Click += new System.EventHandler(this.btnGasLine5Enable_Click);
  170. //
  171. // btnGasLine4Enable
  172. //
  173. this.btnGasLine4Enable.Location = new System.Drawing.Point(175, 129);
  174. this.btnGasLine4Enable.Name = "btnGasLine4Enable";
  175. this.btnGasLine4Enable.Size = new System.Drawing.Size(75, 23);
  176. this.btnGasLine4Enable.TabIndex = 1;
  177. this.btnGasLine4Enable.Text = "Set";
  178. this.btnGasLine4Enable.UseVisualStyleBackColor = true;
  179. this.btnGasLine4Enable.Click += new System.EventHandler(this.btnGasLine4Enable_Click);
  180. //
  181. // btnGasLine3Enable
  182. //
  183. this.btnGasLine3Enable.Location = new System.Drawing.Point(175, 98);
  184. this.btnGasLine3Enable.Name = "btnGasLine3Enable";
  185. this.btnGasLine3Enable.Size = new System.Drawing.Size(75, 23);
  186. this.btnGasLine3Enable.TabIndex = 1;
  187. this.btnGasLine3Enable.Text = "Set";
  188. this.btnGasLine3Enable.UseVisualStyleBackColor = true;
  189. this.btnGasLine3Enable.Click += new System.EventHandler(this.btnGasLine3Enable_Click);
  190. //
  191. // btnGasLine2Enable
  192. //
  193. this.btnGasLine2Enable.Location = new System.Drawing.Point(175, 67);
  194. this.btnGasLine2Enable.Name = "btnGasLine2Enable";
  195. this.btnGasLine2Enable.Size = new System.Drawing.Size(75, 23);
  196. this.btnGasLine2Enable.TabIndex = 1;
  197. this.btnGasLine2Enable.Text = "Set";
  198. this.btnGasLine2Enable.UseVisualStyleBackColor = true;
  199. this.btnGasLine2Enable.Click += new System.EventHandler(this.btnGasLine2Enable_Click);
  200. //
  201. // btnGasLine1Enable
  202. //
  203. this.btnGasLine1Enable.Location = new System.Drawing.Point(175, 36);
  204. this.btnGasLine1Enable.Name = "btnGasLine1Enable";
  205. this.btnGasLine1Enable.Size = new System.Drawing.Size(75, 23);
  206. this.btnGasLine1Enable.TabIndex = 1;
  207. this.btnGasLine1Enable.Text = "Set";
  208. this.btnGasLine1Enable.UseVisualStyleBackColor = true;
  209. this.btnGasLine1Enable.Click += new System.EventHandler(this.btnGasLine1Enable_Click);
  210. //
  211. // ckGasLine5Enable
  212. //
  213. this.ckGasLine5Enable.AutoSize = true;
  214. this.ckGasLine5Enable.Location = new System.Drawing.Point(16, 164);
  215. this.ckGasLine5Enable.Name = "ckGasLine5Enable";
  216. this.ckGasLine5Enable.Size = new System.Drawing.Size(132, 16);
  217. this.ckGasLine5Enable.TabIndex = 0;
  218. this.ckGasLine5Enable.Text = "Gas Line 5 Enabled";
  219. this.ckGasLine5Enable.UseVisualStyleBackColor = true;
  220. this.ckGasLine5Enable.CheckedChanged += new System.EventHandler(this.ckGasLine5Enable_CheckedChanged);
  221. //
  222. // ckGasLine4Enable
  223. //
  224. this.ckGasLine4Enable.AutoSize = true;
  225. this.ckGasLine4Enable.Location = new System.Drawing.Point(16, 133);
  226. this.ckGasLine4Enable.Name = "ckGasLine4Enable";
  227. this.ckGasLine4Enable.Size = new System.Drawing.Size(132, 16);
  228. this.ckGasLine4Enable.TabIndex = 0;
  229. this.ckGasLine4Enable.Text = "Gas Line 4 Enabled";
  230. this.ckGasLine4Enable.UseVisualStyleBackColor = true;
  231. this.ckGasLine4Enable.CheckedChanged += new System.EventHandler(this.ckGasLine4Enable_CheckedChanged);
  232. //
  233. // ckGasLine3Enable
  234. //
  235. this.ckGasLine3Enable.AutoSize = true;
  236. this.ckGasLine3Enable.Location = new System.Drawing.Point(16, 102);
  237. this.ckGasLine3Enable.Name = "ckGasLine3Enable";
  238. this.ckGasLine3Enable.Size = new System.Drawing.Size(132, 16);
  239. this.ckGasLine3Enable.TabIndex = 0;
  240. this.ckGasLine3Enable.Text = "Gas Line 3 Enabled";
  241. this.ckGasLine3Enable.UseVisualStyleBackColor = true;
  242. this.ckGasLine3Enable.CheckedChanged += new System.EventHandler(this.ckGasLine3Enable_CheckedChanged);
  243. //
  244. // ckGasLine2Enable
  245. //
  246. this.ckGasLine2Enable.AutoSize = true;
  247. this.ckGasLine2Enable.Location = new System.Drawing.Point(16, 71);
  248. this.ckGasLine2Enable.Name = "ckGasLine2Enable";
  249. this.ckGasLine2Enable.Size = new System.Drawing.Size(132, 16);
  250. this.ckGasLine2Enable.TabIndex = 0;
  251. this.ckGasLine2Enable.Text = "Gas Line 2 Enabled";
  252. this.ckGasLine2Enable.UseVisualStyleBackColor = true;
  253. this.ckGasLine2Enable.CheckedChanged += new System.EventHandler(this.ckGasLine2Enable_CheckedChanged);
  254. //
  255. // ckGasLine1Enable
  256. //
  257. this.ckGasLine1Enable.AutoSize = true;
  258. this.ckGasLine1Enable.Location = new System.Drawing.Point(16, 40);
  259. this.ckGasLine1Enable.Name = "ckGasLine1Enable";
  260. this.ckGasLine1Enable.Size = new System.Drawing.Size(132, 16);
  261. this.ckGasLine1Enable.TabIndex = 0;
  262. this.ckGasLine1Enable.Text = "Gas Line 1 Enabled";
  263. this.ckGasLine1Enable.UseVisualStyleBackColor = true;
  264. this.ckGasLine1Enable.CheckedChanged += new System.EventHandler(this.ckGasLine1Enable_CheckedChanged);
  265. //
  266. // groupBox3
  267. //
  268. this.groupBox3.Controls.Add(this.label8);
  269. this.groupBox3.Controls.Add(this.btnRfPowerRange);
  270. this.groupBox3.Controls.Add(this.txtRfPowerRange);
  271. this.groupBox3.Controls.Add(this.btnRfPulsingFunctionEnable);
  272. this.groupBox3.Controls.Add(this.ckRfPulsingFunctionEnable);
  273. this.groupBox3.Location = new System.Drawing.Point(392, 61);
  274. this.groupBox3.Name = "groupBox3";
  275. this.groupBox3.Size = new System.Drawing.Size(423, 112);
  276. this.groupBox3.TabIndex = 5;
  277. this.groupBox3.TabStop = false;
  278. this.groupBox3.Text = "RF Function Configuration";
  279. //
  280. // btnRfPowerRange
  281. //
  282. this.btnRfPowerRange.Location = new System.Drawing.Point(333, 64);
  283. this.btnRfPowerRange.Name = "btnRfPowerRange";
  284. this.btnRfPowerRange.Size = new System.Drawing.Size(75, 23);
  285. this.btnRfPowerRange.TabIndex = 3;
  286. this.btnRfPowerRange.Text = "Set";
  287. this.btnRfPowerRange.UseVisualStyleBackColor = true;
  288. this.btnRfPowerRange.Click += new System.EventHandler(this.btnRfPowerRange_Click);
  289. //
  290. // txtRfPowerRange
  291. //
  292. this.txtRfPowerRange.Location = new System.Drawing.Point(158, 65);
  293. this.txtRfPowerRange.Name = "txtRfPowerRange";
  294. this.txtRfPowerRange.Size = new System.Drawing.Size(151, 21);
  295. this.txtRfPowerRange.TabIndex = 2;
  296. this.txtRfPowerRange.TextChanged += new System.EventHandler(this.txtRfPowerRange_TextChanged);
  297. //
  298. // btnRfPulsingFunctionEnable
  299. //
  300. this.btnRfPulsingFunctionEnable.Location = new System.Drawing.Point(333, 30);
  301. this.btnRfPulsingFunctionEnable.Name = "btnRfPulsingFunctionEnable";
  302. this.btnRfPulsingFunctionEnable.Size = new System.Drawing.Size(75, 23);
  303. this.btnRfPulsingFunctionEnable.TabIndex = 1;
  304. this.btnRfPulsingFunctionEnable.Text = "Set";
  305. this.btnRfPulsingFunctionEnable.UseVisualStyleBackColor = true;
  306. this.btnRfPulsingFunctionEnable.Click += new System.EventHandler(this.btnRfPulsingFunctionEnable_Click);
  307. //
  308. // ckRfPulsingFunctionEnable
  309. //
  310. this.ckRfPulsingFunctionEnable.AutoSize = true;
  311. this.ckRfPulsingFunctionEnable.Location = new System.Drawing.Point(39, 34);
  312. this.ckRfPulsingFunctionEnable.Name = "ckRfPulsingFunctionEnable";
  313. this.ckRfPulsingFunctionEnable.Size = new System.Drawing.Size(162, 16);
  314. this.ckRfPulsingFunctionEnable.TabIndex = 0;
  315. this.ckRfPulsingFunctionEnable.Text = "Pulsing Function Enable";
  316. this.ckRfPulsingFunctionEnable.UseVisualStyleBackColor = true;
  317. this.ckRfPulsingFunctionEnable.CheckedChanged += new System.EventHandler(this.ckRfPulsingFunctionEnable_CheckedChanged);
  318. //
  319. // groupBox4
  320. //
  321. this.groupBox4.Controls.Add(this.label7);
  322. this.groupBox4.Controls.Add(this.label6);
  323. this.groupBox4.Controls.Add(this.label5);
  324. this.groupBox4.Controls.Add(this.lABELGas2Factor);
  325. this.groupBox4.Controls.Add(this.DFGas1Factor);
  326. this.groupBox4.Controls.Add(this.label2);
  327. this.groupBox4.Controls.Add(this.btnGas1Factor);
  328. this.groupBox4.Controls.Add(this.txtGas5Factor);
  329. this.groupBox4.Controls.Add(this.txtGas4Factor);
  330. this.groupBox4.Controls.Add(this.txtGas3Factor);
  331. this.groupBox4.Controls.Add(this.txtGas2Factor);
  332. this.groupBox4.Controls.Add(this.txtGas1Factor);
  333. this.groupBox4.Controls.Add(this.txtRfFactor);
  334. this.groupBox4.Controls.Add(this.btnGas5Factor);
  335. this.groupBox4.Controls.Add(this.btnGas4Factor);
  336. this.groupBox4.Controls.Add(this.btnGas3Factor);
  337. this.groupBox4.Controls.Add(this.btnGas2Factor);
  338. this.groupBox4.Controls.Add(this.btnRfFactor);
  339. this.groupBox4.Location = new System.Drawing.Point(392, 222);
  340. this.groupBox4.Name = "groupBox4";
  341. this.groupBox4.Size = new System.Drawing.Size(423, 196);
  342. this.groupBox4.TabIndex = 6;
  343. this.groupBox4.TabStop = false;
  344. this.groupBox4.Text = "Regulation Factor Configuration";
  345. //
  346. // btnGas1Factor
  347. //
  348. this.btnGas1Factor.Location = new System.Drawing.Point(333, 42);
  349. this.btnGas1Factor.Name = "btnGas1Factor";
  350. this.btnGas1Factor.Size = new System.Drawing.Size(75, 23);
  351. this.btnGas1Factor.TabIndex = 3;
  352. this.btnGas1Factor.Text = "Set";
  353. this.btnGas1Factor.UseVisualStyleBackColor = true;
  354. this.btnGas1Factor.Click += new System.EventHandler(this.btnGas1Factor_Click);
  355. //
  356. // txtRfFactor
  357. //
  358. this.txtRfFactor.Location = new System.Drawing.Point(192, 14);
  359. this.txtRfFactor.Name = "txtRfFactor";
  360. this.txtRfFactor.Size = new System.Drawing.Size(117, 21);
  361. this.txtRfFactor.TabIndex = 2;
  362. this.txtRfFactor.TextChanged += new System.EventHandler(this.txtRfFactor_TextChanged);
  363. //
  364. // btnRfFactor
  365. //
  366. this.btnRfFactor.Location = new System.Drawing.Point(333, 14);
  367. this.btnRfFactor.Name = "btnRfFactor";
  368. this.btnRfFactor.Size = new System.Drawing.Size(75, 23);
  369. this.btnRfFactor.TabIndex = 1;
  370. this.btnRfFactor.Text = "Set";
  371. this.btnRfFactor.UseVisualStyleBackColor = true;
  372. this.btnRfFactor.Click += new System.EventHandler(this.btnRfFactor_Click);
  373. //
  374. // label2
  375. //
  376. this.label2.AutoSize = true;
  377. this.label2.Location = new System.Drawing.Point(19, 17);
  378. this.label2.Name = "label2";
  379. this.label2.Size = new System.Drawing.Size(167, 12);
  380. this.label2.TabIndex = 4;
  381. this.label2.Text = "RF Power Regulation Factor ";
  382. //
  383. // DFGas1Factor
  384. //
  385. this.DFGas1Factor.AutoSize = true;
  386. this.DFGas1Factor.Location = new System.Drawing.Point(19, 46);
  387. this.DFGas1Factor.Name = "DFGas1Factor";
  388. this.DFGas1Factor.Size = new System.Drawing.Size(149, 12);
  389. this.DFGas1Factor.TabIndex = 4;
  390. this.DFGas1Factor.Text = "MFC 1 Regulation Factor ";
  391. //
  392. // lABELGas2Factor
  393. //
  394. this.lABELGas2Factor.AutoSize = true;
  395. this.lABELGas2Factor.Location = new System.Drawing.Point(19, 75);
  396. this.lABELGas2Factor.Name = "lABELGas2Factor";
  397. this.lABELGas2Factor.Size = new System.Drawing.Size(149, 12);
  398. this.lABELGas2Factor.TabIndex = 4;
  399. this.lABELGas2Factor.Text = "MFC 2 Regulation Factor ";
  400. //
  401. // label5
  402. //
  403. this.label5.AutoSize = true;
  404. this.label5.Location = new System.Drawing.Point(19, 104);
  405. this.label5.Name = "label5";
  406. this.label5.Size = new System.Drawing.Size(149, 12);
  407. this.label5.TabIndex = 4;
  408. this.label5.Text = "MFC 3 Regulation Factor ";
  409. //
  410. // label6
  411. //
  412. this.label6.AutoSize = true;
  413. this.label6.Location = new System.Drawing.Point(19, 133);
  414. this.label6.Name = "label6";
  415. this.label6.Size = new System.Drawing.Size(149, 12);
  416. this.label6.TabIndex = 4;
  417. this.label6.Text = "MFC 4 Regulation Factor ";
  418. //
  419. // label7
  420. //
  421. this.label7.AutoSize = true;
  422. this.label7.Location = new System.Drawing.Point(19, 162);
  423. this.label7.Name = "label7";
  424. this.label7.Size = new System.Drawing.Size(149, 12);
  425. this.label7.TabIndex = 4;
  426. this.label7.Text = "MFC 5 Regulation Factor ";
  427. //
  428. // txtGas1Factor
  429. //
  430. this.txtGas1Factor.Location = new System.Drawing.Point(192, 43);
  431. this.txtGas1Factor.Name = "txtGas1Factor";
  432. this.txtGas1Factor.Size = new System.Drawing.Size(117, 21);
  433. this.txtGas1Factor.TabIndex = 2;
  434. this.txtGas1Factor.TextChanged += new System.EventHandler(this.txtGas1Factor_TextChanged);
  435. //
  436. // txtGas2Factor
  437. //
  438. this.txtGas2Factor.Location = new System.Drawing.Point(192, 72);
  439. this.txtGas2Factor.Name = "txtGas2Factor";
  440. this.txtGas2Factor.Size = new System.Drawing.Size(117, 21);
  441. this.txtGas2Factor.TabIndex = 2;
  442. this.txtGas2Factor.TextChanged += new System.EventHandler(this.txtGas2Factor_TextChanged);
  443. //
  444. // txtGas3Factor
  445. //
  446. this.txtGas3Factor.Location = new System.Drawing.Point(192, 101);
  447. this.txtGas3Factor.Name = "txtGas3Factor";
  448. this.txtGas3Factor.Size = new System.Drawing.Size(117, 21);
  449. this.txtGas3Factor.TabIndex = 2;
  450. this.txtGas3Factor.TextChanged += new System.EventHandler(this.txtGas3Factor_TextChanged);
  451. //
  452. // txtGas4Factor
  453. //
  454. this.txtGas4Factor.Location = new System.Drawing.Point(192, 130);
  455. this.txtGas4Factor.Name = "txtGas4Factor";
  456. this.txtGas4Factor.Size = new System.Drawing.Size(117, 21);
  457. this.txtGas4Factor.TabIndex = 2;
  458. this.txtGas4Factor.TextChanged += new System.EventHandler(this.txtGas4Factor_TextChanged);
  459. //
  460. // txtGas5Factor
  461. //
  462. this.txtGas5Factor.Location = new System.Drawing.Point(192, 159);
  463. this.txtGas5Factor.Name = "txtGas5Factor";
  464. this.txtGas5Factor.Size = new System.Drawing.Size(117, 21);
  465. this.txtGas5Factor.TabIndex = 2;
  466. this.txtGas5Factor.TextChanged += new System.EventHandler(this.txtGas5Factor_TextChanged);
  467. //
  468. // btnGas2Factor
  469. //
  470. this.btnGas2Factor.Location = new System.Drawing.Point(333, 70);
  471. this.btnGas2Factor.Name = "btnGas2Factor";
  472. this.btnGas2Factor.Size = new System.Drawing.Size(75, 23);
  473. this.btnGas2Factor.TabIndex = 1;
  474. this.btnGas2Factor.Text = "Set";
  475. this.btnGas2Factor.UseVisualStyleBackColor = true;
  476. this.btnGas2Factor.Click += new System.EventHandler(this.btnGas2Factor_Click);
  477. //
  478. // btnGas3Factor
  479. //
  480. this.btnGas3Factor.Location = new System.Drawing.Point(333, 98);
  481. this.btnGas3Factor.Name = "btnGas3Factor";
  482. this.btnGas3Factor.Size = new System.Drawing.Size(75, 23);
  483. this.btnGas3Factor.TabIndex = 1;
  484. this.btnGas3Factor.Text = "Set";
  485. this.btnGas3Factor.UseVisualStyleBackColor = true;
  486. this.btnGas3Factor.Click += new System.EventHandler(this.btnGas3Factor_Click);
  487. //
  488. // btnGas4Factor
  489. //
  490. this.btnGas4Factor.Location = new System.Drawing.Point(333, 126);
  491. this.btnGas4Factor.Name = "btnGas4Factor";
  492. this.btnGas4Factor.Size = new System.Drawing.Size(75, 23);
  493. this.btnGas4Factor.TabIndex = 1;
  494. this.btnGas4Factor.Text = "Set";
  495. this.btnGas4Factor.UseVisualStyleBackColor = true;
  496. this.btnGas4Factor.Click += new System.EventHandler(this.btnGas4Factor_Click);
  497. //
  498. // btnGas5Factor
  499. //
  500. this.btnGas5Factor.Location = new System.Drawing.Point(333, 154);
  501. this.btnGas5Factor.Name = "btnGas5Factor";
  502. this.btnGas5Factor.Size = new System.Drawing.Size(75, 23);
  503. this.btnGas5Factor.TabIndex = 1;
  504. this.btnGas5Factor.Text = "Set";
  505. this.btnGas5Factor.UseVisualStyleBackColor = true;
  506. this.btnGas5Factor.Click += new System.EventHandler(this.btnGas5Factor_Click);
  507. //
  508. // label8
  509. //
  510. this.label8.AutoSize = true;
  511. this.label8.Location = new System.Drawing.Point(47, 69);
  512. this.label8.Name = "label8";
  513. this.label8.Size = new System.Drawing.Size(89, 12);
  514. this.label8.TabIndex = 4;
  515. this.label8.Text = "RF Power Range";
  516. //
  517. // DeviceConfigBackendView
  518. //
  519. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  520. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  521. this.Controls.Add(this.groupBox4);
  522. this.Controls.Add(this.groupBox3);
  523. this.Controls.Add(this.groupBox2);
  524. this.Controls.Add(this.groupBox1);
  525. this.Controls.Add(this.label1);
  526. this.Name = "DeviceConfigBackendView";
  527. this.Size = new System.Drawing.Size(932, 528);
  528. this.Load += new System.EventHandler(this.DeviceConfigBackendView_Load);
  529. this.groupBox1.ResumeLayout(false);
  530. this.groupBox1.PerformLayout();
  531. this.groupBox2.ResumeLayout(false);
  532. this.groupBox2.PerformLayout();
  533. this.groupBox3.ResumeLayout(false);
  534. this.groupBox3.PerformLayout();
  535. this.groupBox4.ResumeLayout(false);
  536. this.groupBox4.PerformLayout();
  537. this.ResumeLayout(false);
  538. this.PerformLayout();
  539. }
  540. #endregion
  541. private System.Windows.Forms.Label label1;
  542. private System.Windows.Forms.CheckBox ckHasBoostPump;
  543. private System.Windows.Forms.Button btnSetHasBoostPump;
  544. private System.Windows.Forms.GroupBox groupBox1;
  545. private System.Windows.Forms.Button btnSetHasThrottleValve;
  546. private System.Windows.Forms.CheckBox ckHasThrottleValve;
  547. private System.Windows.Forms.GroupBox groupBox2;
  548. private System.Windows.Forms.Button btnGasLine5Enable;
  549. private System.Windows.Forms.Button btnGasLine4Enable;
  550. private System.Windows.Forms.Button btnGasLine3Enable;
  551. private System.Windows.Forms.Button btnGasLine2Enable;
  552. private System.Windows.Forms.Button btnGasLine1Enable;
  553. private System.Windows.Forms.CheckBox ckGasLine5Enable;
  554. private System.Windows.Forms.CheckBox ckGasLine4Enable;
  555. private System.Windows.Forms.CheckBox ckGasLine3Enable;
  556. private System.Windows.Forms.CheckBox ckGasLine2Enable;
  557. private System.Windows.Forms.CheckBox ckGasLine1Enable;
  558. private System.Windows.Forms.GroupBox groupBox3;
  559. private System.Windows.Forms.Button btnRfPowerRange;
  560. private System.Windows.Forms.TextBox txtRfPowerRange;
  561. private System.Windows.Forms.Button btnRfPulsingFunctionEnable;
  562. private System.Windows.Forms.CheckBox ckRfPulsingFunctionEnable;
  563. private System.Windows.Forms.Label label8;
  564. private System.Windows.Forms.GroupBox groupBox4;
  565. private System.Windows.Forms.Label label7;
  566. private System.Windows.Forms.Label label6;
  567. private System.Windows.Forms.Label label5;
  568. private System.Windows.Forms.Label lABELGas2Factor;
  569. private System.Windows.Forms.Label DFGas1Factor;
  570. private System.Windows.Forms.Label label2;
  571. private System.Windows.Forms.Button btnGas1Factor;
  572. private System.Windows.Forms.TextBox txtGas5Factor;
  573. private System.Windows.Forms.TextBox txtGas4Factor;
  574. private System.Windows.Forms.TextBox txtGas3Factor;
  575. private System.Windows.Forms.TextBox txtGas2Factor;
  576. private System.Windows.Forms.TextBox txtGas1Factor;
  577. private System.Windows.Forms.TextBox txtRfFactor;
  578. private System.Windows.Forms.Button btnGas5Factor;
  579. private System.Windows.Forms.Button btnGas4Factor;
  580. private System.Windows.Forms.Button btnGas3Factor;
  581. private System.Windows.Forms.Button btnGas2Factor;
  582. private System.Windows.Forms.Button btnRfFactor;
  583. }
  584. }