|
|
@@ -39,16 +39,16 @@
|
|
|
this.mcd_okqty = new System.Windows.Forms.Label();
|
|
|
this.remain_qty = new System.Windows.Forms.Label();
|
|
|
this.label10 = new System.Windows.Forms.Label();
|
|
|
- this.sncode = new UAS_MES.CustomControl.TextBoxWithIcon.SnCollectionBox();
|
|
|
- this.OperateResult = new UAS_MES.CustomControl.RichText.RichTextAutoBottom();
|
|
|
this.showResult = new System.Windows.Forms.ListView();
|
|
|
this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
|
|
this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
|
|
this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
|
|
this.columnHeader4 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
|
|
this.pr_detail = new System.Windows.Forms.Label();
|
|
|
- this.cancel = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
|
|
|
this.StepCount = new UAS_MES.CustomControl.TextBoxWithIcon.SourceStepCount();
|
|
|
+ this.cancel = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
|
|
|
+ this.sncode = new UAS_MES.CustomControl.TextBoxWithIcon.SnCollectionBox();
|
|
|
+ this.OperateResult = new UAS_MES.CustomControl.RichText.RichTextAutoBottom();
|
|
|
this.SuspendLayout();
|
|
|
//
|
|
|
// label1
|
|
|
@@ -157,32 +157,6 @@
|
|
|
this.label10.TabIndex = 12;
|
|
|
this.label10.Text = "SN";
|
|
|
//
|
|
|
- // sncode
|
|
|
- //
|
|
|
- this.sncode.AllPower = null;
|
|
|
- this.sncode.BackColor = System.Drawing.Color.White;
|
|
|
- this.sncode.ID = null;
|
|
|
- this.sncode.Location = new System.Drawing.Point(73, 395);
|
|
|
- this.sncode.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
|
- this.sncode.Name = "sncode";
|
|
|
- this.sncode.Power = null;
|
|
|
- this.sncode.Size = new System.Drawing.Size(169, 21);
|
|
|
- this.sncode.Str = null;
|
|
|
- this.sncode.Str1 = null;
|
|
|
- this.sncode.Str2 = null;
|
|
|
- this.sncode.TabIndex = 14;
|
|
|
- this.sncode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.sncode_KeyDown);
|
|
|
- //
|
|
|
- // OperateResult
|
|
|
- //
|
|
|
- this.OperateResult.Font = new System.Drawing.Font("宋体", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.OperateResult.Location = new System.Drawing.Point(30, 117);
|
|
|
- this.OperateResult.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
|
- this.OperateResult.Name = "OperateResult";
|
|
|
- this.OperateResult.Size = new System.Drawing.Size(403, 257);
|
|
|
- this.OperateResult.TabIndex = 10;
|
|
|
- this.OperateResult.Text = "";
|
|
|
- //
|
|
|
// showResult
|
|
|
//
|
|
|
this.showResult.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
|
|
|
@@ -192,7 +166,7 @@
|
|
|
this.columnHeader4});
|
|
|
this.showResult.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.showResult.Location = new System.Drawing.Point(472, 117);
|
|
|
- this.showResult.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
|
+ this.showResult.Margin = new System.Windows.Forms.Padding(2);
|
|
|
this.showResult.Name = "showResult";
|
|
|
this.showResult.Size = new System.Drawing.Size(391, 257);
|
|
|
this.showResult.TabIndex = 15;
|
|
|
@@ -231,6 +205,17 @@
|
|
|
this.pr_detail.Size = new System.Drawing.Size(0, 21);
|
|
|
this.pr_detail.TabIndex = 16;
|
|
|
//
|
|
|
+ // StepCount
|
|
|
+ //
|
|
|
+ this.StepCount.LineCode = null;
|
|
|
+ this.StepCount.Location = new System.Drawing.Point(553, 64);
|
|
|
+ this.StepCount.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
|
+ this.StepCount.Name = "StepCount";
|
|
|
+ this.StepCount.Size = new System.Drawing.Size(88, 22);
|
|
|
+ this.StepCount.Source = null;
|
|
|
+ this.StepCount.StepCode = null;
|
|
|
+ this.StepCount.TabIndex = 33;
|
|
|
+ //
|
|
|
// cancel
|
|
|
//
|
|
|
this.cancel.AllPower = null;
|
|
|
@@ -239,7 +224,7 @@
|
|
|
this.cancel.Image = null;
|
|
|
this.cancel.IsShowBorder = true;
|
|
|
this.cancel.Location = new System.Drawing.Point(290, 395);
|
|
|
- this.cancel.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
|
+ this.cancel.Margin = new System.Windows.Forms.Padding(2);
|
|
|
this.cancel.MoveImage = ((System.Drawing.Image)(resources.GetObject("cancel.MoveImage")));
|
|
|
this.cancel.Name = "cancel";
|
|
|
this.cancel.NormalImage = ((System.Drawing.Image)(resources.GetObject("cancel.NormalImage")));
|
|
|
@@ -250,16 +235,31 @@
|
|
|
this.cancel.UseVisualStyleBackColor = false;
|
|
|
this.cancel.Click += new System.EventHandler(this.cancel_Click);
|
|
|
//
|
|
|
- // StepCount
|
|
|
+ // sncode
|
|
|
//
|
|
|
- this.StepCount.LineCode = null;
|
|
|
- this.StepCount.Location = new System.Drawing.Point(542, 64);
|
|
|
- this.StepCount.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
|
- this.StepCount.Name = "StepCount";
|
|
|
- this.StepCount.Size = new System.Drawing.Size(88, 22);
|
|
|
- this.StepCount.Source = null;
|
|
|
- this.StepCount.StepCode = null;
|
|
|
- this.StepCount.TabIndex = 33;
|
|
|
+ this.sncode.AllPower = null;
|
|
|
+ this.sncode.BackColor = System.Drawing.Color.White;
|
|
|
+ this.sncode.ID = null;
|
|
|
+ this.sncode.Location = new System.Drawing.Point(73, 395);
|
|
|
+ this.sncode.Margin = new System.Windows.Forms.Padding(2);
|
|
|
+ this.sncode.Name = "sncode";
|
|
|
+ this.sncode.Power = null;
|
|
|
+ this.sncode.Size = new System.Drawing.Size(169, 21);
|
|
|
+ this.sncode.Str = null;
|
|
|
+ this.sncode.Str1 = null;
|
|
|
+ this.sncode.Str2 = null;
|
|
|
+ this.sncode.TabIndex = 14;
|
|
|
+ this.sncode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.sncode_KeyDown);
|
|
|
+ //
|
|
|
+ // OperateResult
|
|
|
+ //
|
|
|
+ this.OperateResult.Font = new System.Drawing.Font("宋体", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.OperateResult.Location = new System.Drawing.Point(30, 117);
|
|
|
+ this.OperateResult.Margin = new System.Windows.Forms.Padding(2);
|
|
|
+ this.OperateResult.Name = "OperateResult";
|
|
|
+ this.OperateResult.Size = new System.Drawing.Size(403, 257);
|
|
|
+ this.OperateResult.TabIndex = 10;
|
|
|
+ this.OperateResult.Text = "";
|
|
|
//
|
|
|
// Make_LabelCheck
|
|
|
//
|
|
|
@@ -283,7 +283,7 @@
|
|
|
this.Controls.Add(this.label2);
|
|
|
this.Controls.Add(this.label1);
|
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
|
|
- this.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
|
+ this.Margin = new System.Windows.Forms.Padding(2);
|
|
|
this.Name = "Make_LabelCheck";
|
|
|
this.Tag = "Make!LabelCheck";
|
|
|
this.Text = "标签核对";
|