|
|
@@ -39,6 +39,8 @@
|
|
|
this.ma_craftcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.ma_linecode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.groupBoxWithBorder1 = new UAS_MES.CustomControl.GroupBoxWithBorder.GroupBoxWithBorder();
|
|
|
+ this.label1 = new System.Windows.Forms.Label();
|
|
|
+ this.pictureBox4 = new System.Windows.Forms.PictureBox();
|
|
|
this.pictureBox2 = new System.Windows.Forms.PictureBox();
|
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
|
this.pictureBox1 = new System.Windows.Forms.PictureBox();
|
|
|
@@ -46,24 +48,22 @@
|
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
|
this.sn_code = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
|
|
|
- this.label1 = new System.Windows.Forms.Label();
|
|
|
- this.pictureBox4 = new System.Windows.Forms.PictureBox();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.CraftInfDgv)).BeginInit();
|
|
|
this.groupBoxWithBorder1.SuspendLayout();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).BeginInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
|
|
|
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).BeginInit();
|
|
|
this.SuspendLayout();
|
|
|
//
|
|
|
// sn_code_label
|
|
|
//
|
|
|
this.sn_code_label.AutoSize = true;
|
|
|
this.sn_code_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.sn_code_label.Location = new System.Drawing.Point(13, 14);
|
|
|
+ this.sn_code_label.Location = new System.Drawing.Point(15, 17);
|
|
|
this.sn_code_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
this.sn_code_label.Name = "sn_code_label";
|
|
|
- this.sn_code_label.Size = new System.Drawing.Size(72, 27);
|
|
|
+ this.sn_code_label.Size = new System.Drawing.Size(86, 31);
|
|
|
this.sn_code_label.TabIndex = 183;
|
|
|
this.sn_code_label.Text = "序列号";
|
|
|
//
|
|
|
@@ -72,10 +72,10 @@
|
|
|
this.SerialPanel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
|
this.SerialPanel.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
|
|
|
- this.SerialPanel.Location = new System.Drawing.Point(19, 134);
|
|
|
+ this.SerialPanel.Location = new System.Drawing.Point(21, 161);
|
|
|
this.SerialPanel.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
this.SerialPanel.Name = "SerialPanel";
|
|
|
- this.SerialPanel.Size = new System.Drawing.Size(1265, 316);
|
|
|
+ this.SerialPanel.Size = new System.Drawing.Size(1423, 378);
|
|
|
this.SerialPanel.TabIndex = 194;
|
|
|
this.SerialPanel.Paint += new System.Windows.Forms.PaintEventHandler(this.SerialPanel_Paint);
|
|
|
//
|
|
|
@@ -92,11 +92,11 @@
|
|
|
this.mp_indate,
|
|
|
this.ma_craftcode,
|
|
|
this.ma_linecode});
|
|
|
- this.CraftInfDgv.Location = new System.Drawing.Point(0, 485);
|
|
|
+ this.CraftInfDgv.Location = new System.Drawing.Point(0, 582);
|
|
|
this.CraftInfDgv.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
this.CraftInfDgv.Name = "CraftInfDgv";
|
|
|
this.CraftInfDgv.RowTemplate.Height = 27;
|
|
|
- this.CraftInfDgv.Size = new System.Drawing.Size(1300, 238);
|
|
|
+ this.CraftInfDgv.Size = new System.Drawing.Size(1462, 286);
|
|
|
this.CraftInfDgv.TabIndex = 193;
|
|
|
//
|
|
|
// mp_sncode
|
|
|
@@ -162,23 +162,44 @@
|
|
|
this.groupBoxWithBorder1.Controls.Add(this.label2);
|
|
|
this.groupBoxWithBorder1.Controls.Add(this.label3);
|
|
|
this.groupBoxWithBorder1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.groupBoxWithBorder1.Location = new System.Drawing.Point(16, 50);
|
|
|
- this.groupBoxWithBorder1.Margin = new System.Windows.Forms.Padding(4);
|
|
|
+ this.groupBoxWithBorder1.Location = new System.Drawing.Point(18, 60);
|
|
|
+ this.groupBoxWithBorder1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
|
this.groupBoxWithBorder1.Name = "groupBoxWithBorder1";
|
|
|
- this.groupBoxWithBorder1.Padding = new System.Windows.Forms.Padding(4);
|
|
|
- this.groupBoxWithBorder1.Size = new System.Drawing.Size(1271, 50);
|
|
|
+ this.groupBoxWithBorder1.Padding = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
|
+ this.groupBoxWithBorder1.Size = new System.Drawing.Size(1430, 60);
|
|
|
this.groupBoxWithBorder1.TabIndex = 192;
|
|
|
this.groupBoxWithBorder1.TabStop = false;
|
|
|
this.groupBoxWithBorder1.Text = "颜色说明";
|
|
|
this.groupBoxWithBorder1.TextColor = System.Drawing.Color.Black;
|
|
|
//
|
|
|
+ // label1
|
|
|
+ //
|
|
|
+ this.label1.AutoSize = true;
|
|
|
+ this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.label1.Location = new System.Drawing.Point(1269, 19);
|
|
|
+ this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
+ this.label1.Name = "label1";
|
|
|
+ this.label1.Size = new System.Drawing.Size(110, 31);
|
|
|
+ this.label1.TabIndex = 193;
|
|
|
+ this.label1.Text = "尚未执行";
|
|
|
+ //
|
|
|
+ // pictureBox4
|
|
|
+ //
|
|
|
+ this.pictureBox4.BackColor = System.Drawing.Color.White;
|
|
|
+ this.pictureBox4.Location = new System.Drawing.Point(1163, 18);
|
|
|
+ this.pictureBox4.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
|
+ this.pictureBox4.Name = "pictureBox4";
|
|
|
+ this.pictureBox4.Size = new System.Drawing.Size(90, 30);
|
|
|
+ this.pictureBox4.TabIndex = 192;
|
|
|
+ this.pictureBox4.TabStop = false;
|
|
|
+ //
|
|
|
// pictureBox2
|
|
|
//
|
|
|
this.pictureBox2.BackColor = System.Drawing.Color.Green;
|
|
|
- this.pictureBox2.Location = new System.Drawing.Point(132, 15);
|
|
|
- this.pictureBox2.Margin = new System.Windows.Forms.Padding(4);
|
|
|
+ this.pictureBox2.Location = new System.Drawing.Point(148, 18);
|
|
|
+ this.pictureBox2.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
|
this.pictureBox2.Name = "pictureBox2";
|
|
|
- this.pictureBox2.Size = new System.Drawing.Size(80, 25);
|
|
|
+ this.pictureBox2.Size = new System.Drawing.Size(90, 30);
|
|
|
this.pictureBox2.TabIndex = 187;
|
|
|
this.pictureBox2.TabStop = false;
|
|
|
//
|
|
|
@@ -186,30 +207,30 @@
|
|
|
//
|
|
|
this.label4.AutoSize = true;
|
|
|
this.label4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.label4.Location = new System.Drawing.Point(868, 15);
|
|
|
+ this.label4.Location = new System.Drawing.Point(978, 19);
|
|
|
this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
this.label4.Name = "label4";
|
|
|
- this.label4.Size = new System.Drawing.Size(92, 27);
|
|
|
+ this.label4.Size = new System.Drawing.Size(86, 31);
|
|
|
this.label4.TabIndex = 191;
|
|
|
- this.label4.Text = "尚未执行";
|
|
|
+ this.label4.Text = "已报废";
|
|
|
//
|
|
|
// pictureBox1
|
|
|
//
|
|
|
this.pictureBox1.BackColor = System.Drawing.Color.Red;
|
|
|
- this.pictureBox1.Location = new System.Drawing.Point(451, 15);
|
|
|
- this.pictureBox1.Margin = new System.Windows.Forms.Padding(4);
|
|
|
+ this.pictureBox1.Location = new System.Drawing.Point(507, 18);
|
|
|
+ this.pictureBox1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
|
this.pictureBox1.Name = "pictureBox1";
|
|
|
- this.pictureBox1.Size = new System.Drawing.Size(80, 25);
|
|
|
+ this.pictureBox1.Size = new System.Drawing.Size(90, 30);
|
|
|
this.pictureBox1.TabIndex = 186;
|
|
|
this.pictureBox1.TabStop = false;
|
|
|
//
|
|
|
// pictureBox3
|
|
|
//
|
|
|
this.pictureBox3.BackColor = System.Drawing.Color.Black;
|
|
|
- this.pictureBox3.Location = new System.Drawing.Point(775, 15);
|
|
|
- this.pictureBox3.Margin = new System.Windows.Forms.Padding(4);
|
|
|
+ this.pictureBox3.Location = new System.Drawing.Point(872, 18);
|
|
|
+ this.pictureBox3.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
|
this.pictureBox3.Name = "pictureBox3";
|
|
|
- this.pictureBox3.Size = new System.Drawing.Size(80, 25);
|
|
|
+ this.pictureBox3.Size = new System.Drawing.Size(90, 30);
|
|
|
this.pictureBox3.TabIndex = 190;
|
|
|
this.pictureBox3.TabStop = false;
|
|
|
//
|
|
|
@@ -217,10 +238,10 @@
|
|
|
//
|
|
|
this.label2.AutoSize = true;
|
|
|
this.label2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.label2.Location = new System.Drawing.Point(225, 15);
|
|
|
+ this.label2.Location = new System.Drawing.Point(254, 19);
|
|
|
this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
this.label2.Name = "label2";
|
|
|
- this.label2.Size = new System.Drawing.Size(152, 27);
|
|
|
+ this.label2.Size = new System.Drawing.Size(182, 31);
|
|
|
this.label2.TabIndex = 188;
|
|
|
this.label2.Text = "已执行且为良品";
|
|
|
//
|
|
|
@@ -228,10 +249,10 @@
|
|
|
//
|
|
|
this.label3.AutoSize = true;
|
|
|
this.label3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.label3.Location = new System.Drawing.Point(544, 15);
|
|
|
+ this.label3.Location = new System.Drawing.Point(613, 19);
|
|
|
this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
this.label3.Name = "label3";
|
|
|
- this.label3.Size = new System.Drawing.Size(172, 27);
|
|
|
+ this.label3.Size = new System.Drawing.Size(206, 31);
|
|
|
this.label3.TabIndex = 189;
|
|
|
this.label3.Text = "已执行且为不良品";
|
|
|
//
|
|
|
@@ -240,11 +261,11 @@
|
|
|
this.sn_code.AllPower = null;
|
|
|
this.sn_code.BackColor = System.Drawing.Color.White;
|
|
|
this.sn_code.ID = null;
|
|
|
- this.sn_code.Location = new System.Drawing.Point(123, 16);
|
|
|
- this.sn_code.Margin = new System.Windows.Forms.Padding(4);
|
|
|
+ this.sn_code.Location = new System.Drawing.Point(138, 19);
|
|
|
+ this.sn_code.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
|
this.sn_code.Name = "sn_code";
|
|
|
this.sn_code.Power = null;
|
|
|
- this.sn_code.Size = new System.Drawing.Size(192, 25);
|
|
|
+ this.sn_code.Size = new System.Drawing.Size(216, 28);
|
|
|
this.sn_code.Str = null;
|
|
|
this.sn_code.Str1 = null;
|
|
|
this.sn_code.Str2 = null;
|
|
|
@@ -252,52 +273,31 @@
|
|
|
this.sn_code.Tag = "NoAuto";
|
|
|
this.sn_code.KeyDown += new System.Windows.Forms.KeyEventHandler(this.sn_code_KeyDown);
|
|
|
//
|
|
|
- // label1
|
|
|
- //
|
|
|
- this.label1.AutoSize = true;
|
|
|
- this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.label1.Location = new System.Drawing.Point(1127, 15);
|
|
|
- this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
- this.label1.Name = "label1";
|
|
|
- this.label1.Size = new System.Drawing.Size(92, 27);
|
|
|
- this.label1.TabIndex = 193;
|
|
|
- this.label1.Text = "尚未执行";
|
|
|
- //
|
|
|
- // pictureBox4
|
|
|
- //
|
|
|
- this.pictureBox4.BackColor = System.Drawing.Color.White;
|
|
|
- this.pictureBox4.Location = new System.Drawing.Point(1034, 15);
|
|
|
- this.pictureBox4.Margin = new System.Windows.Forms.Padding(4);
|
|
|
- this.pictureBox4.Name = "pictureBox4";
|
|
|
- this.pictureBox4.Size = new System.Drawing.Size(80, 25);
|
|
|
- this.pictureBox4.TabIndex = 192;
|
|
|
- this.pictureBox4.TabStop = false;
|
|
|
- //
|
|
|
// Query_ExeProgress
|
|
|
//
|
|
|
- this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
|
|
|
+ this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
- this.ClientSize = new System.Drawing.Size(1300, 722);
|
|
|
+ this.ClientSize = new System.Drawing.Size(1462, 866);
|
|
|
this.Controls.Add(this.SerialPanel);
|
|
|
this.Controls.Add(this.CraftInfDgv);
|
|
|
this.Controls.Add(this.groupBoxWithBorder1);
|
|
|
this.Controls.Add(this.sn_code);
|
|
|
this.Controls.Add(this.sn_code_label);
|
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
|
|
- this.Margin = new System.Windows.Forms.Padding(4);
|
|
|
+ this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
|
this.Name = "Query_ExeProgress";
|
|
|
this.Tag = "Query!ExeProgress";
|
|
|
this.Text = "工单执行进度";
|
|
|
this.Load += new System.EventHandler(this.工单执行进度_Load);
|
|
|
this.SizeChanged += new System.EventHandler(this.工单执行进度_SizeChanged);
|
|
|
((System.ComponentModel.ISupportInitialize)(this.CraftInfDgv)).EndInit();
|
|
|
- this.groupBoxWithBorder1.ResumeLayout(true);
|
|
|
+ this.groupBoxWithBorder1.ResumeLayout(false);
|
|
|
this.groupBoxWithBorder1.PerformLayout();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).EndInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
|
|
|
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).EndInit();
|
|
|
- this.ResumeLayout(true);
|
|
|
+ this.ResumeLayout(false);
|
|
|
this.PerformLayout();
|
|
|
|
|
|
}
|