|
|
@@ -28,30 +28,33 @@
|
|
|
/// </summary>
|
|
|
private void InitializeComponent()
|
|
|
{
|
|
|
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Make_SeqTransform));
|
|
|
this.ms_makecode_label = new System.Windows.Forms.Label();
|
|
|
this.pr_detail_label = new System.Windows.Forms.Label();
|
|
|
this.ma_prodcode_label = new System.Windows.Forms.Label();
|
|
|
this.sncode_label = new System.Windows.Forms.Label();
|
|
|
this.ChangeResult = new System.Windows.Forms.CheckBox();
|
|
|
- this.changenum_lanel = new System.Windows.Forms.Label();
|
|
|
this.beforeTransSNLength_checkBox = new System.Windows.Forms.CheckBox();
|
|
|
this.afterTransSNLength_checkBox = new System.Windows.Forms.CheckBox();
|
|
|
this.beforeTransSNPre_checkBox = new System.Windows.Forms.CheckBox();
|
|
|
this.afterTransSNPre_checkBox = new System.Windows.Forms.CheckBox();
|
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
|
this.ma_code = new System.Windows.Forms.Label();
|
|
|
+ this.changenum = new System.Windows.Forms.Label();
|
|
|
+ this.remain_qty = new System.Windows.Forms.Label();
|
|
|
+ this.PrintNum_label = new System.Windows.Forms.Label();
|
|
|
+ this.remain_qty_label = new System.Windows.Forms.Label();
|
|
|
+ this.ClearSn_code = new System.Windows.Forms.PictureBox();
|
|
|
+ this.sn_code_label = new System.Windows.Forms.Label();
|
|
|
+ this.show_sncode = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
|
|
|
this.pr_detail = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
|
|
|
this.ma_prodcode = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
|
|
|
- this.changenum = new UAS_MES.CustomControl.TextBoxWithIcon.TextBoxNumOnly();
|
|
|
this.afterTransSNLength = new UAS_MES.CustomControl.TextBoxWithIcon.TextBoxNumOnly();
|
|
|
this.beforeTransSNLength = new UAS_MES.CustomControl.TextBoxWithIcon.TextBoxNumOnly();
|
|
|
this.afterTransSNPre = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
|
|
|
this.beforeTransSNPre = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
|
|
|
this.OperateResult = new UAS_MES.CustomControl.RichText.RichTextAutoBottom();
|
|
|
this.sncode = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
|
|
|
- this.ReCall = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
|
|
|
- this.Confirm = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.ClearSn_code)).BeginInit();
|
|
|
this.SuspendLayout();
|
|
|
//
|
|
|
// ms_makecode_label
|
|
|
@@ -90,7 +93,7 @@
|
|
|
//
|
|
|
this.sncode_label.AutoSize = true;
|
|
|
this.sncode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.sncode_label.Location = new System.Drawing.Point(28, 641);
|
|
|
+ this.sncode_label.Location = new System.Drawing.Point(25, 645);
|
|
|
this.sncode_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
this.sncode_label.Name = "sncode_label";
|
|
|
this.sncode_label.Size = new System.Drawing.Size(86, 31);
|
|
|
@@ -101,30 +104,19 @@
|
|
|
//
|
|
|
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(450, 641);
|
|
|
+ this.ChangeResult.Location = new System.Drawing.Point(420, 645);
|
|
|
this.ChangeResult.Margin = new System.Windows.Forms.Padding(4);
|
|
|
this.ChangeResult.Name = "ChangeResult";
|
|
|
- this.ChangeResult.Size = new System.Drawing.Size(184, 35);
|
|
|
+ this.ChangeResult.Size = new System.Drawing.Size(136, 35);
|
|
|
this.ChangeResult.TabIndex = 70;
|
|
|
- this.ChangeResult.Text = "修改转换结果";
|
|
|
+ this.ChangeResult.Text = "重新转换";
|
|
|
this.ChangeResult.UseVisualStyleBackColor = true;
|
|
|
//
|
|
|
- // changenum_lanel
|
|
|
- //
|
|
|
- this.changenum_lanel.AutoSize = true;
|
|
|
- this.changenum_lanel.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.changenum_lanel.Location = new System.Drawing.Point(664, 641);
|
|
|
- this.changenum_lanel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
- this.changenum_lanel.Name = "changenum_lanel";
|
|
|
- this.changenum_lanel.Size = new System.Drawing.Size(110, 31);
|
|
|
- this.changenum_lanel.TabIndex = 71;
|
|
|
- this.changenum_lanel.Text = "转换数量";
|
|
|
- //
|
|
|
// beforeTransSNLength_checkBox
|
|
|
//
|
|
|
this.beforeTransSNLength_checkBox.AutoSize = true;
|
|
|
this.beforeTransSNLength_checkBox.Font = new System.Drawing.Font("微软雅黑", 10F);
|
|
|
- this.beforeTransSNLength_checkBox.Location = new System.Drawing.Point(29, 78);
|
|
|
+ this.beforeTransSNLength_checkBox.Location = new System.Drawing.Point(28, 121);
|
|
|
this.beforeTransSNLength_checkBox.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
this.beforeTransSNLength_checkBox.Name = "beforeTransSNLength_checkBox";
|
|
|
this.beforeTransSNLength_checkBox.Size = new System.Drawing.Size(198, 31);
|
|
|
@@ -136,7 +128,7 @@
|
|
|
//
|
|
|
this.afterTransSNLength_checkBox.AutoSize = true;
|
|
|
this.afterTransSNLength_checkBox.Font = new System.Drawing.Font("微软雅黑", 10F);
|
|
|
- this.afterTransSNLength_checkBox.Location = new System.Drawing.Point(29, 128);
|
|
|
+ this.afterTransSNLength_checkBox.Location = new System.Drawing.Point(28, 171);
|
|
|
this.afterTransSNLength_checkBox.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
this.afterTransSNLength_checkBox.Name = "afterTransSNLength_checkBox";
|
|
|
this.afterTransSNLength_checkBox.Size = new System.Drawing.Size(198, 31);
|
|
|
@@ -148,7 +140,7 @@
|
|
|
//
|
|
|
this.beforeTransSNPre_checkBox.AutoSize = true;
|
|
|
this.beforeTransSNPre_checkBox.Font = new System.Drawing.Font("微软雅黑", 10F);
|
|
|
- this.beforeTransSNPre_checkBox.Location = new System.Drawing.Point(631, 76);
|
|
|
+ this.beforeTransSNPre_checkBox.Location = new System.Drawing.Point(630, 119);
|
|
|
this.beforeTransSNPre_checkBox.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
this.beforeTransSNPre_checkBox.Name = "beforeTransSNPre_checkBox";
|
|
|
this.beforeTransSNPre_checkBox.Size = new System.Drawing.Size(198, 31);
|
|
|
@@ -160,7 +152,7 @@
|
|
|
//
|
|
|
this.afterTransSNPre_checkBox.AutoSize = true;
|
|
|
this.afterTransSNPre_checkBox.Font = new System.Drawing.Font("微软雅黑", 10F);
|
|
|
- this.afterTransSNPre_checkBox.Location = new System.Drawing.Point(631, 126);
|
|
|
+ this.afterTransSNPre_checkBox.Location = new System.Drawing.Point(630, 169);
|
|
|
this.afterTransSNPre_checkBox.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
this.afterTransSNPre_checkBox.Name = "afterTransSNPre_checkBox";
|
|
|
this.afterTransSNPre_checkBox.Size = new System.Drawing.Size(198, 31);
|
|
|
@@ -188,6 +180,85 @@
|
|
|
this.ma_code.TabIndex = 95;
|
|
|
this.ma_code.TextChanged += new System.EventHandler(this.ms_makecode_UserControlTextChanged);
|
|
|
//
|
|
|
+ // changenum
|
|
|
+ //
|
|
|
+ this.changenum.AutoSize = true;
|
|
|
+ this.changenum.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
|
+ this.changenum.Location = new System.Drawing.Point(572, 77);
|
|
|
+ this.changenum.Name = "changenum";
|
|
|
+ this.changenum.Size = new System.Drawing.Size(28, 31);
|
|
|
+ this.changenum.TabIndex = 100;
|
|
|
+ this.changenum.Text = "0";
|
|
|
+ //
|
|
|
+ // remain_qty
|
|
|
+ //
|
|
|
+ this.remain_qty.AutoSize = true;
|
|
|
+ this.remain_qty.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
|
+ this.remain_qty.Location = new System.Drawing.Point(139, 76);
|
|
|
+ this.remain_qty.Name = "remain_qty";
|
|
|
+ this.remain_qty.Size = new System.Drawing.Size(0, 31);
|
|
|
+ this.remain_qty.TabIndex = 99;
|
|
|
+ //
|
|
|
+ // PrintNum_label
|
|
|
+ //
|
|
|
+ this.PrintNum_label.AutoSize = true;
|
|
|
+ this.PrintNum_label.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
|
+ this.PrintNum_label.Location = new System.Drawing.Point(460, 77);
|
|
|
+ this.PrintNum_label.Name = "PrintNum_label";
|
|
|
+ this.PrintNum_label.Size = new System.Drawing.Size(62, 31);
|
|
|
+ this.PrintNum_label.TabIndex = 98;
|
|
|
+ this.PrintNum_label.Text = "计数";
|
|
|
+ //
|
|
|
+ // remain_qty_label
|
|
|
+ //
|
|
|
+ this.remain_qty_label.AutoSize = true;
|
|
|
+ this.remain_qty_label.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
|
+ this.remain_qty_label.Location = new System.Drawing.Point(27, 77);
|
|
|
+ this.remain_qty_label.Name = "remain_qty_label";
|
|
|
+ this.remain_qty_label.Size = new System.Drawing.Size(86, 31);
|
|
|
+ this.remain_qty_label.TabIndex = 97;
|
|
|
+ this.remain_qty_label.Text = "剩余数";
|
|
|
+ //
|
|
|
+ // ClearSn_code
|
|
|
+ //
|
|
|
+ this.ClearSn_code.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
|
+ this.ClearSn_code.Image = global::UAS_MES.Properties.Resources.bindingNavigatorDeleteItem_Image;
|
|
|
+ this.ClearSn_code.Location = new System.Drawing.Point(420, 598);
|
|
|
+ this.ClearSn_code.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
|
+ this.ClearSn_code.Name = "ClearSn_code";
|
|
|
+ this.ClearSn_code.Size = new System.Drawing.Size(24, 24);
|
|
|
+ this.ClearSn_code.TabIndex = 141;
|
|
|
+ this.ClearSn_code.TabStop = false;
|
|
|
+ this.ClearSn_code.Click += new System.EventHandler(this.ReCall_Click);
|
|
|
+ //
|
|
|
+ // sn_code_label
|
|
|
+ //
|
|
|
+ this.sn_code_label.AutoSize = true;
|
|
|
+ this.sn_code_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.sn_code_label.Location = new System.Drawing.Point(25, 594);
|
|
|
+ this.sn_code_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
+ this.sn_code_label.Name = "sn_code_label";
|
|
|
+ this.sn_code_label.Size = new System.Drawing.Size(86, 31);
|
|
|
+ this.sn_code_label.TabIndex = 139;
|
|
|
+ this.sn_code_label.Text = "序列号";
|
|
|
+ //
|
|
|
+ // show_sncode
|
|
|
+ //
|
|
|
+ this.show_sncode.AllPower = null;
|
|
|
+ this.show_sncode.BackColor = System.Drawing.Color.White;
|
|
|
+ this.show_sncode.Enabled = false;
|
|
|
+ this.show_sncode.Font = new System.Drawing.Font("微软雅黑", 10F);
|
|
|
+ this.show_sncode.ID = null;
|
|
|
+ this.show_sncode.Location = new System.Drawing.Point(145, 594);
|
|
|
+ this.show_sncode.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
|
+ this.show_sncode.Name = "show_sncode";
|
|
|
+ this.show_sncode.Power = null;
|
|
|
+ this.show_sncode.Size = new System.Drawing.Size(238, 34);
|
|
|
+ this.show_sncode.Str = null;
|
|
|
+ this.show_sncode.Str1 = null;
|
|
|
+ this.show_sncode.Str2 = null;
|
|
|
+ this.show_sncode.TabIndex = 140;
|
|
|
+ //
|
|
|
// pr_detail
|
|
|
//
|
|
|
this.pr_detail.AutoSize = true;
|
|
|
@@ -211,21 +282,10 @@
|
|
|
this.ma_prodcode.Size = new System.Drawing.Size(0, 31);
|
|
|
this.ma_prodcode.TabIndex = 94;
|
|
|
//
|
|
|
- // changenum
|
|
|
- //
|
|
|
- this.changenum.Enabled = false;
|
|
|
- this.changenum.Font = new System.Drawing.Font("微软雅黑", 10F);
|
|
|
- this.changenum.Location = new System.Drawing.Point(836, 641);
|
|
|
- this.changenum.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
- this.changenum.Name = "changenum";
|
|
|
- this.changenum.Size = new System.Drawing.Size(204, 34);
|
|
|
- this.changenum.TabIndex = 91;
|
|
|
- this.changenum.Text = "0";
|
|
|
- //
|
|
|
// afterTransSNLength
|
|
|
//
|
|
|
this.afterTransSNLength.Font = new System.Drawing.Font("微软雅黑", 10F);
|
|
|
- this.afterTransSNLength.Location = new System.Drawing.Point(268, 124);
|
|
|
+ this.afterTransSNLength.Location = new System.Drawing.Point(267, 167);
|
|
|
this.afterTransSNLength.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
this.afterTransSNLength.Name = "afterTransSNLength";
|
|
|
this.afterTransSNLength.Size = new System.Drawing.Size(250, 34);
|
|
|
@@ -235,7 +295,7 @@
|
|
|
// beforeTransSNLength
|
|
|
//
|
|
|
this.beforeTransSNLength.Font = new System.Drawing.Font("微软雅黑", 10F);
|
|
|
- this.beforeTransSNLength.Location = new System.Drawing.Point(268, 74);
|
|
|
+ this.beforeTransSNLength.Location = new System.Drawing.Point(267, 117);
|
|
|
this.beforeTransSNLength.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
this.beforeTransSNLength.Name = "beforeTransSNLength";
|
|
|
this.beforeTransSNLength.Size = new System.Drawing.Size(250, 34);
|
|
|
@@ -248,7 +308,7 @@
|
|
|
this.afterTransSNPre.BackColor = System.Drawing.Color.White;
|
|
|
this.afterTransSNPre.Font = new System.Drawing.Font("微软雅黑", 10F);
|
|
|
this.afterTransSNPre.ID = null;
|
|
|
- this.afterTransSNPre.Location = new System.Drawing.Point(871, 126);
|
|
|
+ this.afterTransSNPre.Location = new System.Drawing.Point(870, 169);
|
|
|
this.afterTransSNPre.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
this.afterTransSNPre.Name = "afterTransSNPre";
|
|
|
this.afterTransSNPre.Power = null;
|
|
|
@@ -264,7 +324,7 @@
|
|
|
this.beforeTransSNPre.BackColor = System.Drawing.Color.White;
|
|
|
this.beforeTransSNPre.Font = new System.Drawing.Font("微软雅黑", 10F);
|
|
|
this.beforeTransSNPre.ID = null;
|
|
|
- this.beforeTransSNPre.Location = new System.Drawing.Point(871, 76);
|
|
|
+ this.beforeTransSNPre.Location = new System.Drawing.Point(870, 119);
|
|
|
this.beforeTransSNPre.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
this.beforeTransSNPre.Name = "beforeTransSNPre";
|
|
|
this.beforeTransSNPre.Power = null;
|
|
|
@@ -277,10 +337,10 @@
|
|
|
// 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(29, 184);
|
|
|
+ this.OperateResult.Location = new System.Drawing.Point(28, 220);
|
|
|
this.OperateResult.Margin = new System.Windows.Forms.Padding(4);
|
|
|
this.OperateResult.Name = "OperateResult";
|
|
|
- this.OperateResult.Size = new System.Drawing.Size(1216, 428);
|
|
|
+ this.OperateResult.Size = new System.Drawing.Size(1216, 344);
|
|
|
this.OperateResult.TabIndex = 78;
|
|
|
this.OperateResult.Text = "";
|
|
|
//
|
|
|
@@ -290,7 +350,7 @@
|
|
|
this.sncode.BackColor = System.Drawing.Color.White;
|
|
|
this.sncode.Font = new System.Drawing.Font("微软雅黑", 10F);
|
|
|
this.sncode.ID = null;
|
|
|
- this.sncode.Location = new System.Drawing.Point(148, 641);
|
|
|
+ this.sncode.Location = new System.Drawing.Point(145, 645);
|
|
|
this.sncode.Margin = new System.Windows.Forms.Padding(4);
|
|
|
this.sncode.Name = "sncode";
|
|
|
this.sncode.Power = "ifwrite";
|
|
|
@@ -302,55 +362,22 @@
|
|
|
this.sncode.Tag = "IfWrite";
|
|
|
this.sncode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.sncode_KeyDown);
|
|
|
//
|
|
|
- // ReCall
|
|
|
- //
|
|
|
- this.ReCall.AllPower = null;
|
|
|
- this.ReCall.BackColor = System.Drawing.Color.Transparent;
|
|
|
- this.ReCall.DownImage = ((System.Drawing.Image)(resources.GetObject("ReCall.DownImage")));
|
|
|
- this.ReCall.Image = ((System.Drawing.Image)(resources.GetObject("ReCall.Image")));
|
|
|
- this.ReCall.IsShowBorder = true;
|
|
|
- this.ReCall.Location = new System.Drawing.Point(663, 697);
|
|
|
- this.ReCall.Margin = new System.Windows.Forms.Padding(4);
|
|
|
- this.ReCall.MoveImage = ((System.Drawing.Image)(resources.GetObject("ReCall.MoveImage")));
|
|
|
- this.ReCall.Name = "ReCall";
|
|
|
- this.ReCall.NormalImage = ((System.Drawing.Image)(resources.GetObject("ReCall.NormalImage")));
|
|
|
- this.ReCall.Power = null;
|
|
|
- this.ReCall.Size = new System.Drawing.Size(105, 36);
|
|
|
- this.ReCall.TabIndex = 74;
|
|
|
- this.ReCall.Text = "撤销输入";
|
|
|
- this.ReCall.UseVisualStyleBackColor = true;
|
|
|
- this.ReCall.Click += new System.EventHandler(this.ReCall_Click);
|
|
|
- //
|
|
|
- // Confirm
|
|
|
- //
|
|
|
- this.Confirm.AllPower = "ifall";
|
|
|
- this.Confirm.BackColor = System.Drawing.Color.Transparent;
|
|
|
- this.Confirm.DownImage = ((System.Drawing.Image)(resources.GetObject("Confirm.DownImage")));
|
|
|
- this.Confirm.Image = ((System.Drawing.Image)(resources.GetObject("Confirm.Image")));
|
|
|
- this.Confirm.IsShowBorder = true;
|
|
|
- this.Confirm.Location = new System.Drawing.Point(516, 697);
|
|
|
- this.Confirm.Margin = new System.Windows.Forms.Padding(4);
|
|
|
- this.Confirm.MoveImage = ((System.Drawing.Image)(resources.GetObject("Confirm.MoveImage")));
|
|
|
- this.Confirm.Name = "Confirm";
|
|
|
- this.Confirm.NormalImage = ((System.Drawing.Image)(resources.GetObject("Confirm.NormalImage")));
|
|
|
- this.Confirm.Power = null;
|
|
|
- this.Confirm.Size = new System.Drawing.Size(105, 36);
|
|
|
- this.Confirm.TabIndex = 73;
|
|
|
- this.Confirm.Tag = "IfWrite";
|
|
|
- this.Confirm.Text = "确认";
|
|
|
- this.Confirm.UseVisualStyleBackColor = true;
|
|
|
- this.Confirm.Click += new System.EventHandler(this.Confirm_Click);
|
|
|
- //
|
|
|
// Make_SeqTransform
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
- this.ClientSize = new System.Drawing.Size(1274, 756);
|
|
|
+ this.ClientSize = new System.Drawing.Size(1274, 701);
|
|
|
+ this.Controls.Add(this.ClearSn_code);
|
|
|
+ this.Controls.Add(this.show_sncode);
|
|
|
+ this.Controls.Add(this.sn_code_label);
|
|
|
+ this.Controls.Add(this.changenum);
|
|
|
+ this.Controls.Add(this.remain_qty);
|
|
|
+ this.Controls.Add(this.PrintNum_label);
|
|
|
+ this.Controls.Add(this.remain_qty_label);
|
|
|
this.Controls.Add(this.pr_detail);
|
|
|
this.Controls.Add(this.ma_code);
|
|
|
this.Controls.Add(this.ma_prodcode);
|
|
|
this.Controls.Add(this.label1);
|
|
|
- this.Controls.Add(this.changenum);
|
|
|
this.Controls.Add(this.afterTransSNLength);
|
|
|
this.Controls.Add(this.beforeTransSNLength);
|
|
|
this.Controls.Add(this.afterTransSNPre);
|
|
|
@@ -361,9 +388,6 @@
|
|
|
this.Controls.Add(this.beforeTransSNLength_checkBox);
|
|
|
this.Controls.Add(this.OperateResult);
|
|
|
this.Controls.Add(this.sncode);
|
|
|
- this.Controls.Add(this.ReCall);
|
|
|
- this.Controls.Add(this.Confirm);
|
|
|
- this.Controls.Add(this.changenum_lanel);
|
|
|
this.Controls.Add(this.ChangeResult);
|
|
|
this.Controls.Add(this.sncode_label);
|
|
|
this.Controls.Add(this.ms_makecode_label);
|
|
|
@@ -376,6 +400,7 @@
|
|
|
this.Text = " ";
|
|
|
this.Load += new System.EventHandler(this.序列转换_Load);
|
|
|
this.SizeChanged += new System.EventHandler(this.序列转换_SizeChanged);
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.ClearSn_code)).EndInit();
|
|
|
this.ResumeLayout(false);
|
|
|
this.PerformLayout();
|
|
|
|
|
|
@@ -387,9 +412,6 @@
|
|
|
private System.Windows.Forms.Label ma_prodcode_label;
|
|
|
private System.Windows.Forms.Label sncode_label;
|
|
|
private System.Windows.Forms.CheckBox ChangeResult;
|
|
|
- private System.Windows.Forms.Label changenum_lanel;
|
|
|
- private CustomControl.ButtonUtil.NormalButton Confirm;
|
|
|
- private CustomControl.ButtonUtil.NormalButton ReCall;
|
|
|
private CustomControl.TextBoxWithIcon.EnterTextBox sncode;
|
|
|
private CustomControl.RichText.RichTextAutoBottom OperateResult;
|
|
|
private System.Windows.Forms.CheckBox beforeTransSNLength_checkBox;
|
|
|
@@ -400,10 +422,16 @@
|
|
|
private CustomControl.TextBoxWithIcon.EnterTextBox afterTransSNPre;
|
|
|
private CustomControl.TextBoxWithIcon.TextBoxNumOnly beforeTransSNLength;
|
|
|
private CustomControl.TextBoxWithIcon.TextBoxNumOnly afterTransSNLength;
|
|
|
- private CustomControl.TextBoxWithIcon.TextBoxNumOnly changenum;
|
|
|
private System.Windows.Forms.Label label1;
|
|
|
private CustomControl.ValueLabel.ValueLabel ma_prodcode;
|
|
|
private System.Windows.Forms.Label ma_code;
|
|
|
private CustomControl.ValueLabel.ValueLabel pr_detail;
|
|
|
+ private System.Windows.Forms.Label changenum;
|
|
|
+ private System.Windows.Forms.Label remain_qty;
|
|
|
+ private System.Windows.Forms.Label PrintNum_label;
|
|
|
+ private System.Windows.Forms.Label remain_qty_label;
|
|
|
+ private System.Windows.Forms.PictureBox ClearSn_code;
|
|
|
+ private CustomControl.TextBoxWithIcon.EnterTextBox show_sncode;
|
|
|
+ private System.Windows.Forms.Label sn_code_label;
|
|
|
}
|
|
|
}
|