|
|
@@ -52,6 +52,8 @@
|
|
|
this.Confirm = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
|
|
|
this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.cu_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
|
|
|
+ this.label3 = new System.Windows.Forms.Label();
|
|
|
+ this.ma_softversion = new System.Windows.Forms.Label();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.Info)).BeginInit();
|
|
|
this.SuspendLayout();
|
|
|
//
|
|
|
@@ -304,11 +306,34 @@
|
|
|
this.cu_code.Str2 = null;
|
|
|
this.cu_code.TabIndex = 226;
|
|
|
//
|
|
|
+ // label3
|
|
|
+ //
|
|
|
+ this.label3.AutoSize = true;
|
|
|
+ this.label3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.label3.Location = new System.Drawing.Point(889, 72);
|
|
|
+ this.label3.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
+ this.label3.Name = "label3";
|
|
|
+ this.label3.Size = new System.Drawing.Size(146, 41);
|
|
|
+ this.label3.TabIndex = 228;
|
|
|
+ this.label3.Text = "软件版本";
|
|
|
+ //
|
|
|
+ // ma_softversion
|
|
|
+ //
|
|
|
+ this.ma_softversion.AutoSize = true;
|
|
|
+ this.ma_softversion.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.ma_softversion.Location = new System.Drawing.Point(1052, 72);
|
|
|
+ this.ma_softversion.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
+ this.ma_softversion.Name = "ma_softversion";
|
|
|
+ this.ma_softversion.Size = new System.Drawing.Size(0, 41);
|
|
|
+ this.ma_softversion.TabIndex = 227;
|
|
|
+ //
|
|
|
// Special_AfterSaleIn
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
this.ClientSize = new System.Drawing.Size(1566, 802);
|
|
|
+ this.Controls.Add(this.label3);
|
|
|
+ this.Controls.Add(this.ma_softversion);
|
|
|
this.Controls.Add(this.cu_code);
|
|
|
this.Controls.Add(this.label2);
|
|
|
this.Controls.Add(this.InDate);
|
|
|
@@ -362,5 +387,7 @@
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn ms_prodcode1;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn ms_custname;
|
|
|
private CustomControl.TextBoxWithIcon.EnterTextBox cu_code;
|
|
|
+ private System.Windows.Forms.Label label3;
|
|
|
+ private System.Windows.Forms.Label ma_softversion;
|
|
|
}
|
|
|
}
|