|
@@ -50,6 +50,7 @@
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.IFONLY = new System.Windows.Forms.CheckBox();
|
|
this.IFONLY = new System.Windows.Forms.CheckBox();
|
|
this.CollectRemark = new System.Windows.Forms.CheckBox();
|
|
this.CollectRemark = new System.Windows.Forms.CheckBox();
|
|
|
|
+ this.Remark = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
|
|
this.Seq_Remark_PreFix = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SnCollectionBox();
|
|
this.Seq_Remark_PreFix = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SnCollectionBox();
|
|
this.OperateResult = new UAS_MES_NEW.CustomControl.RichText.RichTextAutoBottom();
|
|
this.OperateResult = new UAS_MES_NEW.CustomControl.RichText.RichTextAutoBottom();
|
|
this.StepCount = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SourceStepCount();
|
|
this.StepCount = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SourceStepCount();
|
|
@@ -62,7 +63,6 @@
|
|
this.TSNPre = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
|
|
this.TSNPre = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
|
|
this.SNLength = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.NumOnlyTextBox();
|
|
this.SNLength = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.NumOnlyTextBox();
|
|
this.TSNLength = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.NumOnlyTextBox();
|
|
this.TSNLength = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.NumOnlyTextBox();
|
|
- this.Remark = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.ClearSn_code)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.ClearSn_code)).BeginInit();
|
|
this.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
//
|
|
@@ -310,6 +310,26 @@
|
|
this.CollectRemark.UseVisualStyleBackColor = true;
|
|
this.CollectRemark.UseVisualStyleBackColor = true;
|
|
this.CollectRemark.CheckedChanged += new System.EventHandler(this.CollectRemark_CheckedChanged);
|
|
this.CollectRemark.CheckedChanged += new System.EventHandler(this.CollectRemark_CheckedChanged);
|
|
//
|
|
//
|
|
|
|
+ // Remark
|
|
|
|
+ //
|
|
|
|
+ this.Remark.AllPower = null;
|
|
|
|
+ this.Remark.BackColor = System.Drawing.Color.White;
|
|
|
|
+ this.Remark.Font = new System.Drawing.Font("微软雅黑", 10F);
|
|
|
|
+ this.Remark.ID = null;
|
|
|
|
+ this.Remark.Location = new System.Drawing.Point(458, 377);
|
|
|
|
+ this.Remark.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
|
|
|
|
+ this.Remark.Multiline = true;
|
|
|
|
+ this.Remark.Name = "Remark";
|
|
|
|
+ this.Remark.Power = null;
|
|
|
|
+ this.Remark.Size = new System.Drawing.Size(143, 37);
|
|
|
|
+ this.Remark.Str = null;
|
|
|
|
+ this.Remark.Str1 = null;
|
|
|
|
+ this.Remark.Str2 = null;
|
|
|
|
+ this.Remark.TabIndex = 220;
|
|
|
|
+ this.Remark.Enter += new System.EventHandler(this.Remark_Enter);
|
|
|
|
+ this.Remark.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Remark_KeyDown);
|
|
|
|
+ this.Remark.Leave += new System.EventHandler(this.Remark_Leave);
|
|
|
|
+ //
|
|
// Seq_Remark_PreFix
|
|
// Seq_Remark_PreFix
|
|
//
|
|
//
|
|
this.Seq_Remark_PreFix.AllPower = null;
|
|
this.Seq_Remark_PreFix.AllPower = null;
|
|
@@ -484,24 +504,6 @@
|
|
this.TSNLength.Str2 = null;
|
|
this.TSNLength.Str2 = null;
|
|
this.TSNLength.TabIndex = 14;
|
|
this.TSNLength.TabIndex = 14;
|
|
//
|
|
//
|
|
- // Remark
|
|
|
|
- //
|
|
|
|
- this.Remark.AllPower = null;
|
|
|
|
- this.Remark.BackColor = System.Drawing.Color.White;
|
|
|
|
- this.Remark.Font = new System.Drawing.Font("微软雅黑", 10F);
|
|
|
|
- this.Remark.ID = null;
|
|
|
|
- this.Remark.Location = new System.Drawing.Point(458, 377);
|
|
|
|
- this.Remark.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
|
|
|
|
- this.Remark.Multiline = true;
|
|
|
|
- this.Remark.Name = "Remark";
|
|
|
|
- this.Remark.Power = null;
|
|
|
|
- this.Remark.Size = new System.Drawing.Size(143, 37);
|
|
|
|
- this.Remark.Str = null;
|
|
|
|
- this.Remark.Str1 = null;
|
|
|
|
- this.Remark.Str2 = null;
|
|
|
|
- this.Remark.TabIndex = 220;
|
|
|
|
- this.Remark.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Remark_KeyDown);
|
|
|
|
- //
|
|
|
|
// Make_SeqProgramTransform
|
|
// Make_SeqProgramTransform
|
|
//
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|