123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618 |
- 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()
- {
- components = new System.ComponentModel.Container();
- uiPanel1 = new Sunny.UI.UIPanel();
- uiSymbolLabel2 = new Sunny.UI.UISymbolLabel();
- uiSymbolLabel1 = new Sunny.UI.UISymbolLabel();
- lbl_Time = new Sunny.UI.UILabel();
- lbl_Humidness = new Sunny.UI.UILabel();
- lbl_Temperature = new Sunny.UI.UILabel();
- lb_Humidness = new Sunny.UI.UILabel();
- lb_Temperature = new Sunny.UI.UILabel();
- st_AlarmInfo = new Sunny.UI.UIScrollingText();
- lbl_User = new Sunny.UI.UILabel();
- pictureBox2 = new PictureBox();
- uiLabel2 = new Sunny.UI.UILabel();
- uiLabel1 = new Sunny.UI.UILabel();
- pictureBox1 = new PictureBox();
- lb_ProducteCount = new Sunny.UI.UILabel();
- lbl_ProducteCount = new Sunny.UI.UILedLabel();
- lbl_BadCount = new Sunny.UI.UILedLabel();
- lb_BadCount = new Sunny.UI.UILabel();
- lbl_Beat = new Sunny.UI.UILedLabel();
- lb_Beat = new Sunny.UI.UILabel();
- lbl_TotalAlarm = new Sunny.UI.UILedLabel();
- lb_TotalAlarm = new Sunny.UI.UILabel();
- uiLabel13 = new Sunny.UI.UILabel();
- led_ProducteState = 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();
- led_PlcState = new Sunny.UI.UILedBulb();
- lbl_CPUInformation = new Sunny.UI.UILabel();
- lbl_MemoryInformation = new Sunny.UI.UILabel();
- uiLabel21 = new Sunny.UI.UILabel();
- uiLabel22 = new Sunny.UI.UILabel();
- StyleManager = new Sunny.UI.UIStyleManager(components);
- 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(lbl_MemoryInformation);
- Footer.Controls.Add(lbl_CPUInformation);
- Footer.Controls.Add(led_PlcState);
- 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(led_ProducteState);
- Header.Controls.Add(uiLabel13);
- Header.Controls.Add(lbl_TotalAlarm);
- Header.Controls.Add(lb_TotalAlarm);
- Header.Controls.Add(lbl_Beat);
- Header.Controls.Add(lb_Beat);
- Header.Controls.Add(lbl_BadCount);
- Header.Controls.Add(lb_BadCount);
- Header.Controls.Add(lbl_ProducteCount);
- Header.Controls.Add(lb_ProducteCount);
- Header.Controls.Add(uiPanel1);
- Header.Location = new Point(0, 0);
- Header.NodeInterval = 0;
- Header.NodeSize = new Size(70, 50);
- Header.Size = new Size(1280, 120);
- Header.MenuItemClick += Header_MenuItemClick;
- //
- // uiPanel1
- //
- uiPanel1.Anchor = AnchorStyles.Top | AnchorStyles.Bottom | AnchorStyles.Left | AnchorStyles.Right;
- uiPanel1.Controls.Add(uiSymbolLabel2);
- uiPanel1.Controls.Add(uiSymbolLabel1);
- uiPanel1.Controls.Add(lbl_Time);
- uiPanel1.Controls.Add(lbl_Humidness);
- uiPanel1.Controls.Add(lbl_Temperature);
- uiPanel1.Controls.Add(lb_Humidness);
- uiPanel1.Controls.Add(lb_Temperature);
- uiPanel1.Controls.Add(st_AlarmInfo);
- uiPanel1.Controls.Add(lbl_User);
- 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;
- uiPanel1.MouseDown += Panel_MouseDown;
- uiPanel1.MouseMove += Panel_MouseMove;
- //
- // 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;
- //
- // lbl_Time
- //
- lbl_Time.BackColor = Color.Transparent;
- lbl_Time.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
- lbl_Time.ForeColor = Color.FromArgb(48, 48, 48);
- lbl_Time.Location = new Point(922, 43);
- lbl_Time.Name = "lbl_Time";
- lbl_Time.Size = new Size(215, 33);
- lbl_Time.TabIndex = 9;
- lbl_Time.Text = "2024-10-12 23:05:23";
- lbl_Time.MouseDown += Panel_MouseDown;
- lbl_Time.MouseMove += Panel_MouseMove;
- //
- // lbl_Humidness
- //
- lbl_Humidness.BackColor = Color.Transparent;
- lbl_Humidness.Font = new Font("宋体", 9F);
- lbl_Humidness.ForeColor = Color.Green;
- lbl_Humidness.Location = new Point(1125, 16);
- lbl_Humidness.Name = "lbl_Humidness";
- lbl_Humidness.Size = new Size(44, 27);
- lbl_Humidness.TabIndex = 8;
- lbl_Humidness.Text = "60%";
- lbl_Humidness.MouseDown += Panel_MouseDown;
- lbl_Humidness.MouseMove += Panel_MouseMove;
- //
- // lbl_Temperature
- //
- lbl_Temperature.BackColor = Color.Transparent;
- lbl_Temperature.Font = new Font("宋体", 9F);
- lbl_Temperature.ForeColor = Color.Green;
- lbl_Temperature.Location = new Point(985, 16);
- lbl_Temperature.Name = "lbl_Temperature";
- lbl_Temperature.Size = new Size(44, 27);
- lbl_Temperature.TabIndex = 7;
- lbl_Temperature.Text = "25℃";
- lbl_Temperature.MouseDown += Panel_MouseDown;
- lbl_Temperature.MouseMove += Panel_MouseMove;
- //
- // lb_Humidness
- //
- lb_Humidness.BackColor = Color.Transparent;
- lb_Humidness.Font = new Font("宋体", 9F);
- lb_Humidness.ForeColor = Color.FromArgb(48, 48, 48);
- lb_Humidness.Image = Properties.Resources.湿度;
- lb_Humidness.ImageAlign = ContentAlignment.MiddleLeft;
- lb_Humidness.Location = new Point(1024, 9);
- lb_Humidness.Name = "lb_Humidness";
- lb_Humidness.Size = new Size(95, 29);
- lb_Humidness.TabIndex = 6;
- lb_Humidness.Text = "厂房湿度";
- lb_Humidness.TextAlign = ContentAlignment.MiddleRight;
- lb_Humidness.MouseDown += Panel_MouseDown;
- lb_Humidness.MouseMove += Panel_MouseMove;
- //
- // lb_Temperature
- //
- lb_Temperature.BackColor = Color.Transparent;
- lb_Temperature.Font = new Font("宋体", 9F);
- lb_Temperature.ForeColor = Color.FromArgb(48, 48, 48);
- lb_Temperature.Image = Properties.Resources.温度;
- lb_Temperature.ImageAlign = ContentAlignment.MiddleLeft;
- lb_Temperature.Location = new Point(884, 9);
- lb_Temperature.Name = "lb_Temperature";
- lb_Temperature.Size = new Size(95, 29);
- lb_Temperature.TabIndex = 5;
- lb_Temperature.Text = "厂房温度";
- lb_Temperature.TextAlign = ContentAlignment.MiddleRight;
- lb_Temperature.MouseDown += Panel_MouseDown;
- lb_Temperature.MouseMove += Panel_MouseMove;
- //
- // st_AlarmInfo
- //
- st_AlarmInfo.BackColor = Color.Transparent;
- st_AlarmInfo.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
- st_AlarmInfo.Location = new Point(595, 9);
- st_AlarmInfo.MinimumSize = new Size(1, 1);
- st_AlarmInfo.Name = "st_AlarmInfo";
- st_AlarmInfo.Size = new Size(283, 48);
- st_AlarmInfo.TabIndex = 4;
- st_AlarmInfo.Text = "系统正常";
- st_AlarmInfo.MouseDown += Panel_MouseDown;
- st_AlarmInfo.MouseMove += Panel_MouseMove;
- //
- // lbl_User
- //
- lbl_User.BackColor = Color.Transparent;
- lbl_User.Font = new Font("宋体", 18F);
- lbl_User.ForeColor = Color.FromArgb(48, 48, 48);
- lbl_User.Location = new Point(486, 9);
- lbl_User.Name = "lbl_User";
- lbl_User.Size = new Size(103, 39);
- lbl_User.TabIndex = 1;
- lbl_User.Text = "工程师";
- lbl_User.MouseDown += Panel_MouseDown;
- lbl_User.MouseMove += Panel_MouseMove;
- //
- // 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;
- pictureBox2.Click += pictureBox2_Click;
- pictureBox2.MouseDown += Panel_MouseDown;
- pictureBox2.MouseMove += Panel_MouseMove;
- //
- // 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";
- uiLabel2.MouseDown += Panel_MouseDown;
- uiLabel2.MouseMove += Panel_MouseMove;
- //
- // 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系统";
- uiLabel1.MouseDown += Panel_MouseDown;
- uiLabel1.MouseMove += Panel_MouseMove;
- //
- // 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;
- pictureBox1.MouseDown += Panel_MouseDown;
- pictureBox1.MouseMove += Panel_MouseMove;
- //
- // lb_ProducteCount
- //
- lb_ProducteCount.BackColor = Color.Transparent;
- lb_ProducteCount.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
- lb_ProducteCount.ForeColor = Color.FromArgb(48, 48, 48);
- lb_ProducteCount.Image = Properties.Resources.产量;
- lb_ProducteCount.ImageAlign = ContentAlignment.MiddleLeft;
- lb_ProducteCount.Location = new Point(3, 72);
- lb_ProducteCount.Name = "lb_ProducteCount";
- lb_ProducteCount.Size = new Size(132, 45);
- lb_ProducteCount.TabIndex = 1;
- lb_ProducteCount.Text = "生产计数";
- lb_ProducteCount.TextAlign = ContentAlignment.MiddleRight;
- //
- // lbl_ProducteCount
- //
- lbl_ProducteCount.BackColor = Color.Transparent;
- lbl_ProducteCount.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
- lbl_ProducteCount.Location = new Point(141, 72);
- lbl_ProducteCount.MinimumSize = new Size(1, 1);
- lbl_ProducteCount.Name = "lbl_ProducteCount";
- lbl_ProducteCount.Size = new Size(80, 44);
- lbl_ProducteCount.TabIndex = 2;
- lbl_ProducteCount.Text = "5000";
- //
- // lbl_BadCount
- //
- lbl_BadCount.BackColor = Color.Transparent;
- lbl_BadCount.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
- lbl_BadCount.Location = new Point(365, 72);
- lbl_BadCount.MinimumSize = new Size(1, 1);
- lbl_BadCount.Name = "lbl_BadCount";
- lbl_BadCount.Size = new Size(80, 44);
- lbl_BadCount.TabIndex = 4;
- lbl_BadCount.Text = "0067";
- //
- // lb_BadCount
- //
- lb_BadCount.BackColor = Color.Transparent;
- lb_BadCount.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
- lb_BadCount.ForeColor = Color.FromArgb(48, 48, 48);
- lb_BadCount.Image = Properties.Resources.产量;
- lb_BadCount.ImageAlign = ContentAlignment.MiddleLeft;
- lb_BadCount.Location = new Point(227, 72);
- lb_BadCount.Name = "lb_BadCount";
- lb_BadCount.Size = new Size(132, 45);
- lb_BadCount.TabIndex = 3;
- lb_BadCount.Text = "不良计数";
- lb_BadCount.TextAlign = ContentAlignment.MiddleRight;
- //
- // lbl_Beat
- //
- lbl_Beat.BackColor = Color.Transparent;
- lbl_Beat.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
- lbl_Beat.Location = new Point(595, 72);
- lbl_Beat.MinimumSize = new Size(1, 1);
- lbl_Beat.Name = "lbl_Beat";
- lbl_Beat.Size = new Size(80, 44);
- lbl_Beat.TabIndex = 6;
- lbl_Beat.Text = "060S";
- //
- // lb_Beat
- //
- lb_Beat.BackColor = Color.Transparent;
- lb_Beat.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
- lb_Beat.ForeColor = Color.FromArgb(48, 48, 48);
- lb_Beat.Image = Properties.Resources.生产节拍;
- lb_Beat.ImageAlign = ContentAlignment.MiddleLeft;
- lb_Beat.Location = new Point(457, 72);
- lb_Beat.Name = "lb_Beat";
- lb_Beat.Size = new Size(132, 45);
- lb_Beat.TabIndex = 5;
- lb_Beat.Text = "生产节拍";
- lb_Beat.TextAlign = ContentAlignment.MiddleRight;
- //
- // lbl_TotalAlarm
- //
- lbl_TotalAlarm.BackColor = Color.Transparent;
- lbl_TotalAlarm.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
- lbl_TotalAlarm.Location = new Point(819, 72);
- lbl_TotalAlarm.MinimumSize = new Size(1, 1);
- lbl_TotalAlarm.Name = "lbl_TotalAlarm";
- lbl_TotalAlarm.Size = new Size(80, 44);
- lbl_TotalAlarm.TabIndex = 8;
- lbl_TotalAlarm.Text = "0221";
- //
- // lb_TotalAlarm
- //
- lb_TotalAlarm.BackColor = Color.Transparent;
- lb_TotalAlarm.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
- lb_TotalAlarm.ForeColor = Color.FromArgb(48, 48, 48);
- lb_TotalAlarm.Image = Properties.Resources.报警数;
- lb_TotalAlarm.ImageAlign = ContentAlignment.MiddleLeft;
- lb_TotalAlarm.Location = new Point(681, 72);
- lb_TotalAlarm.Name = "lb_TotalAlarm";
- lb_TotalAlarm.Size = new Size(132, 45);
- lb_TotalAlarm.TabIndex = 7;
- lb_TotalAlarm.Text = "累计报警";
- lb_TotalAlarm.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;
- //
- // led_ProducteState
- //
- led_ProducteState.Location = new Point(1043, 76);
- led_ProducteState.Name = "led_ProducteState";
- led_ProducteState.Size = new Size(40, 40);
- led_ProducteState.TabIndex = 10;
- led_ProducteState.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;
- //
- // led_PlcState
- //
- led_PlcState.BackColor = Color.Transparent;
- led_PlcState.Location = new Point(174, 11);
- led_PlcState.Name = "led_PlcState";
- led_PlcState.Size = new Size(40, 40);
- led_PlcState.TabIndex = 5;
- led_PlcState.Text = "uiLedBulb2";
- //
- // lbl_CPUInformation
- //
- lbl_CPUInformation.BackColor = Color.Transparent;
- lbl_CPUInformation.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
- lbl_CPUInformation.ForeColor = Color.FromArgb(48, 48, 48);
- lbl_CPUInformation.Location = new Point(373, 22);
- lbl_CPUInformation.Name = "lbl_CPUInformation";
- lbl_CPUInformation.Size = new Size(49, 29);
- lbl_CPUInformation.TabIndex = 6;
- lbl_CPUInformation.Text = "60%";
- //
- // lbl_MemoryInformation
- //
- lbl_MemoryInformation.BackColor = Color.Transparent;
- lbl_MemoryInformation.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
- lbl_MemoryInformation.ForeColor = Color.FromArgb(48, 48, 48);
- lbl_MemoryInformation.Location = new Point(564, 22);
- lbl_MemoryInformation.Name = "lbl_MemoryInformation";
- lbl_MemoryInformation.Size = new Size(49, 29);
- lbl_MemoryInformation.TabIndex = 7;
- lbl_MemoryInformation.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);
- CloseAskString = "是否关闭系统";
- EscClose = true;
- 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 lbl_User;
- private PictureBox pictureBox2;
- private Sunny.UI.UILabel uiLabel2;
- private Sunny.UI.UILabel lb_Temperature;
- private Sunny.UI.UIScrollingText st_AlarmInfo;
- private Sunny.UI.UILabel lbl_Humidness;
- private Sunny.UI.UILabel lbl_Temperature;
- private Sunny.UI.UILabel lb_Humidness;
- private Sunny.UI.UISymbolLabel uiSymbolLabel1;
- private Sunny.UI.UILabel lbl_Time;
- private Sunny.UI.UISymbolLabel uiSymbolLabel2;
- private Sunny.UI.UILabel lb_ProducteCount;
- private Sunny.UI.UILedLabel lbl_TotalAlarm;
- private Sunny.UI.UILabel lb_TotalAlarm;
- private Sunny.UI.UILedLabel lbl_Beat;
- private Sunny.UI.UILabel lb_Beat;
- private Sunny.UI.UILedLabel lbl_BadCount;
- private Sunny.UI.UILabel lb_BadCount;
- private Sunny.UI.UILedLabel lbl_ProducteCount;
- private Sunny.UI.UILabel uiLabel14;
- private Sunny.UI.UILedBulb led_ProducteState;
- private Sunny.UI.UILabel uiLabel13;
- private Sunny.UI.UILabel uiLabel22;
- private Sunny.UI.UILabel uiLabel21;
- private Sunny.UI.UILabel lbl_MemoryInformation;
- private Sunny.UI.UILabel lbl_CPUInformation;
- private Sunny.UI.UILedBulb led_PlcState;
- private Sunny.UI.UILabel uiLabel18;
- private Sunny.UI.UILabel uiLabel17;
- private Sunny.UI.UILabel uiLabel16;
- private Sunny.UI.UILabel uiLabel15;
- private Sunny.UI.UIStyleManager StyleManager;
- }
- }
|