123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582 |
- 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.label1 = new System.Windows.Forms.Label();
- 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.pr_zxbzs = 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.GenBarCode = new System.Windows.Forms.Button();
- this.BarcodeIO = new System.Windows.Forms.DataGridView();
- this.PrintBarCode = new System.Windows.Forms.Button();
- this.PrinterList = new System.Windows.Forms.ComboBox();
- this.label9 = new System.Windows.Forms.Label();
- this.ChooseAll = new System.Windows.Forms.Button();
- this.pr_orispeccode = new System.Windows.Forms.TextBox();
- this.原厂型号 = new System.Windows.Forms.Label();
- this.GenBoxCode = new System.Windows.Forms.CheckBox();
- this.pr_brand = new System.Windows.Forms.TextBox();
- this.PrintBox = new System.Windows.Forms.Button();
- this.pr_orispeccode3 = new System.Windows.Forms.TextBox();
- this.label10 = new System.Windows.Forms.Label();
- this.bar_indate = new System.Windows.Forms.DateTimePicker();
- this.label2 = new System.Windows.Forms.Label();
- this.pr_code = new UAS_BARCODEIO.SearchTextBox();
- this.QueryBarcode = new System.Windows.Forms.Button();
- this.sc_code = new System.Windows.Forms.TextBox();
- this.label11 = new System.Windows.Forms.Label();
- this.CheckBox = new System.Windows.Forms.DataGridViewCheckBoxColumn();
- this.pr_orispeccode4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.bar_prodcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.bar_code = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.bar_outboxcode1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.bar_remain = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.bar_vendbarcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.bar_madedate = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.sc_code1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.pr_spec1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.pr_detail1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- ((System.ComponentModel.ISupportInitialize)(this.BarcodeIO)).BeginInit();
- this.SuspendLayout();
- //
- // 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(58, 108);
- 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 = "解析规则";
- //
- // 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(30, 43);
- 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(199, 394);
- 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(30, 394);
- 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(199, 461);
- 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(30, 461);
- 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(199, 524);
- 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(30, 518);
- 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";
- //
- // pr_zxbzs
- //
- this.pr_zxbzs.Location = new System.Drawing.Point(199, 626);
- this.pr_zxbzs.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
- this.pr_zxbzs.Name = "pr_zxbzs";
- this.pr_zxbzs.Size = new System.Drawing.Size(436, 35);
- this.pr_zxbzs.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(30, 626);
- 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(825, 49);
- 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(693, 46);
- 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 = "扫码框";
- //
- // GenBarCode
- //
- this.GenBarCode.Location = new System.Drawing.Point(700, 249);
- this.GenBarCode.Name = "GenBarCode";
- this.GenBarCode.Size = new System.Drawing.Size(169, 45);
- this.GenBarCode.TabIndex = 34;
- this.GenBarCode.Text = "生成条码";
- this.GenBarCode.UseVisualStyleBackColor = true;
- this.GenBarCode.Click += new System.EventHandler(this.GenBarCode_Click);
- //
- // BarcodeIO
- //
- this.BarcodeIO.AllowUserToAddRows = false;
- this.BarcodeIO.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.BarcodeIO.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- this.BarcodeIO.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.CheckBox,
- this.pr_orispeccode4,
- this.bar_prodcode,
- this.bar_code,
- this.bar_outboxcode1,
- this.bar_remain,
- this.bar_vendbarcode,
- this.bar_madedate,
- this.sc_code1,
- this.pr_spec1,
- this.pr_detail1});
- this.BarcodeIO.Location = new System.Drawing.Point(27, 731);
- this.BarcodeIO.Name = "BarcodeIO";
- this.BarcodeIO.RowHeadersWidth = 82;
- this.BarcodeIO.RowTemplate.Height = 23;
- this.BarcodeIO.Size = new System.Drawing.Size(2097, 595);
- this.BarcodeIO.TabIndex = 35;
- //
- // PrintBarCode
- //
- this.PrintBarCode.Location = new System.Drawing.Point(700, 322);
- this.PrintBarCode.Name = "PrintBarCode";
- this.PrintBarCode.Size = new System.Drawing.Size(169, 45);
- this.PrintBarCode.TabIndex = 36;
- this.PrintBarCode.Text = "打印条码";
- this.PrintBarCode.UseVisualStyleBackColor = true;
- this.PrintBarCode.Click += new System.EventHandler(this.PrintBarCode_Click);
- //
- // PrinterList
- //
- this.PrinterList.FormattingEnabled = true;
- this.PrinterList.Location = new System.Drawing.Point(198, 691);
- this.PrinterList.Name = "PrinterList";
- this.PrinterList.Size = new System.Drawing.Size(312, 32);
- this.PrinterList.TabIndex = 37;
- //
- // label9
- //
- this.label9.AutoSize = true;
- this.label9.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label9.Location = new System.Drawing.Point(29, 685);
- this.label9.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label9.Name = "label9";
- this.label9.Size = new System.Drawing.Size(162, 38);
- this.label9.TabIndex = 38;
- this.label9.Text = "打印机列表";
- //
- // ChooseAll
- //
- this.ChooseAll.Location = new System.Drawing.Point(27, 731);
- this.ChooseAll.Name = "ChooseAll";
- this.ChooseAll.Size = new System.Drawing.Size(86, 45);
- this.ChooseAll.TabIndex = 39;
- this.ChooseAll.Text = "全选";
- this.ChooseAll.UseVisualStyleBackColor = true;
- this.ChooseAll.Click += new System.EventHandler(this.ChooseAll_Click);
- //
- // pr_orispeccode
- //
- this.pr_orispeccode.Enabled = false;
- this.pr_orispeccode.Location = new System.Drawing.Point(199, 249);
- this.pr_orispeccode.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
- this.pr_orispeccode.Name = "pr_orispeccode";
- this.pr_orispeccode.Size = new System.Drawing.Size(436, 35);
- this.pr_orispeccode.TabIndex = 41;
- //
- // 原厂型号
- //
- this.原厂型号.AutoSize = true;
- this.原厂型号.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.原厂型号.Location = new System.Drawing.Point(30, 249);
- this.原厂型号.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.原厂型号.Name = "原厂型号";
- this.原厂型号.Size = new System.Drawing.Size(133, 38);
- this.原厂型号.TabIndex = 40;
- this.原厂型号.Text = "原厂型号";
- //
- // GenBoxCode
- //
- this.GenBoxCode.AutoSize = true;
- this.GenBoxCode.Location = new System.Drawing.Point(1297, 56);
- this.GenBoxCode.Name = "GenBoxCode";
- this.GenBoxCode.Size = new System.Drawing.Size(138, 28);
- this.GenBoxCode.TabIndex = 42;
- this.GenBoxCode.Text = "生成箱号";
- this.GenBoxCode.UseVisualStyleBackColor = true;
- //
- // pr_brand
- //
- this.pr_brand.Location = new System.Drawing.Point(198, 111);
- this.pr_brand.Name = "pr_brand";
- this.pr_brand.Size = new System.Drawing.Size(437, 35);
- this.pr_brand.TabIndex = 31;
- //
- // PrintBox
- //
- this.PrintBox.Location = new System.Drawing.Point(700, 401);
- this.PrintBox.Name = "PrintBox";
- this.PrintBox.Size = new System.Drawing.Size(169, 45);
- this.PrintBox.TabIndex = 43;
- this.PrintBox.Text = "打印箱号";
- this.PrintBox.UseVisualStyleBackColor = true;
- this.PrintBox.Click += new System.EventHandler(this.PrintBox_Click);
- //
- // pr_orispeccode3
- //
- this.pr_orispeccode3.Location = new System.Drawing.Point(199, 325);
- this.pr_orispeccode3.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
- this.pr_orispeccode3.Name = "pr_orispeccode3";
- this.pr_orispeccode3.Size = new System.Drawing.Size(436, 35);
- this.pr_orispeccode3.TabIndex = 45;
- //
- // label10
- //
- this.label10.AutoSize = true;
- this.label10.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label10.Location = new System.Drawing.Point(30, 325);
- this.label10.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label10.Name = "label10";
- this.label10.Size = new System.Drawing.Size(133, 38);
- this.label10.TabIndex = 44;
- this.label10.Text = "解析型号";
- //
- // bar_indate
- //
- this.bar_indate.Location = new System.Drawing.Point(199, 185);
- this.bar_indate.Name = "bar_indate";
- this.bar_indate.Size = new System.Drawing.Size(305, 35);
- this.bar_indate.TabIndex = 46;
- //
- // 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(30, 182);
- 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 = 47;
- this.label2.Text = "入库日期";
- //
- // pr_code
- //
- this.pr_code.AllPower = null;
- this.pr_code.Caller = null;
- this.pr_code.Condition = null;
- this.pr_code.DBTitle = null;
- this.pr_code.FormName = null;
- this.pr_code.Location = new System.Drawing.Point(199, 43);
- this.pr_code.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
- this.pr_code.Name = "pr_code";
- this.pr_code.Power = null;
- this.pr_code.ReturnData = null;
- this.pr_code.SelectField = null;
- this.pr_code.SetValueField = null;
- this.pr_code.Size = new System.Drawing.Size(436, 35);
- this.pr_code.TabIndex = 21;
- this.pr_code.TableName = null;
- this.pr_code.TextBoxEnable = false;
- //
- // QueryBarcode
- //
- this.QueryBarcode.Location = new System.Drawing.Point(534, 181);
- this.QueryBarcode.Name = "QueryBarcode";
- this.QueryBarcode.Size = new System.Drawing.Size(101, 45);
- this.QueryBarcode.TabIndex = 48;
- this.QueryBarcode.Text = "查询";
- this.QueryBarcode.UseVisualStyleBackColor = true;
- this.QueryBarcode.Click += new System.EventHandler(this.QueryBarcode_Click);
- //
- // sc_code
- //
- this.sc_code.Location = new System.Drawing.Point(199, 576);
- this.sc_code.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
- this.sc_code.Name = "sc_code";
- this.sc_code.Size = new System.Drawing.Size(436, 35);
- this.sc_code.TabIndex = 50;
- //
- // label11
- //
- this.label11.AutoSize = true;
- this.label11.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label11.Location = new System.Drawing.Point(29, 570);
- this.label11.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label11.Name = "label11";
- this.label11.Size = new System.Drawing.Size(134, 38);
- this.label11.TabIndex = 49;
- this.label11.Text = "SCCODE";
- //
- // CheckBox
- //
- this.CheckBox.DataPropertyName = "CheckBox";
- this.CheckBox.HeaderText = "勾选";
- this.CheckBox.MinimumWidth = 10;
- this.CheckBox.Name = "CheckBox";
- this.CheckBox.Width = 200;
- //
- // pr_orispeccode4
- //
- this.pr_orispeccode4.DataPropertyName = "pr_orispeccode";
- this.pr_orispeccode4.HeaderText = "型号";
- this.pr_orispeccode4.MinimumWidth = 10;
- this.pr_orispeccode4.Name = "pr_orispeccode4";
- this.pr_orispeccode4.Width = 200;
- //
- // bar_prodcode
- //
- this.bar_prodcode.DataPropertyName = "bar_prodcode";
- this.bar_prodcode.HeaderText = "料号";
- this.bar_prodcode.MinimumWidth = 10;
- this.bar_prodcode.Name = "bar_prodcode";
- this.bar_prodcode.Width = 200;
- //
- // bar_code
- //
- this.bar_code.DataPropertyName = "bar_code";
- this.bar_code.HeaderText = "条码号";
- this.bar_code.MinimumWidth = 10;
- this.bar_code.Name = "bar_code";
- this.bar_code.Width = 200;
- //
- // bar_outboxcode1
- //
- this.bar_outboxcode1.DataPropertyName = "BAR_OUTBOXCODE1";
- this.bar_outboxcode1.HeaderText = "外箱条码";
- this.bar_outboxcode1.MinimumWidth = 10;
- this.bar_outboxcode1.Name = "bar_outboxcode1";
- this.bar_outboxcode1.Width = 200;
- //
- // bar_remain
- //
- this.bar_remain.DataPropertyName = "bar_remain";
- this.bar_remain.HeaderText = "入库数量";
- this.bar_remain.MinimumWidth = 10;
- this.bar_remain.Name = "bar_remain";
- this.bar_remain.Width = 200;
- //
- // bar_vendbarcode
- //
- this.bar_vendbarcode.DataPropertyName = "bar_vendbarcode";
- this.bar_vendbarcode.HeaderText = "LOTNO";
- this.bar_vendbarcode.MinimumWidth = 10;
- this.bar_vendbarcode.Name = "bar_vendbarcode";
- this.bar_vendbarcode.Width = 200;
- //
- // bar_madedate
- //
- this.bar_madedate.DataPropertyName = "bar_madedate";
- this.bar_madedate.HeaderText = "DC";
- this.bar_madedate.MinimumWidth = 10;
- this.bar_madedate.Name = "bar_madedate";
- this.bar_madedate.Width = 200;
- //
- // sc_code1
- //
- this.sc_code1.DataPropertyName = "sc_code";
- this.sc_code1.HeaderText = "SCCODE";
- this.sc_code1.MinimumWidth = 10;
- this.sc_code1.Name = "sc_code1";
- this.sc_code1.Width = 200;
- //
- // pr_spec1
- //
- this.pr_spec1.DataPropertyName = "pr_spec";
- this.pr_spec1.HeaderText = "规格";
- this.pr_spec1.MinimumWidth = 10;
- this.pr_spec1.Name = "pr_spec1";
- this.pr_spec1.Width = 200;
- //
- // pr_detail1
- //
- this.pr_detail1.DataPropertyName = "pr_detail";
- this.pr_detail1.HeaderText = "物料名称";
- this.pr_detail1.MinimumWidth = 10;
- this.pr_detail1.Name = "pr_detail1";
- this.pr_detail1.Width = 200;
- //
- // 库存条码打印
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(2136, 1338);
- this.Controls.Add(this.sc_code);
- this.Controls.Add(this.label11);
- this.Controls.Add(this.QueryBarcode);
- this.Controls.Add(this.label2);
- this.Controls.Add(this.bar_indate);
- this.Controls.Add(this.pr_orispeccode3);
- this.Controls.Add(this.label10);
- this.Controls.Add(this.PrintBox);
- this.Controls.Add(this.GenBoxCode);
- this.Controls.Add(this.pr_orispeccode);
- this.Controls.Add(this.原厂型号);
- this.Controls.Add(this.ChooseAll);
- this.Controls.Add(this.label9);
- this.Controls.Add(this.PrinterList);
- this.Controls.Add(this.PrintBarCode);
- this.Controls.Add(this.BarcodeIO);
- this.Controls.Add(this.GenBarCode);
- this.Controls.Add(this.label8);
- this.Controls.Add(this.Barcode);
- this.Controls.Add(this.pr_brand);
- this.Controls.Add(this.pr_zxbzs);
- this.Controls.Add(this.label7);
- 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.label1);
- this.Margin = new System.Windows.Forms.Padding(6);
- this.Name = "库存条码打印";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "入库条码打印";
- this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
- this.AutoSizeChanged += new System.EventHandler(this.入库条码规则解析_AutoSizeChanged);
- this.Load += new System.EventHandler(this.Form1_Load);
- ((System.ComponentModel.ISupportInitialize)(this.BarcodeIO)).EndInit();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.Label label1;
- 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.TextBox pr_zxbzs;
- private System.Windows.Forms.Label label7;
- private System.Windows.Forms.TextBox pr_brand;
- private System.Windows.Forms.TextBox Barcode;
- private System.Windows.Forms.Label label8;
- private System.Windows.Forms.Button GenBarCode;
- private System.Windows.Forms.DataGridView BarcodeIO;
- private System.Windows.Forms.Button PrintBarCode;
- private System.Windows.Forms.ComboBox PrinterList;
- private System.Windows.Forms.Label label9;
- private System.Windows.Forms.Button ChooseAll;
- private System.Windows.Forms.TextBox pr_orispeccode;
- private System.Windows.Forms.Label 原厂型号;
- private System.Windows.Forms.CheckBox GenBoxCode;
- private System.Windows.Forms.Button PrintBox;
- private System.Windows.Forms.TextBox pr_orispeccode3;
- private System.Windows.Forms.Label label10;
- private System.Windows.Forms.DateTimePicker bar_indate;
- private System.Windows.Forms.Label label2;
- private UAS_BARCODEIO.SearchTextBox pr_code;
- private System.Windows.Forms.Button QueryBarcode;
- private System.Windows.Forms.TextBox sc_code;
- private System.Windows.Forms.Label label11;
- private System.Windows.Forms.DataGridViewCheckBoxColumn CheckBox;
- private System.Windows.Forms.DataGridViewTextBoxColumn pr_orispeccode4;
- private System.Windows.Forms.DataGridViewTextBoxColumn bar_prodcode;
- private System.Windows.Forms.DataGridViewTextBoxColumn bar_code;
- private System.Windows.Forms.DataGridViewTextBoxColumn bar_outboxcode1;
- private System.Windows.Forms.DataGridViewTextBoxColumn bar_remain;
- private System.Windows.Forms.DataGridViewTextBoxColumn bar_vendbarcode;
- private System.Windows.Forms.DataGridViewTextBoxColumn bar_madedate;
- private System.Windows.Forms.DataGridViewTextBoxColumn sc_code1;
- private System.Windows.Forms.DataGridViewTextBoxColumn pr_spec1;
- private System.Windows.Forms.DataGridViewTextBoxColumn pr_detail1;
- }
- }
|