|
|
@@ -54,7 +54,7 @@ namespace UAS_MES_NEW.Make
|
|
|
this.columnHeader7 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
|
|
this.columnHeader8 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
|
|
this.columnHeader10 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
|
|
- this.AutoBadCode = new ReSetCheckBox();
|
|
|
+ this.AutoBadCode = new UAS_MES_NEW.CustomControl.CustomCheckBox.ReSetCheckBox();
|
|
|
this.ma_qty_label = new System.Windows.Forms.Label();
|
|
|
this.ma_prodcode_label = new System.Windows.Forms.Label();
|
|
|
this.ms_makecode_label = new System.Windows.Forms.Label();
|
|
|
@@ -96,6 +96,8 @@ namespace UAS_MES_NEW.Make
|
|
|
this.bc_remark = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
|
|
|
this.bc_groupcode = new UAS_MES_NEW.CustomControl.ComBoxWithFocus.ComBoxWithFocus();
|
|
|
this.ms_sncode = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SnCollectionBox();
|
|
|
+ this.WriteSoftWare = new UAS_MES_NEW.CustomControl.CustomCheckBox.ReSetCheckBox();
|
|
|
+ this.SoftWarePath = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
|
|
|
this.panel1.SuspendLayout();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.BadInfSource)).BeginInit();
|
|
|
this.SuspendLayout();
|
|
|
@@ -579,7 +581,7 @@ namespace UAS_MES_NEW.Make
|
|
|
this.Lock_label.AutoSize = true;
|
|
|
this.Lock_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.Lock_label.ForeColor = System.Drawing.Color.Red;
|
|
|
- this.Lock_label.Location = new System.Drawing.Point(1138, 1000);
|
|
|
+ this.Lock_label.Location = new System.Drawing.Point(575, 298);
|
|
|
this.Lock_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
this.Lock_label.Name = "Lock_label";
|
|
|
this.Lock_label.Size = new System.Drawing.Size(250, 41);
|
|
|
@@ -766,7 +768,7 @@ namespace UAS_MES_NEW.Make
|
|
|
this.CleanInfo.DownImage = ((System.Drawing.Image)(resources.GetObject("CleanInfo.DownImage")));
|
|
|
this.CleanInfo.Image = ((System.Drawing.Image)(resources.GetObject("CleanInfo.Image")));
|
|
|
this.CleanInfo.IsShowBorder = true;
|
|
|
- this.CleanInfo.Location = new System.Drawing.Point(1436, 994);
|
|
|
+ this.CleanInfo.Location = new System.Drawing.Point(873, 292);
|
|
|
this.CleanInfo.Margin = new System.Windows.Forms.Padding(6);
|
|
|
this.CleanInfo.MoveImage = ((System.Drawing.Image)(resources.GetObject("CleanInfo.MoveImage")));
|
|
|
this.CleanInfo.Name = "CleanInfo";
|
|
|
@@ -776,6 +778,7 @@ namespace UAS_MES_NEW.Make
|
|
|
this.CleanInfo.TabIndex = 47;
|
|
|
this.CleanInfo.Text = "清除内容";
|
|
|
this.CleanInfo.UseVisualStyleBackColor = true;
|
|
|
+ this.CleanInfo.Visible = false;
|
|
|
this.CleanInfo.Click += new System.EventHandler(this.CleanInfo_Click);
|
|
|
//
|
|
|
// ChooseedReject
|
|
|
@@ -845,12 +848,42 @@ namespace UAS_MES_NEW.Make
|
|
|
this.ms_sncode.Tag = "IfRead";
|
|
|
this.ms_sncode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ms_code_KeyDown);
|
|
|
//
|
|
|
+ // WriteSoftWare
|
|
|
+ //
|
|
|
+ this.WriteSoftWare.AutoSize = true;
|
|
|
+ this.WriteSoftWare.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.WriteSoftWare.Location = new System.Drawing.Point(1123, 1006);
|
|
|
+ this.WriteSoftWare.Margin = new System.Windows.Forms.Padding(4);
|
|
|
+ this.WriteSoftWare.Name = "WriteSoftWare";
|
|
|
+ this.WriteSoftWare.Size = new System.Drawing.Size(142, 35);
|
|
|
+ this.WriteSoftWare.TabIndex = 195;
|
|
|
+ this.WriteSoftWare.Text = "烧入软件";
|
|
|
+ this.WriteSoftWare.UseVisualStyleBackColor = true;
|
|
|
+ //
|
|
|
+ // SoftWarePath
|
|
|
+ //
|
|
|
+ this.SoftWarePath.AllPower = null;
|
|
|
+ this.SoftWarePath.BackColor = System.Drawing.Color.White;
|
|
|
+ this.SoftWarePath.Font = new System.Drawing.Font("宋体", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.SoftWarePath.ID = null;
|
|
|
+ this.SoftWarePath.Location = new System.Drawing.Point(1275, 1001);
|
|
|
+ this.SoftWarePath.Margin = new System.Windows.Forms.Padding(6);
|
|
|
+ this.SoftWarePath.Name = "SoftWarePath";
|
|
|
+ this.SoftWarePath.Power = null;
|
|
|
+ this.SoftWarePath.Size = new System.Drawing.Size(388, 40);
|
|
|
+ this.SoftWarePath.Str = null;
|
|
|
+ this.SoftWarePath.Str1 = null;
|
|
|
+ this.SoftWarePath.Str2 = null;
|
|
|
+ this.SoftWarePath.TabIndex = 196;
|
|
|
+ //
|
|
|
// Make_TestCollection
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
this.BackColor = System.Drawing.SystemColors.Control;
|
|
|
this.ClientSize = new System.Drawing.Size(1724, 1070);
|
|
|
+ this.Controls.Add(this.SoftWarePath);
|
|
|
+ this.Controls.Add(this.WriteSoftWare);
|
|
|
this.Controls.Add(this.StepCount);
|
|
|
this.Controls.Add(this.pr_sendchecktype);
|
|
|
this.Controls.Add(this.ma_salecode);
|
|
|
@@ -901,10 +934,10 @@ namespace UAS_MES_NEW.Make
|
|
|
this.Load += new System.EventHandler(this.TestCollection_Load);
|
|
|
this.SizeChanged += new System.EventHandler(this.测试采集_SizeChanged);
|
|
|
this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Make_TestCollection_KeyDown);
|
|
|
- this.panel1.ResumeLayout(true);
|
|
|
+ this.panel1.ResumeLayout(false);
|
|
|
this.panel1.PerformLayout();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.BadInfSource)).EndInit();
|
|
|
- this.ResumeLayout(true);
|
|
|
+ this.ResumeLayout(false);
|
|
|
this.PerformLayout();
|
|
|
|
|
|
}
|
|
|
@@ -974,5 +1007,7 @@ namespace UAS_MES_NEW.Make
|
|
|
private System.Windows.Forms.Label ma_salecode;
|
|
|
private System.Windows.Forms.Label pr_sendchecktype;
|
|
|
private CustomControl.TextBoxWithIcon.SourceStepCount StepCount;
|
|
|
+ private ReSetCheckBox WriteSoftWare;
|
|
|
+ private CustomControl.TextBoxWithIcon.EnterTextBox SoftWarePath;
|
|
|
}
|
|
|
}
|