|
|
@@ -44,6 +44,7 @@
|
|
|
this.in_label = new System.Windows.Forms.Label();
|
|
|
this.ClearSn_code = new System.Windows.Forms.PictureBox();
|
|
|
this.sn_code_label = new System.Windows.Forms.Label();
|
|
|
+ this.ChangeResult = new UAS_MES.CustomControl.CustomCheckBox.CustomCheckBox();
|
|
|
this.show_sncode = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
|
|
|
this.ma_prodcode = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
|
|
|
this.pr_detail = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
|
|
|
@@ -53,7 +54,8 @@
|
|
|
this.TSNPre = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
|
|
|
this.SNLength = new UAS_MES.CustomControl.TextBoxWithIcon.NumOnlyTextBox();
|
|
|
this.TSNLength = new UAS_MES.CustomControl.TextBoxWithIcon.NumOnlyTextBox();
|
|
|
- this.ChangeResult = new UAS_MES.CustomControl.CustomCheckBox.CustomCheckBox();
|
|
|
+ this.ma_softversion = new System.Windows.Forms.Label();
|
|
|
+ this.label2 = new System.Windows.Forms.Label();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.ClearSn_code)).BeginInit();
|
|
|
this.SuspendLayout();
|
|
|
//
|
|
|
@@ -223,6 +225,18 @@
|
|
|
this.sn_code_label.TabIndex = 142;
|
|
|
this.sn_code_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(414, 524);
|
|
|
+ this.ChangeResult.Name = "ChangeResult";
|
|
|
+ this.ChangeResult.Power = "ifspecial";
|
|
|
+ this.ChangeResult.Size = new System.Drawing.Size(136, 35);
|
|
|
+ this.ChangeResult.TabIndex = 145;
|
|
|
+ this.ChangeResult.Text = "重新转换";
|
|
|
+ this.ChangeResult.UseVisualStyleBackColor = true;
|
|
|
+ //
|
|
|
// show_sncode
|
|
|
//
|
|
|
this.show_sncode.AllPower = null;
|
|
|
@@ -351,23 +365,33 @@
|
|
|
this.TSNLength.Str2 = null;
|
|
|
this.TSNLength.TabIndex = 14;
|
|
|
//
|
|
|
- // ChangeResult
|
|
|
+ // ma_softversion
|
|
|
//
|
|
|
- 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(414, 524);
|
|
|
- this.ChangeResult.Name = "ChangeResult";
|
|
|
- this.ChangeResult.Power = "ifspecial";
|
|
|
- this.ChangeResult.Size = new System.Drawing.Size(136, 35);
|
|
|
- this.ChangeResult.TabIndex = 145;
|
|
|
- this.ChangeResult.Text = "重新转换";
|
|
|
- this.ChangeResult.UseVisualStyleBackColor = true;
|
|
|
+ this.ma_softversion.AutoSize = true;
|
|
|
+ this.ma_softversion.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
|
+ this.ma_softversion.Location = new System.Drawing.Point(911, 56);
|
|
|
+ this.ma_softversion.Name = "ma_softversion";
|
|
|
+ this.ma_softversion.Size = new System.Drawing.Size(0, 31);
|
|
|
+ this.ma_softversion.TabIndex = 150;
|
|
|
+ //
|
|
|
+ // label2
|
|
|
+ //
|
|
|
+ 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(801, 56);
|
|
|
+ this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
+ this.label2.Name = "label2";
|
|
|
+ this.label2.Size = new System.Drawing.Size(110, 31);
|
|
|
+ this.label2.TabIndex = 149;
|
|
|
+ this.label2.Text = "软件版本";
|
|
|
//
|
|
|
// Make_SeqProgramTransform
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
this.ClientSize = new System.Drawing.Size(1268, 591);
|
|
|
+ this.Controls.Add(this.ma_softversion);
|
|
|
+ this.Controls.Add(this.label2);
|
|
|
this.Controls.Add(this.ChangeResult);
|
|
|
this.Controls.Add(this.ClearSn_code);
|
|
|
this.Controls.Add(this.show_sncode);
|
|
|
@@ -433,5 +457,7 @@
|
|
|
private CustomControl.TextBoxWithIcon.EnterTextBox show_sncode;
|
|
|
private System.Windows.Forms.Label sn_code_label;
|
|
|
private CustomControl.CustomCheckBox.CustomCheckBox ChangeResult;
|
|
|
+ private System.Windows.Forms.Label ma_softversion;
|
|
|
+ private System.Windows.Forms.Label label2;
|
|
|
}
|
|
|
}
|