| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608 |
- namespace UAS_MES_NEW.Packing
- {
- partial class Packing_PackageCollection
- {
- /// <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.pa_makecode = new System.Windows.Forms.Label();
- this.pa_id = new System.Windows.Forms.Label();
- this.pr_packrule = new System.Windows.Forms.Label();
- this.pa_downstatus = new System.Windows.Forms.Label();
- this.pa_standardqty = new System.Windows.Forms.Label();
- this.PrintList_label = new System.Windows.Forms.Label();
- this.pr_code_label = new System.Windows.Forms.Label();
- this.pi_title = new System.Windows.Forms.Label();
- this.pa_code_label = new System.Windows.Forms.Label();
- this.button1 = new System.Windows.Forms.Button();
- this.button2 = new System.Windows.Forms.Button();
- this.button3 = new System.Windows.Forms.Button();
- this.label2 = new System.Windows.Forms.Label();
- this.pi_id = new System.Windows.Forms.Label();
- this.pi_class = new System.Windows.Forms.Label();
- this.pi_whcode = new System.Windows.Forms.Label();
- this.button4 = new System.Windows.Forms.Button();
- this.pb_name = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SearchTextBox();
- this.pi_inoutno = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SnCollectionBox();
- this.PrintList = new UAS_MES_NEW.CustomControl.ComBoxWithFocus.PrinterCombox();
- this.OperateResult = new UAS_MES_NEW.CustomControl.RichText.RichTextAutoBottom();
- this.PackageDetail = new UAS_MES_NEW.CustomControl.DataGrid_View.DataGridViewWithSerialNum();
- this.pd_pocode = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.pd_ordercode = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.pd_prodcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.pr_detail = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.pr_spec = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.qty = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.pd_description = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.pdaqty = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.onlynumber = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.datecode = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.youxiaoqi = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.print = new System.Windows.Forms.DataGridViewButtonColumn();
- this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- ((System.ComponentModel.ISupportInitialize)(this.PackageDetail)).BeginInit();
- this.SuspendLayout();
- //
- // pa_makecode
- //
- this.pa_makecode.AutoSize = true;
- this.pa_makecode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.pa_makecode.Location = new System.Drawing.Point(1246, 640);
- this.pa_makecode.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.pa_makecode.Name = "pa_makecode";
- this.pa_makecode.Size = new System.Drawing.Size(0, 31);
- this.pa_makecode.TabIndex = 76;
- this.pa_makecode.Visible = false;
- //
- // pa_id
- //
- this.pa_id.AutoSize = true;
- this.pa_id.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.pa_id.Location = new System.Drawing.Point(907, 794);
- this.pa_id.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.pa_id.Name = "pa_id";
- this.pa_id.Size = new System.Drawing.Size(0, 31);
- this.pa_id.TabIndex = 153;
- this.pa_id.Visible = false;
- //
- // pr_packrule
- //
- this.pr_packrule.AutoSize = true;
- this.pr_packrule.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.pr_packrule.Location = new System.Drawing.Point(1274, 627);
- this.pr_packrule.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.pr_packrule.Name = "pr_packrule";
- this.pr_packrule.Size = new System.Drawing.Size(0, 31);
- this.pr_packrule.TabIndex = 173;
- this.pr_packrule.Visible = false;
- //
- // pa_downstatus
- //
- this.pa_downstatus.AutoSize = true;
- this.pa_downstatus.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.pa_downstatus.Location = new System.Drawing.Point(1256, 684);
- this.pa_downstatus.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.pa_downstatus.Name = "pa_downstatus";
- this.pa_downstatus.Size = new System.Drawing.Size(0, 31);
- this.pa_downstatus.TabIndex = 178;
- this.pa_downstatus.Visible = false;
- //
- // pa_standardqty
- //
- this.pa_standardqty.AutoSize = true;
- this.pa_standardqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.pa_standardqty.Location = new System.Drawing.Point(1274, 705);
- this.pa_standardqty.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.pa_standardqty.Name = "pa_standardqty";
- this.pa_standardqty.Size = new System.Drawing.Size(0, 31);
- this.pa_standardqty.TabIndex = 180;
- this.pa_standardqty.Visible = false;
- //
- // PrintList_label
- //
- this.PrintList_label.AutoSize = true;
- this.PrintList_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.PrintList_label.Location = new System.Drawing.Point(907, 48);
- this.PrintList_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.PrintList_label.Name = "PrintList_label";
- this.PrintList_label.Size = new System.Drawing.Size(134, 31);
- this.PrintList_label.TabIndex = 116;
- this.PrintList_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(13, 122);
- 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(86, 31);
- this.pr_code_label.TabIndex = 81;
- this.pr_code_label.Text = "供应商";
- //
- // pi_title
- //
- this.pi_title.AutoSize = true;
- this.pi_title.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.pi_title.Location = new System.Drawing.Point(142, 122);
- this.pi_title.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.pi_title.MaximumSize = new System.Drawing.Size(225, 0);
- this.pi_title.Name = "pi_title";
- this.pi_title.Size = new System.Drawing.Size(0, 31);
- this.pi_title.TabIndex = 167;
- this.pi_title.TextChanged += new System.EventHandler(this.pr_code_TextChanged);
- //
- // 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(13, 39);
- 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(110, 31);
- this.pa_code_label.TabIndex = 113;
- this.pa_code_label.Text = "入库单号";
- //
- // button1
- //
- this.button1.Location = new System.Drawing.Point(913, 124);
- this.button1.Name = "button1";
- this.button1.Size = new System.Drawing.Size(106, 34);
- this.button1.TabIndex = 182;
- this.button1.Text = "条码清单";
- this.button1.UseVisualStyleBackColor = true;
- this.button1.Click += new System.EventHandler(this.button1_Click);
- //
- // button2
- //
- this.button2.Location = new System.Drawing.Point(740, 12);
- this.button2.Name = "button2";
- this.button2.Size = new System.Drawing.Size(160, 34);
- this.button2.TabIndex = 185;
- this.button2.Text = "8001连接";
- this.button2.UseVisualStyleBackColor = true;
- this.button2.Click += new System.EventHandler(this.button2_Click);
- //
- // button3
- //
- this.button3.Location = new System.Drawing.Point(740, 79);
- this.button3.Name = "button3";
- this.button3.Size = new System.Drawing.Size(160, 34);
- this.button3.TabIndex = 186;
- this.button3.Text = "8002连接";
- this.button3.UseVisualStyleBackColor = true;
- this.button3.Click += new System.EventHandler(this.button3_Click);
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label2.Location = new System.Drawing.Point(421, 42);
- this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(62, 31);
- this.label2.TabIndex = 188;
- this.label2.Text = "品牌";
- //
- // 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(667, 402);
- 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 = 189;
- this.pi_id.Visible = false;
- //
- // pi_class
- //
- this.pi_class.AutoSize = true;
- this.pi_class.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.pi_class.Location = new System.Drawing.Point(675, 410);
- this.pi_class.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.pi_class.Name = "pi_class";
- this.pi_class.Size = new System.Drawing.Size(0, 31);
- this.pi_class.TabIndex = 190;
- this.pi_class.Visible = false;
- //
- // pi_whcode
- //
- this.pi_whcode.AutoSize = true;
- this.pi_whcode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.pi_whcode.Location = new System.Drawing.Point(683, 418);
- this.pi_whcode.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.pi_whcode.Name = "pi_whcode";
- this.pi_whcode.Size = new System.Drawing.Size(0, 31);
- this.pi_whcode.TabIndex = 191;
- this.pi_whcode.Visible = false;
- //
- // button4
- //
- this.button4.Location = new System.Drawing.Point(740, 144);
- this.button4.Name = "button4";
- this.button4.Size = new System.Drawing.Size(160, 34);
- this.button4.TabIndex = 192;
- this.button4.Text = "8003连接";
- this.button4.UseVisualStyleBackColor = true;
- this.button4.Click += new System.EventHandler(this.button4_Click);
- //
- // pb_name
- //
- this.pb_name.AllPower = "";
- this.pb_name.Caller = null;
- this.pb_name.Condition = null;
- this.pb_name.DBTitle = "回流工序";
- this.pb_name.Font = new System.Drawing.Font("微软雅黑", 9F);
- this.pb_name.FormName = null;
- this.pb_name.Location = new System.Drawing.Point(491, 42);
- this.pb_name.Margin = new System.Windows.Forms.Padding(4);
- this.pb_name.Name = "pb_name";
- this.pb_name.Power = "";
- this.pb_name.ReturnData = null;
- this.pb_name.SelectField = null;
- this.pb_name.SetValueField = null;
- this.pb_name.Size = new System.Drawing.Size(177, 33);
- this.pb_name.TabIndex = 187;
- this.pb_name.TableName = null;
- this.pb_name.Tag = "";
- this.pb_name.TextBoxEnable = false;
- this.pb_name.UserControlTextChanged += new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SearchTextBox.OnTextChange(this.pb_name_UserControlTextChanged);
- //
- // pi_inoutno
- //
- this.pi_inoutno.AllPower = null;
- this.pi_inoutno.BackColor = System.Drawing.Color.White;
- this.pi_inoutno.Font = new System.Drawing.Font("微软雅黑", 12F);
- this.pi_inoutno.ForeColor = System.Drawing.Color.Black;
- this.pi_inoutno.ID = null;
- this.pi_inoutno.Location = new System.Drawing.Point(136, 36);
- this.pi_inoutno.Margin = new System.Windows.Forms.Padding(9, 10, 9, 10);
- this.pi_inoutno.Name = "pi_inoutno";
- this.pi_inoutno.Power = null;
- this.pi_inoutno.Size = new System.Drawing.Size(272, 39);
- this.pi_inoutno.Str = null;
- this.pi_inoutno.Str1 = null;
- this.pi_inoutno.Str2 = null;
- this.pi_inoutno.TabIndex = 163;
- this.pi_inoutno.KeyDown += new System.Windows.Forms.KeyEventHandler(this.pa_code_KeyDown);
- //
- // PrintList
- //
- this.PrintList.Font = new System.Drawing.Font("微软雅黑", 9F);
- this.PrintList.Location = new System.Drawing.Point(1081, 51);
- this.PrintList.Margin = new System.Windows.Forms.Padding(9, 10, 9, 10);
- this.PrintList.Name = "PrintList";
- this.PrintList.Size = new System.Drawing.Size(204, 42);
- this.PrintList.TabIndex = 158;
- //
- // 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(6, 607);
- this.OperateResult.Margin = new System.Windows.Forms.Padding(4);
- this.OperateResult.Name = "OperateResult";
- this.OperateResult.Size = new System.Drawing.Size(1293, 178);
- this.OperateResult.TabIndex = 155;
- this.OperateResult.Text = "";
- //
- // PackageDetail
- //
- this.PackageDetail.AllowUserToAddRows = false;
- this.PackageDetail.AllowUserToDeleteRows = false;
- this.PackageDetail.BackgroundColor = System.Drawing.SystemColors.ButtonFace;
- this.PackageDetail.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- this.PackageDetail.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.pd_pocode,
- this.pd_ordercode,
- this.pd_prodcode,
- this.pr_detail,
- this.pr_spec,
- this.qty,
- this.pd_description,
- this.pdaqty,
- this.onlynumber,
- this.datecode,
- this.youxiaoqi,
- this.print});
- this.PackageDetail.EnableContentClick = true;
- this.PackageDetail.Location = new System.Drawing.Point(6, 197);
- this.PackageDetail.Margin = new System.Windows.Forms.Padding(4);
- this.PackageDetail.Name = "PackageDetail";
- this.PackageDetail.RowHeadersWidth = 62;
- this.PackageDetail.RowTemplate.Height = 23;
- this.PackageDetail.Size = new System.Drawing.Size(1293, 402);
- this.PackageDetail.TabIndex = 134;
- this.PackageDetail.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.PackageDetail_CellContentClick);
- //
- // pd_pocode
- //
- this.pd_pocode.DataPropertyName = "pd_pocode";
- this.pd_pocode.HeaderText = "客户PO";
- this.pd_pocode.MinimumWidth = 8;
- this.pd_pocode.Name = "pd_pocode";
- this.pd_pocode.ReadOnly = true;
- this.pd_pocode.Resizable = System.Windows.Forms.DataGridViewTriState.True;
- this.pd_pocode.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Programmatic;
- this.pd_pocode.Visible = false;
- this.pd_pocode.Width = 150;
- //
- // pd_ordercode
- //
- this.pd_ordercode.DataPropertyName = "pd_ordercode";
- this.pd_ordercode.HeaderText = "订单号";
- this.pd_ordercode.MinimumWidth = 8;
- this.pd_ordercode.Name = "pd_ordercode";
- this.pd_ordercode.ReadOnly = true;
- this.pd_ordercode.Visible = false;
- this.pd_ordercode.Width = 150;
- //
- // pd_prodcode
- //
- this.pd_prodcode.DataPropertyName = "pd_prodcode";
- this.pd_prodcode.HeaderText = "物料编号";
- this.pd_prodcode.MinimumWidth = 100;
- this.pd_prodcode.Name = "pd_prodcode";
- this.pd_prodcode.ReadOnly = true;
- this.pd_prodcode.Width = 150;
- //
- // pr_detail
- //
- this.pr_detail.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
- this.pr_detail.DataPropertyName = "pr_detail";
- this.pr_detail.HeaderText = "名称";
- this.pr_detail.MinimumWidth = 200;
- this.pr_detail.Name = "pr_detail";
- this.pr_detail.ReadOnly = true;
- this.pr_detail.Width = 200;
- //
- // 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;
- //
- // qty
- //
- this.qty.DataPropertyName = "qty";
- this.qty.HeaderText = "入库数量";
- this.qty.MinimumWidth = 8;
- this.qty.Name = "qty";
- this.qty.ReadOnly = true;
- this.qty.Width = 80;
- //
- // pd_description
- //
- this.pd_description.DataPropertyName = "pd_description";
- this.pd_description.HeaderText = "批次号";
- this.pd_description.MinimumWidth = 100;
- this.pd_description.Name = "pd_description";
- this.pd_description.Visible = false;
- this.pd_description.Width = 150;
- //
- // pdaqty
- //
- this.pdaqty.DataPropertyName = "pdaqty";
- this.pdaqty.HeaderText = "条码数量";
- this.pdaqty.MinimumWidth = 75;
- this.pdaqty.Name = "pdaqty";
- this.pdaqty.ReadOnly = true;
- this.pdaqty.Width = 75;
- //
- // onlynumber
- //
- this.onlynumber.DataPropertyName = "onlynumber";
- this.onlynumber.HeaderText = "料盘序号";
- this.onlynumber.MinimumWidth = 8;
- this.onlynumber.Name = "onlynumber";
- this.onlynumber.Visible = false;
- this.onlynumber.Width = 150;
- //
- // datecode
- //
- this.datecode.DataPropertyName = "datecode";
- this.datecode.HeaderText = "周期";
- this.datecode.MinimumWidth = 100;
- this.datecode.Name = "datecode";
- this.datecode.Visible = false;
- this.datecode.Width = 150;
- //
- // youxiaoqi
- //
- this.youxiaoqi.DataPropertyName = "youxiaoqi";
- this.youxiaoqi.HeaderText = "有效期";
- this.youxiaoqi.MinimumWidth = 100;
- this.youxiaoqi.Name = "youxiaoqi";
- this.youxiaoqi.Visible = false;
- this.youxiaoqi.Width = 150;
- //
- // print
- //
- this.print.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
- this.print.HeaderText = "";
- this.print.MinimumWidth = 100;
- this.print.Name = "print";
- this.print.Text = "打印";
- this.print.UseColumnTextForButtonValue = true;
- this.print.Visible = false;
- this.print.Width = 150;
- //
- // dataGridViewTextBoxColumn1
- //
- this.dataGridViewTextBoxColumn1.DataPropertyName = "pd_barcode";
- this.dataGridViewTextBoxColumn1.HeaderText = "序列号";
- this.dataGridViewTextBoxColumn1.MinimumWidth = 250;
- this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
- this.dataGridViewTextBoxColumn1.ReadOnly = true;
- this.dataGridViewTextBoxColumn1.Resizable = System.Windows.Forms.DataGridViewTriState.True;
- this.dataGridViewTextBoxColumn1.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Programmatic;
- this.dataGridViewTextBoxColumn1.Width = 250;
- //
- // dataGridViewTextBoxColumn2
- //
- this.dataGridViewTextBoxColumn2.DataPropertyName = "pa_outboxcode";
- this.dataGridViewTextBoxColumn2.HeaderText = "箱号";
- this.dataGridViewTextBoxColumn2.MinimumWidth = 200;
- this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
- this.dataGridViewTextBoxColumn2.ReadOnly = true;
- this.dataGridViewTextBoxColumn2.Width = 201;
- //
- // dataGridViewTextBoxColumn3
- //
- this.dataGridViewTextBoxColumn3.DataPropertyName = "pa_prodcode";
- this.dataGridViewTextBoxColumn3.HeaderText = "产品编号";
- this.dataGridViewTextBoxColumn3.MinimumWidth = 8;
- this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
- this.dataGridViewTextBoxColumn3.ReadOnly = true;
- this.dataGridViewTextBoxColumn3.Visible = false;
- this.dataGridViewTextBoxColumn3.Width = 150;
- //
- // dataGridViewTextBoxColumn4
- //
- this.dataGridViewTextBoxColumn4.DataPropertyName = "pd_innerqty";
- this.dataGridViewTextBoxColumn4.HeaderText = "箱内数量";
- this.dataGridViewTextBoxColumn4.MinimumWidth = 8;
- this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
- this.dataGridViewTextBoxColumn4.ReadOnly = true;
- this.dataGridViewTextBoxColumn4.Visible = false;
- this.dataGridViewTextBoxColumn4.Width = 80;
- //
- // dataGridViewTextBoxColumn5
- //
- this.dataGridViewTextBoxColumn5.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
- this.dataGridViewTextBoxColumn5.DataPropertyName = "pa_indate";
- this.dataGridViewTextBoxColumn5.HeaderText = "装箱日期";
- this.dataGridViewTextBoxColumn5.MinimumWidth = 300;
- this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
- this.dataGridViewTextBoxColumn5.ReadOnly = true;
- this.dataGridViewTextBoxColumn5.Width = 300;
- //
- // dataGridViewTextBoxColumn6
- //
- this.dataGridViewTextBoxColumn6.DataPropertyName = "pd_id";
- this.dataGridViewTextBoxColumn6.HeaderText = "ID";
- this.dataGridViewTextBoxColumn6.MinimumWidth = 8;
- this.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6";
- this.dataGridViewTextBoxColumn6.ReadOnly = true;
- this.dataGridViewTextBoxColumn6.Visible = false;
- this.dataGridViewTextBoxColumn6.Width = 150;
- //
- // Packing_PackageCollection
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
- this.ClientSize = new System.Drawing.Size(1334, 834);
- this.Controls.Add(this.button4);
- this.Controls.Add(this.pi_whcode);
- this.Controls.Add(this.pi_class);
- this.Controls.Add(this.pi_id);
- this.Controls.Add(this.label2);
- this.Controls.Add(this.pb_name);
- this.Controls.Add(this.button3);
- this.Controls.Add(this.button2);
- this.Controls.Add(this.button1);
- this.Controls.Add(this.pi_inoutno);
- this.Controls.Add(this.pr_code_label);
- this.Controls.Add(this.pi_title);
- this.Controls.Add(this.pa_code_label);
- this.Controls.Add(this.PrintList);
- this.Controls.Add(this.PrintList_label);
- this.Controls.Add(this.pa_standardqty);
- this.Controls.Add(this.pa_downstatus);
- this.Controls.Add(this.pr_packrule);
- this.Controls.Add(this.OperateResult);
- this.Controls.Add(this.pa_id);
- this.Controls.Add(this.PackageDetail);
- this.Controls.Add(this.pa_makecode);
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
- this.Margin = new System.Windows.Forms.Padding(4);
- this.Name = "Packing_PackageCollection";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Tag = "Packing!PackageCollection";
- this.Text = "包装采集";
- this.Activated += new System.EventHandler(this.PackCollection_Activated);
- this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.PackCollection_FormClosing);
- this.Load += new System.EventHandler(this.PackCollection_Load);
- this.SizeChanged += new System.EventHandler(this.PackCollection_SizeChanged);
- ((System.ComponentModel.ISupportInitialize)(this.PackageDetail)).EndInit();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.Label pr_code_label;
- private System.Windows.Forms.Label pa_makecode;
- private System.Windows.Forms.Label pa_code_label;
- private System.Windows.Forms.Label PrintList_label;
- private CustomControl.DataGrid_View.DataGridViewWithSerialNum PackageDetail;
- private System.Windows.Forms.Label pa_id;
- private CustomControl.RichText.RichTextAutoBottom OperateResult;
- private CustomControl.ComBoxWithFocus.PrinterCombox PrintList;
- private System.Windows.Forms.Label pi_title;
- private System.Windows.Forms.Label pr_packrule;
- private System.Windows.Forms.Label pa_downstatus;
- private System.Windows.Forms.Label pa_standardqty;
- public CustomControl.TextBoxWithIcon.SnCollectionBox pi_inoutno;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn5;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn6;
- private System.Windows.Forms.Button button1;
- private System.Windows.Forms.DataGridViewTextBoxColumn pd_pocode;
- private System.Windows.Forms.DataGridViewTextBoxColumn pd_ordercode;
- private System.Windows.Forms.DataGridViewTextBoxColumn pd_prodcode;
- private System.Windows.Forms.DataGridViewTextBoxColumn pr_detail;
- private System.Windows.Forms.DataGridViewTextBoxColumn pr_spec;
- private System.Windows.Forms.DataGridViewTextBoxColumn qty;
- private System.Windows.Forms.DataGridViewTextBoxColumn pd_description;
- private System.Windows.Forms.DataGridViewTextBoxColumn pdaqty;
- private System.Windows.Forms.DataGridViewTextBoxColumn onlynumber;
- private System.Windows.Forms.DataGridViewTextBoxColumn datecode;
- private System.Windows.Forms.DataGridViewTextBoxColumn youxiaoqi;
- private System.Windows.Forms.DataGridViewButtonColumn print;
- private System.Windows.Forms.Button button2;
- private System.Windows.Forms.Button button3;
- private CustomControl.TextBoxWithIcon.SearchTextBox pb_name;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.Label pi_id;
- private System.Windows.Forms.Label pi_class;
- private System.Windows.Forms.Label pi_whcode;
- private System.Windows.Forms.Button button4;
- }
- }
|