FormMain.Designer.cs 25 KB

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