| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398 |
- namespace UAS_BARCODEIO
- {
- partial class 入库条码规则解析
- {
- /// <summary>
- /// 必需的设计器变量。
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// 清理所有正在使用的资源。
- /// </summary>
- /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows 窗体设计器生成的代码
- /// <summary>
- /// 设计器支持所需的方法 - 不要修改
- /// 使用代码编辑器修改此方法的内容。
- /// </summary>
- private void InitializeComponent()
- {
- this.label2 = new System.Windows.Forms.Label();
- this.pi_inoutno = new System.Windows.Forms.TextBox();
- this.label1 = new System.Windows.Forms.Label();
- this.Prodiodetail = new System.Windows.Forms.DataGridView();
- 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.pd_inqty = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.bi_inqty = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.PR_CODE = new System.Windows.Forms.TextBox();
- this.label3 = new System.Windows.Forms.Label();
- this.INQTY = new System.Windows.Forms.TextBox();
- this.label4 = new System.Windows.Forms.Label();
- this.DC = new System.Windows.Forms.TextBox();
- this.label5 = new System.Windows.Forms.Label();
- this.LOTNO = new System.Windows.Forms.TextBox();
- this.label6 = new System.Windows.Forms.Label();
- this.dataGridView1 = new System.Windows.Forms.DataGridView();
- 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.ZXBZ = new System.Windows.Forms.TextBox();
- this.label7 = new System.Windows.Forms.Label();
- this.Barcode = new System.Windows.Forms.TextBox();
- this.label8 = new System.Windows.Forms.Label();
- this.es_custcode = new UAS_BARCODEIO.SearchTextBox();
- ((System.ComponentModel.ISupportInitialize)(this.Prodiodetail)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
- this.SuspendLayout();
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label2.Location = new System.Drawing.Point(27, 35);
- this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(133, 38);
- this.label2.TabIndex = 15;
- this.label2.Text = "入库单号";
- //
- // pi_inoutno
- //
- this.pi_inoutno.Location = new System.Drawing.Point(168, 38);
- this.pi_inoutno.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
- this.pi_inoutno.Name = "pi_inoutno";
- this.pi_inoutno.Size = new System.Drawing.Size(436, 35);
- this.pi_inoutno.TabIndex = 16;
- this.pi_inoutno.KeyDown += new System.Windows.Forms.KeyEventHandler(this.pi_inoutnokeydown);
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label1.Location = new System.Drawing.Point(27, 105);
- this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(133, 38);
- this.label1.TabIndex = 17;
- this.label1.Text = "解析规则";
- //
- // Prodiodetail
- //
- this.Prodiodetail.AllowUserToAddRows = false;
- this.Prodiodetail.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- this.Prodiodetail.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.pd_prodcode,
- this.pr_detail,
- this.pr_spec,
- this.pd_inqty,
- this.bi_inqty});
- this.Prodiodetail.Enabled = false;
- this.Prodiodetail.Location = new System.Drawing.Point(27, 182);
- this.Prodiodetail.Name = "Prodiodetail";
- this.Prodiodetail.RowHeadersWidth = 82;
- this.Prodiodetail.RowTemplate.Height = 37;
- this.Prodiodetail.Size = new System.Drawing.Size(1089, 543);
- this.Prodiodetail.TabIndex = 19;
- //
- // pd_prodcode
- //
- this.pd_prodcode.DataPropertyName = "pd_prodcode";
- this.pd_prodcode.HeaderText = "物料编号";
- this.pd_prodcode.MinimumWidth = 10;
- this.pd_prodcode.Name = "pd_prodcode";
- this.pd_prodcode.Width = 200;
- //
- // pr_detail
- //
- this.pr_detail.DataPropertyName = "pr_detail";
- this.pr_detail.HeaderText = "物料名称";
- this.pr_detail.MinimumWidth = 10;
- this.pr_detail.Name = "pr_detail";
- this.pr_detail.Width = 200;
- //
- // pr_spec
- //
- this.pr_spec.DataPropertyName = "pr_spec";
- this.pr_spec.HeaderText = "物料规格";
- this.pr_spec.MinimumWidth = 10;
- this.pr_spec.Name = "pr_spec";
- this.pr_spec.Width = 200;
- //
- // pd_inqty
- //
- this.pd_inqty.DataPropertyName = "pd_inqty";
- this.pd_inqty.HeaderText = "入库数量";
- this.pd_inqty.MinimumWidth = 10;
- this.pd_inqty.Name = "pd_inqty";
- this.pd_inqty.Width = 200;
- //
- // bi_inqty
- //
- this.bi_inqty.DataPropertyName = "bi_inqty";
- this.bi_inqty.HeaderText = "已生成条码数量";
- this.bi_inqty.MinimumWidth = 10;
- this.bi_inqty.Name = "bi_inqty";
- this.bi_inqty.Width = 200;
- //
- // PR_CODE
- //
- this.PR_CODE.Location = new System.Drawing.Point(168, 771);
- this.PR_CODE.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
- this.PR_CODE.Name = "PR_CODE";
- this.PR_CODE.Size = new System.Drawing.Size(436, 35);
- this.PR_CODE.TabIndex = 21;
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label3.Location = new System.Drawing.Point(27, 768);
- this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(133, 38);
- this.label3.TabIndex = 20;
- this.label3.Text = "物料编号";
- //
- // INQTY
- //
- this.INQTY.Location = new System.Drawing.Point(168, 851);
- this.INQTY.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
- this.INQTY.Name = "INQTY";
- this.INQTY.Size = new System.Drawing.Size(436, 35);
- this.INQTY.TabIndex = 23;
- //
- // label4
- //
- this.label4.AutoSize = true;
- this.label4.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label4.Location = new System.Drawing.Point(27, 848);
- this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(133, 38);
- this.label4.TabIndex = 22;
- this.label4.Text = "入库数量";
- //
- // DC
- //
- this.DC.Location = new System.Drawing.Point(168, 929);
- this.DC.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
- this.DC.Name = "DC";
- this.DC.Size = new System.Drawing.Size(436, 35);
- this.DC.TabIndex = 25;
- //
- // label5
- //
- this.label5.AutoSize = true;
- this.label5.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label5.Location = new System.Drawing.Point(27, 926);
- this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label5.Name = "label5";
- this.label5.Size = new System.Drawing.Size(58, 38);
- this.label5.TabIndex = 24;
- this.label5.Text = "DC";
- //
- // LOTNO
- //
- this.LOTNO.Location = new System.Drawing.Point(168, 1013);
- this.LOTNO.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
- this.LOTNO.Name = "LOTNO";
- this.LOTNO.Size = new System.Drawing.Size(436, 35);
- this.LOTNO.TabIndex = 27;
- //
- // label6
- //
- this.label6.AutoSize = true;
- this.label6.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label6.Location = new System.Drawing.Point(27, 1010);
- this.label6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label6.Name = "label6";
- this.label6.Size = new System.Drawing.Size(103, 38);
- this.label6.TabIndex = 26;
- this.label6.Text = "LotNo";
- //
- // dataGridView1
- //
- this.dataGridView1.AllowUserToAddRows = false;
- this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.dataGridViewTextBoxColumn1,
- this.dataGridViewTextBoxColumn2,
- this.dataGridViewTextBoxColumn3,
- this.dataGridViewTextBoxColumn4});
- this.dataGridView1.Enabled = false;
- this.dataGridView1.Location = new System.Drawing.Point(1145, 182);
- this.dataGridView1.Name = "dataGridView1";
- this.dataGridView1.RowHeadersWidth = 82;
- this.dataGridView1.RowTemplate.Height = 37;
- this.dataGridView1.Size = new System.Drawing.Size(844, 543);
- this.dataGridView1.TabIndex = 28;
- //
- // dataGridViewTextBoxColumn1
- //
- this.dataGridViewTextBoxColumn1.DataPropertyName = "bi_barcode";
- this.dataGridViewTextBoxColumn1.HeaderText = "条码号";
- this.dataGridViewTextBoxColumn1.MinimumWidth = 10;
- this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
- this.dataGridViewTextBoxColumn1.Width = 200;
- //
- // dataGridViewTextBoxColumn2
- //
- this.dataGridViewTextBoxColumn2.DataPropertyName = "bi_inqty";
- this.dataGridViewTextBoxColumn2.HeaderText = "入库数量";
- this.dataGridViewTextBoxColumn2.MinimumWidth = 10;
- this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
- this.dataGridViewTextBoxColumn2.Width = 200;
- //
- // dataGridViewTextBoxColumn3
- //
- this.dataGridViewTextBoxColumn3.DataPropertyName = "bi_madedate";
- this.dataGridViewTextBoxColumn3.HeaderText = "DC";
- this.dataGridViewTextBoxColumn3.MinimumWidth = 10;
- this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
- this.dataGridViewTextBoxColumn3.Width = 200;
- //
- // dataGridViewTextBoxColumn4
- //
- this.dataGridViewTextBoxColumn4.DataPropertyName = "bi_vendbarcode";
- this.dataGridViewTextBoxColumn4.HeaderText = "LotNo";
- this.dataGridViewTextBoxColumn4.MinimumWidth = 10;
- this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
- this.dataGridViewTextBoxColumn4.Width = 200;
- //
- // ZXBZ
- //
- this.ZXBZ.Location = new System.Drawing.Point(168, 1097);
- this.ZXBZ.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
- this.ZXBZ.Name = "ZXBZ";
- this.ZXBZ.Size = new System.Drawing.Size(436, 35);
- this.ZXBZ.TabIndex = 30;
- //
- // label7
- //
- this.label7.AutoSize = true;
- this.label7.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label7.Location = new System.Drawing.Point(27, 1094);
- this.label7.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label7.Name = "label7";
- this.label7.Size = new System.Drawing.Size(133, 38);
- this.label7.TabIndex = 29;
- this.label7.Text = "最小包数";
- //
- // Barcode
- //
- this.Barcode.Location = new System.Drawing.Point(844, 108);
- this.Barcode.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
- this.Barcode.Name = "Barcode";
- this.Barcode.Size = new System.Drawing.Size(436, 35);
- this.Barcode.TabIndex = 32;
- this.Barcode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Barcode_KeyDown);
- //
- // label8
- //
- this.label8.AutoSize = true;
- this.label8.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label8.Location = new System.Drawing.Point(712, 111);
- this.label8.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label8.Name = "label8";
- this.label8.Size = new System.Drawing.Size(104, 38);
- this.label8.TabIndex = 33;
- this.label8.Text = "扫码框";
- //
- // es_custcode
- //
- this.es_custcode.AllPower = null;
- this.es_custcode.Caller = null;
- this.es_custcode.Condition = null;
- this.es_custcode.DBTitle = null;
- this.es_custcode.FormName = null;
- this.es_custcode.Location = new System.Drawing.Point(167, 108);
- this.es_custcode.Name = "es_custcode";
- this.es_custcode.Power = null;
- this.es_custcode.ReturnData = null;
- this.es_custcode.SelectField = null;
- this.es_custcode.SetValueField = null;
- this.es_custcode.Size = new System.Drawing.Size(437, 35);
- this.es_custcode.TabIndex = 31;
- this.es_custcode.TableName = null;
- this.es_custcode.TextBoxEnable = false;
- //
- // 入库条码规则解析
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(2025, 1225);
- this.Controls.Add(this.label8);
- this.Controls.Add(this.Barcode);
- this.Controls.Add(this.es_custcode);
- this.Controls.Add(this.ZXBZ);
- this.Controls.Add(this.label7);
- this.Controls.Add(this.dataGridView1);
- this.Controls.Add(this.LOTNO);
- this.Controls.Add(this.label6);
- this.Controls.Add(this.DC);
- this.Controls.Add(this.label5);
- this.Controls.Add(this.INQTY);
- this.Controls.Add(this.label4);
- this.Controls.Add(this.PR_CODE);
- this.Controls.Add(this.label3);
- this.Controls.Add(this.Prodiodetail);
- this.Controls.Add(this.label1);
- this.Controls.Add(this.pi_inoutno);
- this.Controls.Add(this.label2);
- this.Margin = new System.Windows.Forms.Padding(6);
- this.Name = "入库条码规则解析";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "入库条码打印";
- this.Load += new System.EventHandler(this.Form1_Load);
- ((System.ComponentModel.ISupportInitialize)(this.Prodiodetail)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.TextBox pi_inoutno;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.DataGridView Prodiodetail;
- 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 pd_inqty;
- private System.Windows.Forms.DataGridViewTextBoxColumn bi_inqty;
- private System.Windows.Forms.TextBox PR_CODE;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.TextBox INQTY;
- private System.Windows.Forms.Label label4;
- private System.Windows.Forms.TextBox DC;
- private System.Windows.Forms.Label label5;
- private System.Windows.Forms.TextBox LOTNO;
- private System.Windows.Forms.Label label6;
- private System.Windows.Forms.DataGridView dataGridView1;
- 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.TextBox ZXBZ;
- private System.Windows.Forms.Label label7;
- private SearchTextBox es_custcode;
- private System.Windows.Forms.TextBox Barcode;
- private System.Windows.Forms.Label label8;
- }
- }
|