|
|
@@ -30,70 +30,22 @@
|
|
|
{
|
|
|
this.components = new System.ComponentModel.Container();
|
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Make_CollectBTMAC));
|
|
|
- this.ms_makecode = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
|
|
|
- this.mcd_remainqty = new UAS_MES.CustomControl.ValueLabel.ValueNumLabel(this.components);
|
|
|
- this.mcd_okqty = new UAS_MES.CustomControl.ValueLabel.ValueNumLabel(this.components);
|
|
|
- this.ma_prodcode = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
|
|
|
- this.pr_detail = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
|
|
|
this.pr_detail_label = new System.Windows.Forms.Label();
|
|
|
this.sncode_label = new System.Windows.Forms.Label();
|
|
|
- this.sncode = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
|
|
|
- this.OperateResult = new UAS_MES.CustomControl.RichText.RichTextAutoBottom();
|
|
|
this.mcd_remainqty_label = new System.Windows.Forms.Label();
|
|
|
this.mcd_okqty_label = new System.Windows.Forms.Label();
|
|
|
this.pr_code_label = new System.Windows.Forms.Label();
|
|
|
this.ms_makecode_label = new System.Windows.Forms.Label();
|
|
|
this.DeleteButton = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
|
|
|
+ this.ms_makecode = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
|
|
|
+ this.mcd_remainqty = new UAS_MES.CustomControl.ValueLabel.ValueNumLabel(this.components);
|
|
|
+ this.mcd_okqty = new UAS_MES.CustomControl.ValueLabel.ValueNumLabel(this.components);
|
|
|
+ this.ma_prodcode = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
|
|
|
+ this.pr_detail = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
|
|
|
+ this.sncode = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
|
|
|
+ this.OperateResult = new UAS_MES.CustomControl.RichText.RichTextAutoBottom();
|
|
|
this.SuspendLayout();
|
|
|
//
|
|
|
- // ms_makecode
|
|
|
- //
|
|
|
- this.ms_makecode.AutoSize = true;
|
|
|
- this.ms_makecode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.ms_makecode.Location = new System.Drawing.Point(92, 7);
|
|
|
- this.ms_makecode.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
|
- this.ms_makecode.Name = "ms_makecode";
|
|
|
- this.ms_makecode.Size = new System.Drawing.Size(0, 21);
|
|
|
- this.ms_makecode.TabIndex = 212;
|
|
|
- //
|
|
|
- // mcd_remainqty
|
|
|
- //
|
|
|
- this.mcd_remainqty.AutoSize = true;
|
|
|
- this.mcd_remainqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.mcd_remainqty.Location = new System.Drawing.Point(302, 56);
|
|
|
- this.mcd_remainqty.Name = "mcd_remainqty";
|
|
|
- this.mcd_remainqty.Size = new System.Drawing.Size(19, 21);
|
|
|
- this.mcd_remainqty.TabIndex = 210;
|
|
|
- this.mcd_remainqty.Text = "0";
|
|
|
- //
|
|
|
- // mcd_okqty
|
|
|
- //
|
|
|
- this.mcd_okqty.AutoSize = true;
|
|
|
- this.mcd_okqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.mcd_okqty.Location = new System.Drawing.Point(91, 56);
|
|
|
- this.mcd_okqty.Name = "mcd_okqty";
|
|
|
- this.mcd_okqty.Size = new System.Drawing.Size(19, 21);
|
|
|
- this.mcd_okqty.TabIndex = 209;
|
|
|
- this.mcd_okqty.Text = "0";
|
|
|
- //
|
|
|
- // ma_prodcode
|
|
|
- //
|
|
|
- this.ma_prodcode.AutoSize = true;
|
|
|
- this.ma_prodcode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.ma_prodcode.Location = new System.Drawing.Point(302, 10);
|
|
|
- this.ma_prodcode.Name = "ma_prodcode";
|
|
|
- this.ma_prodcode.Size = new System.Drawing.Size(0, 21);
|
|
|
- this.ma_prodcode.TabIndex = 208;
|
|
|
- //
|
|
|
- // pr_detail
|
|
|
- //
|
|
|
- this.pr_detail.AutoSize = true;
|
|
|
- this.pr_detail.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.pr_detail.Location = new System.Drawing.Point(533, 7);
|
|
|
- this.pr_detail.Name = "pr_detail";
|
|
|
- this.pr_detail.Size = new System.Drawing.Size(0, 21);
|
|
|
- this.pr_detail.TabIndex = 207;
|
|
|
- //
|
|
|
// pr_detail_label
|
|
|
//
|
|
|
this.pr_detail_label.AutoSize = true;
|
|
|
@@ -116,34 +68,6 @@
|
|
|
this.sncode_label.TabIndex = 205;
|
|
|
this.sncode_label.Text = "录入框";
|
|
|
//
|
|
|
- // sncode
|
|
|
- //
|
|
|
- this.sncode.AllPower = "ifall";
|
|
|
- this.sncode.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
|
- | System.Windows.Forms.AnchorStyles.Left)));
|
|
|
- this.sncode.BackColor = System.Drawing.Color.White;
|
|
|
- this.sncode.ID = null;
|
|
|
- this.sncode.Location = new System.Drawing.Point(107, 415);
|
|
|
- this.sncode.Name = "sncode";
|
|
|
- this.sncode.Power = null;
|
|
|
- this.sncode.Size = new System.Drawing.Size(196, 21);
|
|
|
- this.sncode.Str = null;
|
|
|
- this.sncode.Str1 = null;
|
|
|
- this.sncode.Str2 = null;
|
|
|
- this.sncode.TabIndex = 204;
|
|
|
- this.sncode.Tag = "ifwrite";
|
|
|
- this.sncode.TextChanged += new System.EventHandler(this.sncode_TextChanged);
|
|
|
- this.sncode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.sncode_KeyDown);
|
|
|
- //
|
|
|
- // OperateResult
|
|
|
- //
|
|
|
- this.OperateResult.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.OperateResult.Location = new System.Drawing.Point(10, 89);
|
|
|
- this.OperateResult.Name = "OperateResult";
|
|
|
- this.OperateResult.Size = new System.Drawing.Size(706, 305);
|
|
|
- this.OperateResult.TabIndex = 203;
|
|
|
- this.OperateResult.Text = "";
|
|
|
- //
|
|
|
// mcd_remainqty_label
|
|
|
//
|
|
|
this.mcd_remainqty_label.AutoSize = true;
|
|
|
@@ -162,7 +86,7 @@
|
|
|
this.mcd_okqty_label.Name = "mcd_okqty_label";
|
|
|
this.mcd_okqty_label.Size = new System.Drawing.Size(74, 21);
|
|
|
this.mcd_okqty_label.TabIndex = 201;
|
|
|
- this.mcd_okqty_label.Text = "打印计数";
|
|
|
+ this.mcd_okqty_label.Text = "采集计数";
|
|
|
//
|
|
|
// pr_code_label
|
|
|
//
|
|
|
@@ -202,6 +126,82 @@
|
|
|
this.DeleteButton.UseVisualStyleBackColor = false;
|
|
|
this.DeleteButton.Click += new System.EventHandler(this.deleteButton1_Click);
|
|
|
//
|
|
|
+ // ms_makecode
|
|
|
+ //
|
|
|
+ this.ms_makecode.AutoSize = true;
|
|
|
+ this.ms_makecode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.ms_makecode.Location = new System.Drawing.Point(92, 7);
|
|
|
+ this.ms_makecode.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
|
+ this.ms_makecode.Name = "ms_makecode";
|
|
|
+ this.ms_makecode.Size = new System.Drawing.Size(0, 21);
|
|
|
+ this.ms_makecode.TabIndex = 212;
|
|
|
+ //
|
|
|
+ // mcd_remainqty
|
|
|
+ //
|
|
|
+ this.mcd_remainqty.AutoSize = true;
|
|
|
+ this.mcd_remainqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.mcd_remainqty.Location = new System.Drawing.Point(302, 56);
|
|
|
+ this.mcd_remainqty.Name = "mcd_remainqty";
|
|
|
+ this.mcd_remainqty.Size = new System.Drawing.Size(19, 21);
|
|
|
+ this.mcd_remainqty.TabIndex = 210;
|
|
|
+ this.mcd_remainqty.Text = "0";
|
|
|
+ //
|
|
|
+ // mcd_okqty
|
|
|
+ //
|
|
|
+ this.mcd_okqty.AutoSize = true;
|
|
|
+ this.mcd_okqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.mcd_okqty.Location = new System.Drawing.Point(91, 56);
|
|
|
+ this.mcd_okqty.Name = "mcd_okqty";
|
|
|
+ this.mcd_okqty.Size = new System.Drawing.Size(19, 21);
|
|
|
+ this.mcd_okqty.TabIndex = 209;
|
|
|
+ this.mcd_okqty.Text = "0";
|
|
|
+ //
|
|
|
+ // ma_prodcode
|
|
|
+ //
|
|
|
+ this.ma_prodcode.AutoSize = true;
|
|
|
+ this.ma_prodcode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.ma_prodcode.Location = new System.Drawing.Point(302, 10);
|
|
|
+ this.ma_prodcode.Name = "ma_prodcode";
|
|
|
+ this.ma_prodcode.Size = new System.Drawing.Size(0, 21);
|
|
|
+ this.ma_prodcode.TabIndex = 208;
|
|
|
+ //
|
|
|
+ // pr_detail
|
|
|
+ //
|
|
|
+ this.pr_detail.AutoSize = true;
|
|
|
+ this.pr_detail.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.pr_detail.Location = new System.Drawing.Point(533, 7);
|
|
|
+ this.pr_detail.Name = "pr_detail";
|
|
|
+ this.pr_detail.Size = new System.Drawing.Size(0, 21);
|
|
|
+ this.pr_detail.TabIndex = 207;
|
|
|
+ //
|
|
|
+ // sncode
|
|
|
+ //
|
|
|
+ this.sncode.AllPower = "ifall";
|
|
|
+ this.sncode.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
|
+ | System.Windows.Forms.AnchorStyles.Left)));
|
|
|
+ this.sncode.BackColor = System.Drawing.Color.White;
|
|
|
+ this.sncode.ID = null;
|
|
|
+ this.sncode.Location = new System.Drawing.Point(107, 415);
|
|
|
+ this.sncode.Name = "sncode";
|
|
|
+ this.sncode.Power = null;
|
|
|
+ this.sncode.Size = new System.Drawing.Size(196, 21);
|
|
|
+ this.sncode.Str = null;
|
|
|
+ this.sncode.Str1 = null;
|
|
|
+ this.sncode.Str2 = null;
|
|
|
+ this.sncode.TabIndex = 204;
|
|
|
+ this.sncode.Tag = "ifwrite";
|
|
|
+ this.sncode.TextChanged += new System.EventHandler(this.sncode_TextChanged);
|
|
|
+ this.sncode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.sncode_KeyDown);
|
|
|
+ //
|
|
|
+ // OperateResult
|
|
|
+ //
|
|
|
+ this.OperateResult.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.OperateResult.Location = new System.Drawing.Point(10, 89);
|
|
|
+ this.OperateResult.Name = "OperateResult";
|
|
|
+ this.OperateResult.Size = new System.Drawing.Size(706, 305);
|
|
|
+ this.OperateResult.TabIndex = 203;
|
|
|
+ this.OperateResult.Text = "";
|
|
|
+ //
|
|
|
// Make_CollectBTMAC
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|