FlashLightForm.Designer.cs 44 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786
  1. namespace YangjieTester.主界面
  2. {
  3. partial class FlashLightForm
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FlashLightForm));
  29. this.CircleMain = new MyCircleGaugeControl();
  30. this.CircleSub = new MyCircleGaugeControl();
  31. this.CircleLaser = new MyCircleGaugeControl();
  32. this.CircleUnload = new MyCircleGaugeControl();
  33. this.CircleLoad = new MyCircleGaugeControl();
  34. this.uiSymbolLabel1 = new Sunny.UI.UISymbolLabel();
  35. this.uiSymbolLabel3 = new Sunny.UI.UISymbolLabel();
  36. this.uiLabel1 = new Sunny.UI.UILabel();
  37. this.uiLabel2 = new Sunny.UI.UILabel();
  38. this.uiLabel3 = new Sunny.UI.UILabel();
  39. this.uiLabel4 = new Sunny.UI.UILabel();
  40. this.uiLabel5 = new Sunny.UI.UILabel();
  41. this.uiLabel6 = new Sunny.UI.UILabel();
  42. this.uiLabel7 = new Sunny.UI.UILabel();
  43. this.uiLabel8 = new Sunny.UI.UILabel();
  44. this.uiLabel9 = new Sunny.UI.UILabel();
  45. this.uiLabel11 = new Sunny.UI.UILabel();
  46. this.uiLabel12 = new Sunny.UI.UILabel();
  47. this.uiLabel13 = new Sunny.UI.UILabel();
  48. this.uiLabel14 = new Sunny.UI.UILabel();
  49. this.uiLabel15 = new Sunny.UI.UILabel();
  50. this.uiLabel16 = new Sunny.UI.UILabel();
  51. this.uiLabel17 = new Sunny.UI.UILabel();
  52. this.uiLabel20 = new Sunny.UI.UILabel();
  53. this.uiLabel21 = new Sunny.UI.UILabel();
  54. this.uiLabel22 = new Sunny.UI.UILabel();
  55. this.uiLabel23 = new Sunny.UI.UILabel();
  56. this.uiLabel24 = new Sunny.UI.UILabel();
  57. this.uiLabel25 = new Sunny.UI.UILabel();
  58. this.uiLabel27 = new Sunny.UI.UILabel();
  59. this.uiLabel28 = new Sunny.UI.UILabel();
  60. this.uiLabel29 = new Sunny.UI.UILabel();
  61. this.uiLabel30 = new Sunny.UI.UILabel();
  62. this.uiLabel31 = new Sunny.UI.UILabel();
  63. this.plcUiNumberDisplay1 = new PlcUiControl.PlcUiNumberDisplay();
  64. this.uiLabel32 = new Sunny.UI.UILabel();
  65. this.plcUiNumberDisplay2 = new PlcUiControl.PlcUiNumberDisplay();
  66. this.plcUiNumberDisplay3 = new PlcUiControl.PlcUiNumberDisplay();
  67. this.plcUiNumberDisplay4 = new PlcUiControl.PlcUiNumberDisplay();
  68. this.plcUiNumberDisplay5 = new PlcUiControl.PlcUiNumberDisplay();
  69. this.uiLabel33 = new Sunny.UI.UILabel();
  70. this.plcUiNumberDisplay7 = new PlcUiControl.PlcUiNumberDisplay();
  71. this.uiLabel34 = new Sunny.UI.UILabel();
  72. this.uiSwitch1 = new Sunny.UI.UISwitch();
  73. this.lblDestinationDefine = new Sunny.UI.UILabel();
  74. this.uiLabel10 = new Sunny.UI.UILabel();
  75. this.uiSymbolLabel2 = new Sunny.UI.UISymbolLabel();
  76. this.SuspendLayout();
  77. //
  78. // CircleMain
  79. //
  80. this.CircleMain.BackColor = System.Drawing.Color.Transparent;
  81. this.CircleMain.LineColor = System.Drawing.Color.Green;
  82. this.CircleMain.LineWidth = 2F;
  83. this.CircleMain.Location = new System.Drawing.Point(166, 133);
  84. this.CircleMain.Name = "CircleMain";
  85. this.CircleMain.PointsNum = 36;
  86. this.CircleMain.Size = new System.Drawing.Size(500, 500);
  87. this.CircleMain.StartDegree = -126;
  88. this.CircleMain.TabIndex = 41;
  89. this.CircleMain.Text = "myCircleGaugeControl1";
  90. //
  91. // CircleSub
  92. //
  93. this.CircleSub.BackColor = System.Drawing.Color.Transparent;
  94. this.CircleSub.Font = new System.Drawing.Font("宋体", 7.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  95. this.CircleSub.LineColor = System.Drawing.Color.Red;
  96. this.CircleSub.LineWidth = 2F;
  97. this.CircleSub.Location = new System.Drawing.Point(752, 108);
  98. this.CircleSub.Name = "CircleSub";
  99. this.CircleSub.PointsNum = 100;
  100. this.CircleSub.Size = new System.Drawing.Size(550, 550);
  101. this.CircleSub.StartDegree = 180;
  102. this.CircleSub.TabIndex = 42;
  103. this.CircleSub.Text = "myCircleGaugeControl2";
  104. //
  105. // CircleLaser
  106. //
  107. this.CircleLaser.BackColor = System.Drawing.Color.Transparent;
  108. this.CircleLaser.LineColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
  109. this.CircleLaser.LineWidth = 2F;
  110. this.CircleLaser.Location = new System.Drawing.Point(364, 58);
  111. this.CircleLaser.Name = "CircleLaser";
  112. this.CircleLaser.PointsNum = 4;
  113. this.CircleLaser.Size = new System.Drawing.Size(84, 69);
  114. this.CircleLaser.StartDegree = -110;
  115. this.CircleLaser.TabIndex = 43;
  116. this.CircleLaser.Text = "myCircleGaugeControl3";
  117. //
  118. // CircleUnload
  119. //
  120. this.CircleUnload.BackColor = System.Drawing.Color.Transparent;
  121. this.CircleUnload.LineColor = System.Drawing.Color.OliveDrab;
  122. this.CircleUnload.LineWidth = 2F;
  123. this.CircleUnload.Location = new System.Drawing.Point(686, 333);
  124. this.CircleUnload.Name = "CircleUnload";
  125. this.CircleUnload.PointsNum = 3;
  126. this.CircleUnload.Size = new System.Drawing.Size(60, 60);
  127. this.CircleUnload.StartDegree = -30;
  128. this.CircleUnload.TabIndex = 45;
  129. this.CircleUnload.Text = "myCircleGaugeControl4";
  130. //
  131. // CircleLoad
  132. //
  133. this.CircleLoad.BackColor = System.Drawing.Color.Transparent;
  134. this.CircleLoad.LineColor = System.Drawing.Color.OliveDrab;
  135. this.CircleLoad.LineWidth = 2F;
  136. this.CircleLoad.Location = new System.Drawing.Point(686, 382);
  137. this.CircleLoad.Name = "CircleLoad";
  138. this.CircleLoad.PointsNum = 3;
  139. this.CircleLoad.Size = new System.Drawing.Size(60, 60);
  140. this.CircleLoad.StartDegree = 145;
  141. this.CircleLoad.TabIndex = 46;
  142. this.CircleLoad.Text = "myCircleGaugeControl5";
  143. //
  144. // uiSymbolLabel1
  145. //
  146. this.uiSymbolLabel1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  147. this.uiSymbolLabel1.Location = new System.Drawing.Point(358, 337);
  148. this.uiSymbolLabel1.MinimumSize = new System.Drawing.Size(1, 1);
  149. this.uiSymbolLabel1.Name = "uiSymbolLabel1";
  150. this.uiSymbolLabel1.Size = new System.Drawing.Size(116, 105);
  151. this.uiSymbolLabel1.Symbol = 362186;
  152. this.uiSymbolLabel1.SymbolSize = 128;
  153. this.uiSymbolLabel1.TabIndex = 47;
  154. //
  155. // uiSymbolLabel3
  156. //
  157. this.uiSymbolLabel3.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  158. this.uiSymbolLabel3.Location = new System.Drawing.Point(393, 83);
  159. this.uiSymbolLabel3.MinimumSize = new System.Drawing.Size(1, 1);
  160. this.uiSymbolLabel3.Name = "uiSymbolLabel3";
  161. this.uiSymbolLabel3.Size = new System.Drawing.Size(25, 25);
  162. this.uiSymbolLabel3.Symbol = 362186;
  163. this.uiSymbolLabel3.SymbolSize = 32;
  164. this.uiSymbolLabel3.TabIndex = 49;
  165. //
  166. // uiLabel1
  167. //
  168. this.uiLabel1.AutoSize = true;
  169. this.uiLabel1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  170. this.uiLabel1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  171. this.uiLabel1.Location = new System.Drawing.Point(223, 593);
  172. this.uiLabel1.Name = "uiLabel1";
  173. this.uiLabel1.Size = new System.Drawing.Size(39, 16);
  174. this.uiLabel1.TabIndex = 50;
  175. this.uiLabel1.Text = "上料";
  176. //
  177. // uiLabel2
  178. //
  179. this.uiLabel2.AutoSize = true;
  180. this.uiLabel2.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  181. this.uiLabel2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  182. this.uiLabel2.Location = new System.Drawing.Point(271, 621);
  183. this.uiLabel2.Name = "uiLabel2";
  184. this.uiLabel2.Size = new System.Drawing.Size(39, 16);
  185. this.uiLabel2.TabIndex = 51;
  186. this.uiLabel2.Text = "电测";
  187. //
  188. // uiLabel3
  189. //
  190. this.uiLabel3.AutoSize = true;
  191. this.uiLabel3.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  192. this.uiLabel3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  193. this.uiLabel3.Location = new System.Drawing.Point(311, 641);
  194. this.uiLabel3.Name = "uiLabel3";
  195. this.uiLabel3.Size = new System.Drawing.Size(47, 16);
  196. this.uiLabel3.TabIndex = 52;
  197. this.uiLabel3.Text = "转向1";
  198. //
  199. // uiLabel4
  200. //
  201. this.uiLabel4.AutoSize = true;
  202. this.uiLabel4.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  203. this.uiLabel4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  204. this.uiLabel4.Location = new System.Drawing.Point(355, 652);
  205. this.uiLabel4.Name = "uiLabel4";
  206. this.uiLabel4.Size = new System.Drawing.Size(47, 16);
  207. this.uiLabel4.TabIndex = 53;
  208. this.uiLabel4.Text = "测试1";
  209. //
  210. // uiLabel5
  211. //
  212. this.uiLabel5.AutoSize = true;
  213. this.uiLabel5.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  214. this.uiLabel5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  215. this.uiLabel5.Location = new System.Drawing.Point(408, 651);
  216. this.uiLabel5.Name = "uiLabel5";
  217. this.uiLabel5.Size = new System.Drawing.Size(47, 16);
  218. this.uiLabel5.TabIndex = 54;
  219. this.uiLabel5.Text = "测试2";
  220. //
  221. // uiLabel6
  222. //
  223. this.uiLabel6.AutoSize = true;
  224. this.uiLabel6.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  225. this.uiLabel6.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  226. this.uiLabel6.Location = new System.Drawing.Point(461, 643);
  227. this.uiLabel6.Name = "uiLabel6";
  228. this.uiLabel6.Size = new System.Drawing.Size(47, 16);
  229. this.uiLabel6.TabIndex = 55;
  230. this.uiLabel6.Text = "测试3";
  231. //
  232. // uiLabel7
  233. //
  234. this.uiLabel7.AutoSize = true;
  235. this.uiLabel7.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  236. this.uiLabel7.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  237. this.uiLabel7.Location = new System.Drawing.Point(512, 625);
  238. this.uiLabel7.Name = "uiLabel7";
  239. this.uiLabel7.Size = new System.Drawing.Size(47, 16);
  240. this.uiLabel7.TabIndex = 56;
  241. this.uiLabel7.Text = "测试4";
  242. //
  243. // uiLabel8
  244. //
  245. this.uiLabel8.AutoSize = true;
  246. this.uiLabel8.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  247. this.uiLabel8.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  248. this.uiLabel8.Location = new System.Drawing.Point(568, 596);
  249. this.uiLabel8.Name = "uiLabel8";
  250. this.uiLabel8.Size = new System.Drawing.Size(63, 16);
  251. this.uiLabel8.TabIndex = 57;
  252. this.uiLabel8.Text = "四料盒1";
  253. //
  254. // uiLabel9
  255. //
  256. this.uiLabel9.AutoSize = true;
  257. this.uiLabel9.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  258. this.uiLabel9.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  259. this.uiLabel9.Location = new System.Drawing.Point(603, 565);
  260. this.uiLabel9.Name = "uiLabel9";
  261. this.uiLabel9.Size = new System.Drawing.Size(63, 16);
  262. this.uiLabel9.TabIndex = 58;
  263. this.uiLabel9.Text = "四料盒2";
  264. //
  265. // uiLabel11
  266. //
  267. this.uiLabel11.AutoSize = true;
  268. this.uiLabel11.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  269. this.uiLabel11.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  270. this.uiLabel11.Location = new System.Drawing.Point(636, 526);
  271. this.uiLabel11.Name = "uiLabel11";
  272. this.uiLabel11.Size = new System.Drawing.Size(47, 16);
  273. this.uiLabel11.TabIndex = 60;
  274. this.uiLabel11.Text = "定位1";
  275. //
  276. // uiLabel12
  277. //
  278. this.uiLabel12.AutoSize = true;
  279. this.uiLabel12.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  280. this.uiLabel12.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  281. this.uiLabel12.Location = new System.Drawing.Point(581, 360);
  282. this.uiLabel12.Name = "uiLabel12";
  283. this.uiLabel12.Size = new System.Drawing.Size(71, 16);
  284. this.uiLabel12.TabIndex = 61;
  285. this.uiLabel12.Text = "转盘转换";
  286. //
  287. // uiLabel13
  288. //
  289. this.uiLabel13.AutoSize = true;
  290. this.uiLabel13.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  291. this.uiLabel13.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  292. this.uiLabel13.Location = new System.Drawing.Point(610, 206);
  293. this.uiLabel13.Name = "uiLabel13";
  294. this.uiLabel13.Size = new System.Drawing.Size(47, 16);
  295. this.uiLabel13.TabIndex = 62;
  296. this.uiLabel13.Text = "降温1";
  297. //
  298. // uiLabel14
  299. //
  300. this.uiLabel14.AutoSize = true;
  301. this.uiLabel14.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  302. this.uiLabel14.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  303. this.uiLabel14.Location = new System.Drawing.Point(584, 175);
  304. this.uiLabel14.Name = "uiLabel14";
  305. this.uiLabel14.Size = new System.Drawing.Size(47, 16);
  306. this.uiLabel14.TabIndex = 63;
  307. this.uiLabel14.Text = "降温2";
  308. //
  309. // uiLabel15
  310. //
  311. this.uiLabel15.AutoSize = true;
  312. this.uiLabel15.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  313. this.uiLabel15.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  314. this.uiLabel15.Location = new System.Drawing.Point(540, 152);
  315. this.uiLabel15.Name = "uiLabel15";
  316. this.uiLabel15.Size = new System.Drawing.Size(63, 16);
  317. this.uiLabel15.TabIndex = 64;
  318. this.uiLabel15.Text = "四料盒3";
  319. //
  320. // uiLabel16
  321. //
  322. this.uiLabel16.AutoSize = true;
  323. this.uiLabel16.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  324. this.uiLabel16.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  325. this.uiLabel16.Location = new System.Drawing.Point(492, 129);
  326. this.uiLabel16.Name = "uiLabel16";
  327. this.uiLabel16.Size = new System.Drawing.Size(47, 16);
  328. this.uiLabel16.TabIndex = 65;
  329. this.uiLabel16.Text = "定位2";
  330. //
  331. // uiLabel17
  332. //
  333. this.uiLabel17.AutoSize = true;
  334. this.uiLabel17.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  335. this.uiLabel17.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  336. this.uiLabel17.Location = new System.Drawing.Point(418, 163);
  337. this.uiLabel17.Name = "uiLabel17";
  338. this.uiLabel17.Size = new System.Drawing.Size(71, 16);
  339. this.uiLabel17.TabIndex = 66;
  340. this.uiLabel17.Text = "镭射转换";
  341. //
  342. // uiLabel20
  343. //
  344. this.uiLabel20.AutoSize = true;
  345. this.uiLabel20.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  346. this.uiLabel20.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  347. this.uiLabel20.Location = new System.Drawing.Point(265, 139);
  348. this.uiLabel20.Name = "uiLabel20";
  349. this.uiLabel20.Size = new System.Drawing.Size(47, 16);
  350. this.uiLabel20.TabIndex = 69;
  351. this.uiLabel20.Text = "测试5";
  352. //
  353. // uiLabel21
  354. //
  355. this.uiLabel21.AutoSize = true;
  356. this.uiLabel21.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  357. this.uiLabel21.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  358. this.uiLabel21.Location = new System.Drawing.Point(226, 164);
  359. this.uiLabel21.Name = "uiLabel21";
  360. this.uiLabel21.Size = new System.Drawing.Size(47, 16);
  361. this.uiLabel21.TabIndex = 70;
  362. this.uiLabel21.Text = "转向2";
  363. //
  364. // uiLabel22
  365. //
  366. this.uiLabel22.AutoSize = true;
  367. this.uiLabel22.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  368. this.uiLabel22.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  369. this.uiLabel22.Location = new System.Drawing.Point(183, 194);
  370. this.uiLabel22.Name = "uiLabel22";
  371. this.uiLabel22.Size = new System.Drawing.Size(55, 16);
  372. this.uiLabel22.TabIndex = 71;
  373. this.uiLabel22.Text = "3D检测";
  374. //
  375. // uiLabel23
  376. //
  377. this.uiLabel23.AutoSize = true;
  378. this.uiLabel23.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  379. this.uiLabel23.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  380. this.uiLabel23.Location = new System.Drawing.Point(144, 229);
  381. this.uiLabel23.Name = "uiLabel23";
  382. this.uiLabel23.Size = new System.Drawing.Size(63, 16);
  383. this.uiLabel23.TabIndex = 72;
  384. this.uiLabel23.Text = "四料盒4";
  385. //
  386. // uiLabel24
  387. //
  388. this.uiLabel24.AutoSize = true;
  389. this.uiLabel24.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  390. this.uiLabel24.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  391. this.uiLabel24.Location = new System.Drawing.Point(123, 434);
  392. this.uiLabel24.Name = "uiLabel24";
  393. this.uiLabel24.Size = new System.Drawing.Size(39, 16);
  394. this.uiLabel24.TabIndex = 73;
  395. this.uiLabel24.Text = "封装";
  396. //
  397. // uiLabel25
  398. //
  399. this.uiLabel25.AutoSize = true;
  400. this.uiLabel25.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  401. this.uiLabel25.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  402. this.uiLabel25.Location = new System.Drawing.Point(103, 305);
  403. this.uiLabel25.Name = "uiLabel25";
  404. this.uiLabel25.Size = new System.Drawing.Size(71, 16);
  405. this.uiLabel25.TabIndex = 74;
  406. this.uiLabel25.Text = "封装定位";
  407. //
  408. // uiLabel27
  409. //
  410. this.uiLabel27.AutoSize = true;
  411. this.uiLabel27.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  412. this.uiLabel27.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  413. this.uiLabel27.Location = new System.Drawing.Point(146, 513);
  414. this.uiLabel27.Name = "uiLabel27";
  415. this.uiLabel27.Size = new System.Drawing.Size(55, 16);
  416. this.uiLabel27.TabIndex = 76;
  417. this.uiLabel27.Text = "溢料盒";
  418. //
  419. // uiLabel28
  420. //
  421. this.uiLabel28.AutoSize = true;
  422. this.uiLabel28.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  423. this.uiLabel28.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  424. this.uiLabel28.Location = new System.Drawing.Point(979, 83);
  425. this.uiLabel28.Name = "uiLabel28";
  426. this.uiLabel28.Size = new System.Drawing.Size(39, 16);
  427. this.uiLabel28.TabIndex = 77;
  428. this.uiLabel28.Text = "热测";
  429. //
  430. // uiLabel29
  431. //
  432. this.uiLabel29.AutoSize = true;
  433. this.uiLabel29.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  434. this.uiLabel29.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  435. this.uiLabel29.Location = new System.Drawing.Point(1051, 83);
  436. this.uiLabel29.Name = "uiLabel29";
  437. this.uiLabel29.Size = new System.Drawing.Size(39, 16);
  438. this.uiLabel29.TabIndex = 78;
  439. this.uiLabel29.Text = "光电";
  440. //
  441. // uiLabel30
  442. //
  443. this.uiLabel30.AutoSize = true;
  444. this.uiLabel30.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  445. this.uiLabel30.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  446. this.uiLabel30.Location = new System.Drawing.Point(772, 376);
  447. this.uiLabel30.Name = "uiLabel30";
  448. this.uiLabel30.Size = new System.Drawing.Size(71, 16);
  449. this.uiLabel30.TabIndex = 79;
  450. this.uiLabel30.Text = "转盘转换";
  451. //
  452. // uiLabel31
  453. //
  454. this.uiLabel31.AutoSize = true;
  455. this.uiLabel31.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  456. this.uiLabel31.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  457. this.uiLabel31.Location = new System.Drawing.Point(435, 67);
  458. this.uiLabel31.Name = "uiLabel31";
  459. this.uiLabel31.Size = new System.Drawing.Size(39, 16);
  460. this.uiLabel31.TabIndex = 80;
  461. this.uiLabel31.Text = "视觉";
  462. //
  463. // plcUiNumberDisplay1
  464. //
  465. this.plcUiNumberDisplay1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  466. this.plcUiNumberDisplay1.DecimalPlaces = 0;
  467. this.plcUiNumberDisplay1.DisabilityTriggerNode = null;
  468. this.plcUiNumberDisplay1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  469. this.plcUiNumberDisplay1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  470. this.plcUiNumberDisplay1.Gain = 1D;
  471. this.plcUiNumberDisplay1.IntegerDigits = 0;
  472. this.plcUiNumberDisplay1.InvisibilityTriggerNode = null;
  473. this.plcUiNumberDisplay1.Location = new System.Drawing.Point(381, 591);
  474. this.plcUiNumberDisplay1.Name = "plcUiNumberDisplay1";
  475. this.plcUiNumberDisplay1.Preffix = null;
  476. this.plcUiNumberDisplay1.ReadNode = null;
  477. this.plcUiNumberDisplay1.Size = new System.Drawing.Size(27, 27);
  478. this.plcUiNumberDisplay1.Suffix = null;
  479. this.plcUiNumberDisplay1.TabIndex = 82;
  480. this.plcUiNumberDisplay1.Text = "1";
  481. this.plcUiNumberDisplay1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  482. this.plcUiNumberDisplay1.WriteNode = null;
  483. //
  484. // uiLabel32
  485. //
  486. this.uiLabel32.AutoSize = true;
  487. this.uiLabel32.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  488. this.uiLabel32.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  489. this.uiLabel32.Location = new System.Drawing.Point(425, 555);
  490. this.uiLabel32.Name = "uiLabel32";
  491. this.uiLabel32.Size = new System.Drawing.Size(71, 16);
  492. this.uiLabel32.TabIndex = 81;
  493. this.uiLabel32.Text = "测试结果";
  494. //
  495. // plcUiNumberDisplay2
  496. //
  497. this.plcUiNumberDisplay2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  498. this.plcUiNumberDisplay2.DecimalPlaces = 0;
  499. this.plcUiNumberDisplay2.DisabilityTriggerNode = null;
  500. this.plcUiNumberDisplay2.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  501. this.plcUiNumberDisplay2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  502. this.plcUiNumberDisplay2.Gain = 1D;
  503. this.plcUiNumberDisplay2.IntegerDigits = 0;
  504. this.plcUiNumberDisplay2.InvisibilityTriggerNode = null;
  505. this.plcUiNumberDisplay2.Location = new System.Drawing.Point(421, 586);
  506. this.plcUiNumberDisplay2.Name = "plcUiNumberDisplay2";
  507. this.plcUiNumberDisplay2.Preffix = null;
  508. this.plcUiNumberDisplay2.ReadNode = null;
  509. this.plcUiNumberDisplay2.Size = new System.Drawing.Size(27, 27);
  510. this.plcUiNumberDisplay2.Suffix = null;
  511. this.plcUiNumberDisplay2.TabIndex = 83;
  512. this.plcUiNumberDisplay2.Text = "1";
  513. this.plcUiNumberDisplay2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  514. this.plcUiNumberDisplay2.WriteNode = null;
  515. //
  516. // plcUiNumberDisplay3
  517. //
  518. this.plcUiNumberDisplay3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  519. this.plcUiNumberDisplay3.DecimalPlaces = 0;
  520. this.plcUiNumberDisplay3.DisabilityTriggerNode = null;
  521. this.plcUiNumberDisplay3.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  522. this.plcUiNumberDisplay3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  523. this.plcUiNumberDisplay3.Gain = 1D;
  524. this.plcUiNumberDisplay3.IntegerDigits = 0;
  525. this.plcUiNumberDisplay3.InvisibilityTriggerNode = null;
  526. this.plcUiNumberDisplay3.Location = new System.Drawing.Point(462, 580);
  527. this.plcUiNumberDisplay3.Name = "plcUiNumberDisplay3";
  528. this.plcUiNumberDisplay3.Preffix = null;
  529. this.plcUiNumberDisplay3.ReadNode = null;
  530. this.plcUiNumberDisplay3.Size = new System.Drawing.Size(27, 27);
  531. this.plcUiNumberDisplay3.Suffix = null;
  532. this.plcUiNumberDisplay3.TabIndex = 84;
  533. this.plcUiNumberDisplay3.Text = "1";
  534. this.plcUiNumberDisplay3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  535. this.plcUiNumberDisplay3.WriteNode = null;
  536. //
  537. // plcUiNumberDisplay4
  538. //
  539. this.plcUiNumberDisplay4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  540. this.plcUiNumberDisplay4.DecimalPlaces = 0;
  541. this.plcUiNumberDisplay4.DisabilityTriggerNode = null;
  542. this.plcUiNumberDisplay4.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  543. this.plcUiNumberDisplay4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  544. this.plcUiNumberDisplay4.Gain = 1D;
  545. this.plcUiNumberDisplay4.IntegerDigits = 0;
  546. this.plcUiNumberDisplay4.InvisibilityTriggerNode = null;
  547. this.plcUiNumberDisplay4.Location = new System.Drawing.Point(502, 570);
  548. this.plcUiNumberDisplay4.Name = "plcUiNumberDisplay4";
  549. this.plcUiNumberDisplay4.Preffix = null;
  550. this.plcUiNumberDisplay4.ReadNode = null;
  551. this.plcUiNumberDisplay4.Size = new System.Drawing.Size(27, 27);
  552. this.plcUiNumberDisplay4.Suffix = null;
  553. this.plcUiNumberDisplay4.TabIndex = 85;
  554. this.plcUiNumberDisplay4.Text = "1";
  555. this.plcUiNumberDisplay4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  556. this.plcUiNumberDisplay4.WriteNode = null;
  557. //
  558. // plcUiNumberDisplay5
  559. //
  560. this.plcUiNumberDisplay5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  561. this.plcUiNumberDisplay5.DecimalPlaces = 0;
  562. this.plcUiNumberDisplay5.DisabilityTriggerNode = null;
  563. this.plcUiNumberDisplay5.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  564. this.plcUiNumberDisplay5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  565. this.plcUiNumberDisplay5.Gain = 1D;
  566. this.plcUiNumberDisplay5.IntegerDigits = 0;
  567. this.plcUiNumberDisplay5.InvisibilityTriggerNode = null;
  568. this.plcUiNumberDisplay5.Location = new System.Drawing.Point(340, 166);
  569. this.plcUiNumberDisplay5.Name = "plcUiNumberDisplay5";
  570. this.plcUiNumberDisplay5.Preffix = null;
  571. this.plcUiNumberDisplay5.ReadNode = null;
  572. this.plcUiNumberDisplay5.Size = new System.Drawing.Size(27, 27);
  573. this.plcUiNumberDisplay5.Suffix = null;
  574. this.plcUiNumberDisplay5.TabIndex = 86;
  575. this.plcUiNumberDisplay5.Text = "1";
  576. this.plcUiNumberDisplay5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  577. this.plcUiNumberDisplay5.WriteNode = null;
  578. //
  579. // uiLabel33
  580. //
  581. this.uiLabel33.AutoSize = true;
  582. this.uiLabel33.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  583. this.uiLabel33.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  584. this.uiLabel33.Location = new System.Drawing.Point(324, 199);
  585. this.uiLabel33.Name = "uiLabel33";
  586. this.uiLabel33.Size = new System.Drawing.Size(71, 16);
  587. this.uiLabel33.TabIndex = 87;
  588. this.uiLabel33.Text = "测试结果";
  589. //
  590. // plcUiNumberDisplay7
  591. //
  592. this.plcUiNumberDisplay7.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  593. this.plcUiNumberDisplay7.DecimalPlaces = 0;
  594. this.plcUiNumberDisplay7.DisabilityTriggerNode = null;
  595. this.plcUiNumberDisplay7.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  596. this.plcUiNumberDisplay7.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  597. this.plcUiNumberDisplay7.Gain = 1D;
  598. this.plcUiNumberDisplay7.IntegerDigits = 0;
  599. this.plcUiNumberDisplay7.InvisibilityTriggerNode = null;
  600. this.plcUiNumberDisplay7.Location = new System.Drawing.Point(304, 565);
  601. this.plcUiNumberDisplay7.Name = "plcUiNumberDisplay7";
  602. this.plcUiNumberDisplay7.Preffix = null;
  603. this.plcUiNumberDisplay7.ReadNode = null;
  604. this.plcUiNumberDisplay7.Size = new System.Drawing.Size(27, 27);
  605. this.plcUiNumberDisplay7.Suffix = null;
  606. this.plcUiNumberDisplay7.TabIndex = 89;
  607. this.plcUiNumberDisplay7.Text = "1";
  608. this.plcUiNumberDisplay7.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  609. this.plcUiNumberDisplay7.WriteNode = null;
  610. //
  611. // uiLabel34
  612. //
  613. this.uiLabel34.AutoSize = true;
  614. this.uiLabel34.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  615. this.uiLabel34.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  616. this.uiLabel34.Location = new System.Drawing.Point(301, 539);
  617. this.uiLabel34.Name = "uiLabel34";
  618. this.uiLabel34.Size = new System.Drawing.Size(39, 16);
  619. this.uiLabel34.TabIndex = 90;
  620. this.uiLabel34.Text = "结果";
  621. //
  622. // uiSwitch1
  623. //
  624. this.uiSwitch1.ActiveText = "芯片目的地";
  625. this.uiSwitch1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  626. this.uiSwitch1.InActiveColor = System.Drawing.Color.Green;
  627. this.uiSwitch1.InActiveText = "芯片有无";
  628. this.uiSwitch1.Location = new System.Drawing.Point(5, 3);
  629. this.uiSwitch1.MinimumSize = new System.Drawing.Size(1, 1);
  630. this.uiSwitch1.Name = "uiSwitch1";
  631. this.uiSwitch1.Size = new System.Drawing.Size(188, 67);
  632. this.uiSwitch1.TabIndex = 92;
  633. this.uiSwitch1.Text = "uiSwitch1";
  634. this.uiSwitch1.ValueChanged += new Sunny.UI.UISwitch.OnValueChanged(this.uiSwitch1_ValueChanged);
  635. //
  636. // lblDestinationDefine
  637. //
  638. this.lblDestinationDefine.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  639. this.lblDestinationDefine.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  640. this.lblDestinationDefine.Location = new System.Drawing.Point(5, 73);
  641. this.lblDestinationDefine.Name = "lblDestinationDefine";
  642. this.lblDestinationDefine.Size = new System.Drawing.Size(100, 359);
  643. this.lblDestinationDefine.TabIndex = 93;
  644. this.lblDestinationDefine.Text = resources.GetString("lblDestinationDefine.Text");
  645. this.lblDestinationDefine.Visible = false;
  646. //
  647. // uiLabel10
  648. //
  649. this.uiLabel10.AutoSize = true;
  650. this.uiLabel10.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  651. this.uiLabel10.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  652. this.uiLabel10.Location = new System.Drawing.Point(121, 266);
  653. this.uiLabel10.Name = "uiLabel10";
  654. this.uiLabel10.Size = new System.Drawing.Size(63, 16);
  655. this.uiLabel10.TabIndex = 94;
  656. this.uiLabel10.Text = "四料盒5";
  657. //
  658. // uiSymbolLabel2
  659. //
  660. this.uiSymbolLabel2.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  661. this.uiSymbolLabel2.Location = new System.Drawing.Point(960, 333);
  662. this.uiSymbolLabel2.MinimumSize = new System.Drawing.Size(1, 1);
  663. this.uiSymbolLabel2.Name = "uiSymbolLabel2";
  664. this.uiSymbolLabel2.Size = new System.Drawing.Size(116, 105);
  665. this.uiSymbolLabel2.Symbol = 362186;
  666. this.uiSymbolLabel2.SymbolSize = 128;
  667. this.uiSymbolLabel2.TabIndex = 95;
  668. //
  669. // FlashLightForm
  670. //
  671. this.AllowShowTitle = false;
  672. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
  673. this.ClientSize = new System.Drawing.Size(1317, 759);
  674. this.Controls.Add(this.uiSymbolLabel2);
  675. this.Controls.Add(this.uiLabel10);
  676. this.Controls.Add(this.lblDestinationDefine);
  677. this.Controls.Add(this.uiSwitch1);
  678. this.Controls.Add(this.uiLabel34);
  679. this.Controls.Add(this.plcUiNumberDisplay7);
  680. this.Controls.Add(this.uiLabel33);
  681. this.Controls.Add(this.plcUiNumberDisplay5);
  682. this.Controls.Add(this.plcUiNumberDisplay4);
  683. this.Controls.Add(this.plcUiNumberDisplay3);
  684. this.Controls.Add(this.plcUiNumberDisplay2);
  685. this.Controls.Add(this.plcUiNumberDisplay1);
  686. this.Controls.Add(this.uiLabel32);
  687. this.Controls.Add(this.uiLabel31);
  688. this.Controls.Add(this.uiLabel30);
  689. this.Controls.Add(this.uiLabel29);
  690. this.Controls.Add(this.uiLabel28);
  691. this.Controls.Add(this.uiLabel27);
  692. this.Controls.Add(this.uiLabel25);
  693. this.Controls.Add(this.uiLabel24);
  694. this.Controls.Add(this.uiLabel23);
  695. this.Controls.Add(this.uiLabel22);
  696. this.Controls.Add(this.uiLabel21);
  697. this.Controls.Add(this.uiLabel20);
  698. this.Controls.Add(this.uiLabel17);
  699. this.Controls.Add(this.uiLabel16);
  700. this.Controls.Add(this.uiLabel15);
  701. this.Controls.Add(this.uiLabel14);
  702. this.Controls.Add(this.uiLabel13);
  703. this.Controls.Add(this.uiLabel12);
  704. this.Controls.Add(this.uiLabel11);
  705. this.Controls.Add(this.uiLabel9);
  706. this.Controls.Add(this.uiLabel8);
  707. this.Controls.Add(this.uiLabel7);
  708. this.Controls.Add(this.uiLabel6);
  709. this.Controls.Add(this.uiLabel5);
  710. this.Controls.Add(this.uiLabel4);
  711. this.Controls.Add(this.uiLabel3);
  712. this.Controls.Add(this.uiLabel2);
  713. this.Controls.Add(this.uiLabel1);
  714. this.Controls.Add(this.CircleUnload);
  715. this.Controls.Add(this.uiSymbolLabel3);
  716. this.Controls.Add(this.uiSymbolLabel1);
  717. this.Controls.Add(this.CircleLaser);
  718. this.Controls.Add(this.CircleSub);
  719. this.Controls.Add(this.CircleMain);
  720. this.Controls.Add(this.CircleLoad);
  721. this.MaximizeBox = false;
  722. this.MinimizeBox = false;
  723. this.Name = "FlashLightForm";
  724. this.Padding = new System.Windows.Forms.Padding(2, 0, 2, 2);
  725. this.Resizable = true;
  726. this.ShowDragStretch = true;
  727. this.ShowTitle = false;
  728. this.Text = "跑马灯";
  729. this.ResumeLayout(false);
  730. this.PerformLayout();
  731. }
  732. #endregion
  733. private MyCircleGaugeControl CircleMain;
  734. private MyCircleGaugeControl CircleSub;
  735. private MyCircleGaugeControl CircleLaser;
  736. private MyCircleGaugeControl CircleUnload;
  737. private MyCircleGaugeControl CircleLoad;
  738. private Sunny.UI.UISymbolLabel uiSymbolLabel1;
  739. private Sunny.UI.UISymbolLabel uiSymbolLabel3;
  740. private Sunny.UI.UILabel uiLabel1;
  741. private Sunny.UI.UILabel uiLabel2;
  742. private Sunny.UI.UILabel uiLabel3;
  743. private Sunny.UI.UILabel uiLabel4;
  744. private Sunny.UI.UILabel uiLabel5;
  745. private Sunny.UI.UILabel uiLabel6;
  746. private Sunny.UI.UILabel uiLabel7;
  747. private Sunny.UI.UILabel uiLabel8;
  748. private Sunny.UI.UILabel uiLabel9;
  749. private Sunny.UI.UILabel uiLabel11;
  750. private Sunny.UI.UILabel uiLabel12;
  751. private Sunny.UI.UILabel uiLabel13;
  752. private Sunny.UI.UILabel uiLabel14;
  753. private Sunny.UI.UILabel uiLabel15;
  754. private Sunny.UI.UILabel uiLabel16;
  755. private Sunny.UI.UILabel uiLabel17;
  756. private Sunny.UI.UILabel uiLabel20;
  757. private Sunny.UI.UILabel uiLabel21;
  758. private Sunny.UI.UILabel uiLabel22;
  759. private Sunny.UI.UILabel uiLabel23;
  760. private Sunny.UI.UILabel uiLabel24;
  761. private Sunny.UI.UILabel uiLabel25;
  762. private Sunny.UI.UILabel uiLabel27;
  763. private Sunny.UI.UILabel uiLabel28;
  764. private Sunny.UI.UILabel uiLabel29;
  765. private Sunny.UI.UILabel uiLabel30;
  766. private Sunny.UI.UILabel uiLabel31;
  767. private PlcUiControl.PlcUiNumberDisplay plcUiNumberDisplay1;
  768. private Sunny.UI.UILabel uiLabel32;
  769. private PlcUiControl.PlcUiNumberDisplay plcUiNumberDisplay2;
  770. private PlcUiControl.PlcUiNumberDisplay plcUiNumberDisplay3;
  771. private PlcUiControl.PlcUiNumberDisplay plcUiNumberDisplay4;
  772. private PlcUiControl.PlcUiNumberDisplay plcUiNumberDisplay5;
  773. private Sunny.UI.UILabel uiLabel33;
  774. private PlcUiControl.PlcUiNumberDisplay plcUiNumberDisplay7;
  775. private Sunny.UI.UILabel uiLabel34;
  776. private Sunny.UI.UISwitch uiSwitch1;
  777. private Sunny.UI.UILabel lblDestinationDefine;
  778. private Sunny.UI.UILabel uiLabel10;
  779. private Sunny.UI.UISymbolLabel uiSymbolLabel2;
  780. }
  781. }