FormMain.Designer.cs 28 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625
  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.TagString = "厂房湿度";
  188. lbl_Humidness.Text = "60%";
  189. lbl_Humidness.MouseDown += Panel_MouseDown;
  190. lbl_Humidness.MouseMove += Panel_MouseMove;
  191. //
  192. // lbl_Temperature
  193. //
  194. lbl_Temperature.BackColor = Color.Transparent;
  195. lbl_Temperature.Font = new Font("宋体", 9F);
  196. lbl_Temperature.ForeColor = Color.Green;
  197. lbl_Temperature.Location = new Point(985, 16);
  198. lbl_Temperature.Name = "lbl_Temperature";
  199. lbl_Temperature.Size = new Size(44, 27);
  200. lbl_Temperature.TabIndex = 7;
  201. lbl_Temperature.TagString = "厂房温度";
  202. lbl_Temperature.Text = "25℃";
  203. lbl_Temperature.MouseDown += Panel_MouseDown;
  204. lbl_Temperature.MouseMove += Panel_MouseMove;
  205. //
  206. // lb_Humidness
  207. //
  208. lb_Humidness.BackColor = Color.Transparent;
  209. lb_Humidness.Font = new Font("宋体", 9F);
  210. lb_Humidness.ForeColor = Color.FromArgb(48, 48, 48);
  211. lb_Humidness.Image = Properties.Resources.湿度;
  212. lb_Humidness.ImageAlign = ContentAlignment.MiddleLeft;
  213. lb_Humidness.Location = new Point(1024, 9);
  214. lb_Humidness.Name = "lb_Humidness";
  215. lb_Humidness.Size = new Size(95, 29);
  216. lb_Humidness.TabIndex = 6;
  217. lb_Humidness.Text = "厂房湿度";
  218. lb_Humidness.TextAlign = ContentAlignment.MiddleRight;
  219. lb_Humidness.MouseDown += Panel_MouseDown;
  220. lb_Humidness.MouseMove += Panel_MouseMove;
  221. //
  222. // lb_Temperature
  223. //
  224. lb_Temperature.BackColor = Color.Transparent;
  225. lb_Temperature.Font = new Font("宋体", 9F);
  226. lb_Temperature.ForeColor = Color.FromArgb(48, 48, 48);
  227. lb_Temperature.Image = Properties.Resources.温度;
  228. lb_Temperature.ImageAlign = ContentAlignment.MiddleLeft;
  229. lb_Temperature.Location = new Point(884, 9);
  230. lb_Temperature.Name = "lb_Temperature";
  231. lb_Temperature.Size = new Size(95, 29);
  232. lb_Temperature.TabIndex = 5;
  233. lb_Temperature.Text = "厂房温度";
  234. lb_Temperature.TextAlign = ContentAlignment.MiddleRight;
  235. lb_Temperature.MouseDown += Panel_MouseDown;
  236. lb_Temperature.MouseMove += Panel_MouseMove;
  237. //
  238. // st_AlarmInfo
  239. //
  240. st_AlarmInfo.Active = true;
  241. st_AlarmInfo.BackColor = Color.Transparent;
  242. st_AlarmInfo.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
  243. st_AlarmInfo.Location = new Point(595, 9);
  244. st_AlarmInfo.MinimumSize = new Size(1, 1);
  245. st_AlarmInfo.Name = "st_AlarmInfo";
  246. st_AlarmInfo.Size = new Size(283, 48);
  247. st_AlarmInfo.TabIndex = 4;
  248. st_AlarmInfo.Text = "系统正常";
  249. st_AlarmInfo.MouseDown += Panel_MouseDown;
  250. st_AlarmInfo.MouseMove += Panel_MouseMove;
  251. //
  252. // lbl_User
  253. //
  254. lbl_User.BackColor = Color.Transparent;
  255. lbl_User.Font = new Font("宋体", 18F);
  256. lbl_User.ForeColor = Color.FromArgb(48, 48, 48);
  257. lbl_User.Location = new Point(486, 9);
  258. lbl_User.Name = "lbl_User";
  259. lbl_User.Size = new Size(103, 39);
  260. lbl_User.TabIndex = 1;
  261. lbl_User.Text = "工程师";
  262. lbl_User.MouseDown += Panel_MouseDown;
  263. lbl_User.MouseMove += Panel_MouseMove;
  264. //
  265. // pictureBox2
  266. //
  267. pictureBox2.BackColor = Color.Transparent;
  268. pictureBox2.BackgroundImage = Properties.Resources.用户;
  269. pictureBox2.Location = new Point(415, 3);
  270. pictureBox2.Name = "pictureBox2";
  271. pictureBox2.Size = new Size(65, 65);
  272. pictureBox2.TabIndex = 3;
  273. pictureBox2.TabStop = false;
  274. pictureBox2.Click += pictureBox2_Click;
  275. pictureBox2.MouseDown += Panel_MouseDown;
  276. pictureBox2.MouseMove += Panel_MouseMove;
  277. //
  278. // uiLabel2
  279. //
  280. uiLabel2.BackColor = Color.Transparent;
  281. uiLabel2.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
  282. uiLabel2.ForeColor = SystemColors.Highlight;
  283. uiLabel2.Location = new Point(100, 43);
  284. uiLabel2.Name = "uiLabel2";
  285. uiLabel2.Size = new Size(299, 26);
  286. uiLabel2.TabIndex = 2;
  287. uiLabel2.Text = "Spary Process SCADA System";
  288. uiLabel2.MouseDown += Panel_MouseDown;
  289. uiLabel2.MouseMove += Panel_MouseMove;
  290. //
  291. // uiLabel1
  292. //
  293. uiLabel1.BackColor = Color.Transparent;
  294. uiLabel1.Font = new Font("宋体", 21.75F);
  295. uiLabel1.ForeColor = Color.FromArgb(48, 48, 48);
  296. uiLabel1.Location = new Point(74, 3);
  297. uiLabel1.Name = "uiLabel1";
  298. uiLabel1.Size = new Size(335, 45);
  299. uiLabel1.TabIndex = 1;
  300. uiLabel1.Text = "喷涂工艺SCADA系统";
  301. uiLabel1.MouseDown += Panel_MouseDown;
  302. uiLabel1.MouseMove += Panel_MouseMove;
  303. //
  304. // pictureBox1
  305. //
  306. pictureBox1.BackColor = Color.Transparent;
  307. pictureBox1.BackgroundImage = Properties.Resources.喷涂生产;
  308. pictureBox1.Location = new Point(3, 3);
  309. pictureBox1.Name = "pictureBox1";
  310. pictureBox1.Size = new Size(65, 66);
  311. pictureBox1.TabIndex = 0;
  312. pictureBox1.TabStop = false;
  313. pictureBox1.MouseDown += Panel_MouseDown;
  314. pictureBox1.MouseMove += Panel_MouseMove;
  315. //
  316. // lb_ProducteCount
  317. //
  318. lb_ProducteCount.BackColor = Color.Transparent;
  319. lb_ProducteCount.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
  320. lb_ProducteCount.ForeColor = Color.FromArgb(48, 48, 48);
  321. lb_ProducteCount.Image = Properties.Resources.产量;
  322. lb_ProducteCount.ImageAlign = ContentAlignment.MiddleLeft;
  323. lb_ProducteCount.Location = new Point(3, 72);
  324. lb_ProducteCount.Name = "lb_ProducteCount";
  325. lb_ProducteCount.Size = new Size(132, 45);
  326. lb_ProducteCount.TabIndex = 1;
  327. lb_ProducteCount.Text = "生产计数";
  328. lb_ProducteCount.TextAlign = ContentAlignment.MiddleRight;
  329. //
  330. // lbl_ProducteCount
  331. //
  332. lbl_ProducteCount.BackColor = Color.Transparent;
  333. lbl_ProducteCount.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
  334. lbl_ProducteCount.Location = new Point(141, 72);
  335. lbl_ProducteCount.MinimumSize = new Size(1, 1);
  336. lbl_ProducteCount.Name = "lbl_ProducteCount";
  337. lbl_ProducteCount.Size = new Size(80, 44);
  338. lbl_ProducteCount.TabIndex = 2;
  339. lbl_ProducteCount.TagString = "生产计数";
  340. lbl_ProducteCount.Text = "5000";
  341. //
  342. // lbl_BadCount
  343. //
  344. lbl_BadCount.BackColor = Color.Transparent;
  345. lbl_BadCount.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
  346. lbl_BadCount.Location = new Point(365, 72);
  347. lbl_BadCount.MinimumSize = new Size(1, 1);
  348. lbl_BadCount.Name = "lbl_BadCount";
  349. lbl_BadCount.Size = new Size(80, 44);
  350. lbl_BadCount.TabIndex = 4;
  351. lbl_BadCount.TagString = "不良计数";
  352. lbl_BadCount.Text = "0067";
  353. //
  354. // lb_BadCount
  355. //
  356. lb_BadCount.BackColor = Color.Transparent;
  357. lb_BadCount.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
  358. lb_BadCount.ForeColor = Color.FromArgb(48, 48, 48);
  359. lb_BadCount.Image = Properties.Resources.产量;
  360. lb_BadCount.ImageAlign = ContentAlignment.MiddleLeft;
  361. lb_BadCount.Location = new Point(227, 72);
  362. lb_BadCount.Name = "lb_BadCount";
  363. lb_BadCount.Size = new Size(132, 45);
  364. lb_BadCount.TabIndex = 3;
  365. lb_BadCount.Text = "不良计数";
  366. lb_BadCount.TextAlign = ContentAlignment.MiddleRight;
  367. //
  368. // lbl_Beat
  369. //
  370. lbl_Beat.BackColor = Color.Transparent;
  371. lbl_Beat.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
  372. lbl_Beat.Location = new Point(595, 72);
  373. lbl_Beat.MinimumSize = new Size(1, 1);
  374. lbl_Beat.Name = "lbl_Beat";
  375. lbl_Beat.Size = new Size(80, 44);
  376. lbl_Beat.TabIndex = 6;
  377. lbl_Beat.TagString = "生产节拍";
  378. lbl_Beat.Text = "060S";
  379. //
  380. // lb_Beat
  381. //
  382. lb_Beat.BackColor = Color.Transparent;
  383. lb_Beat.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
  384. lb_Beat.ForeColor = Color.FromArgb(48, 48, 48);
  385. lb_Beat.Image = Properties.Resources.生产节拍;
  386. lb_Beat.ImageAlign = ContentAlignment.MiddleLeft;
  387. lb_Beat.Location = new Point(457, 72);
  388. lb_Beat.Name = "lb_Beat";
  389. lb_Beat.Size = new Size(132, 45);
  390. lb_Beat.TabIndex = 5;
  391. lb_Beat.Text = "生产节拍";
  392. lb_Beat.TextAlign = ContentAlignment.MiddleRight;
  393. //
  394. // lbl_TotalAlarm
  395. //
  396. lbl_TotalAlarm.BackColor = Color.Transparent;
  397. lbl_TotalAlarm.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
  398. lbl_TotalAlarm.Location = new Point(819, 72);
  399. lbl_TotalAlarm.MinimumSize = new Size(1, 1);
  400. lbl_TotalAlarm.Name = "lbl_TotalAlarm";
  401. lbl_TotalAlarm.Size = new Size(80, 44);
  402. lbl_TotalAlarm.TabIndex = 8;
  403. lbl_TotalAlarm.TagString = "累计报警";
  404. lbl_TotalAlarm.Text = "0221";
  405. //
  406. // lb_TotalAlarm
  407. //
  408. lb_TotalAlarm.BackColor = Color.Transparent;
  409. lb_TotalAlarm.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
  410. lb_TotalAlarm.ForeColor = Color.FromArgb(48, 48, 48);
  411. lb_TotalAlarm.Image = Properties.Resources.报警数;
  412. lb_TotalAlarm.ImageAlign = ContentAlignment.MiddleLeft;
  413. lb_TotalAlarm.Location = new Point(681, 72);
  414. lb_TotalAlarm.Name = "lb_TotalAlarm";
  415. lb_TotalAlarm.Size = new Size(132, 45);
  416. lb_TotalAlarm.TabIndex = 7;
  417. lb_TotalAlarm.Text = "累计报警";
  418. lb_TotalAlarm.TextAlign = ContentAlignment.MiddleRight;
  419. //
  420. // uiLabel13
  421. //
  422. uiLabel13.BackColor = Color.Transparent;
  423. uiLabel13.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
  424. uiLabel13.ForeColor = Color.FromArgb(48, 48, 48);
  425. uiLabel13.Image = Properties.Resources.系统状态;
  426. uiLabel13.ImageAlign = ContentAlignment.MiddleLeft;
  427. uiLabel13.Location = new Point(905, 72);
  428. uiLabel13.Name = "uiLabel13";
  429. uiLabel13.Size = new Size(132, 45);
  430. uiLabel13.TabIndex = 9;
  431. uiLabel13.Text = "系统状态";
  432. uiLabel13.TextAlign = ContentAlignment.MiddleRight;
  433. //
  434. // led_ProducteState
  435. //
  436. led_ProducteState.Location = new Point(1043, 76);
  437. led_ProducteState.Name = "led_ProducteState";
  438. led_ProducteState.Size = new Size(40, 40);
  439. led_ProducteState.TabIndex = 10;
  440. led_ProducteState.Text = "uiLedBulb1";
  441. //
  442. // uiLabel14
  443. //
  444. uiLabel14.BackColor = Color.Transparent;
  445. uiLabel14.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
  446. uiLabel14.ForeColor = Color.FromArgb(48, 48, 48);
  447. uiLabel14.Image = Properties.Resources.连接状态;
  448. uiLabel14.ImageAlign = ContentAlignment.MiddleLeft;
  449. uiLabel14.Location = new Point(6, 18);
  450. uiLabel14.Name = "uiLabel14";
  451. uiLabel14.Size = new Size(158, 29);
  452. uiLabel14.TabIndex = 0;
  453. uiLabel14.Text = "PLC连接状态";
  454. uiLabel14.TextAlign = ContentAlignment.MiddleRight;
  455. //
  456. // uiLabel15
  457. //
  458. uiLabel15.BackColor = Color.Transparent;
  459. uiLabel15.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
  460. uiLabel15.ForeColor = Color.FromArgb(48, 48, 48);
  461. uiLabel15.Image = Properties.Resources.CPU信息;
  462. uiLabel15.ImageAlign = ContentAlignment.MiddleLeft;
  463. uiLabel15.Location = new Point(231, 18);
  464. uiLabel15.Name = "uiLabel15";
  465. uiLabel15.Size = new Size(121, 29);
  466. uiLabel15.TabIndex = 1;
  467. uiLabel15.Text = "CPU信息";
  468. uiLabel15.TextAlign = ContentAlignment.MiddleRight;
  469. //
  470. // uiLabel16
  471. //
  472. uiLabel16.BackColor = Color.Transparent;
  473. uiLabel16.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
  474. uiLabel16.ForeColor = Color.FromArgb(48, 48, 48);
  475. uiLabel16.Image = Properties.Resources.内存信息;
  476. uiLabel16.ImageAlign = ContentAlignment.MiddleLeft;
  477. uiLabel16.Location = new Point(438, 18);
  478. uiLabel16.Name = "uiLabel16";
  479. uiLabel16.Size = new Size(120, 29);
  480. uiLabel16.TabIndex = 2;
  481. uiLabel16.Text = "内存信息";
  482. uiLabel16.TextAlign = ContentAlignment.MiddleRight;
  483. //
  484. // uiLabel17
  485. //
  486. uiLabel17.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
  487. uiLabel17.ForeColor = Color.FromArgb(48, 48, 48);
  488. uiLabel17.Image = Properties.Resources.授权;
  489. uiLabel17.ImageAlign = ContentAlignment.MiddleLeft;
  490. uiLabel17.Location = new Point(885, 18);
  491. uiLabel17.Name = "uiLabel17";
  492. uiLabel17.Size = new Size(132, 29);
  493. uiLabel17.TabIndex = 3;
  494. uiLabel17.Text = "授权状态";
  495. uiLabel17.TextAlign = ContentAlignment.MiddleRight;
  496. //
  497. // uiLabel18
  498. //
  499. uiLabel18.BackColor = Color.Transparent;
  500. uiLabel18.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
  501. uiLabel18.ForeColor = Color.FromArgb(48, 48, 48);
  502. uiLabel18.Image = Properties.Resources.软件版本;
  503. uiLabel18.ImageAlign = ContentAlignment.MiddleLeft;
  504. uiLabel18.Location = new Point(626, 18);
  505. uiLabel18.Name = "uiLabel18";
  506. uiLabel18.Size = new Size(123, 29);
  507. uiLabel18.TabIndex = 4;
  508. uiLabel18.Text = "软件版本";
  509. uiLabel18.TextAlign = ContentAlignment.MiddleRight;
  510. //
  511. // led_PlcState
  512. //
  513. led_PlcState.BackColor = Color.Transparent;
  514. led_PlcState.Location = new Point(174, 11);
  515. led_PlcState.Name = "led_PlcState";
  516. led_PlcState.Size = new Size(40, 40);
  517. led_PlcState.TabIndex = 5;
  518. led_PlcState.Text = "uiLedBulb2";
  519. //
  520. // lbl_CPUInformation
  521. //
  522. lbl_CPUInformation.BackColor = Color.Transparent;
  523. lbl_CPUInformation.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
  524. lbl_CPUInformation.ForeColor = Color.FromArgb(48, 48, 48);
  525. lbl_CPUInformation.Location = new Point(358, 22);
  526. lbl_CPUInformation.Name = "lbl_CPUInformation";
  527. lbl_CPUInformation.Size = new Size(69, 29);
  528. lbl_CPUInformation.TabIndex = 6;
  529. lbl_CPUInformation.Text = "60.9%";
  530. //
  531. // lbl_MemoryInformation
  532. //
  533. lbl_MemoryInformation.BackColor = Color.Transparent;
  534. lbl_MemoryInformation.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
  535. lbl_MemoryInformation.ForeColor = Color.FromArgb(48, 48, 48);
  536. lbl_MemoryInformation.Location = new Point(564, 22);
  537. lbl_MemoryInformation.Name = "lbl_MemoryInformation";
  538. lbl_MemoryInformation.Size = new Size(69, 29);
  539. lbl_MemoryInformation.TabIndex = 7;
  540. lbl_MemoryInformation.Text = "60.9%";
  541. //
  542. // uiLabel21
  543. //
  544. uiLabel21.BackColor = Color.Transparent;
  545. uiLabel21.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
  546. uiLabel21.ForeColor = Color.FromArgb(48, 48, 48);
  547. uiLabel21.Location = new Point(755, 22);
  548. uiLabel21.Name = "uiLabel21";
  549. uiLabel21.Size = new Size(87, 29);
  550. uiLabel21.TabIndex = 8;
  551. uiLabel21.Text = "V1.0.0";
  552. //
  553. // uiLabel22
  554. //
  555. uiLabel22.BackColor = Color.Transparent;
  556. uiLabel22.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
  557. uiLabel22.ForeColor = Color.FromArgb(48, 48, 48);
  558. uiLabel22.Location = new Point(1023, 22);
  559. uiLabel22.Name = "uiLabel22";
  560. uiLabel22.Size = new Size(49, 29);
  561. uiLabel22.TabIndex = 9;
  562. uiLabel22.Text = "试用";
  563. //
  564. // FormMain
  565. //
  566. AllowShowTitle = false;
  567. AutoScaleMode = AutoScaleMode.None;
  568. ClientSize = new Size(1280, 720);
  569. CloseAskString = "是否关闭系统";
  570. EscClose = true;
  571. Name = "FormMain";
  572. Padding = new Padding(0);
  573. ShowTitle = false;
  574. Text = "Form1";
  575. ZoomScaleRect = new Rectangle(19, 19, 800, 450);
  576. Footer.ResumeLayout(false);
  577. Header.ResumeLayout(false);
  578. uiPanel1.ResumeLayout(false);
  579. ((System.ComponentModel.ISupportInitialize)pictureBox2).EndInit();
  580. ((System.ComponentModel.ISupportInitialize)pictureBox1).EndInit();
  581. ResumeLayout(false);
  582. }
  583. #endregion
  584. private Sunny.UI.UIPanel uiPanel1;
  585. private PictureBox pictureBox1;
  586. private Sunny.UI.UILabel uiLabel1;
  587. private Sunny.UI.UILabel lbl_User;
  588. private PictureBox pictureBox2;
  589. private Sunny.UI.UILabel uiLabel2;
  590. private Sunny.UI.UILabel lb_Temperature;
  591. private Sunny.UI.UIScrollingText st_AlarmInfo;
  592. private Sunny.UI.UILabel lbl_Humidness;
  593. private Sunny.UI.UILabel lbl_Temperature;
  594. private Sunny.UI.UILabel lb_Humidness;
  595. private Sunny.UI.UISymbolLabel uiSymbolLabel1;
  596. private Sunny.UI.UILabel lbl_Time;
  597. private Sunny.UI.UISymbolLabel uiSymbolLabel2;
  598. private Sunny.UI.UILabel lb_ProducteCount;
  599. private Sunny.UI.UILedLabel lbl_TotalAlarm;
  600. private Sunny.UI.UILabel lb_TotalAlarm;
  601. private Sunny.UI.UILedLabel lbl_Beat;
  602. private Sunny.UI.UILabel lb_Beat;
  603. private Sunny.UI.UILedLabel lbl_BadCount;
  604. private Sunny.UI.UILabel lb_BadCount;
  605. private Sunny.UI.UILedLabel lbl_ProducteCount;
  606. private Sunny.UI.UILabel uiLabel14;
  607. private Sunny.UI.UILedBulb led_ProducteState;
  608. private Sunny.UI.UILabel uiLabel13;
  609. private Sunny.UI.UILabel uiLabel22;
  610. private Sunny.UI.UILabel uiLabel21;
  611. private Sunny.UI.UILabel lbl_MemoryInformation;
  612. private Sunny.UI.UILabel lbl_CPUInformation;
  613. private Sunny.UI.UILedBulb led_PlcState;
  614. private Sunny.UI.UILabel uiLabel18;
  615. private Sunny.UI.UILabel uiLabel17;
  616. private Sunny.UI.UILabel uiLabel16;
  617. private Sunny.UI.UILabel uiLabel15;
  618. private Sunny.UI.UIStyleManager StyleManager;
  619. }
  620. }