FormMain.Designer.cs 28 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618
  1. namespace Scada
  2. {
  3. partial class FormMain
  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. components = new System.ComponentModel.Container();
  29. uiPanel1 = new Sunny.UI.UIPanel();
  30. uiSymbolLabel2 = new Sunny.UI.UISymbolLabel();
  31. uiSymbolLabel1 = new Sunny.UI.UISymbolLabel();
  32. lbl_Time = new Sunny.UI.UILabel();
  33. lbl_Humidness = new Sunny.UI.UILabel();
  34. lbl_Temperature = new Sunny.UI.UILabel();
  35. lb_Humidness = new Sunny.UI.UILabel();
  36. lb_Temperature = new Sunny.UI.UILabel();
  37. st_AlarmInfo = new Sunny.UI.UIScrollingText();
  38. lbl_User = new Sunny.UI.UILabel();
  39. pictureBox2 = new PictureBox();
  40. uiLabel2 = new Sunny.UI.UILabel();
  41. uiLabel1 = new Sunny.UI.UILabel();
  42. pictureBox1 = new PictureBox();
  43. lb_ProducteCount = new Sunny.UI.UILabel();
  44. lbl_ProducteCount = new Sunny.UI.UILedLabel();
  45. lbl_BadCount = new Sunny.UI.UILedLabel();
  46. lb_BadCount = new Sunny.UI.UILabel();
  47. lbl_Beat = new Sunny.UI.UILedLabel();
  48. lb_Beat = new Sunny.UI.UILabel();
  49. lbl_TotalAlarm = new Sunny.UI.UILedLabel();
  50. lb_TotalAlarm = new Sunny.UI.UILabel();
  51. uiLabel13 = new Sunny.UI.UILabel();
  52. led_ProducteState = new Sunny.UI.UILedBulb();
  53. uiLabel14 = new Sunny.UI.UILabel();
  54. uiLabel15 = new Sunny.UI.UILabel();
  55. uiLabel16 = new Sunny.UI.UILabel();
  56. uiLabel17 = new Sunny.UI.UILabel();
  57. uiLabel18 = new Sunny.UI.UILabel();
  58. led_PlcState = new Sunny.UI.UILedBulb();
  59. lbl_CPUInformation = new Sunny.UI.UILabel();
  60. lbl_MemoryInformation = new Sunny.UI.UILabel();
  61. uiLabel21 = new Sunny.UI.UILabel();
  62. uiLabel22 = new Sunny.UI.UILabel();
  63. StyleManager = new Sunny.UI.UIStyleManager(components);
  64. Footer.SuspendLayout();
  65. Header.SuspendLayout();
  66. uiPanel1.SuspendLayout();
  67. ((System.ComponentModel.ISupportInitialize)pictureBox2).BeginInit();
  68. ((System.ComponentModel.ISupportInitialize)pictureBox1).BeginInit();
  69. SuspendLayout();
  70. //
  71. // Footer
  72. //
  73. Footer.Controls.Add(uiLabel22);
  74. Footer.Controls.Add(uiLabel21);
  75. Footer.Controls.Add(lbl_MemoryInformation);
  76. Footer.Controls.Add(lbl_CPUInformation);
  77. Footer.Controls.Add(led_PlcState);
  78. Footer.Controls.Add(uiLabel18);
  79. Footer.Controls.Add(uiLabel17);
  80. Footer.Controls.Add(uiLabel16);
  81. Footer.Controls.Add(uiLabel15);
  82. Footer.Controls.Add(uiLabel14);
  83. Footer.Location = new Point(195, 664);
  84. Footer.Size = new Size(1085, 56);
  85. //
  86. // Aside
  87. //
  88. Aside.Location = new Point(0, 120);
  89. Aside.Size = new Size(195, 600);
  90. //
  91. // Header
  92. //
  93. Header.Controls.Add(led_ProducteState);
  94. Header.Controls.Add(uiLabel13);
  95. Header.Controls.Add(lbl_TotalAlarm);
  96. Header.Controls.Add(lb_TotalAlarm);
  97. Header.Controls.Add(lbl_Beat);
  98. Header.Controls.Add(lb_Beat);
  99. Header.Controls.Add(lbl_BadCount);
  100. Header.Controls.Add(lb_BadCount);
  101. Header.Controls.Add(lbl_ProducteCount);
  102. Header.Controls.Add(lb_ProducteCount);
  103. Header.Controls.Add(uiPanel1);
  104. Header.Location = new Point(0, 0);
  105. Header.NodeInterval = 0;
  106. Header.NodeSize = new Size(70, 50);
  107. Header.Size = new Size(1280, 120);
  108. Header.MenuItemClick += Header_MenuItemClick;
  109. //
  110. // uiPanel1
  111. //
  112. uiPanel1.Anchor = AnchorStyles.Top | AnchorStyles.Bottom | AnchorStyles.Left | AnchorStyles.Right;
  113. uiPanel1.Controls.Add(uiSymbolLabel2);
  114. uiPanel1.Controls.Add(uiSymbolLabel1);
  115. uiPanel1.Controls.Add(lbl_Time);
  116. uiPanel1.Controls.Add(lbl_Humidness);
  117. uiPanel1.Controls.Add(lbl_Temperature);
  118. uiPanel1.Controls.Add(lb_Humidness);
  119. uiPanel1.Controls.Add(lb_Temperature);
  120. uiPanel1.Controls.Add(st_AlarmInfo);
  121. uiPanel1.Controls.Add(lbl_User);
  122. uiPanel1.Controls.Add(pictureBox2);
  123. uiPanel1.Controls.Add(uiLabel2);
  124. uiPanel1.Controls.Add(uiLabel1);
  125. uiPanel1.Controls.Add(pictureBox1);
  126. uiPanel1.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
  127. uiPanel1.Location = new Point(0, 0);
  128. uiPanel1.Margin = new Padding(4, 5, 4, 5);
  129. uiPanel1.MinimumSize = new Size(1, 1);
  130. uiPanel1.Name = "uiPanel1";
  131. uiPanel1.Radius = 1;
  132. uiPanel1.Size = new Size(1280, 71);
  133. uiPanel1.TabIndex = 0;
  134. uiPanel1.Text = null;
  135. uiPanel1.TextAlignment = ContentAlignment.MiddleCenter;
  136. uiPanel1.MouseDown += Panel_MouseDown;
  137. uiPanel1.MouseMove += Panel_MouseMove;
  138. //
  139. // uiSymbolLabel2
  140. //
  141. uiSymbolLabel2.BackColor = Color.Transparent;
  142. uiSymbolLabel2.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
  143. uiSymbolLabel2.Location = new Point(1238, 3);
  144. uiSymbolLabel2.MinimumSize = new Size(1, 1);
  145. uiSymbolLabel2.Name = "uiSymbolLabel2";
  146. uiSymbolLabel2.Size = new Size(39, 35);
  147. uiSymbolLabel2.Symbol = 61453;
  148. uiSymbolLabel2.SymbolSize = 20;
  149. uiSymbolLabel2.TabIndex = 11;
  150. uiSymbolLabel2.Click += uiSymbolLabel2_Click;
  151. //
  152. // uiSymbolLabel1
  153. //
  154. uiSymbolLabel1.BackColor = Color.Transparent;
  155. uiSymbolLabel1.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
  156. uiSymbolLabel1.Location = new Point(1193, 3);
  157. uiSymbolLabel1.MinimumSize = new Size(1, 1);
  158. uiSymbolLabel1.Name = "uiSymbolLabel1";
  159. uiSymbolLabel1.Size = new Size(39, 35);
  160. uiSymbolLabel1.Symbol = 61544;
  161. uiSymbolLabel1.SymbolSize = 20;
  162. uiSymbolLabel1.TabIndex = 10;
  163. uiSymbolLabel1.Click += uiSymbolLabel1_Click;
  164. //
  165. // lbl_Time
  166. //
  167. lbl_Time.BackColor = Color.Transparent;
  168. lbl_Time.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
  169. lbl_Time.ForeColor = Color.FromArgb(48, 48, 48);
  170. lbl_Time.Location = new Point(922, 43);
  171. lbl_Time.Name = "lbl_Time";
  172. lbl_Time.Size = new Size(215, 33);
  173. lbl_Time.TabIndex = 9;
  174. lbl_Time.Text = "2024-10-12 23:05:23";
  175. lbl_Time.MouseDown += Panel_MouseDown;
  176. lbl_Time.MouseMove += Panel_MouseMove;
  177. //
  178. // lbl_Humidness
  179. //
  180. lbl_Humidness.BackColor = Color.Transparent;
  181. lbl_Humidness.Font = new Font("宋体", 9F);
  182. lbl_Humidness.ForeColor = Color.Green;
  183. lbl_Humidness.Location = new Point(1125, 16);
  184. lbl_Humidness.Name = "lbl_Humidness";
  185. lbl_Humidness.Size = new Size(44, 27);
  186. lbl_Humidness.TabIndex = 8;
  187. lbl_Humidness.Text = "60%";
  188. lbl_Humidness.MouseDown += Panel_MouseDown;
  189. lbl_Humidness.MouseMove += Panel_MouseMove;
  190. //
  191. // lbl_Temperature
  192. //
  193. lbl_Temperature.BackColor = Color.Transparent;
  194. lbl_Temperature.Font = new Font("宋体", 9F);
  195. lbl_Temperature.ForeColor = Color.Green;
  196. lbl_Temperature.Location = new Point(985, 16);
  197. lbl_Temperature.Name = "lbl_Temperature";
  198. lbl_Temperature.Size = new Size(44, 27);
  199. lbl_Temperature.TabIndex = 7;
  200. lbl_Temperature.Text = "25℃";
  201. lbl_Temperature.MouseDown += Panel_MouseDown;
  202. lbl_Temperature.MouseMove += Panel_MouseMove;
  203. //
  204. // lb_Humidness
  205. //
  206. lb_Humidness.BackColor = Color.Transparent;
  207. lb_Humidness.Font = new Font("宋体", 9F);
  208. lb_Humidness.ForeColor = Color.FromArgb(48, 48, 48);
  209. lb_Humidness.Image = Properties.Resources.湿度;
  210. lb_Humidness.ImageAlign = ContentAlignment.MiddleLeft;
  211. lb_Humidness.Location = new Point(1024, 9);
  212. lb_Humidness.Name = "lb_Humidness";
  213. lb_Humidness.Size = new Size(95, 29);
  214. lb_Humidness.TabIndex = 6;
  215. lb_Humidness.Text = "厂房湿度";
  216. lb_Humidness.TextAlign = ContentAlignment.MiddleRight;
  217. lb_Humidness.MouseDown += Panel_MouseDown;
  218. lb_Humidness.MouseMove += Panel_MouseMove;
  219. //
  220. // lb_Temperature
  221. //
  222. lb_Temperature.BackColor = Color.Transparent;
  223. lb_Temperature.Font = new Font("宋体", 9F);
  224. lb_Temperature.ForeColor = Color.FromArgb(48, 48, 48);
  225. lb_Temperature.Image = Properties.Resources.温度;
  226. lb_Temperature.ImageAlign = ContentAlignment.MiddleLeft;
  227. lb_Temperature.Location = new Point(884, 9);
  228. lb_Temperature.Name = "lb_Temperature";
  229. lb_Temperature.Size = new Size(95, 29);
  230. lb_Temperature.TabIndex = 5;
  231. lb_Temperature.Text = "厂房温度";
  232. lb_Temperature.TextAlign = ContentAlignment.MiddleRight;
  233. lb_Temperature.MouseDown += Panel_MouseDown;
  234. lb_Temperature.MouseMove += Panel_MouseMove;
  235. //
  236. // st_AlarmInfo
  237. //
  238. st_AlarmInfo.BackColor = Color.Transparent;
  239. st_AlarmInfo.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
  240. st_AlarmInfo.Location = new Point(595, 9);
  241. st_AlarmInfo.MinimumSize = new Size(1, 1);
  242. st_AlarmInfo.Name = "st_AlarmInfo";
  243. st_AlarmInfo.Size = new Size(283, 48);
  244. st_AlarmInfo.TabIndex = 4;
  245. st_AlarmInfo.Text = "系统正常";
  246. st_AlarmInfo.MouseDown += Panel_MouseDown;
  247. st_AlarmInfo.MouseMove += Panel_MouseMove;
  248. //
  249. // lbl_User
  250. //
  251. lbl_User.BackColor = Color.Transparent;
  252. lbl_User.Font = new Font("宋体", 18F);
  253. lbl_User.ForeColor = Color.FromArgb(48, 48, 48);
  254. lbl_User.Location = new Point(486, 9);
  255. lbl_User.Name = "lbl_User";
  256. lbl_User.Size = new Size(103, 39);
  257. lbl_User.TabIndex = 1;
  258. lbl_User.Text = "工程师";
  259. lbl_User.MouseDown += Panel_MouseDown;
  260. lbl_User.MouseMove += Panel_MouseMove;
  261. //
  262. // pictureBox2
  263. //
  264. pictureBox2.BackColor = Color.Transparent;
  265. pictureBox2.BackgroundImage = Properties.Resources.用户;
  266. pictureBox2.Location = new Point(415, 3);
  267. pictureBox2.Name = "pictureBox2";
  268. pictureBox2.Size = new Size(65, 65);
  269. pictureBox2.TabIndex = 3;
  270. pictureBox2.TabStop = false;
  271. pictureBox2.Click += pictureBox2_Click;
  272. pictureBox2.MouseDown += Panel_MouseDown;
  273. pictureBox2.MouseMove += Panel_MouseMove;
  274. //
  275. // uiLabel2
  276. //
  277. uiLabel2.BackColor = Color.Transparent;
  278. uiLabel2.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
  279. uiLabel2.ForeColor = SystemColors.Highlight;
  280. uiLabel2.Location = new Point(100, 43);
  281. uiLabel2.Name = "uiLabel2";
  282. uiLabel2.Size = new Size(299, 26);
  283. uiLabel2.TabIndex = 2;
  284. uiLabel2.Text = "Spary Process SCADA System";
  285. uiLabel2.MouseDown += Panel_MouseDown;
  286. uiLabel2.MouseMove += Panel_MouseMove;
  287. //
  288. // uiLabel1
  289. //
  290. uiLabel1.BackColor = Color.Transparent;
  291. uiLabel1.Font = new Font("宋体", 21.75F);
  292. uiLabel1.ForeColor = Color.FromArgb(48, 48, 48);
  293. uiLabel1.Location = new Point(74, 3);
  294. uiLabel1.Name = "uiLabel1";
  295. uiLabel1.Size = new Size(335, 45);
  296. uiLabel1.TabIndex = 1;
  297. uiLabel1.Text = "喷涂工艺SCADA系统";
  298. uiLabel1.MouseDown += Panel_MouseDown;
  299. uiLabel1.MouseMove += Panel_MouseMove;
  300. //
  301. // pictureBox1
  302. //
  303. pictureBox1.BackColor = Color.Transparent;
  304. pictureBox1.BackgroundImage = Properties.Resources.喷涂生产;
  305. pictureBox1.Location = new Point(3, 3);
  306. pictureBox1.Name = "pictureBox1";
  307. pictureBox1.Size = new Size(65, 66);
  308. pictureBox1.TabIndex = 0;
  309. pictureBox1.TabStop = false;
  310. pictureBox1.MouseDown += Panel_MouseDown;
  311. pictureBox1.MouseMove += Panel_MouseMove;
  312. //
  313. // lb_ProducteCount
  314. //
  315. lb_ProducteCount.BackColor = Color.Transparent;
  316. lb_ProducteCount.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
  317. lb_ProducteCount.ForeColor = Color.FromArgb(48, 48, 48);
  318. lb_ProducteCount.Image = Properties.Resources.产量;
  319. lb_ProducteCount.ImageAlign = ContentAlignment.MiddleLeft;
  320. lb_ProducteCount.Location = new Point(3, 72);
  321. lb_ProducteCount.Name = "lb_ProducteCount";
  322. lb_ProducteCount.Size = new Size(132, 45);
  323. lb_ProducteCount.TabIndex = 1;
  324. lb_ProducteCount.Text = "生产计数";
  325. lb_ProducteCount.TextAlign = ContentAlignment.MiddleRight;
  326. //
  327. // lbl_ProducteCount
  328. //
  329. lbl_ProducteCount.BackColor = Color.Transparent;
  330. lbl_ProducteCount.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
  331. lbl_ProducteCount.Location = new Point(141, 72);
  332. lbl_ProducteCount.MinimumSize = new Size(1, 1);
  333. lbl_ProducteCount.Name = "lbl_ProducteCount";
  334. lbl_ProducteCount.Size = new Size(80, 44);
  335. lbl_ProducteCount.TabIndex = 2;
  336. lbl_ProducteCount.Text = "5000";
  337. //
  338. // lbl_BadCount
  339. //
  340. lbl_BadCount.BackColor = Color.Transparent;
  341. lbl_BadCount.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
  342. lbl_BadCount.Location = new Point(365, 72);
  343. lbl_BadCount.MinimumSize = new Size(1, 1);
  344. lbl_BadCount.Name = "lbl_BadCount";
  345. lbl_BadCount.Size = new Size(80, 44);
  346. lbl_BadCount.TabIndex = 4;
  347. lbl_BadCount.Text = "0067";
  348. //
  349. // lb_BadCount
  350. //
  351. lb_BadCount.BackColor = Color.Transparent;
  352. lb_BadCount.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
  353. lb_BadCount.ForeColor = Color.FromArgb(48, 48, 48);
  354. lb_BadCount.Image = Properties.Resources.产量;
  355. lb_BadCount.ImageAlign = ContentAlignment.MiddleLeft;
  356. lb_BadCount.Location = new Point(227, 72);
  357. lb_BadCount.Name = "lb_BadCount";
  358. lb_BadCount.Size = new Size(132, 45);
  359. lb_BadCount.TabIndex = 3;
  360. lb_BadCount.Text = "不良计数";
  361. lb_BadCount.TextAlign = ContentAlignment.MiddleRight;
  362. //
  363. // lbl_Beat
  364. //
  365. lbl_Beat.BackColor = Color.Transparent;
  366. lbl_Beat.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
  367. lbl_Beat.Location = new Point(595, 72);
  368. lbl_Beat.MinimumSize = new Size(1, 1);
  369. lbl_Beat.Name = "lbl_Beat";
  370. lbl_Beat.Size = new Size(80, 44);
  371. lbl_Beat.TabIndex = 6;
  372. lbl_Beat.Text = "060S";
  373. //
  374. // lb_Beat
  375. //
  376. lb_Beat.BackColor = Color.Transparent;
  377. lb_Beat.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
  378. lb_Beat.ForeColor = Color.FromArgb(48, 48, 48);
  379. lb_Beat.Image = Properties.Resources.生产节拍;
  380. lb_Beat.ImageAlign = ContentAlignment.MiddleLeft;
  381. lb_Beat.Location = new Point(457, 72);
  382. lb_Beat.Name = "lb_Beat";
  383. lb_Beat.Size = new Size(132, 45);
  384. lb_Beat.TabIndex = 5;
  385. lb_Beat.Text = "生产节拍";
  386. lb_Beat.TextAlign = ContentAlignment.MiddleRight;
  387. //
  388. // lbl_TotalAlarm
  389. //
  390. lbl_TotalAlarm.BackColor = Color.Transparent;
  391. lbl_TotalAlarm.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
  392. lbl_TotalAlarm.Location = new Point(819, 72);
  393. lbl_TotalAlarm.MinimumSize = new Size(1, 1);
  394. lbl_TotalAlarm.Name = "lbl_TotalAlarm";
  395. lbl_TotalAlarm.Size = new Size(80, 44);
  396. lbl_TotalAlarm.TabIndex = 8;
  397. lbl_TotalAlarm.Text = "0221";
  398. //
  399. // lb_TotalAlarm
  400. //
  401. lb_TotalAlarm.BackColor = Color.Transparent;
  402. lb_TotalAlarm.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
  403. lb_TotalAlarm.ForeColor = Color.FromArgb(48, 48, 48);
  404. lb_TotalAlarm.Image = Properties.Resources.报警数;
  405. lb_TotalAlarm.ImageAlign = ContentAlignment.MiddleLeft;
  406. lb_TotalAlarm.Location = new Point(681, 72);
  407. lb_TotalAlarm.Name = "lb_TotalAlarm";
  408. lb_TotalAlarm.Size = new Size(132, 45);
  409. lb_TotalAlarm.TabIndex = 7;
  410. lb_TotalAlarm.Text = "累计报警";
  411. lb_TotalAlarm.TextAlign = ContentAlignment.MiddleRight;
  412. //
  413. // uiLabel13
  414. //
  415. uiLabel13.BackColor = Color.Transparent;
  416. uiLabel13.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
  417. uiLabel13.ForeColor = Color.FromArgb(48, 48, 48);
  418. uiLabel13.Image = Properties.Resources.系统状态;
  419. uiLabel13.ImageAlign = ContentAlignment.MiddleLeft;
  420. uiLabel13.Location = new Point(905, 72);
  421. uiLabel13.Name = "uiLabel13";
  422. uiLabel13.Size = new Size(132, 45);
  423. uiLabel13.TabIndex = 9;
  424. uiLabel13.Text = "系统状态";
  425. uiLabel13.TextAlign = ContentAlignment.MiddleRight;
  426. //
  427. // led_ProducteState
  428. //
  429. led_ProducteState.Location = new Point(1043, 76);
  430. led_ProducteState.Name = "led_ProducteState";
  431. led_ProducteState.Size = new Size(40, 40);
  432. led_ProducteState.TabIndex = 10;
  433. led_ProducteState.Text = "uiLedBulb1";
  434. //
  435. // uiLabel14
  436. //
  437. uiLabel14.BackColor = Color.Transparent;
  438. uiLabel14.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
  439. uiLabel14.ForeColor = Color.FromArgb(48, 48, 48);
  440. uiLabel14.Image = Properties.Resources.连接状态;
  441. uiLabel14.ImageAlign = ContentAlignment.MiddleLeft;
  442. uiLabel14.Location = new Point(6, 18);
  443. uiLabel14.Name = "uiLabel14";
  444. uiLabel14.Size = new Size(158, 29);
  445. uiLabel14.TabIndex = 0;
  446. uiLabel14.Text = "PLC连接状态";
  447. uiLabel14.TextAlign = ContentAlignment.MiddleRight;
  448. //
  449. // uiLabel15
  450. //
  451. uiLabel15.BackColor = Color.Transparent;
  452. uiLabel15.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
  453. uiLabel15.ForeColor = Color.FromArgb(48, 48, 48);
  454. uiLabel15.Image = Properties.Resources.CPU信息;
  455. uiLabel15.ImageAlign = ContentAlignment.MiddleLeft;
  456. uiLabel15.Location = new Point(235, 18);
  457. uiLabel15.Name = "uiLabel15";
  458. uiLabel15.Size = new Size(132, 29);
  459. uiLabel15.TabIndex = 1;
  460. uiLabel15.Text = "CPU信息";
  461. uiLabel15.TextAlign = ContentAlignment.MiddleRight;
  462. //
  463. // uiLabel16
  464. //
  465. uiLabel16.BackColor = Color.Transparent;
  466. uiLabel16.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
  467. uiLabel16.ForeColor = Color.FromArgb(48, 48, 48);
  468. uiLabel16.Image = Properties.Resources.内存信息;
  469. uiLabel16.ImageAlign = ContentAlignment.MiddleLeft;
  470. uiLabel16.Location = new Point(426, 18);
  471. uiLabel16.Name = "uiLabel16";
  472. uiLabel16.Size = new Size(132, 29);
  473. uiLabel16.TabIndex = 2;
  474. uiLabel16.Text = "内存信息";
  475. uiLabel16.TextAlign = ContentAlignment.MiddleRight;
  476. //
  477. // uiLabel17
  478. //
  479. uiLabel17.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
  480. uiLabel17.ForeColor = Color.FromArgb(48, 48, 48);
  481. uiLabel17.Image = Properties.Resources.授权;
  482. uiLabel17.ImageAlign = ContentAlignment.MiddleLeft;
  483. uiLabel17.Location = new Point(885, 18);
  484. uiLabel17.Name = "uiLabel17";
  485. uiLabel17.Size = new Size(132, 29);
  486. uiLabel17.TabIndex = 3;
  487. uiLabel17.Text = "授权状态";
  488. uiLabel17.TextAlign = ContentAlignment.MiddleRight;
  489. //
  490. // uiLabel18
  491. //
  492. uiLabel18.BackColor = Color.Transparent;
  493. uiLabel18.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
  494. uiLabel18.ForeColor = Color.FromArgb(48, 48, 48);
  495. uiLabel18.Image = Properties.Resources.软件版本;
  496. uiLabel18.ImageAlign = ContentAlignment.MiddleLeft;
  497. uiLabel18.Location = new Point(626, 18);
  498. uiLabel18.Name = "uiLabel18";
  499. uiLabel18.Size = new Size(123, 29);
  500. uiLabel18.TabIndex = 4;
  501. uiLabel18.Text = "软件版本";
  502. uiLabel18.TextAlign = ContentAlignment.MiddleRight;
  503. //
  504. // led_PlcState
  505. //
  506. led_PlcState.BackColor = Color.Transparent;
  507. led_PlcState.Location = new Point(174, 11);
  508. led_PlcState.Name = "led_PlcState";
  509. led_PlcState.Size = new Size(40, 40);
  510. led_PlcState.TabIndex = 5;
  511. led_PlcState.Text = "uiLedBulb2";
  512. //
  513. // lbl_CPUInformation
  514. //
  515. lbl_CPUInformation.BackColor = Color.Transparent;
  516. lbl_CPUInformation.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
  517. lbl_CPUInformation.ForeColor = Color.FromArgb(48, 48, 48);
  518. lbl_CPUInformation.Location = new Point(373, 22);
  519. lbl_CPUInformation.Name = "lbl_CPUInformation";
  520. lbl_CPUInformation.Size = new Size(49, 29);
  521. lbl_CPUInformation.TabIndex = 6;
  522. lbl_CPUInformation.Text = "60%";
  523. //
  524. // lbl_MemoryInformation
  525. //
  526. lbl_MemoryInformation.BackColor = Color.Transparent;
  527. lbl_MemoryInformation.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
  528. lbl_MemoryInformation.ForeColor = Color.FromArgb(48, 48, 48);
  529. lbl_MemoryInformation.Location = new Point(564, 22);
  530. lbl_MemoryInformation.Name = "lbl_MemoryInformation";
  531. lbl_MemoryInformation.Size = new Size(49, 29);
  532. lbl_MemoryInformation.TabIndex = 7;
  533. lbl_MemoryInformation.Text = "60%";
  534. //
  535. // uiLabel21
  536. //
  537. uiLabel21.BackColor = Color.Transparent;
  538. uiLabel21.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
  539. uiLabel21.ForeColor = Color.FromArgb(48, 48, 48);
  540. uiLabel21.Location = new Point(755, 22);
  541. uiLabel21.Name = "uiLabel21";
  542. uiLabel21.Size = new Size(87, 29);
  543. uiLabel21.TabIndex = 8;
  544. uiLabel21.Text = "V1.0.0";
  545. //
  546. // uiLabel22
  547. //
  548. uiLabel22.BackColor = Color.Transparent;
  549. uiLabel22.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
  550. uiLabel22.ForeColor = Color.FromArgb(48, 48, 48);
  551. uiLabel22.Location = new Point(1023, 22);
  552. uiLabel22.Name = "uiLabel22";
  553. uiLabel22.Size = new Size(49, 29);
  554. uiLabel22.TabIndex = 9;
  555. uiLabel22.Text = "试用";
  556. //
  557. // FormMain
  558. //
  559. AllowShowTitle = false;
  560. AutoScaleMode = AutoScaleMode.None;
  561. ClientSize = new Size(1280, 720);
  562. CloseAskString = "是否关闭系统";
  563. EscClose = true;
  564. Name = "FormMain";
  565. Padding = new Padding(0);
  566. ShowTitle = false;
  567. Text = "Form1";
  568. ZoomScaleRect = new Rectangle(19, 19, 800, 450);
  569. Footer.ResumeLayout(false);
  570. Header.ResumeLayout(false);
  571. uiPanel1.ResumeLayout(false);
  572. ((System.ComponentModel.ISupportInitialize)pictureBox2).EndInit();
  573. ((System.ComponentModel.ISupportInitialize)pictureBox1).EndInit();
  574. ResumeLayout(false);
  575. }
  576. #endregion
  577. private Sunny.UI.UIPanel uiPanel1;
  578. private PictureBox pictureBox1;
  579. private Sunny.UI.UILabel uiLabel1;
  580. private Sunny.UI.UILabel lbl_User;
  581. private PictureBox pictureBox2;
  582. private Sunny.UI.UILabel uiLabel2;
  583. private Sunny.UI.UILabel lb_Temperature;
  584. private Sunny.UI.UIScrollingText st_AlarmInfo;
  585. private Sunny.UI.UILabel lbl_Humidness;
  586. private Sunny.UI.UILabel lbl_Temperature;
  587. private Sunny.UI.UILabel lb_Humidness;
  588. private Sunny.UI.UISymbolLabel uiSymbolLabel1;
  589. private Sunny.UI.UILabel lbl_Time;
  590. private Sunny.UI.UISymbolLabel uiSymbolLabel2;
  591. private Sunny.UI.UILabel lb_ProducteCount;
  592. private Sunny.UI.UILedLabel lbl_TotalAlarm;
  593. private Sunny.UI.UILabel lb_TotalAlarm;
  594. private Sunny.UI.UILedLabel lbl_Beat;
  595. private Sunny.UI.UILabel lb_Beat;
  596. private Sunny.UI.UILedLabel lbl_BadCount;
  597. private Sunny.UI.UILabel lb_BadCount;
  598. private Sunny.UI.UILedLabel lbl_ProducteCount;
  599. private Sunny.UI.UILabel uiLabel14;
  600. private Sunny.UI.UILedBulb led_ProducteState;
  601. private Sunny.UI.UILabel uiLabel13;
  602. private Sunny.UI.UILabel uiLabel22;
  603. private Sunny.UI.UILabel uiLabel21;
  604. private Sunny.UI.UILabel lbl_MemoryInformation;
  605. private Sunny.UI.UILabel lbl_CPUInformation;
  606. private Sunny.UI.UILedBulb led_PlcState;
  607. private Sunny.UI.UILabel uiLabel18;
  608. private Sunny.UI.UILabel uiLabel17;
  609. private Sunny.UI.UILabel uiLabel16;
  610. private Sunny.UI.UILabel uiLabel15;
  611. private Sunny.UI.UIStyleManager StyleManager;
  612. }
  613. }