|
@@ -28,6 +28,7 @@
|
|
|
/// </summary>
|
|
/// </summary>
|
|
|
private void InitializeComponent()
|
|
private void InitializeComponent()
|
|
|
{
|
|
{
|
|
|
|
|
+ System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FlashLightForm));
|
|
|
this.CircleMain = new MyCircleGaugeControl();
|
|
this.CircleMain = new MyCircleGaugeControl();
|
|
|
this.CircleSub = new MyCircleGaugeControl();
|
|
this.CircleSub = new MyCircleGaugeControl();
|
|
|
this.CircleLaser = new MyCircleGaugeControl();
|
|
this.CircleLaser = new MyCircleGaugeControl();
|
|
@@ -45,7 +46,6 @@
|
|
|
this.uiLabel7 = new Sunny.UI.UILabel();
|
|
this.uiLabel7 = new Sunny.UI.UILabel();
|
|
|
this.uiLabel8 = new Sunny.UI.UILabel();
|
|
this.uiLabel8 = new Sunny.UI.UILabel();
|
|
|
this.uiLabel9 = new Sunny.UI.UILabel();
|
|
this.uiLabel9 = new Sunny.UI.UILabel();
|
|
|
- this.uiLabel10 = new Sunny.UI.UILabel();
|
|
|
|
|
this.uiLabel11 = new Sunny.UI.UILabel();
|
|
this.uiLabel11 = new Sunny.UI.UILabel();
|
|
|
this.uiLabel12 = new Sunny.UI.UILabel();
|
|
this.uiLabel12 = new Sunny.UI.UILabel();
|
|
|
this.uiLabel13 = new Sunny.UI.UILabel();
|
|
this.uiLabel13 = new Sunny.UI.UILabel();
|
|
@@ -53,15 +53,12 @@
|
|
|
this.uiLabel15 = new Sunny.UI.UILabel();
|
|
this.uiLabel15 = new Sunny.UI.UILabel();
|
|
|
this.uiLabel16 = new Sunny.UI.UILabel();
|
|
this.uiLabel16 = new Sunny.UI.UILabel();
|
|
|
this.uiLabel17 = new Sunny.UI.UILabel();
|
|
this.uiLabel17 = new Sunny.UI.UILabel();
|
|
|
- this.uiLabel18 = new Sunny.UI.UILabel();
|
|
|
|
|
- this.uiLabel19 = new Sunny.UI.UILabel();
|
|
|
|
|
this.uiLabel20 = new Sunny.UI.UILabel();
|
|
this.uiLabel20 = new Sunny.UI.UILabel();
|
|
|
this.uiLabel21 = new Sunny.UI.UILabel();
|
|
this.uiLabel21 = new Sunny.UI.UILabel();
|
|
|
this.uiLabel22 = new Sunny.UI.UILabel();
|
|
this.uiLabel22 = new Sunny.UI.UILabel();
|
|
|
this.uiLabel23 = new Sunny.UI.UILabel();
|
|
this.uiLabel23 = new Sunny.UI.UILabel();
|
|
|
this.uiLabel24 = new Sunny.UI.UILabel();
|
|
this.uiLabel24 = new Sunny.UI.UILabel();
|
|
|
this.uiLabel25 = new Sunny.UI.UILabel();
|
|
this.uiLabel25 = new Sunny.UI.UILabel();
|
|
|
- this.uiLabel26 = new Sunny.UI.UILabel();
|
|
|
|
|
this.uiLabel27 = new Sunny.UI.UILabel();
|
|
this.uiLabel27 = new Sunny.UI.UILabel();
|
|
|
this.uiLabel28 = new Sunny.UI.UILabel();
|
|
this.uiLabel28 = new Sunny.UI.UILabel();
|
|
|
this.uiLabel29 = new Sunny.UI.UILabel();
|
|
this.uiLabel29 = new Sunny.UI.UILabel();
|
|
@@ -74,12 +71,11 @@
|
|
|
this.plcUiNumberDisplay4 = new PlcUiControl.PlcUiNumberDisplay();
|
|
this.plcUiNumberDisplay4 = new PlcUiControl.PlcUiNumberDisplay();
|
|
|
this.plcUiNumberDisplay5 = new PlcUiControl.PlcUiNumberDisplay();
|
|
this.plcUiNumberDisplay5 = new PlcUiControl.PlcUiNumberDisplay();
|
|
|
this.uiLabel33 = new Sunny.UI.UILabel();
|
|
this.uiLabel33 = new Sunny.UI.UILabel();
|
|
|
- this.plcUiNumberDisplay6 = new PlcUiControl.PlcUiNumberDisplay();
|
|
|
|
|
this.plcUiNumberDisplay7 = new PlcUiControl.PlcUiNumberDisplay();
|
|
this.plcUiNumberDisplay7 = new PlcUiControl.PlcUiNumberDisplay();
|
|
|
this.uiLabel34 = new Sunny.UI.UILabel();
|
|
this.uiLabel34 = new Sunny.UI.UILabel();
|
|
|
- this.uiLabel35 = new Sunny.UI.UILabel();
|
|
|
|
|
this.uiSwitch1 = new Sunny.UI.UISwitch();
|
|
this.uiSwitch1 = new Sunny.UI.UISwitch();
|
|
|
this.lblDestinationDefine = new Sunny.UI.UILabel();
|
|
this.lblDestinationDefine = new Sunny.UI.UILabel();
|
|
|
|
|
+ this.uiLabel10 = new Sunny.UI.UILabel();
|
|
|
this.SuspendLayout();
|
|
this.SuspendLayout();
|
|
|
//
|
|
//
|
|
|
// CircleMain
|
|
// CircleMain
|
|
@@ -89,7 +85,7 @@
|
|
|
this.CircleMain.LineWidth = 2F;
|
|
this.CircleMain.LineWidth = 2F;
|
|
|
this.CircleMain.Location = new System.Drawing.Point(234, 107);
|
|
this.CircleMain.Location = new System.Drawing.Point(234, 107);
|
|
|
this.CircleMain.Name = "CircleMain";
|
|
this.CircleMain.Name = "CircleMain";
|
|
|
- this.CircleMain.PointsNum = 40;
|
|
|
|
|
|
|
+ this.CircleMain.PointsNum = 36;
|
|
|
this.CircleMain.Size = new System.Drawing.Size(500, 500);
|
|
this.CircleMain.Size = new System.Drawing.Size(500, 500);
|
|
|
this.CircleMain.StartDegree = -126;
|
|
this.CircleMain.StartDegree = -126;
|
|
|
this.CircleMain.TabIndex = 41;
|
|
this.CircleMain.TabIndex = 41;
|
|
@@ -103,7 +99,7 @@
|
|
|
this.CircleSub.LineWidth = 2F;
|
|
this.CircleSub.LineWidth = 2F;
|
|
|
this.CircleSub.Location = new System.Drawing.Point(820, 140);
|
|
this.CircleSub.Location = new System.Drawing.Point(820, 140);
|
|
|
this.CircleSub.Name = "CircleSub";
|
|
this.CircleSub.Name = "CircleSub";
|
|
|
- this.CircleSub.PointsNum = 80;
|
|
|
|
|
|
|
+ this.CircleSub.PointsNum = 100;
|
|
|
this.CircleSub.Size = new System.Drawing.Size(450, 450);
|
|
this.CircleSub.Size = new System.Drawing.Size(450, 450);
|
|
|
this.CircleSub.StartDegree = 180;
|
|
this.CircleSub.StartDegree = 180;
|
|
|
this.CircleSub.TabIndex = 42;
|
|
this.CircleSub.TabIndex = 42;
|
|
@@ -114,9 +110,9 @@
|
|
|
this.CircleLaser.BackColor = System.Drawing.Color.Transparent;
|
|
this.CircleLaser.BackColor = System.Drawing.Color.Transparent;
|
|
|
this.CircleLaser.LineColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
|
|
this.CircleLaser.LineColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
|
|
|
this.CircleLaser.LineWidth = 2F;
|
|
this.CircleLaser.LineWidth = 2F;
|
|
|
- this.CircleLaser.Location = new System.Drawing.Point(496, 31);
|
|
|
|
|
|
|
+ this.CircleLaser.Location = new System.Drawing.Point(432, 32);
|
|
|
this.CircleLaser.Name = "CircleLaser";
|
|
this.CircleLaser.Name = "CircleLaser";
|
|
|
- this.CircleLaser.PointsNum = 8;
|
|
|
|
|
|
|
+ this.CircleLaser.PointsNum = 4;
|
|
|
this.CircleLaser.Size = new System.Drawing.Size(84, 69);
|
|
this.CircleLaser.Size = new System.Drawing.Size(84, 69);
|
|
|
this.CircleLaser.StartDegree = -110;
|
|
this.CircleLaser.StartDegree = -110;
|
|
|
this.CircleLaser.TabIndex = 43;
|
|
this.CircleLaser.TabIndex = 43;
|
|
@@ -173,7 +169,7 @@
|
|
|
// uiSymbolLabel3
|
|
// uiSymbolLabel3
|
|
|
//
|
|
//
|
|
|
this.uiSymbolLabel3.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.uiSymbolLabel3.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.uiSymbolLabel3.Location = new System.Drawing.Point(525, 56);
|
|
|
|
|
|
|
+ this.uiSymbolLabel3.Location = new System.Drawing.Point(461, 57);
|
|
|
this.uiSymbolLabel3.MinimumSize = new System.Drawing.Size(1, 1);
|
|
this.uiSymbolLabel3.MinimumSize = new System.Drawing.Size(1, 1);
|
|
|
this.uiSymbolLabel3.Name = "uiSymbolLabel3";
|
|
this.uiSymbolLabel3.Name = "uiSymbolLabel3";
|
|
|
this.uiSymbolLabel3.Size = new System.Drawing.Size(25, 25);
|
|
this.uiSymbolLabel3.Size = new System.Drawing.Size(25, 25);
|
|
@@ -197,22 +193,22 @@
|
|
|
this.uiLabel2.AutoSize = true;
|
|
this.uiLabel2.AutoSize = true;
|
|
|
this.uiLabel2.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.uiLabel2.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.uiLabel2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
|
|
this.uiLabel2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
|
|
|
- this.uiLabel2.Location = new System.Drawing.Point(309, 593);
|
|
|
|
|
|
|
+ this.uiLabel2.Location = new System.Drawing.Point(339, 595);
|
|
|
this.uiLabel2.Name = "uiLabel2";
|
|
this.uiLabel2.Name = "uiLabel2";
|
|
|
- this.uiLabel2.Size = new System.Drawing.Size(71, 16);
|
|
|
|
|
|
|
+ this.uiLabel2.Size = new System.Drawing.Size(39, 16);
|
|
|
this.uiLabel2.TabIndex = 51;
|
|
this.uiLabel2.TabIndex = 51;
|
|
|
- this.uiLabel2.Text = "正反检测";
|
|
|
|
|
|
|
+ this.uiLabel2.Text = "电测";
|
|
|
//
|
|
//
|
|
|
// uiLabel3
|
|
// uiLabel3
|
|
|
//
|
|
//
|
|
|
this.uiLabel3.AutoSize = true;
|
|
this.uiLabel3.AutoSize = true;
|
|
|
this.uiLabel3.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.uiLabel3.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.uiLabel3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
|
|
this.uiLabel3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
|
|
|
- this.uiLabel3.Location = new System.Drawing.Point(364, 614);
|
|
|
|
|
|
|
+ this.uiLabel3.Location = new System.Drawing.Point(379, 615);
|
|
|
this.uiLabel3.Name = "uiLabel3";
|
|
this.uiLabel3.Name = "uiLabel3";
|
|
|
- this.uiLabel3.Size = new System.Drawing.Size(55, 16);
|
|
|
|
|
|
|
+ this.uiLabel3.Size = new System.Drawing.Size(47, 16);
|
|
|
this.uiLabel3.TabIndex = 52;
|
|
this.uiLabel3.TabIndex = 52;
|
|
|
- this.uiLabel3.Text = "NG料盒";
|
|
|
|
|
|
|
+ this.uiLabel3.Text = "转向1";
|
|
|
//
|
|
//
|
|
|
// uiLabel4
|
|
// uiLabel4
|
|
|
//
|
|
//
|
|
@@ -221,82 +217,71 @@
|
|
|
this.uiLabel4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
|
|
this.uiLabel4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
|
|
|
this.uiLabel4.Location = new System.Drawing.Point(423, 626);
|
|
this.uiLabel4.Location = new System.Drawing.Point(423, 626);
|
|
|
this.uiLabel4.Name = "uiLabel4";
|
|
this.uiLabel4.Name = "uiLabel4";
|
|
|
- this.uiLabel4.Size = new System.Drawing.Size(39, 16);
|
|
|
|
|
|
|
+ this.uiLabel4.Size = new System.Drawing.Size(47, 16);
|
|
|
this.uiLabel4.TabIndex = 53;
|
|
this.uiLabel4.TabIndex = 53;
|
|
|
- this.uiLabel4.Text = "转向";
|
|
|
|
|
|
|
+ this.uiLabel4.Text = "测试1";
|
|
|
//
|
|
//
|
|
|
// uiLabel5
|
|
// uiLabel5
|
|
|
//
|
|
//
|
|
|
this.uiLabel5.AutoSize = true;
|
|
this.uiLabel5.AutoSize = true;
|
|
|
this.uiLabel5.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.uiLabel5.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.uiLabel5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
|
|
this.uiLabel5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
|
|
|
- this.uiLabel5.Location = new System.Drawing.Point(466, 629);
|
|
|
|
|
|
|
+ this.uiLabel5.Location = new System.Drawing.Point(476, 625);
|
|
|
this.uiLabel5.Name = "uiLabel5";
|
|
this.uiLabel5.Name = "uiLabel5";
|
|
|
this.uiLabel5.Size = new System.Drawing.Size(47, 16);
|
|
this.uiLabel5.Size = new System.Drawing.Size(47, 16);
|
|
|
this.uiLabel5.TabIndex = 54;
|
|
this.uiLabel5.TabIndex = 54;
|
|
|
- this.uiLabel5.Text = "测试1";
|
|
|
|
|
|
|
+ this.uiLabel5.Text = "测试2";
|
|
|
//
|
|
//
|
|
|
// uiLabel6
|
|
// uiLabel6
|
|
|
//
|
|
//
|
|
|
this.uiLabel6.AutoSize = true;
|
|
this.uiLabel6.AutoSize = true;
|
|
|
this.uiLabel6.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.uiLabel6.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.uiLabel6.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
|
|
this.uiLabel6.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
|
|
|
- this.uiLabel6.Location = new System.Drawing.Point(515, 625);
|
|
|
|
|
|
|
+ this.uiLabel6.Location = new System.Drawing.Point(529, 617);
|
|
|
this.uiLabel6.Name = "uiLabel6";
|
|
this.uiLabel6.Name = "uiLabel6";
|
|
|
this.uiLabel6.Size = new System.Drawing.Size(47, 16);
|
|
this.uiLabel6.Size = new System.Drawing.Size(47, 16);
|
|
|
this.uiLabel6.TabIndex = 55;
|
|
this.uiLabel6.TabIndex = 55;
|
|
|
- this.uiLabel6.Text = "测试2";
|
|
|
|
|
|
|
+ this.uiLabel6.Text = "测试3";
|
|
|
//
|
|
//
|
|
|
// uiLabel7
|
|
// uiLabel7
|
|
|
//
|
|
//
|
|
|
this.uiLabel7.AutoSize = true;
|
|
this.uiLabel7.AutoSize = true;
|
|
|
this.uiLabel7.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.uiLabel7.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.uiLabel7.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
|
|
this.uiLabel7.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
|
|
|
- this.uiLabel7.Location = new System.Drawing.Point(564, 615);
|
|
|
|
|
|
|
+ this.uiLabel7.Location = new System.Drawing.Point(580, 599);
|
|
|
this.uiLabel7.Name = "uiLabel7";
|
|
this.uiLabel7.Name = "uiLabel7";
|
|
|
this.uiLabel7.Size = new System.Drawing.Size(47, 16);
|
|
this.uiLabel7.Size = new System.Drawing.Size(47, 16);
|
|
|
this.uiLabel7.TabIndex = 56;
|
|
this.uiLabel7.TabIndex = 56;
|
|
|
- this.uiLabel7.Text = "测试3";
|
|
|
|
|
|
|
+ this.uiLabel7.Text = "测试4";
|
|
|
//
|
|
//
|
|
|
// uiLabel8
|
|
// uiLabel8
|
|
|
//
|
|
//
|
|
|
this.uiLabel8.AutoSize = true;
|
|
this.uiLabel8.AutoSize = true;
|
|
|
this.uiLabel8.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.uiLabel8.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.uiLabel8.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
|
|
this.uiLabel8.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
|
|
|
- this.uiLabel8.Location = new System.Drawing.Point(612, 595);
|
|
|
|
|
|
|
+ this.uiLabel8.Location = new System.Drawing.Point(636, 570);
|
|
|
this.uiLabel8.Name = "uiLabel8";
|
|
this.uiLabel8.Name = "uiLabel8";
|
|
|
- this.uiLabel8.Size = new System.Drawing.Size(47, 16);
|
|
|
|
|
|
|
+ this.uiLabel8.Size = new System.Drawing.Size(63, 16);
|
|
|
this.uiLabel8.TabIndex = 57;
|
|
this.uiLabel8.TabIndex = 57;
|
|
|
- this.uiLabel8.Text = "测试4";
|
|
|
|
|
|
|
+ this.uiLabel8.Text = "四料盒1";
|
|
|
//
|
|
//
|
|
|
// uiLabel9
|
|
// uiLabel9
|
|
|
//
|
|
//
|
|
|
this.uiLabel9.AutoSize = true;
|
|
this.uiLabel9.AutoSize = true;
|
|
|
this.uiLabel9.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.uiLabel9.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.uiLabel9.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
|
|
this.uiLabel9.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
|
|
|
- this.uiLabel9.Location = new System.Drawing.Point(655, 570);
|
|
|
|
|
|
|
+ this.uiLabel9.Location = new System.Drawing.Point(671, 539);
|
|
|
this.uiLabel9.Name = "uiLabel9";
|
|
this.uiLabel9.Name = "uiLabel9";
|
|
|
- this.uiLabel9.Size = new System.Drawing.Size(47, 16);
|
|
|
|
|
|
|
+ this.uiLabel9.Size = new System.Drawing.Size(63, 16);
|
|
|
this.uiLabel9.TabIndex = 58;
|
|
this.uiLabel9.TabIndex = 58;
|
|
|
- this.uiLabel9.Text = "排料1";
|
|
|
|
|
- //
|
|
|
|
|
- // uiLabel10
|
|
|
|
|
- //
|
|
|
|
|
- this.uiLabel10.AutoSize = true;
|
|
|
|
|
- this.uiLabel10.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
|
|
- this.uiLabel10.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
|
|
|
|
|
- this.uiLabel10.Location = new System.Drawing.Point(682, 544);
|
|
|
|
|
- this.uiLabel10.Name = "uiLabel10";
|
|
|
|
|
- this.uiLabel10.Size = new System.Drawing.Size(47, 16);
|
|
|
|
|
- this.uiLabel10.TabIndex = 59;
|
|
|
|
|
- this.uiLabel10.Text = "排料2";
|
|
|
|
|
|
|
+ this.uiLabel9.Text = "四料盒2";
|
|
|
//
|
|
//
|
|
|
// uiLabel11
|
|
// uiLabel11
|
|
|
//
|
|
//
|
|
|
this.uiLabel11.AutoSize = true;
|
|
this.uiLabel11.AutoSize = true;
|
|
|
this.uiLabel11.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.uiLabel11.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.uiLabel11.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
|
|
this.uiLabel11.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
|
|
|
- this.uiLabel11.Location = new System.Drawing.Point(707, 513);
|
|
|
|
|
|
|
+ this.uiLabel11.Location = new System.Drawing.Point(704, 500);
|
|
|
this.uiLabel11.Name = "uiLabel11";
|
|
this.uiLabel11.Name = "uiLabel11";
|
|
|
this.uiLabel11.Size = new System.Drawing.Size(47, 16);
|
|
this.uiLabel11.Size = new System.Drawing.Size(47, 16);
|
|
|
this.uiLabel11.TabIndex = 60;
|
|
this.uiLabel11.TabIndex = 60;
|
|
@@ -307,7 +292,7 @@
|
|
|
this.uiLabel12.AutoSize = true;
|
|
this.uiLabel12.AutoSize = true;
|
|
|
this.uiLabel12.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.uiLabel12.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.uiLabel12.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
|
|
this.uiLabel12.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
|
|
|
- this.uiLabel12.Location = new System.Drawing.Point(639, 350);
|
|
|
|
|
|
|
+ this.uiLabel12.Location = new System.Drawing.Point(649, 334);
|
|
|
this.uiLabel12.Name = "uiLabel12";
|
|
this.uiLabel12.Name = "uiLabel12";
|
|
|
this.uiLabel12.Size = new System.Drawing.Size(71, 16);
|
|
this.uiLabel12.Size = new System.Drawing.Size(71, 16);
|
|
|
this.uiLabel12.TabIndex = 61;
|
|
this.uiLabel12.TabIndex = 61;
|
|
@@ -318,7 +303,7 @@
|
|
|
this.uiLabel13.AutoSize = true;
|
|
this.uiLabel13.AutoSize = true;
|
|
|
this.uiLabel13.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.uiLabel13.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.uiLabel13.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
|
|
this.uiLabel13.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
|
|
|
- this.uiLabel13.Location = new System.Drawing.Point(683, 164);
|
|
|
|
|
|
|
+ this.uiLabel13.Location = new System.Drawing.Point(678, 180);
|
|
|
this.uiLabel13.Name = "uiLabel13";
|
|
this.uiLabel13.Name = "uiLabel13";
|
|
|
this.uiLabel13.Size = new System.Drawing.Size(47, 16);
|
|
this.uiLabel13.Size = new System.Drawing.Size(47, 16);
|
|
|
this.uiLabel13.TabIndex = 62;
|
|
this.uiLabel13.TabIndex = 62;
|
|
@@ -329,7 +314,7 @@
|
|
|
this.uiLabel14.AutoSize = true;
|
|
this.uiLabel14.AutoSize = true;
|
|
|
this.uiLabel14.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.uiLabel14.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.uiLabel14.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
|
|
this.uiLabel14.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
|
|
|
- this.uiLabel14.Location = new System.Drawing.Point(652, 139);
|
|
|
|
|
|
|
+ this.uiLabel14.Location = new System.Drawing.Point(652, 149);
|
|
|
this.uiLabel14.Name = "uiLabel14";
|
|
this.uiLabel14.Name = "uiLabel14";
|
|
|
this.uiLabel14.Size = new System.Drawing.Size(47, 16);
|
|
this.uiLabel14.Size = new System.Drawing.Size(47, 16);
|
|
|
this.uiLabel14.TabIndex = 63;
|
|
this.uiLabel14.TabIndex = 63;
|
|
@@ -340,22 +325,22 @@
|
|
|
this.uiLabel15.AutoSize = true;
|
|
this.uiLabel15.AutoSize = true;
|
|
|
this.uiLabel15.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.uiLabel15.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.uiLabel15.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
|
|
this.uiLabel15.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
|
|
|
- this.uiLabel15.Location = new System.Drawing.Point(607, 114);
|
|
|
|
|
|
|
+ this.uiLabel15.Location = new System.Drawing.Point(608, 126);
|
|
|
this.uiLabel15.Name = "uiLabel15";
|
|
this.uiLabel15.Name = "uiLabel15";
|
|
|
- this.uiLabel15.Size = new System.Drawing.Size(71, 16);
|
|
|
|
|
|
|
+ this.uiLabel15.Size = new System.Drawing.Size(63, 16);
|
|
|
this.uiLabel15.TabIndex = 64;
|
|
this.uiLabel15.TabIndex = 64;
|
|
|
- this.uiLabel15.Text = "热测排料";
|
|
|
|
|
|
|
+ this.uiLabel15.Text = "四料盒3";
|
|
|
//
|
|
//
|
|
|
// uiLabel16
|
|
// uiLabel16
|
|
|
//
|
|
//
|
|
|
this.uiLabel16.AutoSize = true;
|
|
this.uiLabel16.AutoSize = true;
|
|
|
this.uiLabel16.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.uiLabel16.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.uiLabel16.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
|
|
this.uiLabel16.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
|
|
|
- this.uiLabel16.Location = new System.Drawing.Point(562, 98);
|
|
|
|
|
|
|
+ this.uiLabel16.Location = new System.Drawing.Point(560, 103);
|
|
|
this.uiLabel16.Name = "uiLabel16";
|
|
this.uiLabel16.Name = "uiLabel16";
|
|
|
this.uiLabel16.Size = new System.Drawing.Size(47, 16);
|
|
this.uiLabel16.Size = new System.Drawing.Size(47, 16);
|
|
|
this.uiLabel16.TabIndex = 65;
|
|
this.uiLabel16.TabIndex = 65;
|
|
|
- this.uiLabel16.Text = "降温3";
|
|
|
|
|
|
|
+ this.uiLabel16.Text = "定位2";
|
|
|
//
|
|
//
|
|
|
// uiLabel17
|
|
// uiLabel17
|
|
|
//
|
|
//
|
|
@@ -368,111 +353,78 @@
|
|
|
this.uiLabel17.TabIndex = 66;
|
|
this.uiLabel17.TabIndex = 66;
|
|
|
this.uiLabel17.Text = "镭射转换";
|
|
this.uiLabel17.Text = "镭射转换";
|
|
|
//
|
|
//
|
|
|
- // uiLabel18
|
|
|
|
|
- //
|
|
|
|
|
- this.uiLabel18.AutoSize = true;
|
|
|
|
|
- this.uiLabel18.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
|
|
- this.uiLabel18.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
|
|
|
|
|
- this.uiLabel18.Location = new System.Drawing.Point(423, 79);
|
|
|
|
|
- this.uiLabel18.Name = "uiLabel18";
|
|
|
|
|
- this.uiLabel18.Size = new System.Drawing.Size(47, 16);
|
|
|
|
|
- this.uiLabel18.TabIndex = 67;
|
|
|
|
|
- this.uiLabel18.Text = "定位2";
|
|
|
|
|
- //
|
|
|
|
|
- // uiLabel19
|
|
|
|
|
- //
|
|
|
|
|
- this.uiLabel19.AutoSize = true;
|
|
|
|
|
- this.uiLabel19.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
|
|
- this.uiLabel19.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
|
|
|
|
|
- this.uiLabel19.Location = new System.Drawing.Point(369, 90);
|
|
|
|
|
- this.uiLabel19.Name = "uiLabel19";
|
|
|
|
|
- this.uiLabel19.Size = new System.Drawing.Size(47, 16);
|
|
|
|
|
- this.uiLabel19.TabIndex = 68;
|
|
|
|
|
- this.uiLabel19.Text = "测试5";
|
|
|
|
|
- //
|
|
|
|
|
// uiLabel20
|
|
// uiLabel20
|
|
|
//
|
|
//
|
|
|
this.uiLabel20.AutoSize = true;
|
|
this.uiLabel20.AutoSize = true;
|
|
|
this.uiLabel20.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.uiLabel20.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.uiLabel20.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
|
|
this.uiLabel20.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
|
|
|
- this.uiLabel20.Location = new System.Drawing.Point(317, 109);
|
|
|
|
|
|
|
+ this.uiLabel20.Location = new System.Drawing.Point(333, 113);
|
|
|
this.uiLabel20.Name = "uiLabel20";
|
|
this.uiLabel20.Name = "uiLabel20";
|
|
|
this.uiLabel20.Size = new System.Drawing.Size(47, 16);
|
|
this.uiLabel20.Size = new System.Drawing.Size(47, 16);
|
|
|
this.uiLabel20.TabIndex = 69;
|
|
this.uiLabel20.TabIndex = 69;
|
|
|
- this.uiLabel20.Text = "转向2";
|
|
|
|
|
|
|
+ this.uiLabel20.Text = "测试5";
|
|
|
//
|
|
//
|
|
|
// uiLabel21
|
|
// uiLabel21
|
|
|
//
|
|
//
|
|
|
this.uiLabel21.AutoSize = true;
|
|
this.uiLabel21.AutoSize = true;
|
|
|
this.uiLabel21.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.uiLabel21.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.uiLabel21.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
|
|
this.uiLabel21.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
|
|
|
- this.uiLabel21.Location = new System.Drawing.Point(268, 135);
|
|
|
|
|
|
|
+ this.uiLabel21.Location = new System.Drawing.Point(294, 138);
|
|
|
this.uiLabel21.Name = "uiLabel21";
|
|
this.uiLabel21.Name = "uiLabel21";
|
|
|
- this.uiLabel21.Size = new System.Drawing.Size(55, 16);
|
|
|
|
|
|
|
+ this.uiLabel21.Size = new System.Drawing.Size(47, 16);
|
|
|
this.uiLabel21.TabIndex = 70;
|
|
this.uiLabel21.TabIndex = 70;
|
|
|
- this.uiLabel21.Text = "3D检测";
|
|
|
|
|
|
|
+ this.uiLabel21.Text = "转向2";
|
|
|
//
|
|
//
|
|
|
// uiLabel22
|
|
// uiLabel22
|
|
|
//
|
|
//
|
|
|
this.uiLabel22.AutoSize = true;
|
|
this.uiLabel22.AutoSize = true;
|
|
|
this.uiLabel22.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.uiLabel22.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.uiLabel22.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
|
|
this.uiLabel22.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
|
|
|
- this.uiLabel22.Location = new System.Drawing.Point(223, 162);
|
|
|
|
|
|
|
+ this.uiLabel22.Location = new System.Drawing.Point(251, 168);
|
|
|
this.uiLabel22.Name = "uiLabel22";
|
|
this.uiLabel22.Name = "uiLabel22";
|
|
|
- this.uiLabel22.Size = new System.Drawing.Size(71, 16);
|
|
|
|
|
|
|
+ this.uiLabel22.Size = new System.Drawing.Size(55, 16);
|
|
|
this.uiLabel22.TabIndex = 71;
|
|
this.uiLabel22.TabIndex = 71;
|
|
|
- this.uiLabel22.Text = "检测排料";
|
|
|
|
|
|
|
+ this.uiLabel22.Text = "3D检测";
|
|
|
//
|
|
//
|
|
|
// uiLabel23
|
|
// uiLabel23
|
|
|
//
|
|
//
|
|
|
this.uiLabel23.AutoSize = true;
|
|
this.uiLabel23.AutoSize = true;
|
|
|
this.uiLabel23.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.uiLabel23.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.uiLabel23.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
|
|
this.uiLabel23.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
|
|
|
- this.uiLabel23.Location = new System.Drawing.Point(188, 199);
|
|
|
|
|
|
|
+ this.uiLabel23.Location = new System.Drawing.Point(212, 203);
|
|
|
this.uiLabel23.Name = "uiLabel23";
|
|
this.uiLabel23.Name = "uiLabel23";
|
|
|
- this.uiLabel23.Size = new System.Drawing.Size(79, 16);
|
|
|
|
|
|
|
+ this.uiLabel23.Size = new System.Drawing.Size(63, 16);
|
|
|
this.uiLabel23.TabIndex = 72;
|
|
this.uiLabel23.TabIndex = 72;
|
|
|
- this.uiLabel23.Text = "封装1定位";
|
|
|
|
|
|
|
+ this.uiLabel23.Text = "四料盒4";
|
|
|
//
|
|
//
|
|
|
// uiLabel24
|
|
// uiLabel24
|
|
|
//
|
|
//
|
|
|
this.uiLabel24.AutoSize = true;
|
|
this.uiLabel24.AutoSize = true;
|
|
|
this.uiLabel24.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.uiLabel24.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.uiLabel24.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
|
|
this.uiLabel24.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
|
|
|
- this.uiLabel24.Location = new System.Drawing.Point(185, 267);
|
|
|
|
|
|
|
+ this.uiLabel24.Location = new System.Drawing.Point(191, 408);
|
|
|
this.uiLabel24.Name = "uiLabel24";
|
|
this.uiLabel24.Name = "uiLabel24";
|
|
|
- this.uiLabel24.Size = new System.Drawing.Size(47, 16);
|
|
|
|
|
|
|
+ this.uiLabel24.Size = new System.Drawing.Size(39, 16);
|
|
|
this.uiLabel24.TabIndex = 73;
|
|
this.uiLabel24.TabIndex = 73;
|
|
|
- this.uiLabel24.Text = "封装1";
|
|
|
|
|
|
|
+ this.uiLabel24.Text = "封装";
|
|
|
//
|
|
//
|
|
|
// uiLabel25
|
|
// uiLabel25
|
|
|
//
|
|
//
|
|
|
this.uiLabel25.AutoSize = true;
|
|
this.uiLabel25.AutoSize = true;
|
|
|
this.uiLabel25.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.uiLabel25.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.uiLabel25.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
|
|
this.uiLabel25.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
|
|
|
- this.uiLabel25.Location = new System.Drawing.Point(141, 349);
|
|
|
|
|
|
|
+ this.uiLabel25.Location = new System.Drawing.Point(171, 279);
|
|
|
this.uiLabel25.Name = "uiLabel25";
|
|
this.uiLabel25.Name = "uiLabel25";
|
|
|
- this.uiLabel25.Size = new System.Drawing.Size(79, 16);
|
|
|
|
|
|
|
+ this.uiLabel25.Size = new System.Drawing.Size(71, 16);
|
|
|
this.uiLabel25.TabIndex = 74;
|
|
this.uiLabel25.TabIndex = 74;
|
|
|
- this.uiLabel25.Text = "封装2定位";
|
|
|
|
|
- //
|
|
|
|
|
- // uiLabel26
|
|
|
|
|
- //
|
|
|
|
|
- this.uiLabel26.AutoSize = true;
|
|
|
|
|
- this.uiLabel26.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
|
|
- this.uiLabel26.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
|
|
|
|
|
- this.uiLabel26.Location = new System.Drawing.Point(182, 433);
|
|
|
|
|
- this.uiLabel26.Name = "uiLabel26";
|
|
|
|
|
- this.uiLabel26.Size = new System.Drawing.Size(47, 16);
|
|
|
|
|
- this.uiLabel26.TabIndex = 75;
|
|
|
|
|
- this.uiLabel26.Text = "封装2";
|
|
|
|
|
|
|
+ this.uiLabel25.Text = "封装定位";
|
|
|
//
|
|
//
|
|
|
// uiLabel27
|
|
// uiLabel27
|
|
|
//
|
|
//
|
|
|
this.uiLabel27.AutoSize = true;
|
|
this.uiLabel27.AutoSize = true;
|
|
|
this.uiLabel27.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.uiLabel27.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.uiLabel27.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
|
|
this.uiLabel27.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
|
|
|
- this.uiLabel27.Location = new System.Drawing.Point(216, 513);
|
|
|
|
|
|
|
+ this.uiLabel27.Location = new System.Drawing.Point(214, 487);
|
|
|
this.uiLabel27.Name = "uiLabel27";
|
|
this.uiLabel27.Name = "uiLabel27";
|
|
|
this.uiLabel27.Size = new System.Drawing.Size(55, 16);
|
|
this.uiLabel27.Size = new System.Drawing.Size(55, 16);
|
|
|
this.uiLabel27.TabIndex = 76;
|
|
this.uiLabel27.TabIndex = 76;
|
|
@@ -516,7 +468,7 @@
|
|
|
this.uiLabel31.AutoSize = true;
|
|
this.uiLabel31.AutoSize = true;
|
|
|
this.uiLabel31.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.uiLabel31.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.uiLabel31.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
|
|
this.uiLabel31.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
|
|
|
- this.uiLabel31.Location = new System.Drawing.Point(460, 46);
|
|
|
|
|
|
|
+ this.uiLabel31.Location = new System.Drawing.Point(503, 41);
|
|
|
this.uiLabel31.Name = "uiLabel31";
|
|
this.uiLabel31.Name = "uiLabel31";
|
|
|
this.uiLabel31.Size = new System.Drawing.Size(39, 16);
|
|
this.uiLabel31.Size = new System.Drawing.Size(39, 16);
|
|
|
this.uiLabel31.TabIndex = 80;
|
|
this.uiLabel31.TabIndex = 80;
|
|
@@ -532,9 +484,10 @@
|
|
|
this.plcUiNumberDisplay1.Gain = 1D;
|
|
this.plcUiNumberDisplay1.Gain = 1D;
|
|
|
this.plcUiNumberDisplay1.IntegerDigits = 0;
|
|
this.plcUiNumberDisplay1.IntegerDigits = 0;
|
|
|
this.plcUiNumberDisplay1.InvisibilityTriggerNode = null;
|
|
this.plcUiNumberDisplay1.InvisibilityTriggerNode = null;
|
|
|
- this.plcUiNumberDisplay1.Location = new System.Drawing.Point(472, 560);
|
|
|
|
|
|
|
+ this.plcUiNumberDisplay1.Location = new System.Drawing.Point(449, 565);
|
|
|
this.plcUiNumberDisplay1.Name = "plcUiNumberDisplay1";
|
|
this.plcUiNumberDisplay1.Name = "plcUiNumberDisplay1";
|
|
|
this.plcUiNumberDisplay1.Preffix = null;
|
|
this.plcUiNumberDisplay1.Preffix = null;
|
|
|
|
|
+ this.plcUiNumberDisplay1.ReadNode = null;
|
|
|
this.plcUiNumberDisplay1.Size = new System.Drawing.Size(27, 27);
|
|
this.plcUiNumberDisplay1.Size = new System.Drawing.Size(27, 27);
|
|
|
this.plcUiNumberDisplay1.Suffix = null;
|
|
this.plcUiNumberDisplay1.Suffix = null;
|
|
|
this.plcUiNumberDisplay1.TabIndex = 82;
|
|
this.plcUiNumberDisplay1.TabIndex = 82;
|
|
@@ -563,9 +516,10 @@
|
|
|
this.plcUiNumberDisplay2.Gain = 1D;
|
|
this.plcUiNumberDisplay2.Gain = 1D;
|
|
|
this.plcUiNumberDisplay2.IntegerDigits = 0;
|
|
this.plcUiNumberDisplay2.IntegerDigits = 0;
|
|
|
this.plcUiNumberDisplay2.InvisibilityTriggerNode = null;
|
|
this.plcUiNumberDisplay2.InvisibilityTriggerNode = null;
|
|
|
- this.plcUiNumberDisplay2.Location = new System.Drawing.Point(511, 557);
|
|
|
|
|
|
|
+ this.plcUiNumberDisplay2.Location = new System.Drawing.Point(489, 560);
|
|
|
this.plcUiNumberDisplay2.Name = "plcUiNumberDisplay2";
|
|
this.plcUiNumberDisplay2.Name = "plcUiNumberDisplay2";
|
|
|
this.plcUiNumberDisplay2.Preffix = null;
|
|
this.plcUiNumberDisplay2.Preffix = null;
|
|
|
|
|
+ this.plcUiNumberDisplay2.ReadNode = null;
|
|
|
this.plcUiNumberDisplay2.Size = new System.Drawing.Size(27, 27);
|
|
this.plcUiNumberDisplay2.Size = new System.Drawing.Size(27, 27);
|
|
|
this.plcUiNumberDisplay2.Suffix = null;
|
|
this.plcUiNumberDisplay2.Suffix = null;
|
|
|
this.plcUiNumberDisplay2.TabIndex = 83;
|
|
this.plcUiNumberDisplay2.TabIndex = 83;
|
|
@@ -583,9 +537,10 @@
|
|
|
this.plcUiNumberDisplay3.Gain = 1D;
|
|
this.plcUiNumberDisplay3.Gain = 1D;
|
|
|
this.plcUiNumberDisplay3.IntegerDigits = 0;
|
|
this.plcUiNumberDisplay3.IntegerDigits = 0;
|
|
|
this.plcUiNumberDisplay3.InvisibilityTriggerNode = null;
|
|
this.plcUiNumberDisplay3.InvisibilityTriggerNode = null;
|
|
|
- this.plcUiNumberDisplay3.Location = new System.Drawing.Point(547, 549);
|
|
|
|
|
|
|
+ this.plcUiNumberDisplay3.Location = new System.Drawing.Point(530, 554);
|
|
|
this.plcUiNumberDisplay3.Name = "plcUiNumberDisplay3";
|
|
this.plcUiNumberDisplay3.Name = "plcUiNumberDisplay3";
|
|
|
this.plcUiNumberDisplay3.Preffix = null;
|
|
this.plcUiNumberDisplay3.Preffix = null;
|
|
|
|
|
+ this.plcUiNumberDisplay3.ReadNode = null;
|
|
|
this.plcUiNumberDisplay3.Size = new System.Drawing.Size(27, 27);
|
|
this.plcUiNumberDisplay3.Size = new System.Drawing.Size(27, 27);
|
|
|
this.plcUiNumberDisplay3.Suffix = null;
|
|
this.plcUiNumberDisplay3.Suffix = null;
|
|
|
this.plcUiNumberDisplay3.TabIndex = 84;
|
|
this.plcUiNumberDisplay3.TabIndex = 84;
|
|
@@ -603,9 +558,10 @@
|
|
|
this.plcUiNumberDisplay4.Gain = 1D;
|
|
this.plcUiNumberDisplay4.Gain = 1D;
|
|
|
this.plcUiNumberDisplay4.IntegerDigits = 0;
|
|
this.plcUiNumberDisplay4.IntegerDigits = 0;
|
|
|
this.plcUiNumberDisplay4.InvisibilityTriggerNode = null;
|
|
this.plcUiNumberDisplay4.InvisibilityTriggerNode = null;
|
|
|
- this.plcUiNumberDisplay4.Location = new System.Drawing.Point(582, 529);
|
|
|
|
|
|
|
+ this.plcUiNumberDisplay4.Location = new System.Drawing.Point(570, 544);
|
|
|
this.plcUiNumberDisplay4.Name = "plcUiNumberDisplay4";
|
|
this.plcUiNumberDisplay4.Name = "plcUiNumberDisplay4";
|
|
|
this.plcUiNumberDisplay4.Preffix = null;
|
|
this.plcUiNumberDisplay4.Preffix = null;
|
|
|
|
|
+ this.plcUiNumberDisplay4.ReadNode = null;
|
|
|
this.plcUiNumberDisplay4.Size = new System.Drawing.Size(27, 27);
|
|
this.plcUiNumberDisplay4.Size = new System.Drawing.Size(27, 27);
|
|
|
this.plcUiNumberDisplay4.Suffix = null;
|
|
this.plcUiNumberDisplay4.Suffix = null;
|
|
|
this.plcUiNumberDisplay4.TabIndex = 85;
|
|
this.plcUiNumberDisplay4.TabIndex = 85;
|
|
@@ -626,6 +582,7 @@
|
|
|
this.plcUiNumberDisplay5.Location = new System.Drawing.Point(408, 140);
|
|
this.plcUiNumberDisplay5.Location = new System.Drawing.Point(408, 140);
|
|
|
this.plcUiNumberDisplay5.Name = "plcUiNumberDisplay5";
|
|
this.plcUiNumberDisplay5.Name = "plcUiNumberDisplay5";
|
|
|
this.plcUiNumberDisplay5.Preffix = null;
|
|
this.plcUiNumberDisplay5.Preffix = null;
|
|
|
|
|
+ this.plcUiNumberDisplay5.ReadNode = null;
|
|
|
this.plcUiNumberDisplay5.Size = new System.Drawing.Size(27, 27);
|
|
this.plcUiNumberDisplay5.Size = new System.Drawing.Size(27, 27);
|
|
|
this.plcUiNumberDisplay5.Suffix = null;
|
|
this.plcUiNumberDisplay5.Suffix = null;
|
|
|
this.plcUiNumberDisplay5.TabIndex = 86;
|
|
this.plcUiNumberDisplay5.TabIndex = 86;
|
|
@@ -644,26 +601,6 @@
|
|
|
this.uiLabel33.TabIndex = 87;
|
|
this.uiLabel33.TabIndex = 87;
|
|
|
this.uiLabel33.Text = "测试结果";
|
|
this.uiLabel33.Text = "测试结果";
|
|
|
//
|
|
//
|
|
|
- // plcUiNumberDisplay6
|
|
|
|
|
- //
|
|
|
|
|
- this.plcUiNumberDisplay6.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
|
|
|
- this.plcUiNumberDisplay6.DecimalPlaces = 0;
|
|
|
|
|
- this.plcUiNumberDisplay6.DisabilityTriggerNode = null;
|
|
|
|
|
- this.plcUiNumberDisplay6.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
|
|
- this.plcUiNumberDisplay6.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
|
|
|
|
|
- this.plcUiNumberDisplay6.Gain = 1D;
|
|
|
|
|
- this.plcUiNumberDisplay6.IntegerDigits = 0;
|
|
|
|
|
- this.plcUiNumberDisplay6.InvisibilityTriggerNode = null;
|
|
|
|
|
- this.plcUiNumberDisplay6.Location = new System.Drawing.Point(392, 528);
|
|
|
|
|
- this.plcUiNumberDisplay6.Name = "plcUiNumberDisplay6";
|
|
|
|
|
- this.plcUiNumberDisplay6.Preffix = null;
|
|
|
|
|
- this.plcUiNumberDisplay6.Size = new System.Drawing.Size(27, 27);
|
|
|
|
|
- this.plcUiNumberDisplay6.Suffix = null;
|
|
|
|
|
- this.plcUiNumberDisplay6.TabIndex = 88;
|
|
|
|
|
- this.plcUiNumberDisplay6.Text = "1";
|
|
|
|
|
- this.plcUiNumberDisplay6.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
|
|
|
- this.plcUiNumberDisplay6.WriteNode = null;
|
|
|
|
|
- //
|
|
|
|
|
// plcUiNumberDisplay7
|
|
// plcUiNumberDisplay7
|
|
|
//
|
|
//
|
|
|
this.plcUiNumberDisplay7.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.plcUiNumberDisplay7.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
@@ -674,9 +611,10 @@
|
|
|
this.plcUiNumberDisplay7.Gain = 1D;
|
|
this.plcUiNumberDisplay7.Gain = 1D;
|
|
|
this.plcUiNumberDisplay7.IntegerDigits = 0;
|
|
this.plcUiNumberDisplay7.IntegerDigits = 0;
|
|
|
this.plcUiNumberDisplay7.InvisibilityTriggerNode = null;
|
|
this.plcUiNumberDisplay7.InvisibilityTriggerNode = null;
|
|
|
- this.plcUiNumberDisplay7.Location = new System.Drawing.Point(392, 498);
|
|
|
|
|
|
|
+ this.plcUiNumberDisplay7.Location = new System.Drawing.Point(372, 539);
|
|
|
this.plcUiNumberDisplay7.Name = "plcUiNumberDisplay7";
|
|
this.plcUiNumberDisplay7.Name = "plcUiNumberDisplay7";
|
|
|
this.plcUiNumberDisplay7.Preffix = null;
|
|
this.plcUiNumberDisplay7.Preffix = null;
|
|
|
|
|
+ this.plcUiNumberDisplay7.ReadNode = null;
|
|
|
this.plcUiNumberDisplay7.Size = new System.Drawing.Size(27, 27);
|
|
this.plcUiNumberDisplay7.Size = new System.Drawing.Size(27, 27);
|
|
|
this.plcUiNumberDisplay7.Suffix = null;
|
|
this.plcUiNumberDisplay7.Suffix = null;
|
|
|
this.plcUiNumberDisplay7.TabIndex = 89;
|
|
this.plcUiNumberDisplay7.TabIndex = 89;
|
|
@@ -689,23 +627,12 @@
|
|
|
this.uiLabel34.AutoSize = true;
|
|
this.uiLabel34.AutoSize = true;
|
|
|
this.uiLabel34.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.uiLabel34.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.uiLabel34.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
|
|
this.uiLabel34.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
|
|
|
- this.uiLabel34.Location = new System.Drawing.Point(350, 503);
|
|
|
|
|
|
|
+ this.uiLabel34.Location = new System.Drawing.Point(369, 513);
|
|
|
this.uiLabel34.Name = "uiLabel34";
|
|
this.uiLabel34.Name = "uiLabel34";
|
|
|
this.uiLabel34.Size = new System.Drawing.Size(39, 16);
|
|
this.uiLabel34.Size = new System.Drawing.Size(39, 16);
|
|
|
this.uiLabel34.TabIndex = 90;
|
|
this.uiLabel34.TabIndex = 90;
|
|
|
this.uiLabel34.Text = "结果";
|
|
this.uiLabel34.Text = "结果";
|
|
|
//
|
|
//
|
|
|
- // uiLabel35
|
|
|
|
|
- //
|
|
|
|
|
- this.uiLabel35.AutoSize = true;
|
|
|
|
|
- this.uiLabel35.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
|
|
- this.uiLabel35.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
|
|
|
|
|
- this.uiLabel35.Location = new System.Drawing.Point(350, 533);
|
|
|
|
|
- this.uiLabel35.Name = "uiLabel35";
|
|
|
|
|
- this.uiLabel35.Size = new System.Drawing.Size(39, 16);
|
|
|
|
|
- this.uiLabel35.TabIndex = 91;
|
|
|
|
|
- this.uiLabel35.Text = "方向";
|
|
|
|
|
- //
|
|
|
|
|
// uiSwitch1
|
|
// uiSwitch1
|
|
|
//
|
|
//
|
|
|
this.uiSwitch1.ActiveText = "芯片目的地";
|
|
this.uiSwitch1.ActiveText = "芯片目的地";
|
|
@@ -726,24 +653,32 @@
|
|
|
this.lblDestinationDefine.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
|
|
this.lblDestinationDefine.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
|
|
|
this.lblDestinationDefine.Location = new System.Drawing.Point(5, 73);
|
|
this.lblDestinationDefine.Location = new System.Drawing.Point(5, 73);
|
|
|
this.lblDestinationDefine.Name = "lblDestinationDefine";
|
|
this.lblDestinationDefine.Name = "lblDestinationDefine";
|
|
|
- this.lblDestinationDefine.Size = new System.Drawing.Size(100, 311);
|
|
|
|
|
|
|
+ this.lblDestinationDefine.Size = new System.Drawing.Size(100, 359);
|
|
|
this.lblDestinationDefine.TabIndex = 93;
|
|
this.lblDestinationDefine.TabIndex = 93;
|
|
|
- this.lblDestinationDefine.Text = "0:空\r\n1:编带1\r\n2:编带2\r\n11:料盒1-1\r\n12:料盒1-2\r\n13:料盒1-3\r\n14:料盒1-4\r\n21:料盒2-1\r\n22:料盒2-2\r\n23" +
|
|
|
|
|
- ":料盒2-3\r\n24:料盒2-4\r\n31:料盒3-1\r\n32:料盒3-2\r\n33:料盒3-3\r\n34:料盒3-4\r\n41:料盒4-1\r\n42:料盒4-2\r\n43" +
|
|
|
|
|
- ":料盒4-3\r\n44:料盒4-4";
|
|
|
|
|
|
|
+ this.lblDestinationDefine.Text = resources.GetString("lblDestinationDefine.Text");
|
|
|
this.lblDestinationDefine.Visible = false;
|
|
this.lblDestinationDefine.Visible = false;
|
|
|
//
|
|
//
|
|
|
|
|
+ // uiLabel10
|
|
|
|
|
+ //
|
|
|
|
|
+ this.uiLabel10.AutoSize = true;
|
|
|
|
|
+ this.uiLabel10.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
|
|
+ this.uiLabel10.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
|
|
|
|
|
+ this.uiLabel10.Location = new System.Drawing.Point(189, 240);
|
|
|
|
|
+ this.uiLabel10.Name = "uiLabel10";
|
|
|
|
|
+ this.uiLabel10.Size = new System.Drawing.Size(63, 16);
|
|
|
|
|
+ this.uiLabel10.TabIndex = 94;
|
|
|
|
|
+ this.uiLabel10.Text = "四料盒5";
|
|
|
|
|
+ //
|
|
|
// FlashLightForm
|
|
// FlashLightForm
|
|
|
//
|
|
//
|
|
|
this.AllowShowTitle = false;
|
|
this.AllowShowTitle = false;
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
|
|
|
this.ClientSize = new System.Drawing.Size(1317, 759);
|
|
this.ClientSize = new System.Drawing.Size(1317, 759);
|
|
|
|
|
+ this.Controls.Add(this.uiLabel10);
|
|
|
this.Controls.Add(this.lblDestinationDefine);
|
|
this.Controls.Add(this.lblDestinationDefine);
|
|
|
this.Controls.Add(this.uiSwitch1);
|
|
this.Controls.Add(this.uiSwitch1);
|
|
|
- this.Controls.Add(this.uiLabel35);
|
|
|
|
|
this.Controls.Add(this.uiLabel34);
|
|
this.Controls.Add(this.uiLabel34);
|
|
|
this.Controls.Add(this.plcUiNumberDisplay7);
|
|
this.Controls.Add(this.plcUiNumberDisplay7);
|
|
|
- this.Controls.Add(this.plcUiNumberDisplay6);
|
|
|
|
|
this.Controls.Add(this.uiLabel33);
|
|
this.Controls.Add(this.uiLabel33);
|
|
|
this.Controls.Add(this.plcUiNumberDisplay5);
|
|
this.Controls.Add(this.plcUiNumberDisplay5);
|
|
|
this.Controls.Add(this.plcUiNumberDisplay4);
|
|
this.Controls.Add(this.plcUiNumberDisplay4);
|
|
@@ -756,15 +691,12 @@
|
|
|
this.Controls.Add(this.uiLabel29);
|
|
this.Controls.Add(this.uiLabel29);
|
|
|
this.Controls.Add(this.uiLabel28);
|
|
this.Controls.Add(this.uiLabel28);
|
|
|
this.Controls.Add(this.uiLabel27);
|
|
this.Controls.Add(this.uiLabel27);
|
|
|
- this.Controls.Add(this.uiLabel26);
|
|
|
|
|
this.Controls.Add(this.uiLabel25);
|
|
this.Controls.Add(this.uiLabel25);
|
|
|
this.Controls.Add(this.uiLabel24);
|
|
this.Controls.Add(this.uiLabel24);
|
|
|
this.Controls.Add(this.uiLabel23);
|
|
this.Controls.Add(this.uiLabel23);
|
|
|
this.Controls.Add(this.uiLabel22);
|
|
this.Controls.Add(this.uiLabel22);
|
|
|
this.Controls.Add(this.uiLabel21);
|
|
this.Controls.Add(this.uiLabel21);
|
|
|
this.Controls.Add(this.uiLabel20);
|
|
this.Controls.Add(this.uiLabel20);
|
|
|
- this.Controls.Add(this.uiLabel19);
|
|
|
|
|
- this.Controls.Add(this.uiLabel18);
|
|
|
|
|
this.Controls.Add(this.uiLabel17);
|
|
this.Controls.Add(this.uiLabel17);
|
|
|
this.Controls.Add(this.uiLabel16);
|
|
this.Controls.Add(this.uiLabel16);
|
|
|
this.Controls.Add(this.uiLabel15);
|
|
this.Controls.Add(this.uiLabel15);
|
|
@@ -772,7 +704,6 @@
|
|
|
this.Controls.Add(this.uiLabel13);
|
|
this.Controls.Add(this.uiLabel13);
|
|
|
this.Controls.Add(this.uiLabel12);
|
|
this.Controls.Add(this.uiLabel12);
|
|
|
this.Controls.Add(this.uiLabel11);
|
|
this.Controls.Add(this.uiLabel11);
|
|
|
- this.Controls.Add(this.uiLabel10);
|
|
|
|
|
this.Controls.Add(this.uiLabel9);
|
|
this.Controls.Add(this.uiLabel9);
|
|
|
this.Controls.Add(this.uiLabel8);
|
|
this.Controls.Add(this.uiLabel8);
|
|
|
this.Controls.Add(this.uiLabel7);
|
|
this.Controls.Add(this.uiLabel7);
|
|
@@ -821,7 +752,6 @@
|
|
|
private Sunny.UI.UILabel uiLabel7;
|
|
private Sunny.UI.UILabel uiLabel7;
|
|
|
private Sunny.UI.UILabel uiLabel8;
|
|
private Sunny.UI.UILabel uiLabel8;
|
|
|
private Sunny.UI.UILabel uiLabel9;
|
|
private Sunny.UI.UILabel uiLabel9;
|
|
|
- private Sunny.UI.UILabel uiLabel10;
|
|
|
|
|
private Sunny.UI.UILabel uiLabel11;
|
|
private Sunny.UI.UILabel uiLabel11;
|
|
|
private Sunny.UI.UILabel uiLabel12;
|
|
private Sunny.UI.UILabel uiLabel12;
|
|
|
private Sunny.UI.UILabel uiLabel13;
|
|
private Sunny.UI.UILabel uiLabel13;
|
|
@@ -829,15 +759,12 @@
|
|
|
private Sunny.UI.UILabel uiLabel15;
|
|
private Sunny.UI.UILabel uiLabel15;
|
|
|
private Sunny.UI.UILabel uiLabel16;
|
|
private Sunny.UI.UILabel uiLabel16;
|
|
|
private Sunny.UI.UILabel uiLabel17;
|
|
private Sunny.UI.UILabel uiLabel17;
|
|
|
- private Sunny.UI.UILabel uiLabel18;
|
|
|
|
|
- private Sunny.UI.UILabel uiLabel19;
|
|
|
|
|
private Sunny.UI.UILabel uiLabel20;
|
|
private Sunny.UI.UILabel uiLabel20;
|
|
|
private Sunny.UI.UILabel uiLabel21;
|
|
private Sunny.UI.UILabel uiLabel21;
|
|
|
private Sunny.UI.UILabel uiLabel22;
|
|
private Sunny.UI.UILabel uiLabel22;
|
|
|
private Sunny.UI.UILabel uiLabel23;
|
|
private Sunny.UI.UILabel uiLabel23;
|
|
|
private Sunny.UI.UILabel uiLabel24;
|
|
private Sunny.UI.UILabel uiLabel24;
|
|
|
private Sunny.UI.UILabel uiLabel25;
|
|
private Sunny.UI.UILabel uiLabel25;
|
|
|
- private Sunny.UI.UILabel uiLabel26;
|
|
|
|
|
private Sunny.UI.UILabel uiLabel27;
|
|
private Sunny.UI.UILabel uiLabel27;
|
|
|
private Sunny.UI.UILabel uiLabel28;
|
|
private Sunny.UI.UILabel uiLabel28;
|
|
|
private Sunny.UI.UILabel uiLabel29;
|
|
private Sunny.UI.UILabel uiLabel29;
|
|
@@ -850,11 +777,10 @@
|
|
|
private PlcUiControl.PlcUiNumberDisplay plcUiNumberDisplay4;
|
|
private PlcUiControl.PlcUiNumberDisplay plcUiNumberDisplay4;
|
|
|
private PlcUiControl.PlcUiNumberDisplay plcUiNumberDisplay5;
|
|
private PlcUiControl.PlcUiNumberDisplay plcUiNumberDisplay5;
|
|
|
private Sunny.UI.UILabel uiLabel33;
|
|
private Sunny.UI.UILabel uiLabel33;
|
|
|
- private PlcUiControl.PlcUiNumberDisplay plcUiNumberDisplay6;
|
|
|
|
|
private PlcUiControl.PlcUiNumberDisplay plcUiNumberDisplay7;
|
|
private PlcUiControl.PlcUiNumberDisplay plcUiNumberDisplay7;
|
|
|
private Sunny.UI.UILabel uiLabel34;
|
|
private Sunny.UI.UILabel uiLabel34;
|
|
|
- private Sunny.UI.UILabel uiLabel35;
|
|
|
|
|
private Sunny.UI.UISwitch uiSwitch1;
|
|
private Sunny.UI.UISwitch uiSwitch1;
|
|
|
private Sunny.UI.UILabel lblDestinationDefine;
|
|
private Sunny.UI.UILabel lblDestinationDefine;
|
|
|
|
|
+ private Sunny.UI.UILabel uiLabel10;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|