123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606 |
- namespace UAS_MES_NEW.Packing
- {
- partial class Packing_CartonTransfer
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Packing_CartonTransfer));
- this.sn_code_label = new System.Windows.Forms.Label();
- this.清除 = new System.Windows.Forms.Button();
- this.sn_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SnCollectionBox();
- this.OperateResult = new UAS_MES_NEW.CustomControl.RichText.RichTextAutoBottom();
- this.groupBoxWithBorder2 = new UAS_MES_NEW.CustomControl.GroupBoxWithBorder.GroupBoxWithBorder();
- this.ALLMOVE = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
- this.pa_standardqty = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.NumOnlyTextBox();
- this.pa_currentqty = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
- this.label4 = new System.Windows.Forms.Label();
- this.label3 = new System.Windows.Forms.Label();
- this.label2 = new System.Windows.Forms.Label();
- this.pa_outboxcode = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SnCollectionBox();
- this.newpack = new System.Windows.Forms.RadioButton();
- this.movepack = new System.Windows.Forms.RadioButton();
- this.groupBoxWithBorder1 = new UAS_MES_NEW.CustomControl.GroupBoxWithBorder.GroupBoxWithBorder();
- this.pa_weight = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
- this.pa_sccode = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
- this.pa_nextstep = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
- this.ms_outboxcode = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SnCollectionBox();
- this.pa_packtype = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
- this.pa_type = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
- this.pa_custcode = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
- this.pa_salecode = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
- this.pa_level = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
- this.lastsccode = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
- this.ms_msmakecode = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
- this.laststepcode = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
- this.ms_prodcode = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
- this.pa_qty = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
- this.label1 = new System.Windows.Forms.Label();
- this.pa_currentqty_label = new System.Windows.Forms.Label();
- this.pr_detail_label = new System.Windows.Forms.Label();
- this.pr_code_label = new System.Windows.Forms.Label();
- this.pr_outboxinnerqty_label = new System.Windows.Forms.Label();
- this.pa_code_label = new System.Windows.Forms.Label();
- this.pa_status = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
- this.groupBoxWithBorder2.SuspendLayout();
- this.groupBoxWithBorder1.SuspendLayout();
- this.SuspendLayout();
- //
- // 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(21, 696);
- 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 = 176;
- this.sn_code_label.Text = "序列号";
- //
- // 清除
- //
- this.清除.Location = new System.Drawing.Point(1274, 693);
- this.清除.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
- this.清除.Name = "清除";
- this.清除.Size = new System.Drawing.Size(72, 34);
- this.清除.TabIndex = 178;
- this.清除.Text = "清除";
- this.清除.UseVisualStyleBackColor = true;
- this.清除.Click += new System.EventHandler(this.button1_Click);
- //
- // sn_code
- //
- this.sn_code.AllPower = null;
- this.sn_code.BackColor = System.Drawing.Color.White;
- this.sn_code.ID = null;
- this.sn_code.Location = new System.Drawing.Point(122, 699);
- this.sn_code.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
- this.sn_code.Name = "sn_code";
- this.sn_code.Power = null;
- this.sn_code.Size = new System.Drawing.Size(292, 28);
- this.sn_code.Str = null;
- this.sn_code.Str1 = null;
- this.sn_code.Str2 = null;
- this.sn_code.TabIndex = 177;
- this.sn_code.KeyDown += new System.Windows.Forms.KeyEventHandler(this.sn_code_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(14, 278);
- this.OperateResult.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
- this.OperateResult.Name = "OperateResult";
- this.OperateResult.Size = new System.Drawing.Size(1332, 406);
- this.OperateResult.TabIndex = 175;
- this.OperateResult.Text = "";
- //
- // groupBoxWithBorder2
- //
- this.groupBoxWithBorder2.BorderColor = System.Drawing.Color.Black;
- this.groupBoxWithBorder2.Controls.Add(this.ALLMOVE);
- this.groupBoxWithBorder2.Controls.Add(this.pa_standardqty);
- this.groupBoxWithBorder2.Controls.Add(this.pa_currentqty);
- this.groupBoxWithBorder2.Controls.Add(this.label4);
- this.groupBoxWithBorder2.Controls.Add(this.label3);
- this.groupBoxWithBorder2.Controls.Add(this.label2);
- this.groupBoxWithBorder2.Controls.Add(this.pa_outboxcode);
- this.groupBoxWithBorder2.Controls.Add(this.newpack);
- this.groupBoxWithBorder2.Controls.Add(this.movepack);
- this.groupBoxWithBorder2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.groupBoxWithBorder2.Location = new System.Drawing.Point(682, 15);
- this.groupBoxWithBorder2.Name = "groupBoxWithBorder2";
- this.groupBoxWithBorder2.Size = new System.Drawing.Size(669, 236);
- this.groupBoxWithBorder2.TabIndex = 174;
- this.groupBoxWithBorder2.TabStop = false;
- this.groupBoxWithBorder2.Text = "转移箱";
- this.groupBoxWithBorder2.TextColor = System.Drawing.Color.Black;
- //
- // ALLMOVE
- //
- this.ALLMOVE.AllPower = null;
- this.ALLMOVE.BackColor = System.Drawing.Color.Transparent;
- this.ALLMOVE.DownImage = ((System.Drawing.Image)(resources.GetObject("ALLMOVE.DownImage")));
- this.ALLMOVE.Image = null;
- this.ALLMOVE.IsShowBorder = true;
- this.ALLMOVE.Location = new System.Drawing.Point(423, 172);
- this.ALLMOVE.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
- this.ALLMOVE.MoveImage = ((System.Drawing.Image)(resources.GetObject("ALLMOVE.MoveImage")));
- this.ALLMOVE.Name = "ALLMOVE";
- this.ALLMOVE.NormalImage = ((System.Drawing.Image)(resources.GetObject("ALLMOVE.NormalImage")));
- this.ALLMOVE.Power = null;
- this.ALLMOVE.Size = new System.Drawing.Size(105, 38);
- this.ALLMOVE.TabIndex = 179;
- this.ALLMOVE.Text = "全部移箱";
- this.ALLMOVE.UseVisualStyleBackColor = false;
- this.ALLMOVE.Click += new System.EventHandler(this.ALLMOVE_Click);
- //
- // pa_standardqty
- //
- this.pa_standardqty.AllPower = null;
- this.pa_standardqty.BackColor = System.Drawing.Color.White;
- this.pa_standardqty.Font = new System.Drawing.Font("微软雅黑", 9F);
- this.pa_standardqty.ID = null;
- this.pa_standardqty.Location = new System.Drawing.Point(166, 177);
- this.pa_standardqty.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
- this.pa_standardqty.Name = "pa_standardqty";
- this.pa_standardqty.Negative = false;
- this.pa_standardqty.Power = null;
- this.pa_standardqty.Size = new System.Drawing.Size(223, 31);
- this.pa_standardqty.Str = null;
- this.pa_standardqty.Str1 = null;
- this.pa_standardqty.Str2 = null;
- this.pa_standardqty.TabIndex = 174;
- //
- // pa_currentqty
- //
- this.pa_currentqty.AutoSize = true;
- this.pa_currentqty.CutLength = null;
- this.pa_currentqty.Location = new System.Drawing.Point(543, 90);
- this.pa_currentqty.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.pa_currentqty.MaximumSize = new System.Drawing.Size(300, 0);
- this.pa_currentqty.Name = "pa_currentqty";
- this.pa_currentqty.Size = new System.Drawing.Size(0, 31);
- this.pa_currentqty.TabIndex = 173;
- //
- // label4
- //
- this.label4.AutoSize = true;
- this.label4.Location = new System.Drawing.Point(423, 90);
- this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(110, 31);
- this.label4.TabIndex = 6;
- this.label4.Text = "箱内数量";
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.Location = new System.Drawing.Point(32, 174);
- this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(110, 31);
- this.label3.TabIndex = 5;
- this.label3.Text = "标准容量";
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Location = new System.Drawing.Point(32, 92);
- this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(110, 31);
- this.label2.TabIndex = 4;
- this.label2.Text = "目标箱号";
- //
- // pa_outboxcode
- //
- this.pa_outboxcode.AllPower = null;
- this.pa_outboxcode.BackColor = System.Drawing.Color.White;
- this.pa_outboxcode.Font = new System.Drawing.Font("微软雅黑", 9F);
- this.pa_outboxcode.ID = null;
- this.pa_outboxcode.Location = new System.Drawing.Point(166, 94);
- this.pa_outboxcode.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
- this.pa_outboxcode.Name = "pa_outboxcode";
- this.pa_outboxcode.Power = null;
- this.pa_outboxcode.Size = new System.Drawing.Size(223, 31);
- this.pa_outboxcode.Str = null;
- this.pa_outboxcode.Str1 = null;
- this.pa_outboxcode.Str2 = null;
- this.pa_outboxcode.TabIndex = 2;
- this.pa_outboxcode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.pa_outboxcode_KeyDown);
- //
- // newpack
- //
- this.newpack.AutoSize = true;
- this.newpack.Location = new System.Drawing.Point(188, 33);
- this.newpack.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
- this.newpack.Name = "newpack";
- this.newpack.Size = new System.Drawing.Size(87, 35);
- this.newpack.TabIndex = 1;
- this.newpack.TabStop = true;
- this.newpack.Text = "新箱";
- this.newpack.UseVisualStyleBackColor = true;
- this.newpack.Visible = false;
- this.newpack.Click += new System.EventHandler(this.movepack_Click);
- //
- // movepack
- //
- this.movepack.AutoSize = true;
- this.movepack.Location = new System.Drawing.Point(38, 33);
- this.movepack.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
- this.movepack.Name = "movepack";
- this.movepack.Size = new System.Drawing.Size(87, 35);
- this.movepack.TabIndex = 0;
- this.movepack.TabStop = true;
- this.movepack.Text = "移箱";
- this.movepack.UseVisualStyleBackColor = true;
- this.movepack.Click += new System.EventHandler(this.movepack_Click);
- //
- // groupBoxWithBorder1
- //
- this.groupBoxWithBorder1.BorderColor = System.Drawing.Color.Black;
- this.groupBoxWithBorder1.Controls.Add(this.pa_weight);
- this.groupBoxWithBorder1.Controls.Add(this.pa_sccode);
- this.groupBoxWithBorder1.Controls.Add(this.pa_nextstep);
- this.groupBoxWithBorder1.Controls.Add(this.ms_outboxcode);
- this.groupBoxWithBorder1.Controls.Add(this.pa_packtype);
- this.groupBoxWithBorder1.Controls.Add(this.pa_type);
- this.groupBoxWithBorder1.Controls.Add(this.pa_custcode);
- this.groupBoxWithBorder1.Controls.Add(this.pa_salecode);
- this.groupBoxWithBorder1.Controls.Add(this.pa_level);
- this.groupBoxWithBorder1.Controls.Add(this.lastsccode);
- this.groupBoxWithBorder1.Controls.Add(this.ms_msmakecode);
- this.groupBoxWithBorder1.Controls.Add(this.laststepcode);
- this.groupBoxWithBorder1.Controls.Add(this.ms_prodcode);
- this.groupBoxWithBorder1.Controls.Add(this.pa_qty);
- this.groupBoxWithBorder1.Controls.Add(this.label1);
- this.groupBoxWithBorder1.Controls.Add(this.pa_currentqty_label);
- this.groupBoxWithBorder1.Controls.Add(this.pr_detail_label);
- this.groupBoxWithBorder1.Controls.Add(this.pr_code_label);
- this.groupBoxWithBorder1.Controls.Add(this.pr_outboxinnerqty_label);
- this.groupBoxWithBorder1.Controls.Add(this.pa_code_label);
- this.groupBoxWithBorder1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.groupBoxWithBorder1.Location = new System.Drawing.Point(14, 15);
- this.groupBoxWithBorder1.Name = "groupBoxWithBorder1";
- this.groupBoxWithBorder1.Size = new System.Drawing.Size(663, 236);
- this.groupBoxWithBorder1.TabIndex = 173;
- this.groupBoxWithBorder1.TabStop = false;
- this.groupBoxWithBorder1.Text = "原箱信息";
- this.groupBoxWithBorder1.TextColor = System.Drawing.Color.Black;
- //
- // pa_weight
- //
- this.pa_weight.AutoSize = true;
- this.pa_weight.CutLength = null;
- this.pa_weight.Location = new System.Drawing.Point(354, 124);
- this.pa_weight.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.pa_weight.MaximumSize = new System.Drawing.Size(300, 0);
- this.pa_weight.Name = "pa_weight";
- this.pa_weight.Size = new System.Drawing.Size(0, 31);
- this.pa_weight.TabIndex = 184;
- this.pa_weight.Visible = false;
- //
- // pa_sccode
- //
- this.pa_sccode.AutoSize = true;
- this.pa_sccode.CutLength = null;
- this.pa_sccode.Location = new System.Drawing.Point(342, 112);
- this.pa_sccode.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.pa_sccode.MaximumSize = new System.Drawing.Size(300, 0);
- this.pa_sccode.Name = "pa_sccode";
- this.pa_sccode.Size = new System.Drawing.Size(0, 31);
- this.pa_sccode.TabIndex = 183;
- this.pa_sccode.Visible = false;
- //
- // pa_nextstep
- //
- this.pa_nextstep.AutoSize = true;
- this.pa_nextstep.CutLength = null;
- this.pa_nextstep.Location = new System.Drawing.Point(330, 100);
- this.pa_nextstep.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.pa_nextstep.MaximumSize = new System.Drawing.Size(300, 0);
- this.pa_nextstep.Name = "pa_nextstep";
- this.pa_nextstep.Size = new System.Drawing.Size(0, 31);
- this.pa_nextstep.TabIndex = 182;
- this.pa_nextstep.Visible = false;
- //
- // ms_outboxcode
- //
- this.ms_outboxcode.AllPower = null;
- this.ms_outboxcode.BackColor = System.Drawing.Color.White;
- this.ms_outboxcode.Font = new System.Drawing.Font("微软雅黑", 9F);
- this.ms_outboxcode.ID = null;
- this.ms_outboxcode.Location = new System.Drawing.Point(108, 57);
- this.ms_outboxcode.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
- this.ms_outboxcode.Name = "ms_outboxcode";
- this.ms_outboxcode.Power = null;
- this.ms_outboxcode.Size = new System.Drawing.Size(163, 31);
- this.ms_outboxcode.Str = null;
- this.ms_outboxcode.Str1 = null;
- this.ms_outboxcode.Str2 = null;
- this.ms_outboxcode.TabIndex = 180;
- this.ms_outboxcode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ms_outboxcode_KeyDown);
- //
- // pa_packtype
- //
- this.pa_packtype.AutoSize = true;
- this.pa_packtype.CutLength = null;
- this.pa_packtype.Location = new System.Drawing.Point(166, 9);
- this.pa_packtype.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.pa_packtype.MaximumSize = new System.Drawing.Size(300, 0);
- this.pa_packtype.Name = "pa_packtype";
- this.pa_packtype.Size = new System.Drawing.Size(0, 31);
- this.pa_packtype.TabIndex = 181;
- this.pa_packtype.Visible = false;
- //
- // pa_type
- //
- this.pa_type.AutoSize = true;
- this.pa_type.CutLength = null;
- this.pa_type.Location = new System.Drawing.Point(598, 20);
- this.pa_type.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.pa_type.MaximumSize = new System.Drawing.Size(300, 0);
- this.pa_type.Name = "pa_type";
- this.pa_type.Size = new System.Drawing.Size(0, 31);
- this.pa_type.TabIndex = 180;
- this.pa_type.Visible = false;
- //
- // pa_custcode
- //
- this.pa_custcode.AutoSize = true;
- this.pa_custcode.CutLength = null;
- this.pa_custcode.Location = new System.Drawing.Point(552, 21);
- this.pa_custcode.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.pa_custcode.MaximumSize = new System.Drawing.Size(300, 0);
- this.pa_custcode.Name = "pa_custcode";
- this.pa_custcode.Size = new System.Drawing.Size(0, 31);
- this.pa_custcode.TabIndex = 179;
- this.pa_custcode.Visible = false;
- //
- // pa_salecode
- //
- this.pa_salecode.AutoSize = true;
- this.pa_salecode.CutLength = null;
- this.pa_salecode.Location = new System.Drawing.Point(420, 9);
- this.pa_salecode.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.pa_salecode.MaximumSize = new System.Drawing.Size(300, 0);
- this.pa_salecode.Name = "pa_salecode";
- this.pa_salecode.Size = new System.Drawing.Size(0, 31);
- this.pa_salecode.TabIndex = 178;
- this.pa_salecode.Visible = false;
- //
- // pa_level
- //
- this.pa_level.AutoSize = true;
- this.pa_level.CutLength = null;
- this.pa_level.Location = new System.Drawing.Point(154, 9);
- this.pa_level.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.pa_level.MaximumSize = new System.Drawing.Size(300, 0);
- this.pa_level.Name = "pa_level";
- this.pa_level.Size = new System.Drawing.Size(0, 31);
- this.pa_level.TabIndex = 177;
- this.pa_level.Visible = false;
- //
- // lastsccode
- //
- this.lastsccode.AutoSize = true;
- this.lastsccode.CutLength = null;
- this.lastsccode.Location = new System.Drawing.Point(500, 165);
- this.lastsccode.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.lastsccode.MaximumSize = new System.Drawing.Size(300, 0);
- this.lastsccode.Name = "lastsccode";
- this.lastsccode.Size = new System.Drawing.Size(0, 31);
- this.lastsccode.TabIndex = 176;
- //
- // ms_msmakecode
- //
- this.ms_msmakecode.AutoSize = true;
- this.ms_msmakecode.CutLength = null;
- this.ms_msmakecode.Location = new System.Drawing.Point(500, 111);
- this.ms_msmakecode.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.ms_msmakecode.MaximumSize = new System.Drawing.Size(300, 0);
- this.ms_msmakecode.Name = "ms_msmakecode";
- this.ms_msmakecode.Size = new System.Drawing.Size(0, 31);
- this.ms_msmakecode.TabIndex = 175;
- //
- // laststepcode
- //
- this.laststepcode.AutoSize = true;
- this.laststepcode.CutLength = null;
- this.laststepcode.Location = new System.Drawing.Point(180, 165);
- this.laststepcode.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.laststepcode.MaximumSize = new System.Drawing.Size(300, 0);
- this.laststepcode.Name = "laststepcode";
- this.laststepcode.Size = new System.Drawing.Size(0, 31);
- this.laststepcode.TabIndex = 174;
- //
- // ms_prodcode
- //
- this.ms_prodcode.AutoSize = true;
- this.ms_prodcode.CutLength = null;
- this.ms_prodcode.Location = new System.Drawing.Point(180, 111);
- this.ms_prodcode.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.ms_prodcode.MaximumSize = new System.Drawing.Size(300, 0);
- this.ms_prodcode.Name = "ms_prodcode";
- this.ms_prodcode.Size = new System.Drawing.Size(0, 31);
- this.ms_prodcode.TabIndex = 173;
- //
- // pa_qty
- //
- this.pa_qty.AutoSize = true;
- this.pa_qty.CutLength = null;
- this.pa_qty.Location = new System.Drawing.Point(500, 52);
- this.pa_qty.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.pa_qty.MaximumSize = new System.Drawing.Size(300, 0);
- this.pa_qty.Name = "pa_qty";
- this.pa_qty.Size = new System.Drawing.Size(0, 31);
- this.pa_qty.TabIndex = 172;
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label1.Location = new System.Drawing.Point(333, 51);
- this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(110, 31);
- this.label1.TabIndex = 171;
- this.label1.Text = "箱内数量";
- //
- // pa_currentqty_label
- //
- this.pa_currentqty_label.AutoSize = true;
- this.pa_currentqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.pa_currentqty_label.Location = new System.Drawing.Point(333, 165);
- this.pa_currentqty_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.pa_currentqty_label.Name = "pa_currentqty_label";
- this.pa_currentqty_label.Size = new System.Drawing.Size(158, 31);
- this.pa_currentqty_label.TabIndex = 95;
- this.pa_currentqty_label.Text = "最后所在资源";
- //
- // pr_detail_label
- //
- this.pr_detail_label.AutoSize = true;
- this.pr_detail_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.pr_detail_label.Location = new System.Drawing.Point(333, 111);
- this.pr_detail_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.pr_detail_label.Name = "pr_detail_label";
- this.pr_detail_label.Size = new System.Drawing.Size(120, 31);
- this.pr_detail_label.TabIndex = 80;
- this.pr_detail_label.Text = "工单/合同";
- //
- // pr_code_label
- //
- this.pr_code_label.AutoSize = true;
- this.pr_code_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.pr_code_label.Location = new System.Drawing.Point(14, 111);
- this.pr_code_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.pr_code_label.Name = "pr_code_label";
- this.pr_code_label.Size = new System.Drawing.Size(110, 31);
- this.pr_code_label.TabIndex = 81;
- this.pr_code_label.Text = "产品编号";
- //
- // pr_outboxinnerqty_label
- //
- this.pr_outboxinnerqty_label.AutoSize = true;
- this.pr_outboxinnerqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.pr_outboxinnerqty_label.Location = new System.Drawing.Point(14, 165);
- this.pr_outboxinnerqty_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.pr_outboxinnerqty_label.Name = "pr_outboxinnerqty_label";
- this.pr_outboxinnerqty_label.Size = new System.Drawing.Size(158, 31);
- this.pr_outboxinnerqty_label.TabIndex = 97;
- this.pr_outboxinnerqty_label.Text = "最后所在工序";
- //
- // pa_code_label
- //
- this.pa_code_label.AutoSize = true;
- this.pa_code_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.pa_code_label.Location = new System.Drawing.Point(14, 52);
- this.pa_code_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.pa_code_label.Name = "pa_code_label";
- this.pa_code_label.Size = new System.Drawing.Size(86, 31);
- this.pa_code_label.TabIndex = 113;
- this.pa_code_label.Text = "原箱号";
- //
- // pa_status
- //
- this.pa_status.AutoSize = true;
- this.pa_status.CutLength = null;
- this.pa_status.Location = new System.Drawing.Point(826, 708);
- this.pa_status.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.pa_status.MaximumSize = new System.Drawing.Size(300, 0);
- this.pa_status.Name = "pa_status";
- this.pa_status.Size = new System.Drawing.Size(0, 18);
- this.pa_status.TabIndex = 185;
- this.pa_status.Visible = false;
- //
- // Packing_CartonTransfer
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(1365, 753);
- this.Controls.Add(this.pa_status);
- this.Controls.Add(this.清除);
- this.Controls.Add(this.sn_code);
- this.Controls.Add(this.sn_code_label);
- this.Controls.Add(this.OperateResult);
- this.Controls.Add(this.groupBoxWithBorder2);
- this.Controls.Add(this.groupBoxWithBorder1);
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
- this.Name = "Packing_CartonTransfer";
- this.Tag = "Packing!CartonTransfer";
- this.Text = "卡通箱转移";
- this.Load += new System.EventHandler(this.Packing_CartonTransfer_Load);
- this.SizeChanged += new System.EventHandler(this.Packing_CartonTransfer_SizeChanged);
- this.groupBoxWithBorder2.ResumeLayout(false);
- this.groupBoxWithBorder2.PerformLayout();
- this.groupBoxWithBorder1.ResumeLayout(false);
- this.groupBoxWithBorder1.PerformLayout();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private CustomControl.GroupBoxWithBorder.GroupBoxWithBorder groupBoxWithBorder2;
- private CustomControl.GroupBoxWithBorder.GroupBoxWithBorder groupBoxWithBorder1;
- private System.Windows.Forms.Label pa_currentqty_label;
- private System.Windows.Forms.Label pr_detail_label;
- private System.Windows.Forms.Label pr_code_label;
- private System.Windows.Forms.Label pr_outboxinnerqty_label;
- private System.Windows.Forms.Label pa_code_label;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.RadioButton movepack;
- private System.Windows.Forms.RadioButton newpack;
- private CustomControl.TextBoxWithIcon.SnCollectionBox pa_outboxcode;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.Label label4;
- private CustomControl.ValueLabel.ValueLabel pa_qty;
- private CustomControl.ValueLabel.ValueLabel ms_prodcode;
- private CustomControl.ValueLabel.ValueLabel laststepcode;
- private CustomControl.ValueLabel.ValueLabel ms_msmakecode;
- private CustomControl.ValueLabel.ValueLabel lastsccode;
- private CustomControl.ValueLabel.ValueLabel pa_currentqty;
- private CustomControl.RichText.RichTextAutoBottom OperateResult;
- private System.Windows.Forms.Label sn_code_label;
- private CustomControl.TextBoxWithIcon.SnCollectionBox sn_code;
- private CustomControl.TextBoxWithIcon.NumOnlyTextBox pa_standardqty;
- private CustomControl.ValueLabel.ValueLabel pa_level;
- private CustomControl.ValueLabel.ValueLabel pa_salecode;
- private CustomControl.ValueLabel.ValueLabel pa_custcode;
- private CustomControl.ValueLabel.ValueLabel pa_type;
- private CustomControl.ValueLabel.ValueLabel pa_packtype;
- private System.Windows.Forms.Button 清除;
- private CustomControl.ButtonUtil.NormalButton ALLMOVE;
- private CustomControl.TextBoxWithIcon.SnCollectionBox ms_outboxcode;
- private CustomControl.ValueLabel.ValueLabel pa_nextstep;
- private CustomControl.ValueLabel.ValueLabel pa_sccode;
- private CustomControl.ValueLabel.ValueLabel pa_weight;
- private CustomControl.ValueLabel.ValueLabel pa_status;
- }
- }
|