namespace UAS_BARCODEIO
{
partial class 入库条码规则解析
{
///
/// 必需的设计器变量。
///
private System.ComponentModel.IContainer components = null;
///
/// 清理所有正在使用的资源。
///
/// 如果应释放托管资源,为 true;否则为 false。
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows 窗体设计器生成的代码
///
/// 设计器支持所需的方法 - 不要修改
/// 使用代码编辑器修改此方法的内容。
///
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_orispeccode1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.pr_brand = 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.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.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_orispeccode2 = new System.Windows.Forms.TextBox();
this.原厂型号 = new System.Windows.Forms.Label();
this.GenBoxCode = new System.Windows.Forms.CheckBox();
this.PrintBox = new System.Windows.Forms.Button();
this.pr_orispeccode3 = new System.Windows.Forms.TextBox();
this.label10 = new System.Windows.Forms.Label();
this.es_custcode = new UAS_BARCODEIO.SearchTextBox();
this.PrintStockBarCode = new System.Windows.Forms.Button();
this.DeletaBarcode = new System.Windows.Forms.Button();
this.SCCODE = new System.Windows.Forms.TextBox();
this.label11 = new System.Windows.Forms.Label();
this.DC1 = new System.Windows.Forms.TextBox();
this.label12 = new System.Windows.Forms.Label();
this.CheckBox = new System.Windows.Forms.DataGridViewCheckBoxColumn();
this.pr_orispeccode = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.bi_prodcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.bi_barcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.bi_outboxcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.bi_inqty1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.bi_sccode = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.bi_vendbarcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.bi_madedate = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.DC_WEEK = 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.Prodiodetail)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.BarcodeIO)).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_orispeccode1,
this.pr_brand,
this.pr_detail,
this.pr_spec,
this.pd_inqty,
this.bi_inqty});
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(1232, 543);
this.Prodiodetail.TabIndex = 19;
this.Prodiodetail.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.Prodiodetail_CellClick);
this.Prodiodetail.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.Prodiodetail_CellContentClick);
this.Prodiodetail.CellPainting += new System.Windows.Forms.DataGridViewCellPaintingEventHandler(this.Prodiodetail_CellPainting);
this.Prodiodetail.SelectionChanged += new System.EventHandler(this.Prodiodetail_SelectionChanged);
//
// 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.ReadOnly = true;
this.pd_prodcode.Width = 200;
//
// pr_orispeccode1
//
this.pr_orispeccode1.DataPropertyName = "pr_orispeccode";
this.pr_orispeccode1.HeaderText = "原厂型号";
this.pr_orispeccode1.MinimumWidth = 10;
this.pr_orispeccode1.Name = "pr_orispeccode1";
this.pr_orispeccode1.Width = 200;
//
// pr_brand
//
this.pr_brand.DataPropertyName = "pr_brand";
this.pr_brand.HeaderText = "品牌";
this.pr_brand.MinimumWidth = 10;
this.pr_brand.Name = "pr_brand";
this.pr_brand.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.ReadOnly = true;
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.ReadOnly = true;
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.ReadOnly = true;
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.ReadOnly = true;
this.bi_inqty.Width = 200;
//
// PR_CODE
//
this.PR_CODE.Enabled = false;
this.PR_CODE.Location = new System.Drawing.Point(1445, 192);
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(1276, 192);
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(1445, 360);
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(1276, 360);
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(1445, 413);
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(1276, 413);
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(1445, 527);
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(1276, 527);
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";
//
// ZXBZ
//
this.ZXBZ.Location = new System.Drawing.Point(1445, 627);
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(1276, 627);
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(823, 114);
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(691, 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 = "扫码框";
//
// GenBarCode
//
this.GenBarCode.Location = new System.Drawing.Point(1922, 200);
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_orispeccode,
this.bi_prodcode,
this.bi_barcode,
this.bi_outboxcode,
this.bi_inqty1,
this.bi_sccode,
this.bi_vendbarcode,
this.bi_madedate,
this.DC_WEEK,
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(1922, 273);
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(1445, 688);
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(1276, 682);
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_orispeccode2
//
this.pr_orispeccode2.Enabled = false;
this.pr_orispeccode2.Location = new System.Drawing.Point(1445, 246);
this.pr_orispeccode2.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.pr_orispeccode2.Name = "pr_orispeccode2";
this.pr_orispeccode2.Size = new System.Drawing.Size(436, 35);
this.pr_orispeccode2.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(1276, 246);
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(1295, 121);
this.GenBoxCode.Name = "GenBoxCode";
this.GenBoxCode.Size = new System.Drawing.Size(138, 28);
this.GenBoxCode.TabIndex = 42;
this.GenBoxCode.Text = "生成箱号";
this.GenBoxCode.UseVisualStyleBackColor = true;
//
// PrintBox
//
this.PrintBox.Location = new System.Drawing.Point(1922, 352);
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(1445, 303);
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(1276, 303);
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 = "解析型号";
//
// 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;
//
// PrintStockBarCode
//
this.PrintStockBarCode.Location = new System.Drawing.Point(1922, 426);
this.PrintStockBarCode.Name = "PrintStockBarCode";
this.PrintStockBarCode.Size = new System.Drawing.Size(169, 45);
this.PrintStockBarCode.TabIndex = 46;
this.PrintStockBarCode.Text = "库存条码打印";
this.PrintStockBarCode.UseVisualStyleBackColor = true;
this.PrintStockBarCode.Click += new System.EventHandler(this.PrintStockBarCode_Click);
//
// DeletaBarcode
//
this.DeletaBarcode.Location = new System.Drawing.Point(1922, 501);
this.DeletaBarcode.Name = "DeletaBarcode";
this.DeletaBarcode.Size = new System.Drawing.Size(169, 45);
this.DeletaBarcode.TabIndex = 47;
this.DeletaBarcode.Text = "删除条码";
this.DeletaBarcode.UseVisualStyleBackColor = true;
this.DeletaBarcode.Click += new System.EventHandler(this.DeletaBarcode_Click);
//
// SCCODE
//
this.SCCODE.Location = new System.Drawing.Point(1445, 579);
this.SCCODE.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.SCCODE.Name = "SCCODE";
this.SCCODE.Size = new System.Drawing.Size(436, 35);
this.SCCODE.TabIndex = 49;
//
// 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(1276, 579);
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 = 48;
this.label11.Text = "SCCODE";
//
// DC1
//
this.DC1.Location = new System.Drawing.Point(1445, 469);
this.DC1.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.DC1.Name = "DC1";
this.DC1.Size = new System.Drawing.Size(436, 35);
this.DC1.TabIndex = 51;
//
// label12
//
this.label12.AutoSize = true;
this.label12.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label12.Location = new System.Drawing.Point(1276, 469);
this.label12.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label12.Name = "label12";
this.label12.Size = new System.Drawing.Size(136, 38);
this.label12.TabIndex = 50;
this.label12.Text = "DC(年周)";
//
// CheckBox
//
this.CheckBox.DataPropertyName = "CheckBox";
this.CheckBox.HeaderText = "勾选";
this.CheckBox.MinimumWidth = 10;
this.CheckBox.Name = "CheckBox";
this.CheckBox.Width = 200;
//
// pr_orispeccode
//
this.pr_orispeccode.DataPropertyName = "pr_orispeccode";
this.pr_orispeccode.HeaderText = "型号";
this.pr_orispeccode.MinimumWidth = 10;
this.pr_orispeccode.Name = "pr_orispeccode";
this.pr_orispeccode.Width = 200;
//
// bi_prodcode
//
this.bi_prodcode.DataPropertyName = "bi_prodcode";
this.bi_prodcode.HeaderText = "料号";
this.bi_prodcode.MinimumWidth = 10;
this.bi_prodcode.Name = "bi_prodcode";
this.bi_prodcode.Width = 200;
//
// bi_barcode
//
this.bi_barcode.DataPropertyName = "bi_barcode";
this.bi_barcode.HeaderText = "条码号";
this.bi_barcode.MinimumWidth = 10;
this.bi_barcode.Name = "bi_barcode";
this.bi_barcode.Width = 200;
//
// bi_outboxcode
//
this.bi_outboxcode.DataPropertyName = "bi_outboxcode";
this.bi_outboxcode.HeaderText = "外箱条码";
this.bi_outboxcode.MinimumWidth = 10;
this.bi_outboxcode.Name = "bi_outboxcode";
this.bi_outboxcode.Width = 200;
//
// bi_inqty1
//
this.bi_inqty1.DataPropertyName = "bi_inqty";
this.bi_inqty1.HeaderText = "入库数量";
this.bi_inqty1.MinimumWidth = 10;
this.bi_inqty1.Name = "bi_inqty1";
this.bi_inqty1.Width = 200;
//
// bi_sccode
//
this.bi_sccode.DataPropertyName = "bi_sccode";
this.bi_sccode.HeaderText = "SCCODE";
this.bi_sccode.MinimumWidth = 10;
this.bi_sccode.Name = "bi_sccode";
this.bi_sccode.Width = 200;
//
// bi_vendbarcode
//
this.bi_vendbarcode.DataPropertyName = "bi_vendbarcode";
this.bi_vendbarcode.HeaderText = "LOTNO";
this.bi_vendbarcode.MinimumWidth = 10;
this.bi_vendbarcode.Name = "bi_vendbarcode";
this.bi_vendbarcode.Width = 200;
//
// bi_madedate
//
this.bi_madedate.DataPropertyName = "bi_madedate";
this.bi_madedate.HeaderText = "DC";
this.bi_madedate.MinimumWidth = 10;
this.bi_madedate.Name = "bi_madedate";
this.bi_madedate.Width = 200;
//
// DC_WEEK
//
this.DC_WEEK.DataPropertyName = "dc_week";
this.DC_WEEK.HeaderText = "年周";
this.DC_WEEK.MinimumWidth = 10;
this.DC_WEEK.Name = "DC_WEEK";
this.DC_WEEK.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.DC1);
this.Controls.Add(this.label12);
this.Controls.Add(this.SCCODE);
this.Controls.Add(this.label11);
this.Controls.Add(this.DeletaBarcode);
this.Controls.Add(this.PrintStockBarCode);
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_orispeccode2);
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.es_custcode);
this.Controls.Add(this.ZXBZ);
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.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.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.Prodiodetail)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.BarcodeIO)).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.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.TextBox ZXBZ;
private System.Windows.Forms.Label label7;
private SearchTextBox es_custcode;
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.DataGridViewTextBoxColumn pd_prodcode;
private System.Windows.Forms.DataGridViewTextBoxColumn pr_orispeccode1;
private System.Windows.Forms.DataGridViewTextBoxColumn pr_brand;
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_orispeccode2;
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.Button PrintStockBarCode;
private System.Windows.Forms.Button DeletaBarcode;
private System.Windows.Forms.TextBox SCCODE;
private System.Windows.Forms.Label label11;
private System.Windows.Forms.TextBox DC1;
private System.Windows.Forms.Label label12;
private System.Windows.Forms.DataGridViewCheckBoxColumn CheckBox;
private System.Windows.Forms.DataGridViewTextBoxColumn pr_orispeccode;
private System.Windows.Forms.DataGridViewTextBoxColumn bi_prodcode;
private System.Windows.Forms.DataGridViewTextBoxColumn bi_barcode;
private System.Windows.Forms.DataGridViewTextBoxColumn bi_outboxcode;
private System.Windows.Forms.DataGridViewTextBoxColumn bi_inqty1;
private System.Windows.Forms.DataGridViewTextBoxColumn bi_sccode;
private System.Windows.Forms.DataGridViewTextBoxColumn bi_vendbarcode;
private System.Windows.Forms.DataGridViewTextBoxColumn bi_madedate;
private System.Windows.Forms.DataGridViewTextBoxColumn DC_WEEK;
private System.Windows.Forms.DataGridViewTextBoxColumn pr_spec1;
private System.Windows.Forms.DataGridViewTextBoxColumn pr_detail1;
}
}