|
@@ -187,6 +187,7 @@
|
|
|
lbl_Humidness.Name = "lbl_Humidness";
|
|
|
lbl_Humidness.Size = new Size(44, 27);
|
|
|
lbl_Humidness.TabIndex = 8;
|
|
|
+ lbl_Humidness.TagString = "厂房湿度";
|
|
|
lbl_Humidness.Text = "60%";
|
|
|
lbl_Humidness.MouseDown += Panel_MouseDown;
|
|
|
lbl_Humidness.MouseMove += Panel_MouseMove;
|
|
@@ -200,6 +201,7 @@
|
|
|
lbl_Temperature.Name = "lbl_Temperature";
|
|
|
lbl_Temperature.Size = new Size(44, 27);
|
|
|
lbl_Temperature.TabIndex = 7;
|
|
|
+ lbl_Temperature.TagString = "厂房温度";
|
|
|
lbl_Temperature.Text = "25℃";
|
|
|
lbl_Temperature.MouseDown += Panel_MouseDown;
|
|
|
lbl_Temperature.MouseMove += Panel_MouseMove;
|
|
@@ -238,6 +240,7 @@
|
|
|
//
|
|
|
// st_AlarmInfo
|
|
|
//
|
|
|
+ st_AlarmInfo.Active = true;
|
|
|
st_AlarmInfo.BackColor = Color.Transparent;
|
|
|
st_AlarmInfo.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
|
|
|
st_AlarmInfo.Location = new Point(595, 9);
|
|
@@ -336,6 +339,7 @@
|
|
|
lbl_ProducteCount.Name = "lbl_ProducteCount";
|
|
|
lbl_ProducteCount.Size = new Size(80, 44);
|
|
|
lbl_ProducteCount.TabIndex = 2;
|
|
|
+ lbl_ProducteCount.TagString = "生产计数";
|
|
|
lbl_ProducteCount.Text = "5000";
|
|
|
//
|
|
|
// lbl_BadCount
|
|
@@ -347,6 +351,7 @@
|
|
|
lbl_BadCount.Name = "lbl_BadCount";
|
|
|
lbl_BadCount.Size = new Size(80, 44);
|
|
|
lbl_BadCount.TabIndex = 4;
|
|
|
+ lbl_BadCount.TagString = "不良计数";
|
|
|
lbl_BadCount.Text = "0067";
|
|
|
//
|
|
|
// lb_BadCount
|
|
@@ -372,6 +377,7 @@
|
|
|
lbl_Beat.Name = "lbl_Beat";
|
|
|
lbl_Beat.Size = new Size(80, 44);
|
|
|
lbl_Beat.TabIndex = 6;
|
|
|
+ lbl_Beat.TagString = "生产节拍";
|
|
|
lbl_Beat.Text = "060S";
|
|
|
//
|
|
|
// lb_Beat
|
|
@@ -397,6 +403,7 @@
|
|
|
lbl_TotalAlarm.Name = "lbl_TotalAlarm";
|
|
|
lbl_TotalAlarm.Size = new Size(80, 44);
|
|
|
lbl_TotalAlarm.TabIndex = 8;
|
|
|
+ lbl_TotalAlarm.TagString = "累计报警";
|
|
|
lbl_TotalAlarm.Text = "0221";
|
|
|
//
|
|
|
// lb_TotalAlarm
|
|
@@ -456,9 +463,9 @@
|
|
|
uiLabel15.ForeColor = Color.FromArgb(48, 48, 48);
|
|
|
uiLabel15.Image = Properties.Resources.CPU信息;
|
|
|
uiLabel15.ImageAlign = ContentAlignment.MiddleLeft;
|
|
|
- uiLabel15.Location = new Point(235, 18);
|
|
|
+ uiLabel15.Location = new Point(231, 18);
|
|
|
uiLabel15.Name = "uiLabel15";
|
|
|
- uiLabel15.Size = new Size(132, 29);
|
|
|
+ uiLabel15.Size = new Size(121, 29);
|
|
|
uiLabel15.TabIndex = 1;
|
|
|
uiLabel15.Text = "CPU信息";
|
|
|
uiLabel15.TextAlign = ContentAlignment.MiddleRight;
|
|
@@ -470,9 +477,9 @@
|
|
|
uiLabel16.ForeColor = Color.FromArgb(48, 48, 48);
|
|
|
uiLabel16.Image = Properties.Resources.内存信息;
|
|
|
uiLabel16.ImageAlign = ContentAlignment.MiddleLeft;
|
|
|
- uiLabel16.Location = new Point(426, 18);
|
|
|
+ uiLabel16.Location = new Point(438, 18);
|
|
|
uiLabel16.Name = "uiLabel16";
|
|
|
- uiLabel16.Size = new Size(132, 29);
|
|
|
+ uiLabel16.Size = new Size(120, 29);
|
|
|
uiLabel16.TabIndex = 2;
|
|
|
uiLabel16.Text = "内存信息";
|
|
|
uiLabel16.TextAlign = ContentAlignment.MiddleRight;
|
|
@@ -518,11 +525,11 @@
|
|
|
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.Location = new Point(358, 22);
|
|
|
lbl_CPUInformation.Name = "lbl_CPUInformation";
|
|
|
- lbl_CPUInformation.Size = new Size(49, 29);
|
|
|
+ lbl_CPUInformation.Size = new Size(69, 29);
|
|
|
lbl_CPUInformation.TabIndex = 6;
|
|
|
- lbl_CPUInformation.Text = "60%";
|
|
|
+ lbl_CPUInformation.Text = "60.9%";
|
|
|
//
|
|
|
// lbl_MemoryInformation
|
|
|
//
|
|
@@ -531,9 +538,9 @@
|
|
|
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.Size = new Size(69, 29);
|
|
|
lbl_MemoryInformation.TabIndex = 7;
|
|
|
- lbl_MemoryInformation.Text = "60%";
|
|
|
+ lbl_MemoryInformation.Text = "60.9%";
|
|
|
//
|
|
|
// uiLabel21
|
|
|
//
|