|
@@ -88,6 +88,7 @@
|
|
|
this.LockMakeCode = new UAS_MES_NEW.CustomControl.CustomCheckBox.LockCheckBox();
|
|
|
this.ma_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.MaCodeSearchTextBox();
|
|
|
this.richTextAutoBottom1 = new UAS_MES_NEW.CustomControl.RichText.RichTextAutoBottom();
|
|
|
+ this.timer1 = new System.Windows.Forms.Timer(this.components);
|
|
|
this.panel4.SuspendLayout();
|
|
|
this.groupBoxWithBorder2.SuspendLayout();
|
|
|
this.SuspendLayout();
|
|
@@ -479,7 +480,7 @@
|
|
|
//
|
|
|
this.ob_checkno_label.AutoSize = true;
|
|
|
this.ob_checkno_label.Font = new System.Drawing.Font("微软雅黑", 13F);
|
|
|
- this.ob_checkno_label.Location = new System.Drawing.Point(54, 160);
|
|
|
+ this.ob_checkno_label.Location = new System.Drawing.Point(55, 161);
|
|
|
this.ob_checkno_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
this.ob_checkno_label.Name = "ob_checkno_label";
|
|
|
this.ob_checkno_label.Size = new System.Drawing.Size(160, 46);
|
|
@@ -490,7 +491,7 @@
|
|
|
//
|
|
|
this.ob_checkno.AutoSize = true;
|
|
|
this.ob_checkno.Font = new System.Drawing.Font("微软雅黑", 13F);
|
|
|
- this.ob_checkno.Location = new System.Drawing.Point(242, 160);
|
|
|
+ this.ob_checkno.Location = new System.Drawing.Point(243, 161);
|
|
|
this.ob_checkno.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
this.ob_checkno.Name = "ob_checkno";
|
|
|
this.ob_checkno.Size = new System.Drawing.Size(0, 46);
|
|
@@ -501,7 +502,7 @@
|
|
|
//
|
|
|
this.ob_nowcheckqty.AutoSize = true;
|
|
|
this.ob_nowcheckqty.Font = new System.Drawing.Font("微软雅黑", 13F);
|
|
|
- this.ob_nowcheckqty.Location = new System.Drawing.Point(592, 68);
|
|
|
+ this.ob_nowcheckqty.Location = new System.Drawing.Point(593, 69);
|
|
|
this.ob_nowcheckqty.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
this.ob_nowcheckqty.Name = "ob_nowcheckqty";
|
|
|
this.ob_nowcheckqty.Size = new System.Drawing.Size(0, 46);
|
|
@@ -511,7 +512,7 @@
|
|
|
//
|
|
|
this.ob_batchqty.AutoSize = true;
|
|
|
this.ob_batchqty.Font = new System.Drawing.Font("微软雅黑", 13F);
|
|
|
- this.ob_batchqty.Location = new System.Drawing.Point(242, 68);
|
|
|
+ this.ob_batchqty.Location = new System.Drawing.Point(243, 69);
|
|
|
this.ob_batchqty.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
this.ob_batchqty.Name = "ob_batchqty";
|
|
|
this.ob_batchqty.Size = new System.Drawing.Size(0, 46);
|
|
@@ -521,7 +522,7 @@
|
|
|
//
|
|
|
this.ob_nowcheckqty_label.AutoSize = true;
|
|
|
this.ob_nowcheckqty_label.Font = new System.Drawing.Font("微软雅黑", 13F);
|
|
|
- this.ob_nowcheckqty_label.Location = new System.Drawing.Point(404, 68);
|
|
|
+ this.ob_nowcheckqty_label.Location = new System.Drawing.Point(405, 69);
|
|
|
this.ob_nowcheckqty_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
this.ob_nowcheckqty_label.Name = "ob_nowcheckqty_label";
|
|
|
this.ob_nowcheckqty_label.Size = new System.Drawing.Size(160, 46);
|
|
@@ -532,7 +533,7 @@
|
|
|
//
|
|
|
this.ob_batchqty_label.AutoSize = true;
|
|
|
this.ob_batchqty_label.Font = new System.Drawing.Font("微软雅黑", 13F);
|
|
|
- this.ob_batchqty_label.Location = new System.Drawing.Point(54, 68);
|
|
|
+ this.ob_batchqty_label.Location = new System.Drawing.Point(55, 69);
|
|
|
this.ob_batchqty_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
this.ob_batchqty_label.Name = "ob_batchqty_label";
|
|
|
this.ob_batchqty_label.Size = new System.Drawing.Size(160, 46);
|
|
@@ -816,6 +817,11 @@
|
|
|
this.richTextAutoBottom1.Text = "";
|
|
|
this.richTextAutoBottom1.Visible = false;
|
|
|
//
|
|
|
+ // timer1
|
|
|
+ //
|
|
|
+ this.timer1.Interval = 10000;
|
|
|
+ this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
|
|
|
+ //
|
|
|
// Make_ColorBoxWeigh_HUAGUAN
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
|
|
@@ -941,5 +947,6 @@
|
|
|
private CustomControl.TextBoxWithIcon.MaCodeSearchTextBox ma_code;
|
|
|
private System.Windows.Forms.Label weight;
|
|
|
private CustomControl.RichText.RichTextAutoBottom richTextAutoBottom1;
|
|
|
+ private System.Windows.Forms.Timer timer1;
|
|
|
}
|
|
|
}
|