| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602 |
- namespace UAS_MES_NEW.Warehouse
- {
- partial class Warehouse_FinishedProductOut
- {
- /// <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()
- {
- this.components = new System.ComponentModel.Container();
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Warehouse_FinishedProductOut));
- this.pi_inoutno_label = new System.Windows.Forms.Label();
- this.pi_titile_label = new System.Windows.Forms.Label();
- this.pi_title = new System.Windows.Forms.Label();
- this.palletBtn = new System.Windows.Forms.RadioButton();
- this.serBtn = new System.Windows.Forms.RadioButton();
- this.bigboxBtn = new System.Windows.Forms.RadioButton();
- this.pi_id = new System.Windows.Forms.Label();
- this.pi_type = new System.Windows.Forms.Label();
- this.bindingSource = new System.Windows.Forms.BindingSource(this.components);
- this.Search = new System.Windows.Forms.Button();
- this.pallecode = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.TextBoxWithPlaceHolder();
- this.OperateResult = new UAS_MES_NEW.CustomControl.RichText.RichTextAutoBottom();
- this.pi_type_check = new UAS_MES_NEW.CustomControl.CustomCheckBox.CustomCheckBox();
- this.Clean = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
- this.cancel = new UAS_MES_NEW.CustomControl.CustomCheckBox.CustomCheckBox();
- this.input = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SnCollectionBox();
- this.InOutDetailDGV = new UAS_MES_NEW.CustomControl.DataGrid_View.DataGridViewWithSerialNum();
- this.pim_outboxcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.pim_mac = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.pim_prodcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.pr_detail = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.pr_spec = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.blank = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.ConfirmOut = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
- this.NewProdInOut = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
- this.ProdDetail = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
- this.pi_inoutno = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SearchTextBox();
- this.datacount = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
- this.Label = new System.Windows.Forms.Label();
- this.boxqty = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
- this.getqty = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
- this.ungetqty = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
- this.outqty = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
- this.label10 = new System.Windows.Forms.Label();
- this.label8 = new System.Windows.Forms.Label();
- this.label6 = new System.Windows.Forms.Label();
- this.label4 = new System.Windows.Forms.Label();
- ((System.ComponentModel.ISupportInitialize)(this.bindingSource)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.InOutDetailDGV)).BeginInit();
- this.SuspendLayout();
- //
- // pi_inoutno_label
- //
- this.pi_inoutno_label.AutoSize = true;
- this.pi_inoutno_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.pi_inoutno_label.Location = new System.Drawing.Point(8, 30);
- this.pi_inoutno_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.pi_inoutno_label.Name = "pi_inoutno_label";
- this.pi_inoutno_label.Size = new System.Drawing.Size(110, 31);
- this.pi_inoutno_label.TabIndex = 211;
- this.pi_inoutno_label.Text = "出货单号";
- //
- // pi_titile_label
- //
- this.pi_titile_label.AutoSize = true;
- this.pi_titile_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.pi_titile_label.Location = new System.Drawing.Point(378, 30);
- this.pi_titile_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.pi_titile_label.Name = "pi_titile_label";
- this.pi_titile_label.Size = new System.Drawing.Size(110, 31);
- this.pi_titile_label.TabIndex = 212;
- this.pi_titile_label.Text = "客户名称";
- //
- // pi_title
- //
- this.pi_title.AutoSize = true;
- this.pi_title.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.pi_title.Location = new System.Drawing.Point(489, 34);
- this.pi_title.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.pi_title.Name = "pi_title";
- this.pi_title.Size = new System.Drawing.Size(0, 24);
- this.pi_title.TabIndex = 213;
- //
- // palletBtn
- //
- this.palletBtn.AutoSize = true;
- this.palletBtn.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.palletBtn.Location = new System.Drawing.Point(21, 640);
- this.palletBtn.Name = "palletBtn";
- this.palletBtn.Size = new System.Drawing.Size(111, 35);
- this.palletBtn.TabIndex = 219;
- this.palletBtn.Text = "栈板号";
- this.palletBtn.UseVisualStyleBackColor = true;
- this.palletBtn.Click += new System.EventHandler(this.serBtn_Click);
- //
- // serBtn
- //
- this.serBtn.AutoSize = true;
- this.serBtn.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.serBtn.Location = new System.Drawing.Point(274, 640);
- this.serBtn.Name = "serBtn";
- this.serBtn.Size = new System.Drawing.Size(159, 35);
- this.serBtn.TabIndex = 220;
- this.serBtn.Text = "单台序列号";
- this.serBtn.UseVisualStyleBackColor = true;
- this.serBtn.Click += new System.EventHandler(this.serBtn_Click);
- //
- // bigboxBtn
- //
- this.bigboxBtn.AutoSize = true;
- this.bigboxBtn.Checked = true;
- this.bigboxBtn.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.bigboxBtn.Location = new System.Drawing.Point(146, 640);
- this.bigboxBtn.Name = "bigboxBtn";
- this.bigboxBtn.Size = new System.Drawing.Size(87, 35);
- this.bigboxBtn.TabIndex = 221;
- this.bigboxBtn.TabStop = true;
- this.bigboxBtn.Text = "箱号";
- this.bigboxBtn.UseVisualStyleBackColor = true;
- this.bigboxBtn.Click += new System.EventHandler(this.serBtn_Click);
- //
- // pi_id
- //
- this.pi_id.AutoSize = true;
- this.pi_id.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.pi_id.Location = new System.Drawing.Point(690, 32);
- this.pi_id.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.pi_id.Name = "pi_id";
- this.pi_id.Size = new System.Drawing.Size(0, 31);
- this.pi_id.TabIndex = 229;
- this.pi_id.Visible = false;
- //
- // pi_type
- //
- this.pi_type.AutoSize = true;
- this.pi_type.Location = new System.Drawing.Point(352, 72);
- this.pi_type.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.pi_type.Name = "pi_type";
- this.pi_type.Size = new System.Drawing.Size(0, 18);
- this.pi_type.TabIndex = 230;
- this.pi_type.Visible = false;
- //
- // Search
- //
- this.Search.Location = new System.Drawing.Point(304, 76);
- this.Search.Margin = new System.Windows.Forms.Padding(4);
- this.Search.Name = "Search";
- this.Search.Size = new System.Drawing.Size(102, 32);
- this.Search.TabIndex = 239;
- this.Search.Text = "查询";
- this.Search.UseVisualStyleBackColor = true;
- this.Search.Click += new System.EventHandler(this.Search_Click);
- //
- // pallecode
- //
- this.pallecode.BackColor = System.Drawing.Color.Transparent;
- this.pallecode.Location = new System.Drawing.Point(14, 76);
- this.pallecode.Margin = new System.Windows.Forms.Padding(4);
- this.pallecode.Name = "pallecode";
- this.pallecode.PlaceHolder = "栈板/箱搜索";
- this.pallecode.Size = new System.Drawing.Size(255, 42);
- this.pallecode.TabIndex = 238;
- this.pallecode.UserControlTextChanged += new UAS_MES_NEW.CustomControl.TextBoxWithIcon.TextBoxWithPlaceHolder.OnTextChange(this.pallecode_UserControlTextChanged);
- //
- // 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(844, 399);
- this.OperateResult.Margin = new System.Windows.Forms.Padding(4);
- this.OperateResult.Name = "OperateResult";
- this.OperateResult.Size = new System.Drawing.Size(253, 366);
- this.OperateResult.TabIndex = 228;
- this.OperateResult.Text = "";
- //
- // pi_type_check
- //
- this.pi_type_check.AllPower = null;
- this.pi_type_check.AutoSize = true;
- this.pi_type_check.Enabled = false;
- this.pi_type_check.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.pi_type_check.Location = new System.Drawing.Point(680, 640);
- this.pi_type_check.Name = "pi_type_check";
- this.pi_type_check.Power = null;
- this.pi_type_check.Size = new System.Drawing.Size(160, 35);
- this.pi_type_check.TabIndex = 225;
- this.pi_type_check.Text = "按订单出货";
- this.pi_type_check.UseVisualStyleBackColor = true;
- //
- // Clean
- //
- this.Clean.AllPower = null;
- this.Clean.BackColor = System.Drawing.Color.Transparent;
- this.Clean.DownImage = ((System.Drawing.Image)(resources.GetObject("Clean.DownImage")));
- this.Clean.Font = new System.Drawing.Font("微软雅黑", 9F);
- this.Clean.Image = null;
- this.Clean.IsShowBorder = true;
- this.Clean.Location = new System.Drawing.Point(718, 712);
- this.Clean.MoveImage = ((System.Drawing.Image)(resources.GetObject("Clean.MoveImage")));
- this.Clean.Name = "Clean";
- this.Clean.NormalImage = ((System.Drawing.Image)(resources.GetObject("Clean.NormalImage")));
- this.Clean.Power = null;
- this.Clean.Size = new System.Drawing.Size(111, 30);
- this.Clean.TabIndex = 224;
- this.Clean.Text = "取消采集";
- this.Clean.UseVisualStyleBackColor = false;
- this.Clean.Click += new System.EventHandler(this.Clean_Click);
- //
- // cancel
- //
- this.cancel.AllPower = null;
- this.cancel.AutoSize = true;
- this.cancel.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.cancel.Location = new System.Drawing.Point(225, 712);
- this.cancel.Name = "cancel";
- this.cancel.Power = null;
- this.cancel.Size = new System.Drawing.Size(88, 35);
- this.cancel.TabIndex = 223;
- this.cancel.Text = "取消";
- this.cancel.UseVisualStyleBackColor = true;
- //
- // input
- //
- this.input.AllPower = null;
- this.input.BackColor = System.Drawing.Color.White;
- this.input.ID = null;
- this.input.Location = new System.Drawing.Point(14, 712);
- this.input.Name = "input";
- this.input.Power = null;
- this.input.Size = new System.Drawing.Size(186, 28);
- this.input.Str = null;
- this.input.Str1 = null;
- this.input.Str2 = null;
- this.input.TabIndex = 222;
- this.input.KeyDown += new System.Windows.Forms.KeyEventHandler(this.input_KeyDown);
- //
- // InOutDetailDGV
- //
- this.InOutDetailDGV.AllowUserToAddRows = false;
- this.InOutDetailDGV.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- this.InOutDetailDGV.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.pim_outboxcode,
- this.pim_mac,
- this.pim_prodcode,
- this.pr_detail,
- this.pr_spec,
- this.blank});
- this.InOutDetailDGV.EnableContentClick = true;
- this.InOutDetailDGV.Location = new System.Drawing.Point(14, 126);
- this.InOutDetailDGV.Name = "InOutDetailDGV";
- this.InOutDetailDGV.RowTemplate.Height = 27;
- this.InOutDetailDGV.Size = new System.Drawing.Size(816, 508);
- this.InOutDetailDGV.TabIndex = 218;
- this.InOutDetailDGV.DataSourceChanged += new System.EventHandler(this.InOutDetailDGV_DataSourceChanged);
- //
- // pim_outboxcode
- //
- this.pim_outboxcode.DataPropertyName = "pim_outboxcode";
- this.pim_outboxcode.HeaderText = "栈板/箱号";
- this.pim_outboxcode.MinimumWidth = 2;
- this.pim_outboxcode.Name = "pim_outboxcode";
- this.pim_outboxcode.ReadOnly = true;
- this.pim_outboxcode.Width = 150;
- //
- // pim_mac
- //
- this.pim_mac.DataPropertyName = "pim_mac";
- this.pim_mac.HeaderText = "SN号";
- this.pim_mac.Name = "pim_mac";
- this.pim_mac.ReadOnly = true;
- //
- // pim_prodcode
- //
- this.pim_prodcode.DataPropertyName = "pim_prodcode";
- this.pim_prodcode.HeaderText = "产品代码";
- this.pim_prodcode.Name = "pim_prodcode";
- this.pim_prodcode.ReadOnly = true;
- //
- // pr_detail
- //
- this.pr_detail.DataPropertyName = "pr_detail";
- this.pr_detail.HeaderText = "名称";
- this.pr_detail.Name = "pr_detail";
- this.pr_detail.ReadOnly = true;
- //
- // pr_spec
- //
- this.pr_spec.DataPropertyName = "pr_spec";
- this.pr_spec.HeaderText = "规格";
- this.pr_spec.MinimumWidth = 200;
- this.pr_spec.Name = "pr_spec";
- this.pr_spec.ReadOnly = true;
- this.pr_spec.Width = 200;
- //
- // blank
- //
- this.blank.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
- this.blank.HeaderText = "";
- this.blank.MinimumWidth = 2;
- this.blank.Name = "blank";
- this.blank.Width = 2;
- //
- // ConfirmOut
- //
- this.ConfirmOut.AllPower = null;
- this.ConfirmOut.BackColor = System.Drawing.Color.Transparent;
- this.ConfirmOut.DownImage = ((System.Drawing.Image)(resources.GetObject("ConfirmOut.DownImage")));
- this.ConfirmOut.Font = new System.Drawing.Font("微软雅黑", 9F);
- this.ConfirmOut.Image = null;
- this.ConfirmOut.IsShowBorder = true;
- this.ConfirmOut.Location = new System.Drawing.Point(844, 30);
- this.ConfirmOut.MoveImage = ((System.Drawing.Image)(resources.GetObject("ConfirmOut.MoveImage")));
- this.ConfirmOut.Name = "ConfirmOut";
- this.ConfirmOut.NormalImage = ((System.Drawing.Image)(resources.GetObject("ConfirmOut.NormalImage")));
- this.ConfirmOut.Power = null;
- this.ConfirmOut.Size = new System.Drawing.Size(112, 40);
- this.ConfirmOut.TabIndex = 216;
- this.ConfirmOut.Text = "确认出货";
- this.ConfirmOut.UseVisualStyleBackColor = false;
- this.ConfirmOut.Click += new System.EventHandler(this.ConfirmOut_Click);
- //
- // NewProdInOut
- //
- this.NewProdInOut.AllPower = null;
- this.NewProdInOut.BackColor = System.Drawing.Color.Transparent;
- this.NewProdInOut.DownImage = ((System.Drawing.Image)(resources.GetObject("NewProdInOut.DownImage")));
- this.NewProdInOut.Font = new System.Drawing.Font("微软雅黑", 9F);
- this.NewProdInOut.Image = null;
- this.NewProdInOut.IsShowBorder = true;
- this.NewProdInOut.Location = new System.Drawing.Point(981, 32);
- this.NewProdInOut.MoveImage = ((System.Drawing.Image)(resources.GetObject("NewProdInOut.MoveImage")));
- this.NewProdInOut.Name = "NewProdInOut";
- this.NewProdInOut.NormalImage = ((System.Drawing.Image)(resources.GetObject("NewProdInOut.NormalImage")));
- this.NewProdInOut.Power = null;
- this.NewProdInOut.Size = new System.Drawing.Size(112, 39);
- this.NewProdInOut.TabIndex = 215;
- this.NewProdInOut.Text = "新增出货单";
- this.NewProdInOut.UseVisualStyleBackColor = false;
- this.NewProdInOut.Click += new System.EventHandler(this.NewProdInOut_Click);
- //
- // ProdDetail
- //
- this.ProdDetail.AllPower = null;
- this.ProdDetail.BackColor = System.Drawing.Color.Transparent;
- this.ProdDetail.DownImage = ((System.Drawing.Image)(resources.GetObject("ProdDetail.DownImage")));
- this.ProdDetail.Font = new System.Drawing.Font("微软雅黑", 9F);
- this.ProdDetail.Image = null;
- this.ProdDetail.IsShowBorder = true;
- this.ProdDetail.Location = new System.Drawing.Point(732, 30);
- this.ProdDetail.MoveImage = ((System.Drawing.Image)(resources.GetObject("ProdDetail.MoveImage")));
- this.ProdDetail.Name = "ProdDetail";
- this.ProdDetail.NormalImage = ((System.Drawing.Image)(resources.GetObject("ProdDetail.NormalImage")));
- this.ProdDetail.Power = null;
- this.ProdDetail.Size = new System.Drawing.Size(98, 40);
- this.ProdDetail.TabIndex = 214;
- this.ProdDetail.Text = "产品明细";
- this.ProdDetail.UseVisualStyleBackColor = false;
- this.ProdDetail.Click += new System.EventHandler(this.ProdDetail_Click);
- //
- // pi_inoutno
- //
- this.pi_inoutno.AllPower = null;
- this.pi_inoutno.Caller = null;
- this.pi_inoutno.Condition = null;
- this.pi_inoutno.DBTitle = null;
- this.pi_inoutno.FormName = null;
- this.pi_inoutno.Location = new System.Drawing.Point(116, 32);
- this.pi_inoutno.Name = "pi_inoutno";
- this.pi_inoutno.Power = null;
- this.pi_inoutno.ReturnData = null;
- this.pi_inoutno.SelectField = null;
- this.pi_inoutno.SetValueField = null;
- this.pi_inoutno.Size = new System.Drawing.Size(237, 30);
- this.pi_inoutno.TabIndex = 0;
- this.pi_inoutno.TableName = null;
- this.pi_inoutno.TextBoxEnable = true;
- //
- // datacount
- //
- this.datacount.AutoSize = true;
- this.datacount.CutLength = null;
- this.datacount.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.datacount.Location = new System.Drawing.Point(991, 343);
- this.datacount.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.datacount.MaximumSize = new System.Drawing.Size(300, 0);
- this.datacount.Name = "datacount";
- this.datacount.Size = new System.Drawing.Size(0, 31);
- this.datacount.TabIndex = 249;
- //
- // Label
- //
- this.Label.AutoSize = true;
- this.Label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.Label.Location = new System.Drawing.Point(863, 343);
- this.Label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.Label.Name = "Label";
- this.Label.Size = new System.Drawing.Size(110, 31);
- this.Label.TabIndex = 248;
- this.Label.Text = "当前明细";
- //
- // boxqty
- //
- this.boxqty.AutoSize = true;
- this.boxqty.CutLength = null;
- this.boxqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.boxqty.Location = new System.Drawing.Point(991, 291);
- this.boxqty.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.boxqty.MaximumSize = new System.Drawing.Size(300, 0);
- this.boxqty.Name = "boxqty";
- this.boxqty.Size = new System.Drawing.Size(0, 31);
- this.boxqty.TabIndex = 247;
- //
- // getqty
- //
- this.getqty.AutoSize = true;
- this.getqty.CutLength = null;
- this.getqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.getqty.Location = new System.Drawing.Point(991, 237);
- this.getqty.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.getqty.MaximumSize = new System.Drawing.Size(300, 0);
- this.getqty.Name = "getqty";
- this.getqty.Size = new System.Drawing.Size(0, 31);
- this.getqty.TabIndex = 246;
- //
- // ungetqty
- //
- this.ungetqty.AutoSize = true;
- this.ungetqty.CutLength = null;
- this.ungetqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.ungetqty.Location = new System.Drawing.Point(991, 177);
- this.ungetqty.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.ungetqty.MaximumSize = new System.Drawing.Size(300, 0);
- this.ungetqty.Name = "ungetqty";
- this.ungetqty.Size = new System.Drawing.Size(0, 31);
- this.ungetqty.TabIndex = 245;
- //
- // outqty
- //
- this.outqty.AutoSize = true;
- this.outqty.CutLength = null;
- this.outqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.outqty.Location = new System.Drawing.Point(991, 127);
- this.outqty.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.outqty.MaximumSize = new System.Drawing.Size(300, 0);
- this.outqty.Name = "outqty";
- this.outqty.Size = new System.Drawing.Size(0, 31);
- this.outqty.TabIndex = 244;
- //
- // label10
- //
- this.label10.AutoSize = true;
- this.label10.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label10.Location = new System.Drawing.Point(863, 291);
- this.label10.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label10.Name = "label10";
- this.label10.Size = new System.Drawing.Size(86, 31);
- this.label10.TabIndex = 243;
- this.label10.Text = "总箱数";
- //
- // label8
- //
- this.label8.AutoSize = true;
- this.label8.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label8.Location = new System.Drawing.Point(863, 237);
- this.label8.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label8.Name = "label8";
- this.label8.Size = new System.Drawing.Size(110, 31);
- this.label8.TabIndex = 242;
- this.label8.Text = "已采集数";
- //
- // label6
- //
- this.label6.AutoSize = true;
- this.label6.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label6.Location = new System.Drawing.Point(863, 177);
- this.label6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label6.Name = "label6";
- this.label6.Size = new System.Drawing.Size(110, 31);
- this.label6.TabIndex = 240;
- this.label6.Text = "待采集数";
- //
- // label4
- //
- this.label4.AutoSize = true;
- this.label4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label4.Location = new System.Drawing.Point(863, 127);
- 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 = 241;
- this.label4.Text = "出货数量";
- //
- // Warehouse_FinishedProductOut
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(1110, 777);
- this.Controls.Add(this.datacount);
- this.Controls.Add(this.Label);
- this.Controls.Add(this.boxqty);
- this.Controls.Add(this.getqty);
- this.Controls.Add(this.ungetqty);
- this.Controls.Add(this.outqty);
- this.Controls.Add(this.label10);
- this.Controls.Add(this.label8);
- this.Controls.Add(this.label6);
- this.Controls.Add(this.label4);
- this.Controls.Add(this.Search);
- this.Controls.Add(this.pallecode);
- this.Controls.Add(this.pi_type);
- this.Controls.Add(this.pi_id);
- this.Controls.Add(this.OperateResult);
- this.Controls.Add(this.pi_type_check);
- this.Controls.Add(this.Clean);
- this.Controls.Add(this.cancel);
- this.Controls.Add(this.input);
- this.Controls.Add(this.bigboxBtn);
- this.Controls.Add(this.serBtn);
- this.Controls.Add(this.palletBtn);
- this.Controls.Add(this.InOutDetailDGV);
- this.Controls.Add(this.ConfirmOut);
- this.Controls.Add(this.NewProdInOut);
- this.Controls.Add(this.ProdDetail);
- this.Controls.Add(this.pi_title);
- this.Controls.Add(this.pi_titile_label);
- this.Controls.Add(this.pi_inoutno_label);
- this.Controls.Add(this.pi_inoutno);
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
- this.Name = "Warehouse_FinishedProductOut";
- this.Tag = "Warehouse!FinishedProductIn";
- this.Text = "成品出货";
- this.Load += new System.EventHandler(this.Warehouse_FinishedProductOut_Load);
- this.SizeChanged += new System.EventHandler(this.Warehouse_FinishedProductOut_SizeChanged);
- ((System.ComponentModel.ISupportInitialize)(this.bindingSource)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.InOutDetailDGV)).EndInit();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private CustomControl.TextBoxWithIcon.SearchTextBox pi_inoutno;
- private System.Windows.Forms.Label pi_inoutno_label;
- private System.Windows.Forms.Label pi_titile_label;
- private System.Windows.Forms.Label pi_title;
- private CustomControl.ButtonUtil.NormalButton ProdDetail;
- private CustomControl.ButtonUtil.NormalButton NewProdInOut;
- private CustomControl.ButtonUtil.NormalButton ConfirmOut;
- private CustomControl.DataGrid_View.DataGridViewWithSerialNum InOutDetailDGV;
- private System.Windows.Forms.RadioButton palletBtn;
- private System.Windows.Forms.RadioButton serBtn;
- private System.Windows.Forms.RadioButton bigboxBtn;
- private CustomControl.TextBoxWithIcon.SnCollectionBox input;
- private CustomControl.CustomCheckBox.CustomCheckBox cancel;
- private CustomControl.ButtonUtil.NormalButton Clean;
- private CustomControl.CustomCheckBox.CustomCheckBox pi_type_check;
- private CustomControl.RichText.RichTextAutoBottom OperateResult;
- private System.Windows.Forms.Label pi_id;
- private System.Windows.Forms.Label pi_type;
- private System.Windows.Forms.BindingSource bindingSource;
- private System.Windows.Forms.DataGridViewTextBoxColumn pim_outboxcode;
- private System.Windows.Forms.DataGridViewTextBoxColumn pim_mac;
- private System.Windows.Forms.DataGridViewTextBoxColumn pim_prodcode;
- private System.Windows.Forms.DataGridViewTextBoxColumn pr_detail;
- private System.Windows.Forms.DataGridViewTextBoxColumn pr_spec;
- private System.Windows.Forms.DataGridViewTextBoxColumn blank;
- private System.Windows.Forms.Button Search;
- private CustomControl.TextBoxWithIcon.TextBoxWithPlaceHolder pallecode;
- private CustomControl.ValueLabel.ValueLabel datacount;
- private System.Windows.Forms.Label Label;
- private CustomControl.ValueLabel.ValueLabel boxqty;
- private CustomControl.ValueLabel.ValueLabel getqty;
- private CustomControl.ValueLabel.ValueLabel ungetqty;
- private CustomControl.ValueLabel.ValueLabel outqty;
- private System.Windows.Forms.Label label10;
- private System.Windows.Forms.Label label8;
- private System.Windows.Forms.Label label6;
- private System.Windows.Forms.Label label4;
- }
- }
|