LL18-25070103,增加上工站过站检测
This commit is contained in:
62
C-Windows-1/MESConfig.Designer.cs
generated
62
C-Windows-1/MESConfig.Designer.cs
generated
@@ -43,27 +43,31 @@
|
||||
this.label8 = new System.Windows.Forms.Label();
|
||||
this.lineNumber = new System.Windows.Forms.TextBox();
|
||||
this.tester = new System.Windows.Forms.TextBox();
|
||||
this.label3 = new System.Windows.Forms.Label();
|
||||
this.textStation = new System.Windows.Forms.TextBox();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// label1
|
||||
//
|
||||
this.label1.AutoSize = true;
|
||||
this.label1.Location = new System.Drawing.Point(270, 112);
|
||||
this.label1.Location = new System.Drawing.Point(270, 171);
|
||||
this.label1.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
|
||||
this.label1.Name = "label1";
|
||||
this.label1.Size = new System.Drawing.Size(72, 16);
|
||||
this.label1.TabIndex = 163;
|
||||
this.label1.Text = "产线编号";
|
||||
this.label1.Visible = false;
|
||||
//
|
||||
// label2
|
||||
//
|
||||
this.label2.AutoSize = true;
|
||||
this.label2.Location = new System.Drawing.Point(270, 176);
|
||||
this.label2.Location = new System.Drawing.Point(270, 235);
|
||||
this.label2.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
|
||||
this.label2.Name = "label2";
|
||||
this.label2.Size = new System.Drawing.Size(56, 16);
|
||||
this.label2.TabIndex = 165;
|
||||
this.label2.Text = "测试员";
|
||||
this.label2.Visible = false;
|
||||
//
|
||||
// label4
|
||||
//
|
||||
@@ -78,7 +82,7 @@
|
||||
//
|
||||
// Config
|
||||
//
|
||||
this.Config.Location = new System.Drawing.Point(216, 300);
|
||||
this.Config.Location = new System.Drawing.Point(223, 190);
|
||||
this.Config.Name = "Config";
|
||||
this.Config.Size = new System.Drawing.Size(103, 43);
|
||||
this.Config.TabIndex = 169;
|
||||
@@ -88,95 +92,123 @@
|
||||
//
|
||||
// machineNumber
|
||||
//
|
||||
this.machineNumber.Location = new System.Drawing.Point(14, 258);
|
||||
this.machineNumber.Location = new System.Drawing.Point(14, 317);
|
||||
this.machineNumber.Margin = new System.Windows.Forms.Padding(5);
|
||||
this.machineNumber.Name = "machineNumber";
|
||||
this.machineNumber.Size = new System.Drawing.Size(249, 26);
|
||||
this.machineNumber.TabIndex = 174;
|
||||
this.machineNumber.Visible = false;
|
||||
//
|
||||
// label5
|
||||
//
|
||||
this.label5.AutoSize = true;
|
||||
this.label5.Location = new System.Drawing.Point(11, 237);
|
||||
this.label5.Location = new System.Drawing.Point(11, 296);
|
||||
this.label5.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
|
||||
this.label5.Name = "label5";
|
||||
this.label5.Size = new System.Drawing.Size(104, 16);
|
||||
this.label5.TabIndex = 175;
|
||||
this.label5.Text = "测试设备编号";
|
||||
this.label5.Visible = false;
|
||||
//
|
||||
// processNumber
|
||||
//
|
||||
this.processNumber.Location = new System.Drawing.Point(14, 194);
|
||||
this.processNumber.Location = new System.Drawing.Point(14, 253);
|
||||
this.processNumber.Margin = new System.Windows.Forms.Padding(5);
|
||||
this.processNumber.Name = "processNumber";
|
||||
this.processNumber.Size = new System.Drawing.Size(249, 26);
|
||||
this.processNumber.TabIndex = 172;
|
||||
this.processNumber.Visible = false;
|
||||
//
|
||||
// label6
|
||||
//
|
||||
this.label6.AutoSize = true;
|
||||
this.label6.Location = new System.Drawing.Point(11, 173);
|
||||
this.label6.Location = new System.Drawing.Point(11, 232);
|
||||
this.label6.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
|
||||
this.label6.Name = "label6";
|
||||
this.label6.Size = new System.Drawing.Size(56, 16);
|
||||
this.label6.TabIndex = 173;
|
||||
this.label6.Text = "工序号";
|
||||
this.label6.Visible = false;
|
||||
//
|
||||
// productionOrder
|
||||
//
|
||||
this.productionOrder.Location = new System.Drawing.Point(14, 133);
|
||||
this.productionOrder.Location = new System.Drawing.Point(14, 192);
|
||||
this.productionOrder.Margin = new System.Windows.Forms.Padding(5);
|
||||
this.productionOrder.Name = "productionOrder";
|
||||
this.productionOrder.Size = new System.Drawing.Size(249, 26);
|
||||
this.productionOrder.TabIndex = 170;
|
||||
this.productionOrder.Visible = false;
|
||||
//
|
||||
// label7
|
||||
//
|
||||
this.label7.AutoSize = true;
|
||||
this.label7.Location = new System.Drawing.Point(11, 112);
|
||||
this.label7.Location = new System.Drawing.Point(11, 171);
|
||||
this.label7.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
|
||||
this.label7.Name = "label7";
|
||||
this.label7.Size = new System.Drawing.Size(72, 16);
|
||||
this.label7.TabIndex = 171;
|
||||
this.label7.Text = "生产工单";
|
||||
this.label7.Visible = false;
|
||||
//
|
||||
// URL
|
||||
//
|
||||
this.URL.Location = new System.Drawing.Point(14, 72);
|
||||
this.URL.Location = new System.Drawing.Point(14, 131);
|
||||
this.URL.Margin = new System.Windows.Forms.Padding(5);
|
||||
this.URL.Name = "URL";
|
||||
this.URL.Size = new System.Drawing.Size(506, 26);
|
||||
this.URL.TabIndex = 176;
|
||||
this.URL.Visible = false;
|
||||
//
|
||||
// label8
|
||||
//
|
||||
this.label8.AutoSize = true;
|
||||
this.label8.Location = new System.Drawing.Point(11, 51);
|
||||
this.label8.Location = new System.Drawing.Point(11, 110);
|
||||
this.label8.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
|
||||
this.label8.Name = "label8";
|
||||
this.label8.Size = new System.Drawing.Size(32, 16);
|
||||
this.label8.TabIndex = 177;
|
||||
this.label8.Text = "URL";
|
||||
this.label8.Visible = false;
|
||||
//
|
||||
// lineNumber
|
||||
//
|
||||
this.lineNumber.Location = new System.Drawing.Point(273, 133);
|
||||
this.lineNumber.Location = new System.Drawing.Point(273, 192);
|
||||
this.lineNumber.Name = "lineNumber";
|
||||
this.lineNumber.Size = new System.Drawing.Size(247, 26);
|
||||
this.lineNumber.TabIndex = 180;
|
||||
this.lineNumber.Visible = false;
|
||||
//
|
||||
// tester
|
||||
//
|
||||
this.tester.Location = new System.Drawing.Point(271, 194);
|
||||
this.tester.Location = new System.Drawing.Point(271, 253);
|
||||
this.tester.Name = "tester";
|
||||
this.tester.Size = new System.Drawing.Size(247, 26);
|
||||
this.tester.TabIndex = 181;
|
||||
this.tester.Visible = false;
|
||||
//
|
||||
// label3
|
||||
//
|
||||
this.label3.AutoSize = true;
|
||||
this.label3.Location = new System.Drawing.Point(121, 68);
|
||||
this.label3.Name = "label3";
|
||||
this.label3.Size = new System.Drawing.Size(64, 16);
|
||||
this.label3.TabIndex = 182;
|
||||
this.label3.Text = "上工站:";
|
||||
//
|
||||
// textStation
|
||||
//
|
||||
this.textStation.Location = new System.Drawing.Point(218, 65);
|
||||
this.textStation.Name = "textStation";
|
||||
this.textStation.Size = new System.Drawing.Size(219, 26);
|
||||
this.textStation.TabIndex = 183;
|
||||
//
|
||||
// MESConfig
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.ClientSize = new System.Drawing.Size(534, 360);
|
||||
this.ClientSize = new System.Drawing.Size(534, 357);
|
||||
this.Controls.Add(this.textStation);
|
||||
this.Controls.Add(this.label3);
|
||||
this.Controls.Add(this.tester);
|
||||
this.Controls.Add(this.lineNumber);
|
||||
this.Controls.Add(this.URL);
|
||||
@@ -217,5 +249,7 @@
|
||||
private System.Windows.Forms.Label label8;
|
||||
public System.Windows.Forms.TextBox lineNumber;
|
||||
public System.Windows.Forms.TextBox tester;
|
||||
private System.Windows.Forms.Label label3;
|
||||
public System.Windows.Forms.TextBox textStation;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user