DebuggingForm.Designer.cs 89 KB

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