|
|
@@ -28,7 +28,6 @@
|
|
|
/// </summary>
|
|
|
private void InitializeComponent()
|
|
|
{
|
|
|
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Make_LabelCheck));
|
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
|
@@ -40,7 +39,6 @@
|
|
|
this.remain_qty = new System.Windows.Forms.Label();
|
|
|
this.label10 = new System.Windows.Forms.Label();
|
|
|
this.sncode = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
|
|
|
- this.close = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
|
|
|
this.OperateResult = new UAS_MES.CustomControl.RichText.RichTextAutoBottom();
|
|
|
this.pr_detailspec = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
|
|
|
this.showResult = new System.Windows.Forms.ListView();
|
|
|
@@ -140,7 +138,7 @@
|
|
|
//
|
|
|
this.label10.AutoSize = true;
|
|
|
this.label10.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.label10.Location = new System.Drawing.Point(80, 582);
|
|
|
+ this.label10.Location = new System.Drawing.Point(88, 581);
|
|
|
this.label10.Name = "label10";
|
|
|
this.label10.Size = new System.Drawing.Size(40, 27);
|
|
|
this.label10.TabIndex = 12;
|
|
|
@@ -151,34 +149,16 @@
|
|
|
this.sncode.AllPower = null;
|
|
|
this.sncode.BackColor = System.Drawing.Color.White;
|
|
|
this.sncode.ID = null;
|
|
|
- this.sncode.Location = new System.Drawing.Point(175, 581);
|
|
|
+ this.sncode.Location = new System.Drawing.Point(148, 581);
|
|
|
this.sncode.Name = "sncode";
|
|
|
this.sncode.Power = null;
|
|
|
- this.sncode.Size = new System.Drawing.Size(196, 28);
|
|
|
+ this.sncode.Size = new System.Drawing.Size(252, 28);
|
|
|
this.sncode.Str = null;
|
|
|
this.sncode.Str1 = null;
|
|
|
this.sncode.Str2 = null;
|
|
|
this.sncode.TabIndex = 14;
|
|
|
this.sncode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.sncode_KeyDown);
|
|
|
//
|
|
|
- // close
|
|
|
- //
|
|
|
- this.close.AllPower = null;
|
|
|
- this.close.BackColor = System.Drawing.Color.Transparent;
|
|
|
- this.close.DownImage = ((System.Drawing.Image)(resources.GetObject("close.DownImage")));
|
|
|
- this.close.Image = null;
|
|
|
- this.close.IsShowBorder = true;
|
|
|
- this.close.Location = new System.Drawing.Point(623, 579);
|
|
|
- this.close.MoveImage = ((System.Drawing.Image)(resources.GetObject("close.MoveImage")));
|
|
|
- this.close.Name = "close";
|
|
|
- this.close.NormalImage = ((System.Drawing.Image)(resources.GetObject("close.NormalImage")));
|
|
|
- this.close.Power = null;
|
|
|
- this.close.Size = new System.Drawing.Size(75, 28);
|
|
|
- this.close.TabIndex = 13;
|
|
|
- this.close.Text = "关闭";
|
|
|
- this.close.UseVisualStyleBackColor = false;
|
|
|
- this.close.Click += new System.EventHandler(this.close_Click);
|
|
|
- //
|
|
|
// OperateResult
|
|
|
//
|
|
|
this.OperateResult.Font = new System.Drawing.Font("宋体", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
@@ -243,7 +223,6 @@
|
|
|
this.ClientSize = new System.Drawing.Size(1329, 651);
|
|
|
this.Controls.Add(this.showResult);
|
|
|
this.Controls.Add(this.sncode);
|
|
|
- this.Controls.Add(this.close);
|
|
|
this.Controls.Add(this.label10);
|
|
|
this.Controls.Add(this.OperateResult);
|
|
|
this.Controls.Add(this.pr_detailspec);
|
|
|
@@ -281,7 +260,6 @@
|
|
|
private CustomControl.ValueLabel.ValueLabel pr_detailspec;
|
|
|
private CustomControl.RichText.RichTextAutoBottom OperateResult;
|
|
|
private System.Windows.Forms.Label label10;
|
|
|
- private CustomControl.ButtonUtil.NormalButton close;
|
|
|
private CustomControl.TextBoxWithIcon.EnterTextBox sncode;
|
|
|
private System.Windows.Forms.ListView showResult;
|
|
|
private System.Windows.Forms.ColumnHeader columnHeader1;
|