DebuggingForm.Designer.cs 85 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615
  1. 
  2. namespace Tps_LQ_Transmitter
  3. {
  4. partial class DebuggingForm
  5. {
  6. /// <summary>
  7. /// Required designer variable.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Clean up any resources being used.
  12. /// </summary>
  13. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region Windows Form Designer generated code
  23. /// <summary>
  24. /// Required method for Designer support - do not modify
  25. /// the contents of this method with the code editor.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. this.btnPowCh_1 = new DevComponents.DotNetBar.ButtonX();
  30. this.btnPowCh_2 = new DevComponents.DotNetBar.ButtonX();
  31. this.btnPowCh_4 = new DevComponents.DotNetBar.ButtonX();
  32. this.btnPowCh_5 = new DevComponents.DotNetBar.ButtonX();
  33. this.btnPowCh_6 = new DevComponents.DotNetBar.ButtonX();
  34. this.btnPowCh_7 = new DevComponents.DotNetBar.ButtonX();
  35. this.btnPowCh_8 = new DevComponents.DotNetBar.ButtonX();
  36. this.chkStCh_1 = new DevComponents.DotNetBar.Controls.CheckBoxX();
  37. this.chkStCh_2 = new DevComponents.DotNetBar.Controls.CheckBoxX();
  38. this.chkStCh_3 = new DevComponents.DotNetBar.Controls.CheckBoxX();
  39. this.chkStCh_4 = new DevComponents.DotNetBar.Controls.CheckBoxX();
  40. this.chkStCh_5 = new DevComponents.DotNetBar.Controls.CheckBoxX();
  41. this.chkStCh_6 = new DevComponents.DotNetBar.Controls.CheckBoxX();
  42. this.chkStCh_7 = new DevComponents.DotNetBar.Controls.CheckBoxX();
  43. this.chkStCh_8 = new DevComponents.DotNetBar.Controls.CheckBoxX();
  44. this.txtbVoltCh_1 = new DevComponents.DotNetBar.Controls.TextBoxX();
  45. this.txtbVoltCh_2 = new DevComponents.DotNetBar.Controls.TextBoxX();
  46. this.txtbVoltCh_3 = new DevComponents.DotNetBar.Controls.TextBoxX();
  47. this.txtbVoltCh_4 = new DevComponents.DotNetBar.Controls.TextBoxX();
  48. this.txtbVoltCh_5 = new DevComponents.DotNetBar.Controls.TextBoxX();
  49. this.txtbVoltCh_6 = new DevComponents.DotNetBar.Controls.TextBoxX();
  50. this.txtbVoltCh_7 = new DevComponents.DotNetBar.Controls.TextBoxX();
  51. this.txtbVoltCh_8 = new DevComponents.DotNetBar.Controls.TextBoxX();
  52. this.txtbCurrCh_1 = new DevComponents.DotNetBar.Controls.TextBoxX();
  53. this.txtbCurrCh_2 = new DevComponents.DotNetBar.Controls.TextBoxX();
  54. this.txtbCurrCh_3 = new DevComponents.DotNetBar.Controls.TextBoxX();
  55. this.txtbCurrCh_4 = new DevComponents.DotNetBar.Controls.TextBoxX();
  56. this.txtbCurrCh_5 = new DevComponents.DotNetBar.Controls.TextBoxX();
  57. this.txtbCurrCh_6 = new DevComponents.DotNetBar.Controls.TextBoxX();
  58. this.txtbCurrCh_7 = new DevComponents.DotNetBar.Controls.TextBoxX();
  59. this.txtbCurrCh_8 = new DevComponents.DotNetBar.Controls.TextBoxX();
  60. this.labelX1 = new DevComponents.DotNetBar.LabelX();
  61. this.labelX2 = new DevComponents.DotNetBar.LabelX();
  62. this.labelX3 = new DevComponents.DotNetBar.LabelX();
  63. this.labelX4 = new DevComponents.DotNetBar.LabelX();
  64. this.led1 = new SeeSharpTools.JY.GUI.LED();
  65. this.led2 = new SeeSharpTools.JY.GUI.LED();
  66. this.led3 = new SeeSharpTools.JY.GUI.LED();
  67. this.led4 = new SeeSharpTools.JY.GUI.LED();
  68. this.led5 = new SeeSharpTools.JY.GUI.LED();
  69. this.led6 = new SeeSharpTools.JY.GUI.LED();
  70. this.led7 = new SeeSharpTools.JY.GUI.LED();
  71. this.led8 = new SeeSharpTools.JY.GUI.LED();
  72. this.labelX5 = new DevComponents.DotNetBar.LabelX();
  73. this.txtbMsg = new DevComponents.DotNetBar.Controls.TextBoxX();
  74. this.labelX6 = new DevComponents.DotNetBar.LabelX();
  75. this.labelX7 = new DevComponents.DotNetBar.LabelX();
  76. this.txtbVoltSetValue = new DevComponents.DotNetBar.Controls.TextBoxX();
  77. this.labelX8 = new DevComponents.DotNetBar.LabelX();
  78. this.labelX9 = new DevComponents.DotNetBar.LabelX();
  79. this.txtbCurrSetValue = new DevComponents.DotNetBar.Controls.TextBoxX();
  80. this.btnPowerSetting = new DevComponents.DotNetBar.ButtonX();
  81. this.btnOther = new DevComponents.DotNetBar.ButtonX();
  82. this.chkAyCh_1 = new DevComponents.DotNetBar.Controls.CheckBoxX();
  83. this.labelX10 = new DevComponents.DotNetBar.LabelX();
  84. this.chkAyCh_2 = new DevComponents.DotNetBar.Controls.CheckBoxX();
  85. this.chkAyCh_3 = new DevComponents.DotNetBar.Controls.CheckBoxX();
  86. this.chkAyCh_4 = new DevComponents.DotNetBar.Controls.CheckBoxX();
  87. this.chkAyCh_5 = new DevComponents.DotNetBar.Controls.CheckBoxX();
  88. this.chkAyCh_6 = new DevComponents.DotNetBar.Controls.CheckBoxX();
  89. this.chkAyCh_7 = new DevComponents.DotNetBar.Controls.CheckBoxX();
  90. this.chkAyCh_8 = new DevComponents.DotNetBar.Controls.CheckBoxX();
  91. this.chkBxCh_1 = new DevComponents.DotNetBar.Controls.CheckBoxX();
  92. this.chkBxCh_2 = new DevComponents.DotNetBar.Controls.CheckBoxX();
  93. this.chkBxCh_3 = new DevComponents.DotNetBar.Controls.CheckBoxX();
  94. this.chkBxCh_4 = new DevComponents.DotNetBar.Controls.CheckBoxX();
  95. this.labelX11 = new DevComponents.DotNetBar.LabelX();
  96. this.labelX12 = new DevComponents.DotNetBar.LabelX();
  97. this.chkCzCh = new DevComponents.DotNetBar.Controls.CheckBoxX();
  98. this.ChkPowerOnOff = new DevComponents.DotNetBar.Controls.CheckBoxX();
  99. this.labelX13 = new DevComponents.DotNetBar.LabelX();
  100. this.btnPowCh_3 = new DevComponents.DotNetBar.ButtonX();
  101. this.labelX14 = new DevComponents.DotNetBar.LabelX();
  102. this.labelX15 = new DevComponents.DotNetBar.LabelX();
  103. this.labelX16 = new DevComponents.DotNetBar.LabelX();
  104. this.labelX17 = new DevComponents.DotNetBar.LabelX();
  105. this.labelX18 = new DevComponents.DotNetBar.LabelX();
  106. this.labelX19 = new DevComponents.DotNetBar.LabelX();
  107. this.labelX20 = new DevComponents.DotNetBar.LabelX();
  108. this.labelX21 = new DevComponents.DotNetBar.LabelX();
  109. this.labelX22 = new DevComponents.DotNetBar.LabelX();
  110. this.labelX23 = new DevComponents.DotNetBar.LabelX();
  111. this.labelX24 = new DevComponents.DotNetBar.LabelX();
  112. this.labelX25 = new DevComponents.DotNetBar.LabelX();
  113. this.labelX26 = new DevComponents.DotNetBar.LabelX();
  114. this.labelX27 = new DevComponents.DotNetBar.LabelX();
  115. this.labelX28 = new DevComponents.DotNetBar.LabelX();
  116. this.labelX29 = new DevComponents.DotNetBar.LabelX();
  117. this.labelX30 = new DevComponents.DotNetBar.LabelX();
  118. this.labelX31 = new DevComponents.DotNetBar.LabelX();
  119. this.labelX32 = new DevComponents.DotNetBar.LabelX();
  120. this.SuspendLayout();
  121. //
  122. // btnPowCh_1
  123. //
  124. this.btnPowCh_1.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
  125. this.btnPowCh_1.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
  126. this.btnPowCh_1.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  127. this.btnPowCh_1.Location = new System.Drawing.Point(166, 36);
  128. this.btnPowCh_1.Name = "btnPowCh_1";
  129. this.btnPowCh_1.Size = new System.Drawing.Size(98, 48);
  130. this.btnPowCh_1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
  131. this.btnPowCh_1.TabIndex = 0;
  132. this.btnPowCh_1.Text = "通道1";
  133. this.btnPowCh_1.Click += new System.EventHandler(this.btnPowCh_1_Click);
  134. //
  135. // btnPowCh_2
  136. //
  137. this.btnPowCh_2.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
  138. this.btnPowCh_2.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
  139. this.btnPowCh_2.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  140. this.btnPowCh_2.Location = new System.Drawing.Point(372, 36);
  141. this.btnPowCh_2.Name = "btnPowCh_2";
  142. this.btnPowCh_2.Size = new System.Drawing.Size(98, 48);
  143. this.btnPowCh_2.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
  144. this.btnPowCh_2.TabIndex = 0;
  145. this.btnPowCh_2.Text = "通道2";
  146. this.btnPowCh_2.Click += new System.EventHandler(this.btnPowCh_2_Click);
  147. //
  148. // btnPowCh_4
  149. //
  150. this.btnPowCh_4.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
  151. this.btnPowCh_4.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
  152. this.btnPowCh_4.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  153. this.btnPowCh_4.Location = new System.Drawing.Point(784, 36);
  154. this.btnPowCh_4.Name = "btnPowCh_4";
  155. this.btnPowCh_4.Size = new System.Drawing.Size(98, 48);
  156. this.btnPowCh_4.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
  157. this.btnPowCh_4.TabIndex = 0;
  158. this.btnPowCh_4.Text = "通道4";
  159. this.btnPowCh_4.Click += new System.EventHandler(this.btnPowCh_4_Click);
  160. //
  161. // btnPowCh_5
  162. //
  163. this.btnPowCh_5.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
  164. this.btnPowCh_5.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
  165. this.btnPowCh_5.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  166. this.btnPowCh_5.Location = new System.Drawing.Point(990, 36);
  167. this.btnPowCh_5.Name = "btnPowCh_5";
  168. this.btnPowCh_5.Size = new System.Drawing.Size(98, 48);
  169. this.btnPowCh_5.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
  170. this.btnPowCh_5.TabIndex = 0;
  171. this.btnPowCh_5.Text = "通道5";
  172. this.btnPowCh_5.Click += new System.EventHandler(this.btnPowCh_5_Click);
  173. //
  174. // btnPowCh_6
  175. //
  176. this.btnPowCh_6.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
  177. this.btnPowCh_6.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
  178. this.btnPowCh_6.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  179. this.btnPowCh_6.Location = new System.Drawing.Point(1196, 36);
  180. this.btnPowCh_6.Name = "btnPowCh_6";
  181. this.btnPowCh_6.Size = new System.Drawing.Size(98, 48);
  182. this.btnPowCh_6.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
  183. this.btnPowCh_6.TabIndex = 0;
  184. this.btnPowCh_6.Text = "通道6";
  185. this.btnPowCh_6.Click += new System.EventHandler(this.btnPowCh_6_Click);
  186. //
  187. // btnPowCh_7
  188. //
  189. this.btnPowCh_7.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
  190. this.btnPowCh_7.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
  191. this.btnPowCh_7.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  192. this.btnPowCh_7.Location = new System.Drawing.Point(1402, 36);
  193. this.btnPowCh_7.Name = "btnPowCh_7";
  194. this.btnPowCh_7.Size = new System.Drawing.Size(98, 48);
  195. this.btnPowCh_7.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
  196. this.btnPowCh_7.TabIndex = 0;
  197. this.btnPowCh_7.Text = "通道7";
  198. this.btnPowCh_7.Click += new System.EventHandler(this.btnPowCh_7_Click);
  199. //
  200. // btnPowCh_8
  201. //
  202. this.btnPowCh_8.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
  203. this.btnPowCh_8.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
  204. this.btnPowCh_8.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  205. this.btnPowCh_8.Location = new System.Drawing.Point(1608, 36);
  206. this.btnPowCh_8.Name = "btnPowCh_8";
  207. this.btnPowCh_8.Size = new System.Drawing.Size(98, 48);
  208. this.btnPowCh_8.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
  209. this.btnPowCh_8.TabIndex = 0;
  210. this.btnPowCh_8.Text = "通道8";
  211. this.btnPowCh_8.Click += new System.EventHandler(this.btnPowCh_8_Click);
  212. //
  213. // chkStCh_1
  214. //
  215. //
  216. //
  217. //
  218. this.chkStCh_1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
  219. this.chkStCh_1.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  220. this.chkStCh_1.Location = new System.Drawing.Point(166, 157);
  221. this.chkStCh_1.Name = "chkStCh_1";
  222. this.chkStCh_1.Size = new System.Drawing.Size(75, 23);
  223. this.chkStCh_1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
  224. this.chkStCh_1.TabIndex = 1;
  225. this.chkStCh_1.Text = "通道1";
  226. this.chkStCh_1.CheckedChanged += new System.EventHandler(this.chkStCh_1_CheckedChanged);
  227. //
  228. // chkStCh_2
  229. //
  230. //
  231. //
  232. //
  233. this.chkStCh_2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
  234. this.chkStCh_2.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  235. this.chkStCh_2.Location = new System.Drawing.Point(372, 157);
  236. this.chkStCh_2.Name = "chkStCh_2";
  237. this.chkStCh_2.Size = new System.Drawing.Size(75, 23);
  238. this.chkStCh_2.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
  239. this.chkStCh_2.TabIndex = 1;
  240. this.chkStCh_2.Text = "通道2";
  241. this.chkStCh_2.CheckedChanged += new System.EventHandler(this.chkStCh_2_CheckedChanged);
  242. //
  243. // chkStCh_3
  244. //
  245. //
  246. //
  247. //
  248. this.chkStCh_3.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
  249. this.chkStCh_3.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  250. this.chkStCh_3.Location = new System.Drawing.Point(578, 157);
  251. this.chkStCh_3.Name = "chkStCh_3";
  252. this.chkStCh_3.Size = new System.Drawing.Size(75, 23);
  253. this.chkStCh_3.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
  254. this.chkStCh_3.TabIndex = 1;
  255. this.chkStCh_3.Text = "通道3";
  256. this.chkStCh_3.CheckedChanged += new System.EventHandler(this.chkStCh_3_CheckedChanged);
  257. //
  258. // chkStCh_4
  259. //
  260. //
  261. //
  262. //
  263. this.chkStCh_4.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
  264. this.chkStCh_4.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  265. this.chkStCh_4.Location = new System.Drawing.Point(784, 157);
  266. this.chkStCh_4.Name = "chkStCh_4";
  267. this.chkStCh_4.Size = new System.Drawing.Size(75, 23);
  268. this.chkStCh_4.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
  269. this.chkStCh_4.TabIndex = 1;
  270. this.chkStCh_4.Text = "通道4";
  271. this.chkStCh_4.CheckedChanged += new System.EventHandler(this.chkStCh_4_CheckedChanged);
  272. //
  273. // chkStCh_5
  274. //
  275. //
  276. //
  277. //
  278. this.chkStCh_5.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
  279. this.chkStCh_5.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  280. this.chkStCh_5.Location = new System.Drawing.Point(990, 157);
  281. this.chkStCh_5.Name = "chkStCh_5";
  282. this.chkStCh_5.Size = new System.Drawing.Size(75, 23);
  283. this.chkStCh_5.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
  284. this.chkStCh_5.TabIndex = 1;
  285. this.chkStCh_5.Text = "通道5";
  286. this.chkStCh_5.CheckedChanged += new System.EventHandler(this.chkStCh_5_CheckedChanged);
  287. //
  288. // chkStCh_6
  289. //
  290. //
  291. //
  292. //
  293. this.chkStCh_6.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
  294. this.chkStCh_6.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  295. this.chkStCh_6.Location = new System.Drawing.Point(1196, 157);
  296. this.chkStCh_6.Name = "chkStCh_6";
  297. this.chkStCh_6.Size = new System.Drawing.Size(75, 23);
  298. this.chkStCh_6.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
  299. this.chkStCh_6.TabIndex = 1;
  300. this.chkStCh_6.Text = "通道6";
  301. this.chkStCh_6.CheckedChanged += new System.EventHandler(this.chkStCh_6_CheckedChanged);
  302. //
  303. // chkStCh_7
  304. //
  305. //
  306. //
  307. //
  308. this.chkStCh_7.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
  309. this.chkStCh_7.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  310. this.chkStCh_7.Location = new System.Drawing.Point(1402, 157);
  311. this.chkStCh_7.Name = "chkStCh_7";
  312. this.chkStCh_7.Size = new System.Drawing.Size(75, 23);
  313. this.chkStCh_7.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
  314. this.chkStCh_7.TabIndex = 1;
  315. this.chkStCh_7.Text = "通道7";
  316. this.chkStCh_7.CheckedChanged += new System.EventHandler(this.chkStCh_7_CheckedChanged);
  317. //
  318. // chkStCh_8
  319. //
  320. //
  321. //
  322. //
  323. this.chkStCh_8.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
  324. this.chkStCh_8.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  325. this.chkStCh_8.Location = new System.Drawing.Point(1608, 157);
  326. this.chkStCh_8.Name = "chkStCh_8";
  327. this.chkStCh_8.Size = new System.Drawing.Size(75, 23);
  328. this.chkStCh_8.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
  329. this.chkStCh_8.TabIndex = 1;
  330. this.chkStCh_8.Text = "通道8";
  331. this.chkStCh_8.CheckedChanged += new System.EventHandler(this.chkStCh_8_CheckedChanged);
  332. //
  333. // txtbVoltCh_1
  334. //
  335. //
  336. //
  337. //
  338. this.txtbVoltCh_1.Border.Class = "TextBoxBorder";
  339. this.txtbVoltCh_1.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
  340. this.txtbVoltCh_1.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  341. this.txtbVoltCh_1.Location = new System.Drawing.Point(166, 315);
  342. this.txtbVoltCh_1.Name = "txtbVoltCh_1";
  343. this.txtbVoltCh_1.PreventEnterBeep = true;
  344. this.txtbVoltCh_1.Size = new System.Drawing.Size(75, 31);
  345. this.txtbVoltCh_1.TabIndex = 2;
  346. this.txtbVoltCh_1.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
  347. //
  348. // txtbVoltCh_2
  349. //
  350. //
  351. //
  352. //
  353. this.txtbVoltCh_2.Border.Class = "TextBoxBorder";
  354. this.txtbVoltCh_2.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
  355. this.txtbVoltCh_2.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  356. this.txtbVoltCh_2.Location = new System.Drawing.Point(372, 315);
  357. this.txtbVoltCh_2.Name = "txtbVoltCh_2";
  358. this.txtbVoltCh_2.PreventEnterBeep = true;
  359. this.txtbVoltCh_2.Size = new System.Drawing.Size(75, 31);
  360. this.txtbVoltCh_2.TabIndex = 2;
  361. this.txtbVoltCh_2.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
  362. //
  363. // txtbVoltCh_3
  364. //
  365. //
  366. //
  367. //
  368. this.txtbVoltCh_3.Border.Class = "TextBoxBorder";
  369. this.txtbVoltCh_3.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
  370. this.txtbVoltCh_3.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  371. this.txtbVoltCh_3.Location = new System.Drawing.Point(578, 315);
  372. this.txtbVoltCh_3.Name = "txtbVoltCh_3";
  373. this.txtbVoltCh_3.PreventEnterBeep = true;
  374. this.txtbVoltCh_3.Size = new System.Drawing.Size(75, 31);
  375. this.txtbVoltCh_3.TabIndex = 2;
  376. this.txtbVoltCh_3.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
  377. //
  378. // txtbVoltCh_4
  379. //
  380. //
  381. //
  382. //
  383. this.txtbVoltCh_4.Border.Class = "TextBoxBorder";
  384. this.txtbVoltCh_4.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
  385. this.txtbVoltCh_4.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  386. this.txtbVoltCh_4.Location = new System.Drawing.Point(784, 315);
  387. this.txtbVoltCh_4.Name = "txtbVoltCh_4";
  388. this.txtbVoltCh_4.PreventEnterBeep = true;
  389. this.txtbVoltCh_4.Size = new System.Drawing.Size(75, 31);
  390. this.txtbVoltCh_4.TabIndex = 2;
  391. this.txtbVoltCh_4.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
  392. //
  393. // txtbVoltCh_5
  394. //
  395. //
  396. //
  397. //
  398. this.txtbVoltCh_5.Border.Class = "TextBoxBorder";
  399. this.txtbVoltCh_5.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
  400. this.txtbVoltCh_5.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  401. this.txtbVoltCh_5.Location = new System.Drawing.Point(990, 315);
  402. this.txtbVoltCh_5.Name = "txtbVoltCh_5";
  403. this.txtbVoltCh_5.PreventEnterBeep = true;
  404. this.txtbVoltCh_5.Size = new System.Drawing.Size(75, 31);
  405. this.txtbVoltCh_5.TabIndex = 2;
  406. this.txtbVoltCh_5.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
  407. //
  408. // txtbVoltCh_6
  409. //
  410. //
  411. //
  412. //
  413. this.txtbVoltCh_6.Border.Class = "TextBoxBorder";
  414. this.txtbVoltCh_6.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
  415. this.txtbVoltCh_6.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  416. this.txtbVoltCh_6.Location = new System.Drawing.Point(1196, 315);
  417. this.txtbVoltCh_6.Name = "txtbVoltCh_6";
  418. this.txtbVoltCh_6.PreventEnterBeep = true;
  419. this.txtbVoltCh_6.Size = new System.Drawing.Size(75, 31);
  420. this.txtbVoltCh_6.TabIndex = 2;
  421. this.txtbVoltCh_6.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
  422. //
  423. // txtbVoltCh_7
  424. //
  425. //
  426. //
  427. //
  428. this.txtbVoltCh_7.Border.Class = "TextBoxBorder";
  429. this.txtbVoltCh_7.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
  430. this.txtbVoltCh_7.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  431. this.txtbVoltCh_7.Location = new System.Drawing.Point(1402, 315);
  432. this.txtbVoltCh_7.Name = "txtbVoltCh_7";
  433. this.txtbVoltCh_7.PreventEnterBeep = true;
  434. this.txtbVoltCh_7.Size = new System.Drawing.Size(75, 31);
  435. this.txtbVoltCh_7.TabIndex = 2;
  436. this.txtbVoltCh_7.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
  437. //
  438. // txtbVoltCh_8
  439. //
  440. //
  441. //
  442. //
  443. this.txtbVoltCh_8.Border.Class = "TextBoxBorder";
  444. this.txtbVoltCh_8.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
  445. this.txtbVoltCh_8.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  446. this.txtbVoltCh_8.Location = new System.Drawing.Point(1608, 315);
  447. this.txtbVoltCh_8.Name = "txtbVoltCh_8";
  448. this.txtbVoltCh_8.PreventEnterBeep = true;
  449. this.txtbVoltCh_8.Size = new System.Drawing.Size(75, 31);
  450. this.txtbVoltCh_8.TabIndex = 2;
  451. this.txtbVoltCh_8.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
  452. //
  453. // txtbCurrCh_1
  454. //
  455. //
  456. //
  457. //
  458. this.txtbCurrCh_1.Border.Class = "TextBoxBorder";
  459. this.txtbCurrCh_1.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
  460. this.txtbCurrCh_1.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  461. this.txtbCurrCh_1.Location = new System.Drawing.Point(166, 349);
  462. this.txtbCurrCh_1.Name = "txtbCurrCh_1";
  463. this.txtbCurrCh_1.PreventEnterBeep = true;
  464. this.txtbCurrCh_1.Size = new System.Drawing.Size(75, 31);
  465. this.txtbCurrCh_1.TabIndex = 2;
  466. this.txtbCurrCh_1.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
  467. //
  468. // txtbCurrCh_2
  469. //
  470. //
  471. //
  472. //
  473. this.txtbCurrCh_2.Border.Class = "TextBoxBorder";
  474. this.txtbCurrCh_2.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
  475. this.txtbCurrCh_2.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  476. this.txtbCurrCh_2.Location = new System.Drawing.Point(372, 349);
  477. this.txtbCurrCh_2.Name = "txtbCurrCh_2";
  478. this.txtbCurrCh_2.PreventEnterBeep = true;
  479. this.txtbCurrCh_2.Size = new System.Drawing.Size(75, 31);
  480. this.txtbCurrCh_2.TabIndex = 2;
  481. this.txtbCurrCh_2.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
  482. //
  483. // txtbCurrCh_3
  484. //
  485. //
  486. //
  487. //
  488. this.txtbCurrCh_3.Border.Class = "TextBoxBorder";
  489. this.txtbCurrCh_3.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
  490. this.txtbCurrCh_3.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  491. this.txtbCurrCh_3.Location = new System.Drawing.Point(578, 349);
  492. this.txtbCurrCh_3.Name = "txtbCurrCh_3";
  493. this.txtbCurrCh_3.PreventEnterBeep = true;
  494. this.txtbCurrCh_3.Size = new System.Drawing.Size(75, 31);
  495. this.txtbCurrCh_3.TabIndex = 2;
  496. this.txtbCurrCh_3.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
  497. //
  498. // txtbCurrCh_4
  499. //
  500. //
  501. //
  502. //
  503. this.txtbCurrCh_4.Border.Class = "TextBoxBorder";
  504. this.txtbCurrCh_4.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
  505. this.txtbCurrCh_4.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  506. this.txtbCurrCh_4.Location = new System.Drawing.Point(784, 349);
  507. this.txtbCurrCh_4.Name = "txtbCurrCh_4";
  508. this.txtbCurrCh_4.PreventEnterBeep = true;
  509. this.txtbCurrCh_4.Size = new System.Drawing.Size(75, 31);
  510. this.txtbCurrCh_4.TabIndex = 2;
  511. this.txtbCurrCh_4.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
  512. //
  513. // txtbCurrCh_5
  514. //
  515. //
  516. //
  517. //
  518. this.txtbCurrCh_5.Border.Class = "TextBoxBorder";
  519. this.txtbCurrCh_5.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
  520. this.txtbCurrCh_5.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  521. this.txtbCurrCh_5.Location = new System.Drawing.Point(990, 349);
  522. this.txtbCurrCh_5.Name = "txtbCurrCh_5";
  523. this.txtbCurrCh_5.PreventEnterBeep = true;
  524. this.txtbCurrCh_5.Size = new System.Drawing.Size(75, 31);
  525. this.txtbCurrCh_5.TabIndex = 2;
  526. this.txtbCurrCh_5.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
  527. //
  528. // txtbCurrCh_6
  529. //
  530. //
  531. //
  532. //
  533. this.txtbCurrCh_6.Border.Class = "TextBoxBorder";
  534. this.txtbCurrCh_6.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
  535. this.txtbCurrCh_6.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  536. this.txtbCurrCh_6.Location = new System.Drawing.Point(1196, 349);
  537. this.txtbCurrCh_6.Name = "txtbCurrCh_6";
  538. this.txtbCurrCh_6.PreventEnterBeep = true;
  539. this.txtbCurrCh_6.Size = new System.Drawing.Size(75, 31);
  540. this.txtbCurrCh_6.TabIndex = 2;
  541. this.txtbCurrCh_6.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
  542. //
  543. // txtbCurrCh_7
  544. //
  545. //
  546. //
  547. //
  548. this.txtbCurrCh_7.Border.Class = "TextBoxBorder";
  549. this.txtbCurrCh_7.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
  550. this.txtbCurrCh_7.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  551. this.txtbCurrCh_7.Location = new System.Drawing.Point(1402, 349);
  552. this.txtbCurrCh_7.Name = "txtbCurrCh_7";
  553. this.txtbCurrCh_7.PreventEnterBeep = true;
  554. this.txtbCurrCh_7.Size = new System.Drawing.Size(75, 31);
  555. this.txtbCurrCh_7.TabIndex = 2;
  556. this.txtbCurrCh_7.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
  557. //
  558. // txtbCurrCh_8
  559. //
  560. //
  561. //
  562. //
  563. this.txtbCurrCh_8.Border.Class = "TextBoxBorder";
  564. this.txtbCurrCh_8.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
  565. this.txtbCurrCh_8.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  566. this.txtbCurrCh_8.Location = new System.Drawing.Point(1608, 349);
  567. this.txtbCurrCh_8.Name = "txtbCurrCh_8";
  568. this.txtbCurrCh_8.PreventEnterBeep = true;
  569. this.txtbCurrCh_8.Size = new System.Drawing.Size(75, 31);
  570. this.txtbCurrCh_8.TabIndex = 2;
  571. this.txtbCurrCh_8.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
  572. //
  573. // labelX1
  574. //
  575. //
  576. //
  577. //
  578. this.labelX1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
  579. this.labelX1.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  580. this.labelX1.Location = new System.Drawing.Point(5, 323);
  581. this.labelX1.Name = "labelX1";
  582. this.labelX1.Size = new System.Drawing.Size(154, 23);
  583. this.labelX1.TabIndex = 3;
  584. this.labelX1.Text = "电 压:";
  585. //
  586. // labelX2
  587. //
  588. //
  589. //
  590. //
  591. this.labelX2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
  592. this.labelX2.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  593. this.labelX2.Location = new System.Drawing.Point(5, 357);
  594. this.labelX2.Name = "labelX2";
  595. this.labelX2.Size = new System.Drawing.Size(154, 23);
  596. this.labelX2.TabIndex = 3;
  597. this.labelX2.Text = "电 流:";
  598. //
  599. // labelX3
  600. //
  601. //
  602. //
  603. //
  604. this.labelX3.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
  605. this.labelX3.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  606. this.labelX3.Location = new System.Drawing.Point(5, 150);
  607. this.labelX3.Name = "labelX3";
  608. this.labelX3.Size = new System.Drawing.Size(154, 37);
  609. this.labelX3.TabIndex = 3;
  610. this.labelX3.Text = "一分八开关:";
  611. //
  612. // labelX4
  613. //
  614. //
  615. //
  616. //
  617. this.labelX4.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
  618. this.labelX4.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  619. this.labelX4.Location = new System.Drawing.Point(5, 36);
  620. this.labelX4.Name = "labelX4";
  621. this.labelX4.Size = new System.Drawing.Size(129, 48);
  622. this.labelX4.TabIndex = 3;
  623. this.labelX4.Text = "供电开关:";
  624. //
  625. // led1
  626. //
  627. this.led1.BlinkColor = System.Drawing.Color.Lime;
  628. this.led1.BlinkInterval = 1000;
  629. this.led1.BlinkOn = false;
  630. this.led1.Cursor = System.Windows.Forms.Cursors.Arrow;
  631. this.led1.Interacton = SeeSharpTools.JY.GUI.LED.InteractionStyle.Indicator;
  632. this.led1.Location = new System.Drawing.Point(200, 104);
  633. this.led1.Name = "led1";
  634. this.led1.OffColor = System.Drawing.Color.Gray;
  635. this.led1.OnColor = System.Drawing.Color.Lime;
  636. this.led1.Size = new System.Drawing.Size(31, 31);
  637. this.led1.Style = SeeSharpTools.JY.GUI.LED.LedStyle.Circular;
  638. this.led1.TabIndex = 4;
  639. this.led1.Value = false;
  640. //
  641. // led2
  642. //
  643. this.led2.BlinkColor = System.Drawing.Color.Lime;
  644. this.led2.BlinkInterval = 1000;
  645. this.led2.BlinkOn = false;
  646. this.led2.Cursor = System.Windows.Forms.Cursors.Arrow;
  647. this.led2.Interacton = SeeSharpTools.JY.GUI.LED.InteractionStyle.Indicator;
  648. this.led2.Location = new System.Drawing.Point(406, 104);
  649. this.led2.Name = "led2";
  650. this.led2.OffColor = System.Drawing.Color.Gray;
  651. this.led2.OnColor = System.Drawing.Color.Lime;
  652. this.led2.Size = new System.Drawing.Size(31, 31);
  653. this.led2.Style = SeeSharpTools.JY.GUI.LED.LedStyle.Circular;
  654. this.led2.TabIndex = 4;
  655. this.led2.Value = false;
  656. //
  657. // led3
  658. //
  659. this.led3.BlinkColor = System.Drawing.Color.Lime;
  660. this.led3.BlinkInterval = 1000;
  661. this.led3.BlinkOn = false;
  662. this.led3.Cursor = System.Windows.Forms.Cursors.Arrow;
  663. this.led3.Interacton = SeeSharpTools.JY.GUI.LED.InteractionStyle.Indicator;
  664. this.led3.Location = new System.Drawing.Point(612, 104);
  665. this.led3.Name = "led3";
  666. this.led3.OffColor = System.Drawing.Color.Gray;
  667. this.led3.OnColor = System.Drawing.Color.Lime;
  668. this.led3.Size = new System.Drawing.Size(31, 31);
  669. this.led3.Style = SeeSharpTools.JY.GUI.LED.LedStyle.Circular;
  670. this.led3.TabIndex = 4;
  671. this.led3.Value = false;
  672. //
  673. // led4
  674. //
  675. this.led4.BlinkColor = System.Drawing.Color.Lime;
  676. this.led4.BlinkInterval = 1000;
  677. this.led4.BlinkOn = false;
  678. this.led4.Cursor = System.Windows.Forms.Cursors.Arrow;
  679. this.led4.Interacton = SeeSharpTools.JY.GUI.LED.InteractionStyle.Indicator;
  680. this.led4.Location = new System.Drawing.Point(818, 104);
  681. this.led4.Name = "led4";
  682. this.led4.OffColor = System.Drawing.Color.Gray;
  683. this.led4.OnColor = System.Drawing.Color.Lime;
  684. this.led4.Size = new System.Drawing.Size(31, 31);
  685. this.led4.Style = SeeSharpTools.JY.GUI.LED.LedStyle.Circular;
  686. this.led4.TabIndex = 4;
  687. this.led4.Value = false;
  688. //
  689. // led5
  690. //
  691. this.led5.BlinkColor = System.Drawing.Color.Lime;
  692. this.led5.BlinkInterval = 1000;
  693. this.led5.BlinkOn = false;
  694. this.led5.Cursor = System.Windows.Forms.Cursors.Arrow;
  695. this.led5.Interacton = SeeSharpTools.JY.GUI.LED.InteractionStyle.Indicator;
  696. this.led5.Location = new System.Drawing.Point(1024, 104);
  697. this.led5.Name = "led5";
  698. this.led5.OffColor = System.Drawing.Color.Gray;
  699. this.led5.OnColor = System.Drawing.Color.Lime;
  700. this.led5.Size = new System.Drawing.Size(31, 31);
  701. this.led5.Style = SeeSharpTools.JY.GUI.LED.LedStyle.Circular;
  702. this.led5.TabIndex = 4;
  703. this.led5.Value = false;
  704. //
  705. // led6
  706. //
  707. this.led6.BlinkColor = System.Drawing.Color.Lime;
  708. this.led6.BlinkInterval = 1000;
  709. this.led6.BlinkOn = false;
  710. this.led6.Cursor = System.Windows.Forms.Cursors.Arrow;
  711. this.led6.Interacton = SeeSharpTools.JY.GUI.LED.InteractionStyle.Indicator;
  712. this.led6.Location = new System.Drawing.Point(1230, 104);
  713. this.led6.Name = "led6";
  714. this.led6.OffColor = System.Drawing.Color.Gray;
  715. this.led6.OnColor = System.Drawing.Color.Lime;
  716. this.led6.Size = new System.Drawing.Size(31, 31);
  717. this.led6.Style = SeeSharpTools.JY.GUI.LED.LedStyle.Circular;
  718. this.led6.TabIndex = 4;
  719. this.led6.Value = false;
  720. //
  721. // led7
  722. //
  723. this.led7.BlinkColor = System.Drawing.Color.Lime;
  724. this.led7.BlinkInterval = 1000;
  725. this.led7.BlinkOn = false;
  726. this.led7.Cursor = System.Windows.Forms.Cursors.Arrow;
  727. this.led7.Interacton = SeeSharpTools.JY.GUI.LED.InteractionStyle.Indicator;
  728. this.led7.Location = new System.Drawing.Point(1436, 104);
  729. this.led7.Name = "led7";
  730. this.led7.OffColor = System.Drawing.Color.Gray;
  731. this.led7.OnColor = System.Drawing.Color.Lime;
  732. this.led7.Size = new System.Drawing.Size(31, 31);
  733. this.led7.Style = SeeSharpTools.JY.GUI.LED.LedStyle.Circular;
  734. this.led7.TabIndex = 4;
  735. this.led7.Value = false;
  736. //
  737. // led8
  738. //
  739. this.led8.BlinkColor = System.Drawing.Color.Lime;
  740. this.led8.BlinkInterval = 1000;
  741. this.led8.BlinkOn = false;
  742. this.led8.Cursor = System.Windows.Forms.Cursors.Arrow;
  743. this.led8.Interacton = SeeSharpTools.JY.GUI.LED.InteractionStyle.Indicator;
  744. this.led8.Location = new System.Drawing.Point(1642, 104);
  745. this.led8.Name = "led8";
  746. this.led8.OffColor = System.Drawing.Color.Gray;
  747. this.led8.OnColor = System.Drawing.Color.Lime;
  748. this.led8.Size = new System.Drawing.Size(31, 31);
  749. this.led8.Style = SeeSharpTools.JY.GUI.LED.LedStyle.Circular;
  750. this.led8.TabIndex = 4;
  751. this.led8.Value = false;
  752. //
  753. // labelX5
  754. //
  755. //
  756. //
  757. //
  758. this.labelX5.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
  759. this.labelX5.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  760. this.labelX5.Location = new System.Drawing.Point(5, 112);
  761. this.labelX5.Name = "labelX5";
  762. this.labelX5.Size = new System.Drawing.Size(129, 23);
  763. this.labelX5.TabIndex = 3;
  764. this.labelX5.Text = "供电指示:";
  765. //
  766. // txtbMsg
  767. //
  768. //
  769. //
  770. //
  771. this.txtbMsg.Border.Class = "TextBoxBorder";
  772. this.txtbMsg.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
  773. this.txtbMsg.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  774. this.txtbMsg.Location = new System.Drawing.Point(166, 848);
  775. this.txtbMsg.Multiline = true;
  776. this.txtbMsg.Name = "txtbMsg";
  777. this.txtbMsg.PreventEnterBeep = true;
  778. this.txtbMsg.Size = new System.Drawing.Size(1648, 77);
  779. this.txtbMsg.TabIndex = 5;
  780. //
  781. // labelX6
  782. //
  783. //
  784. //
  785. //
  786. this.labelX6.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
  787. this.labelX6.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  788. this.labelX6.Location = new System.Drawing.Point(5, 848);
  789. this.labelX6.Name = "labelX6";
  790. this.labelX6.Size = new System.Drawing.Size(154, 34);
  791. this.labelX6.TabIndex = 3;
  792. this.labelX6.Text = "消 息:";
  793. //
  794. // labelX7
  795. //
  796. //
  797. //
  798. //
  799. this.labelX7.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
  800. this.labelX7.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  801. this.labelX7.Location = new System.Drawing.Point(5, 425);
  802. this.labelX7.Name = "labelX7";
  803. this.labelX7.Size = new System.Drawing.Size(154, 23);
  804. this.labelX7.TabIndex = 3;
  805. this.labelX7.Text = "内部电源:";
  806. //
  807. // txtbVoltSetValue
  808. //
  809. //
  810. //
  811. //
  812. this.txtbVoltSetValue.Border.Class = "TextBoxBorder";
  813. this.txtbVoltSetValue.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
  814. this.txtbVoltSetValue.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  815. this.txtbVoltSetValue.Location = new System.Drawing.Point(227, 421);
  816. this.txtbVoltSetValue.Name = "txtbVoltSetValue";
  817. this.txtbVoltSetValue.PreventEnterBeep = true;
  818. this.txtbVoltSetValue.Size = new System.Drawing.Size(75, 31);
  819. this.txtbVoltSetValue.TabIndex = 2;
  820. this.txtbVoltSetValue.Text = "28.0";
  821. this.txtbVoltSetValue.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
  822. //
  823. // labelX8
  824. //
  825. //
  826. //
  827. //
  828. this.labelX8.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
  829. this.labelX8.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  830. this.labelX8.Location = new System.Drawing.Point(166, 425);
  831. this.labelX8.Name = "labelX8";
  832. this.labelX8.Size = new System.Drawing.Size(55, 23);
  833. this.labelX8.TabIndex = 3;
  834. this.labelX8.Text = "电压";
  835. this.labelX8.TextAlignment = System.Drawing.StringAlignment.Far;
  836. //
  837. // labelX9
  838. //
  839. //
  840. //
  841. //
  842. this.labelX9.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
  843. this.labelX9.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  844. this.labelX9.Location = new System.Drawing.Point(372, 429);
  845. this.labelX9.Name = "labelX9";
  846. this.labelX9.Size = new System.Drawing.Size(59, 23);
  847. this.labelX9.TabIndex = 3;
  848. this.labelX9.Text = "电流";
  849. this.labelX9.TextAlignment = System.Drawing.StringAlignment.Far;
  850. //
  851. // txtbCurrSetValue
  852. //
  853. //
  854. //
  855. //
  856. this.txtbCurrSetValue.Border.Class = "TextBoxBorder";
  857. this.txtbCurrSetValue.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
  858. this.txtbCurrSetValue.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  859. this.txtbCurrSetValue.Location = new System.Drawing.Point(433, 425);
  860. this.txtbCurrSetValue.Name = "txtbCurrSetValue";
  861. this.txtbCurrSetValue.PreventEnterBeep = true;
  862. this.txtbCurrSetValue.Size = new System.Drawing.Size(74, 31);
  863. this.txtbCurrSetValue.TabIndex = 2;
  864. this.txtbCurrSetValue.Text = "1.000";
  865. this.txtbCurrSetValue.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
  866. //
  867. // btnPowerSetting
  868. //
  869. this.btnPowerSetting.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
  870. this.btnPowerSetting.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
  871. this.btnPowerSetting.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  872. this.btnPowerSetting.Location = new System.Drawing.Point(578, 425);
  873. this.btnPowerSetting.Name = "btnPowerSetting";
  874. this.btnPowerSetting.Size = new System.Drawing.Size(92, 31);
  875. this.btnPowerSetting.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
  876. this.btnPowerSetting.TabIndex = 0;
  877. this.btnPowerSetting.Text = "发送设定";
  878. this.btnPowerSetting.Click += new System.EventHandler(this.btnPowerSetting_Click);
  879. //
  880. // btnOther
  881. //
  882. this.btnOther.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
  883. this.btnOther.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
  884. this.btnOther.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  885. this.btnOther.Location = new System.Drawing.Point(1744, 315);
  886. this.btnOther.Name = "btnOther";
  887. this.btnOther.Size = new System.Drawing.Size(70, 65);
  888. this.btnOther.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
  889. this.btnOther.TabIndex = 6;
  890. this.btnOther.Text = "读取";
  891. this.btnOther.Click += new System.EventHandler(this.btnOther_Click);
  892. //
  893. // chkAyCh_1
  894. //
  895. //
  896. //
  897. //
  898. this.chkAyCh_1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
  899. this.chkAyCh_1.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  900. this.chkAyCh_1.Location = new System.Drawing.Point(166, 200);
  901. this.chkAyCh_1.Name = "chkAyCh_1";
  902. this.chkAyCh_1.Size = new System.Drawing.Size(75, 23);
  903. this.chkAyCh_1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
  904. this.chkAyCh_1.TabIndex = 1;
  905. this.chkAyCh_1.Text = "通道1";
  906. this.chkAyCh_1.CheckedChanged += new System.EventHandler(this.chkAyCh_1_CheckedChanged);
  907. //
  908. // labelX10
  909. //
  910. //
  911. //
  912. //
  913. this.labelX10.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
  914. this.labelX10.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  915. this.labelX10.Location = new System.Drawing.Point(5, 193);
  916. this.labelX10.Name = "labelX10";
  917. this.labelX10.Size = new System.Drawing.Size(154, 36);
  918. this.labelX10.TabIndex = 3;
  919. this.labelX10.Text = "一分二开关:";
  920. //
  921. // chkAyCh_2
  922. //
  923. //
  924. //
  925. //
  926. this.chkAyCh_2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
  927. this.chkAyCh_2.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  928. this.chkAyCh_2.Location = new System.Drawing.Point(372, 200);
  929. this.chkAyCh_2.Name = "chkAyCh_2";
  930. this.chkAyCh_2.Size = new System.Drawing.Size(75, 23);
  931. this.chkAyCh_2.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
  932. this.chkAyCh_2.TabIndex = 1;
  933. this.chkAyCh_2.Text = "通道2";
  934. this.chkAyCh_2.CheckedChanged += new System.EventHandler(this.chkAyCh_2_CheckedChanged);
  935. //
  936. // chkAyCh_3
  937. //
  938. //
  939. //
  940. //
  941. this.chkAyCh_3.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
  942. this.chkAyCh_3.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  943. this.chkAyCh_3.Location = new System.Drawing.Point(578, 200);
  944. this.chkAyCh_3.Name = "chkAyCh_3";
  945. this.chkAyCh_3.Size = new System.Drawing.Size(75, 23);
  946. this.chkAyCh_3.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
  947. this.chkAyCh_3.TabIndex = 1;
  948. this.chkAyCh_3.Text = "通道3";
  949. this.chkAyCh_3.CheckedChanged += new System.EventHandler(this.chkAyCh_3_CheckedChanged);
  950. //
  951. // chkAyCh_4
  952. //
  953. //
  954. //
  955. //
  956. this.chkAyCh_4.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
  957. this.chkAyCh_4.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  958. this.chkAyCh_4.Location = new System.Drawing.Point(784, 200);
  959. this.chkAyCh_4.Name = "chkAyCh_4";
  960. this.chkAyCh_4.Size = new System.Drawing.Size(75, 23);
  961. this.chkAyCh_4.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
  962. this.chkAyCh_4.TabIndex = 1;
  963. this.chkAyCh_4.Text = "通道4";
  964. this.chkAyCh_4.CheckedChanged += new System.EventHandler(this.chkAyCh_4_CheckedChanged);
  965. //
  966. // chkAyCh_5
  967. //
  968. //
  969. //
  970. //
  971. this.chkAyCh_5.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
  972. this.chkAyCh_5.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  973. this.chkAyCh_5.Location = new System.Drawing.Point(990, 200);
  974. this.chkAyCh_5.Name = "chkAyCh_5";
  975. this.chkAyCh_5.Size = new System.Drawing.Size(75, 23);
  976. this.chkAyCh_5.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
  977. this.chkAyCh_5.TabIndex = 1;
  978. this.chkAyCh_5.Text = "通道5";
  979. this.chkAyCh_5.CheckedChanged += new System.EventHandler(this.chkAyCh_5_CheckedChanged);
  980. //
  981. // chkAyCh_6
  982. //
  983. //
  984. //
  985. //
  986. this.chkAyCh_6.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
  987. this.chkAyCh_6.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  988. this.chkAyCh_6.Location = new System.Drawing.Point(1196, 200);
  989. this.chkAyCh_6.Name = "chkAyCh_6";
  990. this.chkAyCh_6.Size = new System.Drawing.Size(75, 23);
  991. this.chkAyCh_6.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
  992. this.chkAyCh_6.TabIndex = 1;
  993. this.chkAyCh_6.Text = "通道6";
  994. this.chkAyCh_6.CheckedChanged += new System.EventHandler(this.chkAyCh_6_CheckedChanged);
  995. //
  996. // chkAyCh_7
  997. //
  998. //
  999. //
  1000. //
  1001. this.chkAyCh_7.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
  1002. this.chkAyCh_7.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1003. this.chkAyCh_7.Location = new System.Drawing.Point(1402, 200);
  1004. this.chkAyCh_7.Name = "chkAyCh_7";
  1005. this.chkAyCh_7.Size = new System.Drawing.Size(75, 23);
  1006. this.chkAyCh_7.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
  1007. this.chkAyCh_7.TabIndex = 1;
  1008. this.chkAyCh_7.Text = "通道7";
  1009. this.chkAyCh_7.CheckedChanged += new System.EventHandler(this.chkAyCh_7_CheckedChanged);
  1010. //
  1011. // chkAyCh_8
  1012. //
  1013. //
  1014. //
  1015. //
  1016. this.chkAyCh_8.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
  1017. this.chkAyCh_8.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1018. this.chkAyCh_8.Location = new System.Drawing.Point(1608, 200);
  1019. this.chkAyCh_8.Name = "chkAyCh_8";
  1020. this.chkAyCh_8.Size = new System.Drawing.Size(75, 23);
  1021. this.chkAyCh_8.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
  1022. this.chkAyCh_8.TabIndex = 1;
  1023. this.chkAyCh_8.Text = "通道8";
  1024. this.chkAyCh_8.CheckedChanged += new System.EventHandler(this.chkAyCh_8_CheckedChanged);
  1025. //
  1026. // chkBxCh_1
  1027. //
  1028. //
  1029. //
  1030. //
  1031. this.chkBxCh_1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
  1032. this.chkBxCh_1.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1033. this.chkBxCh_1.Location = new System.Drawing.Point(166, 238);
  1034. this.chkBxCh_1.Name = "chkBxCh_1";
  1035. this.chkBxCh_1.Size = new System.Drawing.Size(75, 23);
  1036. this.chkBxCh_1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
  1037. this.chkBxCh_1.TabIndex = 1;
  1038. this.chkBxCh_1.Text = "CH1";
  1039. this.chkBxCh_1.CheckedChanged += new System.EventHandler(this.chkBxCh_1_CheckedChanged);
  1040. //
  1041. // chkBxCh_2
  1042. //
  1043. //
  1044. //
  1045. //
  1046. this.chkBxCh_2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
  1047. this.chkBxCh_2.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1048. this.chkBxCh_2.Location = new System.Drawing.Point(372, 238);
  1049. this.chkBxCh_2.Name = "chkBxCh_2";
  1050. this.chkBxCh_2.Size = new System.Drawing.Size(75, 23);
  1051. this.chkBxCh_2.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
  1052. this.chkBxCh_2.TabIndex = 1;
  1053. this.chkBxCh_2.Text = "CH2";
  1054. this.chkBxCh_2.CheckedChanged += new System.EventHandler(this.chkBxCh_2_CheckedChanged);
  1055. //
  1056. // chkBxCh_3
  1057. //
  1058. //
  1059. //
  1060. //
  1061. this.chkBxCh_3.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
  1062. this.chkBxCh_3.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1063. this.chkBxCh_3.Location = new System.Drawing.Point(578, 238);
  1064. this.chkBxCh_3.Name = "chkBxCh_3";
  1065. this.chkBxCh_3.Size = new System.Drawing.Size(75, 23);
  1066. this.chkBxCh_3.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
  1067. this.chkBxCh_3.TabIndex = 1;
  1068. this.chkBxCh_3.Text = "CH3";
  1069. this.chkBxCh_3.CheckedChanged += new System.EventHandler(this.chkBxCh_3_CheckedChanged);
  1070. //
  1071. // chkBxCh_4
  1072. //
  1073. //
  1074. //
  1075. //
  1076. this.chkBxCh_4.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
  1077. this.chkBxCh_4.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1078. this.chkBxCh_4.Location = new System.Drawing.Point(784, 238);
  1079. this.chkBxCh_4.Name = "chkBxCh_4";
  1080. this.chkBxCh_4.Size = new System.Drawing.Size(75, 23);
  1081. this.chkBxCh_4.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
  1082. this.chkBxCh_4.TabIndex = 1;
  1083. this.chkBxCh_4.Text = "CH4";
  1084. this.chkBxCh_4.CheckedChanged += new System.EventHandler(this.chkBxCh_4_CheckedChanged);
  1085. //
  1086. // labelX11
  1087. //
  1088. //
  1089. //
  1090. //
  1091. this.labelX11.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
  1092. this.labelX11.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1093. this.labelX11.Location = new System.Drawing.Point(5, 232);
  1094. this.labelX11.Name = "labelX11";
  1095. this.labelX11.Size = new System.Drawing.Size(154, 35);
  1096. this.labelX11.TabIndex = 3;
  1097. this.labelX11.Text = "一分四开关:";
  1098. //
  1099. // labelX12
  1100. //
  1101. //
  1102. //
  1103. //
  1104. this.labelX12.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
  1105. this.labelX12.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1106. this.labelX12.Location = new System.Drawing.Point(5, 273);
  1107. this.labelX12.Name = "labelX12";
  1108. this.labelX12.Size = new System.Drawing.Size(154, 32);
  1109. this.labelX12.TabIndex = 3;
  1110. this.labelX12.Text = "一分二开关:";
  1111. //
  1112. // chkCzCh
  1113. //
  1114. //
  1115. //
  1116. //
  1117. this.chkCzCh.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
  1118. this.chkCzCh.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1119. this.chkCzCh.Location = new System.Drawing.Point(166, 278);
  1120. this.chkCzCh.Name = "chkCzCh";
  1121. this.chkCzCh.Size = new System.Drawing.Size(75, 23);
  1122. this.chkCzCh.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
  1123. this.chkCzCh.TabIndex = 1;
  1124. this.chkCzCh.Text = "控制";
  1125. this.chkCzCh.CheckedChanged += new System.EventHandler(this.chkCzCh_CheckedChanged);
  1126. //
  1127. // ChkPowerOnOff
  1128. //
  1129. //
  1130. //
  1131. //
  1132. this.ChkPowerOnOff.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
  1133. this.ChkPowerOnOff.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1134. this.ChkPowerOnOff.Location = new System.Drawing.Point(784, 433);
  1135. this.ChkPowerOnOff.Name = "ChkPowerOnOff";
  1136. this.ChkPowerOnOff.Size = new System.Drawing.Size(93, 23);
  1137. this.ChkPowerOnOff.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
  1138. this.ChkPowerOnOff.TabIndex = 1;
  1139. this.ChkPowerOnOff.Text = "ON/OFF";
  1140. this.ChkPowerOnOff.CheckedChanged += new System.EventHandler(this.ChkPowerOnOff_CheckedChanged);
  1141. //
  1142. // labelX13
  1143. //
  1144. //
  1145. //
  1146. //
  1147. this.labelX13.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
  1148. this.labelX13.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1149. this.labelX13.Location = new System.Drawing.Point(1744, 200);
  1150. this.labelX13.Name = "labelX13";
  1151. this.labelX13.Size = new System.Drawing.Size(85, 23);
  1152. this.labelX13.TabIndex = 3;
  1153. this.labelX13.Text = "[ON;陷波器]";
  1154. //
  1155. // btnPowCh_3
  1156. //
  1157. this.btnPowCh_3.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
  1158. this.btnPowCh_3.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
  1159. this.btnPowCh_3.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1160. this.btnPowCh_3.Location = new System.Drawing.Point(578, 36);
  1161. this.btnPowCh_3.Name = "btnPowCh_3";
  1162. this.btnPowCh_3.Size = new System.Drawing.Size(98, 48);
  1163. this.btnPowCh_3.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
  1164. this.btnPowCh_3.TabIndex = 0;
  1165. this.btnPowCh_3.Text = "通道3";
  1166. this.btnPowCh_3.Click += new System.EventHandler(this.btnPowCh_3_Click);
  1167. //
  1168. // labelX14
  1169. //
  1170. //
  1171. //
  1172. //
  1173. this.labelX14.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
  1174. this.labelX14.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1175. this.labelX14.Location = new System.Drawing.Point(308, 425);
  1176. this.labelX14.Name = "labelX14";
  1177. this.labelX14.Size = new System.Drawing.Size(20, 23);
  1178. this.labelX14.TabIndex = 3;
  1179. this.labelX14.Text = "V";
  1180. //
  1181. // labelX15
  1182. //
  1183. //
  1184. //
  1185. //
  1186. this.labelX15.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
  1187. this.labelX15.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1188. this.labelX15.Location = new System.Drawing.Point(513, 429);
  1189. this.labelX15.Name = "labelX15";
  1190. this.labelX15.Size = new System.Drawing.Size(20, 23);
  1191. this.labelX15.TabIndex = 3;
  1192. this.labelX15.Text = "A";
  1193. //
  1194. // labelX16
  1195. //
  1196. //
  1197. //
  1198. //
  1199. this.labelX16.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
  1200. this.labelX16.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1201. this.labelX16.Location = new System.Drawing.Point(247, 320);
  1202. this.labelX16.Name = "labelX16";
  1203. this.labelX16.Size = new System.Drawing.Size(20, 23);
  1204. this.labelX16.TabIndex = 3;
  1205. this.labelX16.Text = "V";
  1206. //
  1207. // labelX17
  1208. //
  1209. //
  1210. //
  1211. //
  1212. this.labelX17.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
  1213. this.labelX17.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1214. this.labelX17.Location = new System.Drawing.Point(308, 425);
  1215. this.labelX17.Name = "labelX17";
  1216. this.labelX17.Size = new System.Drawing.Size(20, 23);
  1217. this.labelX17.TabIndex = 3;
  1218. this.labelX17.Text = "V";
  1219. //
  1220. // labelX18
  1221. //
  1222. //
  1223. //
  1224. //
  1225. this.labelX18.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
  1226. this.labelX18.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1227. this.labelX18.Location = new System.Drawing.Point(247, 357);
  1228. this.labelX18.Name = "labelX18";
  1229. this.labelX18.Size = new System.Drawing.Size(20, 23);
  1230. this.labelX18.TabIndex = 3;
  1231. this.labelX18.Text = "A";
  1232. //
  1233. // labelX19
  1234. //
  1235. //
  1236. //
  1237. //
  1238. this.labelX19.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
  1239. this.labelX19.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1240. this.labelX19.Location = new System.Drawing.Point(453, 323);
  1241. this.labelX19.Name = "labelX19";
  1242. this.labelX19.Size = new System.Drawing.Size(20, 23);
  1243. this.labelX19.TabIndex = 3;
  1244. this.labelX19.Text = "V";
  1245. //
  1246. // labelX20
  1247. //
  1248. //
  1249. //
  1250. //
  1251. this.labelX20.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
  1252. this.labelX20.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1253. this.labelX20.Location = new System.Drawing.Point(453, 357);
  1254. this.labelX20.Name = "labelX20";
  1255. this.labelX20.Size = new System.Drawing.Size(20, 23);
  1256. this.labelX20.TabIndex = 3;
  1257. this.labelX20.Text = "A";
  1258. //
  1259. // labelX21
  1260. //
  1261. //
  1262. //
  1263. //
  1264. this.labelX21.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
  1265. this.labelX21.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1266. this.labelX21.Location = new System.Drawing.Point(659, 320);
  1267. this.labelX21.Name = "labelX21";
  1268. this.labelX21.Size = new System.Drawing.Size(20, 23);
  1269. this.labelX21.TabIndex = 3;
  1270. this.labelX21.Text = "V";
  1271. //
  1272. // labelX22
  1273. //
  1274. //
  1275. //
  1276. //
  1277. this.labelX22.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
  1278. this.labelX22.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1279. this.labelX22.Location = new System.Drawing.Point(865, 320);
  1280. this.labelX22.Name = "labelX22";
  1281. this.labelX22.Size = new System.Drawing.Size(20, 23);
  1282. this.labelX22.TabIndex = 3;
  1283. this.labelX22.Text = "V";
  1284. //
  1285. // labelX23
  1286. //
  1287. //
  1288. //
  1289. //
  1290. this.labelX23.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
  1291. this.labelX23.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1292. this.labelX23.Location = new System.Drawing.Point(1071, 320);
  1293. this.labelX23.Name = "labelX23";
  1294. this.labelX23.Size = new System.Drawing.Size(20, 23);
  1295. this.labelX23.TabIndex = 3;
  1296. this.labelX23.Text = "V";
  1297. //
  1298. // labelX24
  1299. //
  1300. //
  1301. //
  1302. //
  1303. this.labelX24.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
  1304. this.labelX24.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1305. this.labelX24.Location = new System.Drawing.Point(1277, 320);
  1306. this.labelX24.Name = "labelX24";
  1307. this.labelX24.Size = new System.Drawing.Size(20, 23);
  1308. this.labelX24.TabIndex = 3;
  1309. this.labelX24.Text = "V";
  1310. //
  1311. // labelX25
  1312. //
  1313. //
  1314. //
  1315. //
  1316. this.labelX25.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
  1317. this.labelX25.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1318. this.labelX25.Location = new System.Drawing.Point(1483, 320);
  1319. this.labelX25.Name = "labelX25";
  1320. this.labelX25.Size = new System.Drawing.Size(20, 23);
  1321. this.labelX25.TabIndex = 3;
  1322. this.labelX25.Text = "V";
  1323. //
  1324. // labelX26
  1325. //
  1326. //
  1327. //
  1328. //
  1329. this.labelX26.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
  1330. this.labelX26.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1331. this.labelX26.Location = new System.Drawing.Point(1689, 320);
  1332. this.labelX26.Name = "labelX26";
  1333. this.labelX26.Size = new System.Drawing.Size(20, 23);
  1334. this.labelX26.TabIndex = 3;
  1335. this.labelX26.Text = "V";
  1336. //
  1337. // labelX27
  1338. //
  1339. //
  1340. //
  1341. //
  1342. this.labelX27.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
  1343. this.labelX27.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1344. this.labelX27.Location = new System.Drawing.Point(659, 357);
  1345. this.labelX27.Name = "labelX27";
  1346. this.labelX27.Size = new System.Drawing.Size(20, 23);
  1347. this.labelX27.TabIndex = 3;
  1348. this.labelX27.Text = "A";
  1349. //
  1350. // labelX28
  1351. //
  1352. //
  1353. //
  1354. //
  1355. this.labelX28.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
  1356. this.labelX28.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1357. this.labelX28.Location = new System.Drawing.Point(865, 357);
  1358. this.labelX28.Name = "labelX28";
  1359. this.labelX28.Size = new System.Drawing.Size(20, 23);
  1360. this.labelX28.TabIndex = 3;
  1361. this.labelX28.Text = "A";
  1362. //
  1363. // labelX29
  1364. //
  1365. //
  1366. //
  1367. //
  1368. this.labelX29.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
  1369. this.labelX29.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1370. this.labelX29.Location = new System.Drawing.Point(1071, 357);
  1371. this.labelX29.Name = "labelX29";
  1372. this.labelX29.Size = new System.Drawing.Size(20, 23);
  1373. this.labelX29.TabIndex = 3;
  1374. this.labelX29.Text = "A";
  1375. //
  1376. // labelX30
  1377. //
  1378. //
  1379. //
  1380. //
  1381. this.labelX30.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
  1382. this.labelX30.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1383. this.labelX30.Location = new System.Drawing.Point(1277, 357);
  1384. this.labelX30.Name = "labelX30";
  1385. this.labelX30.Size = new System.Drawing.Size(20, 23);
  1386. this.labelX30.TabIndex = 3;
  1387. this.labelX30.Text = "A";
  1388. //
  1389. // labelX31
  1390. //
  1391. //
  1392. //
  1393. //
  1394. this.labelX31.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
  1395. this.labelX31.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1396. this.labelX31.Location = new System.Drawing.Point(1483, 357);
  1397. this.labelX31.Name = "labelX31";
  1398. this.labelX31.Size = new System.Drawing.Size(20, 23);
  1399. this.labelX31.TabIndex = 3;
  1400. this.labelX31.Text = "A";
  1401. //
  1402. // labelX32
  1403. //
  1404. //
  1405. //
  1406. //
  1407. this.labelX32.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
  1408. this.labelX32.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1409. this.labelX32.Location = new System.Drawing.Point(1689, 357);
  1410. this.labelX32.Name = "labelX32";
  1411. this.labelX32.Size = new System.Drawing.Size(20, 23);
  1412. this.labelX32.TabIndex = 3;
  1413. this.labelX32.Text = "A";
  1414. //
  1415. // DebuggingForm
  1416. //
  1417. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  1418. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  1419. this.ClientSize = new System.Drawing.Size(1904, 1041);
  1420. this.Controls.Add(this.btnOther);
  1421. this.Controls.Add(this.txtbMsg);
  1422. this.Controls.Add(this.led8);
  1423. this.Controls.Add(this.led7);
  1424. this.Controls.Add(this.led6);
  1425. this.Controls.Add(this.led5);
  1426. this.Controls.Add(this.led4);
  1427. this.Controls.Add(this.led3);
  1428. this.Controls.Add(this.led2);
  1429. this.Controls.Add(this.led1);
  1430. this.Controls.Add(this.labelX6);
  1431. this.Controls.Add(this.labelX9);
  1432. this.Controls.Add(this.labelX32);
  1433. this.Controls.Add(this.labelX31);
  1434. this.Controls.Add(this.labelX30);
  1435. this.Controls.Add(this.labelX29);
  1436. this.Controls.Add(this.labelX28);
  1437. this.Controls.Add(this.labelX27);
  1438. this.Controls.Add(this.labelX20);
  1439. this.Controls.Add(this.labelX18);
  1440. this.Controls.Add(this.labelX15);
  1441. this.Controls.Add(this.labelX26);
  1442. this.Controls.Add(this.labelX25);
  1443. this.Controls.Add(this.labelX24);
  1444. this.Controls.Add(this.labelX23);
  1445. this.Controls.Add(this.labelX22);
  1446. this.Controls.Add(this.labelX21);
  1447. this.Controls.Add(this.labelX19);
  1448. this.Controls.Add(this.labelX16);
  1449. this.Controls.Add(this.labelX17);
  1450. this.Controls.Add(this.labelX14);
  1451. this.Controls.Add(this.labelX8);
  1452. this.Controls.Add(this.labelX13);
  1453. this.Controls.Add(this.labelX7);
  1454. this.Controls.Add(this.labelX2);
  1455. this.Controls.Add(this.labelX5);
  1456. this.Controls.Add(this.labelX4);
  1457. this.Controls.Add(this.labelX11);
  1458. this.Controls.Add(this.labelX12);
  1459. this.Controls.Add(this.labelX10);
  1460. this.Controls.Add(this.labelX3);
  1461. this.Controls.Add(this.labelX1);
  1462. this.Controls.Add(this.txtbVoltCh_8);
  1463. this.Controls.Add(this.txtbVoltCh_7);
  1464. this.Controls.Add(this.txtbVoltCh_6);
  1465. this.Controls.Add(this.txtbVoltCh_5);
  1466. this.Controls.Add(this.txtbVoltCh_4);
  1467. this.Controls.Add(this.txtbVoltCh_3);
  1468. this.Controls.Add(this.txtbVoltCh_2);
  1469. this.Controls.Add(this.txtbCurrCh_8);
  1470. this.Controls.Add(this.txtbCurrCh_7);
  1471. this.Controls.Add(this.txtbCurrCh_6);
  1472. this.Controls.Add(this.txtbCurrCh_5);
  1473. this.Controls.Add(this.txtbCurrCh_4);
  1474. this.Controls.Add(this.txtbCurrCh_3);
  1475. this.Controls.Add(this.txtbCurrCh_2);
  1476. this.Controls.Add(this.txtbCurrSetValue);
  1477. this.Controls.Add(this.txtbVoltSetValue);
  1478. this.Controls.Add(this.txtbCurrCh_1);
  1479. this.Controls.Add(this.txtbVoltCh_1);
  1480. this.Controls.Add(this.chkAyCh_8);
  1481. this.Controls.Add(this.chkStCh_8);
  1482. this.Controls.Add(this.chkAyCh_7);
  1483. this.Controls.Add(this.chkStCh_7);
  1484. this.Controls.Add(this.chkAyCh_6);
  1485. this.Controls.Add(this.chkStCh_6);
  1486. this.Controls.Add(this.chkAyCh_5);
  1487. this.Controls.Add(this.chkStCh_5);
  1488. this.Controls.Add(this.chkBxCh_4);
  1489. this.Controls.Add(this.chkAyCh_4);
  1490. this.Controls.Add(this.chkStCh_4);
  1491. this.Controls.Add(this.chkBxCh_3);
  1492. this.Controls.Add(this.chkAyCh_3);
  1493. this.Controls.Add(this.chkStCh_3);
  1494. this.Controls.Add(this.chkBxCh_2);
  1495. this.Controls.Add(this.chkAyCh_2);
  1496. this.Controls.Add(this.chkStCh_2);
  1497. this.Controls.Add(this.chkCzCh);
  1498. this.Controls.Add(this.chkBxCh_1);
  1499. this.Controls.Add(this.chkAyCh_1);
  1500. this.Controls.Add(this.ChkPowerOnOff);
  1501. this.Controls.Add(this.chkStCh_1);
  1502. this.Controls.Add(this.btnPowCh_8);
  1503. this.Controls.Add(this.btnPowCh_7);
  1504. this.Controls.Add(this.btnPowCh_6);
  1505. this.Controls.Add(this.btnPowCh_5);
  1506. this.Controls.Add(this.btnPowCh_4);
  1507. this.Controls.Add(this.btnPowCh_3);
  1508. this.Controls.Add(this.btnPowCh_2);
  1509. this.Controls.Add(this.btnPowerSetting);
  1510. this.Controls.Add(this.btnPowCh_1);
  1511. this.Name = "DebuggingForm";
  1512. this.Text = "DebuggingForm";
  1513. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.DebuggingForm_FormClosed);
  1514. this.ResumeLayout(false);
  1515. }
  1516. #endregion
  1517. private DevComponents.DotNetBar.ButtonX btnPowCh_1;
  1518. private DevComponents.DotNetBar.ButtonX btnPowCh_2;
  1519. private DevComponents.DotNetBar.ButtonX btnPowCh_4;
  1520. private DevComponents.DotNetBar.ButtonX btnPowCh_5;
  1521. private DevComponents.DotNetBar.ButtonX btnPowCh_6;
  1522. private DevComponents.DotNetBar.ButtonX btnPowCh_7;
  1523. private DevComponents.DotNetBar.ButtonX btnPowCh_8;
  1524. private DevComponents.DotNetBar.Controls.CheckBoxX chkStCh_1;
  1525. private DevComponents.DotNetBar.Controls.CheckBoxX chkStCh_2;
  1526. private DevComponents.DotNetBar.Controls.CheckBoxX chkStCh_3;
  1527. private DevComponents.DotNetBar.Controls.CheckBoxX chkStCh_4;
  1528. private DevComponents.DotNetBar.Controls.CheckBoxX chkStCh_5;
  1529. private DevComponents.DotNetBar.Controls.CheckBoxX chkStCh_6;
  1530. private DevComponents.DotNetBar.Controls.CheckBoxX chkStCh_7;
  1531. private DevComponents.DotNetBar.Controls.CheckBoxX chkStCh_8;
  1532. private DevComponents.DotNetBar.Controls.TextBoxX txtbVoltCh_1;
  1533. private DevComponents.DotNetBar.Controls.TextBoxX txtbVoltCh_2;
  1534. private DevComponents.DotNetBar.Controls.TextBoxX txtbVoltCh_3;
  1535. private DevComponents.DotNetBar.Controls.TextBoxX txtbVoltCh_4;
  1536. private DevComponents.DotNetBar.Controls.TextBoxX txtbVoltCh_5;
  1537. private DevComponents.DotNetBar.Controls.TextBoxX txtbVoltCh_6;
  1538. private DevComponents.DotNetBar.Controls.TextBoxX txtbVoltCh_7;
  1539. private DevComponents.DotNetBar.Controls.TextBoxX txtbVoltCh_8;
  1540. private DevComponents.DotNetBar.Controls.TextBoxX txtbCurrCh_1;
  1541. private DevComponents.DotNetBar.Controls.TextBoxX txtbCurrCh_2;
  1542. private DevComponents.DotNetBar.Controls.TextBoxX txtbCurrCh_3;
  1543. private DevComponents.DotNetBar.Controls.TextBoxX txtbCurrCh_4;
  1544. private DevComponents.DotNetBar.Controls.TextBoxX txtbCurrCh_5;
  1545. private DevComponents.DotNetBar.Controls.TextBoxX txtbCurrCh_6;
  1546. private DevComponents.DotNetBar.Controls.TextBoxX txtbCurrCh_7;
  1547. private DevComponents.DotNetBar.Controls.TextBoxX txtbCurrCh_8;
  1548. private DevComponents.DotNetBar.LabelX labelX1;
  1549. private DevComponents.DotNetBar.LabelX labelX2;
  1550. private DevComponents.DotNetBar.LabelX labelX3;
  1551. private DevComponents.DotNetBar.LabelX labelX4;
  1552. private SeeSharpTools.JY.GUI.LED led1;
  1553. private SeeSharpTools.JY.GUI.LED led2;
  1554. private SeeSharpTools.JY.GUI.LED led3;
  1555. private SeeSharpTools.JY.GUI.LED led4;
  1556. private SeeSharpTools.JY.GUI.LED led5;
  1557. private SeeSharpTools.JY.GUI.LED led6;
  1558. private SeeSharpTools.JY.GUI.LED led7;
  1559. private SeeSharpTools.JY.GUI.LED led8;
  1560. private DevComponents.DotNetBar.LabelX labelX5;
  1561. private DevComponents.DotNetBar.Controls.TextBoxX txtbMsg;
  1562. private DevComponents.DotNetBar.LabelX labelX6;
  1563. private DevComponents.DotNetBar.LabelX labelX7;
  1564. private DevComponents.DotNetBar.Controls.TextBoxX txtbVoltSetValue;
  1565. private DevComponents.DotNetBar.LabelX labelX8;
  1566. private DevComponents.DotNetBar.LabelX labelX9;
  1567. private DevComponents.DotNetBar.Controls.TextBoxX txtbCurrSetValue;
  1568. private DevComponents.DotNetBar.ButtonX btnPowerSetting;
  1569. private DevComponents.DotNetBar.ButtonX btnOther;
  1570. private DevComponents.DotNetBar.Controls.CheckBoxX chkAyCh_1;
  1571. private DevComponents.DotNetBar.Controls.CheckBoxX chkAyCh_2;
  1572. private DevComponents.DotNetBar.Controls.CheckBoxX chkAyCh_3;
  1573. private DevComponents.DotNetBar.Controls.CheckBoxX chkAyCh_4;
  1574. private DevComponents.DotNetBar.Controls.CheckBoxX chkAyCh_5;
  1575. private DevComponents.DotNetBar.Controls.CheckBoxX chkAyCh_6;
  1576. private DevComponents.DotNetBar.Controls.CheckBoxX chkAyCh_7;
  1577. private DevComponents.DotNetBar.Controls.CheckBoxX chkAyCh_8;
  1578. private DevComponents.DotNetBar.Controls.CheckBoxX chkBxCh_1;
  1579. private DevComponents.DotNetBar.Controls.CheckBoxX chkBxCh_2;
  1580. private DevComponents.DotNetBar.Controls.CheckBoxX chkBxCh_3;
  1581. private DevComponents.DotNetBar.Controls.CheckBoxX chkBxCh_4;
  1582. private DevComponents.DotNetBar.LabelX labelX10;
  1583. private DevComponents.DotNetBar.LabelX labelX11;
  1584. private DevComponents.DotNetBar.LabelX labelX12;
  1585. private DevComponents.DotNetBar.Controls.CheckBoxX chkCzCh;
  1586. private DevComponents.DotNetBar.Controls.CheckBoxX ChkPowerOnOff;
  1587. private DevComponents.DotNetBar.LabelX labelX13;
  1588. private DevComponents.DotNetBar.ButtonX btnPowCh_3;
  1589. private DevComponents.DotNetBar.LabelX labelX14;
  1590. private DevComponents.DotNetBar.LabelX labelX15;
  1591. private DevComponents.DotNetBar.LabelX labelX16;
  1592. private DevComponents.DotNetBar.LabelX labelX17;
  1593. private DevComponents.DotNetBar.LabelX labelX18;
  1594. private DevComponents.DotNetBar.LabelX labelX19;
  1595. private DevComponents.DotNetBar.LabelX labelX20;
  1596. private DevComponents.DotNetBar.LabelX labelX21;
  1597. private DevComponents.DotNetBar.LabelX labelX22;
  1598. private DevComponents.DotNetBar.LabelX labelX23;
  1599. private DevComponents.DotNetBar.LabelX labelX24;
  1600. private DevComponents.DotNetBar.LabelX labelX25;
  1601. private DevComponents.DotNetBar.LabelX labelX26;
  1602. private DevComponents.DotNetBar.LabelX labelX27;
  1603. private DevComponents.DotNetBar.LabelX labelX28;
  1604. private DevComponents.DotNetBar.LabelX labelX29;
  1605. private DevComponents.DotNetBar.LabelX labelX30;
  1606. private DevComponents.DotNetBar.LabelX labelX31;
  1607. private DevComponents.DotNetBar.LabelX labelX32;
  1608. }
  1609. }