|
@@ -0,0 +1,585 @@
|
|
|
|
+namespace Scada
|
|
|
|
+{
|
|
|
|
+ partial class FormMain
|
|
|
|
+ {
|
|
|
|
+ /// <summary>
|
|
|
|
+ /// Required designer variable.
|
|
|
|
+ /// </summary>
|
|
|
|
+ private System.ComponentModel.IContainer components = null;
|
|
|
|
+
|
|
|
|
+ /// <summary>
|
|
|
|
+ /// Clean up any resources being used.
|
|
|
|
+ /// </summary>
|
|
|
|
+ /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
|
|
+ protected override void Dispose(bool disposing)
|
|
|
|
+ {
|
|
|
|
+ if (disposing && (components != null))
|
|
|
|
+ {
|
|
|
|
+ components.Dispose();
|
|
|
|
+ }
|
|
|
|
+ base.Dispose(disposing);
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ #region Windows Form Designer generated code
|
|
|
|
+
|
|
|
|
+ /// <summary>
|
|
|
|
+ /// Required method for Designer support - do not modify
|
|
|
|
+ /// the contents of this method with the code editor.
|
|
|
|
+ /// </summary>
|
|
|
|
+ private void InitializeComponent()
|
|
|
|
+ {
|
|
|
|
+ uiPanel1 = new Sunny.UI.UIPanel();
|
|
|
|
+ uiSymbolLabel2 = new Sunny.UI.UISymbolLabel();
|
|
|
|
+ uiSymbolLabel1 = new Sunny.UI.UISymbolLabel();
|
|
|
|
+ uiLabel8 = new Sunny.UI.UILabel();
|
|
|
|
+ uiLabel7 = new Sunny.UI.UILabel();
|
|
|
|
+ uiLabel6 = new Sunny.UI.UILabel();
|
|
|
|
+ uiLabel5 = new Sunny.UI.UILabel();
|
|
|
|
+ uiLabel4 = new Sunny.UI.UILabel();
|
|
|
|
+ uiScrollingText1 = new Sunny.UI.UIScrollingText();
|
|
|
|
+ uiLabel3 = new Sunny.UI.UILabel();
|
|
|
|
+ pictureBox2 = new PictureBox();
|
|
|
|
+ uiLabel2 = new Sunny.UI.UILabel();
|
|
|
|
+ uiLabel1 = new Sunny.UI.UILabel();
|
|
|
|
+ pictureBox1 = new PictureBox();
|
|
|
|
+ uiLabel9 = new Sunny.UI.UILabel();
|
|
|
|
+ uiLedLabel1 = new Sunny.UI.UILedLabel();
|
|
|
|
+ uiLedLabel2 = new Sunny.UI.UILedLabel();
|
|
|
|
+ uiLabel10 = new Sunny.UI.UILabel();
|
|
|
|
+ uiLedLabel3 = new Sunny.UI.UILedLabel();
|
|
|
|
+ uiLabel11 = new Sunny.UI.UILabel();
|
|
|
|
+ uiLedLabel4 = new Sunny.UI.UILedLabel();
|
|
|
|
+ uiLabel12 = new Sunny.UI.UILabel();
|
|
|
|
+ uiLabel13 = new Sunny.UI.UILabel();
|
|
|
|
+ uiLedBulb1 = new Sunny.UI.UILedBulb();
|
|
|
|
+ uiLabel14 = new Sunny.UI.UILabel();
|
|
|
|
+ uiLabel15 = new Sunny.UI.UILabel();
|
|
|
|
+ uiLabel16 = new Sunny.UI.UILabel();
|
|
|
|
+ uiLabel17 = new Sunny.UI.UILabel();
|
|
|
|
+ uiLabel18 = new Sunny.UI.UILabel();
|
|
|
|
+ uiLedBulb2 = new Sunny.UI.UILedBulb();
|
|
|
|
+ uiLabel19 = new Sunny.UI.UILabel();
|
|
|
|
+ uiLabel20 = new Sunny.UI.UILabel();
|
|
|
|
+ uiLabel21 = new Sunny.UI.UILabel();
|
|
|
|
+ uiLabel22 = new Sunny.UI.UILabel();
|
|
|
|
+ Footer.SuspendLayout();
|
|
|
|
+ Header.SuspendLayout();
|
|
|
|
+ uiPanel1.SuspendLayout();
|
|
|
|
+ ((System.ComponentModel.ISupportInitialize)pictureBox2).BeginInit();
|
|
|
|
+ ((System.ComponentModel.ISupportInitialize)pictureBox1).BeginInit();
|
|
|
|
+ SuspendLayout();
|
|
|
|
+ //
|
|
|
|
+ // Footer
|
|
|
|
+ //
|
|
|
|
+ Footer.Controls.Add(uiLabel22);
|
|
|
|
+ Footer.Controls.Add(uiLabel21);
|
|
|
|
+ Footer.Controls.Add(uiLabel20);
|
|
|
|
+ Footer.Controls.Add(uiLabel19);
|
|
|
|
+ Footer.Controls.Add(uiLedBulb2);
|
|
|
|
+ Footer.Controls.Add(uiLabel18);
|
|
|
|
+ Footer.Controls.Add(uiLabel17);
|
|
|
|
+ Footer.Controls.Add(uiLabel16);
|
|
|
|
+ Footer.Controls.Add(uiLabel15);
|
|
|
|
+ Footer.Controls.Add(uiLabel14);
|
|
|
|
+ Footer.Location = new Point(195, 664);
|
|
|
|
+ Footer.Size = new Size(1085, 56);
|
|
|
|
+ //
|
|
|
|
+ // Aside
|
|
|
|
+ //
|
|
|
|
+ Aside.Location = new Point(0, 120);
|
|
|
|
+ Aside.Size = new Size(195, 600);
|
|
|
|
+ //
|
|
|
|
+ // Header
|
|
|
|
+ //
|
|
|
|
+ Header.Controls.Add(uiLedBulb1);
|
|
|
|
+ Header.Controls.Add(uiLabel13);
|
|
|
|
+ Header.Controls.Add(uiLedLabel4);
|
|
|
|
+ Header.Controls.Add(uiLabel12);
|
|
|
|
+ Header.Controls.Add(uiLedLabel3);
|
|
|
|
+ Header.Controls.Add(uiLabel11);
|
|
|
|
+ Header.Controls.Add(uiLedLabel2);
|
|
|
|
+ Header.Controls.Add(uiLabel10);
|
|
|
|
+ Header.Controls.Add(uiLedLabel1);
|
|
|
|
+ Header.Controls.Add(uiLabel9);
|
|
|
|
+ Header.Controls.Add(uiPanel1);
|
|
|
|
+ Header.Location = new Point(0, 0);
|
|
|
|
+ Header.Size = new Size(1280, 120);
|
|
|
|
+ //
|
|
|
|
+ // uiPanel1
|
|
|
|
+ //
|
|
|
|
+ uiPanel1.Anchor = AnchorStyles.Top | AnchorStyles.Bottom | AnchorStyles.Left | AnchorStyles.Right;
|
|
|
|
+ uiPanel1.Controls.Add(uiSymbolLabel2);
|
|
|
|
+ uiPanel1.Controls.Add(uiSymbolLabel1);
|
|
|
|
+ uiPanel1.Controls.Add(uiLabel8);
|
|
|
|
+ uiPanel1.Controls.Add(uiLabel7);
|
|
|
|
+ uiPanel1.Controls.Add(uiLabel6);
|
|
|
|
+ uiPanel1.Controls.Add(uiLabel5);
|
|
|
|
+ uiPanel1.Controls.Add(uiLabel4);
|
|
|
|
+ uiPanel1.Controls.Add(uiScrollingText1);
|
|
|
|
+ uiPanel1.Controls.Add(uiLabel3);
|
|
|
|
+ uiPanel1.Controls.Add(pictureBox2);
|
|
|
|
+ uiPanel1.Controls.Add(uiLabel2);
|
|
|
|
+ uiPanel1.Controls.Add(uiLabel1);
|
|
|
|
+ uiPanel1.Controls.Add(pictureBox1);
|
|
|
|
+ uiPanel1.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
|
|
|
|
+ uiPanel1.Location = new Point(0, 0);
|
|
|
|
+ uiPanel1.Margin = new Padding(4, 5, 4, 5);
|
|
|
|
+ uiPanel1.MinimumSize = new Size(1, 1);
|
|
|
|
+ uiPanel1.Name = "uiPanel1";
|
|
|
|
+ uiPanel1.Radius = 1;
|
|
|
|
+ uiPanel1.Size = new Size(1280, 71);
|
|
|
|
+ uiPanel1.TabIndex = 0;
|
|
|
|
+ uiPanel1.Text = null;
|
|
|
|
+ uiPanel1.TextAlignment = ContentAlignment.MiddleCenter;
|
|
|
|
+ //
|
|
|
|
+ // uiSymbolLabel2
|
|
|
|
+ //
|
|
|
|
+ uiSymbolLabel2.BackColor = Color.Transparent;
|
|
|
|
+ uiSymbolLabel2.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
|
|
|
|
+ uiSymbolLabel2.Location = new Point(1238, 3);
|
|
|
|
+ uiSymbolLabel2.MinimumSize = new Size(1, 1);
|
|
|
|
+ uiSymbolLabel2.Name = "uiSymbolLabel2";
|
|
|
|
+ uiSymbolLabel2.Size = new Size(39, 35);
|
|
|
|
+ uiSymbolLabel2.Symbol = 61453;
|
|
|
|
+ uiSymbolLabel2.SymbolSize = 20;
|
|
|
|
+ uiSymbolLabel2.TabIndex = 11;
|
|
|
|
+ uiSymbolLabel2.Click += uiSymbolLabel2_Click;
|
|
|
|
+ //
|
|
|
|
+ // uiSymbolLabel1
|
|
|
|
+ //
|
|
|
|
+ uiSymbolLabel1.BackColor = Color.Transparent;
|
|
|
|
+ uiSymbolLabel1.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
|
|
|
|
+ uiSymbolLabel1.Location = new Point(1193, 3);
|
|
|
|
+ uiSymbolLabel1.MinimumSize = new Size(1, 1);
|
|
|
|
+ uiSymbolLabel1.Name = "uiSymbolLabel1";
|
|
|
|
+ uiSymbolLabel1.Size = new Size(39, 35);
|
|
|
|
+ uiSymbolLabel1.Symbol = 61544;
|
|
|
|
+ uiSymbolLabel1.SymbolSize = 20;
|
|
|
|
+ uiSymbolLabel1.TabIndex = 10;
|
|
|
|
+ uiSymbolLabel1.Click += uiSymbolLabel1_Click;
|
|
|
|
+ //
|
|
|
|
+ // uiLabel8
|
|
|
|
+ //
|
|
|
|
+ uiLabel8.BackColor = Color.Transparent;
|
|
|
|
+ uiLabel8.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
|
|
|
|
+ uiLabel8.ForeColor = Color.FromArgb(48, 48, 48);
|
|
|
|
+ uiLabel8.Location = new Point(922, 43);
|
|
|
|
+ uiLabel8.Name = "uiLabel8";
|
|
|
|
+ uiLabel8.Size = new Size(215, 33);
|
|
|
|
+ uiLabel8.TabIndex = 9;
|
|
|
|
+ uiLabel8.Text = "2024-10-12 23:05:23";
|
|
|
|
+ //
|
|
|
|
+ // uiLabel7
|
|
|
|
+ //
|
|
|
|
+ uiLabel7.BackColor = Color.Transparent;
|
|
|
|
+ uiLabel7.Font = new Font("宋体", 9F);
|
|
|
|
+ uiLabel7.ForeColor = Color.Green;
|
|
|
|
+ uiLabel7.Location = new Point(1125, 16);
|
|
|
|
+ uiLabel7.Name = "uiLabel7";
|
|
|
|
+ uiLabel7.Size = new Size(44, 27);
|
|
|
|
+ uiLabel7.TabIndex = 8;
|
|
|
|
+ uiLabel7.Text = "60%";
|
|
|
|
+ //
|
|
|
|
+ // uiLabel6
|
|
|
|
+ //
|
|
|
|
+ uiLabel6.BackColor = Color.Transparent;
|
|
|
|
+ uiLabel6.Font = new Font("宋体", 9F);
|
|
|
|
+ uiLabel6.ForeColor = Color.Green;
|
|
|
|
+ uiLabel6.Location = new Point(985, 16);
|
|
|
|
+ uiLabel6.Name = "uiLabel6";
|
|
|
|
+ uiLabel6.Size = new Size(44, 27);
|
|
|
|
+ uiLabel6.TabIndex = 7;
|
|
|
|
+ uiLabel6.Text = "25℃";
|
|
|
|
+ //
|
|
|
|
+ // uiLabel5
|
|
|
|
+ //
|
|
|
|
+ uiLabel5.BackColor = Color.Transparent;
|
|
|
|
+ uiLabel5.Font = new Font("宋体", 9F);
|
|
|
|
+ uiLabel5.ForeColor = Color.FromArgb(48, 48, 48);
|
|
|
|
+ uiLabel5.Image = Properties.Resources.湿度;
|
|
|
|
+ uiLabel5.ImageAlign = ContentAlignment.MiddleLeft;
|
|
|
|
+ uiLabel5.Location = new Point(1024, 9);
|
|
|
|
+ uiLabel5.Name = "uiLabel5";
|
|
|
|
+ uiLabel5.Size = new Size(95, 29);
|
|
|
|
+ uiLabel5.TabIndex = 6;
|
|
|
|
+ uiLabel5.Text = "厂房湿度";
|
|
|
|
+ uiLabel5.TextAlign = ContentAlignment.MiddleRight;
|
|
|
|
+ //
|
|
|
|
+ // uiLabel4
|
|
|
|
+ //
|
|
|
|
+ uiLabel4.BackColor = Color.Transparent;
|
|
|
|
+ uiLabel4.Font = new Font("宋体", 9F);
|
|
|
|
+ uiLabel4.ForeColor = Color.FromArgb(48, 48, 48);
|
|
|
|
+ uiLabel4.Image = Properties.Resources.温度;
|
|
|
|
+ uiLabel4.ImageAlign = ContentAlignment.MiddleLeft;
|
|
|
|
+ uiLabel4.Location = new Point(884, 9);
|
|
|
|
+ uiLabel4.Name = "uiLabel4";
|
|
|
|
+ uiLabel4.Size = new Size(95, 29);
|
|
|
|
+ uiLabel4.TabIndex = 5;
|
|
|
|
+ uiLabel4.Text = "厂房温度";
|
|
|
|
+ uiLabel4.TextAlign = ContentAlignment.MiddleRight;
|
|
|
|
+ //
|
|
|
|
+ // uiScrollingText1
|
|
|
|
+ //
|
|
|
|
+ uiScrollingText1.BackColor = Color.Transparent;
|
|
|
|
+ uiScrollingText1.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
|
|
|
|
+ uiScrollingText1.Location = new Point(595, 9);
|
|
|
|
+ uiScrollingText1.MinimumSize = new Size(1, 1);
|
|
|
|
+ uiScrollingText1.Name = "uiScrollingText1";
|
|
|
|
+ uiScrollingText1.Size = new Size(283, 48);
|
|
|
|
+ uiScrollingText1.TabIndex = 4;
|
|
|
|
+ uiScrollingText1.Text = "系统正常";
|
|
|
|
+ //
|
|
|
|
+ // uiLabel3
|
|
|
|
+ //
|
|
|
|
+ uiLabel3.BackColor = Color.Transparent;
|
|
|
|
+ uiLabel3.Font = new Font("宋体", 18F);
|
|
|
|
+ uiLabel3.ForeColor = Color.FromArgb(48, 48, 48);
|
|
|
|
+ uiLabel3.Location = new Point(486, 9);
|
|
|
|
+ uiLabel3.Name = "uiLabel3";
|
|
|
|
+ uiLabel3.Size = new Size(103, 39);
|
|
|
|
+ uiLabel3.TabIndex = 1;
|
|
|
|
+ uiLabel3.Text = "工程师";
|
|
|
|
+ //
|
|
|
|
+ // pictureBox2
|
|
|
|
+ //
|
|
|
|
+ pictureBox2.BackColor = Color.Transparent;
|
|
|
|
+ pictureBox2.BackgroundImage = Properties.Resources.用户;
|
|
|
|
+ pictureBox2.Location = new Point(415, 3);
|
|
|
|
+ pictureBox2.Name = "pictureBox2";
|
|
|
|
+ pictureBox2.Size = new Size(65, 65);
|
|
|
|
+ pictureBox2.TabIndex = 3;
|
|
|
|
+ pictureBox2.TabStop = false;
|
|
|
|
+ //
|
|
|
|
+ // uiLabel2
|
|
|
|
+ //
|
|
|
|
+ uiLabel2.BackColor = Color.Transparent;
|
|
|
|
+ uiLabel2.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
|
|
|
|
+ uiLabel2.ForeColor = SystemColors.Highlight;
|
|
|
|
+ uiLabel2.Location = new Point(100, 43);
|
|
|
|
+ uiLabel2.Name = "uiLabel2";
|
|
|
|
+ uiLabel2.Size = new Size(299, 26);
|
|
|
|
+ uiLabel2.TabIndex = 2;
|
|
|
|
+ uiLabel2.Text = "Spary Process SCADA System";
|
|
|
|
+ //
|
|
|
|
+ // uiLabel1
|
|
|
|
+ //
|
|
|
|
+ uiLabel1.BackColor = Color.Transparent;
|
|
|
|
+ uiLabel1.Font = new Font("宋体", 21.75F);
|
|
|
|
+ uiLabel1.ForeColor = Color.FromArgb(48, 48, 48);
|
|
|
|
+ uiLabel1.Location = new Point(74, 3);
|
|
|
|
+ uiLabel1.Name = "uiLabel1";
|
|
|
|
+ uiLabel1.Size = new Size(335, 45);
|
|
|
|
+ uiLabel1.TabIndex = 1;
|
|
|
|
+ uiLabel1.Text = "喷涂工艺SCADA系统";
|
|
|
|
+ //
|
|
|
|
+ // pictureBox1
|
|
|
|
+ //
|
|
|
|
+ pictureBox1.BackColor = Color.Transparent;
|
|
|
|
+ pictureBox1.BackgroundImage = Properties.Resources.喷涂生产;
|
|
|
|
+ pictureBox1.Location = new Point(3, 3);
|
|
|
|
+ pictureBox1.Name = "pictureBox1";
|
|
|
|
+ pictureBox1.Size = new Size(65, 66);
|
|
|
|
+ pictureBox1.TabIndex = 0;
|
|
|
|
+ pictureBox1.TabStop = false;
|
|
|
|
+ //
|
|
|
|
+ // uiLabel9
|
|
|
|
+ //
|
|
|
|
+ uiLabel9.BackColor = Color.Transparent;
|
|
|
|
+ uiLabel9.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
|
|
|
|
+ uiLabel9.ForeColor = Color.FromArgb(48, 48, 48);
|
|
|
|
+ uiLabel9.Image = Properties.Resources.产量;
|
|
|
|
+ uiLabel9.ImageAlign = ContentAlignment.MiddleLeft;
|
|
|
|
+ uiLabel9.Location = new Point(3, 72);
|
|
|
|
+ uiLabel9.Name = "uiLabel9";
|
|
|
|
+ uiLabel9.Size = new Size(132, 45);
|
|
|
|
+ uiLabel9.TabIndex = 1;
|
|
|
|
+ uiLabel9.Text = "生产计数";
|
|
|
|
+ uiLabel9.TextAlign = ContentAlignment.MiddleRight;
|
|
|
|
+ //
|
|
|
|
+ // uiLedLabel1
|
|
|
|
+ //
|
|
|
|
+ uiLedLabel1.BackColor = Color.Transparent;
|
|
|
|
+ uiLedLabel1.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
|
|
|
|
+ uiLedLabel1.Location = new Point(141, 72);
|
|
|
|
+ uiLedLabel1.MinimumSize = new Size(1, 1);
|
|
|
|
+ uiLedLabel1.Name = "uiLedLabel1";
|
|
|
|
+ uiLedLabel1.Size = new Size(80, 44);
|
|
|
|
+ uiLedLabel1.TabIndex = 2;
|
|
|
|
+ uiLedLabel1.Text = "5000";
|
|
|
|
+ //
|
|
|
|
+ // uiLedLabel2
|
|
|
|
+ //
|
|
|
|
+ uiLedLabel2.BackColor = Color.Transparent;
|
|
|
|
+ uiLedLabel2.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
|
|
|
|
+ uiLedLabel2.Location = new Point(365, 72);
|
|
|
|
+ uiLedLabel2.MinimumSize = new Size(1, 1);
|
|
|
|
+ uiLedLabel2.Name = "uiLedLabel2";
|
|
|
|
+ uiLedLabel2.Size = new Size(80, 44);
|
|
|
|
+ uiLedLabel2.TabIndex = 4;
|
|
|
|
+ uiLedLabel2.Text = "0067";
|
|
|
|
+ //
|
|
|
|
+ // uiLabel10
|
|
|
|
+ //
|
|
|
|
+ uiLabel10.BackColor = Color.Transparent;
|
|
|
|
+ uiLabel10.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
|
|
|
|
+ uiLabel10.ForeColor = Color.FromArgb(48, 48, 48);
|
|
|
|
+ uiLabel10.Image = Properties.Resources.产量;
|
|
|
|
+ uiLabel10.ImageAlign = ContentAlignment.MiddleLeft;
|
|
|
|
+ uiLabel10.Location = new Point(227, 72);
|
|
|
|
+ uiLabel10.Name = "uiLabel10";
|
|
|
|
+ uiLabel10.Size = new Size(132, 45);
|
|
|
|
+ uiLabel10.TabIndex = 3;
|
|
|
|
+ uiLabel10.Text = "不良计数";
|
|
|
|
+ uiLabel10.TextAlign = ContentAlignment.MiddleRight;
|
|
|
|
+ //
|
|
|
|
+ // uiLedLabel3
|
|
|
|
+ //
|
|
|
|
+ uiLedLabel3.BackColor = Color.Transparent;
|
|
|
|
+ uiLedLabel3.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
|
|
|
|
+ uiLedLabel3.Location = new Point(595, 72);
|
|
|
|
+ uiLedLabel3.MinimumSize = new Size(1, 1);
|
|
|
|
+ uiLedLabel3.Name = "uiLedLabel3";
|
|
|
|
+ uiLedLabel3.Size = new Size(80, 44);
|
|
|
|
+ uiLedLabel3.TabIndex = 6;
|
|
|
|
+ uiLedLabel3.Text = "060S";
|
|
|
|
+ //
|
|
|
|
+ // uiLabel11
|
|
|
|
+ //
|
|
|
|
+ uiLabel11.BackColor = Color.Transparent;
|
|
|
|
+ uiLabel11.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
|
|
|
|
+ uiLabel11.ForeColor = Color.FromArgb(48, 48, 48);
|
|
|
|
+ uiLabel11.Image = Properties.Resources.生产节拍;
|
|
|
|
+ uiLabel11.ImageAlign = ContentAlignment.MiddleLeft;
|
|
|
|
+ uiLabel11.Location = new Point(457, 72);
|
|
|
|
+ uiLabel11.Name = "uiLabel11";
|
|
|
|
+ uiLabel11.Size = new Size(132, 45);
|
|
|
|
+ uiLabel11.TabIndex = 5;
|
|
|
|
+ uiLabel11.Text = "生产节拍";
|
|
|
|
+ uiLabel11.TextAlign = ContentAlignment.MiddleRight;
|
|
|
|
+ //
|
|
|
|
+ // uiLedLabel4
|
|
|
|
+ //
|
|
|
|
+ uiLedLabel4.BackColor = Color.Transparent;
|
|
|
|
+ uiLedLabel4.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
|
|
|
|
+ uiLedLabel4.Location = new Point(819, 72);
|
|
|
|
+ uiLedLabel4.MinimumSize = new Size(1, 1);
|
|
|
|
+ uiLedLabel4.Name = "uiLedLabel4";
|
|
|
|
+ uiLedLabel4.Size = new Size(80, 44);
|
|
|
|
+ uiLedLabel4.TabIndex = 8;
|
|
|
|
+ uiLedLabel4.Text = "0221";
|
|
|
|
+ //
|
|
|
|
+ // uiLabel12
|
|
|
|
+ //
|
|
|
|
+ uiLabel12.BackColor = Color.Transparent;
|
|
|
|
+ uiLabel12.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
|
|
|
|
+ uiLabel12.ForeColor = Color.FromArgb(48, 48, 48);
|
|
|
|
+ uiLabel12.Image = Properties.Resources.报警数;
|
|
|
|
+ uiLabel12.ImageAlign = ContentAlignment.MiddleLeft;
|
|
|
|
+ uiLabel12.Location = new Point(681, 72);
|
|
|
|
+ uiLabel12.Name = "uiLabel12";
|
|
|
|
+ uiLabel12.Size = new Size(132, 45);
|
|
|
|
+ uiLabel12.TabIndex = 7;
|
|
|
|
+ uiLabel12.Text = "累计报警";
|
|
|
|
+ uiLabel12.TextAlign = ContentAlignment.MiddleRight;
|
|
|
|
+ //
|
|
|
|
+ // uiLabel13
|
|
|
|
+ //
|
|
|
|
+ uiLabel13.BackColor = Color.Transparent;
|
|
|
|
+ uiLabel13.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
|
|
|
|
+ uiLabel13.ForeColor = Color.FromArgb(48, 48, 48);
|
|
|
|
+ uiLabel13.Image = Properties.Resources.系统状态;
|
|
|
|
+ uiLabel13.ImageAlign = ContentAlignment.MiddleLeft;
|
|
|
|
+ uiLabel13.Location = new Point(905, 72);
|
|
|
|
+ uiLabel13.Name = "uiLabel13";
|
|
|
|
+ uiLabel13.Size = new Size(132, 45);
|
|
|
|
+ uiLabel13.TabIndex = 9;
|
|
|
|
+ uiLabel13.Text = "系统状态";
|
|
|
|
+ uiLabel13.TextAlign = ContentAlignment.MiddleRight;
|
|
|
|
+ //
|
|
|
|
+ // uiLedBulb1
|
|
|
|
+ //
|
|
|
|
+ uiLedBulb1.Location = new Point(1043, 76);
|
|
|
|
+ uiLedBulb1.Name = "uiLedBulb1";
|
|
|
|
+ uiLedBulb1.Size = new Size(40, 40);
|
|
|
|
+ uiLedBulb1.TabIndex = 10;
|
|
|
|
+ uiLedBulb1.Text = "uiLedBulb1";
|
|
|
|
+ //
|
|
|
|
+ // uiLabel14
|
|
|
|
+ //
|
|
|
|
+ uiLabel14.BackColor = Color.Transparent;
|
|
|
|
+ uiLabel14.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
|
|
|
|
+ uiLabel14.ForeColor = Color.FromArgb(48, 48, 48);
|
|
|
|
+ uiLabel14.Image = Properties.Resources.连接状态;
|
|
|
|
+ uiLabel14.ImageAlign = ContentAlignment.MiddleLeft;
|
|
|
|
+ uiLabel14.Location = new Point(6, 18);
|
|
|
|
+ uiLabel14.Name = "uiLabel14";
|
|
|
|
+ uiLabel14.Size = new Size(158, 29);
|
|
|
|
+ uiLabel14.TabIndex = 0;
|
|
|
|
+ uiLabel14.Text = "PLC连接状态";
|
|
|
|
+ uiLabel14.TextAlign = ContentAlignment.MiddleRight;
|
|
|
|
+ //
|
|
|
|
+ // uiLabel15
|
|
|
|
+ //
|
|
|
|
+ uiLabel15.BackColor = Color.Transparent;
|
|
|
|
+ uiLabel15.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
|
|
|
|
+ uiLabel15.ForeColor = Color.FromArgb(48, 48, 48);
|
|
|
|
+ uiLabel15.Image = Properties.Resources.CPU信息;
|
|
|
|
+ uiLabel15.ImageAlign = ContentAlignment.MiddleLeft;
|
|
|
|
+ uiLabel15.Location = new Point(235, 18);
|
|
|
|
+ uiLabel15.Name = "uiLabel15";
|
|
|
|
+ uiLabel15.Size = new Size(132, 29);
|
|
|
|
+ uiLabel15.TabIndex = 1;
|
|
|
|
+ uiLabel15.Text = "CPU信息";
|
|
|
|
+ uiLabel15.TextAlign = ContentAlignment.MiddleRight;
|
|
|
|
+ //
|
|
|
|
+ // uiLabel16
|
|
|
|
+ //
|
|
|
|
+ uiLabel16.BackColor = Color.Transparent;
|
|
|
|
+ uiLabel16.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
|
|
|
|
+ uiLabel16.ForeColor = Color.FromArgb(48, 48, 48);
|
|
|
|
+ uiLabel16.Image = Properties.Resources.内存信息;
|
|
|
|
+ uiLabel16.ImageAlign = ContentAlignment.MiddleLeft;
|
|
|
|
+ uiLabel16.Location = new Point(426, 18);
|
|
|
|
+ uiLabel16.Name = "uiLabel16";
|
|
|
|
+ uiLabel16.Size = new Size(132, 29);
|
|
|
|
+ uiLabel16.TabIndex = 2;
|
|
|
|
+ uiLabel16.Text = "内存信息";
|
|
|
|
+ uiLabel16.TextAlign = ContentAlignment.MiddleRight;
|
|
|
|
+ //
|
|
|
|
+ // uiLabel17
|
|
|
|
+ //
|
|
|
|
+ uiLabel17.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
|
|
|
|
+ uiLabel17.ForeColor = Color.FromArgb(48, 48, 48);
|
|
|
|
+ uiLabel17.Image = Properties.Resources.授权;
|
|
|
|
+ uiLabel17.ImageAlign = ContentAlignment.MiddleLeft;
|
|
|
|
+ uiLabel17.Location = new Point(885, 18);
|
|
|
|
+ uiLabel17.Name = "uiLabel17";
|
|
|
|
+ uiLabel17.Size = new Size(132, 29);
|
|
|
|
+ uiLabel17.TabIndex = 3;
|
|
|
|
+ uiLabel17.Text = "授权状态";
|
|
|
|
+ uiLabel17.TextAlign = ContentAlignment.MiddleRight;
|
|
|
|
+ //
|
|
|
|
+ // uiLabel18
|
|
|
|
+ //
|
|
|
|
+ uiLabel18.BackColor = Color.Transparent;
|
|
|
|
+ uiLabel18.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
|
|
|
|
+ uiLabel18.ForeColor = Color.FromArgb(48, 48, 48);
|
|
|
|
+ uiLabel18.Image = Properties.Resources.软件版本;
|
|
|
|
+ uiLabel18.ImageAlign = ContentAlignment.MiddleLeft;
|
|
|
|
+ uiLabel18.Location = new Point(626, 18);
|
|
|
|
+ uiLabel18.Name = "uiLabel18";
|
|
|
|
+ uiLabel18.Size = new Size(123, 29);
|
|
|
|
+ uiLabel18.TabIndex = 4;
|
|
|
|
+ uiLabel18.Text = "软件版本";
|
|
|
|
+ uiLabel18.TextAlign = ContentAlignment.MiddleRight;
|
|
|
|
+ //
|
|
|
|
+ // uiLedBulb2
|
|
|
|
+ //
|
|
|
|
+ uiLedBulb2.BackColor = Color.Transparent;
|
|
|
|
+ uiLedBulb2.Location = new Point(174, 11);
|
|
|
|
+ uiLedBulb2.Name = "uiLedBulb2";
|
|
|
|
+ uiLedBulb2.Size = new Size(40, 40);
|
|
|
|
+ uiLedBulb2.TabIndex = 5;
|
|
|
|
+ uiLedBulb2.Text = "uiLedBulb2";
|
|
|
|
+ //
|
|
|
|
+ // uiLabel19
|
|
|
|
+ //
|
|
|
|
+ uiLabel19.BackColor = Color.Transparent;
|
|
|
|
+ uiLabel19.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
|
|
|
|
+ uiLabel19.ForeColor = Color.FromArgb(48, 48, 48);
|
|
|
|
+ uiLabel19.Location = new Point(373, 22);
|
|
|
|
+ uiLabel19.Name = "uiLabel19";
|
|
|
|
+ uiLabel19.Size = new Size(49, 29);
|
|
|
|
+ uiLabel19.TabIndex = 6;
|
|
|
|
+ uiLabel19.Text = "60%";
|
|
|
|
+ //
|
|
|
|
+ // uiLabel20
|
|
|
|
+ //
|
|
|
|
+ uiLabel20.BackColor = Color.Transparent;
|
|
|
|
+ uiLabel20.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
|
|
|
|
+ uiLabel20.ForeColor = Color.FromArgb(48, 48, 48);
|
|
|
|
+ uiLabel20.Location = new Point(564, 22);
|
|
|
|
+ uiLabel20.Name = "uiLabel20";
|
|
|
|
+ uiLabel20.Size = new Size(49, 29);
|
|
|
|
+ uiLabel20.TabIndex = 7;
|
|
|
|
+ uiLabel20.Text = "60%";
|
|
|
|
+ //
|
|
|
|
+ // uiLabel21
|
|
|
|
+ //
|
|
|
|
+ uiLabel21.BackColor = Color.Transparent;
|
|
|
|
+ uiLabel21.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
|
|
|
|
+ uiLabel21.ForeColor = Color.FromArgb(48, 48, 48);
|
|
|
|
+ uiLabel21.Location = new Point(755, 22);
|
|
|
|
+ uiLabel21.Name = "uiLabel21";
|
|
|
|
+ uiLabel21.Size = new Size(87, 29);
|
|
|
|
+ uiLabel21.TabIndex = 8;
|
|
|
|
+ uiLabel21.Text = "V1.0.0";
|
|
|
|
+ //
|
|
|
|
+ // uiLabel22
|
|
|
|
+ //
|
|
|
|
+ uiLabel22.BackColor = Color.Transparent;
|
|
|
|
+ uiLabel22.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
|
|
|
|
+ uiLabel22.ForeColor = Color.FromArgb(48, 48, 48);
|
|
|
|
+ uiLabel22.Location = new Point(1023, 22);
|
|
|
|
+ uiLabel22.Name = "uiLabel22";
|
|
|
|
+ uiLabel22.Size = new Size(49, 29);
|
|
|
|
+ uiLabel22.TabIndex = 9;
|
|
|
|
+ uiLabel22.Text = "试用";
|
|
|
|
+ //
|
|
|
|
+ // FormMain
|
|
|
|
+ //
|
|
|
|
+ AllowShowTitle = false;
|
|
|
|
+ AutoScaleMode = AutoScaleMode.None;
|
|
|
|
+ ClientSize = new Size(1280, 720);
|
|
|
|
+ Name = "FormMain";
|
|
|
|
+ Padding = new Padding(0);
|
|
|
|
+ ShowTitle = false;
|
|
|
|
+ Text = "Form1";
|
|
|
|
+ ZoomScaleRect = new Rectangle(19, 19, 800, 450);
|
|
|
|
+ Footer.ResumeLayout(false);
|
|
|
|
+ Header.ResumeLayout(false);
|
|
|
|
+ uiPanel1.ResumeLayout(false);
|
|
|
|
+ ((System.ComponentModel.ISupportInitialize)pictureBox2).EndInit();
|
|
|
|
+ ((System.ComponentModel.ISupportInitialize)pictureBox1).EndInit();
|
|
|
|
+ ResumeLayout(false);
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ #endregion
|
|
|
|
+
|
|
|
|
+ private Sunny.UI.UIPanel uiPanel1;
|
|
|
|
+ private PictureBox pictureBox1;
|
|
|
|
+ private Sunny.UI.UILabel uiLabel1;
|
|
|
|
+ private Sunny.UI.UILabel uiLabel3;
|
|
|
|
+ private PictureBox pictureBox2;
|
|
|
|
+ private Sunny.UI.UILabel uiLabel2;
|
|
|
|
+ private Sunny.UI.UILabel uiLabel4;
|
|
|
|
+ private Sunny.UI.UIScrollingText uiScrollingText1;
|
|
|
|
+ private Sunny.UI.UILabel uiLabel7;
|
|
|
|
+ private Sunny.UI.UILabel uiLabel6;
|
|
|
|
+ private Sunny.UI.UILabel uiLabel5;
|
|
|
|
+ private Sunny.UI.UISymbolLabel uiSymbolLabel1;
|
|
|
|
+ private Sunny.UI.UILabel uiLabel8;
|
|
|
|
+ private Sunny.UI.UISymbolLabel uiSymbolLabel2;
|
|
|
|
+ private Sunny.UI.UILabel uiLabel9;
|
|
|
|
+ private Sunny.UI.UILedLabel uiLedLabel4;
|
|
|
|
+ private Sunny.UI.UILabel uiLabel12;
|
|
|
|
+ private Sunny.UI.UILedLabel uiLedLabel3;
|
|
|
|
+ private Sunny.UI.UILabel uiLabel11;
|
|
|
|
+ private Sunny.UI.UILedLabel uiLedLabel2;
|
|
|
|
+ private Sunny.UI.UILabel uiLabel10;
|
|
|
|
+ private Sunny.UI.UILedLabel uiLedLabel1;
|
|
|
|
+ private Sunny.UI.UILabel uiLabel14;
|
|
|
|
+ private Sunny.UI.UILedBulb uiLedBulb1;
|
|
|
|
+ private Sunny.UI.UILabel uiLabel13;
|
|
|
|
+ private Sunny.UI.UILabel uiLabel22;
|
|
|
|
+ private Sunny.UI.UILabel uiLabel21;
|
|
|
|
+ private Sunny.UI.UILabel uiLabel20;
|
|
|
|
+ private Sunny.UI.UILabel uiLabel19;
|
|
|
|
+ private Sunny.UI.UILedBulb uiLedBulb2;
|
|
|
|
+ private Sunny.UI.UILabel uiLabel18;
|
|
|
|
+ private Sunny.UI.UILabel uiLabel17;
|
|
|
|
+ private Sunny.UI.UILabel uiLabel16;
|
|
|
|
+ private Sunny.UI.UILabel uiLabel15;
|
|
|
|
+ }
|
|
|
|
+}
|