|
|
@@ -32,7 +32,6 @@
|
|
|
this.pr_detail_label = new System.Windows.Forms.Label();
|
|
|
this.ma_prodcode_label = new System.Windows.Forms.Label();
|
|
|
this.sncode_label = new System.Windows.Forms.Label();
|
|
|
- this.ChangeResult = new System.Windows.Forms.CheckBox();
|
|
|
this.beforeTransSNLength_checkBox = new System.Windows.Forms.CheckBox();
|
|
|
this.afterTransSNLength_checkBox = new System.Windows.Forms.CheckBox();
|
|
|
this.beforeTransSNPre_checkBox = new System.Windows.Forms.CheckBox();
|
|
|
@@ -54,6 +53,7 @@
|
|
|
this.beforeTransSNPre = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
|
|
|
this.OperateResult = new UAS_MES.CustomControl.RichText.RichTextAutoBottom();
|
|
|
this.sncode = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
|
|
|
+ this.ChangeResult = new UAS_MES.CustomControl.CustomCheckBox.CustomCheckBox();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.ClearSn_code)).BeginInit();
|
|
|
this.SuspendLayout();
|
|
|
//
|
|
|
@@ -100,18 +100,6 @@
|
|
|
this.sncode_label.TabIndex = 68;
|
|
|
this.sncode_label.Text = "录入框";
|
|
|
//
|
|
|
- // ChangeResult
|
|
|
- //
|
|
|
- this.ChangeResult.AutoSize = true;
|
|
|
- this.ChangeResult.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.ChangeResult.Location = new System.Drawing.Point(420, 645);
|
|
|
- this.ChangeResult.Margin = new System.Windows.Forms.Padding(4);
|
|
|
- this.ChangeResult.Name = "ChangeResult";
|
|
|
- this.ChangeResult.Size = new System.Drawing.Size(136, 35);
|
|
|
- this.ChangeResult.TabIndex = 70;
|
|
|
- this.ChangeResult.Text = "重新转换";
|
|
|
- this.ChangeResult.UseVisualStyleBackColor = true;
|
|
|
- //
|
|
|
// beforeTransSNLength_checkBox
|
|
|
//
|
|
|
this.beforeTransSNLength_checkBox.AutoSize = true;
|
|
|
@@ -362,11 +350,24 @@
|
|
|
this.sncode.Tag = "IfWrite";
|
|
|
this.sncode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.sncode_KeyDown);
|
|
|
//
|
|
|
+ // ChangeResult
|
|
|
+ //
|
|
|
+ this.ChangeResult.AutoSize = true;
|
|
|
+ this.ChangeResult.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.ChangeResult.Location = new System.Drawing.Point(420, 641);
|
|
|
+ this.ChangeResult.Name = "ChangeResult";
|
|
|
+ this.ChangeResult.Power = "ifspecial";
|
|
|
+ this.ChangeResult.Size = new System.Drawing.Size(136, 35);
|
|
|
+ this.ChangeResult.TabIndex = 146;
|
|
|
+ this.ChangeResult.Text = "重新转换";
|
|
|
+ this.ChangeResult.UseVisualStyleBackColor = true;
|
|
|
+ //
|
|
|
// Make_SeqTransform
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
this.ClientSize = new System.Drawing.Size(1274, 701);
|
|
|
+ this.Controls.Add(this.ChangeResult);
|
|
|
this.Controls.Add(this.ClearSn_code);
|
|
|
this.Controls.Add(this.show_sncode);
|
|
|
this.Controls.Add(this.sn_code_label);
|
|
|
@@ -388,7 +389,6 @@
|
|
|
this.Controls.Add(this.beforeTransSNLength_checkBox);
|
|
|
this.Controls.Add(this.OperateResult);
|
|
|
this.Controls.Add(this.sncode);
|
|
|
- this.Controls.Add(this.ChangeResult);
|
|
|
this.Controls.Add(this.sncode_label);
|
|
|
this.Controls.Add(this.ms_makecode_label);
|
|
|
this.Controls.Add(this.pr_detail_label);
|
|
|
@@ -411,7 +411,6 @@
|
|
|
private System.Windows.Forms.Label pr_detail_label;
|
|
|
private System.Windows.Forms.Label ma_prodcode_label;
|
|
|
private System.Windows.Forms.Label sncode_label;
|
|
|
- private System.Windows.Forms.CheckBox ChangeResult;
|
|
|
private CustomControl.TextBoxWithIcon.EnterTextBox sncode;
|
|
|
private CustomControl.RichText.RichTextAutoBottom OperateResult;
|
|
|
private System.Windows.Forms.CheckBox beforeTransSNLength_checkBox;
|
|
|
@@ -433,5 +432,6 @@
|
|
|
private System.Windows.Forms.PictureBox ClearSn_code;
|
|
|
private CustomControl.TextBoxWithIcon.EnterTextBox show_sncode;
|
|
|
private System.Windows.Forms.Label sn_code_label;
|
|
|
+ private CustomControl.CustomCheckBox.CustomCheckBox ChangeResult;
|
|
|
}
|
|
|
}
|