Example #1
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
     ChensControl.DividPage dividPage1 = new ChensControl.DividPage();
     this.msMain            = new ChensControl.ChensMenuStrip();
     this.tsmiSearch        = new System.Windows.Forms.ToolStripMenuItem();
     this.tsmiExport        = new System.Windows.Forms.ToolStripMenuItem();
     this.gbHeader          = new ChensControl.ChensGroupBox();
     this.txtAreaNo         = new ChensControl.ChensTextBox();
     this.bsMain            = new System.Windows.Forms.BindingSource(this.components);
     this.chensLabel6       = new ChensControl.ChensLabel();
     this.txtHouseNo        = new ChensControl.ChensTextBox();
     this.chensLabel1       = new ChensControl.ChensLabel();
     this.txtWarehouseNo    = new ChensControl.ChensTextBox();
     this.chensLabel2       = new ChensControl.ChensLabel();
     this.txtSN             = new ChensControl.ChensTextBox();
     this.chensLabel4       = new ChensControl.ChensLabel();
     this.txtMaterialNo     = new ChensControl.ChensTextBox();
     this.chensLabel3       = new ChensControl.ChensLabel();
     this.btnSearch         = new ChensControl.ChensButton();
     this.gbBottom          = new ChensControl.ChensGroupBox();
     this.dgvList           = new ChensControl.ChensDataGridView();
     this.pageList          = new ChensControl.ChensPage();
     this.colHMaterialNo    = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colHBatchNo       = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colHID            = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colHStockType     = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colHstrStockType  = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colHSNM           = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column2           = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colHBarcode       = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colHSerialNo      = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colHMaterialDesc  = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column1           = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colHWarehouseNo   = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colHWarehouseName = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colHHouseNo       = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colHHouseName     = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colHAreaNo        = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colHAreaName      = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colHQty           = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colHCreateTime    = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.msMain.SuspendLayout();
     this.gbHeader.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.bsMain)).BeginInit();
     this.gbBottom.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgvList)).BeginInit();
     this.SuspendLayout();
     //
     // msMain
     //
     this.msMain.BackColor = System.Drawing.Color.LightSteelBlue;
     this.msMain.Font      = new System.Drawing.Font("微软雅黑", 9F);
     this.msMain.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.tsmiSearch,
         this.tsmiExport
     });
     this.msMain.Location = new System.Drawing.Point(0, 0);
     this.msMain.Name     = "msMain";
     this.msMain.Size     = new System.Drawing.Size(992, 25);
     this.msMain.TabIndex = 3;
     this.msMain.Text     = "chensMenuStrip1";
     //
     // tsmiSearch
     //
     this.tsmiSearch.Name         = "tsmiSearch";
     this.tsmiSearch.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.S)));
     this.tsmiSearch.Size         = new System.Drawing.Size(68, 21);
     this.tsmiSearch.Text         = "查询数据";
     this.tsmiSearch.Visible      = false;
     this.tsmiSearch.Click       += new System.EventHandler(this.btnSearch_Click);
     //
     // tsmiExport
     //
     this.tsmiExport.Name   = "tsmiExport";
     this.tsmiExport.Size   = new System.Drawing.Size(44, 21);
     this.tsmiExport.Text   = "导出";
     this.tsmiExport.Click += new System.EventHandler(this.tsmiExport_Click);
     //
     // gbHeader
     //
     this.gbHeader.BackColor = System.Drawing.Color.WhiteSmoke;
     this.gbHeader.Controls.Add(this.txtAreaNo);
     this.gbHeader.Controls.Add(this.chensLabel6);
     this.gbHeader.Controls.Add(this.txtHouseNo);
     this.gbHeader.Controls.Add(this.chensLabel1);
     this.gbHeader.Controls.Add(this.txtWarehouseNo);
     this.gbHeader.Controls.Add(this.chensLabel2);
     this.gbHeader.Controls.Add(this.txtSN);
     this.gbHeader.Controls.Add(this.chensLabel4);
     this.gbHeader.Controls.Add(this.txtMaterialNo);
     this.gbHeader.Controls.Add(this.chensLabel3);
     this.gbHeader.Controls.Add(this.btnSearch);
     this.gbHeader.Dock     = System.Windows.Forms.DockStyle.Top;
     this.gbHeader.Font     = new System.Drawing.Font("微软雅黑", 9F);
     this.gbHeader.Location = new System.Drawing.Point(0, 25);
     this.gbHeader.Margin   = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.gbHeader.Name     = "gbHeader";
     this.gbHeader.Padding  = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.gbHeader.Size     = new System.Drawing.Size(992, 95);
     this.gbHeader.TabIndex = 4;
     this.gbHeader.TabStop  = false;
     this.gbHeader.Text     = "查询条件";
     //
     // txtAreaNo
     //
     this.txtAreaNo.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
     this.txtAreaNo.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtAreaNo.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsMain, "AreaNo", true));
     this.txtAreaNo.Font        = new System.Drawing.Font("微软雅黑", 9F);
     this.txtAreaNo.HotTrack    = false;
     this.txtAreaNo.Location    = new System.Drawing.Point(571, 23);
     this.txtAreaNo.Name        = "txtAreaNo";
     this.txtAreaNo.Size        = new System.Drawing.Size(150, 23);
     this.txtAreaNo.TabIndex    = 24;
     this.txtAreaNo.TextEnabled = false;
     this.txtAreaNo.KeyPress   += new System.Windows.Forms.KeyPressEventHandler(this.txt_KeyPress);
     //
     // bsMain
     //
     this.bsMain.DataSource = typeof(WMS.WebService.Stock_Model);
     //
     // chensLabel6
     //
     this.chensLabel6.AutoSize = true;
     this.chensLabel6.Font     = new System.Drawing.Font("微软雅黑", 9F);
     this.chensLabel6.Location = new System.Drawing.Point(509, 25);
     this.chensLabel6.Name     = "chensLabel6";
     this.chensLabel6.Size     = new System.Drawing.Size(56, 17);
     this.chensLabel6.TabIndex = 23;
     this.chensLabel6.Text     = "库存货位";
     //
     // txtHouseNo
     //
     this.txtHouseNo.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
     this.txtHouseNo.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtHouseNo.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsMain, "HouseNo", true));
     this.txtHouseNo.Font        = new System.Drawing.Font("微软雅黑", 9F);
     this.txtHouseNo.HotTrack    = false;
     this.txtHouseNo.Location    = new System.Drawing.Point(329, 23);
     this.txtHouseNo.Name        = "txtHouseNo";
     this.txtHouseNo.Size        = new System.Drawing.Size(150, 23);
     this.txtHouseNo.TabIndex    = 22;
     this.txtHouseNo.TextEnabled = false;
     this.txtHouseNo.KeyPress   += new System.Windows.Forms.KeyPressEventHandler(this.txt_KeyPress);
     //
     // chensLabel1
     //
     this.chensLabel1.AutoSize = true;
     this.chensLabel1.Font     = new System.Drawing.Font("微软雅黑", 9F);
     this.chensLabel1.Location = new System.Drawing.Point(267, 25);
     this.chensLabel1.Name     = "chensLabel1";
     this.chensLabel1.Size     = new System.Drawing.Size(56, 17);
     this.chensLabel1.TabIndex = 21;
     this.chensLabel1.Text     = "库存库区";
     //
     // txtWarehouseNo
     //
     this.txtWarehouseNo.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
     this.txtWarehouseNo.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtWarehouseNo.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsMain, "WarehouseNo", true));
     this.txtWarehouseNo.Font        = new System.Drawing.Font("微软雅黑", 9F);
     this.txtWarehouseNo.HotTrack    = false;
     this.txtWarehouseNo.Location    = new System.Drawing.Point(87, 23);
     this.txtWarehouseNo.Name        = "txtWarehouseNo";
     this.txtWarehouseNo.Size        = new System.Drawing.Size(150, 23);
     this.txtWarehouseNo.TabIndex    = 20;
     this.txtWarehouseNo.TextEnabled = false;
     this.txtWarehouseNo.KeyPress   += new System.Windows.Forms.KeyPressEventHandler(this.txt_KeyPress);
     //
     // chensLabel2
     //
     this.chensLabel2.AutoSize = true;
     this.chensLabel2.Font     = new System.Drawing.Font("微软雅黑", 9F);
     this.chensLabel2.Location = new System.Drawing.Point(25, 25);
     this.chensLabel2.Name     = "chensLabel2";
     this.chensLabel2.Size     = new System.Drawing.Size(56, 17);
     this.chensLabel2.TabIndex = 19;
     this.chensLabel2.Text     = "库存仓库";
     //
     // txtSN
     //
     this.txtSN.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
     this.txtSN.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtSN.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsMain, "SN", true));
     this.txtSN.Font        = new System.Drawing.Font("微软雅黑", 9F);
     this.txtSN.HotTrack    = false;
     this.txtSN.Location    = new System.Drawing.Point(329, 58);
     this.txtSN.Name        = "txtSN";
     this.txtSN.Size        = new System.Drawing.Size(150, 23);
     this.txtSN.TabIndex    = 8;
     this.txtSN.TextEnabled = false;
     this.txtSN.KeyPress   += new System.Windows.Forms.KeyPressEventHandler(this.txt_KeyPress);
     //
     // chensLabel4
     //
     this.chensLabel4.AutoSize = true;
     this.chensLabel4.Font     = new System.Drawing.Font("微软雅黑", 9F);
     this.chensLabel4.Location = new System.Drawing.Point(267, 60);
     this.chensLabel4.Name     = "chensLabel4";
     this.chensLabel4.Size     = new System.Drawing.Size(32, 17);
     this.chensLabel4.TabIndex = 7;
     this.chensLabel4.Text     = "批次";
     //
     // txtMaterialNo
     //
     this.txtMaterialNo.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
     this.txtMaterialNo.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtMaterialNo.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsMain, "MaterialNo", true));
     this.txtMaterialNo.Font        = new System.Drawing.Font("微软雅黑", 9F);
     this.txtMaterialNo.HotTrack    = false;
     this.txtMaterialNo.Location    = new System.Drawing.Point(87, 58);
     this.txtMaterialNo.Name        = "txtMaterialNo";
     this.txtMaterialNo.Size        = new System.Drawing.Size(150, 23);
     this.txtMaterialNo.TabIndex    = 6;
     this.txtMaterialNo.TextEnabled = false;
     this.txtMaterialNo.KeyPress   += new System.Windows.Forms.KeyPressEventHandler(this.txt_KeyPress);
     //
     // chensLabel3
     //
     this.chensLabel3.AutoSize = true;
     this.chensLabel3.Font     = new System.Drawing.Font("微软雅黑", 9F);
     this.chensLabel3.Location = new System.Drawing.Point(25, 60);
     this.chensLabel3.Name     = "chensLabel3";
     this.chensLabel3.Size     = new System.Drawing.Size(56, 17);
     this.chensLabel3.TabIndex = 5;
     this.chensLabel3.Text     = "库存物料";
     //
     // btnSearch
     //
     this.btnSearch.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnSearch.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(34)))), ((int)(((byte)(174)))), ((int)(((byte)(253)))));
     this.btnSearch.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnSearch.Font      = new System.Drawing.Font("微软雅黑", 9F);
     this.btnSearch.ForeColor = System.Drawing.Color.White;
     this.btnSearch.Location  = new System.Drawing.Point(913, 19);
     this.btnSearch.Margin    = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.btnSearch.Name      = "btnSearch";
     this.btnSearch.Size      = new System.Drawing.Size(67, 29);
     this.btnSearch.TabIndex  = 4;
     this.btnSearch.Text      = "查询";
     this.btnSearch.UseVisualStyleBackColor = false;
     this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
     //
     // gbBottom
     //
     this.gbBottom.BackColor = System.Drawing.Color.WhiteSmoke;
     this.gbBottom.Controls.Add(this.dgvList);
     this.gbBottom.Controls.Add(this.pageList);
     this.gbBottom.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.gbBottom.Font     = new System.Drawing.Font("微软雅黑", 9F);
     this.gbBottom.Location = new System.Drawing.Point(0, 120);
     this.gbBottom.Margin   = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.gbBottom.Name     = "gbBottom";
     this.gbBottom.Padding  = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.gbBottom.Size     = new System.Drawing.Size(992, 652);
     this.gbBottom.TabIndex = 5;
     this.gbBottom.TabStop  = false;
     this.gbBottom.Text     = "查询结果";
     //
     // dgvList
     //
     this.dgvList.AllowUserToAddRows              = false;
     this.dgvList.AllowUserToDeleteRows           = false;
     dataGridViewCellStyle1.BackColor             = System.Drawing.Color.White;
     this.dgvList.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
     this.dgvList.BackgroundColor               = System.Drawing.Color.WhiteSmoke;
     this.dgvList.BorderStyle                   = System.Windows.Forms.BorderStyle.None;
     this.dgvList.ColumnHeadersBorderStyle      = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
     dataGridViewCellStyle2.Alignment           = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     dataGridViewCellStyle2.BackColor           = System.Drawing.Color.Gainsboro;
     dataGridViewCellStyle2.Font                = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
     dataGridViewCellStyle2.ForeColor           = System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle2.SelectionBackColor  = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle2.SelectionForeColor  = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle2.WrapMode            = System.Windows.Forms.DataGridViewTriState.True;
     this.dgvList.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
     this.dgvList.ColumnHeadersHeightSizeMode   = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dgvList.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.colHMaterialNo,
         this.colHBatchNo,
         this.colHID,
         this.colHStockType,
         this.colHstrStockType,
         this.colHSNM,
         this.Column2,
         this.colHBarcode,
         this.colHSerialNo,
         this.colHMaterialDesc,
         this.Column1,
         this.colHWarehouseNo,
         this.colHWarehouseName,
         this.colHHouseNo,
         this.colHHouseName,
         this.colHAreaNo,
         this.colHAreaName,
         this.colHQty,
         this.colHCreateTime
     });
     this.dgvList.Dock                         = System.Windows.Forms.DockStyle.Fill;
     this.dgvList.EditMode                     = System.Windows.Forms.DataGridViewEditMode.EditProgrammatically;
     this.dgvList.Font                         = new System.Drawing.Font("微软雅黑", 9F);
     this.dgvList.GridColor                    = System.Drawing.Color.LightGray;
     this.dgvList.HaveCopyMenu                 = true;
     this.dgvList.Location                     = new System.Drawing.Point(3, 20);
     this.dgvList.Margin                       = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.dgvList.Name                         = "dgvList";
     this.dgvList.ReadOnly                     = true;
     dataGridViewCellStyle3.Alignment          = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle3.BackColor          = System.Drawing.SystemColors.ActiveCaption;
     dataGridViewCellStyle3.Font               = new System.Drawing.Font("微软雅黑", 9F);
     dataGridViewCellStyle3.ForeColor          = System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.LightGray;
     dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle3.WrapMode           = System.Windows.Forms.DataGridViewTriState.True;
     this.dgvList.RowHeadersDefaultCellStyle   = dataGridViewCellStyle3;
     this.dgvList.RowHeadersVisible            = false;
     dataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.CornflowerBlue;
     this.dgvList.RowsDefaultCellStyle         = dataGridViewCellStyle4;
     this.dgvList.RowTemplate.Height           = 23;
     this.dgvList.SelectionMode                = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.dgvList.Size                         = new System.Drawing.Size(986, 608);
     this.dgvList.TabIndex                     = 2;
     //
     // pageList
     //
     this.pageList.BackColor            = System.Drawing.Color.WhiteSmoke;
     this.pageList.CurrentPageNumber    = 0;
     dividPage1.CurrentPageNumber       = 0;
     dividPage1.CurrentPageRecordCounts = 0;
     dividPage1.CurrentPageShowCounts   = 10;
     dividPage1.DefaultPageShowCounts   = 10;
     dividPage1.PagesCount          = 0;
     dividPage1.RecordCounts        = 0;
     this.pageList.dDividPage       = dividPage1;
     this.pageList.Dock             = System.Windows.Forms.DockStyle.Bottom;
     this.pageList.Font             = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.pageList.Location         = new System.Drawing.Point(3, 628);
     this.pageList.Margin           = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.pageList.Name             = "pageList";
     this.pageList.Size             = new System.Drawing.Size(986, 20);
     this.pageList.TabIndex         = 1;
     this.pageList.ChensPageChange += new ChensControl.ChensPage.PageChangeHandle(this.pageList_ChensPageChange);
     //
     // colHMaterialNo
     //
     this.colHMaterialNo.DataPropertyName = "MaterialNo";
     this.colHMaterialNo.HeaderText       = "物料编号";
     this.colHMaterialNo.Name             = "colHMaterialNo";
     this.colHMaterialNo.ReadOnly         = true;
     this.colHMaterialNo.Width            = 150;
     //
     // colHBatchNo
     //
     this.colHBatchNo.DataPropertyName = "BatchNo";
     this.colHBatchNo.HeaderText       = "批号";
     this.colHBatchNo.Name             = "colHBatchNo";
     this.colHBatchNo.ReadOnly         = true;
     //
     // colHID
     //
     this.colHID.DataPropertyName = "ID";
     this.colHID.HeaderText       = "ID";
     this.colHID.Name             = "colHID";
     this.colHID.ReadOnly         = true;
     this.colHID.Visible          = false;
     //
     // colHStockType
     //
     this.colHStockType.DataPropertyName = "StockType";
     this.colHStockType.HeaderText       = "库存类型";
     this.colHStockType.Name             = "colHStockType";
     this.colHStockType.ReadOnly         = true;
     this.colHStockType.Visible          = false;
     //
     // colHstrStockType
     //
     this.colHstrStockType.DataPropertyName = "strStockType";
     this.colHstrStockType.HeaderText       = "库存类型";
     this.colHstrStockType.Name             = "colHstrStockType";
     this.colHstrStockType.ReadOnly         = true;
     this.colHstrStockType.Visible          = false;
     //
     // colHSNM
     //
     this.colHSNM.DataPropertyName = "SN";
     this.colHSNM.HeaderText       = "原厂批号";
     this.colHSNM.Name             = "colHSNM";
     this.colHSNM.ReadOnly         = true;
     //
     // Column2
     //
     this.Column2.HeaderText = "净重";
     this.Column2.Name       = "Column2";
     this.Column2.ReadOnly   = true;
     //
     // colHBarcode
     //
     this.colHBarcode.DataPropertyName = "Barcode";
     this.colHBarcode.HeaderText       = "外箱条码";
     this.colHBarcode.Name             = "colHBarcode";
     this.colHBarcode.ReadOnly         = true;
     this.colHBarcode.Visible          = false;
     this.colHBarcode.Width            = 250;
     //
     // colHSerialNo
     //
     this.colHSerialNo.DataPropertyName = "SerialNo";
     this.colHSerialNo.HeaderText       = "流水号";
     this.colHSerialNo.Name             = "colHSerialNo";
     this.colHSerialNo.ReadOnly         = true;
     this.colHSerialNo.Visible          = false;
     //
     // colHMaterialDesc
     //
     this.colHMaterialDesc.DataPropertyName = "MaterialDesc";
     this.colHMaterialDesc.HeaderText       = "中文名称";
     this.colHMaterialDesc.Name             = "colHMaterialDesc";
     this.colHMaterialDesc.ReadOnly         = true;
     this.colHMaterialDesc.Width            = 200;
     //
     // Column1
     //
     this.Column1.HeaderText = "英文名称";
     this.Column1.Name       = "Column1";
     this.Column1.ReadOnly   = true;
     //
     // colHWarehouseNo
     //
     this.colHWarehouseNo.DataPropertyName = "WarehouseNo";
     this.colHWarehouseNo.HeaderText       = "仓库编号";
     this.colHWarehouseNo.Name             = "colHWarehouseNo";
     this.colHWarehouseNo.ReadOnly         = true;
     this.colHWarehouseNo.Visible          = false;
     //
     // colHWarehouseName
     //
     this.colHWarehouseName.DataPropertyName = "WarehouseName";
     this.colHWarehouseName.HeaderText       = "仓库名称";
     this.colHWarehouseName.Name             = "colHWarehouseName";
     this.colHWarehouseName.ReadOnly         = true;
     //
     // colHHouseNo
     //
     this.colHHouseNo.DataPropertyName = "HouseNo";
     this.colHHouseNo.HeaderText       = "库区编号";
     this.colHHouseNo.Name             = "colHHouseNo";
     this.colHHouseNo.ReadOnly         = true;
     this.colHHouseNo.Visible          = false;
     //
     // colHHouseName
     //
     this.colHHouseName.DataPropertyName = "HouseName";
     this.colHHouseName.HeaderText       = "库区名称";
     this.colHHouseName.Name             = "colHHouseName";
     this.colHHouseName.ReadOnly         = true;
     //
     // colHAreaNo
     //
     this.colHAreaNo.DataPropertyName = "AreaNo";
     this.colHAreaNo.HeaderText       = "货位编号";
     this.colHAreaNo.Name             = "colHAreaNo";
     this.colHAreaNo.ReadOnly         = true;
     this.colHAreaNo.Visible          = false;
     //
     // colHAreaName
     //
     this.colHAreaName.DataPropertyName = "AreaName";
     this.colHAreaName.HeaderText       = "货位名称";
     this.colHAreaName.Name             = "colHAreaName";
     this.colHAreaName.ReadOnly         = true;
     //
     // colHQty
     //
     this.colHQty.DataPropertyName = "Qty";
     this.colHQty.HeaderText       = "库存数量";
     this.colHQty.Name             = "colHQty";
     this.colHQty.ReadOnly         = true;
     //
     // colHCreateTime
     //
     this.colHCreateTime.DataPropertyName = "CreateTime";
     this.colHCreateTime.HeaderText       = "最后入库时间";
     this.colHCreateTime.Name             = "colHCreateTime";
     this.colHCreateTime.ReadOnly         = true;
     this.colHCreateTime.Width            = 130;
     //
     // FrmStockQuery
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(992, 772);
     this.Controls.Add(this.gbBottom);
     this.Controls.Add(this.gbHeader);
     this.Controls.Add(this.msMain);
     this.Margin      = new System.Windows.Forms.Padding(3, 6, 3, 6);
     this.Name        = "FrmStockQuery";
     this.Text        = "库存汇总查询";
     this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.FrmStockQuery_FormClosed);
     this.Load       += new System.EventHandler(this.FrmStockQuery_Load);
     this.msMain.ResumeLayout(false);
     this.msMain.PerformLayout();
     this.gbHeader.ResumeLayout(false);
     this.gbHeader.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.bsMain)).EndInit();
     this.gbBottom.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dgvList)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #2
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
     ChensControl.DividPage dividPage1 = new ChensControl.DividPage();
     this.gbBottom         = new ChensControl.ChensGroupBox();
     this.dgvList          = new ChensControl.ChensDataGridView();
     this.Column12         = new System.Windows.Forms.DataGridViewLinkColumn();
     this.Column1          = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column5          = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column6          = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column7          = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column8          = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column9          = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column10         = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column11         = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column2          = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column3          = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column4          = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.pageList         = new ChensControl.ChensPage();
     this.chensMenuStrip1  = new ChensControl.ChensMenuStrip();
     this.tsmiSearch       = new System.Windows.Forms.ToolStripMenuItem();
     this.tsmiExport       = new System.Windows.Forms.ToolStripMenuItem();
     this.tsmiExportDetail = new System.Windows.Forms.ToolStripMenuItem();
     this.gbHeader         = new ChensControl.ChensGroupBox();
     this.txtSupCode       = new ChensControl.ChensTextBox();
     this.bsDelivery       = new System.Windows.Forms.BindingSource(this.components);
     this.chensLabel7      = new ChensControl.ChensLabel();
     this.txtDeliveryNo    = new ChensControl.ChensTextBox();
     this.chensLabel6      = new ChensControl.ChensLabel();
     this.chensLabel5      = new ChensControl.ChensLabel();
     this.txtMaterialNo    = new ChensControl.ChensTextBox();
     this.dtpEndDate       = new ChensControl.ChensDateTimePicker();
     this.dtpStartDate     = new ChensControl.ChensDateTimePicker();
     this.txtVoucherNo     = new ChensControl.ChensTextBox();
     this.chensLabel4      = new ChensControl.ChensLabel();
     this.txtMaterialDoc   = new ChensControl.ChensTextBox();
     this.chensLabel3      = new ChensControl.ChensLabel();
     this.btnSearch        = new ChensControl.ChensButton();
     this.chensLabel2      = new ChensControl.ChensLabel();
     this.chensLabel1      = new ChensControl.ChensLabel();
     this.gbBottom.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgvList)).BeginInit();
     this.chensMenuStrip1.SuspendLayout();
     this.gbHeader.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.bsDelivery)).BeginInit();
     this.SuspendLayout();
     //
     // gbBottom
     //
     this.gbBottom.BackColor = System.Drawing.Color.WhiteSmoke;
     this.gbBottom.Controls.Add(this.dgvList);
     this.gbBottom.Controls.Add(this.pageList);
     this.gbBottom.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.gbBottom.Font     = new System.Drawing.Font("微软雅黑", 9F);
     this.gbBottom.Location = new System.Drawing.Point(0, 157);
     this.gbBottom.Margin   = new System.Windows.Forms.Padding(3, 6, 3, 6);
     this.gbBottom.Name     = "gbBottom";
     this.gbBottom.Padding  = new System.Windows.Forms.Padding(3, 6, 3, 6);
     this.gbBottom.Size     = new System.Drawing.Size(992, 616);
     this.gbBottom.TabIndex = 9;
     this.gbBottom.TabStop  = false;
     this.gbBottom.Text     = "查询结果";
     //
     // dgvList
     //
     this.dgvList.AllowUserToAddRows              = false;
     this.dgvList.AllowUserToDeleteRows           = false;
     dataGridViewCellStyle1.BackColor             = System.Drawing.Color.White;
     this.dgvList.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
     this.dgvList.BackgroundColor               = System.Drawing.Color.WhiteSmoke;
     this.dgvList.BorderStyle                   = System.Windows.Forms.BorderStyle.None;
     this.dgvList.ColumnHeadersBorderStyle      = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
     dataGridViewCellStyle2.Alignment           = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     dataGridViewCellStyle2.BackColor           = System.Drawing.Color.Gainsboro;
     dataGridViewCellStyle2.Font                = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
     dataGridViewCellStyle2.ForeColor           = System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle2.SelectionBackColor  = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle2.SelectionForeColor  = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle2.WrapMode            = System.Windows.Forms.DataGridViewTriState.True;
     this.dgvList.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
     this.dgvList.ColumnHeadersHeightSizeMode   = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dgvList.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.Column12,
         this.Column1,
         this.Column5,
         this.Column6,
         this.Column7,
         this.Column8,
         this.Column9,
         this.Column10,
         this.Column11,
         this.Column2,
         this.Column3,
         this.Column4
     });
     this.dgvList.Dock                         = System.Windows.Forms.DockStyle.Fill;
     this.dgvList.EditMode                     = System.Windows.Forms.DataGridViewEditMode.EditProgrammatically;
     this.dgvList.Font                         = new System.Drawing.Font("微软雅黑", 9F);
     this.dgvList.GridColor                    = System.Drawing.Color.LightGray;
     this.dgvList.HaveCopyMenu                 = true;
     this.dgvList.Location                     = new System.Drawing.Point(3, 22);
     this.dgvList.Margin                       = new System.Windows.Forms.Padding(3, 6, 3, 6);
     this.dgvList.Name                         = "dgvList";
     this.dgvList.ReadOnly                     = true;
     dataGridViewCellStyle3.Alignment          = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle3.BackColor          = System.Drawing.SystemColors.ActiveCaption;
     dataGridViewCellStyle3.Font               = new System.Drawing.Font("微软雅黑", 9F);
     dataGridViewCellStyle3.ForeColor          = System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.LightGray;
     dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle3.WrapMode           = System.Windows.Forms.DataGridViewTriState.True;
     this.dgvList.RowHeadersDefaultCellStyle   = dataGridViewCellStyle3;
     this.dgvList.RowHeadersVisible            = false;
     dataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.CornflowerBlue;
     this.dgvList.RowsDefaultCellStyle         = dataGridViewCellStyle4;
     this.dgvList.RowTemplate.Height           = 23;
     this.dgvList.SelectionMode                = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.dgvList.Size                         = new System.Drawing.Size(986, 568);
     this.dgvList.TabIndex                     = 0;
     this.dgvList.CellContentClick            += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvList_CellContentClick);
     //
     // Column12
     //
     this.Column12.ActiveLinkColor           = System.Drawing.Color.Blue;
     this.Column12.HeaderText                = "编辑";
     this.Column12.Name                      = "Column12";
     this.Column12.ReadOnly                  = true;
     this.Column12.Resizable                 = System.Windows.Forms.DataGridViewTriState.True;
     this.Column12.SortMode                  = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
     this.Column12.Text                      = "编辑";
     this.Column12.UseColumnTextForLinkValue = true;
     //
     // Column1
     //
     this.Column1.DataPropertyName = "ID";
     this.Column1.HeaderText       = "ID";
     this.Column1.Name             = "Column1";
     this.Column1.ReadOnly         = true;
     this.Column1.Visible          = false;
     //
     // Column5
     //
     this.Column5.DataPropertyName = "DeliveryNo";
     this.Column5.HeaderText       = "送货单号";
     this.Column5.Name             = "Column5";
     this.Column5.ReadOnly         = true;
     //
     // Column6
     //
     this.Column6.DataPropertyName = "VoucherNo";
     this.Column6.HeaderText       = "PO号";
     this.Column6.Name             = "Column6";
     this.Column6.ReadOnly         = true;
     //
     // Column7
     //
     this.Column7.DataPropertyName = "MaterialDoc";
     this.Column7.HeaderText       = "物料凭证";
     this.Column7.Name             = "Column7";
     this.Column7.ReadOnly         = true;
     //
     // Column8
     //
     this.Column8.DataPropertyName = "SupCode";
     this.Column8.HeaderText       = "供应商代码";
     this.Column8.Name             = "Column8";
     this.Column8.ReadOnly         = true;
     //
     // Column9
     //
     this.Column9.DataPropertyName = "SupName";
     this.Column9.HeaderText       = "供应商名称";
     this.Column9.Name             = "Column9";
     this.Column9.ReadOnly         = true;
     //
     // Column10
     //
     this.Column10.DataPropertyName = "Plant";
     this.Column10.HeaderText       = "工厂";
     this.Column10.Name             = "Column10";
     this.Column10.ReadOnly         = true;
     //
     // Column11
     //
     this.Column11.DataPropertyName = "MoveType";
     this.Column11.HeaderText       = "移动类型";
     this.Column11.Name             = "Column11";
     this.Column11.ReadOnly         = true;
     //
     // Column2
     //
     this.Column2.DataPropertyName = "CreateDate";
     this.Column2.HeaderText       = "创建时间";
     this.Column2.Name             = "Column2";
     this.Column2.ReadOnly         = true;
     //
     // Column3
     //
     this.Column3.DataPropertyName = "PostDate";
     this.Column3.HeaderText       = "过账日期";
     this.Column3.Name             = "Column3";
     this.Column3.ReadOnly         = true;
     this.Column3.Visible          = false;
     //
     // Column4
     //
     this.Column4.DataPropertyName = "PostDate";
     this.Column4.HeaderText       = "凭证日期";
     this.Column4.Name             = "Column4";
     this.Column4.ReadOnly         = true;
     this.Column4.Visible          = false;
     //
     // pageList
     //
     this.pageList.BackColor            = System.Drawing.Color.WhiteSmoke;
     this.pageList.CurrentPageNumber    = 0;
     dividPage1.CurrentPageNumber       = 0;
     dividPage1.CurrentPageRecordCounts = 0;
     dividPage1.CurrentPageShowCounts   = 10;
     dividPage1.DefaultPageShowCounts   = 10;
     dividPage1.PagesCount          = 0;
     dividPage1.RecordCounts        = 0;
     this.pageList.dDividPage       = dividPage1;
     this.pageList.Dock             = System.Windows.Forms.DockStyle.Bottom;
     this.pageList.Font             = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.pageList.Location         = new System.Drawing.Point(3, 590);
     this.pageList.Margin           = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.pageList.Name             = "pageList";
     this.pageList.Size             = new System.Drawing.Size(986, 20);
     this.pageList.TabIndex         = 1;
     this.pageList.ChensPageChange += new ChensControl.ChensPage.PageChangeHandle(this.pageList_ChensPageChange);
     //
     // chensMenuStrip1
     //
     this.chensMenuStrip1.BackColor = System.Drawing.Color.LightSteelBlue;
     this.chensMenuStrip1.Font      = new System.Drawing.Font("微软雅黑", 9F);
     this.chensMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.tsmiSearch,
         this.tsmiExport,
         this.tsmiExportDetail
     });
     this.chensMenuStrip1.Location = new System.Drawing.Point(0, 0);
     this.chensMenuStrip1.Name     = "chensMenuStrip1";
     this.chensMenuStrip1.Padding  = new System.Windows.Forms.Padding(7, 3, 0, 3);
     this.chensMenuStrip1.Size     = new System.Drawing.Size(992, 27);
     this.chensMenuStrip1.TabIndex = 10;
     this.chensMenuStrip1.Text     = "chensMenuStrip1";
     //
     // tsmiSearch
     //
     this.tsmiSearch.Name         = "tsmiSearch";
     this.tsmiSearch.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.S)));
     this.tsmiSearch.Size         = new System.Drawing.Size(68, 21);
     this.tsmiSearch.Text         = "查询数据";
     this.tsmiSearch.Visible      = false;
     this.tsmiSearch.Click       += new System.EventHandler(this.btnSearch_Click);
     //
     // tsmiExport
     //
     this.tsmiExport.Name   = "tsmiExport";
     this.tsmiExport.Size   = new System.Drawing.Size(44, 21);
     this.tsmiExport.Text   = "导出";
     this.tsmiExport.Click += new System.EventHandler(this.tsmiExport_Click);
     //
     // tsmiExportDetail
     //
     this.tsmiExportDetail.Name   = "tsmiExportDetail";
     this.tsmiExportDetail.Size   = new System.Drawing.Size(68, 21);
     this.tsmiExportDetail.Text   = "导出明细";
     this.tsmiExportDetail.Click += new System.EventHandler(this.tsmiExportDetail_Click);
     //
     // gbHeader
     //
     this.gbHeader.BackColor = System.Drawing.Color.WhiteSmoke;
     this.gbHeader.Controls.Add(this.txtSupCode);
     this.gbHeader.Controls.Add(this.chensLabel7);
     this.gbHeader.Controls.Add(this.txtDeliveryNo);
     this.gbHeader.Controls.Add(this.chensLabel6);
     this.gbHeader.Controls.Add(this.chensLabel5);
     this.gbHeader.Controls.Add(this.txtMaterialNo);
     this.gbHeader.Controls.Add(this.dtpEndDate);
     this.gbHeader.Controls.Add(this.dtpStartDate);
     this.gbHeader.Controls.Add(this.txtVoucherNo);
     this.gbHeader.Controls.Add(this.chensLabel4);
     this.gbHeader.Controls.Add(this.txtMaterialDoc);
     this.gbHeader.Controls.Add(this.chensLabel3);
     this.gbHeader.Controls.Add(this.btnSearch);
     this.gbHeader.Controls.Add(this.chensLabel2);
     this.gbHeader.Controls.Add(this.chensLabel1);
     this.gbHeader.Dock     = System.Windows.Forms.DockStyle.Top;
     this.gbHeader.Font     = new System.Drawing.Font("微软雅黑", 9F);
     this.gbHeader.Location = new System.Drawing.Point(0, 27);
     this.gbHeader.Margin   = new System.Windows.Forms.Padding(3, 6, 3, 6);
     this.gbHeader.Name     = "gbHeader";
     this.gbHeader.Padding  = new System.Windows.Forms.Padding(3, 6, 3, 6);
     this.gbHeader.Size     = new System.Drawing.Size(992, 130);
     this.gbHeader.TabIndex = 8;
     this.gbHeader.TabStop  = false;
     this.gbHeader.Text     = "查询条件";
     //
     // txtSupCode
     //
     this.txtSupCode.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
     this.txtSupCode.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtSupCode.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsDelivery, "SupCode", true));
     this.txtSupCode.Font        = new System.Drawing.Font("微软雅黑", 9F);
     this.txtSupCode.HotTrack    = false;
     this.txtSupCode.Location    = new System.Drawing.Point(87, 93);
     this.txtSupCode.Name        = "txtSupCode";
     this.txtSupCode.Size        = new System.Drawing.Size(150, 23);
     this.txtSupCode.TabIndex    = 24;
     this.txtSupCode.TextEnabled = false;
     this.txtSupCode.KeyPress   += new System.Windows.Forms.KeyPressEventHandler(this.txt_KeyPress);
     //
     // bsDelivery
     //
     this.bsDelivery.DataSource = typeof(WMS.WebService.DeliveryReceive_Model);
     //
     // chensLabel7
     //
     this.chensLabel7.AutoSize = true;
     this.chensLabel7.Font     = new System.Drawing.Font("微软雅黑", 9F);
     this.chensLabel7.Location = new System.Drawing.Point(25, 95);
     this.chensLabel7.Name     = "chensLabel7";
     this.chensLabel7.Size     = new System.Drawing.Size(44, 17);
     this.chensLabel7.TabIndex = 23;
     this.chensLabel7.Text     = "供应商";
     //
     // txtDeliveryNo
     //
     this.txtDeliveryNo.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
     this.txtDeliveryNo.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtDeliveryNo.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsDelivery, "DeliveryNo", true));
     this.txtDeliveryNo.Font        = new System.Drawing.Font("微软雅黑", 9F);
     this.txtDeliveryNo.HotTrack    = false;
     this.txtDeliveryNo.Location    = new System.Drawing.Point(559, 58);
     this.txtDeliveryNo.Name        = "txtDeliveryNo";
     this.txtDeliveryNo.Size        = new System.Drawing.Size(150, 23);
     this.txtDeliveryNo.TabIndex    = 4;
     this.txtDeliveryNo.TextEnabled = false;
     this.txtDeliveryNo.KeyPress   += new System.Windows.Forms.KeyPressEventHandler(this.txt_KeyPress);
     //
     // chensLabel6
     //
     this.chensLabel6.AutoSize = true;
     this.chensLabel6.Font     = new System.Drawing.Font("微软雅黑", 9F);
     this.chensLabel6.Location = new System.Drawing.Point(497, 60);
     this.chensLabel6.Name     = "chensLabel6";
     this.chensLabel6.Size     = new System.Drawing.Size(56, 17);
     this.chensLabel6.TabIndex = 22;
     this.chensLabel6.Text     = "送货单号";
     //
     // chensLabel5
     //
     this.chensLabel5.AutoSize = true;
     this.chensLabel5.Font     = new System.Drawing.Font("微软雅黑", 9F);
     this.chensLabel5.Location = new System.Drawing.Point(497, 25);
     this.chensLabel5.Name     = "chensLabel5";
     this.chensLabel5.Size     = new System.Drawing.Size(56, 17);
     this.chensLabel5.TabIndex = 21;
     this.chensLabel5.Text     = "采购单号";
     //
     // txtMaterialNo
     //
     this.txtMaterialNo.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
     this.txtMaterialNo.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtMaterialNo.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsDelivery, "MaterialNo", true));
     this.txtMaterialNo.Font        = new System.Drawing.Font("微软雅黑", 9F);
     this.txtMaterialNo.HotTrack    = false;
     this.txtMaterialNo.Location    = new System.Drawing.Point(329, 58);
     this.txtMaterialNo.Name        = "txtMaterialNo";
     this.txtMaterialNo.Size        = new System.Drawing.Size(150, 23);
     this.txtMaterialNo.TabIndex    = 2;
     this.txtMaterialNo.TextEnabled = false;
     this.txtMaterialNo.KeyPress   += new System.Windows.Forms.KeyPressEventHandler(this.txt_KeyPress);
     //
     // dtpEndDate
     //
     this.dtpEndDate.Checked      = false;
     this.dtpEndDate.Location     = new System.Drawing.Point(329, 20);
     this.dtpEndDate.Name         = "dtpEndDate";
     this.dtpEndDate.ShowCheckBox = true;
     this.dtpEndDate.Size         = new System.Drawing.Size(150, 23);
     this.dtpEndDate.TabIndex     = 19;
     this.dtpEndDate.KeyPress    += new System.Windows.Forms.KeyPressEventHandler(this.txt_KeyPress);
     //
     // dtpStartDate
     //
     this.dtpStartDate.Checked      = false;
     this.dtpStartDate.Location     = new System.Drawing.Point(87, 20);
     this.dtpStartDate.Name         = "dtpStartDate";
     this.dtpStartDate.ShowCheckBox = true;
     this.dtpStartDate.Size         = new System.Drawing.Size(150, 23);
     this.dtpStartDate.TabIndex     = 18;
     this.dtpStartDate.KeyPress    += new System.Windows.Forms.KeyPressEventHandler(this.txt_KeyPress);
     //
     // txtVoucherNo
     //
     this.txtVoucherNo.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
     this.txtVoucherNo.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtVoucherNo.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsDelivery, "VoucherNo", true));
     this.txtVoucherNo.Font        = new System.Drawing.Font("微软雅黑", 9F);
     this.txtVoucherNo.HotTrack    = false;
     this.txtVoucherNo.Location    = new System.Drawing.Point(559, 23);
     this.txtVoucherNo.Name        = "txtVoucherNo";
     this.txtVoucherNo.Size        = new System.Drawing.Size(150, 23);
     this.txtVoucherNo.TabIndex    = 3;
     this.txtVoucherNo.TextEnabled = false;
     this.txtVoucherNo.KeyPress   += new System.Windows.Forms.KeyPressEventHandler(this.txt_KeyPress);
     //
     // chensLabel4
     //
     this.chensLabel4.AutoSize = true;
     this.chensLabel4.Font     = new System.Drawing.Font("微软雅黑", 9F);
     this.chensLabel4.Location = new System.Drawing.Point(267, 60);
     this.chensLabel4.Name     = "chensLabel4";
     this.chensLabel4.Size     = new System.Drawing.Size(56, 17);
     this.chensLabel4.TabIndex = 16;
     this.chensLabel4.Text     = "物料编号";
     //
     // txtMaterialDoc
     //
     this.txtMaterialDoc.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
     this.txtMaterialDoc.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtMaterialDoc.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsDelivery, "MaterialDoc", true));
     this.txtMaterialDoc.Font        = new System.Drawing.Font("微软雅黑", 9F);
     this.txtMaterialDoc.HotTrack    = false;
     this.txtMaterialDoc.Location    = new System.Drawing.Point(87, 58);
     this.txtMaterialDoc.Name        = "txtMaterialDoc";
     this.txtMaterialDoc.Size        = new System.Drawing.Size(150, 23);
     this.txtMaterialDoc.TabIndex    = 1;
     this.txtMaterialDoc.TextEnabled = false;
     this.txtMaterialDoc.KeyPress   += new System.Windows.Forms.KeyPressEventHandler(this.txt_KeyPress);
     //
     // chensLabel3
     //
     this.chensLabel3.AutoSize = true;
     this.chensLabel3.Font     = new System.Drawing.Font("微软雅黑", 9F);
     this.chensLabel3.Location = new System.Drawing.Point(25, 60);
     this.chensLabel3.Name     = "chensLabel3";
     this.chensLabel3.Size     = new System.Drawing.Size(56, 17);
     this.chensLabel3.TabIndex = 14;
     this.chensLabel3.Text     = "物料凭证";
     //
     // btnSearch
     //
     this.btnSearch.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnSearch.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(34)))), ((int)(((byte)(174)))), ((int)(((byte)(253)))));
     this.btnSearch.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnSearch.Font      = new System.Drawing.Font("微软雅黑", 9F);
     this.btnSearch.ForeColor = System.Drawing.Color.White;
     this.btnSearch.Location  = new System.Drawing.Point(913, 23);
     this.btnSearch.Margin    = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.btnSearch.Name      = "btnSearch";
     this.btnSearch.Size      = new System.Drawing.Size(67, 29);
     this.btnSearch.TabIndex  = 13;
     this.btnSearch.Text      = "查询";
     this.btnSearch.UseVisualStyleBackColor = false;
     this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
     //
     // chensLabel2
     //
     this.chensLabel2.AutoSize = true;
     this.chensLabel2.Font     = new System.Drawing.Font("微软雅黑", 9F);
     this.chensLabel2.Location = new System.Drawing.Point(267, 25);
     this.chensLabel2.Name     = "chensLabel2";
     this.chensLabel2.Size     = new System.Drawing.Size(56, 17);
     this.chensLabel2.TabIndex = 12;
     this.chensLabel2.Text     = "结束日期";
     //
     // chensLabel1
     //
     this.chensLabel1.AutoSize = true;
     this.chensLabel1.Font     = new System.Drawing.Font("微软雅黑", 9F);
     this.chensLabel1.Location = new System.Drawing.Point(25, 25);
     this.chensLabel1.Name     = "chensLabel1";
     this.chensLabel1.Size     = new System.Drawing.Size(56, 17);
     this.chensLabel1.TabIndex = 11;
     this.chensLabel1.Text     = "开始日期";
     //
     // FrmQualityList
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(992, 773);
     this.Controls.Add(this.gbBottom);
     this.Controls.Add(this.gbHeader);
     this.Controls.Add(this.chensMenuStrip1);
     this.MainMenuStrip = this.chensMenuStrip1;
     this.Margin        = new System.Windows.Forms.Padding(3, 6, 3, 6);
     this.Name          = "FrmQualityList";
     this.Text          = "质检单查询";
     this.Load         += new System.EventHandler(this.FrmQualityList_Load);
     this.gbBottom.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dgvList)).EndInit();
     this.chensMenuStrip1.ResumeLayout(false);
     this.chensMenuStrip1.PerformLayout();
     this.gbHeader.ResumeLayout(false);
     this.gbHeader.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.bsDelivery)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
     ChensControl.DividPage dividPage1 = new ChensControl.DividPage();
     this.gbBottom           = new ChensControl.ChensGroupBox();
     this.dgvList            = new ChensControl.ChensDataGridView();
     this.pageList           = new ChensControl.ChensPage();
     this.colCheckNo         = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colCheckType       = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colStrCheckType    = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colWarehouseNo     = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colWarehouseName   = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colHouseNo         = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colHouseName       = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colAreaNo          = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colAreaName        = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colScanWarehouseNo = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colScanHouseNo     = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colScanAreaNo      = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colBarcode         = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colSerialNo        = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colMaterialNo      = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colMaterialDesc    = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colBatchNo         = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colSN            = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colAccountQty    = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colScanQty       = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colStrProfitLoss = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colDifferenceQty = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.gbBottom.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgvList)).BeginInit();
     this.SuspendLayout();
     //
     // gbBottom
     //
     this.gbBottom.BackColor = System.Drawing.Color.WhiteSmoke;
     this.gbBottom.Controls.Add(this.dgvList);
     this.gbBottom.Controls.Add(this.pageList);
     this.gbBottom.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.gbBottom.Font     = new System.Drawing.Font("微软雅黑", 9F);
     this.gbBottom.Location = new System.Drawing.Point(0, 0);
     this.gbBottom.Margin   = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.gbBottom.Name     = "gbBottom";
     this.gbBottom.Padding  = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.gbBottom.Size     = new System.Drawing.Size(992, 469);
     this.gbBottom.TabIndex = 7;
     this.gbBottom.TabStop  = false;
     this.gbBottom.Text     = "盈亏明细";
     //
     // dgvList
     //
     this.dgvList.AllowUserToAddRows              = false;
     this.dgvList.AllowUserToDeleteRows           = false;
     dataGridViewCellStyle1.BackColor             = System.Drawing.Color.White;
     this.dgvList.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
     this.dgvList.BackgroundColor               = System.Drawing.Color.WhiteSmoke;
     this.dgvList.BorderStyle                   = System.Windows.Forms.BorderStyle.None;
     this.dgvList.ColumnHeadersBorderStyle      = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
     dataGridViewCellStyle2.Alignment           = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     dataGridViewCellStyle2.BackColor           = System.Drawing.Color.Gainsboro;
     dataGridViewCellStyle2.Font                = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
     dataGridViewCellStyle2.ForeColor           = System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle2.SelectionBackColor  = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle2.SelectionForeColor  = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle2.WrapMode            = System.Windows.Forms.DataGridViewTriState.True;
     this.dgvList.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
     this.dgvList.ColumnHeadersHeightSizeMode   = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dgvList.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.colCheckNo,
         this.colCheckType,
         this.colStrCheckType,
         this.colWarehouseNo,
         this.colWarehouseName,
         this.colHouseNo,
         this.colHouseName,
         this.colAreaNo,
         this.colAreaName,
         this.colScanWarehouseNo,
         this.colScanHouseNo,
         this.colScanAreaNo,
         this.colBarcode,
         this.colSerialNo,
         this.colMaterialNo,
         this.colMaterialDesc,
         this.colBatchNo,
         this.colSN,
         this.colAccountQty,
         this.colScanQty,
         this.colStrProfitLoss,
         this.colDifferenceQty
     });
     this.dgvList.Dock                         = System.Windows.Forms.DockStyle.Fill;
     this.dgvList.EditMode                     = System.Windows.Forms.DataGridViewEditMode.EditProgrammatically;
     this.dgvList.Font                         = new System.Drawing.Font("微软雅黑", 9F);
     this.dgvList.GridColor                    = System.Drawing.Color.LightGray;
     this.dgvList.HaveCopyMenu                 = true;
     this.dgvList.Location                     = new System.Drawing.Point(3, 20);
     this.dgvList.Margin                       = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.dgvList.Name                         = "dgvList";
     dataGridViewCellStyle3.Alignment          = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle3.BackColor          = System.Drawing.SystemColors.ActiveCaption;
     dataGridViewCellStyle3.Font               = new System.Drawing.Font("微软雅黑", 9F);
     dataGridViewCellStyle3.ForeColor          = System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.LightGray;
     dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle3.WrapMode           = System.Windows.Forms.DataGridViewTriState.True;
     this.dgvList.RowHeadersDefaultCellStyle   = dataGridViewCellStyle3;
     this.dgvList.RowHeadersVisible            = false;
     dataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.CornflowerBlue;
     this.dgvList.RowsDefaultCellStyle         = dataGridViewCellStyle4;
     this.dgvList.RowTemplate.Height           = 23;
     this.dgvList.SelectionMode                = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.dgvList.Size                         = new System.Drawing.Size(986, 425);
     this.dgvList.TabIndex                     = 2;
     //
     // pageList
     //
     this.pageList.BackColor            = System.Drawing.Color.WhiteSmoke;
     this.pageList.CurrentPageNumber    = 0;
     dividPage1.CurrentPageNumber       = 0;
     dividPage1.CurrentPageRecordCounts = 0;
     dividPage1.CurrentPageShowCounts   = 10;
     dividPage1.DefaultPageShowCounts   = 10;
     dividPage1.PagesCount          = 0;
     dividPage1.RecordCounts        = 0;
     this.pageList.dDividPage       = dividPage1;
     this.pageList.Dock             = System.Windows.Forms.DockStyle.Bottom;
     this.pageList.Font             = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.pageList.Location         = new System.Drawing.Point(3, 445);
     this.pageList.Margin           = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.pageList.Name             = "pageList";
     this.pageList.Size             = new System.Drawing.Size(986, 20);
     this.pageList.TabIndex         = 1;
     this.pageList.ChensPageChange += new ChensControl.ChensPage.PageChangeHandle(this.pageList_ChensPageChange);
     //
     // colCheckNo
     //
     this.colCheckNo.DataPropertyName = "CheckNo";
     this.colCheckNo.HeaderText       = "盘点单号";
     this.colCheckNo.Name             = "colCheckNo";
     this.colCheckNo.Visible          = false;
     //
     // colCheckType
     //
     this.colCheckType.DataPropertyName = "CheckType";
     this.colCheckType.HeaderText       = "盘点类型";
     this.colCheckType.Name             = "colCheckType";
     this.colCheckType.Visible          = false;
     //
     // colStrCheckType
     //
     this.colStrCheckType.DataPropertyName = "StrCheckType";
     this.colStrCheckType.HeaderText       = "盘点类型";
     this.colStrCheckType.Name             = "colStrCheckType";
     this.colStrCheckType.Visible          = false;
     //
     // colWarehouseNo
     //
     this.colWarehouseNo.DataPropertyName = "WarehouseNo";
     this.colWarehouseNo.HeaderText       = "仓库编号";
     this.colWarehouseNo.Name             = "colWarehouseNo";
     this.colWarehouseNo.Visible          = false;
     //
     // colWarehouseName
     //
     this.colWarehouseName.DataPropertyName = "WarehouseName";
     this.colWarehouseName.HeaderText       = "仓库名称";
     this.colWarehouseName.Name             = "colWarehouseName";
     this.colWarehouseName.Visible          = false;
     //
     // colHouseNo
     //
     this.colHouseNo.DataPropertyName = "HouseNo";
     this.colHouseNo.HeaderText       = "库区编号";
     this.colHouseNo.Name             = "colHouseNo";
     this.colHouseNo.Visible          = false;
     this.colHouseNo.Width            = 150;
     //
     // colHouseName
     //
     this.colHouseName.DataPropertyName = "HouseName";
     this.colHouseName.HeaderText       = "库区名称";
     this.colHouseName.Name             = "colHouseName";
     this.colHouseName.Visible          = false;
     //
     // colAreaNo
     //
     this.colAreaNo.DataPropertyName = "AreaNo";
     this.colAreaNo.HeaderText       = "账存货位";
     this.colAreaNo.Name             = "colAreaNo";
     //
     // colAreaName
     //
     this.colAreaName.DataPropertyName = "AreaName";
     this.colAreaName.HeaderText       = "货位名称";
     this.colAreaName.Name             = "colAreaName";
     this.colAreaName.Visible          = false;
     //
     // colScanWarehouseNo
     //
     this.colScanWarehouseNo.DataPropertyName = "ScanWarehouseNo";
     this.colScanWarehouseNo.HeaderText       = "实盘仓库";
     this.colScanWarehouseNo.Name             = "colScanWarehouseNo";
     this.colScanWarehouseNo.Visible          = false;
     //
     // colScanHouseNo
     //
     this.colScanHouseNo.DataPropertyName = "ScanHouseNo";
     this.colScanHouseNo.HeaderText       = "实盘库区";
     this.colScanHouseNo.Name             = "colScanHouseNo";
     this.colScanHouseNo.Visible          = false;
     //
     // colScanAreaNo
     //
     this.colScanAreaNo.DataPropertyName = "ScanAreaNo";
     this.colScanAreaNo.HeaderText       = "实盘货位";
     this.colScanAreaNo.Name             = "colScanAreaNo";
     //
     // colBarcode
     //
     this.colBarcode.DataPropertyName = "Barcode";
     this.colBarcode.HeaderText       = "扫描条码";
     this.colBarcode.Name             = "colBarcode";
     this.colBarcode.Visible          = false;
     //
     // colSerialNo
     //
     this.colSerialNo.DataPropertyName = "SerialNo";
     this.colSerialNo.HeaderText       = "序列号";
     this.colSerialNo.Name             = "colSerialNo";
     //
     // colMaterialNo
     //
     this.colMaterialNo.DataPropertyName = "MaterialNo";
     this.colMaterialNo.HeaderText       = "物料编号";
     this.colMaterialNo.Name             = "colMaterialNo";
     this.colMaterialNo.Width            = 150;
     //
     // colMaterialDesc
     //
     this.colMaterialDesc.DataPropertyName = "MaterialDesc";
     this.colMaterialDesc.HeaderText       = "物料描述";
     this.colMaterialDesc.Name             = "colMaterialDesc";
     this.colMaterialDesc.Width            = 200;
     //
     // colBatchNo
     //
     this.colBatchNo.DataPropertyName = "BatchNo";
     this.colBatchNo.HeaderText       = "生产批次";
     this.colBatchNo.Name             = "colBatchNo";
     //
     // colSN
     //
     this.colSN.DataPropertyName = "SN";
     this.colSN.HeaderText       = "来料批次";
     this.colSN.Name             = "colSN";
     //
     // colAccountQty
     //
     this.colAccountQty.DataPropertyName = "AccountQty";
     this.colAccountQty.HeaderText       = "账存数量";
     this.colAccountQty.Name             = "colAccountQty";
     //
     // colScanQty
     //
     this.colScanQty.DataPropertyName = "ScanQty";
     this.colScanQty.HeaderText       = "实盘数量";
     this.colScanQty.Name             = "colScanQty";
     //
     // colStrProfitLoss
     //
     this.colStrProfitLoss.DataPropertyName = "StrProfitLoss";
     this.colStrProfitLoss.HeaderText       = "盈亏状态";
     this.colStrProfitLoss.Name             = "colStrProfitLoss";
     //
     // colDifferenceQty
     //
     this.colDifferenceQty.DataPropertyName = "DifferenceQty";
     this.colDifferenceQty.HeaderText       = "盈亏数量";
     this.colDifferenceQty.Name             = "colDifferenceQty";
     //
     // FrmCheckProfitLoss
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(992, 469);
     this.Controls.Add(this.gbBottom);
     this.Margin = new System.Windows.Forms.Padding(3, 8, 3, 8);
     this.Name   = "FrmCheckProfitLoss";
     this.Text   = "盈亏明细";
     this.Load  += new System.EventHandler(this.FrmCheckProfitLoss_Load);
     this.gbBottom.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dgvList)).EndInit();
     this.ResumeLayout(false);
 }
Example #4
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
     ChensControl.DividPage        dividPage1 = new ChensControl.DividPage();
     System.Windows.Forms.TreeNode treeNode1  = new System.Windows.Forms.TreeNode("节点6");
     System.Windows.Forms.TreeNode treeNode2  = new System.Windows.Forms.TreeNode("节点7");
     System.Windows.Forms.TreeNode treeNode3  = new System.Windows.Forms.TreeNode("节点8");
     System.Windows.Forms.TreeNode treeNode4  = new System.Windows.Forms.TreeNode("查询管理", new System.Windows.Forms.TreeNode[] {
         treeNode1,
         treeNode2,
         treeNode3
     });
     System.Windows.Forms.TreeNode treeNode5 = new System.Windows.Forms.TreeNode("节点9");
     System.Windows.Forms.TreeNode treeNode6 = new System.Windows.Forms.TreeNode("节点10");
     System.Windows.Forms.TreeNode treeNode7 = new System.Windows.Forms.TreeNode("仓库管理", new System.Windows.Forms.TreeNode[] {
         treeNode5,
         treeNode6
     });
     System.Windows.Forms.TreeNode treeNode8  = new System.Windows.Forms.TreeNode("节点11");
     System.Windows.Forms.TreeNode treeNode9  = new System.Windows.Forms.TreeNode("节点12");
     System.Windows.Forms.TreeNode treeNode10 = new System.Windows.Forms.TreeNode("盘点管理", new System.Windows.Forms.TreeNode[] {
         treeNode8,
         treeNode9
     });
     System.Windows.Forms.TreeNode treeNode11 = new System.Windows.Forms.TreeNode("节点13");
     System.Windows.Forms.TreeNode treeNode12 = new System.Windows.Forms.TreeNode("节点14");
     System.Windows.Forms.TreeNode treeNode13 = new System.Windows.Forms.TreeNode("任务看板", new System.Windows.Forms.TreeNode[] {
         treeNode11,
         treeNode12
     });
     System.Windows.Forms.TreeNode treeNode14 = new System.Windows.Forms.TreeNode("节点15");
     System.Windows.Forms.TreeNode treeNode15 = new System.Windows.Forms.TreeNode("节点16");
     System.Windows.Forms.TreeNode treeNode16 = new System.Windows.Forms.TreeNode("标签打印", new System.Windows.Forms.TreeNode[] {
         treeNode14,
         treeNode15
     });
     System.Windows.Forms.TreeNode treeNode17 = new System.Windows.Forms.TreeNode("节点17");
     System.Windows.Forms.TreeNode treeNode18 = new System.Windows.Forms.TreeNode("节点18");
     System.Windows.Forms.TreeNode treeNode19 = new System.Windows.Forms.TreeNode("基础设置", new System.Windows.Forms.TreeNode[] {
         treeNode17,
         treeNode18
     });
     this.msMain            = new ChensControl.ChensMenuStrip();
     this.tsmiAddGroup      = new System.Windows.Forms.ToolStripMenuItem();
     this.tsmiDelGroup      = new System.Windows.Forms.ToolStripMenuItem();
     this.tsmiAddMenu       = new System.Windows.Forms.ToolStripMenuItem();
     this.tsmiDelMenu       = new System.Windows.Forms.ToolStripMenuItem();
     this.tsmiMenuUp        = new System.Windows.Forms.ToolStripMenuItem();
     this.tsmiMenuDown      = new System.Windows.Forms.ToolStripMenuItem();
     this.tclBasic          = new ChensControl.ChensTestControl1();
     this.scBasic           = new System.Windows.Forms.SplitContainer();
     this.imgListMenu       = new System.Windows.Forms.ImageList(this.components);
     this.scGroup           = new System.Windows.Forms.SplitContainer();
     this.tclLeft           = new ChensControl.ChensTestControl1();
     this.dgvList           = new ChensControl.ChensDataGridView();
     this.colEdit           = new System.Windows.Forms.DataGridViewLinkColumn();
     this.colHID            = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colUserGroupNo    = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colHUserGroupName = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colHCreater       = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colHCreateTime    = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colHIsDel         = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colHUserGroupType = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colHDESCRIPTION   = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.pageList          = new ChensControl.ChensPage();
     this.lblGroup          = new ChensControl.ChensLabel();
     this.scMenu            = new System.Windows.Forms.SplitContainer();
     this.tclRight          = new ChensControl.ChensTestControl1();
     this.tvMenu            = new ChensControl.ChensTreeView();
     this.lblMenu           = new ChensControl.ChensLabel();
     this.msMain.SuspendLayout();
     this.tclBasic.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.scBasic)).BeginInit();
     this.scBasic.Panel1.SuspendLayout();
     this.scBasic.Panel2.SuspendLayout();
     this.scBasic.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.scGroup)).BeginInit();
     this.scGroup.Panel1.SuspendLayout();
     this.scGroup.Panel2.SuspendLayout();
     this.scGroup.SuspendLayout();
     this.tclLeft.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgvList)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.scMenu)).BeginInit();
     this.scMenu.Panel1.SuspendLayout();
     this.scMenu.Panel2.SuspendLayout();
     this.scMenu.SuspendLayout();
     this.tclRight.SuspendLayout();
     this.SuspendLayout();
     //
     // msMain
     //
     this.msMain.BackColor = System.Drawing.Color.LightSteelBlue;
     this.msMain.Font      = new System.Drawing.Font("微软雅黑", 9F);
     this.msMain.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.tsmiAddGroup,
         this.tsmiDelGroup,
         this.tsmiAddMenu,
         this.tsmiDelMenu,
         this.tsmiMenuUp,
         this.tsmiMenuDown
     });
     this.msMain.Location = new System.Drawing.Point(0, 0);
     this.msMain.Name     = "msMain";
     this.msMain.Size     = new System.Drawing.Size(992, 25);
     this.msMain.TabIndex = 0;
     this.msMain.Text     = "chensMenuStrip1";
     //
     // tsmiAddGroup
     //
     this.tsmiAddGroup.Name   = "tsmiAddGroup";
     this.tsmiAddGroup.Size   = new System.Drawing.Size(80, 21);
     this.tsmiAddGroup.Text   = "新增用户组";
     this.tsmiAddGroup.Click += new System.EventHandler(this.tsmiAddGroup_Click);
     //
     // tsmiDelGroup
     //
     this.tsmiDelGroup.Name   = "tsmiDelGroup";
     this.tsmiDelGroup.Size   = new System.Drawing.Size(80, 21);
     this.tsmiDelGroup.Text   = "删除用户组";
     this.tsmiDelGroup.Click += new System.EventHandler(this.tsmiDelGroup_Click);
     //
     // tsmiAddMenu
     //
     this.tsmiAddMenu.Name   = "tsmiAddMenu";
     this.tsmiAddMenu.Size   = new System.Drawing.Size(68, 21);
     this.tsmiAddMenu.Text   = "新增菜单";
     this.tsmiAddMenu.Click += new System.EventHandler(this.tsmiAddMenu_Click);
     //
     // tsmiDelMenu
     //
     this.tsmiDelMenu.Name   = "tsmiDelMenu";
     this.tsmiDelMenu.Size   = new System.Drawing.Size(68, 21);
     this.tsmiDelMenu.Text   = "删除菜单";
     this.tsmiDelMenu.Click += new System.EventHandler(this.tsmiDelMenu_Click);
     //
     // tsmiMenuUp
     //
     this.tsmiMenuUp.Name    = "tsmiMenuUp";
     this.tsmiMenuUp.Size    = new System.Drawing.Size(68, 21);
     this.tsmiMenuUp.Text    = "上移菜单";
     this.tsmiMenuUp.Visible = false;
     //
     // tsmiMenuDown
     //
     this.tsmiMenuDown.Name    = "tsmiMenuDown";
     this.tsmiMenuDown.Size    = new System.Drawing.Size(68, 21);
     this.tsmiMenuDown.Text    = "下移菜单";
     this.tsmiMenuDown.Visible = false;
     //
     // tclBasic
     //
     this.tclBasic.Controls.Add(this.scBasic);
     this.tclBasic.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tclBasic.Location = new System.Drawing.Point(0, 25);
     this.tclBasic.Name     = "tclBasic";
     this.tclBasic.Size     = new System.Drawing.Size(992, 728);
     this.tclBasic.TabIndex = 2;
     //
     // scBasic
     //
     this.scBasic.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.scBasic.Location = new System.Drawing.Point(0, 0);
     this.scBasic.Name     = "scBasic";
     //
     // scBasic.Panel1
     //
     this.scBasic.Panel1.Controls.Add(this.scGroup);
     //
     // scBasic.Panel2
     //
     this.scBasic.Panel2.Controls.Add(this.scMenu);
     this.scBasic.Size             = new System.Drawing.Size(992, 728);
     this.scBasic.SplitterDistance = 330;
     this.scBasic.TabIndex         = 2;
     this.scBasic.SplitterMoved   += new System.Windows.Forms.SplitterEventHandler(this.scBasic_SplitterMoved);
     //
     // imgListMenu
     //
     this.imgListMenu.ColorDepth       = System.Windows.Forms.ColorDepth.Depth8Bit;
     this.imgListMenu.ImageSize        = new System.Drawing.Size(16, 16);
     this.imgListMenu.TransparentColor = System.Drawing.Color.Transparent;
     //
     // scGroup
     //
     this.scGroup.Dock            = System.Windows.Forms.DockStyle.Fill;
     this.scGroup.FixedPanel      = System.Windows.Forms.FixedPanel.Panel1;
     this.scGroup.IsSplitterFixed = true;
     this.scGroup.Location        = new System.Drawing.Point(0, 0);
     this.scGroup.Name            = "scGroup";
     this.scGroup.Orientation     = System.Windows.Forms.Orientation.Horizontal;
     //
     // scGroup.Panel1
     //
     this.scGroup.Panel1.Controls.Add(this.lblGroup);
     //
     // scGroup.Panel2
     //
     this.scGroup.Panel2.Controls.Add(this.tclLeft);
     this.scGroup.Size             = new System.Drawing.Size(330, 728);
     this.scGroup.SplitterDistance = 25;
     this.scGroup.TabIndex         = 0;
     this.scGroup.TabStop          = false;
     //
     // tclLeft
     //
     this.tclLeft.Controls.Add(this.dgvList);
     this.tclLeft.Controls.Add(this.pageList);
     this.tclLeft.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tclLeft.Location = new System.Drawing.Point(0, 0);
     this.tclLeft.Name     = "tclLeft";
     this.tclLeft.Size     = new System.Drawing.Size(330, 699);
     this.tclLeft.TabIndex = 2;
     //
     // dgvList
     //
     this.dgvList.AllowUserToAddRows              = false;
     this.dgvList.AllowUserToDeleteRows           = false;
     dataGridViewCellStyle1.BackColor             = System.Drawing.Color.White;
     this.dgvList.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
     this.dgvList.BackgroundColor               = System.Drawing.Color.WhiteSmoke;
     this.dgvList.BorderStyle                   = System.Windows.Forms.BorderStyle.None;
     this.dgvList.ColumnHeadersBorderStyle      = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
     dataGridViewCellStyle2.Alignment           = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     dataGridViewCellStyle2.BackColor           = System.Drawing.Color.Gainsboro;
     dataGridViewCellStyle2.Font                = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
     dataGridViewCellStyle2.ForeColor           = System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle2.SelectionBackColor  = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle2.SelectionForeColor  = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle2.WrapMode            = System.Windows.Forms.DataGridViewTriState.True;
     this.dgvList.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
     this.dgvList.ColumnHeadersHeightSizeMode   = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dgvList.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.colEdit,
         this.colHID,
         this.colUserGroupNo,
         this.colHUserGroupName,
         this.colHCreater,
         this.colHCreateTime,
         this.colHIsDel,
         this.colHUserGroupType,
         this.colHDESCRIPTION
     });
     this.dgvList.Dock                         = System.Windows.Forms.DockStyle.Fill;
     this.dgvList.EditMode                     = System.Windows.Forms.DataGridViewEditMode.EditProgrammatically;
     this.dgvList.Font                         = new System.Drawing.Font("微软雅黑", 9F);
     this.dgvList.GridColor                    = System.Drawing.Color.LightGray;
     this.dgvList.Location                     = new System.Drawing.Point(0, 0);
     this.dgvList.Name                         = "dgvList";
     dataGridViewCellStyle4.Alignment          = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle4.BackColor          = System.Drawing.SystemColors.ActiveCaption;
     dataGridViewCellStyle4.Font               = new System.Drawing.Font("微软雅黑", 9F);
     dataGridViewCellStyle4.ForeColor          = System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.LightGray;
     dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle4.WrapMode           = System.Windows.Forms.DataGridViewTriState.True;
     this.dgvList.RowHeadersDefaultCellStyle   = dataGridViewCellStyle4;
     this.dgvList.RowHeadersVisible            = false;
     dataGridViewCellStyle5.SelectionBackColor = System.Drawing.Color.CornflowerBlue;
     this.dgvList.RowsDefaultCellStyle         = dataGridViewCellStyle5;
     this.dgvList.RowTemplate.Height           = 23;
     this.dgvList.SelectionMode                = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.dgvList.Size                         = new System.Drawing.Size(330, 672);
     this.dgvList.TabIndex                     = 1;
     this.dgvList.CellClick                   += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvGroup_CellClick);
     this.dgvList.CellContentClick            += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvGroup_CellContentClick);
     //
     // colEdit
     //
     dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     dataGridViewCellStyle3.NullValue = "编辑";
     this.colEdit.DefaultCellStyle    = dataGridViewCellStyle3;
     this.colEdit.HeaderText          = "编辑";
     this.colEdit.LinkBehavior        = System.Windows.Forms.LinkBehavior.NeverUnderline;
     this.colEdit.Name      = "colEdit";
     this.colEdit.Resizable = System.Windows.Forms.DataGridViewTriState.True;
     this.colEdit.Width     = 80;
     //
     // colHID
     //
     this.colHID.DataPropertyName = "ID";
     this.colHID.HeaderText       = "ID";
     this.colHID.Name             = "colHID";
     this.colHID.Visible          = false;
     //
     // colUserGroupNo
     //
     this.colUserGroupNo.DataPropertyName = "UserGroupNo";
     this.colUserGroupNo.HeaderText       = "用户组编号";
     this.colUserGroupNo.Name             = "colUserGroupNo";
     this.colUserGroupNo.Visible          = false;
     //
     // colHUserGroupName
     //
     this.colHUserGroupName.AutoSizeMode     = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
     this.colHUserGroupName.DataPropertyName = "UserGroupName";
     this.colHUserGroupName.HeaderText       = "用户组名称";
     this.colHUserGroupName.Name             = "colHUserGroupName";
     //
     // colHCreater
     //
     this.colHCreater.DataPropertyName = "Creater";
     this.colHCreater.HeaderText       = "创建人";
     this.colHCreater.Name             = "colHCreater";
     this.colHCreater.Visible          = false;
     //
     // colHCreateTime
     //
     this.colHCreateTime.DataPropertyName = "CreateTime";
     this.colHCreateTime.HeaderText       = "创建时间";
     this.colHCreateTime.Name             = "colHCreateTime";
     this.colHCreateTime.Visible          = false;
     //
     // colHIsDel
     //
     this.colHIsDel.DataPropertyName = "IsDel";
     this.colHIsDel.HeaderText       = "删除标识";
     this.colHIsDel.Name             = "colHIsDel";
     this.colHIsDel.Visible          = false;
     //
     // colHUserGroupType
     //
     this.colHUserGroupType.DataPropertyName = "UserGroupType";
     this.colHUserGroupType.HeaderText       = "分组类别";
     this.colHUserGroupType.Name             = "colHUserGroupType";
     this.colHUserGroupType.Visible          = false;
     //
     // colHDESCRIPTION
     //
     this.colHDESCRIPTION.DataPropertyName = "DESCRIPTION";
     this.colHDESCRIPTION.HeaderText       = "分组说明";
     this.colHDESCRIPTION.Name             = "colHDESCRIPTION";
     this.colHDESCRIPTION.Visible          = false;
     //
     // pageList
     //
     this.pageList.BackColor            = System.Drawing.Color.WhiteSmoke;
     this.pageList.CurrentPageNumber    = 0;
     dividPage1.CurrentPageNumber       = 0;
     dividPage1.CurrentPageRecordCounts = 0;
     dividPage1.CurrentPageShowCounts   = 10;
     dividPage1.DefaultPageShowCounts   = 10;
     dividPage1.PagesCount          = 0;
     dividPage1.RecordCounts        = 0;
     this.pageList.dDividPage       = dividPage1;
     this.pageList.Dock             = System.Windows.Forms.DockStyle.Bottom;
     this.pageList.Font             = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.pageList.Location         = new System.Drawing.Point(0, 672);
     this.pageList.Margin           = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.pageList.Name             = "pageList";
     this.pageList.Size             = new System.Drawing.Size(330, 27);
     this.pageList.TabIndex         = 0;
     this.pageList.Visible          = false;
     this.pageList.ChensPageChange += new ChensControl.ChensPage.PageChangeHandle(this.pageGroup_ChensPageChange);
     //
     // lblGroup
     //
     this.lblGroup.AutoSize  = true;
     this.lblGroup.BackColor = System.Drawing.Color.DarkOrange;
     this.lblGroup.Font      = new System.Drawing.Font("微软雅黑", 9F);
     this.lblGroup.Location  = new System.Drawing.Point(12, 4);
     this.lblGroup.Name      = "lblGroup";
     this.lblGroup.Size      = new System.Drawing.Size(44, 17);
     this.lblGroup.TabIndex  = 1;
     this.lblGroup.Text      = "用户组";
     //
     // scMenu
     //
     this.scMenu.Dock            = System.Windows.Forms.DockStyle.Fill;
     this.scMenu.FixedPanel      = System.Windows.Forms.FixedPanel.Panel1;
     this.scMenu.IsSplitterFixed = true;
     this.scMenu.Location        = new System.Drawing.Point(0, 0);
     this.scMenu.Name            = "scMenu";
     this.scMenu.Orientation     = System.Windows.Forms.Orientation.Horizontal;
     //
     // scMenu.Panel1
     //
     this.scMenu.Panel1.Controls.Add(this.lblMenu);
     //
     // scMenu.Panel2
     //
     this.scMenu.Panel2.Controls.Add(this.tclRight);
     this.scMenu.Size             = new System.Drawing.Size(658, 728);
     this.scMenu.SplitterDistance = 25;
     this.scMenu.TabIndex         = 0;
     this.scMenu.TabStop          = false;
     //
     // tclRight
     //
     this.tclRight.Controls.Add(this.tvMenu);
     this.tclRight.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tclRight.Location = new System.Drawing.Point(0, 0);
     this.tclRight.Name     = "tclRight";
     this.tclRight.Size     = new System.Drawing.Size(658, 699);
     this.tclRight.TabIndex = 3;
     //
     // tvMenu
     //
     this.tvMenu.BackColor   = System.Drawing.Color.WhiteSmoke;
     this.tvMenu.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.tvMenu.CheckBoxes  = true;
     this.tvMenu.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.tvMenu.Location    = new System.Drawing.Point(0, 0);
     this.tvMenu.Name        = "tvMenu";
     treeNode1.Name          = "节点6";
     treeNode1.Text          = "节点6";
     treeNode2.Name          = "节点7";
     treeNode2.Text          = "节点7";
     treeNode3.Name          = "节点8";
     treeNode3.Text          = "节点8";
     treeNode4.Name          = "节点0";
     treeNode4.Text          = "查询管理";
     treeNode5.Name          = "节点9";
     treeNode5.Text          = "节点9";
     treeNode6.Name          = "节点10";
     treeNode6.Text          = "节点10";
     treeNode7.Name          = "节点1";
     treeNode7.Text          = "仓库管理";
     treeNode8.Name          = "节点11";
     treeNode8.Text          = "节点11";
     treeNode9.Name          = "节点12";
     treeNode9.Text          = "节点12";
     treeNode10.Name         = "节点2";
     treeNode10.Text         = "盘点管理";
     treeNode11.Name         = "节点13";
     treeNode11.Text         = "节点13";
     treeNode12.Name         = "节点14";
     treeNode12.Text         = "节点14";
     treeNode13.Name         = "节点3";
     treeNode13.Text         = "任务看板";
     treeNode14.Name         = "节点15";
     treeNode14.Text         = "节点15";
     treeNode15.Name         = "节点16";
     treeNode15.Text         = "节点16";
     treeNode16.Name         = "节点4";
     treeNode16.Text         = "标签打印";
     treeNode17.Name         = "节点17";
     treeNode17.Text         = "节点17";
     treeNode18.Name         = "节点18";
     treeNode18.Text         = "节点18";
     treeNode19.Name         = "节点5";
     treeNode19.Text         = "基础设置";
     this.tvMenu.Nodes.AddRange(new System.Windows.Forms.TreeNode[] {
         treeNode4,
         treeNode7,
         treeNode10,
         treeNode13,
         treeNode16,
         treeNode19
     });
     this.tvMenu.Size                  = new System.Drawing.Size(658, 699);
     this.tvMenu.TabIndex              = 0;
     this.tvMenu.AfterCheck           += new System.Windows.Forms.TreeViewEventHandler(this.tvMenu_AfterCheck);
     this.tvMenu.AfterCollapse        += new System.Windows.Forms.TreeViewEventHandler(this.tvMenu_AfterCollapse);
     this.tvMenu.AfterExpand          += new System.Windows.Forms.TreeViewEventHandler(this.tvMenu_AfterExpand);
     this.tvMenu.BeforeSelect         += new System.Windows.Forms.TreeViewCancelEventHandler(this.tvMenu_BeforeSelect);
     this.tvMenu.NodeMouseDoubleClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.tvMenu_NodeMouseDoubleClick);
     //
     // lblMenu
     //
     this.lblMenu.AutoSize  = true;
     this.lblMenu.BackColor = System.Drawing.Color.DarkOrange;
     this.lblMenu.Font      = new System.Drawing.Font("微软雅黑", 9F);
     this.lblMenu.Location  = new System.Drawing.Point(12, 4);
     this.lblMenu.Name      = "lblMenu";
     this.lblMenu.Size      = new System.Drawing.Size(56, 17);
     this.lblMenu.TabIndex  = 2;
     this.lblMenu.Text      = "菜单权限";
     //
     // FrmGroupMenu
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(992, 753);
     this.Controls.Add(this.tclBasic);
     this.Controls.Add(this.msMain);
     this.MainMenuStrip = this.msMain;
     this.Name          = "FrmGroupMenu";
     this.Text          = "菜单权限设置";
     this.FormClosed   += new System.Windows.Forms.FormClosedEventHandler(this.FrmGroupMenu_FormClosed);
     this.Load         += new System.EventHandler(this.FrmGroupMenu_Load);
     this.msMain.ResumeLayout(false);
     this.msMain.PerformLayout();
     this.tclBasic.ResumeLayout(false);
     this.scBasic.Panel1.ResumeLayout(false);
     this.scBasic.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.scBasic)).EndInit();
     this.scBasic.ResumeLayout(false);
     this.scGroup.Panel1.ResumeLayout(false);
     this.scGroup.Panel1.PerformLayout();
     this.scGroup.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.scGroup)).EndInit();
     this.scGroup.ResumeLayout(false);
     this.tclLeft.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dgvList)).EndInit();
     this.scMenu.Panel1.ResumeLayout(false);
     this.scMenu.Panel1.PerformLayout();
     this.scMenu.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.scMenu)).EndInit();
     this.scMenu.ResumeLayout(false);
     this.tclRight.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
     ChensControl.DividPage dividPage1 = new ChensControl.DividPage();
     this.msMain                = new ChensControl.ChensMenuStrip();
     this.tsmiSearch            = new System.Windows.Forms.ToolStripMenuItem();
     this.tsmiExport            = new System.Windows.Forms.ToolStripMenuItem();
     this.gbHeader              = new ChensControl.ChensGroupBox();
     this.dtpEndTime            = new ChensControl.ChensDateTimePicker();
     this.chensLabel10          = new ChensControl.ChensLabel();
     this.chensLabel11          = new ChensControl.ChensLabel();
     this.dtpStartTime          = new ChensControl.ChensDateTimePicker();
     this.txtMaterialNo         = new ChensControl.ChensTextBox();
     this.bsMain                = new System.Windows.Forms.BindingSource(this.components);
     this.chensLabel7           = new ChensControl.ChensLabel();
     this.txtSerialNo           = new ChensControl.ChensTextBox();
     this.chensLabel8           = new ChensControl.ChensLabel();
     this.txtSN                 = new ChensControl.ChensTextBox();
     this.chensLabel9           = new ChensControl.ChensLabel();
     this.txtToAreaNo           = new ChensControl.ChensTextBox();
     this.chensLabel6           = new ChensControl.ChensLabel();
     this.txtFromAreaNo         = new ChensControl.ChensTextBox();
     this.chensLabel5           = new ChensControl.ChensLabel();
     this.txtToHouseNo          = new ChensControl.ChensTextBox();
     this.chensLabel4           = new ChensControl.ChensLabel();
     this.txtToWarehouseNo      = new ChensControl.ChensTextBox();
     this.chensLabel3           = new ChensControl.ChensLabel();
     this.btnSearch             = new ChensControl.ChensButton();
     this.txtFromHouseNo        = new ChensControl.ChensTextBox();
     this.txtFromWarehouseNo    = new ChensControl.ChensTextBox();
     this.chensLabel2           = new ChensControl.ChensLabel();
     this.chensLabel1           = new ChensControl.ChensLabel();
     this.gbBottom              = new ChensControl.ChensGroupBox();
     this.dgvList               = new ChensControl.ChensDataGridView();
     this.pageList              = new ChensControl.ChensPage();
     this.chensLabel12          = new ChensControl.ChensLabel();
     this.chensTextBox1         = new ChensControl.ChensTextBox();
     this.colHID                = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colHTaskType          = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colHstrTaskType       = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colHTaskNo            = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colHFromWarehouseNo   = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colHFromWarehouseName = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colHToWarehouseNo     = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colHToWarehouseName   = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colHFromHouseNo       = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colHFromHouseName     = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colHToHouseNo         = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colHToHouseName       = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colHFromAreaNo        = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colHFromAreaName      = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colHToAreaNo          = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colHToAreaName        = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colHBarcode           = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colHVoucherType       = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colHstrVoucherType    = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colHMaterialNo        = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colHMaterialDesc      = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colHQty               = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colHSN                = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.coloHTaskDetail_ID    = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.msMain.SuspendLayout();
     this.gbHeader.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.bsMain)).BeginInit();
     this.gbBottom.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgvList)).BeginInit();
     this.SuspendLayout();
     //
     // msMain
     //
     this.msMain.BackColor = System.Drawing.Color.LightSteelBlue;
     this.msMain.Font      = new System.Drawing.Font("微软雅黑", 9F);
     this.msMain.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.tsmiSearch,
         this.tsmiExport
     });
     this.msMain.Location = new System.Drawing.Point(0, 0);
     this.msMain.Name     = "msMain";
     this.msMain.Size     = new System.Drawing.Size(992, 25);
     this.msMain.TabIndex = 5;
     this.msMain.Text     = "chensMenuStrip1";
     //
     // tsmiSearch
     //
     this.tsmiSearch.Name         = "tsmiSearch";
     this.tsmiSearch.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.S)));
     this.tsmiSearch.Size         = new System.Drawing.Size(68, 21);
     this.tsmiSearch.Text         = "查询数据";
     this.tsmiSearch.Visible      = false;
     this.tsmiSearch.Click       += new System.EventHandler(this.btnSearch_Click);
     //
     // tsmiExport
     //
     this.tsmiExport.Name   = "tsmiExport";
     this.tsmiExport.Size   = new System.Drawing.Size(44, 21);
     this.tsmiExport.Text   = "导出";
     this.tsmiExport.Click += new System.EventHandler(this.tsmiExport_Click);
     //
     // gbHeader
     //
     this.gbHeader.BackColor = System.Drawing.Color.WhiteSmoke;
     this.gbHeader.Controls.Add(this.chensLabel12);
     this.gbHeader.Controls.Add(this.chensTextBox1);
     this.gbHeader.Controls.Add(this.dtpEndTime);
     this.gbHeader.Controls.Add(this.chensLabel10);
     this.gbHeader.Controls.Add(this.chensLabel11);
     this.gbHeader.Controls.Add(this.dtpStartTime);
     this.gbHeader.Controls.Add(this.txtMaterialNo);
     this.gbHeader.Controls.Add(this.chensLabel7);
     this.gbHeader.Controls.Add(this.txtSerialNo);
     this.gbHeader.Controls.Add(this.chensLabel8);
     this.gbHeader.Controls.Add(this.txtSN);
     this.gbHeader.Controls.Add(this.chensLabel9);
     this.gbHeader.Controls.Add(this.txtToAreaNo);
     this.gbHeader.Controls.Add(this.chensLabel6);
     this.gbHeader.Controls.Add(this.txtFromAreaNo);
     this.gbHeader.Controls.Add(this.chensLabel5);
     this.gbHeader.Controls.Add(this.txtToHouseNo);
     this.gbHeader.Controls.Add(this.chensLabel4);
     this.gbHeader.Controls.Add(this.txtToWarehouseNo);
     this.gbHeader.Controls.Add(this.chensLabel3);
     this.gbHeader.Controls.Add(this.btnSearch);
     this.gbHeader.Controls.Add(this.txtFromHouseNo);
     this.gbHeader.Controls.Add(this.txtFromWarehouseNo);
     this.gbHeader.Controls.Add(this.chensLabel2);
     this.gbHeader.Controls.Add(this.chensLabel1);
     this.gbHeader.Dock     = System.Windows.Forms.DockStyle.Top;
     this.gbHeader.Font     = new System.Drawing.Font("微软雅黑", 9F);
     this.gbHeader.Location = new System.Drawing.Point(0, 25);
     this.gbHeader.Margin   = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.gbHeader.Name     = "gbHeader";
     this.gbHeader.Padding  = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.gbHeader.Size     = new System.Drawing.Size(992, 165);
     this.gbHeader.TabIndex = 6;
     this.gbHeader.TabStop  = false;
     this.gbHeader.Text     = "查询条件";
     //
     // dtpEndTime
     //
     this.dtpEndTime.Checked      = false;
     this.dtpEndTime.Location     = new System.Drawing.Point(571, 135);
     this.dtpEndTime.Name         = "dtpEndTime";
     this.dtpEndTime.ShowCheckBox = true;
     this.dtpEndTime.Size         = new System.Drawing.Size(150, 23);
     this.dtpEndTime.TabIndex     = 32;
     this.dtpEndTime.KeyPress    += new System.Windows.Forms.KeyPressEventHandler(this.txt_KeyPress);
     //
     // chensLabel10
     //
     this.chensLabel10.AutoSize = true;
     this.chensLabel10.Font     = new System.Drawing.Font("微软雅黑", 9F);
     this.chensLabel10.Location = new System.Drawing.Point(509, 137);
     this.chensLabel10.Name     = "chensLabel10";
     this.chensLabel10.Size     = new System.Drawing.Size(34, 17);
     this.chensLabel10.TabIndex = 34;
     this.chensLabel10.Text     = "——";
     //
     // chensLabel11
     //
     this.chensLabel11.AutoSize = true;
     this.chensLabel11.Font     = new System.Drawing.Font("微软雅黑", 9F);
     this.chensLabel11.Location = new System.Drawing.Point(267, 137);
     this.chensLabel11.Name     = "chensLabel11";
     this.chensLabel11.Size     = new System.Drawing.Size(56, 17);
     this.chensLabel11.TabIndex = 33;
     this.chensLabel11.Text     = "移库日期";
     //
     // dtpStartTime
     //
     this.dtpStartTime.Checked      = false;
     this.dtpStartTime.Location     = new System.Drawing.Point(329, 135);
     this.dtpStartTime.Name         = "dtpStartTime";
     this.dtpStartTime.ShowCheckBox = true;
     this.dtpStartTime.Size         = new System.Drawing.Size(150, 23);
     this.dtpStartTime.TabIndex     = 31;
     this.dtpStartTime.KeyPress    += new System.Windows.Forms.KeyPressEventHandler(this.txt_KeyPress);
     //
     // txtMaterialNo
     //
     this.txtMaterialNo.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
     this.txtMaterialNo.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtMaterialNo.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsMain, "MaterialNo", true));
     this.txtMaterialNo.Font        = new System.Drawing.Font("微软雅黑", 9F);
     this.txtMaterialNo.HotTrack    = false;
     this.txtMaterialNo.Location    = new System.Drawing.Point(571, 93);
     this.txtMaterialNo.Name        = "txtMaterialNo";
     this.txtMaterialNo.Size        = new System.Drawing.Size(150, 23);
     this.txtMaterialNo.TabIndex    = 30;
     this.txtMaterialNo.TextEnabled = false;
     this.txtMaterialNo.KeyPress   += new System.Windows.Forms.KeyPressEventHandler(this.txt_KeyPress);
     //
     // bsMain
     //
     this.bsMain.DataSource = typeof(WMS.WebService.TaskTransInfo);
     //
     // chensLabel7
     //
     this.chensLabel7.AutoSize = true;
     this.chensLabel7.Font     = new System.Drawing.Font("微软雅黑", 9F);
     this.chensLabel7.Location = new System.Drawing.Point(509, 95);
     this.chensLabel7.Name     = "chensLabel7";
     this.chensLabel7.Size     = new System.Drawing.Size(56, 17);
     this.chensLabel7.TabIndex = 29;
     this.chensLabel7.Text     = "移库物料";
     //
     // txtSerialNo
     //
     this.txtSerialNo.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
     this.txtSerialNo.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtSerialNo.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsMain, "SerialNo", true));
     this.txtSerialNo.Font        = new System.Drawing.Font("微软雅黑", 9F);
     this.txtSerialNo.HotTrack    = false;
     this.txtSerialNo.Location    = new System.Drawing.Point(87, 93);
     this.txtSerialNo.Name        = "txtSerialNo";
     this.txtSerialNo.Size        = new System.Drawing.Size(150, 23);
     this.txtSerialNo.TabIndex    = 28;
     this.txtSerialNo.TextEnabled = false;
     this.txtSerialNo.KeyPress   += new System.Windows.Forms.KeyPressEventHandler(this.txt_KeyPress);
     //
     // chensLabel8
     //
     this.chensLabel8.AutoSize = true;
     this.chensLabel8.Font     = new System.Drawing.Font("微软雅黑", 9F);
     this.chensLabel8.Location = new System.Drawing.Point(267, 95);
     this.chensLabel8.Name     = "chensLabel8";
     this.chensLabel8.Size     = new System.Drawing.Size(56, 17);
     this.chensLabel8.TabIndex = 27;
     this.chensLabel8.Text     = "原厂批次";
     //
     // txtSN
     //
     this.txtSN.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
     this.txtSN.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtSN.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsMain, "SN", true));
     this.txtSN.Font        = new System.Drawing.Font("微软雅黑", 9F);
     this.txtSN.HotTrack    = false;
     this.txtSN.Location    = new System.Drawing.Point(329, 93);
     this.txtSN.Name        = "txtSN";
     this.txtSN.Size        = new System.Drawing.Size(150, 23);
     this.txtSN.TabIndex    = 26;
     this.txtSN.TextEnabled = false;
     this.txtSN.KeyPress   += new System.Windows.Forms.KeyPressEventHandler(this.txt_KeyPress);
     //
     // chensLabel9
     //
     this.chensLabel9.AutoSize = true;
     this.chensLabel9.Font     = new System.Drawing.Font("微软雅黑", 9F);
     this.chensLabel9.Location = new System.Drawing.Point(25, 95);
     this.chensLabel9.Name     = "chensLabel9";
     this.chensLabel9.Size     = new System.Drawing.Size(32, 17);
     this.chensLabel9.TabIndex = 25;
     this.chensLabel9.Text     = "条码";
     //
     // txtToAreaNo
     //
     this.txtToAreaNo.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
     this.txtToAreaNo.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtToAreaNo.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsMain, "ToAreaNo", true));
     this.txtToAreaNo.Font        = new System.Drawing.Font("微软雅黑", 9F);
     this.txtToAreaNo.HotTrack    = false;
     this.txtToAreaNo.Location    = new System.Drawing.Point(571, 58);
     this.txtToAreaNo.Name        = "txtToAreaNo";
     this.txtToAreaNo.Size        = new System.Drawing.Size(150, 23);
     this.txtToAreaNo.TabIndex    = 12;
     this.txtToAreaNo.TextEnabled = false;
     this.txtToAreaNo.KeyPress   += new System.Windows.Forms.KeyPressEventHandler(this.txt_KeyPress);
     //
     // chensLabel6
     //
     this.chensLabel6.AutoSize = true;
     this.chensLabel6.Font     = new System.Drawing.Font("微软雅黑", 9F);
     this.chensLabel6.Location = new System.Drawing.Point(509, 60);
     this.chensLabel6.Name     = "chensLabel6";
     this.chensLabel6.Size     = new System.Drawing.Size(56, 17);
     this.chensLabel6.TabIndex = 11;
     this.chensLabel6.Text     = "移入货位";
     //
     // txtFromAreaNo
     //
     this.txtFromAreaNo.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
     this.txtFromAreaNo.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtFromAreaNo.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsMain, "FromAreaNo", true));
     this.txtFromAreaNo.Font        = new System.Drawing.Font("微软雅黑", 9F);
     this.txtFromAreaNo.HotTrack    = false;
     this.txtFromAreaNo.Location    = new System.Drawing.Point(571, 23);
     this.txtFromAreaNo.Name        = "txtFromAreaNo";
     this.txtFromAreaNo.Size        = new System.Drawing.Size(150, 23);
     this.txtFromAreaNo.TabIndex    = 10;
     this.txtFromAreaNo.TextEnabled = false;
     this.txtFromAreaNo.KeyPress   += new System.Windows.Forms.KeyPressEventHandler(this.txt_KeyPress);
     //
     // chensLabel5
     //
     this.chensLabel5.AutoSize = true;
     this.chensLabel5.Font     = new System.Drawing.Font("微软雅黑", 9F);
     this.chensLabel5.Location = new System.Drawing.Point(509, 25);
     this.chensLabel5.Name     = "chensLabel5";
     this.chensLabel5.Size     = new System.Drawing.Size(56, 17);
     this.chensLabel5.TabIndex = 9;
     this.chensLabel5.Text     = "移出货位";
     //
     // txtToHouseNo
     //
     this.txtToHouseNo.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
     this.txtToHouseNo.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtToHouseNo.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsMain, "ToHouseNo", true));
     this.txtToHouseNo.Font        = new System.Drawing.Font("微软雅黑", 9F);
     this.txtToHouseNo.HotTrack    = false;
     this.txtToHouseNo.Location    = new System.Drawing.Point(329, 58);
     this.txtToHouseNo.Name        = "txtToHouseNo";
     this.txtToHouseNo.Size        = new System.Drawing.Size(150, 23);
     this.txtToHouseNo.TabIndex    = 8;
     this.txtToHouseNo.TextEnabled = false;
     this.txtToHouseNo.KeyPress   += new System.Windows.Forms.KeyPressEventHandler(this.txt_KeyPress);
     //
     // chensLabel4
     //
     this.chensLabel4.AutoSize = true;
     this.chensLabel4.Font     = new System.Drawing.Font("微软雅黑", 9F);
     this.chensLabel4.Location = new System.Drawing.Point(267, 60);
     this.chensLabel4.Name     = "chensLabel4";
     this.chensLabel4.Size     = new System.Drawing.Size(56, 17);
     this.chensLabel4.TabIndex = 7;
     this.chensLabel4.Text     = "移入库区";
     //
     // txtToWarehouseNo
     //
     this.txtToWarehouseNo.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
     this.txtToWarehouseNo.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtToWarehouseNo.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsMain, "ToWarehouseNo", true));
     this.txtToWarehouseNo.Font        = new System.Drawing.Font("微软雅黑", 9F);
     this.txtToWarehouseNo.HotTrack    = false;
     this.txtToWarehouseNo.Location    = new System.Drawing.Point(87, 58);
     this.txtToWarehouseNo.Name        = "txtToWarehouseNo";
     this.txtToWarehouseNo.Size        = new System.Drawing.Size(150, 23);
     this.txtToWarehouseNo.TabIndex    = 6;
     this.txtToWarehouseNo.TextEnabled = false;
     this.txtToWarehouseNo.KeyPress   += new System.Windows.Forms.KeyPressEventHandler(this.txt_KeyPress);
     //
     // chensLabel3
     //
     this.chensLabel3.AutoSize = true;
     this.chensLabel3.Font     = new System.Drawing.Font("微软雅黑", 9F);
     this.chensLabel3.Location = new System.Drawing.Point(25, 60);
     this.chensLabel3.Name     = "chensLabel3";
     this.chensLabel3.Size     = new System.Drawing.Size(56, 17);
     this.chensLabel3.TabIndex = 5;
     this.chensLabel3.Text     = "移入仓库";
     //
     // btnSearch
     //
     this.btnSearch.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnSearch.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(34)))), ((int)(((byte)(174)))), ((int)(((byte)(253)))));
     this.btnSearch.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnSearch.Font      = new System.Drawing.Font("微软雅黑", 9F);
     this.btnSearch.ForeColor = System.Drawing.Color.White;
     this.btnSearch.Location  = new System.Drawing.Point(913, 19);
     this.btnSearch.Margin    = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.btnSearch.Name      = "btnSearch";
     this.btnSearch.Size      = new System.Drawing.Size(67, 29);
     this.btnSearch.TabIndex  = 4;
     this.btnSearch.Text      = "查询";
     this.btnSearch.UseVisualStyleBackColor = false;
     this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
     //
     // txtFromHouseNo
     //
     this.txtFromHouseNo.BackColor   = System.Drawing.Color.White;
     this.txtFromHouseNo.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
     this.txtFromHouseNo.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtFromHouseNo.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsMain, "FromHouseNo", true));
     this.txtFromHouseNo.Font        = new System.Drawing.Font("微软雅黑", 9F);
     this.txtFromHouseNo.HotTrack    = false;
     this.txtFromHouseNo.Location    = new System.Drawing.Point(329, 23);
     this.txtFromHouseNo.Margin      = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.txtFromHouseNo.Name        = "txtFromHouseNo";
     this.txtFromHouseNo.Size        = new System.Drawing.Size(150, 23);
     this.txtFromHouseNo.TabIndex    = 3;
     this.txtFromHouseNo.TextEnabled = false;
     this.txtFromHouseNo.KeyPress   += new System.Windows.Forms.KeyPressEventHandler(this.txt_KeyPress);
     //
     // txtFromWarehouseNo
     //
     this.txtFromWarehouseNo.BackColor   = System.Drawing.Color.White;
     this.txtFromWarehouseNo.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
     this.txtFromWarehouseNo.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtFromWarehouseNo.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsMain, "FromWarehouseNo", true));
     this.txtFromWarehouseNo.Font        = new System.Drawing.Font("微软雅黑", 9F);
     this.txtFromWarehouseNo.HotTrack    = false;
     this.txtFromWarehouseNo.Location    = new System.Drawing.Point(87, 23);
     this.txtFromWarehouseNo.Margin      = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.txtFromWarehouseNo.Name        = "txtFromWarehouseNo";
     this.txtFromWarehouseNo.Size        = new System.Drawing.Size(150, 23);
     this.txtFromWarehouseNo.TabIndex    = 2;
     this.txtFromWarehouseNo.TextEnabled = false;
     this.txtFromWarehouseNo.KeyPress   += new System.Windows.Forms.KeyPressEventHandler(this.txt_KeyPress);
     //
     // chensLabel2
     //
     this.chensLabel2.AutoSize = true;
     this.chensLabel2.Font     = new System.Drawing.Font("微软雅黑", 9F);
     this.chensLabel2.Location = new System.Drawing.Point(267, 25);
     this.chensLabel2.Name     = "chensLabel2";
     this.chensLabel2.Size     = new System.Drawing.Size(56, 17);
     this.chensLabel2.TabIndex = 1;
     this.chensLabel2.Text     = "移出库区";
     //
     // chensLabel1
     //
     this.chensLabel1.AutoSize = true;
     this.chensLabel1.Font     = new System.Drawing.Font("微软雅黑", 9F);
     this.chensLabel1.Location = new System.Drawing.Point(25, 25);
     this.chensLabel1.Name     = "chensLabel1";
     this.chensLabel1.Size     = new System.Drawing.Size(56, 17);
     this.chensLabel1.TabIndex = 0;
     this.chensLabel1.Text     = "移出仓库";
     //
     // gbBottom
     //
     this.gbBottom.BackColor = System.Drawing.Color.WhiteSmoke;
     this.gbBottom.Controls.Add(this.dgvList);
     this.gbBottom.Controls.Add(this.pageList);
     this.gbBottom.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.gbBottom.Font     = new System.Drawing.Font("微软雅黑", 9F);
     this.gbBottom.Location = new System.Drawing.Point(0, 190);
     this.gbBottom.Margin   = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.gbBottom.Name     = "gbBottom";
     this.gbBottom.Padding  = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.gbBottom.Size     = new System.Drawing.Size(992, 583);
     this.gbBottom.TabIndex = 7;
     this.gbBottom.TabStop  = false;
     this.gbBottom.Text     = "查询结果";
     //
     // dgvList
     //
     this.dgvList.AllowUserToAddRows              = false;
     this.dgvList.AllowUserToDeleteRows           = false;
     dataGridViewCellStyle1.BackColor             = System.Drawing.Color.White;
     this.dgvList.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
     this.dgvList.BackgroundColor               = System.Drawing.Color.WhiteSmoke;
     this.dgvList.BorderStyle                   = System.Windows.Forms.BorderStyle.None;
     this.dgvList.ColumnHeadersBorderStyle      = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
     dataGridViewCellStyle2.Alignment           = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     dataGridViewCellStyle2.BackColor           = System.Drawing.Color.Gainsboro;
     dataGridViewCellStyle2.Font                = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
     dataGridViewCellStyle2.ForeColor           = System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle2.SelectionBackColor  = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle2.SelectionForeColor  = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle2.WrapMode            = System.Windows.Forms.DataGridViewTriState.True;
     this.dgvList.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
     this.dgvList.ColumnHeadersHeightSizeMode   = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dgvList.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.colHID,
         this.colHTaskType,
         this.colHstrTaskType,
         this.colHTaskNo,
         this.colHFromWarehouseNo,
         this.colHFromWarehouseName,
         this.colHToWarehouseNo,
         this.colHToWarehouseName,
         this.colHFromHouseNo,
         this.colHFromHouseName,
         this.colHToHouseNo,
         this.colHToHouseName,
         this.colHFromAreaNo,
         this.colHFromAreaName,
         this.colHToAreaNo,
         this.colHToAreaName,
         this.colHBarcode,
         this.colHVoucherType,
         this.colHstrVoucherType,
         this.colHMaterialNo,
         this.colHMaterialDesc,
         this.colHQty,
         this.colHSN,
         this.coloHTaskDetail_ID
     });
     this.dgvList.Dock                         = System.Windows.Forms.DockStyle.Fill;
     this.dgvList.EditMode                     = System.Windows.Forms.DataGridViewEditMode.EditProgrammatically;
     this.dgvList.Font                         = new System.Drawing.Font("微软雅黑", 9F);
     this.dgvList.GridColor                    = System.Drawing.Color.LightGray;
     this.dgvList.HaveCopyMenu                 = true;
     this.dgvList.Location                     = new System.Drawing.Point(3, 20);
     this.dgvList.Margin                       = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.dgvList.Name                         = "dgvList";
     this.dgvList.ReadOnly                     = true;
     dataGridViewCellStyle3.Alignment          = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle3.BackColor          = System.Drawing.SystemColors.ActiveCaption;
     dataGridViewCellStyle3.Font               = new System.Drawing.Font("微软雅黑", 9F);
     dataGridViewCellStyle3.ForeColor          = System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.LightGray;
     dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle3.WrapMode           = System.Windows.Forms.DataGridViewTriState.True;
     this.dgvList.RowHeadersDefaultCellStyle   = dataGridViewCellStyle3;
     this.dgvList.RowHeadersVisible            = false;
     dataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.CornflowerBlue;
     this.dgvList.RowsDefaultCellStyle         = dataGridViewCellStyle4;
     this.dgvList.RowTemplate.Height           = 23;
     this.dgvList.SelectionMode                = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.dgvList.Size                         = new System.Drawing.Size(986, 539);
     this.dgvList.TabIndex                     = 2;
     //
     // pageList
     //
     this.pageList.BackColor            = System.Drawing.Color.WhiteSmoke;
     this.pageList.CurrentPageNumber    = 0;
     dividPage1.CurrentPageNumber       = 0;
     dividPage1.CurrentPageRecordCounts = 0;
     dividPage1.CurrentPageShowCounts   = 10;
     dividPage1.DefaultPageShowCounts   = 10;
     dividPage1.PagesCount          = 0;
     dividPage1.RecordCounts        = 0;
     this.pageList.dDividPage       = dividPage1;
     this.pageList.Dock             = System.Windows.Forms.DockStyle.Bottom;
     this.pageList.Font             = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.pageList.Location         = new System.Drawing.Point(3, 559);
     this.pageList.Margin           = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.pageList.Name             = "pageList";
     this.pageList.Size             = new System.Drawing.Size(986, 20);
     this.pageList.TabIndex         = 1;
     this.pageList.ChensPageChange += new ChensControl.ChensPage.PageChangeHandle(this.pageList_ChensPageChange);
     //
     // chensLabel12
     //
     this.chensLabel12.AutoSize = true;
     this.chensLabel12.Font     = new System.Drawing.Font("微软雅黑", 9F);
     this.chensLabel12.Location = new System.Drawing.Point(25, 133);
     this.chensLabel12.Name     = "chensLabel12";
     this.chensLabel12.Size     = new System.Drawing.Size(32, 17);
     this.chensLabel12.TabIndex = 36;
     this.chensLabel12.Text     = "批次";
     //
     // chensTextBox1
     //
     this.chensTextBox1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
     this.chensTextBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.chensTextBox1.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsMain, "SN", true));
     this.chensTextBox1.Font        = new System.Drawing.Font("微软雅黑", 9F);
     this.chensTextBox1.HotTrack    = false;
     this.chensTextBox1.Location    = new System.Drawing.Point(87, 131);
     this.chensTextBox1.Name        = "chensTextBox1";
     this.chensTextBox1.Size        = new System.Drawing.Size(150, 23);
     this.chensTextBox1.TabIndex    = 35;
     this.chensTextBox1.TextEnabled = false;
     //
     // colHID
     //
     this.colHID.DataPropertyName = "ID";
     this.colHID.HeaderText       = "ID";
     this.colHID.Name             = "colHID";
     this.colHID.ReadOnly         = true;
     this.colHID.Visible          = false;
     //
     // colHTaskType
     //
     this.colHTaskType.DataPropertyName = "TaskType";
     this.colHTaskType.HeaderText       = "任务类型";
     this.colHTaskType.Name             = "colHTaskType";
     this.colHTaskType.ReadOnly         = true;
     this.colHTaskType.Visible          = false;
     //
     // colHstrTaskType
     //
     this.colHstrTaskType.DataPropertyName = "strTaskType";
     this.colHstrTaskType.HeaderText       = "任务类型";
     this.colHstrTaskType.Name             = "colHstrTaskType";
     this.colHstrTaskType.ReadOnly         = true;
     this.colHstrTaskType.Visible          = false;
     //
     // colHTaskNo
     //
     this.colHTaskNo.DataPropertyName = "TaskNo";
     this.colHTaskNo.HeaderText       = "任务编号";
     this.colHTaskNo.Name             = "colHTaskNo";
     this.colHTaskNo.ReadOnly         = true;
     //
     // colHFromWarehouseNo
     //
     this.colHFromWarehouseNo.DataPropertyName = "FromWarehouseNo";
     this.colHFromWarehouseNo.HeaderText       = "移出仓库";
     this.colHFromWarehouseNo.Name             = "colHFromWarehouseNo";
     this.colHFromWarehouseNo.ReadOnly         = true;
     this.colHFromWarehouseNo.Visible          = false;
     //
     // colHFromWarehouseName
     //
     this.colHFromWarehouseName.DataPropertyName = "FromWarehouseName";
     this.colHFromWarehouseName.HeaderText       = "移出仓库";
     this.colHFromWarehouseName.Name             = "colHFromWarehouseName";
     this.colHFromWarehouseName.ReadOnly         = true;
     //
     // colHToWarehouseNo
     //
     this.colHToWarehouseNo.DataPropertyName = "ToWarehouseNo";
     this.colHToWarehouseNo.HeaderText       = "移入仓库";
     this.colHToWarehouseNo.Name             = "colHToWarehouseNo";
     this.colHToWarehouseNo.ReadOnly         = true;
     this.colHToWarehouseNo.Visible          = false;
     //
     // colHToWarehouseName
     //
     this.colHToWarehouseName.DataPropertyName = "ToWarehouseName";
     this.colHToWarehouseName.HeaderText       = "移入仓库";
     this.colHToWarehouseName.Name             = "colHToWarehouseName";
     this.colHToWarehouseName.ReadOnly         = true;
     //
     // colHFromHouseNo
     //
     this.colHFromHouseNo.DataPropertyName = "FromHouseNo";
     this.colHFromHouseNo.HeaderText       = "移出库区";
     this.colHFromHouseNo.Name             = "colHFromHouseNo";
     this.colHFromHouseNo.ReadOnly         = true;
     this.colHFromHouseNo.Visible          = false;
     //
     // colHFromHouseName
     //
     this.colHFromHouseName.DataPropertyName = "FromHouseName";
     this.colHFromHouseName.HeaderText       = "移出库区";
     this.colHFromHouseName.Name             = "colHFromHouseName";
     this.colHFromHouseName.ReadOnly         = true;
     //
     // colHToHouseNo
     //
     this.colHToHouseNo.DataPropertyName = "ToHouseNo";
     this.colHToHouseNo.HeaderText       = "移入库区";
     this.colHToHouseNo.Name             = "colHToHouseNo";
     this.colHToHouseNo.ReadOnly         = true;
     this.colHToHouseNo.Visible          = false;
     //
     // colHToHouseName
     //
     this.colHToHouseName.DataPropertyName = "ToHouseName";
     this.colHToHouseName.HeaderText       = "移入库区";
     this.colHToHouseName.Name             = "colHToHouseName";
     this.colHToHouseName.ReadOnly         = true;
     //
     // colHFromAreaNo
     //
     this.colHFromAreaNo.DataPropertyName = "FromAreaNo";
     this.colHFromAreaNo.HeaderText       = "移出货位";
     this.colHFromAreaNo.Name             = "colHFromAreaNo";
     this.colHFromAreaNo.ReadOnly         = true;
     this.colHFromAreaNo.Visible          = false;
     //
     // colHFromAreaName
     //
     this.colHFromAreaName.DataPropertyName = "FromAreaName";
     this.colHFromAreaName.HeaderText       = "移出货位";
     this.colHFromAreaName.Name             = "colHFromAreaName";
     this.colHFromAreaName.ReadOnly         = true;
     //
     // colHToAreaNo
     //
     this.colHToAreaNo.DataPropertyName = "ToAreaNo";
     this.colHToAreaNo.HeaderText       = "移入货位";
     this.colHToAreaNo.Name             = "colHToAreaNo";
     this.colHToAreaNo.ReadOnly         = true;
     this.colHToAreaNo.Visible          = false;
     //
     // colHToAreaName
     //
     this.colHToAreaName.DataPropertyName = "ToAreaName";
     this.colHToAreaName.HeaderText       = "移入货位";
     this.colHToAreaName.Name             = "colHToAreaName";
     this.colHToAreaName.ReadOnly         = true;
     //
     // colHBarcode
     //
     this.colHBarcode.DataPropertyName = "Barcode";
     this.colHBarcode.HeaderText       = "条码";
     this.colHBarcode.Name             = "colHBarcode";
     this.colHBarcode.ReadOnly         = true;
     this.colHBarcode.Width            = 250;
     //
     // colHVoucherType
     //
     this.colHVoucherType.DataPropertyName = "VoucherType";
     this.colHVoucherType.HeaderText       = "单据类型";
     this.colHVoucherType.Name             = "colHVoucherType";
     this.colHVoucherType.ReadOnly         = true;
     this.colHVoucherType.Visible          = false;
     //
     // colHstrVoucherType
     //
     this.colHstrVoucherType.DataPropertyName = "strVoucherType";
     this.colHstrVoucherType.HeaderText       = "单据类型";
     this.colHstrVoucherType.Name             = "colHstrVoucherType";
     this.colHstrVoucherType.ReadOnly         = true;
     this.colHstrVoucherType.Visible          = false;
     //
     // colHMaterialNo
     //
     this.colHMaterialNo.DataPropertyName = "MaterialNo";
     this.colHMaterialNo.HeaderText       = "物料编号";
     this.colHMaterialNo.Name             = "colHMaterialNo";
     this.colHMaterialNo.ReadOnly         = true;
     this.colHMaterialNo.Width            = 150;
     //
     // colHMaterialDesc
     //
     this.colHMaterialDesc.DataPropertyName = "MaterialDesc";
     this.colHMaterialDesc.HeaderText       = "物料描述";
     this.colHMaterialDesc.Name             = "colHMaterialDesc";
     this.colHMaterialDesc.ReadOnly         = true;
     this.colHMaterialDesc.Width            = 200;
     //
     // colHQty
     //
     this.colHQty.DataPropertyName = "Qty";
     this.colHQty.HeaderText       = "移库数量";
     this.colHQty.Name             = "colHQty";
     this.colHQty.ReadOnly         = true;
     //
     // colHSN
     //
     this.colHSN.DataPropertyName = "SN";
     this.colHSN.HeaderText       = "来料批次";
     this.colHSN.Name             = "colHSN";
     this.colHSN.ReadOnly         = true;
     //
     // coloHTaskDetail_ID
     //
     this.coloHTaskDetail_ID.DataPropertyName = "TaskDetail_ID";
     this.coloHTaskDetail_ID.HeaderText       = "TaskDetail_ID";
     this.coloHTaskDetail_ID.Name             = "coloHTaskDetail_ID";
     this.coloHTaskDetail_ID.ReadOnly         = true;
     this.coloHTaskDetail_ID.Visible          = false;
     //
     // FrmStockMoveQuery
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(992, 773);
     this.Controls.Add(this.gbBottom);
     this.Controls.Add(this.gbHeader);
     this.Controls.Add(this.msMain);
     this.Margin      = new System.Windows.Forms.Padding(3, 6, 3, 6);
     this.Name        = "FrmStockMoveQuery";
     this.Text        = "移库记录查询";
     this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.FrmStockMoveQuery_FormClosed);
     this.Load       += new System.EventHandler(this.FrmStockMoveQuery_Load);
     this.msMain.ResumeLayout(false);
     this.msMain.PerformLayout();
     this.gbHeader.ResumeLayout(false);
     this.gbHeader.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.bsMain)).EndInit();
     this.gbBottom.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dgvList)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
     ChensControl.DividPage dividPage1 = new ChensControl.DividPage();
     this.bsMain                   = new System.Windows.Forms.BindingSource(this.components);
     this.bsCheck                  = new System.Windows.Forms.BindingSource(this.components);
     this.gbBottom                 = new ChensControl.ChensGroupBox();
     this.dgvList                  = new ChensControl.ChensDataGridView();
     this.colEdit                  = new System.Windows.Forms.DataGridViewLinkColumn();
     this.colCheckNo               = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colCheckType             = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colStrCheckType          = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colWarehouseNo           = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colWarehouseName         = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colHouseNo               = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colHouseName             = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colAreaNo                = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colAreaName              = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colScanWarehouseNo       = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colScanHouseNo           = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colScanAreaNo            = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colMaterialNo            = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colMaterialDesc          = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colMaterialStd           = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colAccountQty            = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colScanQty               = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colStrProfitLoss         = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colDifferenceQty         = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.pageList                 = new ChensControl.ChensPage();
     this.gbMiddle                 = new System.Windows.Forms.GroupBox();
     this.lblDifferenceQty         = new ChensControl.ChensLabel();
     this.lblStrCheckType          = new ChensControl.ChensLabel();
     this.lblCheckNo               = new ChensControl.ChensLabel();
     this.chensLabel3              = new ChensControl.ChensLabel();
     this.chensLabel2              = new ChensControl.ChensLabel();
     this.chensLabel1              = new ChensControl.ChensLabel();
     this.gbHeader                 = new ChensControl.ChensGroupBox();
     this.cbbProfitLoss            = new ChensControl.ChensComboBox();
     this.chensLabel4              = new ChensControl.ChensLabel();
     this.dtpEndTime               = new ChensControl.ChensDateTimePicker();
     this.chensLabel5              = new ChensControl.ChensLabel();
     this.chensLabel6              = new ChensControl.ChensLabel();
     this.dtpStartTime             = new ChensControl.ChensDateTimePicker();
     this.btnSearch                = new ChensControl.ChensButton();
     this.txtAreaNo                = new ChensControl.ChensTextBox();
     this.lblAreaNo                = new ChensControl.ChensLabel();
     this.msMain                   = new ChensControl.ChensMenuStrip();
     this.tsmiSearch               = new System.Windows.Forms.ToolStripMenuItem();
     this.tsmiDeal                 = new System.Windows.Forms.ToolStripMenuItem();
     this.tsmiReCheck              = new System.Windows.Forms.ToolStripMenuItem();
     this.tsmiExport               = new System.Windows.Forms.ToolStripMenuItem();
     this.tsmiExportDetails        = new System.Windows.Forms.ToolStripMenuItem();
     this.导出明细带金额ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     ((System.ComponentModel.ISupportInitialize)(this.bsMain)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.bsCheck)).BeginInit();
     this.gbBottom.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgvList)).BeginInit();
     this.gbMiddle.SuspendLayout();
     this.gbHeader.SuspendLayout();
     this.msMain.SuspendLayout();
     this.SuspendLayout();
     //
     // bsMain
     //
     this.bsMain.DataSource = typeof(WMS.WebService.CheckDetailsInfo);
     //
     // bsCheck
     //
     this.bsCheck.DataSource = typeof(WMS.WebService.CheckInfo);
     //
     // gbBottom
     //
     this.gbBottom.BackColor = System.Drawing.Color.WhiteSmoke;
     this.gbBottom.Controls.Add(this.dgvList);
     this.gbBottom.Controls.Add(this.pageList);
     this.gbBottom.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.gbBottom.Font     = new System.Drawing.Font("微软雅黑", 9F);
     this.gbBottom.Location = new System.Drawing.Point(0, 145);
     this.gbBottom.Margin   = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.gbBottom.Name     = "gbBottom";
     this.gbBottom.Padding  = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.gbBottom.Size     = new System.Drawing.Size(992, 628);
     this.gbBottom.TabIndex = 8;
     this.gbBottom.TabStop  = false;
     this.gbBottom.Text     = "查询结果";
     //
     // dgvList
     //
     this.dgvList.AllowUserToAddRows              = false;
     this.dgvList.AllowUserToDeleteRows           = false;
     dataGridViewCellStyle1.BackColor             = System.Drawing.Color.White;
     this.dgvList.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
     this.dgvList.BackgroundColor               = System.Drawing.Color.WhiteSmoke;
     this.dgvList.BorderStyle                   = System.Windows.Forms.BorderStyle.None;
     this.dgvList.ColumnHeadersBorderStyle      = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
     dataGridViewCellStyle2.Alignment           = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     dataGridViewCellStyle2.BackColor           = System.Drawing.Color.Gainsboro;
     dataGridViewCellStyle2.Font                = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
     dataGridViewCellStyle2.ForeColor           = System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle2.SelectionBackColor  = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle2.SelectionForeColor  = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle2.WrapMode            = System.Windows.Forms.DataGridViewTriState.True;
     this.dgvList.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
     this.dgvList.ColumnHeadersHeightSizeMode   = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dgvList.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.colEdit,
         this.colCheckNo,
         this.colCheckType,
         this.colStrCheckType,
         this.colWarehouseNo,
         this.colWarehouseName,
         this.colHouseNo,
         this.colHouseName,
         this.colAreaNo,
         this.colAreaName,
         this.colScanWarehouseNo,
         this.colScanHouseNo,
         this.colScanAreaNo,
         this.colMaterialNo,
         this.colMaterialDesc,
         this.colMaterialStd,
         this.colAccountQty,
         this.colScanQty,
         this.colStrProfitLoss,
         this.colDifferenceQty
     });
     this.dgvList.Dock                         = System.Windows.Forms.DockStyle.Fill;
     this.dgvList.EditMode                     = System.Windows.Forms.DataGridViewEditMode.EditProgrammatically;
     this.dgvList.Font                         = new System.Drawing.Font("微软雅黑", 9F);
     this.dgvList.GridColor                    = System.Drawing.Color.LightGray;
     this.dgvList.HaveCopyMenu                 = true;
     this.dgvList.Location                     = new System.Drawing.Point(3, 20);
     this.dgvList.Margin                       = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.dgvList.Name                         = "dgvList";
     dataGridViewCellStyle4.Alignment          = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle4.BackColor          = System.Drawing.SystemColors.ActiveCaption;
     dataGridViewCellStyle4.Font               = new System.Drawing.Font("微软雅黑", 9F);
     dataGridViewCellStyle4.ForeColor          = System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.LightGray;
     dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle4.WrapMode           = System.Windows.Forms.DataGridViewTriState.True;
     this.dgvList.RowHeadersDefaultCellStyle   = dataGridViewCellStyle4;
     this.dgvList.RowHeadersVisible            = false;
     dataGridViewCellStyle5.SelectionBackColor = System.Drawing.Color.CornflowerBlue;
     this.dgvList.RowsDefaultCellStyle         = dataGridViewCellStyle5;
     this.dgvList.RowTemplate.Height           = 23;
     this.dgvList.SelectionMode                = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.dgvList.Size                         = new System.Drawing.Size(986, 584);
     this.dgvList.TabIndex                     = 2;
     this.dgvList.CellContentClick            += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvList_CellContentClick);
     this.dgvList.CellDoubleClick             += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvList_CellDoubleClick);
     //
     // colEdit
     //
     dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     dataGridViewCellStyle3.NullValue = "查看";
     this.colEdit.DefaultCellStyle    = dataGridViewCellStyle3;
     this.colEdit.HeaderText          = "盘点明细";
     this.colEdit.LinkBehavior        = System.Windows.Forms.LinkBehavior.NeverUnderline;
     this.colEdit.Name             = "colEdit";
     this.colEdit.Resizable        = System.Windows.Forms.DataGridViewTriState.True;
     this.colEdit.SortMode         = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
     this.colEdit.Text             = "查看";
     this.colEdit.VisitedLinkColor = System.Drawing.Color.Blue;
     //
     // colCheckNo
     //
     this.colCheckNo.DataPropertyName = "CheckNo";
     this.colCheckNo.HeaderText       = "盘点单号";
     this.colCheckNo.Name             = "colCheckNo";
     this.colCheckNo.Visible          = false;
     //
     // colCheckType
     //
     this.colCheckType.DataPropertyName = "CheckType";
     this.colCheckType.HeaderText       = "盘点类型";
     this.colCheckType.Name             = "colCheckType";
     this.colCheckType.Visible          = false;
     //
     // colStrCheckType
     //
     this.colStrCheckType.DataPropertyName = "StrCheckType";
     this.colStrCheckType.HeaderText       = "盘点类型";
     this.colStrCheckType.Name             = "colStrCheckType";
     this.colStrCheckType.Visible          = false;
     //
     // colWarehouseNo
     //
     this.colWarehouseNo.DataPropertyName = "WarehouseNo";
     this.colWarehouseNo.HeaderText       = "仓库编号";
     this.colWarehouseNo.Name             = "colWarehouseNo";
     this.colWarehouseNo.Visible          = false;
     //
     // colWarehouseName
     //
     this.colWarehouseName.DataPropertyName = "WarehouseName";
     this.colWarehouseName.HeaderText       = "仓库名称";
     this.colWarehouseName.Name             = "colWarehouseName";
     this.colWarehouseName.Visible          = false;
     this.colWarehouseName.Width            = 200;
     //
     // colHouseNo
     //
     this.colHouseNo.DataPropertyName = "HouseNo";
     this.colHouseNo.HeaderText       = "库区编号";
     this.colHouseNo.Name             = "colHouseNo";
     this.colHouseNo.Visible          = false;
     //
     // colHouseName
     //
     this.colHouseName.DataPropertyName = "HouseName";
     this.colHouseName.HeaderText       = "库区名称";
     this.colHouseName.Name             = "colHouseName";
     this.colHouseName.Visible          = false;
     //
     // colAreaNo
     //
     this.colAreaNo.DataPropertyName = "AreaNo";
     this.colAreaNo.HeaderText       = "货位编号";
     this.colAreaNo.Name             = "colAreaNo";
     this.colAreaNo.Visible          = false;
     //
     // colAreaName
     //
     this.colAreaName.DataPropertyName = "AreaName";
     this.colAreaName.HeaderText       = "货位名称";
     this.colAreaName.Name             = "colAreaName";
     this.colAreaName.Visible          = false;
     //
     // colScanWarehouseNo
     //
     this.colScanWarehouseNo.DataPropertyName = "ScanWarehouseNo";
     this.colScanWarehouseNo.HeaderText       = "实盘仓库";
     this.colScanWarehouseNo.Name             = "colScanWarehouseNo";
     this.colScanWarehouseNo.Visible          = false;
     //
     // colScanHouseNo
     //
     this.colScanHouseNo.DataPropertyName = "ScanHouseNo";
     this.colScanHouseNo.HeaderText       = "实盘库区";
     this.colScanHouseNo.Name             = "colScanHouseNo";
     this.colScanHouseNo.Visible          = false;
     //
     // colScanAreaNo
     //
     this.colScanAreaNo.DataPropertyName = "ScanAreaNo";
     this.colScanAreaNo.HeaderText       = "实盘货位";
     this.colScanAreaNo.Name             = "colScanAreaNo";
     this.colScanAreaNo.Visible          = false;
     //
     // colMaterialNo
     //
     this.colMaterialNo.DataPropertyName = "MaterialNo";
     this.colMaterialNo.HeaderText       = "物料编号";
     this.colMaterialNo.Name             = "colMaterialNo";
     this.colMaterialNo.Visible          = false;
     this.colMaterialNo.Width            = 150;
     //
     // colMaterialDesc
     //
     this.colMaterialDesc.DataPropertyName = "MaterialDesc";
     this.colMaterialDesc.HeaderText       = "物料描述";
     this.colMaterialDesc.Name             = "colMaterialDesc";
     this.colMaterialDesc.Visible          = false;
     this.colMaterialDesc.Width            = 200;
     //
     // colMaterialStd
     //
     this.colMaterialStd.DataPropertyName = "MaterialStd";
     this.colMaterialStd.HeaderText       = "规格型号";
     this.colMaterialStd.Name             = "colMaterialStd";
     this.colMaterialStd.ReadOnly         = true;
     this.colMaterialStd.Visible          = false;
     //
     // colAccountQty
     //
     this.colAccountQty.DataPropertyName = "AccountQty";
     this.colAccountQty.HeaderText       = "账存数量";
     this.colAccountQty.Name             = "colAccountQty";
     //
     // colScanQty
     //
     this.colScanQty.DataPropertyName = "ScanQty";
     this.colScanQty.HeaderText       = "实盘数量";
     this.colScanQty.Name             = "colScanQty";
     //
     // colStrProfitLoss
     //
     this.colStrProfitLoss.DataPropertyName = "StrProfitLoss";
     this.colStrProfitLoss.HeaderText       = "盈亏状态";
     this.colStrProfitLoss.Name             = "colStrProfitLoss";
     //
     // colDifferenceQty
     //
     this.colDifferenceQty.DataPropertyName = "DifferenceQty";
     this.colDifferenceQty.HeaderText       = "盈亏数量";
     this.colDifferenceQty.Name             = "colDifferenceQty";
     //
     // pageList
     //
     this.pageList.BackColor            = System.Drawing.Color.WhiteSmoke;
     this.pageList.CurrentPageNumber    = 0;
     dividPage1.CurrentPageNumber       = 0;
     dividPage1.CurrentPageRecordCounts = 0;
     dividPage1.CurrentPageShowCounts   = 10;
     dividPage1.DefaultPageShowCounts   = 10;
     dividPage1.PagesCount          = 0;
     dividPage1.RecordCounts        = 0;
     this.pageList.dDividPage       = dividPage1;
     this.pageList.Dock             = System.Windows.Forms.DockStyle.Bottom;
     this.pageList.Font             = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.pageList.Location         = new System.Drawing.Point(3, 604);
     this.pageList.Margin           = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.pageList.Name             = "pageList";
     this.pageList.Size             = new System.Drawing.Size(986, 20);
     this.pageList.TabIndex         = 1;
     this.pageList.ChensPageChange += new ChensControl.ChensPage.PageChangeHandle(this.pageList_ChensPageChange);
     //
     // gbMiddle
     //
     this.gbMiddle.Controls.Add(this.lblDifferenceQty);
     this.gbMiddle.Controls.Add(this.lblStrCheckType);
     this.gbMiddle.Controls.Add(this.lblCheckNo);
     this.gbMiddle.Controls.Add(this.chensLabel3);
     this.gbMiddle.Controls.Add(this.chensLabel2);
     this.gbMiddle.Controls.Add(this.chensLabel1);
     this.gbMiddle.Dock     = System.Windows.Forms.DockStyle.Top;
     this.gbMiddle.Location = new System.Drawing.Point(0, 85);
     this.gbMiddle.Name     = "gbMiddle";
     this.gbMiddle.Size     = new System.Drawing.Size(992, 60);
     this.gbMiddle.TabIndex = 7;
     this.gbMiddle.TabStop  = false;
     this.gbMiddle.Text     = "盘点信息";
     //
     // lblDifferenceQty
     //
     this.lblDifferenceQty.AutoSize = true;
     this.lblDifferenceQty.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsCheck, "DifferenceQty", true));
     this.lblDifferenceQty.Font         = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.lblDifferenceQty.ForeColor    = System.Drawing.Color.Red;
     this.lblDifferenceQty.Location     = new System.Drawing.Point(571, 18);
     this.lblDifferenceQty.Name         = "lblDifferenceQty";
     this.lblDifferenceQty.Size         = new System.Drawing.Size(80, 26);
     this.lblDifferenceQty.TabIndex     = 6;
     this.lblDifferenceQty.Text         = "-10000";
     this.lblDifferenceQty.TextChanged += new System.EventHandler(this.lblDifferenceQty_TextChanged);
     //
     // lblStrCheckType
     //
     this.lblStrCheckType.AutoSize = true;
     this.lblStrCheckType.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsCheck, "StrCheckType", true));
     this.lblStrCheckType.Font     = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.lblStrCheckType.Location = new System.Drawing.Point(329, 20);
     this.lblStrCheckType.Name     = "lblStrCheckType";
     this.lblStrCheckType.Size     = new System.Drawing.Size(58, 22);
     this.lblStrCheckType.TabIndex = 5;
     this.lblStrCheckType.Text     = "按仓库";
     //
     // lblCheckNo
     //
     this.lblCheckNo.AutoSize = true;
     this.lblCheckNo.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsCheck, "CheckNo", true));
     this.lblCheckNo.Font     = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.lblCheckNo.Location = new System.Drawing.Point(87, 20);
     this.lblCheckNo.Name     = "lblCheckNo";
     this.lblCheckNo.Size     = new System.Drawing.Size(136, 22);
     this.lblCheckNo.TabIndex = 4;
     this.lblCheckNo.Text     = "P201610XXXXX";
     //
     // chensLabel3
     //
     this.chensLabel3.AutoSize = true;
     this.chensLabel3.Font     = new System.Drawing.Font("微软雅黑", 9F);
     this.chensLabel3.Location = new System.Drawing.Point(509, 24);
     this.chensLabel3.Name     = "chensLabel3";
     this.chensLabel3.Size     = new System.Drawing.Size(56, 17);
     this.chensLabel3.TabIndex = 2;
     this.chensLabel3.Text     = "盈亏数量";
     //
     // chensLabel2
     //
     this.chensLabel2.AutoSize = true;
     this.chensLabel2.Font     = new System.Drawing.Font("微软雅黑", 9F);
     this.chensLabel2.Location = new System.Drawing.Point(267, 25);
     this.chensLabel2.Name     = "chensLabel2";
     this.chensLabel2.Size     = new System.Drawing.Size(56, 17);
     this.chensLabel2.TabIndex = 1;
     this.chensLabel2.Text     = "盘点类型";
     //
     // chensLabel1
     //
     this.chensLabel1.AutoSize = true;
     this.chensLabel1.Font     = new System.Drawing.Font("微软雅黑", 9F);
     this.chensLabel1.Location = new System.Drawing.Point(25, 25);
     this.chensLabel1.Name     = "chensLabel1";
     this.chensLabel1.Size     = new System.Drawing.Size(56, 17);
     this.chensLabel1.TabIndex = 0;
     this.chensLabel1.Text     = "盘点单号";
     //
     // gbHeader
     //
     this.gbHeader.BackColor = System.Drawing.Color.WhiteSmoke;
     this.gbHeader.Controls.Add(this.cbbProfitLoss);
     this.gbHeader.Controls.Add(this.chensLabel4);
     this.gbHeader.Controls.Add(this.dtpEndTime);
     this.gbHeader.Controls.Add(this.chensLabel5);
     this.gbHeader.Controls.Add(this.chensLabel6);
     this.gbHeader.Controls.Add(this.dtpStartTime);
     this.gbHeader.Controls.Add(this.btnSearch);
     this.gbHeader.Controls.Add(this.txtAreaNo);
     this.gbHeader.Controls.Add(this.lblAreaNo);
     this.gbHeader.Dock     = System.Windows.Forms.DockStyle.Top;
     this.gbHeader.Font     = new System.Drawing.Font("微软雅黑", 9F);
     this.gbHeader.Location = new System.Drawing.Point(0, 25);
     this.gbHeader.Margin   = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.gbHeader.Name     = "gbHeader";
     this.gbHeader.Padding  = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.gbHeader.Size     = new System.Drawing.Size(992, 60);
     this.gbHeader.TabIndex = 5;
     this.gbHeader.TabStop  = false;
     this.gbHeader.Text     = "查询条件";
     //
     // cbbProfitLoss
     //
     this.cbbProfitLoss.BackColor   = System.Drawing.Color.White;
     this.cbbProfitLoss.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
     this.cbbProfitLoss.DataBindings.Add(new System.Windows.Forms.Binding("SelectedValue", this.bsMain, "ProfitLoss", true));
     this.cbbProfitLoss.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cbbProfitLoss.FlatStyle         = System.Windows.Forms.FlatStyle.Flat;
     this.cbbProfitLoss.Font              = new System.Drawing.Font("微软雅黑", 9F);
     this.cbbProfitLoss.FormattingEnabled = true;
     this.cbbProfitLoss.HotTrack          = false;
     this.cbbProfitLoss.Location          = new System.Drawing.Point(329, 22);
     this.cbbProfitLoss.Name              = "cbbProfitLoss";
     this.cbbProfitLoss.Size              = new System.Drawing.Size(150, 25);
     this.cbbProfitLoss.TabIndex          = 38;
     this.cbbProfitLoss.KeyPress         += new System.Windows.Forms.KeyPressEventHandler(this.txt_KeyPress);
     //
     // chensLabel4
     //
     this.chensLabel4.AutoSize = true;
     this.chensLabel4.Font     = new System.Drawing.Font("微软雅黑", 9F);
     this.chensLabel4.Location = new System.Drawing.Point(267, 25);
     this.chensLabel4.Name     = "chensLabel4";
     this.chensLabel4.Size     = new System.Drawing.Size(56, 17);
     this.chensLabel4.TabIndex = 34;
     this.chensLabel4.Text     = "盈亏状态";
     //
     // dtpEndTime
     //
     this.dtpEndTime.Checked      = false;
     this.dtpEndTime.Location     = new System.Drawing.Point(329, 58);
     this.dtpEndTime.Name         = "dtpEndTime";
     this.dtpEndTime.ShowCheckBox = true;
     this.dtpEndTime.Size         = new System.Drawing.Size(150, 23);
     this.dtpEndTime.TabIndex     = 29;
     this.dtpEndTime.Visible      = false;
     this.dtpEndTime.KeyPress    += new System.Windows.Forms.KeyPressEventHandler(this.txt_KeyPress);
     //
     // chensLabel5
     //
     this.chensLabel5.AutoSize = true;
     this.chensLabel5.Font     = new System.Drawing.Font("微软雅黑", 9F);
     this.chensLabel5.Location = new System.Drawing.Point(267, 60);
     this.chensLabel5.Name     = "chensLabel5";
     this.chensLabel5.Size     = new System.Drawing.Size(34, 17);
     this.chensLabel5.TabIndex = 28;
     this.chensLabel5.Text     = "——";
     this.chensLabel5.Visible  = false;
     //
     // chensLabel6
     //
     this.chensLabel6.AutoSize = true;
     this.chensLabel6.Font     = new System.Drawing.Font("微软雅黑", 9F);
     this.chensLabel6.Location = new System.Drawing.Point(25, 60);
     this.chensLabel6.Name     = "chensLabel6";
     this.chensLabel6.Size     = new System.Drawing.Size(56, 17);
     this.chensLabel6.TabIndex = 27;
     this.chensLabel6.Text     = "盘点日期";
     this.chensLabel6.Visible  = false;
     //
     // dtpStartTime
     //
     this.dtpStartTime.Checked      = false;
     this.dtpStartTime.Location     = new System.Drawing.Point(87, 58);
     this.dtpStartTime.Name         = "dtpStartTime";
     this.dtpStartTime.ShowCheckBox = true;
     this.dtpStartTime.Size         = new System.Drawing.Size(150, 23);
     this.dtpStartTime.TabIndex     = 26;
     this.dtpStartTime.Visible      = false;
     this.dtpStartTime.KeyPress    += new System.Windows.Forms.KeyPressEventHandler(this.txt_KeyPress);
     //
     // btnSearch
     //
     this.btnSearch.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnSearch.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(34)))), ((int)(((byte)(174)))), ((int)(((byte)(253)))));
     this.btnSearch.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnSearch.Font      = new System.Drawing.Font("微软雅黑", 9F);
     this.btnSearch.ForeColor = System.Drawing.Color.White;
     this.btnSearch.Location  = new System.Drawing.Point(913, 19);
     this.btnSearch.Margin    = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.btnSearch.Name      = "btnSearch";
     this.btnSearch.Size      = new System.Drawing.Size(67, 29);
     this.btnSearch.TabIndex  = 4;
     this.btnSearch.Text      = "查询";
     this.btnSearch.UseVisualStyleBackColor = false;
     this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
     //
     // txtAreaNo
     //
     this.txtAreaNo.BackColor   = System.Drawing.Color.White;
     this.txtAreaNo.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
     this.txtAreaNo.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtAreaNo.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsMain, "AreaNo", true));
     this.txtAreaNo.Font        = new System.Drawing.Font("微软雅黑", 9F);
     this.txtAreaNo.HotTrack    = false;
     this.txtAreaNo.Location    = new System.Drawing.Point(87, 23);
     this.txtAreaNo.Margin      = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.txtAreaNo.Name        = "txtAreaNo";
     this.txtAreaNo.Size        = new System.Drawing.Size(150, 23);
     this.txtAreaNo.TabIndex    = 2;
     this.txtAreaNo.TextEnabled = false;
     this.txtAreaNo.KeyPress   += new System.Windows.Forms.KeyPressEventHandler(this.txt_KeyPress);
     //
     // lblAreaNo
     //
     this.lblAreaNo.AutoSize = true;
     this.lblAreaNo.Font     = new System.Drawing.Font("微软雅黑", 9F);
     this.lblAreaNo.Location = new System.Drawing.Point(25, 25);
     this.lblAreaNo.Name     = "lblAreaNo";
     this.lblAreaNo.Size     = new System.Drawing.Size(56, 17);
     this.lblAreaNo.TabIndex = 0;
     this.lblAreaNo.Text     = "盘点货位";
     //
     // msMain
     //
     this.msMain.BackColor = System.Drawing.Color.LightSteelBlue;
     this.msMain.Font      = new System.Drawing.Font("微软雅黑", 9F);
     this.msMain.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.tsmiSearch,
         this.tsmiDeal,
         this.tsmiReCheck,
         this.tsmiExport,
         this.tsmiExportDetails,
         this.导出明细带金额ToolStripMenuItem
     });
     this.msMain.Location = new System.Drawing.Point(0, 0);
     this.msMain.Name     = "msMain";
     this.msMain.Size     = new System.Drawing.Size(992, 25);
     this.msMain.TabIndex = 3;
     this.msMain.Text     = "chensMenuStrip1";
     //
     // tsmiSearch
     //
     this.tsmiSearch.Name   = "tsmiSearch";
     this.tsmiSearch.Size   = new System.Drawing.Size(68, 21);
     this.tsmiSearch.Text   = "查询数据";
     this.tsmiSearch.Click += new System.EventHandler(this.btnSearch_Click);
     //
     // tsmiDeal
     //
     this.tsmiDeal.Name   = "tsmiDeal";
     this.tsmiDeal.Size   = new System.Drawing.Size(68, 21);
     this.tsmiDeal.Text   = "盈亏处理";
     this.tsmiDeal.Click += new System.EventHandler(this.tsmiDeal_Click);
     //
     // tsmiReCheck
     //
     this.tsmiReCheck.Name    = "tsmiReCheck";
     this.tsmiReCheck.Size    = new System.Drawing.Size(44, 21);
     this.tsmiReCheck.Text    = "复盘";
     this.tsmiReCheck.Visible = false;
     this.tsmiReCheck.Click  += new System.EventHandler(this.tsmiReCheck_Click);
     //
     // tsmiExport
     //
     this.tsmiExport.Name   = "tsmiExport";
     this.tsmiExport.Size   = new System.Drawing.Size(44, 21);
     this.tsmiExport.Text   = "导出";
     this.tsmiExport.Click += new System.EventHandler(this.tsmiExport_Click);
     //
     // tsmiExportDetails
     //
     this.tsmiExportDetails.Name   = "tsmiExportDetails";
     this.tsmiExportDetails.Size   = new System.Drawing.Size(68, 21);
     this.tsmiExportDetails.Text   = "导出明细";
     this.tsmiExportDetails.Click += new System.EventHandler(this.tsmiExportDetails_Click);
     //
     // 导出明细带金额ToolStripMenuItem
     //
     this.导出明细带金额ToolStripMenuItem.Name = "导出明细带金额ToolStripMenuItem";
     this.导出明细带金额ToolStripMenuItem.Size = new System.Drawing.Size(128, 21);
     this.导出明细带金额ToolStripMenuItem.Text = "导出明细(含金额)";
     //
     // FrmCheckAnalyse
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(992, 773);
     this.Controls.Add(this.gbBottom);
     this.Controls.Add(this.gbMiddle);
     this.Controls.Add(this.gbHeader);
     this.Controls.Add(this.msMain);
     this.Margin       = new System.Windows.Forms.Padding(3, 6, 3, 6);
     this.Name         = "FrmCheckAnalyse";
     this.Text         = "盈亏分析";
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmCheckAnalyse_FormClosing);
     this.Load        += new System.EventHandler(this.FrmCheckAnalyse_Load);
     ((System.ComponentModel.ISupportInitialize)(this.bsMain)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.bsCheck)).EndInit();
     this.gbBottom.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dgvList)).EndInit();
     this.gbMiddle.ResumeLayout(false);
     this.gbMiddle.PerformLayout();
     this.gbHeader.ResumeLayout(false);
     this.gbHeader.PerformLayout();
     this.msMain.ResumeLayout(false);
     this.msMain.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
     ChensControl.DividPage dividPage1 = new ChensControl.DividPage();
     this.gbMiddle          = new ChensControl.ChensGroupBox();
     this.dgvList           = new ChensControl.ChensDataGridView();
     this.colBARCODENO      = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colSERIALNO       = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colMATERIALNO     = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colMATERIALDESC   = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colBSN            = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colBATCHNO        = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colPlated         = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colBatchQty       = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colOutPackQty     = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colQTY            = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colSUPCODE        = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colSUPNAME        = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colStrVoucherType = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colDELIVERYNO     = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colVOUCHERNO      = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colROWNO          = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.pageList          = new ChensControl.ChensPage();
     this.gbBottom          = new ChensControl.ChensGroupBox();
     this.txtNSN            = new ChensControl.ChensTextBox();
     this.bsCreate          = new System.Windows.Forms.BindingSource(this.components);
     this.chensLabel4       = new ChensControl.ChensLabel();
     this.txtNPrintQty      = new ChensControl.ChensTextBox();
     this.chensLabel7       = new ChensControl.ChensLabel();
     this.cbxNOther         = new ChensControl.ChensCheckBox();
     this.cbxNPlatedTin     = new ChensControl.ChensCheckBox();
     this.cbxNPlatedSilver  = new ChensControl.ChensCheckBox();
     this.txtNOutPackQty    = new ChensControl.ChensTextBox();
     this.chensLabel6       = new ChensControl.ChensLabel();
     this.txtNQty           = new ChensControl.ChensTextBox();
     this.lblInnerPackQty   = new ChensControl.ChensLabel();
     this.txtNBatchNo       = new ChensControl.ChensTextBox();
     this.chensLabel5       = new ChensControl.ChensLabel();
     this.txtNMaterialDesc  = new ChensControl.ChensTextBox();
     this.chensLabel8       = new ChensControl.ChensLabel();
     this.txtNMaterialNo    = new ChensControl.ChensTextBox();
     this.chensLabel9       = new ChensControl.ChensLabel();
     this.gbHeader          = new ChensControl.ChensGroupBox();
     this.txtSERIALNO       = new ChensControl.ChensTextBox();
     this.bsMain            = new System.Windows.Forms.BindingSource(this.components);
     this.chensLabel2       = new ChensControl.ChensLabel();
     this.txtBATCHNO        = new ChensControl.ChensTextBox();
     this.cbbVoucherType    = new ChensControl.ChensComboBox();
     this.chensLabel11      = new ChensControl.ChensLabel();
     this.chensLabel10      = new ChensControl.ChensLabel();
     this.txtSN             = new ChensControl.ChensTextBox();
     this.chensLabel3       = new ChensControl.ChensLabel();
     this.txtMATERIALNO     = new ChensControl.ChensTextBox();
     this.chensLabel1       = new ChensControl.ChensLabel();
     this.btnSearch         = new ChensControl.ChensButton();
     this.txtVoucherNo      = new ChensControl.ChensTextBox();
     this.lblVoucherNo      = new ChensControl.ChensLabel();
     this.msMain            = new ChensControl.ChensMenuStrip();
     this.tsmiSearch        = new System.Windows.Forms.ToolStripMenuItem();
     this.tsmiPrint         = new System.Windows.Forms.ToolStripMenuItem();
     this.tsmiChangePrinter = new System.Windows.Forms.ToolStripMenuItem();
     this.gbMiddle.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgvList)).BeginInit();
     this.gbBottom.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.bsCreate)).BeginInit();
     this.gbHeader.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.bsMain)).BeginInit();
     this.msMain.SuspendLayout();
     this.SuspendLayout();
     //
     // gbMiddle
     //
     this.gbMiddle.BackColor = System.Drawing.Color.WhiteSmoke;
     this.gbMiddle.Controls.Add(this.dgvList);
     this.gbMiddle.Controls.Add(this.pageList);
     this.gbMiddle.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.gbMiddle.Font     = new System.Drawing.Font("微软雅黑", 9F);
     this.gbMiddle.Location = new System.Drawing.Point(0, 122);
     this.gbMiddle.Name     = "gbMiddle";
     this.gbMiddle.Size     = new System.Drawing.Size(992, 451);
     this.gbMiddle.TabIndex = 9;
     this.gbMiddle.TabStop  = false;
     this.gbMiddle.Text     = "条码明细";
     //
     // dgvList
     //
     this.dgvList.AllowUserToAddRows              = false;
     this.dgvList.AllowUserToDeleteRows           = false;
     dataGridViewCellStyle1.BackColor             = System.Drawing.Color.White;
     this.dgvList.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
     this.dgvList.BackgroundColor               = System.Drawing.Color.WhiteSmoke;
     this.dgvList.BorderStyle                   = System.Windows.Forms.BorderStyle.None;
     this.dgvList.ColumnHeadersBorderStyle      = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
     dataGridViewCellStyle2.Alignment           = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     dataGridViewCellStyle2.BackColor           = System.Drawing.Color.Gainsboro;
     dataGridViewCellStyle2.Font                = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
     dataGridViewCellStyle2.ForeColor           = System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle2.SelectionBackColor  = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle2.SelectionForeColor  = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle2.WrapMode            = System.Windows.Forms.DataGridViewTriState.True;
     this.dgvList.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
     this.dgvList.ColumnHeadersHeightSizeMode   = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dgvList.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.colBARCODENO,
         this.colSERIALNO,
         this.colMATERIALNO,
         this.colMATERIALDESC,
         this.colBSN,
         this.colBATCHNO,
         this.colPlated,
         this.colBatchQty,
         this.colOutPackQty,
         this.colQTY,
         this.colSUPCODE,
         this.colSUPNAME,
         this.colStrVoucherType,
         this.colDELIVERYNO,
         this.colVOUCHERNO,
         this.colROWNO
     });
     this.dgvList.Dock                         = System.Windows.Forms.DockStyle.Fill;
     this.dgvList.EditMode                     = System.Windows.Forms.DataGridViewEditMode.EditProgrammatically;
     this.dgvList.Font                         = new System.Drawing.Font("微软雅黑", 9F);
     this.dgvList.GridColor                    = System.Drawing.Color.LightGray;
     this.dgvList.HaveCopyMenu                 = true;
     this.dgvList.Location                     = new System.Drawing.Point(3, 19);
     this.dgvList.Name                         = "dgvList";
     this.dgvList.RowHeadersVisible            = false;
     dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.CornflowerBlue;
     this.dgvList.RowsDefaultCellStyle         = dataGridViewCellStyle3;
     this.dgvList.RowTemplate.Height           = 23;
     this.dgvList.SelectionMode                = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.dgvList.Size                         = new System.Drawing.Size(986, 409);
     this.dgvList.TabIndex                     = 1;
     this.dgvList.CellClick                   += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvList_CellClick);
     //
     // colBARCODENO
     //
     this.colBARCODENO.DataPropertyName = "BARCODENO";
     this.colBARCODENO.HeaderText       = "外箱序号";
     this.colBARCODENO.Name             = "colBARCODENO";
     //
     // colSERIALNO
     //
     this.colSERIALNO.DataPropertyName = "SERIALNO";
     this.colSERIALNO.HeaderText       = "流水号";
     this.colSERIALNO.Name             = "colSERIALNO";
     //
     // colMATERIALNO
     //
     this.colMATERIALNO.DataPropertyName = "MATERIALNO";
     this.colMATERIALNO.HeaderText       = "物料编号";
     this.colMATERIALNO.Name             = "colMATERIALNO";
     //
     // colMATERIALDESC
     //
     this.colMATERIALDESC.DataPropertyName = "MATERIALDESC";
     this.colMATERIALDESC.HeaderText       = "物料描述";
     this.colMATERIALDESC.Name             = "colMATERIALDESC";
     //
     // colBSN
     //
     this.colBSN.DataPropertyName = "SN";
     this.colBSN.HeaderText       = "来料批次";
     this.colBSN.Name             = "colBSN";
     //
     // colBATCHNO
     //
     this.colBATCHNO.DataPropertyName = "BATCHNO";
     this.colBATCHNO.HeaderText       = "生产批号";
     this.colBATCHNO.Name             = "colBATCHNO";
     //
     // colPlated
     //
     this.colPlated.DataPropertyName = "Plated";
     this.colPlated.HeaderText       = "涂层物料";
     this.colPlated.Name             = "colPlated";
     //
     // colBatchQty
     //
     this.colBatchQty.DataPropertyName = "BatchQty";
     this.colBatchQty.HeaderText       = "批次数量";
     this.colBatchQty.Name             = "colBatchQty";
     //
     // colOutPackQty
     //
     this.colOutPackQty.DataPropertyName = "OutPackQty";
     this.colOutPackQty.HeaderText       = "包装数量";
     this.colOutPackQty.Name             = "colOutPackQty";
     //
     // colQTY
     //
     this.colQTY.DataPropertyName = "QTY";
     this.colQTY.HeaderText       = "数量";
     this.colQTY.Name             = "colQTY";
     //
     // colSUPCODE
     //
     this.colSUPCODE.DataPropertyName = "SUPCODE";
     this.colSUPCODE.HeaderText       = "供应商代码";
     this.colSUPCODE.Name             = "colSUPCODE";
     //
     // colSUPNAME
     //
     this.colSUPNAME.DataPropertyName = "SUPNAME";
     this.colSUPNAME.HeaderText       = "供应商名称";
     this.colSUPNAME.Name             = "colSUPNAME";
     //
     // colStrVoucherType
     //
     this.colStrVoucherType.DataPropertyName = "StrVoucherType";
     this.colStrVoucherType.HeaderText       = "单据类型";
     this.colStrVoucherType.Name             = "colStrVoucherType";
     //
     // colDELIVERYNO
     //
     this.colDELIVERYNO.DataPropertyName = "DELIVERYNO";
     this.colDELIVERYNO.HeaderText       = "单据编号";
     this.colDELIVERYNO.Name             = "colDELIVERYNO";
     //
     // colVOUCHERNO
     //
     this.colVOUCHERNO.DataPropertyName = "VOUCHERNO";
     this.colVOUCHERNO.HeaderText       = "采购订单号";
     this.colVOUCHERNO.Name             = "colVOUCHERNO";
     this.colVOUCHERNO.Visible          = false;
     //
     // colROWNO
     //
     this.colROWNO.DataPropertyName = "ROWNO";
     this.colROWNO.HeaderText       = "行号";
     this.colROWNO.Name             = "colROWNO";
     //
     // pageList
     //
     this.pageList.BackColor            = System.Drawing.Color.WhiteSmoke;
     this.pageList.CurrentPageNumber    = 0;
     dividPage1.CurrentPageNumber       = 0;
     dividPage1.CurrentPageRecordCounts = 0;
     dividPage1.CurrentPageShowCounts   = 10;
     dividPage1.DefaultPageShowCounts   = 10;
     dividPage1.PagesCount          = 0;
     dividPage1.RecordCounts        = 0;
     this.pageList.dDividPage       = dividPage1;
     this.pageList.Dock             = System.Windows.Forms.DockStyle.Bottom;
     this.pageList.Font             = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.pageList.Location         = new System.Drawing.Point(3, 428);
     this.pageList.Margin           = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.pageList.Name             = "pageList";
     this.pageList.Size             = new System.Drawing.Size(986, 20);
     this.pageList.TabIndex         = 0;
     this.pageList.ChensPageChange += new ChensControl.ChensPage.PageChangeHandle(this.pageList_ChensPageChange);
     //
     // gbBottom
     //
     this.gbBottom.BackColor = System.Drawing.Color.WhiteSmoke;
     this.gbBottom.Controls.Add(this.txtNSN);
     this.gbBottom.Controls.Add(this.chensLabel4);
     this.gbBottom.Controls.Add(this.txtNPrintQty);
     this.gbBottom.Controls.Add(this.chensLabel7);
     this.gbBottom.Controls.Add(this.cbxNOther);
     this.gbBottom.Controls.Add(this.cbxNPlatedTin);
     this.gbBottom.Controls.Add(this.cbxNPlatedSilver);
     this.gbBottom.Controls.Add(this.txtNOutPackQty);
     this.gbBottom.Controls.Add(this.chensLabel6);
     this.gbBottom.Controls.Add(this.txtNQty);
     this.gbBottom.Controls.Add(this.lblInnerPackQty);
     this.gbBottom.Controls.Add(this.txtNBatchNo);
     this.gbBottom.Controls.Add(this.chensLabel5);
     this.gbBottom.Controls.Add(this.txtNMaterialDesc);
     this.gbBottom.Controls.Add(this.chensLabel8);
     this.gbBottom.Controls.Add(this.txtNMaterialNo);
     this.gbBottom.Controls.Add(this.chensLabel9);
     this.gbBottom.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.gbBottom.Font     = new System.Drawing.Font("微软雅黑", 9F);
     this.gbBottom.Location = new System.Drawing.Point(0, 573);
     this.gbBottom.Name     = "gbBottom";
     this.gbBottom.Size     = new System.Drawing.Size(992, 200);
     this.gbBottom.TabIndex = 7;
     this.gbBottom.TabStop  = false;
     this.gbBottom.Text     = "打印参数";
     //
     // txtNSN
     //
     this.txtNSN.BackColor   = System.Drawing.Color.White;
     this.txtNSN.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
     this.txtNSN.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtNSN.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsCreate, "SN", true));
     this.txtNSN.Enabled     = false;
     this.txtNSN.Font        = new System.Drawing.Font("微软雅黑", 9F);
     this.txtNSN.HotTrack    = false;
     this.txtNSN.Location    = new System.Drawing.Point(353, 58);
     this.txtNSN.Name        = "txtNSN";
     this.txtNSN.Size        = new System.Drawing.Size(150, 23);
     this.txtNSN.TabIndex    = 10;
     this.txtNSN.TextEnabled = false;
     //
     // bsCreate
     //
     this.bsCreate.DataSource = typeof(WMS.WebService.Barcode_Model);
     //
     // chensLabel4
     //
     this.chensLabel4.AutoSize = true;
     this.chensLabel4.Font     = new System.Drawing.Font("微软雅黑", 9F);
     this.chensLabel4.Location = new System.Drawing.Point(279, 60);
     this.chensLabel4.Name     = "chensLabel4";
     this.chensLabel4.Size     = new System.Drawing.Size(56, 17);
     this.chensLabel4.TabIndex = 17;
     this.chensLabel4.Text     = "来料批次";
     //
     // txtNPrintQty
     //
     this.txtNPrintQty.BackColor   = System.Drawing.Color.White;
     this.txtNPrintQty.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
     this.txtNPrintQty.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtNPrintQty.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsCreate, "PRINTQTY", true));
     this.txtNPrintQty.Font        = new System.Drawing.Font("微软雅黑", 9F);
     this.txtNPrintQty.HotTrack    = false;
     this.txtNPrintQty.Location    = new System.Drawing.Point(99, 163);
     this.txtNPrintQty.Name        = "txtNPrintQty";
     this.txtNPrintQty.Size        = new System.Drawing.Size(150, 23);
     this.txtNPrintQty.TabIndex    = 16;
     this.txtNPrintQty.TextEnabled = false;
     //
     // chensLabel7
     //
     this.chensLabel7.AutoSize = true;
     this.chensLabel7.Font     = new System.Drawing.Font("微软雅黑", 9F);
     this.chensLabel7.Location = new System.Drawing.Point(25, 165);
     this.chensLabel7.Name     = "chensLabel7";
     this.chensLabel7.Size     = new System.Drawing.Size(56, 17);
     this.chensLabel7.TabIndex = 15;
     this.chensLabel7.Text     = "打印份数";
     //
     // cbxNOther
     //
     this.cbxNOther.AutoSize = true;
     this.cbxNOther.DataBindings.Add(new System.Windows.Forms.Binding("Checked", this.bsCreate, "BPlatedOther", true));
     this.cbxNOther.Enabled   = false;
     this.cbxNOther.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.cbxNOther.Font      = new System.Drawing.Font("微软雅黑", 9F);
     this.cbxNOther.Location  = new System.Drawing.Point(175, 131);
     this.cbxNOther.Name      = "cbxNOther";
     this.cbxNOther.Size      = new System.Drawing.Size(48, 21);
     this.cbxNOther.TabIndex  = 15;
     this.cbxNOther.Text      = "其他";
     this.cbxNOther.Textn     = "其他";
     this.cbxNOther.UseVisualStyleBackColor = true;
     this.cbxNOther.CheckedChanged         += new System.EventHandler(this.cbxNOther_CheckedChanged);
     //
     // cbxNPlatedTin
     //
     this.cbxNPlatedTin.AutoSize = true;
     this.cbxNPlatedTin.DataBindings.Add(new System.Windows.Forms.Binding("Checked", this.bsCreate, "BPlatedTin", true));
     this.cbxNPlatedTin.Enabled   = false;
     this.cbxNPlatedTin.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.cbxNPlatedTin.Font      = new System.Drawing.Font("微软雅黑", 9F);
     this.cbxNPlatedTin.Location  = new System.Drawing.Point(100, 130);
     this.cbxNPlatedTin.Name      = "cbxNPlatedTin";
     this.cbxNPlatedTin.Size      = new System.Drawing.Size(48, 21);
     this.cbxNPlatedTin.TabIndex  = 14;
     this.cbxNPlatedTin.Text      = "镀锡";
     this.cbxNPlatedTin.Textn     = "镀锡";
     this.cbxNPlatedTin.UseVisualStyleBackColor = true;
     this.cbxNPlatedTin.CheckedChanged         += new System.EventHandler(this.cbxNPlatedTin_CheckedChanged);
     //
     // cbxNPlatedSilver
     //
     this.cbxNPlatedSilver.AutoSize = true;
     this.cbxNPlatedSilver.DataBindings.Add(new System.Windows.Forms.Binding("Checked", this.bsCreate, "BPlatedSilver", true));
     this.cbxNPlatedSilver.Enabled   = false;
     this.cbxNPlatedSilver.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.cbxNPlatedSilver.Font      = new System.Drawing.Font("微软雅黑", 9F);
     this.cbxNPlatedSilver.Location  = new System.Drawing.Point(25, 130);
     this.cbxNPlatedSilver.Name      = "cbxNPlatedSilver";
     this.cbxNPlatedSilver.Size      = new System.Drawing.Size(48, 21);
     this.cbxNPlatedSilver.TabIndex  = 13;
     this.cbxNPlatedSilver.Text      = "镀银";
     this.cbxNPlatedSilver.Textn     = "镀银";
     this.cbxNPlatedSilver.UseVisualStyleBackColor = true;
     this.cbxNPlatedSilver.CheckedChanged         += new System.EventHandler(this.cbxNPlatedSilver_CheckedChanged);
     //
     // txtNOutPackQty
     //
     this.txtNOutPackQty.BackColor   = System.Drawing.Color.White;
     this.txtNOutPackQty.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
     this.txtNOutPackQty.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtNOutPackQty.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsCreate, "OUTPACKQTY", true));
     this.txtNOutPackQty.Enabled     = false;
     this.txtNOutPackQty.Font        = new System.Drawing.Font("微软雅黑", 9F);
     this.txtNOutPackQty.HotTrack    = false;
     this.txtNOutPackQty.Location    = new System.Drawing.Point(99, 93);
     this.txtNOutPackQty.Name        = "txtNOutPackQty";
     this.txtNOutPackQty.Size        = new System.Drawing.Size(150, 23);
     this.txtNOutPackQty.TabIndex    = 11;
     this.txtNOutPackQty.TextEnabled = false;
     //
     // chensLabel6
     //
     this.chensLabel6.AutoSize = true;
     this.chensLabel6.Font     = new System.Drawing.Font("微软雅黑", 9F);
     this.chensLabel6.Location = new System.Drawing.Point(25, 95);
     this.chensLabel6.Name     = "chensLabel6";
     this.chensLabel6.Size     = new System.Drawing.Size(68, 17);
     this.chensLabel6.TabIndex = 9;
     this.chensLabel6.Text     = "外箱包装量";
     //
     // txtNQty
     //
     this.txtNQty.BackColor   = System.Drawing.Color.White;
     this.txtNQty.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
     this.txtNQty.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtNQty.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsCreate, "QTY", true));
     this.txtNQty.Font        = new System.Drawing.Font("微软雅黑", 9F);
     this.txtNQty.HotTrack    = false;
     this.txtNQty.Location    = new System.Drawing.Point(353, 93);
     this.txtNQty.Name        = "txtNQty";
     this.txtNQty.Size        = new System.Drawing.Size(150, 23);
     this.txtNQty.TabIndex    = 12;
     this.txtNQty.TextEnabled = false;
     //
     // lblInnerPackQty
     //
     this.lblInnerPackQty.AutoSize = true;
     this.lblInnerPackQty.Font     = new System.Drawing.Font("微软雅黑", 9F);
     this.lblInnerPackQty.Location = new System.Drawing.Point(279, 95);
     this.lblInnerPackQty.Name     = "lblInnerPackQty";
     this.lblInnerPackQty.Size     = new System.Drawing.Size(56, 17);
     this.lblInnerPackQty.TabIndex = 7;
     this.lblInnerPackQty.Text     = "实际数量";
     //
     // txtNBatchNo
     //
     this.txtNBatchNo.BackColor   = System.Drawing.Color.White;
     this.txtNBatchNo.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
     this.txtNBatchNo.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtNBatchNo.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsCreate, "BATCHNO", true));
     this.txtNBatchNo.Enabled     = false;
     this.txtNBatchNo.Font        = new System.Drawing.Font("微软雅黑", 9F);
     this.txtNBatchNo.HotTrack    = false;
     this.txtNBatchNo.Location    = new System.Drawing.Point(99, 58);
     this.txtNBatchNo.Name        = "txtNBatchNo";
     this.txtNBatchNo.Size        = new System.Drawing.Size(150, 23);
     this.txtNBatchNo.TabIndex    = 9;
     this.txtNBatchNo.TextEnabled = false;
     //
     // chensLabel5
     //
     this.chensLabel5.AutoSize = true;
     this.chensLabel5.Font     = new System.Drawing.Font("微软雅黑", 9F);
     this.chensLabel5.Location = new System.Drawing.Point(25, 60);
     this.chensLabel5.Name     = "chensLabel5";
     this.chensLabel5.Size     = new System.Drawing.Size(56, 17);
     this.chensLabel5.TabIndex = 5;
     this.chensLabel5.Text     = "生产批号";
     //
     // txtNMaterialDesc
     //
     this.txtNMaterialDesc.BackColor   = System.Drawing.Color.White;
     this.txtNMaterialDesc.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
     this.txtNMaterialDesc.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtNMaterialDesc.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsCreate, "MATERIALDESC", true));
     this.txtNMaterialDesc.Enabled     = false;
     this.txtNMaterialDesc.Font        = new System.Drawing.Font("微软雅黑", 9F);
     this.txtNMaterialDesc.HotTrack    = false;
     this.txtNMaterialDesc.Location    = new System.Drawing.Point(353, 23);
     this.txtNMaterialDesc.Name        = "txtNMaterialDesc";
     this.txtNMaterialDesc.Size        = new System.Drawing.Size(150, 23);
     this.txtNMaterialDesc.TabIndex    = 8;
     this.txtNMaterialDesc.TextEnabled = false;
     //
     // chensLabel8
     //
     this.chensLabel8.AutoSize = true;
     this.chensLabel8.Font     = new System.Drawing.Font("微软雅黑", 9F);
     this.chensLabel8.Location = new System.Drawing.Point(279, 25);
     this.chensLabel8.Name     = "chensLabel8";
     this.chensLabel8.Size     = new System.Drawing.Size(56, 17);
     this.chensLabel8.TabIndex = 3;
     this.chensLabel8.Text     = "物料描述";
     //
     // txtNMaterialNo
     //
     this.txtNMaterialNo.BackColor   = System.Drawing.Color.White;
     this.txtNMaterialNo.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
     this.txtNMaterialNo.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtNMaterialNo.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsCreate, "MATERIALNO", true));
     this.txtNMaterialNo.Enabled     = false;
     this.txtNMaterialNo.Font        = new System.Drawing.Font("微软雅黑", 9F);
     this.txtNMaterialNo.HotTrack    = false;
     this.txtNMaterialNo.Location    = new System.Drawing.Point(99, 23);
     this.txtNMaterialNo.Name        = "txtNMaterialNo";
     this.txtNMaterialNo.Size        = new System.Drawing.Size(150, 23);
     this.txtNMaterialNo.TabIndex    = 7;
     this.txtNMaterialNo.TextEnabled = false;
     //
     // chensLabel9
     //
     this.chensLabel9.AutoSize = true;
     this.chensLabel9.Font     = new System.Drawing.Font("微软雅黑", 9F);
     this.chensLabel9.Location = new System.Drawing.Point(25, 25);
     this.chensLabel9.Name     = "chensLabel9";
     this.chensLabel9.Size     = new System.Drawing.Size(56, 17);
     this.chensLabel9.TabIndex = 1;
     this.chensLabel9.Text     = "物料编号";
     //
     // gbHeader
     //
     this.gbHeader.BackColor = System.Drawing.Color.WhiteSmoke;
     this.gbHeader.Controls.Add(this.txtSERIALNO);
     this.gbHeader.Controls.Add(this.chensLabel2);
     this.gbHeader.Controls.Add(this.txtBATCHNO);
     this.gbHeader.Controls.Add(this.cbbVoucherType);
     this.gbHeader.Controls.Add(this.chensLabel11);
     this.gbHeader.Controls.Add(this.chensLabel10);
     this.gbHeader.Controls.Add(this.txtSN);
     this.gbHeader.Controls.Add(this.chensLabel3);
     this.gbHeader.Controls.Add(this.txtMATERIALNO);
     this.gbHeader.Controls.Add(this.chensLabel1);
     this.gbHeader.Controls.Add(this.btnSearch);
     this.gbHeader.Controls.Add(this.txtVoucherNo);
     this.gbHeader.Controls.Add(this.lblVoucherNo);
     this.gbHeader.Dock     = System.Windows.Forms.DockStyle.Top;
     this.gbHeader.Font     = new System.Drawing.Font("微软雅黑", 9F);
     this.gbHeader.Location = new System.Drawing.Point(0, 27);
     this.gbHeader.Margin   = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.gbHeader.Name     = "gbHeader";
     this.gbHeader.Padding  = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.gbHeader.Size     = new System.Drawing.Size(992, 95);
     this.gbHeader.TabIndex = 6;
     this.gbHeader.TabStop  = false;
     this.gbHeader.Text     = "查询条件";
     //
     // txtSERIALNO
     //
     this.txtSERIALNO.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
     this.txtSERIALNO.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtSERIALNO.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsMain, "SERIALNO", true));
     this.txtSERIALNO.Font        = new System.Drawing.Font("微软雅黑", 9F);
     this.txtSERIALNO.HotTrack    = false;
     this.txtSERIALNO.Location    = new System.Drawing.Point(87, 23);
     this.txtSERIALNO.Name        = "txtSERIALNO";
     this.txtSERIALNO.Size        = new System.Drawing.Size(150, 23);
     this.txtSERIALNO.TabIndex    = 1;
     this.txtSERIALNO.TextEnabled = false;
     this.txtSERIALNO.KeyPress   += new System.Windows.Forms.KeyPressEventHandler(this.txt_KeyPress);
     //
     // bsMain
     //
     this.bsMain.DataSource = typeof(WMS.WebService.Barcode_Model);
     //
     // chensLabel2
     //
     this.chensLabel2.AutoSize = true;
     this.chensLabel2.Font     = new System.Drawing.Font("微软雅黑", 9F);
     this.chensLabel2.Location = new System.Drawing.Point(25, 25);
     this.chensLabel2.Name     = "chensLabel2";
     this.chensLabel2.Size     = new System.Drawing.Size(44, 17);
     this.chensLabel2.TabIndex = 15;
     this.chensLabel2.Text     = "流水号";
     //
     // txtBATCHNO
     //
     this.txtBATCHNO.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
     this.txtBATCHNO.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtBATCHNO.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsMain, "BATCHNO", true));
     this.txtBATCHNO.Font        = new System.Drawing.Font("微软雅黑", 9F);
     this.txtBATCHNO.HotTrack    = false;
     this.txtBATCHNO.Location    = new System.Drawing.Point(329, 58);
     this.txtBATCHNO.Name        = "txtBATCHNO";
     this.txtBATCHNO.Size        = new System.Drawing.Size(150, 23);
     this.txtBATCHNO.TabIndex    = 5;
     this.txtBATCHNO.TextEnabled = false;
     this.txtBATCHNO.KeyPress   += new System.Windows.Forms.KeyPressEventHandler(this.txt_KeyPress);
     //
     // cbbVoucherType
     //
     this.cbbVoucherType.BackColor   = System.Drawing.Color.White;
     this.cbbVoucherType.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
     this.cbbVoucherType.DataBindings.Add(new System.Windows.Forms.Binding("SelectedValue", this.bsMain, "iVoucherType", true));
     this.cbbVoucherType.DropDownStyle         = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cbbVoucherType.FlatStyle             = System.Windows.Forms.FlatStyle.Flat;
     this.cbbVoucherType.Font                  = new System.Drawing.Font("微软雅黑", 9F);
     this.cbbVoucherType.FormattingEnabled     = true;
     this.cbbVoucherType.HotTrack              = false;
     this.cbbVoucherType.Location              = new System.Drawing.Point(329, 22);
     this.cbbVoucherType.Name                  = "cbbVoucherType";
     this.cbbVoucherType.Size                  = new System.Drawing.Size(150, 25);
     this.cbbVoucherType.TabIndex              = 2;
     this.cbbVoucherType.SelectedIndexChanged += new System.EventHandler(this.cbbVOUCHERTYPE_SelectedIndexChanged);
     this.cbbVoucherType.KeyPress             += new System.Windows.Forms.KeyPressEventHandler(this.txt_KeyPress);
     //
     // chensLabel11
     //
     this.chensLabel11.AutoSize = true;
     this.chensLabel11.Font     = new System.Drawing.Font("微软雅黑", 9F);
     this.chensLabel11.Location = new System.Drawing.Point(267, 25);
     this.chensLabel11.Name     = "chensLabel11";
     this.chensLabel11.Size     = new System.Drawing.Size(56, 17);
     this.chensLabel11.TabIndex = 12;
     this.chensLabel11.Text     = "单据类型";
     //
     // chensLabel10
     //
     this.chensLabel10.AutoSize = true;
     this.chensLabel10.Font     = new System.Drawing.Font("微软雅黑", 9F);
     this.chensLabel10.Location = new System.Drawing.Point(267, 60);
     this.chensLabel10.Name     = "chensLabel10";
     this.chensLabel10.Size     = new System.Drawing.Size(56, 17);
     this.chensLabel10.TabIndex = 11;
     this.chensLabel10.Text     = "生产批号";
     //
     // txtSN
     //
     this.txtSN.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
     this.txtSN.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtSN.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsMain, "SN", true));
     this.txtSN.Font        = new System.Drawing.Font("微软雅黑", 9F);
     this.txtSN.HotTrack    = false;
     this.txtSN.Location    = new System.Drawing.Point(559, 58);
     this.txtSN.Name        = "txtSN";
     this.txtSN.Size        = new System.Drawing.Size(150, 23);
     this.txtSN.TabIndex    = 6;
     this.txtSN.TextEnabled = false;
     this.txtSN.KeyPress   += new System.Windows.Forms.KeyPressEventHandler(this.txt_KeyPress);
     //
     // chensLabel3
     //
     this.chensLabel3.AutoSize = true;
     this.chensLabel3.Font     = new System.Drawing.Font("微软雅黑", 9F);
     this.chensLabel3.Location = new System.Drawing.Point(497, 60);
     this.chensLabel3.Name     = "chensLabel3";
     this.chensLabel3.Size     = new System.Drawing.Size(56, 17);
     this.chensLabel3.TabIndex = 9;
     this.chensLabel3.Text     = "来料批次";
     //
     // txtMATERIALNO
     //
     this.txtMATERIALNO.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
     this.txtMATERIALNO.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtMATERIALNO.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsMain, "MATERIALNO", true));
     this.txtMATERIALNO.Font        = new System.Drawing.Font("微软雅黑", 9F);
     this.txtMATERIALNO.HotTrack    = false;
     this.txtMATERIALNO.Location    = new System.Drawing.Point(87, 58);
     this.txtMATERIALNO.Name        = "txtMATERIALNO";
     this.txtMATERIALNO.Size        = new System.Drawing.Size(150, 23);
     this.txtMATERIALNO.TabIndex    = 4;
     this.txtMATERIALNO.TextEnabled = false;
     this.txtMATERIALNO.KeyPress   += new System.Windows.Forms.KeyPressEventHandler(this.txt_KeyPress);
     //
     // chensLabel1
     //
     this.chensLabel1.AutoSize = true;
     this.chensLabel1.Font     = new System.Drawing.Font("微软雅黑", 9F);
     this.chensLabel1.Location = new System.Drawing.Point(25, 60);
     this.chensLabel1.Name     = "chensLabel1";
     this.chensLabel1.Size     = new System.Drawing.Size(32, 17);
     this.chensLabel1.TabIndex = 5;
     this.chensLabel1.Text     = "物料";
     //
     // btnSearch
     //
     this.btnSearch.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnSearch.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(34)))), ((int)(((byte)(174)))), ((int)(((byte)(253)))));
     this.btnSearch.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnSearch.Font      = new System.Drawing.Font("微软雅黑", 9F);
     this.btnSearch.ForeColor = System.Drawing.Color.White;
     this.btnSearch.Location  = new System.Drawing.Point(913, 18);
     this.btnSearch.Margin    = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.btnSearch.Name      = "btnSearch";
     this.btnSearch.Size      = new System.Drawing.Size(66, 28);
     this.btnSearch.TabIndex  = 7;
     this.btnSearch.Text      = "查询";
     this.btnSearch.UseVisualStyleBackColor = false;
     this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
     //
     // txtVoucherNo
     //
     this.txtVoucherNo.BackColor   = System.Drawing.Color.White;
     this.txtVoucherNo.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
     this.txtVoucherNo.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtVoucherNo.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsMain, "DELIVERYNO", true));
     this.txtVoucherNo.Font        = new System.Drawing.Font("微软雅黑", 9F);
     this.txtVoucherNo.HotTrack    = false;
     this.txtVoucherNo.Location    = new System.Drawing.Point(559, 22);
     this.txtVoucherNo.Margin      = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.txtVoucherNo.Name        = "txtVoucherNo";
     this.txtVoucherNo.Size        = new System.Drawing.Size(150, 23);
     this.txtVoucherNo.TabIndex    = 3;
     this.txtVoucherNo.TextEnabled = false;
     this.txtVoucherNo.KeyPress   += new System.Windows.Forms.KeyPressEventHandler(this.txt_KeyPress);
     //
     // lblVoucherNo
     //
     this.lblVoucherNo.AutoSize = true;
     this.lblVoucherNo.Font     = new System.Drawing.Font("微软雅黑", 9F);
     this.lblVoucherNo.Location = new System.Drawing.Point(497, 25);
     this.lblVoucherNo.Name     = "lblVoucherNo";
     this.lblVoucherNo.Size     = new System.Drawing.Size(56, 17);
     this.lblVoucherNo.TabIndex = 0;
     this.lblVoucherNo.Text     = "单据编号";
     //
     // msMain
     //
     this.msMain.BackColor = System.Drawing.Color.LightSteelBlue;
     this.msMain.Font      = new System.Drawing.Font("微软雅黑", 9F);
     this.msMain.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.tsmiSearch,
         this.tsmiPrint,
         this.tsmiChangePrinter
     });
     this.msMain.Location = new System.Drawing.Point(0, 0);
     this.msMain.Name     = "msMain";
     this.msMain.Padding  = new System.Windows.Forms.Padding(7, 3, 0, 3);
     this.msMain.Size     = new System.Drawing.Size(992, 27);
     this.msMain.TabIndex = 5;
     this.msMain.Text     = "chensMenuStrip1";
     //
     // tsmiSearch
     //
     this.tsmiSearch.Name         = "tsmiSearch";
     this.tsmiSearch.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.S)));
     this.tsmiSearch.Size         = new System.Drawing.Size(68, 21);
     this.tsmiSearch.Text         = "查询数据";
     this.tsmiSearch.Visible      = false;
     this.tsmiSearch.Click       += new System.EventHandler(this.btnSearch_Click);
     //
     // tsmiPrint
     //
     this.tsmiPrint.Name         = "tsmiPrint";
     this.tsmiPrint.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.P)));
     this.tsmiPrint.Size         = new System.Drawing.Size(80, 21);
     this.tsmiPrint.Text         = "替换并打印";
     this.tsmiPrint.Click       += new System.EventHandler(this.tsmiPrint_Click);
     //
     // tsmiChangePrinter
     //
     this.tsmiChangePrinter.Name   = "tsmiChangePrinter";
     this.tsmiChangePrinter.Size   = new System.Drawing.Size(80, 21);
     this.tsmiChangePrinter.Text   = "设置打印机";
     this.tsmiChangePrinter.Click += new System.EventHandler(this.tsmiChangePrinter_Click);
     //
     // FrmMaterialLabelAlter
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(992, 773);
     this.Controls.Add(this.gbMiddle);
     this.Controls.Add(this.gbBottom);
     this.Controls.Add(this.gbHeader);
     this.Controls.Add(this.msMain);
     this.Margin = new System.Windows.Forms.Padding(3, 6, 3, 6);
     this.Name   = "FrmMaterialLabelAlter";
     this.Text   = "物料标签替换";
     this.Load  += new System.EventHandler(this.FrmMaterialLabelAlter_Load);
     this.gbMiddle.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dgvList)).EndInit();
     this.gbBottom.ResumeLayout(false);
     this.gbBottom.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.bsCreate)).EndInit();
     this.gbHeader.ResumeLayout(false);
     this.gbHeader.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.bsMain)).EndInit();
     this.msMain.ResumeLayout(false);
     this.msMain.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #8
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     ChensControl.DividPage dividPage1 = new ChensControl.DividPage();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
     this.chensMenuStrip1        = new ChensControl.ChensMenuStrip();
     this.新建入库单ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.修改入库单ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.除入库单ToolStripMenuItem  = new System.Windows.Forms.ToolStripMenuItem();
     this.过账ToolStripMenuItem    = new System.Windows.Forms.ToolStripMenuItem();
     this.chensGroupBox1         = new ChensControl.ChensGroupBox();
     this.cmb_state       = new ChensControl.ChensComboBox();
     this.btn_select      = new ChensControl.ChensButton();
     this.chensLabel7     = new ChensControl.ChensLabel();
     this.chensLabel6     = new ChensControl.ChensLabel();
     this.endtime         = new ChensControl.ChensDateTimePicker();
     this.begintime       = new ChensControl.ChensDateTimePicker();
     this.chensLabel5     = new ChensControl.ChensLabel();
     this.txt_ontaskno    = new ChensControl.ChensTextBox();
     this.chensLabel4     = new ChensControl.ChensLabel();
     this.txt_mateducment = new ChensControl.ChensTextBox();
     this.chensLabel3     = new ChensControl.ChensLabel();
     this.txt_peo         = new ChensControl.ChensTextBox();
     this.txt_djno        = new ChensControl.ChensTextBox();
     this.chensLabel2     = new ChensControl.ChensLabel();
     this.chensLabel1     = new ChensControl.ChensLabel();
     this.chensGroupBox2  = new ChensControl.ChensGroupBox();
     this.chensPage1      = new ChensControl.ChensPage();
     this.dgv_show        = new ChensControl.ChensDataGridView();
     this.bindingSource1  = new System.Windows.Forms.BindingSource(this.components);
     this.tIDDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.ISPOST         = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.sAPMaterialDoc = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.voucherNoDataGridViewTextBoxColumn      = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.taskNoDataGridViewTextBoxColumn         = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.statusDataGridViewTextBoxColumn         = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.cREATEUSERNODataGridViewTextBoxColumn   = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.createDateTimeDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.reasonDataGridViewTextBoxColumn         = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.remarkDataGridViewTextBoxColumn         = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.chensMenuStrip1.SuspendLayout();
     this.chensGroupBox1.SuspendLayout();
     this.chensGroupBox2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgv_show)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit();
     this.SuspendLayout();
     //
     // chensMenuStrip1
     //
     this.chensMenuStrip1.BackColor = System.Drawing.Color.LightSteelBlue;
     this.chensMenuStrip1.Font      = new System.Drawing.Font("微软雅黑", 9F);
     this.chensMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.新建入库单ToolStripMenuItem,
         this.修改入库单ToolStripMenuItem,
         this.除入库单ToolStripMenuItem,
         this.过账ToolStripMenuItem
     });
     this.chensMenuStrip1.Location = new System.Drawing.Point(0, 0);
     this.chensMenuStrip1.Name     = "chensMenuStrip1";
     this.chensMenuStrip1.Size     = new System.Drawing.Size(1031, 25);
     this.chensMenuStrip1.TabIndex = 0;
     this.chensMenuStrip1.Text     = "chensMenuStrip1";
     //
     // 新建入库单ToolStripMenuItem
     //
     this.新建入库单ToolStripMenuItem.Name   = "新建入库单ToolStripMenuItem";
     this.新建入库单ToolStripMenuItem.Size   = new System.Drawing.Size(80, 21);
     this.新建入库单ToolStripMenuItem.Text   = "新建入库单";
     this.新建入库单ToolStripMenuItem.Click += new System.EventHandler(this.新建入库单ToolStripMenuItem_Click);
     //
     // 修改入库单ToolStripMenuItem
     //
     this.修改入库单ToolStripMenuItem.Name   = "修改入库单ToolStripMenuItem";
     this.修改入库单ToolStripMenuItem.Size   = new System.Drawing.Size(80, 21);
     this.修改入库单ToolStripMenuItem.Text   = "修改入库单";
     this.修改入库单ToolStripMenuItem.Click += new System.EventHandler(this.修改入库单ToolStripMenuItem_Click);
     //
     // 删除入库单ToolStripMenuItem
     //
     this.除入库单ToolStripMenuItem.Name   = "删除入库单ToolStripMenuItem";
     this.除入库单ToolStripMenuItem.Size   = new System.Drawing.Size(80, 21);
     this.除入库单ToolStripMenuItem.Text   = "删除入库单";
     this.除入库单ToolStripMenuItem.Click += new System.EventHandler(this.除入库单ToolStripMenuItem_Click);
     //
     // 过账ToolStripMenuItem
     //
     this.过账ToolStripMenuItem.Name   = "过账ToolStripMenuItem";
     this.过账ToolStripMenuItem.Size   = new System.Drawing.Size(48, 21);
     this.过账ToolStripMenuItem.Text   = " 过账";
     this.过账ToolStripMenuItem.Click += new System.EventHandler(this.过账ToolStripMenuItem_Click);
     //
     // chensGroupBox1
     //
     this.chensGroupBox1.BackColor = System.Drawing.Color.WhiteSmoke;
     this.chensGroupBox1.Controls.Add(this.cmb_state);
     this.chensGroupBox1.Controls.Add(this.btn_select);
     this.chensGroupBox1.Controls.Add(this.chensLabel7);
     this.chensGroupBox1.Controls.Add(this.chensLabel6);
     this.chensGroupBox1.Controls.Add(this.endtime);
     this.chensGroupBox1.Controls.Add(this.begintime);
     this.chensGroupBox1.Controls.Add(this.chensLabel5);
     this.chensGroupBox1.Controls.Add(this.txt_ontaskno);
     this.chensGroupBox1.Controls.Add(this.chensLabel4);
     this.chensGroupBox1.Controls.Add(this.txt_mateducment);
     this.chensGroupBox1.Controls.Add(this.chensLabel3);
     this.chensGroupBox1.Controls.Add(this.txt_peo);
     this.chensGroupBox1.Controls.Add(this.txt_djno);
     this.chensGroupBox1.Controls.Add(this.chensLabel2);
     this.chensGroupBox1.Controls.Add(this.chensLabel1);
     this.chensGroupBox1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.chensGroupBox1.Font     = new System.Drawing.Font("微软雅黑", 9F);
     this.chensGroupBox1.Location = new System.Drawing.Point(0, 25);
     this.chensGroupBox1.Name     = "chensGroupBox1";
     this.chensGroupBox1.Size     = new System.Drawing.Size(1031, 118);
     this.chensGroupBox1.TabIndex = 1;
     this.chensGroupBox1.TabStop  = false;
     this.chensGroupBox1.Text     = "查询";
     //
     // cmb_state
     //
     this.cmb_state.BackColor         = System.Drawing.Color.White;
     this.cmb_state.BorderColor       = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
     this.cmb_state.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmb_state.FlatStyle         = System.Windows.Forms.FlatStyle.Flat;
     this.cmb_state.Font              = new System.Drawing.Font("微软雅黑", 9F);
     this.cmb_state.FormattingEnabled = true;
     this.cmb_state.HotTrack          = false;
     this.cmb_state.Location          = new System.Drawing.Point(89, 82);
     this.cmb_state.Name              = "cmb_state";
     this.cmb_state.Size              = new System.Drawing.Size(138, 25);
     this.cmb_state.TabIndex          = 13;
     this.cmb_state.KeyPress         += new System.Windows.Forms.KeyPressEventHandler(this.cmb_state_KeyPress);
     //
     // btn_select
     //
     this.btn_select.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(34)))), ((int)(((byte)(174)))), ((int)(((byte)(253)))));
     this.btn_select.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btn_select.Font      = new System.Drawing.Font("微软雅黑", 9F);
     this.btn_select.ForeColor = System.Drawing.Color.White;
     this.btn_select.Location  = new System.Drawing.Point(722, 22);
     this.btn_select.Name      = "btn_select";
     this.btn_select.Size      = new System.Drawing.Size(104, 26);
     this.btn_select.TabIndex  = 16;
     this.btn_select.Text      = "查询";
     this.btn_select.UseVisualStyleBackColor = false;
     this.btn_select.Click += new System.EventHandler(this.btn_select_Click);
     //
     // chensLabel7
     //
     this.chensLabel7.AutoSize = true;
     this.chensLabel7.Font     = new System.Drawing.Font("微软雅黑", 9F);
     this.chensLabel7.Location = new System.Drawing.Point(26, 86);
     this.chensLabel7.Name     = "chensLabel7";
     this.chensLabel7.Size     = new System.Drawing.Size(44, 17);
     this.chensLabel7.TabIndex = 12;
     this.chensLabel7.Text     = "状态:";
     //
     // chensLabel6
     //
     this.chensLabel6.AutoSize = true;
     this.chensLabel6.Font     = new System.Drawing.Font("微软雅黑", 9F);
     this.chensLabel6.Location = new System.Drawing.Point(475, 60);
     this.chensLabel6.Name     = "chensLabel6";
     this.chensLabel6.Size     = new System.Drawing.Size(68, 17);
     this.chensLabel6.TabIndex = 11;
     this.chensLabel6.Text     = "结束日期:";
     //
     // endtime
     //
     this.endtime.Checked      = false;
     this.endtime.Location     = new System.Drawing.Point(549, 58);
     this.endtime.Name         = "endtime";
     this.endtime.ShowCheckBox = true;
     this.endtime.Size         = new System.Drawing.Size(148, 23);
     this.endtime.TabIndex     = 10;
     this.endtime.KeyPress    += new System.Windows.Forms.KeyPressEventHandler(this.begintime_KeyPress);
     //
     // begintime
     //
     this.begintime.Checked      = false;
     this.begintime.Location     = new System.Drawing.Point(549, 25);
     this.begintime.Name         = "begintime";
     this.begintime.ShowCheckBox = true;
     this.begintime.Size         = new System.Drawing.Size(148, 23);
     this.begintime.TabIndex     = 9;
     this.begintime.KeyPress    += new System.Windows.Forms.KeyPressEventHandler(this.begintime_KeyPress);
     //
     // chensLabel5
     //
     this.chensLabel5.AutoSize = true;
     this.chensLabel5.Font     = new System.Drawing.Font("微软雅黑", 9F);
     this.chensLabel5.Location = new System.Drawing.Point(475, 27);
     this.chensLabel5.Name     = "chensLabel5";
     this.chensLabel5.Size     = new System.Drawing.Size(68, 17);
     this.chensLabel5.TabIndex = 8;
     this.chensLabel5.Text     = "开始日期:";
     //
     // txt_ontaskno
     //
     this.txt_ontaskno.BackColor   = System.Drawing.Color.White;
     this.txt_ontaskno.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
     this.txt_ontaskno.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txt_ontaskno.Font        = new System.Drawing.Font("微软雅黑", 9F);
     this.txt_ontaskno.HotTrack    = false;
     this.txt_ontaskno.Location    = new System.Drawing.Point(318, 54);
     this.txt_ontaskno.Name        = "txt_ontaskno";
     this.txt_ontaskno.Size        = new System.Drawing.Size(138, 23);
     this.txt_ontaskno.TabIndex    = 7;
     this.txt_ontaskno.TextEnabled = false;
     this.txt_ontaskno.KeyPress   += new System.Windows.Forms.KeyPressEventHandler(this.txt_businessName_KeyPress);
     //
     // chensLabel4
     //
     this.chensLabel4.AutoSize = true;
     this.chensLabel4.Font     = new System.Drawing.Font("微软雅黑", 9F);
     this.chensLabel4.Location = new System.Drawing.Point(240, 56);
     this.chensLabel4.Name     = "chensLabel4";
     this.chensLabel4.Size     = new System.Drawing.Size(80, 17);
     this.chensLabel4.TabIndex = 6;
     this.chensLabel4.Text     = "上架任务号:";
     //
     // txt_mateducment
     //
     this.txt_mateducment.BackColor   = System.Drawing.Color.White;
     this.txt_mateducment.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
     this.txt_mateducment.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txt_mateducment.Font        = new System.Drawing.Font("微软雅黑", 9F);
     this.txt_mateducment.HotTrack    = false;
     this.txt_mateducment.Location    = new System.Drawing.Point(318, 25);
     this.txt_mateducment.Name        = "txt_mateducment";
     this.txt_mateducment.Size        = new System.Drawing.Size(138, 23);
     this.txt_mateducment.TabIndex    = 5;
     this.txt_mateducment.TextEnabled = false;
     this.txt_mateducment.KeyPress   += new System.Windows.Forms.KeyPressEventHandler(this.txt_businessName_KeyPress);
     //
     // chensLabel3
     //
     this.chensLabel3.AutoSize = true;
     this.chensLabel3.Font     = new System.Drawing.Font("微软雅黑", 9F);
     this.chensLabel3.Location = new System.Drawing.Point(240, 27);
     this.chensLabel3.Name     = "chensLabel3";
     this.chensLabel3.Size     = new System.Drawing.Size(68, 17);
     this.chensLabel3.TabIndex = 4;
     this.chensLabel3.Text     = "物料凭证:";
     //
     // txt_peo
     //
     this.txt_peo.BackColor   = System.Drawing.Color.White;
     this.txt_peo.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
     this.txt_peo.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txt_peo.Font        = new System.Drawing.Font("微软雅黑", 9F);
     this.txt_peo.HotTrack    = false;
     this.txt_peo.Location    = new System.Drawing.Point(89, 54);
     this.txt_peo.Name        = "txt_peo";
     this.txt_peo.Size        = new System.Drawing.Size(138, 23);
     this.txt_peo.TabIndex    = 3;
     this.txt_peo.TextEnabled = false;
     this.txt_peo.KeyPress   += new System.Windows.Forms.KeyPressEventHandler(this.txt_businessName_KeyPress);
     //
     // txt_djno
     //
     this.txt_djno.BackColor   = System.Drawing.Color.White;
     this.txt_djno.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
     this.txt_djno.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txt_djno.Font        = new System.Drawing.Font("微软雅黑", 9F);
     this.txt_djno.HotTrack    = false;
     this.txt_djno.Location    = new System.Drawing.Point(89, 25);
     this.txt_djno.Name        = "txt_djno";
     this.txt_djno.Size        = new System.Drawing.Size(138, 23);
     this.txt_djno.TabIndex    = 2;
     this.txt_djno.TextEnabled = false;
     this.txt_djno.KeyPress   += new System.Windows.Forms.KeyPressEventHandler(this.txt_businessName_KeyPress);
     //
     // chensLabel2
     //
     this.chensLabel2.AutoSize = true;
     this.chensLabel2.Font     = new System.Drawing.Font("微软雅黑", 9F);
     this.chensLabel2.Location = new System.Drawing.Point(27, 56);
     this.chensLabel2.Name     = "chensLabel2";
     this.chensLabel2.Size     = new System.Drawing.Size(56, 17);
     this.chensLabel2.TabIndex = 1;
     this.chensLabel2.Text     = "制单人:";
     //
     // chensLabel1
     //
     this.chensLabel1.AutoSize = true;
     this.chensLabel1.Font     = new System.Drawing.Font("微软雅黑", 9F);
     this.chensLabel1.Location = new System.Drawing.Point(27, 27);
     this.chensLabel1.Name     = "chensLabel1";
     this.chensLabel1.Size     = new System.Drawing.Size(56, 17);
     this.chensLabel1.TabIndex = 0;
     this.chensLabel1.Text     = "单据号:";
     //
     // chensGroupBox2
     //
     this.chensGroupBox2.BackColor = System.Drawing.Color.WhiteSmoke;
     this.chensGroupBox2.Controls.Add(this.chensPage1);
     this.chensGroupBox2.Controls.Add(this.dgv_show);
     this.chensGroupBox2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.chensGroupBox2.Font     = new System.Drawing.Font("微软雅黑", 9F);
     this.chensGroupBox2.Location = new System.Drawing.Point(0, 143);
     this.chensGroupBox2.Name     = "chensGroupBox2";
     this.chensGroupBox2.Size     = new System.Drawing.Size(1031, 331);
     this.chensGroupBox2.TabIndex = 2;
     this.chensGroupBox2.TabStop  = false;
     this.chensGroupBox2.Text     = "详细信息";
     //
     // chensPage1
     //
     this.chensPage1.BackColor          = System.Drawing.Color.WhiteSmoke;
     this.chensPage1.CurrentPageNumber  = 0;
     dividPage1.CurrentPageNumber       = 0;
     dividPage1.CurrentPageRecordCounts = 0;
     dividPage1.CurrentPageShowCounts   = 10;
     dividPage1.DefaultPageShowCounts   = 10;
     dividPage1.PagesCount            = 0;
     dividPage1.RecordCounts          = 0;
     this.chensPage1.dDividPage       = dividPage1;
     this.chensPage1.Dock             = System.Windows.Forms.DockStyle.Bottom;
     this.chensPage1.Font             = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.chensPage1.Location         = new System.Drawing.Point(3, 299);
     this.chensPage1.Margin           = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.chensPage1.Name             = "chensPage1";
     this.chensPage1.Size             = new System.Drawing.Size(1025, 29);
     this.chensPage1.TabIndex         = 1;
     this.chensPage1.ChensPageChange += new ChensControl.ChensPage.PageChangeHandle(this.chensPage1_ChensPageChange);
     //
     // dgv_show
     //
     dataGridViewCellStyle1.BackColor = System.Drawing.Color.White;
     this.dgv_show.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
     this.dgv_show.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                   | System.Windows.Forms.AnchorStyles.Left)
                                                                  | System.Windows.Forms.AnchorStyles.Right)));
     this.dgv_show.AutoGenerateColumns         = false;
     this.dgv_show.BackgroundColor             = System.Drawing.Color.WhiteSmoke;
     this.dgv_show.BorderStyle                 = System.Windows.Forms.BorderStyle.None;
     this.dgv_show.ColumnHeadersBorderStyle    = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
     this.dgv_show.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dgv_show.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.tIDDataGridViewTextBoxColumn,
         this.ISPOST,
         this.sAPMaterialDoc,
         this.voucherNoDataGridViewTextBoxColumn,
         this.taskNoDataGridViewTextBoxColumn,
         this.statusDataGridViewTextBoxColumn,
         this.cREATEUSERNODataGridViewTextBoxColumn,
         this.createDateTimeDataGridViewTextBoxColumn,
         this.reasonDataGridViewTextBoxColumn,
         this.remarkDataGridViewTextBoxColumn
     });
     this.dgv_show.DataSource                  = this.bindingSource1;
     this.dgv_show.EditMode                    = System.Windows.Forms.DataGridViewEditMode.EditProgrammatically;
     this.dgv_show.Font                        = new System.Drawing.Font("微软雅黑", 9F);
     this.dgv_show.GridColor                   = System.Drawing.Color.LightGray;
     this.dgv_show.HaveCopyMenu                = true;
     this.dgv_show.Location                    = new System.Drawing.Point(6, 22);
     this.dgv_show.Name                        = "dgv_show";
     this.dgv_show.ReadOnly                    = true;
     this.dgv_show.RowHeadersVisible           = false;
     dataGridViewCellStyle2.SelectionBackColor = System.Drawing.Color.CornflowerBlue;
     this.dgv_show.RowsDefaultCellStyle        = dataGridViewCellStyle2;
     this.dgv_show.RowTemplate.Height          = 23;
     this.dgv_show.SelectionMode               = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.dgv_show.Size                        = new System.Drawing.Size(1013, 270);
     this.dgv_show.TabIndex                    = 0;
     this.dgv_show.CellContentDoubleClick     += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgv_show_CellContentDoubleClick);
     //
     // tIDDataGridViewTextBoxColumn
     //
     this.tIDDataGridViewTextBoxColumn.HeaderText = "ID";
     this.tIDDataGridViewTextBoxColumn.Name       = "tIDDataGridViewTextBoxColumn";
     this.tIDDataGridViewTextBoxColumn.ReadOnly   = true;
     this.tIDDataGridViewTextBoxColumn.Visible    = false;
     //
     // ISPOST
     //
     this.ISPOST.DataPropertyName = "SHELVEPOST";
     this.ISPOST.HeaderText       = "是否过账";
     this.ISPOST.Name             = "ISPOST";
     this.ISPOST.ReadOnly         = true;
     //
     // sAPMaterialDoc
     //
     this.sAPMaterialDoc.HeaderText = "物料凭证";
     this.sAPMaterialDoc.Name       = "sAPMaterialDoc";
     this.sAPMaterialDoc.ReadOnly   = true;
     //
     // voucherNoDataGridViewTextBoxColumn
     //
     this.voucherNoDataGridViewTextBoxColumn.HeaderText = "单据号";
     this.voucherNoDataGridViewTextBoxColumn.Name       = "voucherNoDataGridViewTextBoxColumn";
     this.voucherNoDataGridViewTextBoxColumn.ReadOnly   = true;
     //
     // taskNoDataGridViewTextBoxColumn
     //
     this.taskNoDataGridViewTextBoxColumn.HeaderText = "上架任务号";
     this.taskNoDataGridViewTextBoxColumn.Name       = "taskNoDataGridViewTextBoxColumn";
     this.taskNoDataGridViewTextBoxColumn.ReadOnly   = true;
     //
     // statusDataGridViewTextBoxColumn
     //
     this.statusDataGridViewTextBoxColumn.HeaderText = "状态";
     this.statusDataGridViewTextBoxColumn.Name       = "statusDataGridViewTextBoxColumn";
     this.statusDataGridViewTextBoxColumn.ReadOnly   = true;
     //
     // cREATEUSERNODataGridViewTextBoxColumn
     //
     this.cREATEUSERNODataGridViewTextBoxColumn.HeaderText = "制单人";
     this.cREATEUSERNODataGridViewTextBoxColumn.Name       = "cREATEUSERNODataGridViewTextBoxColumn";
     this.cREATEUSERNODataGridViewTextBoxColumn.ReadOnly   = true;
     //
     // createDateTimeDataGridViewTextBoxColumn
     //
     this.createDateTimeDataGridViewTextBoxColumn.HeaderText = "制单日期";
     this.createDateTimeDataGridViewTextBoxColumn.Name       = "createDateTimeDataGridViewTextBoxColumn";
     this.createDateTimeDataGridViewTextBoxColumn.ReadOnly   = true;
     this.createDateTimeDataGridViewTextBoxColumn.Width      = 120;
     //
     // reasonDataGridViewTextBoxColumn
     //
     this.reasonDataGridViewTextBoxColumn.HeaderText = "入库原因";
     this.reasonDataGridViewTextBoxColumn.Name       = "reasonDataGridViewTextBoxColumn";
     this.reasonDataGridViewTextBoxColumn.ReadOnly   = true;
     //
     // remarkDataGridViewTextBoxColumn
     //
     this.remarkDataGridViewTextBoxColumn.HeaderText = "备注";
     this.remarkDataGridViewTextBoxColumn.Name       = "remarkDataGridViewTextBoxColumn";
     this.remarkDataGridViewTextBoxColumn.ReadOnly   = true;
     //
     // Frmmain_FastIn
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.WhiteSmoke;
     this.ClientSize          = new System.Drawing.Size(1031, 474);
     this.Controls.Add(this.chensGroupBox2);
     this.Controls.Add(this.chensGroupBox1);
     this.Controls.Add(this.chensMenuStrip1);
     this.MainMenuStrip = this.chensMenuStrip1;
     this.Name          = "Frmmain_FastIn";
     this.Text          = "快速入库单";
     this.chensMenuStrip1.ResumeLayout(false);
     this.chensMenuStrip1.PerformLayout();
     this.chensGroupBox1.ResumeLayout(false);
     this.chensGroupBox1.PerformLayout();
     this.chensGroupBox2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dgv_show)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #9
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
     ChensControl.DividPage dividPage1 = new ChensControl.DividPage();
     this.gbBottom          = new ChensControl.ChensGroupBox();
     this.dgvList           = new ChensControl.ChensDataGridView();
     this.colEdit           = new System.Windows.Forms.DataGridViewLinkColumn();
     this.colID             = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colHUserNo        = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colHUserName      = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colHPassword      = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colHUserType      = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colHStrUserType   = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colHPinYin        = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colHDuty          = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colHTel           = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colHMobile        = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colHEmail         = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colHSex           = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colHStrSex        = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colHIsPick        = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colHStrIsPick     = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colHIsReceive     = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colHStrIsReceive  = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colHIsQuality     = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colHStrIsQuality  = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colHUserStatus    = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colHStrUserStatus = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colHAddress       = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colHGroupCode     = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colHWarehouseCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colHDescription   = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colHLoginIP       = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colHLoginTime     = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colHLoginDevice   = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colHBIsAdmin      = new System.Windows.Forms.DataGridViewCheckBoxColumn();
     this.colHStrIsAdmin    = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colHGroupName     = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colHWarehouseName = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colHIsDel         = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colHCreater       = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colHCreateTime    = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colHModifyer      = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colHModifyTime    = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.pageList          = new ChensControl.ChensPage();
     this.gbHeader          = new ChensControl.ChensGroupBox();
     this.cbbIsOnline       = new ChensControl.ChensComboBox();
     this.chensLabel3       = new ChensControl.ChensLabel();
     this.dtpEndTime        = new ChensControl.ChensDateTimePicker();
     this.chensLabel5       = new ChensControl.ChensLabel();
     this.chensLabel6       = new ChensControl.ChensLabel();
     this.dtpStartTime      = new ChensControl.ChensDateTimePicker();
     this.txtCreater        = new ChensControl.ChensTextBox();
     this.chensLabel4       = new ChensControl.ChensLabel();
     this.btnSearch         = new ChensControl.ChensButton();
     this.txtUSERNAME       = new ChensControl.ChensTextBox();
     this.txtUSERNO         = new ChensControl.ChensTextBox();
     this.chensLabel2       = new ChensControl.ChensLabel();
     this.chensLabel1       = new ChensControl.ChensLabel();
     this.msMain            = new ChensControl.ChensMenuStrip();
     this.tsmiSearch        = new System.Windows.Forms.ToolStripMenuItem();
     this.tsmiAddUser       = new System.Windows.Forms.ToolStripMenuItem();
     this.tsmiDelUser       = new System.Windows.Forms.ToolStripMenuItem();
     this.tsmiResetPwd      = new System.Windows.Forms.ToolStripMenuItem();
     this.tsmiOutput        = new System.Windows.Forms.ToolStripMenuItem();
     this.tsmiClear         = new System.Windows.Forms.ToolStripMenuItem();
     this.bsMain            = new System.Windows.Forms.BindingSource(this.components);
     this.gbBottom.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgvList)).BeginInit();
     this.gbHeader.SuspendLayout();
     this.msMain.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.bsMain)).BeginInit();
     this.SuspendLayout();
     //
     // gbBottom
     //
     this.gbBottom.BackColor = System.Drawing.Color.WhiteSmoke;
     this.gbBottom.Controls.Add(this.dgvList);
     this.gbBottom.Controls.Add(this.pageList);
     this.gbBottom.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.gbBottom.Font     = new System.Drawing.Font("微软雅黑", 9F);
     this.gbBottom.Location = new System.Drawing.Point(0, 122);
     this.gbBottom.Margin   = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.gbBottom.Name     = "gbBottom";
     this.gbBottom.Padding  = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.gbBottom.Size     = new System.Drawing.Size(992, 631);
     this.gbBottom.TabIndex = 2;
     this.gbBottom.TabStop  = false;
     this.gbBottom.Text     = "查询结果";
     //
     // dgvList
     //
     this.dgvList.AllowUserToAddRows              = false;
     this.dgvList.AllowUserToDeleteRows           = false;
     dataGridViewCellStyle1.BackColor             = System.Drawing.Color.White;
     this.dgvList.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
     this.dgvList.BackgroundColor               = System.Drawing.Color.WhiteSmoke;
     this.dgvList.BorderStyle                   = System.Windows.Forms.BorderStyle.None;
     this.dgvList.ColumnHeadersBorderStyle      = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
     dataGridViewCellStyle2.Alignment           = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     dataGridViewCellStyle2.BackColor           = System.Drawing.Color.Gainsboro;
     dataGridViewCellStyle2.Font                = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
     dataGridViewCellStyle2.ForeColor           = System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle2.SelectionBackColor  = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle2.SelectionForeColor  = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle2.WrapMode            = System.Windows.Forms.DataGridViewTriState.True;
     this.dgvList.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
     this.dgvList.ColumnHeadersHeightSizeMode   = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dgvList.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.colEdit,
         this.colID,
         this.colHUserNo,
         this.colHUserName,
         this.colHPassword,
         this.colHUserType,
         this.colHStrUserType,
         this.colHPinYin,
         this.colHDuty,
         this.colHTel,
         this.colHMobile,
         this.colHEmail,
         this.colHSex,
         this.colHStrSex,
         this.colHIsPick,
         this.colHStrIsPick,
         this.colHIsReceive,
         this.colHStrIsReceive,
         this.colHIsQuality,
         this.colHStrIsQuality,
         this.colHUserStatus,
         this.colHStrUserStatus,
         this.colHAddress,
         this.colHGroupCode,
         this.colHWarehouseCode,
         this.colHDescription,
         this.colHLoginIP,
         this.colHLoginTime,
         this.colHLoginDevice,
         this.colHBIsAdmin,
         this.colHStrIsAdmin,
         this.colHGroupName,
         this.colHWarehouseName,
         this.colHIsDel,
         this.colHCreater,
         this.colHCreateTime,
         this.colHModifyer,
         this.colHModifyTime
     });
     this.dgvList.Dock                         = System.Windows.Forms.DockStyle.Fill;
     this.dgvList.EditMode                     = System.Windows.Forms.DataGridViewEditMode.EditProgrammatically;
     this.dgvList.Font                         = new System.Drawing.Font("微软雅黑", 9F);
     this.dgvList.GridColor                    = System.Drawing.Color.LightGray;
     this.dgvList.HaveCopyMenu                 = true;
     this.dgvList.Location                     = new System.Drawing.Point(3, 20);
     this.dgvList.Margin                       = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.dgvList.Name                         = "dgvList";
     this.dgvList.ReadOnly                     = true;
     dataGridViewCellStyle4.Alignment          = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle4.BackColor          = System.Drawing.SystemColors.ActiveCaption;
     dataGridViewCellStyle4.Font               = new System.Drawing.Font("微软雅黑", 9F);
     dataGridViewCellStyle4.ForeColor          = System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.LightGray;
     dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle4.WrapMode           = System.Windows.Forms.DataGridViewTriState.True;
     this.dgvList.RowHeadersDefaultCellStyle   = dataGridViewCellStyle4;
     this.dgvList.RowHeadersVisible            = false;
     dataGridViewCellStyle5.SelectionBackColor = System.Drawing.Color.CornflowerBlue;
     this.dgvList.RowsDefaultCellStyle         = dataGridViewCellStyle5;
     this.dgvList.RowTemplate.Height           = 23;
     this.dgvList.SelectionMode                = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.dgvList.Size                         = new System.Drawing.Size(986, 587);
     this.dgvList.TabIndex                     = 2;
     this.dgvList.CellContentClick            += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvList_CellContentClick);
     //
     // colEdit
     //
     dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     dataGridViewCellStyle3.NullValue = "编辑";
     this.colEdit.DefaultCellStyle    = dataGridViewCellStyle3;
     this.colEdit.HeaderText          = "编辑";
     this.colEdit.LinkBehavior        = System.Windows.Forms.LinkBehavior.NeverUnderline;
     this.colEdit.LinkColor           = System.Drawing.Color.Blue;
     this.colEdit.Name              = "colEdit";
     this.colEdit.ReadOnly          = true;
     this.colEdit.Text              = "编辑";
     this.colEdit.TrackVisitedState = false;
     this.colEdit.VisitedLinkColor  = System.Drawing.Color.Blue;
     //
     // colID
     //
     this.colID.DataPropertyName = "ID";
     this.colID.HeaderText       = "ID";
     this.colID.Name             = "colID";
     this.colID.ReadOnly         = true;
     this.colID.Visible          = false;
     //
     // colHUserNo
     //
     this.colHUserNo.DataPropertyName = "UserNo";
     this.colHUserNo.HeaderText       = "用户编号";
     this.colHUserNo.Name             = "colHUserNo";
     this.colHUserNo.ReadOnly         = true;
     //
     // colHUserName
     //
     this.colHUserName.DataPropertyName = "UserName";
     this.colHUserName.HeaderText       = "用户名称";
     this.colHUserName.Name             = "colHUserName";
     this.colHUserName.ReadOnly         = true;
     //
     // colHPassword
     //
     this.colHPassword.DataPropertyName = "Password";
     this.colHPassword.HeaderText       = "登录密码";
     this.colHPassword.Name             = "colHPassword";
     this.colHPassword.ReadOnly         = true;
     this.colHPassword.Visible          = false;
     //
     // colHUserType
     //
     this.colHUserType.DataPropertyName = "UserType";
     this.colHUserType.HeaderText       = "用户类型";
     this.colHUserType.Name             = "colHUserType";
     this.colHUserType.ReadOnly         = true;
     this.colHUserType.Visible          = false;
     //
     // colHStrUserType
     //
     this.colHStrUserType.DataPropertyName = "StrUserType";
     this.colHStrUserType.HeaderText       = "用户类型";
     this.colHStrUserType.Name             = "colHStrUserType";
     this.colHStrUserType.ReadOnly         = true;
     this.colHStrUserType.Visible          = false;
     //
     // colHPinYin
     //
     this.colHPinYin.DataPropertyName = "PinYin";
     this.colHPinYin.HeaderText       = "拼音码";
     this.colHPinYin.Name             = "colHPinYin";
     this.colHPinYin.ReadOnly         = true;
     this.colHPinYin.Visible          = false;
     //
     // colHDuty
     //
     this.colHDuty.DataPropertyName = "Duty";
     this.colHDuty.HeaderText       = "职务";
     this.colHDuty.Name             = "colHDuty";
     this.colHDuty.ReadOnly         = true;
     this.colHDuty.Visible          = false;
     //
     // colHTel
     //
     this.colHTel.DataPropertyName = "Tel";
     this.colHTel.HeaderText       = "联系电话";
     this.colHTel.Name             = "colHTel";
     this.colHTel.ReadOnly         = true;
     this.colHTel.Visible          = false;
     //
     // colHMobile
     //
     this.colHMobile.DataPropertyName = "Mobile";
     this.colHMobile.HeaderText       = "联系电话";
     this.colHMobile.Name             = "colHMobile";
     this.colHMobile.ReadOnly         = true;
     //
     // colHEmail
     //
     this.colHEmail.DataPropertyName = "Email";
     this.colHEmail.HeaderText       = "电子邮件";
     this.colHEmail.Name             = "colHEmail";
     this.colHEmail.ReadOnly         = true;
     this.colHEmail.Visible          = false;
     //
     // colHSex
     //
     this.colHSex.DataPropertyName = "Sex";
     this.colHSex.HeaderText       = "性别";
     this.colHSex.Name             = "colHSex";
     this.colHSex.ReadOnly         = true;
     this.colHSex.Visible          = false;
     //
     // colHStrSex
     //
     this.colHStrSex.DataPropertyName = "StrSex";
     this.colHStrSex.HeaderText       = "性别";
     this.colHStrSex.Name             = "colHStrSex";
     this.colHStrSex.ReadOnly         = true;
     this.colHStrSex.Width            = 60;
     //
     // colHIsPick
     //
     this.colHIsPick.DataPropertyName = "IsPick";
     this.colHIsPick.HeaderText       = "是否拣货";
     this.colHIsPick.Name             = "colHIsPick";
     this.colHIsPick.ReadOnly         = true;
     this.colHIsPick.Visible          = false;
     this.colHIsPick.Width            = 80;
     //
     // colHStrIsPick
     //
     this.colHStrIsPick.DataPropertyName = "StrIsPick";
     this.colHStrIsPick.HeaderText       = "是否拣货";
     this.colHStrIsPick.Name             = "colHStrIsPick";
     this.colHStrIsPick.ReadOnly         = true;
     this.colHStrIsPick.Width            = 80;
     //
     // colHIsReceive
     //
     this.colHIsReceive.DataPropertyName = "IsReceive";
     this.colHIsReceive.HeaderText       = "是否收货";
     this.colHIsReceive.Name             = "colHIsReceive";
     this.colHIsReceive.ReadOnly         = true;
     this.colHIsReceive.Visible          = false;
     this.colHIsReceive.Width            = 80;
     //
     // colHStrIsReceive
     //
     this.colHStrIsReceive.DataPropertyName = "StrIsReceive";
     this.colHStrIsReceive.HeaderText       = "是否收货";
     this.colHStrIsReceive.Name             = "colHStrIsReceive";
     this.colHStrIsReceive.ReadOnly         = true;
     this.colHStrIsReceive.Visible          = false;
     this.colHStrIsReceive.Width            = 80;
     //
     // colHIsQuality
     //
     this.colHIsQuality.DataPropertyName = "IsQuality";
     this.colHIsQuality.HeaderText       = "质检提示";
     this.colHIsQuality.Name             = "colHIsQuality";
     this.colHIsQuality.ReadOnly         = true;
     this.colHIsQuality.Visible          = false;
     this.colHIsQuality.Width            = 80;
     //
     // colHStrIsQuality
     //
     this.colHStrIsQuality.DataPropertyName = "StrIsQuality";
     this.colHStrIsQuality.HeaderText       = "质检提示";
     this.colHStrIsQuality.Name             = "colHStrIsQuality";
     this.colHStrIsQuality.ReadOnly         = true;
     this.colHStrIsQuality.Visible          = false;
     this.colHStrIsQuality.Width            = 80;
     //
     // colHUserStatus
     //
     this.colHUserStatus.DataPropertyName = "UserStatus";
     this.colHUserStatus.HeaderText       = "用户状态";
     this.colHUserStatus.Name             = "colHUserStatus";
     this.colHUserStatus.ReadOnly         = true;
     this.colHUserStatus.Visible          = false;
     this.colHUserStatus.Width            = 80;
     //
     // colHStrUserStatus
     //
     this.colHStrUserStatus.DataPropertyName = "StrUserStatus";
     this.colHStrUserStatus.HeaderText       = "用户状态";
     this.colHStrUserStatus.Name             = "colHStrUserStatus";
     this.colHStrUserStatus.ReadOnly         = true;
     this.colHStrUserStatus.Width            = 80;
     //
     // colHAddress
     //
     this.colHAddress.DataPropertyName = "Address";
     this.colHAddress.HeaderText       = "地址";
     this.colHAddress.Name             = "colHAddress";
     this.colHAddress.ReadOnly         = true;
     this.colHAddress.Visible          = false;
     //
     // colHGroupCode
     //
     this.colHGroupCode.DataPropertyName = "GroupCode";
     this.colHGroupCode.HeaderText       = "用户组ID";
     this.colHGroupCode.Name             = "colHGroupCode";
     this.colHGroupCode.ReadOnly         = true;
     this.colHGroupCode.Visible          = false;
     //
     // colHWarehouseCode
     //
     this.colHWarehouseCode.DataPropertyName = "WarehouseCode";
     this.colHWarehouseCode.HeaderText       = "仓库ID";
     this.colHWarehouseCode.Name             = "colHWarehouseCode";
     this.colHWarehouseCode.ReadOnly         = true;
     this.colHWarehouseCode.Visible          = false;
     //
     // colHDescription
     //
     this.colHDescription.DataPropertyName = "Description";
     this.colHDescription.HeaderText       = "用户描述";
     this.colHDescription.Name             = "colHDescription";
     this.colHDescription.ReadOnly         = true;
     //
     // colHLoginIP
     //
     this.colHLoginIP.DataPropertyName = "LoginIP";
     this.colHLoginIP.HeaderText       = "登录地址";
     this.colHLoginIP.Name             = "colHLoginIP";
     this.colHLoginIP.ReadOnly         = true;
     this.colHLoginIP.Width            = 130;
     //
     // colHLoginTime
     //
     this.colHLoginTime.DataPropertyName = "LoginTime";
     this.colHLoginTime.HeaderText       = "登录时间";
     this.colHLoginTime.Name             = "colHLoginTime";
     this.colHLoginTime.ReadOnly         = true;
     this.colHLoginTime.Width            = 150;
     //
     // colHLoginDevice
     //
     this.colHLoginDevice.DataPropertyName = "LoginDevice";
     this.colHLoginDevice.HeaderText       = "登录设备";
     this.colHLoginDevice.Name             = "colHLoginDevice";
     this.colHLoginDevice.ReadOnly         = true;
     this.colHLoginDevice.Width            = 200;
     //
     // colHBIsAdmin
     //
     this.colHBIsAdmin.DataPropertyName = "BIsAdmin";
     this.colHBIsAdmin.FalseValue       = "false";
     this.colHBIsAdmin.HeaderText       = "是否管理员";
     this.colHBIsAdmin.Name             = "colHBIsAdmin";
     this.colHBIsAdmin.ReadOnly         = true;
     this.colHBIsAdmin.Resizable        = System.Windows.Forms.DataGridViewTriState.True;
     this.colHBIsAdmin.SortMode         = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
     this.colHBIsAdmin.TrueValue        = "true";
     this.colHBIsAdmin.Visible          = false;
     //
     // colHStrIsAdmin
     //
     this.colHStrIsAdmin.DataPropertyName = "StrIsAdmin";
     this.colHStrIsAdmin.HeaderText       = "是否管理员";
     this.colHStrIsAdmin.Name             = "colHStrIsAdmin";
     this.colHStrIsAdmin.ReadOnly         = true;
     //
     // colHGroupName
     //
     this.colHGroupName.DataPropertyName = "GroupName";
     this.colHGroupName.HeaderText       = "所属用户组";
     this.colHGroupName.Name             = "colHGroupName";
     this.colHGroupName.ReadOnly         = true;
     //
     // colHWarehouseName
     //
     this.colHWarehouseName.DataPropertyName = "WarehouseName";
     this.colHWarehouseName.HeaderText       = "负责仓库";
     this.colHWarehouseName.Name             = "colHWarehouseName";
     this.colHWarehouseName.ReadOnly         = true;
     //
     // colHIsDel
     //
     this.colHIsDel.DataPropertyName = "IsDel";
     this.colHIsDel.HeaderText       = "删除标记";
     this.colHIsDel.Name             = "colHIsDel";
     this.colHIsDel.ReadOnly         = true;
     this.colHIsDel.Visible          = false;
     //
     // colHCreater
     //
     this.colHCreater.DataPropertyName = "Creater";
     this.colHCreater.HeaderText       = "创建人";
     this.colHCreater.Name             = "colHCreater";
     this.colHCreater.ReadOnly         = true;
     //
     // colHCreateTime
     //
     this.colHCreateTime.DataPropertyName = "CreateTime";
     this.colHCreateTime.HeaderText       = "创建时间";
     this.colHCreateTime.Name             = "colHCreateTime";
     this.colHCreateTime.ReadOnly         = true;
     //
     // colHModifyer
     //
     this.colHModifyer.DataPropertyName = "Modifyer";
     this.colHModifyer.HeaderText       = "修改人";
     this.colHModifyer.Name             = "colHModifyer";
     this.colHModifyer.ReadOnly         = true;
     //
     // colHModifyTime
     //
     this.colHModifyTime.DataPropertyName = "ModifyTime";
     this.colHModifyTime.HeaderText       = "修改时间";
     this.colHModifyTime.Name             = "colHModifyTime";
     this.colHModifyTime.ReadOnly         = true;
     //
     // pageList
     //
     this.pageList.BackColor            = System.Drawing.Color.WhiteSmoke;
     this.pageList.CurrentPageNumber    = 0;
     dividPage1.CurrentPageNumber       = 0;
     dividPage1.CurrentPageRecordCounts = 0;
     dividPage1.CurrentPageShowCounts   = 10;
     dividPage1.DefaultPageShowCounts   = 10;
     dividPage1.PagesCount          = 0;
     dividPage1.RecordCounts        = 0;
     this.pageList.dDividPage       = dividPage1;
     this.pageList.Dock             = System.Windows.Forms.DockStyle.Bottom;
     this.pageList.Font             = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.pageList.Location         = new System.Drawing.Point(3, 607);
     this.pageList.Margin           = new System.Windows.Forms.Padding(3, 6, 3, 6);
     this.pageList.Name             = "pageList";
     this.pageList.Size             = new System.Drawing.Size(986, 20);
     this.pageList.TabIndex         = 1;
     this.pageList.ChensPageChange += new ChensControl.ChensPage.PageChangeHandle(this.pageList_ChensPageChange);
     //
     // gbHeader
     //
     this.gbHeader.BackColor = System.Drawing.Color.WhiteSmoke;
     this.gbHeader.Controls.Add(this.cbbIsOnline);
     this.gbHeader.Controls.Add(this.chensLabel3);
     this.gbHeader.Controls.Add(this.dtpEndTime);
     this.gbHeader.Controls.Add(this.chensLabel5);
     this.gbHeader.Controls.Add(this.chensLabel6);
     this.gbHeader.Controls.Add(this.dtpStartTime);
     this.gbHeader.Controls.Add(this.txtCreater);
     this.gbHeader.Controls.Add(this.chensLabel4);
     this.gbHeader.Controls.Add(this.btnSearch);
     this.gbHeader.Controls.Add(this.txtUSERNAME);
     this.gbHeader.Controls.Add(this.txtUSERNO);
     this.gbHeader.Controls.Add(this.chensLabel2);
     this.gbHeader.Controls.Add(this.chensLabel1);
     this.gbHeader.Dock     = System.Windows.Forms.DockStyle.Top;
     this.gbHeader.Font     = new System.Drawing.Font("微软雅黑", 9F);
     this.gbHeader.Location = new System.Drawing.Point(0, 27);
     this.gbHeader.Margin   = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.gbHeader.Name     = "gbHeader";
     this.gbHeader.Padding  = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.gbHeader.Size     = new System.Drawing.Size(992, 95);
     this.gbHeader.TabIndex = 1;
     this.gbHeader.TabStop  = false;
     this.gbHeader.Text     = "查询条件";
     //
     // cbbIsOnline
     //
     this.cbbIsOnline.BackColor   = System.Drawing.Color.White;
     this.cbbIsOnline.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
     this.cbbIsOnline.DataBindings.Add(new System.Windows.Forms.Binding("SelectedValue", this.bsMain, "IsOnline", true));
     this.cbbIsOnline.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cbbIsOnline.FlatStyle         = System.Windows.Forms.FlatStyle.Flat;
     this.cbbIsOnline.Font              = new System.Drawing.Font("微软雅黑", 9F);
     this.cbbIsOnline.FormattingEnabled = true;
     this.cbbIsOnline.HotTrack          = false;
     this.cbbIsOnline.Location          = new System.Drawing.Point(571, 22);
     this.cbbIsOnline.Name              = "cbbIsOnline";
     this.cbbIsOnline.Size              = new System.Drawing.Size(150, 25);
     this.cbbIsOnline.TabIndex          = 4;
     this.cbbIsOnline.KeyPress         += new System.Windows.Forms.KeyPressEventHandler(this.txt_KeyPress);
     //
     // chensLabel3
     //
     this.chensLabel3.AutoSize = true;
     this.chensLabel3.Font     = new System.Drawing.Font("微软雅黑", 9F);
     this.chensLabel3.Location = new System.Drawing.Point(509, 25);
     this.chensLabel3.Name     = "chensLabel3";
     this.chensLabel3.Size     = new System.Drawing.Size(56, 17);
     this.chensLabel3.TabIndex = 26;
     this.chensLabel3.Text     = "是否在线";
     //
     // dtpEndTime
     //
     this.dtpEndTime.Checked      = false;
     this.dtpEndTime.Location     = new System.Drawing.Point(571, 58);
     this.dtpEndTime.Name         = "dtpEndTime";
     this.dtpEndTime.ShowCheckBox = true;
     this.dtpEndTime.Size         = new System.Drawing.Size(150, 23);
     this.dtpEndTime.TabIndex     = 25;
     this.dtpEndTime.KeyPress    += new System.Windows.Forms.KeyPressEventHandler(this.txt_KeyPress);
     //
     // chensLabel5
     //
     this.chensLabel5.AutoSize = true;
     this.chensLabel5.Font     = new System.Drawing.Font("微软雅黑", 9F);
     this.chensLabel5.Location = new System.Drawing.Point(509, 60);
     this.chensLabel5.Name     = "chensLabel5";
     this.chensLabel5.Size     = new System.Drawing.Size(34, 17);
     this.chensLabel5.TabIndex = 24;
     this.chensLabel5.Text     = "——";
     //
     // chensLabel6
     //
     this.chensLabel6.AutoSize = true;
     this.chensLabel6.Font     = new System.Drawing.Font("微软雅黑", 9F);
     this.chensLabel6.Location = new System.Drawing.Point(267, 60);
     this.chensLabel6.Name     = "chensLabel6";
     this.chensLabel6.Size     = new System.Drawing.Size(56, 17);
     this.chensLabel6.TabIndex = 23;
     this.chensLabel6.Text     = "创建日期";
     //
     // dtpStartTime
     //
     this.dtpStartTime.Checked      = false;
     this.dtpStartTime.Location     = new System.Drawing.Point(329, 58);
     this.dtpStartTime.Name         = "dtpStartTime";
     this.dtpStartTime.ShowCheckBox = true;
     this.dtpStartTime.Size         = new System.Drawing.Size(150, 23);
     this.dtpStartTime.TabIndex     = 22;
     this.dtpStartTime.KeyPress    += new System.Windows.Forms.KeyPressEventHandler(this.txt_KeyPress);
     //
     // txtCreater
     //
     this.txtCreater.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
     this.txtCreater.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtCreater.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsMain, "Creater", true));
     this.txtCreater.Font        = new System.Drawing.Font("微软雅黑", 9F);
     this.txtCreater.HotTrack    = false;
     this.txtCreater.Location    = new System.Drawing.Point(87, 58);
     this.txtCreater.Name        = "txtCreater";
     this.txtCreater.Size        = new System.Drawing.Size(150, 23);
     this.txtCreater.TabIndex    = 21;
     this.txtCreater.TextEnabled = false;
     this.txtCreater.KeyPress   += new System.Windows.Forms.KeyPressEventHandler(this.txt_KeyPress);
     //
     // chensLabel4
     //
     this.chensLabel4.AutoSize = true;
     this.chensLabel4.Font     = new System.Drawing.Font("微软雅黑", 9F);
     this.chensLabel4.Location = new System.Drawing.Point(25, 60);
     this.chensLabel4.Name     = "chensLabel4";
     this.chensLabel4.Size     = new System.Drawing.Size(44, 17);
     this.chensLabel4.TabIndex = 20;
     this.chensLabel4.Text     = "创建人";
     //
     // btnSearch
     //
     this.btnSearch.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnSearch.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(34)))), ((int)(((byte)(174)))), ((int)(((byte)(253)))));
     this.btnSearch.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnSearch.Font      = new System.Drawing.Font("微软雅黑", 9F);
     this.btnSearch.ForeColor = System.Drawing.Color.White;
     this.btnSearch.Location  = new System.Drawing.Point(913, 19);
     this.btnSearch.Margin    = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.btnSearch.Name      = "btnSearch";
     this.btnSearch.Size      = new System.Drawing.Size(67, 29);
     this.btnSearch.TabIndex  = 4;
     this.btnSearch.Text      = "查询";
     this.btnSearch.UseVisualStyleBackColor = false;
     this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
     //
     // txtUSERNAME
     //
     this.txtUSERNAME.BackColor   = System.Drawing.Color.White;
     this.txtUSERNAME.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
     this.txtUSERNAME.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtUSERNAME.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsMain, "UserName", true));
     this.txtUSERNAME.Font        = new System.Drawing.Font("微软雅黑", 9F);
     this.txtUSERNAME.HotTrack    = false;
     this.txtUSERNAME.Location    = new System.Drawing.Point(329, 23);
     this.txtUSERNAME.Margin      = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.txtUSERNAME.Name        = "txtUSERNAME";
     this.txtUSERNAME.Size        = new System.Drawing.Size(150, 23);
     this.txtUSERNAME.TabIndex    = 3;
     this.txtUSERNAME.TextEnabled = false;
     this.txtUSERNAME.KeyPress   += new System.Windows.Forms.KeyPressEventHandler(this.txt_KeyPress);
     //
     // txtUSERNO
     //
     this.txtUSERNO.BackColor   = System.Drawing.Color.White;
     this.txtUSERNO.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
     this.txtUSERNO.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtUSERNO.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsMain, "UserNo", true));
     this.txtUSERNO.Font        = new System.Drawing.Font("微软雅黑", 9F);
     this.txtUSERNO.HotTrack    = false;
     this.txtUSERNO.Location    = new System.Drawing.Point(87, 23);
     this.txtUSERNO.Margin      = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.txtUSERNO.Name        = "txtUSERNO";
     this.txtUSERNO.Size        = new System.Drawing.Size(150, 23);
     this.txtUSERNO.TabIndex    = 2;
     this.txtUSERNO.TextEnabled = false;
     this.txtUSERNO.KeyPress   += new System.Windows.Forms.KeyPressEventHandler(this.txt_KeyPress);
     //
     // chensLabel2
     //
     this.chensLabel2.AutoSize = true;
     this.chensLabel2.Font     = new System.Drawing.Font("微软雅黑", 9F);
     this.chensLabel2.Location = new System.Drawing.Point(267, 25);
     this.chensLabel2.Name     = "chensLabel2";
     this.chensLabel2.Size     = new System.Drawing.Size(56, 17);
     this.chensLabel2.TabIndex = 1;
     this.chensLabel2.Text     = "用户名称";
     //
     // chensLabel1
     //
     this.chensLabel1.AutoSize = true;
     this.chensLabel1.Font     = new System.Drawing.Font("微软雅黑", 9F);
     this.chensLabel1.Location = new System.Drawing.Point(25, 25);
     this.chensLabel1.Name     = "chensLabel1";
     this.chensLabel1.Size     = new System.Drawing.Size(56, 17);
     this.chensLabel1.TabIndex = 0;
     this.chensLabel1.Text     = "用户编号";
     //
     // msMain
     //
     this.msMain.BackColor = System.Drawing.Color.LightSteelBlue;
     this.msMain.Font      = new System.Drawing.Font("微软雅黑", 9F);
     this.msMain.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.tsmiSearch,
         this.tsmiAddUser,
         this.tsmiDelUser,
         this.tsmiResetPwd,
         this.tsmiOutput,
         this.tsmiClear
     });
     this.msMain.Location = new System.Drawing.Point(0, 0);
     this.msMain.Name     = "msMain";
     this.msMain.Padding  = new System.Windows.Forms.Padding(7, 3, 0, 3);
     this.msMain.Size     = new System.Drawing.Size(992, 27);
     this.msMain.TabIndex = 0;
     //
     // tsmiSearch
     //
     this.tsmiSearch.Name         = "tsmiSearch";
     this.tsmiSearch.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.S)));
     this.tsmiSearch.Size         = new System.Drawing.Size(68, 21);
     this.tsmiSearch.Text         = "查询数据";
     this.tsmiSearch.Visible      = false;
     this.tsmiSearch.Click       += new System.EventHandler(this.btnSearch_Click);
     //
     // tsmiAddUser
     //
     this.tsmiAddUser.Name         = "tsmiAddUser";
     this.tsmiAddUser.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.N)));
     this.tsmiAddUser.Size         = new System.Drawing.Size(68, 21);
     this.tsmiAddUser.Text         = "新增用户";
     this.tsmiAddUser.Click       += new System.EventHandler(this.tsmiAddUser_Click);
     //
     // tsmiDelUser
     //
     this.tsmiDelUser.Name         = "tsmiDelUser";
     this.tsmiDelUser.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.D)));
     this.tsmiDelUser.Size         = new System.Drawing.Size(68, 21);
     this.tsmiDelUser.Text         = "删除用户";
     this.tsmiDelUser.Click       += new System.EventHandler(this.tsmiDelUser_Click);
     //
     // tsmiResetPwd
     //
     this.tsmiResetPwd.Name         = "tsmiResetPwd";
     this.tsmiResetPwd.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.R)));
     this.tsmiResetPwd.Size         = new System.Drawing.Size(68, 21);
     this.tsmiResetPwd.Text         = "重置密码";
     this.tsmiResetPwd.Click       += new System.EventHandler(this.tsmiResetPwd_Click);
     //
     // tsmiOutput
     //
     this.tsmiOutput.Name    = "tsmiOutput";
     this.tsmiOutput.Size    = new System.Drawing.Size(68, 21);
     this.tsmiOutput.Text    = "导出数据";
     this.tsmiOutput.Visible = false;
     this.tsmiOutput.Click  += new System.EventHandler(this.tsmiOutput_Click);
     //
     // tsmiClear
     //
     this.tsmiClear.Name   = "tsmiClear";
     this.tsmiClear.Size   = new System.Drawing.Size(68, 21);
     this.tsmiClear.Text   = "清除登录";
     this.tsmiClear.Click += new System.EventHandler(this.tsmiClear_Click);
     //
     // bsMain
     //
     this.bsMain.DataSource = typeof(WMS.WebService.UserInfo);
     //
     // FrmUserList
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(992, 753);
     this.Controls.Add(this.gbBottom);
     this.Controls.Add(this.gbHeader);
     this.Controls.Add(this.msMain);
     this.MainMenuStrip = this.msMain;
     this.Margin        = new System.Windows.Forms.Padding(3, 6, 3, 6);
     this.Name          = "FrmUserList";
     this.Text          = "用户设置";
     this.FormClosed   += new System.Windows.Forms.FormClosedEventHandler(this.FrmUserList_FormClosed);
     this.Load         += new System.EventHandler(this.FrmUserList_Load);
     this.gbBottom.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dgvList)).EndInit();
     this.gbHeader.ResumeLayout(false);
     this.gbHeader.PerformLayout();
     this.msMain.ResumeLayout(false);
     this.msMain.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.bsMain)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #10
0
        private void GetQueryData()
        {
            ChensControl.DividPage clientPage = chensPage1.dDividPage;
            DividPage _serverMainPage         = new DividPage();

            Common.Common_Func.GetServerPageFromClientPage(ref _serverMainPage, clientPage);
            Task_Model TM = new Task_Model();

            if (txt_djno.Text.Trim().Length > 0)//单据号
            {
                TM.VoucherNo = txt_djno.Text.Trim();
            }
            if (txt_mateducment.Text.Trim().Length > 0)//物料凭证号
            {
                TM.MaterialDoc = txt_mateducment.Text.Trim();
            }
            if (txt_ontaskno.Text.Trim().Length > 0)//上架任务号
            {
                TM.TaskNo = txt_ontaskno.Text.Trim();
            }
            if (txt_peo.Text.Trim().Length > 0)//制单人
            {
                TM.CreateUserNo = txt_peo.Text.Trim();
            }
            if (cmb_state.Text.Trim().Length > 0)//状态
            {
                TM.TaskStatus = (int)cmb_state.SelectedValue;
            }
            string BeginTime = "", EndTime = "";

            if (begintime.Checked)
            {
                BeginTime = begintime.Value.ToString("yyyy-MM-dd");
            }
            if (endtime.Checked)
            {
                EndTime = endtime.Value.ToString("yyyy-MM-dd");
            }
            List <Task_Model> lsttask = new List <Task_Model>();
            string            strErr  = "";

            bindingSource1.DataSource = null;
            try
            {
                bool bResult = WMS.Common.WMSWebService.service.QueryFastInList(TM, BeginTime, EndTime, ref _serverMainPage, ref lsttask, ref strErr);
                Common.Common_Func.GetClientPageFromServerPage(_serverMainPage, ref clientPage);
                chensPage1.ShowPage();
                bindingSource1.DataSource = lsttask;
                if (bResult == false)
                {
                    if (strErr.Equals("没有快速入库单信息!"))
                    {
                        return;
                    }
                    else
                    {
                        MessageBox.Show(strErr);
                        return;
                    }
                }
            }
            catch (Exception ex)
            {
                MessageBox.Show(ex.Message);
            }
        }
Example #11
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
     ChensControl.DividPage dividPage1 = new ChensControl.DividPage();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
     this.msMain             = new ChensControl.ChensMenuStrip();
     this.tsmiSearch         = new System.Windows.Forms.ToolStripMenuItem();
     this.tsmiReCheck        = new System.Windows.Forms.ToolStripMenuItem();
     this.tsmiExport         = new System.Windows.Forms.ToolStripMenuItem();
     this.tsmiCancel         = new System.Windows.Forms.ToolStripMenuItem();
     this.bsMain             = new System.Windows.Forms.BindingSource(this.components);
     this.bsCheck            = new System.Windows.Forms.BindingSource(this.components);
     this.gbMiddle           = new System.Windows.Forms.GroupBox();
     this.lblDifferenceQty   = new ChensControl.ChensLabel();
     this.lblStrCheckType    = new ChensControl.ChensLabel();
     this.lblCheckNo         = new ChensControl.ChensLabel();
     this.chensLabel3        = new ChensControl.ChensLabel();
     this.chensLabel2        = new ChensControl.ChensLabel();
     this.chensLabel1        = new ChensControl.ChensLabel();
     this.gbBottom           = new ChensControl.ChensGroupBox();
     this.cbxSelectAll       = new System.Windows.Forms.CheckBox();
     this.dgvList            = new ChensControl.ChensDataGridView();
     this.pageList           = new ChensControl.ChensPage();
     this.colSelect          = new System.Windows.Forms.DataGridViewCheckBoxColumn();
     this.colEdit            = new System.Windows.Forms.DataGridViewLinkColumn();
     this.colCheckNo         = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colCheckType       = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colStrCheckType    = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colWarehouseNo     = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colWarehouseName   = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colHouseNo         = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colHouseName       = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colAreaNo          = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colAreaName        = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colScanWarehouseNo = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colScanHouseNo     = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colScanAreaNo      = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colMaterialNo      = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column1            = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column2            = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colMaterialDesc    = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colAccountQty      = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colScanQty         = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colStrProfitLoss   = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colDifferenceQty   = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.msMain.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.bsMain)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.bsCheck)).BeginInit();
     this.gbMiddle.SuspendLayout();
     this.gbBottom.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgvList)).BeginInit();
     this.SuspendLayout();
     //
     // msMain
     //
     this.msMain.BackColor = System.Drawing.Color.LightSteelBlue;
     this.msMain.Font      = new System.Drawing.Font("微软雅黑", 9F);
     this.msMain.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.tsmiSearch,
         this.tsmiReCheck,
         this.tsmiExport,
         this.tsmiCancel
     });
     this.msMain.Location = new System.Drawing.Point(0, 0);
     this.msMain.Name     = "msMain";
     this.msMain.Size     = new System.Drawing.Size(992, 25);
     this.msMain.TabIndex = 4;
     this.msMain.Text     = "chensMenuStrip1";
     //
     // tsmiSearch
     //
     this.tsmiSearch.Name    = "tsmiSearch";
     this.tsmiSearch.Size    = new System.Drawing.Size(68, 21);
     this.tsmiSearch.Text    = "刷新数据";
     this.tsmiSearch.Visible = false;
     this.tsmiSearch.Click  += new System.EventHandler(this.tsmiSearch_Click);
     //
     // tsmiReCheck
     //
     this.tsmiReCheck.Name         = "tsmiReCheck";
     this.tsmiReCheck.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S)));
     this.tsmiReCheck.Size         = new System.Drawing.Size(80, 21);
     this.tsmiReCheck.Text         = "保存并关闭";
     this.tsmiReCheck.Click       += new System.EventHandler(this.tsmiReCheck_Click);
     //
     // tsmiExport
     //
     this.tsmiExport.Name    = "tsmiExport";
     this.tsmiExport.Size    = new System.Drawing.Size(44, 21);
     this.tsmiExport.Text    = "导出";
     this.tsmiExport.Visible = false;
     this.tsmiExport.Click  += new System.EventHandler(this.tsmiExport_Click);
     //
     // tsmiCancel
     //
     this.tsmiCancel.Name         = "tsmiCancel";
     this.tsmiCancel.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.W)));
     this.tsmiCancel.Size         = new System.Drawing.Size(44, 21);
     this.tsmiCancel.Text         = "关闭";
     this.tsmiCancel.Click       += new System.EventHandler(this.tsmiCancel_Click);
     //
     // bsMain
     //
     this.bsMain.DataSource = typeof(WMS.WebService.CheckDetailsInfo);
     //
     // bsCheck
     //
     this.bsCheck.DataSource = typeof(WMS.WebService.CheckInfo);
     //
     // gbMiddle
     //
     this.gbMiddle.Controls.Add(this.lblDifferenceQty);
     this.gbMiddle.Controls.Add(this.lblStrCheckType);
     this.gbMiddle.Controls.Add(this.lblCheckNo);
     this.gbMiddle.Controls.Add(this.chensLabel3);
     this.gbMiddle.Controls.Add(this.chensLabel2);
     this.gbMiddle.Controls.Add(this.chensLabel1);
     this.gbMiddle.Dock     = System.Windows.Forms.DockStyle.Top;
     this.gbMiddle.Location = new System.Drawing.Point(0, 25);
     this.gbMiddle.Name     = "gbMiddle";
     this.gbMiddle.Size     = new System.Drawing.Size(992, 60);
     this.gbMiddle.TabIndex = 8;
     this.gbMiddle.TabStop  = false;
     this.gbMiddle.Text     = "盘点信息";
     //
     // lblDifferenceQty
     //
     this.lblDifferenceQty.AutoSize = true;
     this.lblDifferenceQty.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsCheck, "DifferenceQty", true));
     this.lblDifferenceQty.Font         = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.lblDifferenceQty.ForeColor    = System.Drawing.Color.Red;
     this.lblDifferenceQty.Location     = new System.Drawing.Point(571, 18);
     this.lblDifferenceQty.Name         = "lblDifferenceQty";
     this.lblDifferenceQty.Size         = new System.Drawing.Size(44, 26);
     this.lblDifferenceQty.TabIndex     = 6;
     this.lblDifferenceQty.Text         = "-10";
     this.lblDifferenceQty.TextChanged += new System.EventHandler(this.lblDifferenceQty_TextChanged);
     //
     // lblStrCheckType
     //
     this.lblStrCheckType.AutoSize = true;
     this.lblStrCheckType.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsCheck, "StrCheckType", true));
     this.lblStrCheckType.Font     = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.lblStrCheckType.Location = new System.Drawing.Point(329, 20);
     this.lblStrCheckType.Name     = "lblStrCheckType";
     this.lblStrCheckType.Size     = new System.Drawing.Size(58, 22);
     this.lblStrCheckType.TabIndex = 5;
     this.lblStrCheckType.Text     = "按仓库";
     //
     // lblCheckNo
     //
     this.lblCheckNo.AutoSize = true;
     this.lblCheckNo.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsCheck, "CheckNo", true));
     this.lblCheckNo.Font     = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.lblCheckNo.Location = new System.Drawing.Point(99, 21);
     this.lblCheckNo.Name     = "lblCheckNo";
     this.lblCheckNo.Size     = new System.Drawing.Size(136, 22);
     this.lblCheckNo.TabIndex = 4;
     this.lblCheckNo.Text     = "P201701XXXXX";
     //
     // chensLabel3
     //
     this.chensLabel3.AutoSize = true;
     this.chensLabel3.Font     = new System.Drawing.Font("微软雅黑", 9F);
     this.chensLabel3.Location = new System.Drawing.Point(509, 24);
     this.chensLabel3.Name     = "chensLabel3";
     this.chensLabel3.Size     = new System.Drawing.Size(56, 17);
     this.chensLabel3.TabIndex = 2;
     this.chensLabel3.Text     = "盈亏数量";
     //
     // chensLabel2
     //
     this.chensLabel2.AutoSize = true;
     this.chensLabel2.Font     = new System.Drawing.Font("微软雅黑", 9F);
     this.chensLabel2.Location = new System.Drawing.Point(267, 25);
     this.chensLabel2.Name     = "chensLabel2";
     this.chensLabel2.Size     = new System.Drawing.Size(56, 17);
     this.chensLabel2.TabIndex = 1;
     this.chensLabel2.Text     = "盘点类型";
     //
     // chensLabel1
     //
     this.chensLabel1.AutoSize = true;
     this.chensLabel1.Font     = new System.Drawing.Font("微软雅黑", 9F);
     this.chensLabel1.Location = new System.Drawing.Point(25, 25);
     this.chensLabel1.Name     = "chensLabel1";
     this.chensLabel1.Size     = new System.Drawing.Size(68, 17);
     this.chensLabel1.TabIndex = 0;
     this.chensLabel1.Text     = "主盘点单号";
     //
     // gbBottom
     //
     this.gbBottom.BackColor = System.Drawing.Color.WhiteSmoke;
     this.gbBottom.Controls.Add(this.cbxSelectAll);
     this.gbBottom.Controls.Add(this.dgvList);
     this.gbBottom.Controls.Add(this.pageList);
     this.gbBottom.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.gbBottom.Font     = new System.Drawing.Font("微软雅黑", 9F);
     this.gbBottom.Location = new System.Drawing.Point(0, 85);
     this.gbBottom.Margin   = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.gbBottom.Name     = "gbBottom";
     this.gbBottom.Padding  = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.gbBottom.Size     = new System.Drawing.Size(992, 652);
     this.gbBottom.TabIndex = 9;
     this.gbBottom.TabStop  = false;
     this.gbBottom.Text     = "查询结果";
     //
     // cbxSelectAll
     //
     this.cbxSelectAll.AutoSize  = true;
     this.cbxSelectAll.BackColor = System.Drawing.Color.Gainsboro;
     this.cbxSelectAll.Font      = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
     this.cbxSelectAll.Location  = new System.Drawing.Point(6, 20);
     this.cbxSelectAll.Name      = "cbxSelectAll";
     this.cbxSelectAll.Size      = new System.Drawing.Size(51, 21);
     this.cbxSelectAll.TabIndex  = 6;
     this.cbxSelectAll.Text      = "选择";
     this.cbxSelectAll.UseVisualStyleBackColor = false;
     this.cbxSelectAll.CheckedChanged         += new System.EventHandler(this.cbxSelectAll_CheckedChanged);
     //
     // dgvList
     //
     this.dgvList.AllowUserToAddRows              = false;
     this.dgvList.AllowUserToDeleteRows           = false;
     dataGridViewCellStyle1.BackColor             = System.Drawing.Color.White;
     this.dgvList.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
     this.dgvList.BackgroundColor               = System.Drawing.Color.WhiteSmoke;
     this.dgvList.BorderStyle                   = System.Windows.Forms.BorderStyle.None;
     this.dgvList.ColumnHeadersBorderStyle      = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
     dataGridViewCellStyle2.Alignment           = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     dataGridViewCellStyle2.BackColor           = System.Drawing.Color.Gainsboro;
     dataGridViewCellStyle2.Font                = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
     dataGridViewCellStyle2.ForeColor           = System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle2.SelectionBackColor  = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle2.SelectionForeColor  = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle2.WrapMode            = System.Windows.Forms.DataGridViewTriState.True;
     this.dgvList.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
     this.dgvList.ColumnHeadersHeightSizeMode   = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dgvList.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.colSelect,
         this.colEdit,
         this.colCheckNo,
         this.colCheckType,
         this.colStrCheckType,
         this.colWarehouseNo,
         this.colWarehouseName,
         this.colHouseNo,
         this.colHouseName,
         this.colAreaNo,
         this.colAreaName,
         this.colScanWarehouseNo,
         this.colScanHouseNo,
         this.colScanAreaNo,
         this.colMaterialNo,
         this.Column1,
         this.Column2,
         this.colMaterialDesc,
         this.colAccountQty,
         this.colScanQty,
         this.colStrProfitLoss,
         this.colDifferenceQty
     });
     this.dgvList.Dock                         = System.Windows.Forms.DockStyle.Fill;
     this.dgvList.EditMode                     = System.Windows.Forms.DataGridViewEditMode.EditProgrammatically;
     this.dgvList.Font                         = new System.Drawing.Font("微软雅黑", 9F);
     this.dgvList.GridColor                    = System.Drawing.Color.LightGray;
     this.dgvList.HaveCopyMenu                 = true;
     this.dgvList.Location                     = new System.Drawing.Point(3, 20);
     this.dgvList.Margin                       = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.dgvList.Name                         = "dgvList";
     dataGridViewCellStyle4.Alignment          = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle4.BackColor          = System.Drawing.SystemColors.ActiveCaption;
     dataGridViewCellStyle4.Font               = new System.Drawing.Font("微软雅黑", 9F);
     dataGridViewCellStyle4.ForeColor          = System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.LightGray;
     dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle4.WrapMode           = System.Windows.Forms.DataGridViewTriState.True;
     this.dgvList.RowHeadersDefaultCellStyle   = dataGridViewCellStyle4;
     this.dgvList.RowHeadersVisible            = false;
     dataGridViewCellStyle5.SelectionBackColor = System.Drawing.Color.CornflowerBlue;
     this.dgvList.RowsDefaultCellStyle         = dataGridViewCellStyle5;
     this.dgvList.RowTemplate.Height           = 23;
     this.dgvList.SelectionMode                = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.dgvList.Size                         = new System.Drawing.Size(986, 608);
     this.dgvList.TabIndex                     = 2;
     this.dgvList.CellContentClick            += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvList_CellContentClick);
     this.dgvList.Scroll                      += new System.Windows.Forms.ScrollEventHandler(this.dgvList_Scroll);
     //
     // pageList
     //
     this.pageList.BackColor            = System.Drawing.Color.WhiteSmoke;
     this.pageList.CurrentPageNumber    = 0;
     dividPage1.CurrentPageNumber       = 0;
     dividPage1.CurrentPageRecordCounts = 0;
     dividPage1.CurrentPageShowCounts   = 10;
     dividPage1.DefaultPageShowCounts   = 10;
     dividPage1.PagesCount          = 0;
     dividPage1.RecordCounts        = 0;
     this.pageList.dDividPage       = dividPage1;
     this.pageList.Dock             = System.Windows.Forms.DockStyle.Bottom;
     this.pageList.Font             = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.pageList.Location         = new System.Drawing.Point(3, 628);
     this.pageList.Margin           = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.pageList.Name             = "pageList";
     this.pageList.Size             = new System.Drawing.Size(986, 20);
     this.pageList.TabIndex         = 1;
     this.pageList.Visible          = false;
     this.pageList.ChensPageChange += new ChensControl.ChensPage.PageChangeHandle(this.pageList_ChensPageChange);
     //
     // colSelect
     //
     this.colSelect.HeaderText = "选择";
     this.colSelect.Name       = "colSelect";
     this.colSelect.Resizable  = System.Windows.Forms.DataGridViewTriState.False;
     this.colSelect.Width      = 60;
     //
     // colEdit
     //
     dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     dataGridViewCellStyle3.NullValue = "查看";
     this.colEdit.DefaultCellStyle    = dataGridViewCellStyle3;
     this.colEdit.HeaderText          = "盘点明细";
     this.colEdit.LinkBehavior        = System.Windows.Forms.LinkBehavior.NeverUnderline;
     this.colEdit.Name             = "colEdit";
     this.colEdit.Resizable        = System.Windows.Forms.DataGridViewTriState.True;
     this.colEdit.SortMode         = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
     this.colEdit.Text             = "查看";
     this.colEdit.Visible          = false;
     this.colEdit.VisitedLinkColor = System.Drawing.Color.Blue;
     //
     // colCheckNo
     //
     this.colCheckNo.DataPropertyName = "CheckNo";
     this.colCheckNo.HeaderText       = "盘点单号";
     this.colCheckNo.Name             = "colCheckNo";
     this.colCheckNo.Visible          = false;
     //
     // colCheckType
     //
     this.colCheckType.DataPropertyName = "CheckType";
     this.colCheckType.HeaderText       = "盘点类型";
     this.colCheckType.Name             = "colCheckType";
     this.colCheckType.Visible          = false;
     //
     // colStrCheckType
     //
     this.colStrCheckType.DataPropertyName = "StrCheckType";
     this.colStrCheckType.HeaderText       = "盘点类型";
     this.colStrCheckType.Name             = "colStrCheckType";
     this.colStrCheckType.Visible          = false;
     //
     // colWarehouseNo
     //
     this.colWarehouseNo.DataPropertyName = "WarehouseNo";
     this.colWarehouseNo.HeaderText       = "仓库编号";
     this.colWarehouseNo.Name             = "colWarehouseNo";
     this.colWarehouseNo.Visible          = false;
     //
     // colWarehouseName
     //
     this.colWarehouseName.DataPropertyName = "WarehouseName";
     this.colWarehouseName.HeaderText       = "仓库名称";
     this.colWarehouseName.Name             = "colWarehouseName";
     this.colWarehouseName.Visible          = false;
     this.colWarehouseName.Width            = 200;
     //
     // colHouseNo
     //
     this.colHouseNo.DataPropertyName = "HouseNo";
     this.colHouseNo.HeaderText       = "库区编号";
     this.colHouseNo.Name             = "colHouseNo";
     this.colHouseNo.Visible          = false;
     //
     // colHouseName
     //
     this.colHouseName.DataPropertyName = "HouseName";
     this.colHouseName.HeaderText       = "库区名称";
     this.colHouseName.Name             = "colHouseName";
     this.colHouseName.Visible          = false;
     //
     // colAreaNo
     //
     this.colAreaNo.DataPropertyName = "AreaNo";
     this.colAreaNo.HeaderText       = "货位编号";
     this.colAreaNo.Name             = "colAreaNo";
     this.colAreaNo.Visible          = false;
     //
     // colAreaName
     //
     this.colAreaName.DataPropertyName = "AreaName";
     this.colAreaName.HeaderText       = "货位名称";
     this.colAreaName.Name             = "colAreaName";
     this.colAreaName.Visible          = false;
     //
     // colScanWarehouseNo
     //
     this.colScanWarehouseNo.DataPropertyName = "ScanWarehouseNo";
     this.colScanWarehouseNo.HeaderText       = "实盘仓库";
     this.colScanWarehouseNo.Name             = "colScanWarehouseNo";
     this.colScanWarehouseNo.Visible          = false;
     //
     // colScanHouseNo
     //
     this.colScanHouseNo.DataPropertyName = "ScanHouseNo";
     this.colScanHouseNo.HeaderText       = "实盘库区";
     this.colScanHouseNo.Name             = "colScanHouseNo";
     this.colScanHouseNo.Visible          = false;
     //
     // colScanAreaNo
     //
     this.colScanAreaNo.DataPropertyName = "ScanAreaNo";
     this.colScanAreaNo.HeaderText       = "实盘货位";
     this.colScanAreaNo.Name             = "colScanAreaNo";
     this.colScanAreaNo.Visible          = false;
     //
     // colMaterialNo
     //
     this.colMaterialNo.DataPropertyName = "MaterialNo";
     this.colMaterialNo.HeaderText       = "物料编号";
     this.colMaterialNo.Name             = "colMaterialNo";
     this.colMaterialNo.Width            = 150;
     //
     // Column1
     //
     this.Column1.HeaderText = "批号";
     this.Column1.Name       = "Column1";
     //
     // Column2
     //
     this.Column2.HeaderText = "序列号";
     this.Column2.Name       = "Column2";
     //
     // colMaterialDesc
     //
     this.colMaterialDesc.DataPropertyName = "MaterialDesc";
     this.colMaterialDesc.HeaderText       = "物料描述";
     this.colMaterialDesc.Name             = "colMaterialDesc";
     this.colMaterialDesc.Visible          = false;
     this.colMaterialDesc.Width            = 200;
     //
     // colAccountQty
     //
     this.colAccountQty.DataPropertyName = "AccountQty";
     this.colAccountQty.HeaderText       = "账存数量";
     this.colAccountQty.Name             = "colAccountQty";
     //
     // colScanQty
     //
     this.colScanQty.DataPropertyName = "ScanQty";
     this.colScanQty.HeaderText       = "实盘数量";
     this.colScanQty.Name             = "colScanQty";
     //
     // colStrProfitLoss
     //
     this.colStrProfitLoss.DataPropertyName = "StrProfitLoss";
     this.colStrProfitLoss.HeaderText       = "盈亏状态";
     this.colStrProfitLoss.Name             = "colStrProfitLoss";
     //
     // colDifferenceQty
     //
     this.colDifferenceQty.DataPropertyName = "DifferenceQty";
     this.colDifferenceQty.HeaderText       = "盈亏数量";
     this.colDifferenceQty.Name             = "colDifferenceQty";
     //
     // FrmReCheck
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(992, 737);
     this.Controls.Add(this.gbBottom);
     this.Controls.Add(this.gbMiddle);
     this.Controls.Add(this.msMain);
     this.Name  = "FrmReCheck";
     this.Text  = "复盘确认";
     this.Load += new System.EventHandler(this.FrmReCheck_Load);
     this.msMain.ResumeLayout(false);
     this.msMain.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.bsMain)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.bsCheck)).EndInit();
     this.gbMiddle.ResumeLayout(false);
     this.gbMiddle.PerformLayout();
     this.gbBottom.ResumeLayout(false);
     this.gbBottom.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgvList)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #12
0
        private void GetSelectQueryData()
        {
            TextBox txt = txtWWarehouse;

            ChensControl.ChensPage page = pageWarehouse;
            DataGridView           dgv  = dgvWarehouse;
            CheckBox cbx = cbxWSelectAll;

            try
            {
                this.Cursor = Cursors.WaitCursor;

                bsMain.EndEdit();
                bsSelect.EndEdit();

                bool   bResult  = false;
                string strError = string.Empty;
                GetQuerySelect();

                #region 获取当前选项卡
                switch (querySelect.CheckType)
                {
                case 1:
                    txt  = txtWWarehouse;
                    page = pageWarehouse;
                    dgv  = dgvWarehouse;
                    cbx  = cbxWSelectAll;
                    if (dtpWStockStartTime.Checked)
                    {
                        querySelect.StartTime = dtpWStockStartTime.Value;
                    }
                    else
                    {
                        querySelect.StartTime = null;
                    }
                    if (dtpWStockEndTime.Checked)
                    {
                        querySelect.EndTime = dtpWStockEndTime.Value;
                    }
                    else
                    {
                        querySelect.EndTime = null;
                    }
                    break;

                case 2:
                    txt  = txtHWarehouse;
                    page = pageHouse;
                    dgv  = dgvHouse;
                    cbx  = cbxHSelectAll;
                    if (dtpHStockStartTime.Checked)
                    {
                        querySelect.StartTime = dtpHStockStartTime.Value;
                    }
                    else
                    {
                        querySelect.StartTime = null;
                    }
                    if (dtpHStockEndTime.Checked)
                    {
                        querySelect.EndTime = dtpHStockEndTime.Value;
                    }
                    else
                    {
                        querySelect.EndTime = null;
                    }
                    break;

                case 3:
                    txt  = txtAWarehouse;
                    page = pageArea;
                    dgv  = dgvArea;
                    cbx  = cbxASelectAll;
                    if (dtpAStockStartTime.Checked)
                    {
                        querySelect.StartTime = dtpAStockStartTime.Value;
                    }
                    else
                    {
                        querySelect.StartTime = null;
                    }
                    if (dtpAStockEndTime.Checked)
                    {
                        querySelect.EndTime = dtpAStockEndTime.Value;
                    }
                    else
                    {
                        querySelect.EndTime = null;
                    }
                    break;

                case 4:
                    txt  = txtMWarehouse;
                    page = pageMaterial;
                    dgv  = dgvMaterial;
                    cbx  = cbxMSelectAll;
                    if (dtpMStockStartTime.Checked)
                    {
                        querySelect.StartTime = dtpMStockStartTime.Value;
                    }
                    else
                    {
                        querySelect.StartTime = null;
                    }
                    if (dtpMStockEndTime.Checked)
                    {
                        querySelect.EndTime = dtpMStockEndTime.Value;
                    }
                    else
                    {
                        querySelect.EndTime = null;
                    }
                    break;

                case 5:
                    if (string.IsNullOrEmpty(querySelect.Keeper))
                    {
                        Common.Common_Func.ErrorMessage("保管员必须输入", "查询失败", 2);
                        return;
                    }

                    txt  = txtKKeeper;
                    page = pageKeeper;
                    dgv  = dgvKeeperMaterial;
                    cbx  = cbxMSelectAll;
                    if (dtpKStockStartTime.Checked)
                    {
                        querySelect.StartTime = dtpKStockStartTime.Value;
                    }
                    else
                    {
                        querySelect.StartTime = null;
                    }
                    if (dtpKStockEndTime.Checked)
                    {
                        querySelect.EndTime = dtpKStockEndTime.Value;
                    }
                    else
                    {
                        querySelect.EndTime = null;
                    }
                    break;

                default:
                    return;
                }

                #endregion

                if (querySelect.StartTime != null && querySelect.EndTime != null)
                {
                    if (querySelect.StartTime.ToDateTime().Date > querySelect.EndTime.ToDateTime().Date)
                    {
                        Common.Common_Func.ErrorMessage("开始日期不能大于结束日期", "查询失败", 2);
                        return;
                    }
                }

                if (lstSelect == null || lstSelect.Count <= 0)
                {
                    cbx.Checked = false;
                }
                ChensControl.DividPage clientPage = page.dDividPage;
                Common.Common_Func.GetServerPageFromClientPage(ref _serverSelectPage, clientPage);
                bResult = Check_Func.GetCheckDetailsSelectListByPage(ref lstSelect, querySelect, ref _serverSelectPage, ref strError);
                Common.Common_Func.GetClientPageFromServerPage(_serverSelectPage, ref clientPage);
                SetChecked();
                page.ShowPage();
                dgv.DataSource = lstSelect;

                if (!bResult || !string.IsNullOrEmpty(strError))
                {
                    lstSelect      = new List <CheckDetailsInfo>();
                    dgv.DataSource = lstSelect;
                    Common.Common_Func.ErrorMessage(strError, "查询失败", 2);
                }
            }
            catch (Exception ex)
            {
                Common.Common_Func.ErrorMessage(ex.Message, "查询失败", 2);
            }
            finally
            {
                this.Cursor = Cursors.Default;
                txt.Focus();
            }
        }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
     ChensControl.DividPage dividPage1 = new ChensControl.DividPage();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
     ChensControl.DividPage dividPage2 = new ChensControl.DividPage();
     this.msMain            = new ChensControl.ChensMenuStrip();
     this.tsmiSearch        = new System.Windows.Forms.ToolStripMenuItem();
     this.tsmiImport        = new System.Windows.Forms.ToolStripMenuItem();
     this.tsmiPrint         = new System.Windows.Forms.ToolStripMenuItem();
     this.tsmiChangePrinter = new System.Windows.Forms.ToolStripMenuItem();
     this.gbHeader          = new ChensControl.ChensGroupBox();
     this.btnSearch         = new ChensControl.ChensButton();
     this.txtMaterialNo     = new ChensControl.ChensTextBox();
     this.txtAreaNo         = new ChensControl.ChensTextBox();
     this.bsMain            = new System.Windows.Forms.BindingSource(this.components);
     this.chensLabel2       = new ChensControl.ChensLabel();
     this.chensLabel1       = new ChensControl.ChensLabel();
     this.scMain            = new System.Windows.Forms.SplitContainer();
     this.gbMiddle          = new ChensControl.ChensGroupBox();
     this.dgvMain           = new ChensControl.ChensDataGridView();
     this.colHID            = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colHWarehouseNo   = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colHWarehouseName = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colHHouseNo       = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colBHouseName     = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colHAreaNo        = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colHAreaName      = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colHAreaType      = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colHStrAreaType   = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colHContactUser   = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colHContactPhone  = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colHLocationDesc  = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colHAreaStatus    = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colHStrAreaStatus = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colHAddress       = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colHHouseID       = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colHIsDel         = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colHCreater       = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colHCreateTime    = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colHModifyer      = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colHModifyTime    = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.pageMain          = new ChensControl.ChensPage();
     this.gbBottom          = new ChensControl.ChensGroupBox();
     this.dgvDetail         = new ChensControl.ChensDataGridView();
     this.pageDetail        = new ChensControl.ChensPage();
     this.msMain.SuspendLayout();
     this.gbHeader.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.bsMain)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.scMain)).BeginInit();
     this.scMain.Panel1.SuspendLayout();
     this.scMain.Panel2.SuspendLayout();
     this.scMain.SuspendLayout();
     this.gbMiddle.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgvMain)).BeginInit();
     this.gbBottom.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgvDetail)).BeginInit();
     this.SuspendLayout();
     //
     // msMain
     //
     this.msMain.BackColor = System.Drawing.Color.LightSteelBlue;
     this.msMain.Font      = new System.Drawing.Font("微软雅黑", 9F);
     this.msMain.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.tsmiSearch,
         this.tsmiImport,
         this.tsmiPrint,
         this.tsmiChangePrinter
     });
     this.msMain.Location = new System.Drawing.Point(0, 0);
     this.msMain.Name     = "msMain";
     this.msMain.Padding  = new System.Windows.Forms.Padding(8, 4, 0, 4);
     this.msMain.Size     = new System.Drawing.Size(992, 29);
     this.msMain.TabIndex = 4;
     this.msMain.Text     = "chensMenuStrip1";
     //
     // tsmiSearch
     //
     this.tsmiSearch.Name         = "tsmiSearch";
     this.tsmiSearch.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.S)));
     this.tsmiSearch.Size         = new System.Drawing.Size(68, 21);
     this.tsmiSearch.Text         = "查询数据";
     this.tsmiSearch.Visible      = false;
     //
     // tsmiImport
     //
     this.tsmiImport.Name    = "tsmiImport";
     this.tsmiImport.Size    = new System.Drawing.Size(68, 21);
     this.tsmiImport.Text    = "导入库存";
     this.tsmiImport.Visible = false;
     //
     // tsmiPrint
     //
     this.tsmiPrint.Name = "tsmiPrint";
     this.tsmiPrint.Size = new System.Drawing.Size(68, 21);
     this.tsmiPrint.Text = "箱号打印";
     //
     // tsmiChangePrinter
     //
     this.tsmiChangePrinter.Name = "tsmiChangePrinter";
     this.tsmiChangePrinter.Size = new System.Drawing.Size(80, 21);
     this.tsmiChangePrinter.Text = "设置打印机";
     //
     // gbHeader
     //
     this.gbHeader.BackColor = System.Drawing.Color.WhiteSmoke;
     this.gbHeader.Controls.Add(this.btnSearch);
     this.gbHeader.Controls.Add(this.txtMaterialNo);
     this.gbHeader.Controls.Add(this.txtAreaNo);
     this.gbHeader.Controls.Add(this.chensLabel2);
     this.gbHeader.Controls.Add(this.chensLabel1);
     this.gbHeader.Dock     = System.Windows.Forms.DockStyle.Top;
     this.gbHeader.Font     = new System.Drawing.Font("微软雅黑", 9F);
     this.gbHeader.Location = new System.Drawing.Point(0, 29);
     this.gbHeader.Margin   = new System.Windows.Forms.Padding(3, 6, 3, 6);
     this.gbHeader.Name     = "gbHeader";
     this.gbHeader.Padding  = new System.Windows.Forms.Padding(3, 6, 3, 6);
     this.gbHeader.Size     = new System.Drawing.Size(992, 60);
     this.gbHeader.TabIndex = 5;
     this.gbHeader.TabStop  = false;
     this.gbHeader.Text     = "查询条件";
     //
     // btnSearch
     //
     this.btnSearch.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnSearch.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(34)))), ((int)(((byte)(174)))), ((int)(((byte)(253)))));
     this.btnSearch.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnSearch.Font      = new System.Drawing.Font("微软雅黑", 9F);
     this.btnSearch.ForeColor = System.Drawing.Color.White;
     this.btnSearch.Location  = new System.Drawing.Point(913, 19);
     this.btnSearch.Margin    = new System.Windows.Forms.Padding(3, 6, 3, 6);
     this.btnSearch.Name      = "btnSearch";
     this.btnSearch.Size      = new System.Drawing.Size(67, 29);
     this.btnSearch.TabIndex  = 4;
     this.btnSearch.Text      = "查询";
     this.btnSearch.UseVisualStyleBackColor = false;
     //
     // txtMaterialNo
     //
     this.txtMaterialNo.BackColor   = System.Drawing.Color.White;
     this.txtMaterialNo.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
     this.txtMaterialNo.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtMaterialNo.Font        = new System.Drawing.Font("微软雅黑", 9F);
     this.txtMaterialNo.HotTrack    = false;
     this.txtMaterialNo.Location    = new System.Drawing.Point(329, 23);
     this.txtMaterialNo.Margin      = new System.Windows.Forms.Padding(3, 6, 3, 6);
     this.txtMaterialNo.Name        = "txtMaterialNo";
     this.txtMaterialNo.Size        = new System.Drawing.Size(150, 23);
     this.txtMaterialNo.TabIndex    = 3;
     this.txtMaterialNo.TextEnabled = false;
     //
     // txtAreaNo
     //
     this.txtAreaNo.BackColor   = System.Drawing.Color.White;
     this.txtAreaNo.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
     this.txtAreaNo.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtAreaNo.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsMain, "AreaNo", true));
     this.txtAreaNo.Font        = new System.Drawing.Font("微软雅黑", 9F);
     this.txtAreaNo.HotTrack    = false;
     this.txtAreaNo.Location    = new System.Drawing.Point(87, 23);
     this.txtAreaNo.Margin      = new System.Windows.Forms.Padding(3, 6, 3, 6);
     this.txtAreaNo.Name        = "txtAreaNo";
     this.txtAreaNo.Size        = new System.Drawing.Size(150, 23);
     this.txtAreaNo.TabIndex    = 2;
     this.txtAreaNo.TextEnabled = false;
     //
     // bsMain
     //
     this.bsMain.DataSource = typeof(WMS.WebService.AreaInfo);
     //
     // chensLabel2
     //
     this.chensLabel2.AutoSize = true;
     this.chensLabel2.Font     = new System.Drawing.Font("微软雅黑", 9F);
     this.chensLabel2.Location = new System.Drawing.Point(267, 25);
     this.chensLabel2.Name     = "chensLabel2";
     this.chensLabel2.Size     = new System.Drawing.Size(56, 17);
     this.chensLabel2.TabIndex = 1;
     this.chensLabel2.Text     = "物料编号";
     //
     // chensLabel1
     //
     this.chensLabel1.AutoSize = true;
     this.chensLabel1.Font     = new System.Drawing.Font("微软雅黑", 9F);
     this.chensLabel1.Location = new System.Drawing.Point(25, 25);
     this.chensLabel1.Name     = "chensLabel1";
     this.chensLabel1.Size     = new System.Drawing.Size(56, 17);
     this.chensLabel1.TabIndex = 0;
     this.chensLabel1.Text     = "货位编号";
     //
     // scMain
     //
     this.scMain.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.scMain.FixedPanel  = System.Windows.Forms.FixedPanel.Panel2;
     this.scMain.Location    = new System.Drawing.Point(0, 89);
     this.scMain.Name        = "scMain";
     this.scMain.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // scMain.Panel1
     //
     this.scMain.Panel1.Controls.Add(this.gbMiddle);
     //
     // scMain.Panel2
     //
     this.scMain.Panel2.Controls.Add(this.gbBottom);
     this.scMain.Size             = new System.Drawing.Size(992, 684);
     this.scMain.SplitterDistance = 350;
     this.scMain.TabIndex         = 6;
     //
     // gbMiddle
     //
     this.gbMiddle.BackColor = System.Drawing.Color.WhiteSmoke;
     this.gbMiddle.Controls.Add(this.dgvMain);
     this.gbMiddle.Controls.Add(this.pageMain);
     this.gbMiddle.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.gbMiddle.Font     = new System.Drawing.Font("微软雅黑", 9F);
     this.gbMiddle.Location = new System.Drawing.Point(0, 0);
     this.gbMiddle.Name     = "gbMiddle";
     this.gbMiddle.Size     = new System.Drawing.Size(992, 350);
     this.gbMiddle.TabIndex = 7;
     this.gbMiddle.TabStop  = false;
     this.gbMiddle.Text     = "查询结果";
     //
     // dgvMain
     //
     this.dgvMain.AllowUserToAddRows              = false;
     this.dgvMain.AllowUserToDeleteRows           = false;
     dataGridViewCellStyle1.BackColor             = System.Drawing.Color.White;
     this.dgvMain.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
     this.dgvMain.BackgroundColor               = System.Drawing.Color.WhiteSmoke;
     this.dgvMain.BorderStyle                   = System.Windows.Forms.BorderStyle.None;
     this.dgvMain.ColumnHeadersBorderStyle      = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
     dataGridViewCellStyle2.Alignment           = System.Windows.Forms.DataGridViewContentAlignment.BottomCenter;
     dataGridViewCellStyle2.BackColor           = System.Drawing.Color.Gainsboro;
     dataGridViewCellStyle2.Font                = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
     dataGridViewCellStyle2.ForeColor           = System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle2.SelectionBackColor  = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle2.SelectionForeColor  = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle2.WrapMode            = System.Windows.Forms.DataGridViewTriState.True;
     this.dgvMain.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
     this.dgvMain.ColumnHeadersHeightSizeMode   = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dgvMain.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.colHID,
         this.colHWarehouseNo,
         this.colHWarehouseName,
         this.colHHouseNo,
         this.colBHouseName,
         this.colHAreaNo,
         this.colHAreaName,
         this.colHAreaType,
         this.colHStrAreaType,
         this.colHContactUser,
         this.colHContactPhone,
         this.colHLocationDesc,
         this.colHAreaStatus,
         this.colHStrAreaStatus,
         this.colHAddress,
         this.colHHouseID,
         this.colHIsDel,
         this.colHCreater,
         this.colHCreateTime,
         this.colHModifyer,
         this.colHModifyTime
     });
     this.dgvMain.Dock                         = System.Windows.Forms.DockStyle.Fill;
     this.dgvMain.EditMode                     = System.Windows.Forms.DataGridViewEditMode.EditProgrammatically;
     this.dgvMain.Font                         = new System.Drawing.Font("微软雅黑", 9F);
     this.dgvMain.GridColor                    = System.Drawing.Color.LightGray;
     this.dgvMain.HaveCopyMenu                 = true;
     this.dgvMain.Location                     = new System.Drawing.Point(3, 19);
     this.dgvMain.Name                         = "dgvMain";
     this.dgvMain.ReadOnly                     = true;
     dataGridViewCellStyle3.Alignment          = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle3.BackColor          = System.Drawing.SystemColors.ActiveCaption;
     dataGridViewCellStyle3.Font               = new System.Drawing.Font("微软雅黑", 9F);
     dataGridViewCellStyle3.ForeColor          = System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.LightGray;
     dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle3.WrapMode           = System.Windows.Forms.DataGridViewTriState.True;
     this.dgvMain.RowHeadersDefaultCellStyle   = dataGridViewCellStyle3;
     this.dgvMain.RowHeadersVisible            = false;
     dataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.CornflowerBlue;
     this.dgvMain.RowsDefaultCellStyle         = dataGridViewCellStyle4;
     this.dgvMain.RowTemplate.Height           = 23;
     this.dgvMain.SelectionMode                = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.dgvMain.Size                         = new System.Drawing.Size(986, 308);
     this.dgvMain.TabIndex                     = 1;
     //
     // colHID
     //
     this.colHID.DataPropertyName = "ID";
     this.colHID.HeaderText       = "ID";
     this.colHID.Name             = "colHID";
     this.colHID.ReadOnly         = true;
     this.colHID.Visible          = false;
     //
     // colHWarehouseNo
     //
     this.colHWarehouseNo.DataPropertyName = "WarehouseNo";
     this.colHWarehouseNo.HeaderText       = "仓库编号";
     this.colHWarehouseNo.Name             = "colHWarehouseNo";
     this.colHWarehouseNo.ReadOnly         = true;
     //
     // colHWarehouseName
     //
     this.colHWarehouseName.DataPropertyName = "WarehouseName";
     this.colHWarehouseName.HeaderText       = "仓库名称";
     this.colHWarehouseName.Name             = "colHWarehouseName";
     this.colHWarehouseName.ReadOnly         = true;
     //
     // colHHouseNo
     //
     this.colHHouseNo.DataPropertyName = "HouseNo";
     this.colHHouseNo.HeaderText       = "库区编号";
     this.colHHouseNo.Name             = "colHHouseNo";
     this.colHHouseNo.ReadOnly         = true;
     //
     // colBHouseName
     //
     this.colBHouseName.DataPropertyName = "HouseName";
     this.colBHouseName.HeaderText       = "库区名称";
     this.colBHouseName.Name             = "colBHouseName";
     this.colBHouseName.ReadOnly         = true;
     //
     // colHAreaNo
     //
     this.colHAreaNo.DataPropertyName = "AreaNo";
     this.colHAreaNo.HeaderText       = "货位编号";
     this.colHAreaNo.Name             = "colHAreaNo";
     this.colHAreaNo.ReadOnly         = true;
     //
     // colHAreaName
     //
     this.colHAreaName.DataPropertyName = "AreaName";
     this.colHAreaName.HeaderText       = "货位名称";
     this.colHAreaName.Name             = "colHAreaName";
     this.colHAreaName.ReadOnly         = true;
     //
     // colHAreaType
     //
     this.colHAreaType.DataPropertyName = "AreaType";
     this.colHAreaType.HeaderText       = "货位类型";
     this.colHAreaType.Name             = "colHAreaType";
     this.colHAreaType.ReadOnly         = true;
     this.colHAreaType.Visible          = false;
     //
     // colHStrAreaType
     //
     this.colHStrAreaType.DataPropertyName = "StrAreaType";
     this.colHStrAreaType.HeaderText       = "货位类型";
     this.colHStrAreaType.Name             = "colHStrAreaType";
     this.colHStrAreaType.ReadOnly         = true;
     //
     // colHContactUser
     //
     this.colHContactUser.DataPropertyName = "ContactUser";
     this.colHContactUser.HeaderText       = "联系人";
     this.colHContactUser.Name             = "colHContactUser";
     this.colHContactUser.ReadOnly         = true;
     //
     // colHContactPhone
     //
     this.colHContactPhone.DataPropertyName = "ContactPhone";
     this.colHContactPhone.HeaderText       = "联系电话";
     this.colHContactPhone.Name             = "colHContactPhone";
     this.colHContactPhone.ReadOnly         = true;
     //
     // colHLocationDesc
     //
     this.colHLocationDesc.DataPropertyName = "LocationDesc";
     this.colHLocationDesc.HeaderText       = "货位描述";
     this.colHLocationDesc.Name             = "colHLocationDesc";
     this.colHLocationDesc.ReadOnly         = true;
     //
     // colHAreaStatus
     //
     this.colHAreaStatus.DataPropertyName = "AreaStatus";
     this.colHAreaStatus.HeaderText       = "货位状态";
     this.colHAreaStatus.Name             = "colHAreaStatus";
     this.colHAreaStatus.ReadOnly         = true;
     this.colHAreaStatus.Visible          = false;
     //
     // colHStrAreaStatus
     //
     this.colHStrAreaStatus.DataPropertyName = "StrAreaStatus";
     this.colHStrAreaStatus.HeaderText       = "货位状态";
     this.colHStrAreaStatus.Name             = "colHStrAreaStatus";
     this.colHStrAreaStatus.ReadOnly         = true;
     //
     // colHAddress
     //
     this.colHAddress.DataPropertyName = "Address";
     this.colHAddress.HeaderText       = "地址";
     this.colHAddress.Name             = "colHAddress";
     this.colHAddress.ReadOnly         = true;
     this.colHAddress.Visible          = false;
     //
     // colHHouseID
     //
     this.colHHouseID.DataPropertyName = "HouseID";
     this.colHHouseID.HeaderText       = "库区ID";
     this.colHHouseID.Name             = "colHHouseID";
     this.colHHouseID.ReadOnly         = true;
     this.colHHouseID.Visible          = false;
     //
     // colHIsDel
     //
     this.colHIsDel.DataPropertyName = "IsDel";
     this.colHIsDel.HeaderText       = "删除标识";
     this.colHIsDel.Name             = "colHIsDel";
     this.colHIsDel.ReadOnly         = true;
     this.colHIsDel.Visible          = false;
     //
     // colHCreater
     //
     this.colHCreater.DataPropertyName = "Creater";
     this.colHCreater.HeaderText       = "创建人";
     this.colHCreater.Name             = "colHCreater";
     this.colHCreater.ReadOnly         = true;
     this.colHCreater.Visible          = false;
     //
     // colHCreateTime
     //
     this.colHCreateTime.DataPropertyName = "CreateTime";
     this.colHCreateTime.HeaderText       = "创建时间";
     this.colHCreateTime.Name             = "colHCreateTime";
     this.colHCreateTime.ReadOnly         = true;
     this.colHCreateTime.Visible          = false;
     //
     // colHModifyer
     //
     this.colHModifyer.DataPropertyName = "Modifyer";
     this.colHModifyer.HeaderText       = "修改人";
     this.colHModifyer.Name             = "colHModifyer";
     this.colHModifyer.ReadOnly         = true;
     this.colHModifyer.Visible          = false;
     //
     // colHModifyTime
     //
     this.colHModifyTime.DataPropertyName = "ModifyTime";
     this.colHModifyTime.HeaderText       = "修改时间";
     this.colHModifyTime.Name             = "colHModifyTime";
     this.colHModifyTime.ReadOnly         = true;
     this.colHModifyTime.Visible          = false;
     //
     // pageMain
     //
     this.pageMain.CurrentPageNumber    = 0;
     dividPage1.CurrentPageNumber       = 0;
     dividPage1.CurrentPageRecordCounts = 0;
     dividPage1.CurrentPageShowCounts   = 10;
     dividPage1.DefaultPageShowCounts   = 10;
     dividPage1.PagesCount    = 0;
     dividPage1.RecordCounts  = 0;
     this.pageMain.dDividPage = dividPage1;
     this.pageMain.Dock       = System.Windows.Forms.DockStyle.Bottom;
     this.pageMain.Location   = new System.Drawing.Point(3, 327);
     this.pageMain.Name       = "pageMain";
     this.pageMain.Size       = new System.Drawing.Size(986, 20);
     this.pageMain.TabIndex   = 0;
     //
     // gbBottom
     //
     this.gbBottom.BackColor = System.Drawing.Color.WhiteSmoke;
     this.gbBottom.Controls.Add(this.dgvDetail);
     this.gbBottom.Controls.Add(this.pageDetail);
     this.gbBottom.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.gbBottom.Font     = new System.Drawing.Font("微软雅黑", 9F);
     this.gbBottom.Location = new System.Drawing.Point(0, 0);
     this.gbBottom.Name     = "gbBottom";
     this.gbBottom.Size     = new System.Drawing.Size(992, 330);
     this.gbBottom.TabIndex = 7;
     this.gbBottom.TabStop  = false;
     this.gbBottom.Text     = "外箱明细";
     //
     // dgvDetail
     //
     this.dgvDetail.AllowUserToAddRows              = false;
     this.dgvDetail.AllowUserToDeleteRows           = false;
     dataGridViewCellStyle5.BackColor               = System.Drawing.Color.White;
     this.dgvDetail.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle5;
     this.dgvDetail.BackgroundColor               = System.Drawing.Color.WhiteSmoke;
     this.dgvDetail.BorderStyle                   = System.Windows.Forms.BorderStyle.None;
     this.dgvDetail.ColumnHeadersBorderStyle      = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
     dataGridViewCellStyle6.Alignment             = System.Windows.Forms.DataGridViewContentAlignment.BottomCenter;
     dataGridViewCellStyle6.BackColor             = System.Drawing.Color.Gainsboro;
     dataGridViewCellStyle6.Font                  = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
     dataGridViewCellStyle6.ForeColor             = System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle6.SelectionBackColor    = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle6.SelectionForeColor    = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle6.WrapMode              = System.Windows.Forms.DataGridViewTriState.True;
     this.dgvDetail.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle6;
     this.dgvDetail.ColumnHeadersHeightSizeMode   = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dgvDetail.Dock                       = System.Windows.Forms.DockStyle.Fill;
     this.dgvDetail.EditMode                   = System.Windows.Forms.DataGridViewEditMode.EditProgrammatically;
     this.dgvDetail.Font                       = new System.Drawing.Font("微软雅黑", 9F);
     this.dgvDetail.GridColor                  = System.Drawing.Color.LightGray;
     this.dgvDetail.HaveCopyMenu               = true;
     this.dgvDetail.Location                   = new System.Drawing.Point(3, 19);
     this.dgvDetail.Name                       = "dgvDetail";
     this.dgvDetail.ReadOnly                   = true;
     dataGridViewCellStyle7.Alignment          = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle7.BackColor          = System.Drawing.SystemColors.ActiveCaption;
     dataGridViewCellStyle7.Font               = new System.Drawing.Font("微软雅黑", 9F);
     dataGridViewCellStyle7.ForeColor          = System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle7.SelectionBackColor = System.Drawing.Color.LightGray;
     dataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle7.WrapMode           = System.Windows.Forms.DataGridViewTriState.True;
     this.dgvDetail.RowHeadersDefaultCellStyle = dataGridViewCellStyle7;
     this.dgvDetail.RowHeadersVisible          = false;
     dataGridViewCellStyle8.SelectionBackColor = System.Drawing.Color.CornflowerBlue;
     this.dgvDetail.RowsDefaultCellStyle       = dataGridViewCellStyle8;
     this.dgvDetail.RowTemplate.Height         = 23;
     this.dgvDetail.SelectionMode              = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.dgvDetail.Size                       = new System.Drawing.Size(986, 288);
     this.dgvDetail.TabIndex                   = 1;
     //
     // pageDetail
     //
     this.pageDetail.CurrentPageNumber  = 0;
     dividPage2.CurrentPageNumber       = 0;
     dividPage2.CurrentPageRecordCounts = 0;
     dividPage2.CurrentPageShowCounts   = 10;
     dividPage2.DefaultPageShowCounts   = 10;
     dividPage2.PagesCount      = 0;
     dividPage2.RecordCounts    = 0;
     this.pageDetail.dDividPage = dividPage2;
     this.pageDetail.Dock       = System.Windows.Forms.DockStyle.Bottom;
     this.pageDetail.Location   = new System.Drawing.Point(3, 307);
     this.pageDetail.Name       = "pageDetail";
     this.pageDetail.Size       = new System.Drawing.Size(986, 20);
     this.pageDetail.TabIndex   = 0;
     //
     // FrmAreaOutBarcodePrint
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(992, 773);
     this.Controls.Add(this.scMain);
     this.Controls.Add(this.gbHeader);
     this.Controls.Add(this.msMain);
     this.Margin = new System.Windows.Forms.Padding(3, 6, 3, 6);
     this.Name   = "FrmAreaOutBarcodePrint";
     this.Text   = "货位外箱标签打印";
     this.Load  += new System.EventHandler(this.FrmAreaOutBarcodePrint_Load);
     this.msMain.ResumeLayout(false);
     this.msMain.PerformLayout();
     this.gbHeader.ResumeLayout(false);
     this.gbHeader.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.bsMain)).EndInit();
     this.scMain.Panel1.ResumeLayout(false);
     this.scMain.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.scMain)).EndInit();
     this.scMain.ResumeLayout(false);
     this.gbMiddle.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dgvMain)).EndInit();
     this.gbBottom.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dgvDetail)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #14
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
     ChensControl.DividPage dividPage1 = new ChensControl.DividPage();
     this.msMain            = new ChensControl.ChensMenuStrip();
     this.tsmiCancel        = new System.Windows.Forms.ToolStripMenuItem();
     this.gbMiddle          = new ChensControl.ChensGroupBox();
     this.dgvList           = new ChensControl.ChensDataGridView();
     this.pageList          = new ChensControl.ChensPage();
     this.colID             = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colMATERIALNO     = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colMATERIALDESC   = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colFROMAREANO     = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colTOAREANO       = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colQTY            = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colCREATEUSERNO   = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colCREATEDATETIME = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colTASKNO         = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colBARCODE        = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colSERIALNO       = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colVOUCHERTYPE    = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colTASKTYPE       = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colSUPCUSNAME     = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colWBS            = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colTMATERIALNO    = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colTMATERIALDESC  = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.msMain.SuspendLayout();
     this.gbMiddle.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgvList)).BeginInit();
     this.SuspendLayout();
     //
     // msMain
     //
     this.msMain.BackColor = System.Drawing.Color.LightSteelBlue;
     this.msMain.Font      = new System.Drawing.Font("微软雅黑", 9F);
     this.msMain.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.tsmiCancel
     });
     this.msMain.Location = new System.Drawing.Point(0, 0);
     this.msMain.Name     = "msMain";
     this.msMain.Size     = new System.Drawing.Size(992, 25);
     this.msMain.TabIndex = 0;
     this.msMain.Text     = "chensMenuStrip1";
     //
     // tsmiCancel
     //
     this.tsmiCancel.Name   = "tsmiCancel";
     this.tsmiCancel.Size   = new System.Drawing.Size(44, 21);
     this.tsmiCancel.Text   = "关闭";
     this.tsmiCancel.Click += new System.EventHandler(this.tsmiCancel_Click);
     //
     // gbMiddle
     //
     this.gbMiddle.BackColor = System.Drawing.Color.WhiteSmoke;
     this.gbMiddle.Controls.Add(this.dgvList);
     this.gbMiddle.Controls.Add(this.pageList);
     this.gbMiddle.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.gbMiddle.Font     = new System.Drawing.Font("微软雅黑", 9F);
     this.gbMiddle.Location = new System.Drawing.Point(0, 25);
     this.gbMiddle.Name     = "gbMiddle";
     this.gbMiddle.Size     = new System.Drawing.Size(992, 444);
     this.gbMiddle.TabIndex = 13;
     this.gbMiddle.TabStop  = false;
     this.gbMiddle.Text     = "扫描记录";
     //
     // dgvList
     //
     this.dgvList.AllowUserToAddRows              = false;
     this.dgvList.AllowUserToDeleteRows           = false;
     dataGridViewCellStyle1.BackColor             = System.Drawing.Color.White;
     this.dgvList.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
     this.dgvList.BackgroundColor             = System.Drawing.Color.WhiteSmoke;
     this.dgvList.BorderStyle                 = System.Windows.Forms.BorderStyle.None;
     this.dgvList.ColumnHeadersBorderStyle    = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
     this.dgvList.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dgvList.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.colID,
         this.colMATERIALNO,
         this.colMATERIALDESC,
         this.colFROMAREANO,
         this.colTOAREANO,
         this.colQTY,
         this.colCREATEUSERNO,
         this.colCREATEDATETIME,
         this.colTASKNO,
         this.colBARCODE,
         this.colSERIALNO,
         this.colVOUCHERTYPE,
         this.colTASKTYPE,
         this.colSUPCUSNAME,
         this.colWBS,
         this.colTMATERIALNO,
         this.colTMATERIALDESC
     });
     this.dgvList.Dock                         = System.Windows.Forms.DockStyle.Fill;
     this.dgvList.EditMode                     = System.Windows.Forms.DataGridViewEditMode.EditProgrammatically;
     this.dgvList.Font                         = new System.Drawing.Font("微软雅黑", 9F);
     this.dgvList.GridColor                    = System.Drawing.Color.LightGray;
     this.dgvList.HaveCopyMenu                 = true;
     this.dgvList.Location                     = new System.Drawing.Point(3, 19);
     this.dgvList.Name                         = "dgvList";
     this.dgvList.ReadOnly                     = true;
     this.dgvList.RowHeadersVisible            = false;
     dataGridViewCellStyle2.SelectionBackColor = System.Drawing.Color.CornflowerBlue;
     this.dgvList.RowsDefaultCellStyle         = dataGridViewCellStyle2;
     this.dgvList.RowTemplate.Height           = 23;
     this.dgvList.SelectionMode                = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.dgvList.Size                         = new System.Drawing.Size(986, 395);
     this.dgvList.TabIndex                     = 1;
     //
     // pageList
     //
     this.pageList.BackColor            = System.Drawing.Color.WhiteSmoke;
     this.pageList.CurrentPageNumber    = 0;
     dividPage1.CurrentPageNumber       = 0;
     dividPage1.CurrentPageRecordCounts = 0;
     dividPage1.CurrentPageShowCounts   = 10;
     dividPage1.DefaultPageShowCounts   = 10;
     dividPage1.PagesCount    = 0;
     dividPage1.RecordCounts  = 0;
     this.pageList.dDividPage = dividPage1;
     this.pageList.Dock       = System.Windows.Forms.DockStyle.Bottom;
     this.pageList.Font       = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.pageList.Location   = new System.Drawing.Point(3, 414);
     this.pageList.Margin     = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.pageList.Name       = "pageList";
     this.pageList.Size       = new System.Drawing.Size(986, 27);
     this.pageList.TabIndex   = 0;
     //
     // colID
     //
     this.colID.DataPropertyName = "ID";
     this.colID.HeaderText       = "ID";
     this.colID.Name             = "colID";
     this.colID.ReadOnly         = true;
     this.colID.Visible          = false;
     //
     // colMATERIALNO
     //
     this.colMATERIALNO.DataPropertyName = "MATERIALNO";
     this.colMATERIALNO.HeaderText       = "物料编号";
     this.colMATERIALNO.Name             = "colMATERIALNO";
     this.colMATERIALNO.ReadOnly         = true;
     this.colMATERIALNO.Width            = 150;
     //
     // colMATERIALDESC
     //
     this.colMATERIALDESC.DataPropertyName = "MATERIALDESC";
     this.colMATERIALDESC.HeaderText       = "物料描述";
     this.colMATERIALDESC.Name             = "colMATERIALDESC";
     this.colMATERIALDESC.ReadOnly         = true;
     this.colMATERIALDESC.Width            = 200;
     //
     // colFROMAREANO
     //
     this.colFROMAREANO.DataPropertyName = "FROMAREANO";
     this.colFROMAREANO.HeaderText       = "清点货位";
     this.colFROMAREANO.Name             = "colFROMAREANO";
     this.colFROMAREANO.ReadOnly         = true;
     //
     // colTOAREANO
     //
     this.colTOAREANO.DataPropertyName = "TOAREANO";
     this.colTOAREANO.HeaderText       = "入库货位";
     this.colTOAREANO.Name             = "colTOAREANO";
     this.colTOAREANO.ReadOnly         = true;
     //
     // colQTY
     //
     this.colQTY.DataPropertyName = "QTY";
     this.colQTY.HeaderText       = "整箱数量";
     this.colQTY.Name             = "colQTY";
     this.colQTY.ReadOnly         = true;
     //
     // colCREATEUSERNO
     //
     this.colCREATEUSERNO.DataPropertyName = "CREATEUSERNO";
     this.colCREATEUSERNO.HeaderText       = "创建人";
     this.colCREATEUSERNO.Name             = "colCREATEUSERNO";
     this.colCREATEUSERNO.ReadOnly         = true;
     this.colCREATEUSERNO.Visible          = false;
     //
     // colCREATEDATETIME
     //
     this.colCREATEDATETIME.DataPropertyName = "CREATEDATETIME";
     this.colCREATEDATETIME.HeaderText       = "扫描时间";
     this.colCREATEDATETIME.Name             = "colCREATEDATETIME";
     this.colCREATEDATETIME.ReadOnly         = true;
     this.colCREATEDATETIME.Width            = 130;
     //
     // colTASKNO
     //
     this.colTASKNO.DataPropertyName = "TASKNO";
     this.colTASKNO.HeaderText       = "任务号";
     this.colTASKNO.Name             = "colTASKNO";
     this.colTASKNO.ReadOnly         = true;
     this.colTASKNO.Visible          = false;
     //
     // colBARCODE
     //
     this.colBARCODE.DataPropertyName = "BARCODE";
     this.colBARCODE.HeaderText       = "条码";
     this.colBARCODE.Name             = "colBARCODE";
     this.colBARCODE.ReadOnly         = true;
     this.colBARCODE.Visible          = false;
     //
     // colSERIALNO
     //
     this.colSERIALNO.DataPropertyName = "SERIALNO";
     this.colSERIALNO.HeaderText       = "流水号";
     this.colSERIALNO.Name             = "colSERIALNO";
     this.colSERIALNO.ReadOnly         = true;
     //
     // colVOUCHERTYPE
     //
     this.colVOUCHERTYPE.DataPropertyName = "VOUCHERTYPE";
     this.colVOUCHERTYPE.HeaderText       = "入库类型";
     this.colVOUCHERTYPE.Name             = "colVOUCHERTYPE";
     this.colVOUCHERTYPE.ReadOnly         = true;
     this.colVOUCHERTYPE.Visible          = false;
     //
     // colTASKTYPE
     //
     this.colTASKTYPE.DataPropertyName = "TASKTYPE";
     this.colTASKTYPE.HeaderText       = "任务类型";
     this.colTASKTYPE.Name             = "colTASKTYPE";
     this.colTASKTYPE.ReadOnly         = true;
     this.colTASKTYPE.Visible          = false;
     //
     // colSUPCUSNAME
     //
     this.colSUPCUSNAME.DataPropertyName = "SUPCUSNAME";
     this.colSUPCUSNAME.HeaderText       = "供应商";
     this.colSUPCUSNAME.Name             = "colSUPCUSNAME";
     this.colSUPCUSNAME.ReadOnly         = true;
     this.colSUPCUSNAME.Visible          = false;
     //
     // colWBS
     //
     this.colWBS.DataPropertyName = "WBS";
     this.colWBS.HeaderText       = "项目号";
     this.colWBS.Name             = "colWBS";
     this.colWBS.ReadOnly         = true;
     this.colWBS.Visible          = false;
     //
     // colTMATERIALNO
     //
     this.colTMATERIALNO.DataPropertyName = "TMATERIALNO";
     this.colTMATERIALNO.HeaderText       = "WMS临时物料号";
     this.colTMATERIALNO.Name             = "colTMATERIALNO";
     this.colTMATERIALNO.ReadOnly         = true;
     this.colTMATERIALNO.Visible          = false;
     //
     // colTMATERIALDESC
     //
     this.colTMATERIALDESC.DataPropertyName = "TMATERIALDESC";
     this.colTMATERIALDESC.HeaderText       = "WMS临时物料描述";
     this.colTMATERIALDESC.Name             = "colTMATERIALDESC";
     this.colTMATERIALDESC.ReadOnly         = true;
     this.colTMATERIALDESC.Visible          = false;
     //
     // FrmTaskTrans
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(992, 469);
     this.Controls.Add(this.gbMiddle);
     this.Controls.Add(this.msMain);
     this.Name  = "FrmTaskTrans";
     this.Text  = "入库扫描记录";
     this.Load += new System.EventHandler(this.FrmInTrans_Load);
     this.msMain.ResumeLayout(false);
     this.msMain.PerformLayout();
     this.gbMiddle.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dgvList)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #15
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
     ChensControl.DividPage dividPage1 = new ChensControl.DividPage();
     this.bsMain                 = new System.Windows.Forms.BindingSource(this.components);
     this.scMain                 = new System.Windows.Forms.SplitContainer();
     this.gbBottom               = new ChensControl.ChensGroupBox();
     this.dgvList                = new ChensControl.ChensDataGridView();
     this.colAreaNo              = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colHouseNo             = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colWarehouseNo         = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colMATERIALNO          = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colImportQty           = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colPrintQty            = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.pageList               = new ChensControl.ChensPage();
     this.chensGroupBox1         = new ChensControl.ChensGroupBox();
     this.txtBatchQty            = new ChensControl.ChensTextBox();
     this.chensLabel3            = new ChensControl.ChensLabel();
     this.txtPrintQty            = new ChensControl.ChensTextBox();
     this.chensLabel7            = new ChensControl.ChensLabel();
     this.txtOutPackQty          = new ChensControl.ChensTextBox();
     this.chensLabel6            = new ChensControl.ChensLabel();
     this.txtcinvstd             = new ChensControl.ChensTextBox();
     this.chensLabel4            = new ChensControl.ChensLabel();
     this.txtMaterialDesc        = new ChensControl.ChensTextBox();
     this.chensLabel10           = new ChensControl.ChensLabel();
     this.txtMaterialNo          = new ChensControl.ChensTextBox();
     this.chensLabel11           = new ChensControl.ChensLabel();
     this.gbHeader               = new ChensControl.ChensGroupBox();
     this.button1                = new System.Windows.Forms.Button();
     this.txtWhereAreaNo         = new ChensControl.ChensTextBox();
     this.txtWhereHouseNo        = new ChensControl.ChensTextBox();
     this.txtWhereWarehouseNo    = new ChensControl.ChensTextBox();
     this.chensLabel8            = new ChensControl.ChensLabel();
     this.chensLabel9            = new ChensControl.ChensLabel();
     this.chensLabel12           = new ChensControl.ChensLabel();
     this.btnSearch              = new ChensControl.ChensButton();
     this.txtWhereMaterialNo     = new ChensControl.ChensTextBox();
     this.chensLabel5            = new ChensControl.ChensLabel();
     this.msMain                 = new ChensControl.ChensMenuStrip();
     this.tsmiPrint              = new System.Windows.Forms.ToolStripMenuItem();
     this.货位标签ToolStripMenuItem  = new System.Windows.Forms.ToolStripMenuItem();
     this.无货位标签ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.tsmiImport             = new System.Windows.Forms.ToolStripMenuItem();
     this.除已导库存ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     ((System.ComponentModel.ISupportInitialize)(this.bsMain)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.scMain)).BeginInit();
     this.scMain.Panel1.SuspendLayout();
     this.scMain.Panel2.SuspendLayout();
     this.scMain.SuspendLayout();
     this.gbBottom.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgvList)).BeginInit();
     this.chensGroupBox1.SuspendLayout();
     this.gbHeader.SuspendLayout();
     this.msMain.SuspendLayout();
     this.SuspendLayout();
     //
     // bsMain
     //
     this.bsMain.DataSource = typeof(WMS.WebService.Stock_Model);
     //
     // scMain
     //
     this.scMain.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.scMain.FixedPanel  = System.Windows.Forms.FixedPanel.Panel2;
     this.scMain.Location    = new System.Drawing.Point(0, 132);
     this.scMain.Name        = "scMain";
     this.scMain.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // scMain.Panel1
     //
     this.scMain.Panel1.Controls.Add(this.gbBottom);
     //
     // scMain.Panel2
     //
     this.scMain.Panel2.Controls.Add(this.chensGroupBox1);
     this.scMain.Size             = new System.Drawing.Size(992, 640);
     this.scMain.SplitterDistance = 427;
     this.scMain.TabIndex         = 5;
     //
     // gbBottom
     //
     this.gbBottom.BackColor = System.Drawing.Color.WhiteSmoke;
     this.gbBottom.Controls.Add(this.dgvList);
     this.gbBottom.Controls.Add(this.pageList);
     this.gbBottom.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.gbBottom.Font     = new System.Drawing.Font("微软雅黑", 9F);
     this.gbBottom.Location = new System.Drawing.Point(0, 0);
     this.gbBottom.Margin   = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.gbBottom.Name     = "gbBottom";
     this.gbBottom.Padding  = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.gbBottom.Size     = new System.Drawing.Size(992, 427);
     this.gbBottom.TabIndex = 6;
     this.gbBottom.TabStop  = false;
     this.gbBottom.Text     = "查询结果";
     //
     // dgvList
     //
     this.dgvList.AllowUserToAddRows              = false;
     this.dgvList.AllowUserToDeleteRows           = false;
     dataGridViewCellStyle1.BackColor             = System.Drawing.Color.White;
     this.dgvList.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
     this.dgvList.BackgroundColor               = System.Drawing.Color.WhiteSmoke;
     this.dgvList.BorderStyle                   = System.Windows.Forms.BorderStyle.None;
     this.dgvList.ColumnHeadersBorderStyle      = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
     dataGridViewCellStyle2.Alignment           = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     dataGridViewCellStyle2.BackColor           = System.Drawing.Color.Gainsboro;
     dataGridViewCellStyle2.Font                = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
     dataGridViewCellStyle2.ForeColor           = System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle2.SelectionBackColor  = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle2.SelectionForeColor  = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle2.WrapMode            = System.Windows.Forms.DataGridViewTriState.True;
     this.dgvList.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
     this.dgvList.ColumnHeadersHeightSizeMode   = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dgvList.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.colAreaNo,
         this.colHouseNo,
         this.colWarehouseNo,
         this.colMATERIALNO,
         this.colImportQty,
         this.colPrintQty
     });
     this.dgvList.Dock                         = System.Windows.Forms.DockStyle.Fill;
     this.dgvList.EditMode                     = System.Windows.Forms.DataGridViewEditMode.EditProgrammatically;
     this.dgvList.Font                         = new System.Drawing.Font("微软雅黑", 9F);
     this.dgvList.GridColor                    = System.Drawing.Color.LightGray;
     this.dgvList.HaveCopyMenu                 = true;
     this.dgvList.Location                     = new System.Drawing.Point(3, 20);
     this.dgvList.Name                         = "dgvList";
     this.dgvList.RowHeadersVisible            = false;
     dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.CornflowerBlue;
     this.dgvList.RowsDefaultCellStyle         = dataGridViewCellStyle3;
     this.dgvList.RowTemplate.Height           = 23;
     this.dgvList.SelectionMode                = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.dgvList.Size                         = new System.Drawing.Size(986, 383);
     this.dgvList.TabIndex                     = 3;
     this.dgvList.CellContentClick            += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvList_CellContentClick);
     this.dgvList.Click                       += new System.EventHandler(this.dgvList_Click);
     //
     // colAreaNo
     //
     this.colAreaNo.DataPropertyName = "AreaNo";
     this.colAreaNo.HeaderText       = "货位编号";
     this.colAreaNo.Name             = "colAreaNo";
     this.colAreaNo.ReadOnly         = true;
     //
     // colHouseNo
     //
     this.colHouseNo.DataPropertyName = "HouseNo";
     this.colHouseNo.HeaderText       = "库区编号";
     this.colHouseNo.Name             = "colHouseNo";
     this.colHouseNo.ReadOnly         = true;
     //
     // colWarehouseNo
     //
     this.colWarehouseNo.DataPropertyName = "WarehouseNo";
     this.colWarehouseNo.HeaderText       = "仓库编号";
     this.colWarehouseNo.Name             = "colWarehouseNo";
     this.colWarehouseNo.ReadOnly         = true;
     //
     // colMATERIALNO
     //
     this.colMATERIALNO.DataPropertyName = "MATERIALNO";
     this.colMATERIALNO.HeaderText       = "物料编号";
     this.colMATERIALNO.Name             = "colMATERIALNO";
     this.colMATERIALNO.ReadOnly         = true;
     //
     // colImportQty
     //
     this.colImportQty.DataPropertyName = "ImportQty";
     this.colImportQty.HeaderText       = "导入数量";
     this.colImportQty.Name             = "colImportQty";
     this.colImportQty.ReadOnly         = true;
     //
     // colPrintQty
     //
     this.colPrintQty.DataPropertyName = "PrintQty";
     this.colPrintQty.HeaderText       = "已打数量";
     this.colPrintQty.Name             = "colPrintQty";
     this.colPrintQty.ReadOnly         = true;
     //
     // pageList
     //
     this.pageList.BackColor            = System.Drawing.Color.WhiteSmoke;
     this.pageList.CurrentPageNumber    = 0;
     dividPage1.CurrentPageNumber       = 0;
     dividPage1.CurrentPageRecordCounts = 0;
     dividPage1.CurrentPageShowCounts   = 10;
     dividPage1.DefaultPageShowCounts   = 10;
     dividPage1.PagesCount          = 0;
     dividPage1.RecordCounts        = 0;
     this.pageList.dDividPage       = dividPage1;
     this.pageList.Dock             = System.Windows.Forms.DockStyle.Bottom;
     this.pageList.Font             = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.pageList.Location         = new System.Drawing.Point(3, 403);
     this.pageList.Margin           = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.pageList.Name             = "pageList";
     this.pageList.Size             = new System.Drawing.Size(986, 20);
     this.pageList.TabIndex         = 2;
     this.pageList.ChensPageChange += new ChensControl.ChensPage.PageChangeHandle(this.pageList_ChensPageChange);
     //
     // chensGroupBox1
     //
     this.chensGroupBox1.BackColor = System.Drawing.Color.WhiteSmoke;
     this.chensGroupBox1.Controls.Add(this.txtBatchQty);
     this.chensGroupBox1.Controls.Add(this.chensLabel3);
     this.chensGroupBox1.Controls.Add(this.txtPrintQty);
     this.chensGroupBox1.Controls.Add(this.chensLabel7);
     this.chensGroupBox1.Controls.Add(this.txtOutPackQty);
     this.chensGroupBox1.Controls.Add(this.chensLabel6);
     this.chensGroupBox1.Controls.Add(this.txtcinvstd);
     this.chensGroupBox1.Controls.Add(this.chensLabel4);
     this.chensGroupBox1.Controls.Add(this.txtMaterialDesc);
     this.chensGroupBox1.Controls.Add(this.chensLabel10);
     this.chensGroupBox1.Controls.Add(this.txtMaterialNo);
     this.chensGroupBox1.Controls.Add(this.chensLabel11);
     this.chensGroupBox1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.chensGroupBox1.Font     = new System.Drawing.Font("微软雅黑", 9F);
     this.chensGroupBox1.Location = new System.Drawing.Point(0, 0);
     this.chensGroupBox1.Name     = "chensGroupBox1";
     this.chensGroupBox1.Size     = new System.Drawing.Size(992, 209);
     this.chensGroupBox1.TabIndex = 8;
     this.chensGroupBox1.TabStop  = false;
     this.chensGroupBox1.Text     = "打印参数";
     //
     // txtBatchQty
     //
     this.txtBatchQty.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
     this.txtBatchQty.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtBatchQty.Font        = new System.Drawing.Font("微软雅黑", 9F);
     this.txtBatchQty.HotTrack    = false;
     this.txtBatchQty.Location    = new System.Drawing.Point(123, 129);
     this.txtBatchQty.Name        = "txtBatchQty";
     this.txtBatchQty.Size        = new System.Drawing.Size(150, 23);
     this.txtBatchQty.TabIndex    = 4;
     this.txtBatchQty.TextEnabled = false;
     //
     // chensLabel3
     //
     this.chensLabel3.AutoSize = true;
     this.chensLabel3.Font     = new System.Drawing.Font("微软雅黑", 9F);
     this.chensLabel3.Location = new System.Drawing.Point(25, 131);
     this.chensLabel3.Name     = "chensLabel3";
     this.chensLabel3.Size     = new System.Drawing.Size(56, 17);
     this.chensLabel3.TabIndex = 17;
     this.chensLabel3.Text     = "打印数量";
     //
     // txtPrintQty
     //
     this.txtPrintQty.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
     this.txtPrintQty.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtPrintQty.Font        = new System.Drawing.Font("微软雅黑", 9F);
     this.txtPrintQty.HotTrack    = false;
     this.txtPrintQty.Location    = new System.Drawing.Point(123, 163);
     this.txtPrintQty.Name        = "txtPrintQty";
     this.txtPrintQty.Size        = new System.Drawing.Size(150, 23);
     this.txtPrintQty.TabIndex    = 15;
     this.txtPrintQty.TextEnabled = false;
     //
     // chensLabel7
     //
     this.chensLabel7.AutoSize = true;
     this.chensLabel7.Font     = new System.Drawing.Font("微软雅黑", 9F);
     this.chensLabel7.Location = new System.Drawing.Point(25, 165);
     this.chensLabel7.Name     = "chensLabel7";
     this.chensLabel7.Size     = new System.Drawing.Size(56, 17);
     this.chensLabel7.TabIndex = 15;
     this.chensLabel7.Text     = "打印份数";
     //
     // txtOutPackQty
     //
     this.txtOutPackQty.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
     this.txtOutPackQty.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtOutPackQty.Font        = new System.Drawing.Font("微软雅黑", 9F);
     this.txtOutPackQty.HotTrack    = false;
     this.txtOutPackQty.Location    = new System.Drawing.Point(123, 93);
     this.txtOutPackQty.Name        = "txtOutPackQty";
     this.txtOutPackQty.Size        = new System.Drawing.Size(150, 23);
     this.txtOutPackQty.TabIndex    = 5;
     this.txtOutPackQty.TextEnabled = false;
     //
     // chensLabel6
     //
     this.chensLabel6.AutoSize = true;
     this.chensLabel6.Font     = new System.Drawing.Font("微软雅黑", 9F);
     this.chensLabel6.Location = new System.Drawing.Point(25, 95);
     this.chensLabel6.Name     = "chensLabel6";
     this.chensLabel6.Size     = new System.Drawing.Size(68, 17);
     this.chensLabel6.TabIndex = 9;
     this.chensLabel6.Text     = "外箱包装量";
     //
     // txtcinvstd
     //
     this.txtcinvstd.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
     this.txtcinvstd.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtcinvstd.Font        = new System.Drawing.Font("微软雅黑", 9F);
     this.txtcinvstd.HotTrack    = false;
     this.txtcinvstd.Location    = new System.Drawing.Point(123, 58);
     this.txtcinvstd.Name        = "txtcinvstd";
     this.txtcinvstd.Size        = new System.Drawing.Size(150, 23);
     this.txtcinvstd.TabIndex    = 3;
     this.txtcinvstd.TextEnabled = false;
     //
     // chensLabel4
     //
     this.chensLabel4.AutoSize = true;
     this.chensLabel4.Font     = new System.Drawing.Font("微软雅黑", 9F);
     this.chensLabel4.Location = new System.Drawing.Point(25, 60);
     this.chensLabel4.Name     = "chensLabel4";
     this.chensLabel4.Size     = new System.Drawing.Size(56, 17);
     this.chensLabel4.TabIndex = 5;
     this.chensLabel4.Text     = "规格型号";
     //
     // txtMaterialDesc
     //
     this.txtMaterialDesc.BackColor   = System.Drawing.Color.White;
     this.txtMaterialDesc.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
     this.txtMaterialDesc.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtMaterialDesc.Font        = new System.Drawing.Font("微软雅黑", 9F);
     this.txtMaterialDesc.HotTrack    = false;
     this.txtMaterialDesc.Location    = new System.Drawing.Point(353, 23);
     this.txtMaterialDesc.Name        = "txtMaterialDesc";
     this.txtMaterialDesc.ReadOnly    = true;
     this.txtMaterialDesc.Size        = new System.Drawing.Size(150, 23);
     this.txtMaterialDesc.TabIndex    = 2;
     this.txtMaterialDesc.TextEnabled = false;
     //
     // chensLabel10
     //
     this.chensLabel10.AutoSize = true;
     this.chensLabel10.Font     = new System.Drawing.Font("微软雅黑", 9F);
     this.chensLabel10.Location = new System.Drawing.Point(279, 25);
     this.chensLabel10.Name     = "chensLabel10";
     this.chensLabel10.Size     = new System.Drawing.Size(56, 17);
     this.chensLabel10.TabIndex = 3;
     this.chensLabel10.Text     = "物料描述";
     //
     // txtMaterialNo
     //
     this.txtMaterialNo.BackColor   = System.Drawing.Color.White;
     this.txtMaterialNo.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
     this.txtMaterialNo.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtMaterialNo.Font        = new System.Drawing.Font("微软雅黑", 9F);
     this.txtMaterialNo.HotTrack    = false;
     this.txtMaterialNo.Location    = new System.Drawing.Point(123, 23);
     this.txtMaterialNo.Name        = "txtMaterialNo";
     this.txtMaterialNo.ReadOnly    = true;
     this.txtMaterialNo.Size        = new System.Drawing.Size(150, 23);
     this.txtMaterialNo.TabIndex    = 1;
     this.txtMaterialNo.TextEnabled = false;
     //
     // chensLabel11
     //
     this.chensLabel11.AutoSize = true;
     this.chensLabel11.Font     = new System.Drawing.Font("微软雅黑", 9F);
     this.chensLabel11.Location = new System.Drawing.Point(25, 25);
     this.chensLabel11.Name     = "chensLabel11";
     this.chensLabel11.Size     = new System.Drawing.Size(56, 17);
     this.chensLabel11.TabIndex = 1;
     this.chensLabel11.Text     = "物料编号";
     //
     // gbHeader
     //
     this.gbHeader.BackColor = System.Drawing.Color.WhiteSmoke;
     this.gbHeader.Controls.Add(this.button1);
     this.gbHeader.Controls.Add(this.txtWhereAreaNo);
     this.gbHeader.Controls.Add(this.txtWhereHouseNo);
     this.gbHeader.Controls.Add(this.txtWhereWarehouseNo);
     this.gbHeader.Controls.Add(this.chensLabel8);
     this.gbHeader.Controls.Add(this.chensLabel9);
     this.gbHeader.Controls.Add(this.chensLabel12);
     this.gbHeader.Controls.Add(this.btnSearch);
     this.gbHeader.Controls.Add(this.txtWhereMaterialNo);
     this.gbHeader.Controls.Add(this.chensLabel5);
     this.gbHeader.Dock     = System.Windows.Forms.DockStyle.Top;
     this.gbHeader.Font     = new System.Drawing.Font("微软雅黑", 9F);
     this.gbHeader.Location = new System.Drawing.Point(0, 27);
     this.gbHeader.Margin   = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.gbHeader.Name     = "gbHeader";
     this.gbHeader.Padding  = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.gbHeader.Size     = new System.Drawing.Size(992, 105);
     this.gbHeader.TabIndex = 4;
     this.gbHeader.TabStop  = false;
     this.gbHeader.Text     = "查询条件";
     //
     // button1
     //
     this.button1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(34)))), ((int)(((byte)(174)))), ((int)(((byte)(253)))));
     this.button1.ForeColor = System.Drawing.Color.White;
     this.button1.Location  = new System.Drawing.Point(645, 42);
     this.button1.Name      = "button1";
     this.button1.Size      = new System.Drawing.Size(67, 29);
     this.button1.TabIndex  = 43;
     this.button1.Text      = "查询";
     this.button1.UseVisualStyleBackColor = false;
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // txtWhereAreaNo
     //
     this.txtWhereAreaNo.BackColor   = System.Drawing.Color.White;
     this.txtWhereAreaNo.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
     this.txtWhereAreaNo.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtWhereAreaNo.Font        = new System.Drawing.Font("微软雅黑", 9F);
     this.txtWhereAreaNo.HotTrack    = false;
     this.txtWhereAreaNo.Location    = new System.Drawing.Point(406, 69);
     this.txtWhereAreaNo.Name        = "txtWhereAreaNo";
     this.txtWhereAreaNo.Size        = new System.Drawing.Size(150, 23);
     this.txtWhereAreaNo.TabIndex    = 42;
     this.txtWhereAreaNo.TextEnabled = false;
     //
     // txtWhereHouseNo
     //
     this.txtWhereHouseNo.BackColor   = System.Drawing.Color.White;
     this.txtWhereHouseNo.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
     this.txtWhereHouseNo.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtWhereHouseNo.Font        = new System.Drawing.Font("微软雅黑", 9F);
     this.txtWhereHouseNo.HotTrack    = false;
     this.txtWhereHouseNo.Location    = new System.Drawing.Point(123, 69);
     this.txtWhereHouseNo.Name        = "txtWhereHouseNo";
     this.txtWhereHouseNo.Size        = new System.Drawing.Size(150, 23);
     this.txtWhereHouseNo.TabIndex    = 41;
     this.txtWhereHouseNo.TextEnabled = false;
     //
     // txtWhereWarehouseNo
     //
     this.txtWhereWarehouseNo.BackColor   = System.Drawing.Color.White;
     this.txtWhereWarehouseNo.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
     this.txtWhereWarehouseNo.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtWhereWarehouseNo.Font        = new System.Drawing.Font("微软雅黑", 9F);
     this.txtWhereWarehouseNo.HotTrack    = false;
     this.txtWhereWarehouseNo.Location    = new System.Drawing.Point(406, 29);
     this.txtWhereWarehouseNo.Name        = "txtWhereWarehouseNo";
     this.txtWhereWarehouseNo.Size        = new System.Drawing.Size(150, 23);
     this.txtWhereWarehouseNo.TabIndex    = 40;
     this.txtWhereWarehouseNo.TextEnabled = false;
     //
     // chensLabel8
     //
     this.chensLabel8.AutoSize = true;
     this.chensLabel8.Font     = new System.Drawing.Font("微软雅黑", 9F);
     this.chensLabel8.Location = new System.Drawing.Point(307, 72);
     this.chensLabel8.Name     = "chensLabel8";
     this.chensLabel8.Size     = new System.Drawing.Size(56, 17);
     this.chensLabel8.TabIndex = 39;
     this.chensLabel8.Text     = "库存货位";
     //
     // chensLabel9
     //
     this.chensLabel9.AutoSize = true;
     this.chensLabel9.Font     = new System.Drawing.Font("微软雅黑", 9F);
     this.chensLabel9.Location = new System.Drawing.Point(25, 71);
     this.chensLabel9.Name     = "chensLabel9";
     this.chensLabel9.Size     = new System.Drawing.Size(56, 17);
     this.chensLabel9.TabIndex = 38;
     this.chensLabel9.Text     = "库存库区";
     //
     // chensLabel12
     //
     this.chensLabel12.AutoSize = true;
     this.chensLabel12.Font     = new System.Drawing.Font("微软雅黑", 9F);
     this.chensLabel12.Location = new System.Drawing.Point(307, 31);
     this.chensLabel12.Name     = "chensLabel12";
     this.chensLabel12.Size     = new System.Drawing.Size(56, 17);
     this.chensLabel12.TabIndex = 37;
     this.chensLabel12.Text     = "库存仓库";
     //
     // btnSearch
     //
     this.btnSearch.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnSearch.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(34)))), ((int)(((byte)(174)))), ((int)(((byte)(253)))));
     this.btnSearch.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnSearch.Font      = new System.Drawing.Font("微软雅黑", 9F);
     this.btnSearch.ForeColor = System.Drawing.Color.White;
     this.btnSearch.Location  = new System.Drawing.Point(645, 42);
     this.btnSearch.Margin    = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.btnSearch.Name      = "btnSearch";
     this.btnSearch.Size      = new System.Drawing.Size(67, 29);
     this.btnSearch.TabIndex  = 11;
     this.btnSearch.Text      = "查询";
     this.btnSearch.UseVisualStyleBackColor = false;
     this.btnSearch.Visible = false;
     this.btnSearch.Click  += new System.EventHandler(this.btnSearch_Click);
     //
     // txtWhereMaterialNo
     //
     this.txtWhereMaterialNo.BackColor   = System.Drawing.Color.White;
     this.txtWhereMaterialNo.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
     this.txtWhereMaterialNo.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtWhereMaterialNo.Font        = new System.Drawing.Font("微软雅黑", 9F);
     this.txtWhereMaterialNo.HotTrack    = false;
     this.txtWhereMaterialNo.Location    = new System.Drawing.Point(123, 29);
     this.txtWhereMaterialNo.Name        = "txtWhereMaterialNo";
     this.txtWhereMaterialNo.Size        = new System.Drawing.Size(150, 23);
     this.txtWhereMaterialNo.TabIndex    = 2;
     this.txtWhereMaterialNo.TextEnabled = false;
     //
     // chensLabel5
     //
     this.chensLabel5.AutoSize = true;
     this.chensLabel5.Font     = new System.Drawing.Font("微软雅黑", 9F);
     this.chensLabel5.Location = new System.Drawing.Point(25, 31);
     this.chensLabel5.Name     = "chensLabel5";
     this.chensLabel5.Size     = new System.Drawing.Size(56, 17);
     this.chensLabel5.TabIndex = 3;
     this.chensLabel5.Text     = "物料编号";
     //
     // msMain
     //
     this.msMain.BackColor = System.Drawing.Color.LightSteelBlue;
     this.msMain.Font      = new System.Drawing.Font("微软雅黑", 9F);
     this.msMain.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.tsmiPrint,
         this.tsmiImport,
         this.除已导库存ToolStripMenuItem
     });
     this.msMain.Location = new System.Drawing.Point(0, 0);
     this.msMain.Name     = "msMain";
     this.msMain.Padding  = new System.Windows.Forms.Padding(7, 3, 0, 3);
     this.msMain.Size     = new System.Drawing.Size(992, 27);
     this.msMain.TabIndex = 3;
     this.msMain.Text     = "chensMenuStrip1";
     //
     // tsmiPrint
     //
     this.tsmiPrint.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.货位标签ToolStripMenuItem,
         this.无货位标签ToolStripMenuItem
     });
     this.tsmiPrint.Name         = "tsmiPrint";
     this.tsmiPrint.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.P)));
     this.tsmiPrint.Size         = new System.Drawing.Size(68, 21);
     this.tsmiPrint.Text         = "标签打印";
     this.tsmiPrint.Click       += new System.EventHandler(this.tsmiPrint_Click);
     //
     // 有货位标签ToolStripMenuItem
     //
     this.货位标签ToolStripMenuItem.Name   = "有货位标签ToolStripMenuItem";
     this.货位标签ToolStripMenuItem.Size   = new System.Drawing.Size(152, 22);
     this.货位标签ToolStripMenuItem.Text   = "有货位国内";
     this.货位标签ToolStripMenuItem.Click += new System.EventHandler(this.货位标签ToolStripMenuItem_Click);
     //
     // 无货位标签ToolStripMenuItem
     //
     this.无货位标签ToolStripMenuItem.Name   = "无货位标签ToolStripMenuItem";
     this.无货位标签ToolStripMenuItem.Size   = new System.Drawing.Size(152, 22);
     this.无货位标签ToolStripMenuItem.Text   = "无货位国外";
     this.无货位标签ToolStripMenuItem.Click += new System.EventHandler(this.无货位标签ToolStripMenuItem_Click);
     //
     // tsmiImport
     //
     this.tsmiImport.Name             = "tsmiImport";
     this.tsmiImport.ShortcutKeys     = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.I)));
     this.tsmiImport.ShowShortcutKeys = false;
     this.tsmiImport.Size             = new System.Drawing.Size(68, 21);
     this.tsmiImport.Text             = "导入库存";
     this.tsmiImport.Click           += new System.EventHandler(this.tsmiImport_Click);
     //
     // 删除已导库存ToolStripMenuItem
     //
     this.除已导库存ToolStripMenuItem.Name    = "删除已导库存ToolStripMenuItem";
     this.除已导库存ToolStripMenuItem.Size    = new System.Drawing.Size(92, 21);
     this.除已导库存ToolStripMenuItem.Text    = "删除已导库存";
     this.除已导库存ToolStripMenuItem.Visible = false;
     this.除已导库存ToolStripMenuItem.Click  += new System.EventHandler(this.除已导库存ToolStripMenuItem_Click);
     //
     // FrmStockPrint
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(992, 772);
     this.Controls.Add(this.scMain);
     this.Controls.Add(this.gbHeader);
     this.Controls.Add(this.msMain);
     this.Margin = new System.Windows.Forms.Padding(3, 6, 3, 6);
     this.Name   = "FrmStockPrint";
     this.Text   = "库存标签打印";
     ((System.ComponentModel.ISupportInitialize)(this.bsMain)).EndInit();
     this.scMain.Panel1.ResumeLayout(false);
     this.scMain.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.scMain)).EndInit();
     this.scMain.ResumeLayout(false);
     this.gbBottom.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dgvList)).EndInit();
     this.chensGroupBox1.ResumeLayout(false);
     this.chensGroupBox1.PerformLayout();
     this.gbHeader.ResumeLayout(false);
     this.gbHeader.PerformLayout();
     this.msMain.ResumeLayout(false);
     this.msMain.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #16
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
     ChensControl.DividPage dividPage1 = new ChensControl.DividPage();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
     this.msMain            = new ChensControl.ChensMenuStrip();
     this.tsmiSearch        = new System.Windows.Forms.ToolStripMenuItem();
     this.tsmiPrint         = new System.Windows.Forms.ToolStripMenuItem();
     this.tsmiChangePrinter = new System.Windows.Forms.ToolStripMenuItem();
     this.tsmiCancel        = new System.Windows.Forms.ToolStripMenuItem();
     this.gbHeader          = new ChensControl.ChensGroupBox();
     this.txtAndalaNo       = new ChensControl.ChensTextBox();
     this.bsMain            = new System.Windows.Forms.BindingSource(this.components);
     this.lblaAndalaNo      = new ChensControl.ChensLabel();
     this.txtSN             = new ChensControl.ChensTextBox();
     this.chensLabel3       = new ChensControl.ChensLabel();
     this.chensTextBox2     = new ChensControl.ChensTextBox();
     this.chensLabel2       = new ChensControl.ChensLabel();
     this.chensTextBox1     = new ChensControl.ChensTextBox();
     this.chensLabel1       = new ChensControl.ChensLabel();
     this.btnSearch         = new ChensControl.ChensButton();
     this.txtVoucherNo      = new ChensControl.ChensTextBox();
     this.lblVoucherNo      = new ChensControl.ChensLabel();
     this.gbMiddle          = new ChensControl.ChensGroupBox();
     this.cbxSelectAll      = new System.Windows.Forms.CheckBox();
     this.dgvList           = new ChensControl.ChensDataGridView();
     this.pageList          = new ChensControl.ChensPage();
     this.colSelect         = new System.Windows.Forms.DataGridViewCheckBoxColumn();
     this.colBARCODENO      = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colSERIALNO       = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colVOUCHERNO      = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colROWNO          = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colDELIVERYNO     = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colMATERIALNO     = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colMATERIALDESC   = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colPRDVERSION     = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colBSN            = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colBATCHNO        = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colPlated         = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colBatchQty       = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colOutPackQty     = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colQTY            = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colSUPCODE        = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colSUPNAME        = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colDepartment     = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colReason         = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colTrackNo        = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colReserveNumber  = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colReserveRowNo   = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colAndalaNo       = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colPrintQty       = new ChensControl.ChensDataGridViewNumericUpDownColumn();
     this.msMain.SuspendLayout();
     this.gbHeader.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.bsMain)).BeginInit();
     this.gbMiddle.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgvList)).BeginInit();
     this.SuspendLayout();
     //
     // msMain
     //
     this.msMain.BackColor = System.Drawing.Color.LightSteelBlue;
     this.msMain.Font      = new System.Drawing.Font("微软雅黑", 9F);
     this.msMain.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.tsmiSearch,
         this.tsmiPrint,
         this.tsmiChangePrinter,
         this.tsmiCancel
     });
     this.msMain.Location = new System.Drawing.Point(0, 0);
     this.msMain.Name     = "msMain";
     this.msMain.Padding  = new System.Windows.Forms.Padding(7, 3, 0, 3);
     this.msMain.Size     = new System.Drawing.Size(992, 27);
     this.msMain.TabIndex = 4;
     //
     // tsmiSearch
     //
     this.tsmiSearch.Name         = "tsmiSearch";
     this.tsmiSearch.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.S)));
     this.tsmiSearch.Size         = new System.Drawing.Size(68, 21);
     this.tsmiSearch.Text         = "查询数据";
     this.tsmiSearch.Visible      = false;
     this.tsmiSearch.Click       += new System.EventHandler(this.btnSearch_Click);
     //
     // tsmiPrint
     //
     this.tsmiPrint.Name         = "tsmiPrint";
     this.tsmiPrint.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.P)));
     this.tsmiPrint.Size         = new System.Drawing.Size(68, 21);
     this.tsmiPrint.Text         = "箱号打印";
     this.tsmiPrint.Click       += new System.EventHandler(this.tsmiPrint_Click);
     //
     // tsmiChangePrinter
     //
     this.tsmiChangePrinter.Name   = "tsmiChangePrinter";
     this.tsmiChangePrinter.Size   = new System.Drawing.Size(80, 21);
     this.tsmiChangePrinter.Text   = "设置打印机";
     this.tsmiChangePrinter.Click += new System.EventHandler(this.tsmiChangePrinter_Click);
     //
     // tsmiCancel
     //
     this.tsmiCancel.Name         = "tsmiCancel";
     this.tsmiCancel.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.W)));
     this.tsmiCancel.Size         = new System.Drawing.Size(44, 21);
     this.tsmiCancel.Text         = "关闭";
     this.tsmiCancel.Click       += new System.EventHandler(this.tsmiCancel_Click);
     //
     // gbHeader
     //
     this.gbHeader.BackColor = System.Drawing.Color.WhiteSmoke;
     this.gbHeader.Controls.Add(this.txtAndalaNo);
     this.gbHeader.Controls.Add(this.lblaAndalaNo);
     this.gbHeader.Controls.Add(this.txtSN);
     this.gbHeader.Controls.Add(this.chensLabel3);
     this.gbHeader.Controls.Add(this.chensTextBox2);
     this.gbHeader.Controls.Add(this.chensLabel2);
     this.gbHeader.Controls.Add(this.chensTextBox1);
     this.gbHeader.Controls.Add(this.chensLabel1);
     this.gbHeader.Controls.Add(this.btnSearch);
     this.gbHeader.Controls.Add(this.txtVoucherNo);
     this.gbHeader.Controls.Add(this.lblVoucherNo);
     this.gbHeader.Dock     = System.Windows.Forms.DockStyle.Top;
     this.gbHeader.Font     = new System.Drawing.Font("微软雅黑", 9F);
     this.gbHeader.Location = new System.Drawing.Point(0, 27);
     this.gbHeader.Margin   = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.gbHeader.Name     = "gbHeader";
     this.gbHeader.Padding  = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.gbHeader.Size     = new System.Drawing.Size(992, 95);
     this.gbHeader.TabIndex = 5;
     this.gbHeader.TabStop  = false;
     this.gbHeader.Text     = "查询条件";
     //
     // txtAndalaNo
     //
     this.txtAndalaNo.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
     this.txtAndalaNo.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtAndalaNo.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsMain, "AndalaNo", true));
     this.txtAndalaNo.Font        = new System.Drawing.Font("微软雅黑", 9F);
     this.txtAndalaNo.HotTrack    = false;
     this.txtAndalaNo.Location    = new System.Drawing.Point(329, 58);
     this.txtAndalaNo.Name        = "txtAndalaNo";
     this.txtAndalaNo.Size        = new System.Drawing.Size(150, 23);
     this.txtAndalaNo.TabIndex    = 12;
     this.txtAndalaNo.TextEnabled = false;
     //
     // bsMain
     //
     this.bsMain.DataSource = typeof(WMS.WebService.Barcode_Model);
     //
     // lblaAndalaNo
     //
     this.lblaAndalaNo.AutoSize = true;
     this.lblaAndalaNo.Font     = new System.Drawing.Font("微软雅黑", 9F);
     this.lblaAndalaNo.Location = new System.Drawing.Point(267, 60);
     this.lblaAndalaNo.Name     = "lblaAndalaNo";
     this.lblaAndalaNo.Size     = new System.Drawing.Size(56, 17);
     this.lblaAndalaNo.TabIndex = 11;
     this.lblaAndalaNo.Text     = "进仓单号";
     //
     // txtSN
     //
     this.txtSN.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
     this.txtSN.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtSN.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsMain, "SN", true));
     this.txtSN.Font        = new System.Drawing.Font("微软雅黑", 9F);
     this.txtSN.HotTrack    = false;
     this.txtSN.Location    = new System.Drawing.Point(87, 58);
     this.txtSN.Name        = "txtSN";
     this.txtSN.Size        = new System.Drawing.Size(150, 23);
     this.txtSN.TabIndex    = 10;
     this.txtSN.TextEnabled = false;
     this.txtSN.KeyPress   += new System.Windows.Forms.KeyPressEventHandler(this.txt_KeyPress);
     //
     // chensLabel3
     //
     this.chensLabel3.AutoSize = true;
     this.chensLabel3.Font     = new System.Drawing.Font("微软雅黑", 9F);
     this.chensLabel3.Location = new System.Drawing.Point(25, 60);
     this.chensLabel3.Name     = "chensLabel3";
     this.chensLabel3.Size     = new System.Drawing.Size(56, 17);
     this.chensLabel3.TabIndex = 9;
     this.chensLabel3.Text     = "来料批次";
     //
     // chensTextBox2
     //
     this.chensTextBox2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
     this.chensTextBox2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.chensTextBox2.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsMain, "SERIALNO", true));
     this.chensTextBox2.Font        = new System.Drawing.Font("微软雅黑", 9F);
     this.chensTextBox2.HotTrack    = false;
     this.chensTextBox2.Location    = new System.Drawing.Point(559, 23);
     this.chensTextBox2.Name        = "chensTextBox2";
     this.chensTextBox2.Size        = new System.Drawing.Size(150, 23);
     this.chensTextBox2.TabIndex    = 8;
     this.chensTextBox2.TextEnabled = false;
     this.chensTextBox2.KeyPress   += new System.Windows.Forms.KeyPressEventHandler(this.txt_KeyPress);
     //
     // chensLabel2
     //
     this.chensLabel2.AutoSize = true;
     this.chensLabel2.Font     = new System.Drawing.Font("微软雅黑", 9F);
     this.chensLabel2.Location = new System.Drawing.Point(509, 25);
     this.chensLabel2.Name     = "chensLabel2";
     this.chensLabel2.Size     = new System.Drawing.Size(44, 17);
     this.chensLabel2.TabIndex = 7;
     this.chensLabel2.Text     = "流水号";
     //
     // chensTextBox1
     //
     this.chensTextBox1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
     this.chensTextBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.chensTextBox1.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsMain, "MATERIALNO", true));
     this.chensTextBox1.Font        = new System.Drawing.Font("微软雅黑", 9F);
     this.chensTextBox1.HotTrack    = false;
     this.chensTextBox1.Location    = new System.Drawing.Point(329, 23);
     this.chensTextBox1.Name        = "chensTextBox1";
     this.chensTextBox1.Size        = new System.Drawing.Size(150, 23);
     this.chensTextBox1.TabIndex    = 6;
     this.chensTextBox1.TextEnabled = false;
     this.chensTextBox1.KeyPress   += new System.Windows.Forms.KeyPressEventHandler(this.txt_KeyPress);
     //
     // chensLabel1
     //
     this.chensLabel1.AutoSize = true;
     this.chensLabel1.Font     = new System.Drawing.Font("微软雅黑", 9F);
     this.chensLabel1.Location = new System.Drawing.Point(267, 25);
     this.chensLabel1.Name     = "chensLabel1";
     this.chensLabel1.Size     = new System.Drawing.Size(56, 17);
     this.chensLabel1.TabIndex = 5;
     this.chensLabel1.Text     = "物料编号";
     //
     // btnSearch
     //
     this.btnSearch.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnSearch.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(34)))), ((int)(((byte)(174)))), ((int)(((byte)(253)))));
     this.btnSearch.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnSearch.Font      = new System.Drawing.Font("微软雅黑", 9F);
     this.btnSearch.ForeColor = System.Drawing.Color.White;
     this.btnSearch.Location  = new System.Drawing.Point(913, 18);
     this.btnSearch.Margin    = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.btnSearch.Name      = "btnSearch";
     this.btnSearch.Size      = new System.Drawing.Size(66, 28);
     this.btnSearch.TabIndex  = 4;
     this.btnSearch.Text      = "查询";
     this.btnSearch.UseVisualStyleBackColor = false;
     this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
     //
     // txtVoucherNo
     //
     this.txtVoucherNo.BackColor   = System.Drawing.Color.White;
     this.txtVoucherNo.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
     this.txtVoucherNo.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtVoucherNo.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsMain, "DELIVERYNO", true));
     this.txtVoucherNo.Font        = new System.Drawing.Font("微软雅黑", 9F);
     this.txtVoucherNo.HotTrack    = false;
     this.txtVoucherNo.Location    = new System.Drawing.Point(87, 23);
     this.txtVoucherNo.Margin      = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.txtVoucherNo.Name        = "txtVoucherNo";
     this.txtVoucherNo.Size        = new System.Drawing.Size(150, 23);
     this.txtVoucherNo.TabIndex    = 1;
     this.txtVoucherNo.TextEnabled = false;
     this.txtVoucherNo.KeyPress   += new System.Windows.Forms.KeyPressEventHandler(this.txt_KeyPress);
     //
     // lblVoucherNo
     //
     this.lblVoucherNo.AutoSize = true;
     this.lblVoucherNo.Font     = new System.Drawing.Font("微软雅黑", 9F);
     this.lblVoucherNo.Location = new System.Drawing.Point(25, 25);
     this.lblVoucherNo.Name     = "lblVoucherNo";
     this.lblVoucherNo.Size     = new System.Drawing.Size(56, 17);
     this.lblVoucherNo.TabIndex = 0;
     this.lblVoucherNo.Text     = "送货单号";
     //
     // gbMiddle
     //
     this.gbMiddle.BackColor = System.Drawing.Color.WhiteSmoke;
     this.gbMiddle.Controls.Add(this.cbxSelectAll);
     this.gbMiddle.Controls.Add(this.dgvList);
     this.gbMiddle.Controls.Add(this.pageList);
     this.gbMiddle.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.gbMiddle.Font     = new System.Drawing.Font("微软雅黑", 9F);
     this.gbMiddle.Location = new System.Drawing.Point(0, 122);
     this.gbMiddle.Name     = "gbMiddle";
     this.gbMiddle.Size     = new System.Drawing.Size(992, 447);
     this.gbMiddle.TabIndex = 8;
     this.gbMiddle.TabStop  = false;
     this.gbMiddle.Text     = "条码明细";
     //
     // cbxSelectAll
     //
     this.cbxSelectAll.AutoSize  = true;
     this.cbxSelectAll.BackColor = System.Drawing.Color.Gainsboro;
     this.cbxSelectAll.Font      = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
     this.cbxSelectAll.Location  = new System.Drawing.Point(12, 19);
     this.cbxSelectAll.Name      = "cbxSelectAll";
     this.cbxSelectAll.Size      = new System.Drawing.Size(51, 21);
     this.cbxSelectAll.TabIndex  = 4;
     this.cbxSelectAll.Text      = "选择";
     this.cbxSelectAll.UseVisualStyleBackColor = false;
     this.cbxSelectAll.CheckedChanged         += new System.EventHandler(this.cbxSelectAll_CheckedChanged);
     //
     // dgvList
     //
     this.dgvList.AllowUserToAddRows              = false;
     this.dgvList.AllowUserToDeleteRows           = false;
     dataGridViewCellStyle1.BackColor             = System.Drawing.Color.White;
     this.dgvList.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
     this.dgvList.BackgroundColor               = System.Drawing.Color.WhiteSmoke;
     this.dgvList.BorderStyle                   = System.Windows.Forms.BorderStyle.None;
     this.dgvList.ColumnHeadersBorderStyle      = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
     dataGridViewCellStyle2.Alignment           = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     dataGridViewCellStyle2.BackColor           = System.Drawing.Color.Gainsboro;
     dataGridViewCellStyle2.Font                = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
     dataGridViewCellStyle2.ForeColor           = System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle2.SelectionBackColor  = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle2.SelectionForeColor  = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle2.WrapMode            = System.Windows.Forms.DataGridViewTriState.True;
     this.dgvList.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
     this.dgvList.ColumnHeadersHeightSizeMode   = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dgvList.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.colSelect,
         this.colBARCODENO,
         this.colSERIALNO,
         this.colVOUCHERNO,
         this.colROWNO,
         this.colDELIVERYNO,
         this.colMATERIALNO,
         this.colMATERIALDESC,
         this.colPRDVERSION,
         this.colBSN,
         this.colBATCHNO,
         this.colPlated,
         this.colBatchQty,
         this.colOutPackQty,
         this.colQTY,
         this.colSUPCODE,
         this.colSUPNAME,
         this.colDepartment,
         this.colReason,
         this.colTrackNo,
         this.colReserveNumber,
         this.colReserveRowNo,
         this.colAndalaNo,
         this.colPrintQty
     });
     this.dgvList.Dock                         = System.Windows.Forms.DockStyle.Fill;
     this.dgvList.EditMode                     = System.Windows.Forms.DataGridViewEditMode.EditProgrammatically;
     this.dgvList.Font                         = new System.Drawing.Font("微软雅黑", 9F);
     this.dgvList.GridColor                    = System.Drawing.Color.LightGray;
     this.dgvList.HaveCopyMenu                 = true;
     this.dgvList.Location                     = new System.Drawing.Point(3, 19);
     this.dgvList.Name                         = "dgvList";
     this.dgvList.RowHeadersVisible            = false;
     dataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.CornflowerBlue;
     this.dgvList.RowsDefaultCellStyle         = dataGridViewCellStyle4;
     this.dgvList.RowTemplate.Height           = 23;
     this.dgvList.SelectionMode                = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.dgvList.Size                         = new System.Drawing.Size(986, 405);
     this.dgvList.TabIndex                     = 1;
     this.dgvList.Scroll                      += new System.Windows.Forms.ScrollEventHandler(this.dgvList_Scroll);
     //
     // pageList
     //
     this.pageList.BackColor            = System.Drawing.Color.WhiteSmoke;
     this.pageList.CurrentPageNumber    = 0;
     dividPage1.CurrentPageNumber       = 0;
     dividPage1.CurrentPageRecordCounts = 0;
     dividPage1.CurrentPageShowCounts   = 10;
     dividPage1.DefaultPageShowCounts   = 10;
     dividPage1.PagesCount          = 0;
     dividPage1.RecordCounts        = 0;
     this.pageList.dDividPage       = dividPage1;
     this.pageList.Dock             = System.Windows.Forms.DockStyle.Bottom;
     this.pageList.Font             = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.pageList.Location         = new System.Drawing.Point(3, 424);
     this.pageList.Margin           = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.pageList.Name             = "pageList";
     this.pageList.Size             = new System.Drawing.Size(986, 20);
     this.pageList.TabIndex         = 0;
     this.pageList.ChensPageChange += new ChensControl.ChensPage.PageChangeHandle(this.pageList_ChensPageChange);
     //
     // colSelect
     //
     this.colSelect.FalseValue = "False";
     this.colSelect.HeaderText = "选择";
     this.colSelect.Name       = "colSelect";
     this.colSelect.Resizable  = System.Windows.Forms.DataGridViewTriState.False;
     this.colSelect.TrueValue  = "True";
     this.colSelect.Width      = 60;
     //
     // colBARCODENO
     //
     this.colBARCODENO.DataPropertyName = "BARCODENO";
     this.colBARCODENO.HeaderText       = "外箱序号";
     this.colBARCODENO.Name             = "colBARCODENO";
     this.colBARCODENO.ReadOnly         = true;
     //
     // colSERIALNO
     //
     this.colSERIALNO.DataPropertyName = "SERIALNO";
     this.colSERIALNO.HeaderText       = "流水号";
     this.colSERIALNO.Name             = "colSERIALNO";
     this.colSERIALNO.ReadOnly         = true;
     //
     // colVOUCHERNO
     //
     this.colVOUCHERNO.DataPropertyName = "VOUCHERNO";
     this.colVOUCHERNO.HeaderText       = "采购订单号";
     this.colVOUCHERNO.Name             = "colVOUCHERNO";
     this.colVOUCHERNO.ReadOnly         = true;
     //
     // colROWNO
     //
     this.colROWNO.DataPropertyName = "ROWNO";
     this.colROWNO.HeaderText       = "行号";
     this.colROWNO.Name             = "colROWNO";
     this.colROWNO.ReadOnly         = true;
     //
     // colDELIVERYNO
     //
     this.colDELIVERYNO.DataPropertyName = "DELIVERYNO";
     this.colDELIVERYNO.HeaderText       = "送货单号";
     this.colDELIVERYNO.Name             = "colDELIVERYNO";
     this.colDELIVERYNO.ReadOnly         = true;
     //
     // colMATERIALNO
     //
     this.colMATERIALNO.DataPropertyName = "MATERIALNO";
     this.colMATERIALNO.HeaderText       = "物料编号";
     this.colMATERIALNO.Name             = "colMATERIALNO";
     this.colMATERIALNO.ReadOnly         = true;
     //
     // colMATERIALDESC
     //
     this.colMATERIALDESC.DataPropertyName = "MATERIALDESC";
     this.colMATERIALDESC.HeaderText       = "物料描述";
     this.colMATERIALDESC.Name             = "colMATERIALDESC";
     this.colMATERIALDESC.ReadOnly         = true;
     this.colMATERIALDESC.Width            = 200;
     //
     // colPRDVERSION
     //
     this.colPRDVERSION.DataPropertyName = "PRDVERSION";
     this.colPRDVERSION.HeaderText       = "产品版本";
     this.colPRDVERSION.Name             = "colPRDVERSION";
     this.colPRDVERSION.ReadOnly         = true;
     //
     // colBSN
     //
     this.colBSN.DataPropertyName = "SN";
     this.colBSN.HeaderText       = "来料批次";
     this.colBSN.Name             = "colBSN";
     this.colBSN.ReadOnly         = true;
     //
     // colBATCHNO
     //
     this.colBATCHNO.DataPropertyName = "BATCHNO";
     this.colBATCHNO.HeaderText       = "生产批号";
     this.colBATCHNO.Name             = "colBATCHNO";
     this.colBATCHNO.ReadOnly         = true;
     //
     // colPlated
     //
     this.colPlated.DataPropertyName = "Plated";
     this.colPlated.HeaderText       = "涂层物料";
     this.colPlated.Name             = "colPlated";
     this.colPlated.ReadOnly         = true;
     //
     // colBatchQty
     //
     this.colBatchQty.DataPropertyName = "BatchQty";
     this.colBatchQty.HeaderText       = "批次数量";
     this.colBatchQty.Name             = "colBatchQty";
     this.colBatchQty.ReadOnly         = true;
     //
     // colOutPackQty
     //
     this.colOutPackQty.DataPropertyName = "OutPackQty";
     this.colOutPackQty.HeaderText       = "包装数量";
     this.colOutPackQty.Name             = "colOutPackQty";
     this.colOutPackQty.ReadOnly         = true;
     //
     // colQTY
     //
     this.colQTY.DataPropertyName = "QTY";
     this.colQTY.HeaderText       = "数量";
     this.colQTY.Name             = "colQTY";
     this.colQTY.ReadOnly         = true;
     //
     // colSUPCODE
     //
     this.colSUPCODE.DataPropertyName = "SUPCODE";
     this.colSUPCODE.HeaderText       = "供应商代码";
     this.colSUPCODE.Name             = "colSUPCODE";
     this.colSUPCODE.ReadOnly         = true;
     //
     // colSUPNAME
     //
     this.colSUPNAME.DataPropertyName = "SUPNAME";
     this.colSUPNAME.HeaderText       = "供应商名称";
     this.colSUPNAME.Name             = "colSUPNAME";
     this.colSUPNAME.ReadOnly         = true;
     this.colSUPNAME.Width            = 200;
     //
     // colDepartment
     //
     this.colDepartment.DataPropertyName = "Department";
     this.colDepartment.HeaderText       = "退仓部门";
     this.colDepartment.Name             = "colDepartment";
     this.colDepartment.ReadOnly         = true;
     //
     // colReason
     //
     this.colReason.DataPropertyName = "Reason";
     this.colReason.HeaderText       = "退仓原因";
     this.colReason.Name             = "colReason";
     this.colReason.ReadOnly         = true;
     //
     // colTrackNo
     //
     this.colTrackNo.DataPropertyName = "TrackNo";
     this.colTrackNo.HeaderText       = "生产订单号";
     this.colTrackNo.Name             = "colTrackNo";
     this.colTrackNo.ReadOnly         = true;
     //
     // colReserveNumber
     //
     this.colReserveNumber.DataPropertyName = "ReserveNumber";
     this.colReserveNumber.HeaderText       = "预留项目号";
     this.colReserveNumber.Name             = "colReserveNumber";
     this.colReserveNumber.ReadOnly         = true;
     //
     // colReserveRowNo
     //
     this.colReserveRowNo.DataPropertyName = "ReserveRowNo";
     this.colReserveRowNo.HeaderText       = "预留行号";
     this.colReserveRowNo.Name             = "colReserveRowNo";
     this.colReserveRowNo.ReadOnly         = true;
     //
     // colAndalaNo
     //
     this.colAndalaNo.DataPropertyName = "AndalaNo";
     this.colAndalaNo.HeaderText       = "进仓单号";
     this.colAndalaNo.Name             = "colAndalaNo";
     this.colAndalaNo.ReadOnly         = true;
     //
     // colPrintQty
     //
     this.colPrintQty.DecimalPlaces    = 0;
     dataGridViewCellStyle3.NullValue  = "1";
     this.colPrintQty.DefaultCellStyle = dataGridViewCellStyle3;
     this.colPrintQty.HeaderText       = "打印份数";
     this.colPrintQty.Maximum          = new decimal(new int[] {
         100,
         0,
         0,
         0
     });
     this.colPrintQty.Minimum = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.colPrintQty.Name  = "colPrintQty";
     this.colPrintQty.Width = 80;
     //
     // FrmOutBarcodeRePrint
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(992, 569);
     this.Controls.Add(this.gbMiddle);
     this.Controls.Add(this.gbHeader);
     this.Controls.Add(this.msMain);
     this.Name  = "FrmOutBarcodeRePrint";
     this.Text  = "外箱标签重打";
     this.Load += new System.EventHandler(this.FrmOutBarcodeRePrint_Load);
     this.msMain.ResumeLayout(false);
     this.msMain.PerformLayout();
     this.gbHeader.ResumeLayout(false);
     this.gbHeader.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.bsMain)).EndInit();
     this.gbMiddle.ResumeLayout(false);
     this.gbMiddle.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgvList)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
     ChensControl.DividPage dividPage1 = new ChensControl.DividPage();
     this.gbBottom               = new ChensControl.ChensGroupBox();
     this.dgvList                = new ChensControl.ChensDataGridView();
     this.colHEdit               = new System.Windows.Forms.DataGridViewLinkColumn();
     this.colHID                 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colHWarehouseNo        = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colHWarehouseName      = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colHWarehouseType      = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colHStrWarehouseType   = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colHContactUser        = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colHContactPhone       = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colHHouseCount         = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colHHouseUsingCount    = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colHLocationDesc       = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colHWarehouseStatus    = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colHStrWarehouseStatus = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colHAddress            = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colHIsDel              = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colHCreater            = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colHCreateTime         = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colHModifyer           = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colHModifyTime         = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.pageList               = new ChensControl.ChensPage();
     this.gbHeader               = new ChensControl.ChensGroupBox();
     this.dtpEndTime             = new ChensControl.ChensDateTimePicker();
     this.chensLabel5            = new ChensControl.ChensLabel();
     this.chensLabel6            = new ChensControl.ChensLabel();
     this.dtpStartTime           = new ChensControl.ChensDateTimePicker();
     this.txtCreater             = new ChensControl.ChensTextBox();
     this.bsMain                 = new System.Windows.Forms.BindingSource(this.components);
     this.chensLabel4            = new ChensControl.ChensLabel();
     this.btnSearch              = new ChensControl.ChensButton();
     this.txtAddress             = new ChensControl.ChensTextBox();
     this.txtWarehouseNo         = new ChensControl.ChensTextBox();
     this.chensLabel2            = new ChensControl.ChensLabel();
     this.chensLabel1            = new ChensControl.ChensLabel();
     this.msMain                 = new ChensControl.ChensMenuStrip();
     this.tsmiSearch             = new System.Windows.Forms.ToolStripMenuItem();
     this.tsmiAddWarehouse       = new System.Windows.Forms.ToolStripMenuItem();
     this.tsmiDelWarehouse       = new System.Windows.Forms.ToolStripMenuItem();
     this.gbBottom.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgvList)).BeginInit();
     this.gbHeader.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.bsMain)).BeginInit();
     this.msMain.SuspendLayout();
     this.SuspendLayout();
     //
     // gbBottom
     //
     this.gbBottom.BackColor = System.Drawing.Color.WhiteSmoke;
     this.gbBottom.Controls.Add(this.dgvList);
     this.gbBottom.Controls.Add(this.pageList);
     this.gbBottom.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.gbBottom.Font     = new System.Drawing.Font("微软雅黑", 9F);
     this.gbBottom.Location = new System.Drawing.Point(0, 120);
     this.gbBottom.Margin   = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.gbBottom.Name     = "gbBottom";
     this.gbBottom.Padding  = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.gbBottom.Size     = new System.Drawing.Size(992, 653);
     this.gbBottom.TabIndex = 4;
     this.gbBottom.TabStop  = false;
     this.gbBottom.Text     = "查询结果";
     //
     // dgvList
     //
     this.dgvList.AllowUserToAddRows              = false;
     this.dgvList.AllowUserToDeleteRows           = false;
     dataGridViewCellStyle1.BackColor             = System.Drawing.Color.White;
     this.dgvList.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
     this.dgvList.BackgroundColor               = System.Drawing.Color.WhiteSmoke;
     this.dgvList.BorderStyle                   = System.Windows.Forms.BorderStyle.None;
     this.dgvList.ColumnHeadersBorderStyle      = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
     dataGridViewCellStyle2.Alignment           = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     dataGridViewCellStyle2.BackColor           = System.Drawing.Color.Gainsboro;
     dataGridViewCellStyle2.Font                = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
     dataGridViewCellStyle2.ForeColor           = System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle2.SelectionBackColor  = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle2.SelectionForeColor  = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle2.WrapMode            = System.Windows.Forms.DataGridViewTriState.True;
     this.dgvList.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
     this.dgvList.ColumnHeadersHeightSizeMode   = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dgvList.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.colHEdit,
         this.colHID,
         this.colHWarehouseNo,
         this.colHWarehouseName,
         this.colHWarehouseType,
         this.colHStrWarehouseType,
         this.colHContactUser,
         this.colHContactPhone,
         this.colHHouseCount,
         this.colHHouseUsingCount,
         this.colHLocationDesc,
         this.colHWarehouseStatus,
         this.colHStrWarehouseStatus,
         this.colHAddress,
         this.colHIsDel,
         this.colHCreater,
         this.colHCreateTime,
         this.colHModifyer,
         this.colHModifyTime
     });
     this.dgvList.Dock                         = System.Windows.Forms.DockStyle.Fill;
     this.dgvList.EditMode                     = System.Windows.Forms.DataGridViewEditMode.EditProgrammatically;
     this.dgvList.Font                         = new System.Drawing.Font("微软雅黑", 9F);
     this.dgvList.GridColor                    = System.Drawing.Color.LightGray;
     this.dgvList.HaveCopyMenu                 = true;
     this.dgvList.Location                     = new System.Drawing.Point(3, 20);
     this.dgvList.Margin                       = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.dgvList.Name                         = "dgvList";
     this.dgvList.ReadOnly                     = true;
     dataGridViewCellStyle4.Alignment          = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle4.BackColor          = System.Drawing.SystemColors.ActiveCaption;
     dataGridViewCellStyle4.Font               = new System.Drawing.Font("微软雅黑", 9F);
     dataGridViewCellStyle4.ForeColor          = System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.LightGray;
     dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle4.WrapMode           = System.Windows.Forms.DataGridViewTriState.True;
     this.dgvList.RowHeadersDefaultCellStyle   = dataGridViewCellStyle4;
     this.dgvList.RowHeadersVisible            = false;
     dataGridViewCellStyle5.SelectionBackColor = System.Drawing.Color.CornflowerBlue;
     this.dgvList.RowsDefaultCellStyle         = dataGridViewCellStyle5;
     this.dgvList.RowTemplate.Height           = 23;
     this.dgvList.SelectionMode                = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.dgvList.Size                         = new System.Drawing.Size(986, 604);
     this.dgvList.TabIndex                     = 2;
     this.dgvList.CellContentClick            += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvList_CellContentClick);
     //
     // colHEdit
     //
     dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     dataGridViewCellStyle3.NullValue = "编辑";
     this.colHEdit.DefaultCellStyle   = dataGridViewCellStyle3;
     this.colHEdit.HeaderText         = "编辑";
     this.colHEdit.LinkBehavior       = System.Windows.Forms.LinkBehavior.NeverUnderline;
     this.colHEdit.LinkColor          = System.Drawing.Color.Blue;
     this.colHEdit.Name              = "colHEdit";
     this.colHEdit.ReadOnly          = true;
     this.colHEdit.Text              = "编辑";
     this.colHEdit.TrackVisitedState = false;
     this.colHEdit.VisitedLinkColor  = System.Drawing.Color.Blue;
     //
     // colHID
     //
     this.colHID.DataPropertyName = "ID";
     this.colHID.HeaderText       = "ID";
     this.colHID.Name             = "colHID";
     this.colHID.ReadOnly         = true;
     this.colHID.Visible          = false;
     //
     // colHWarehouseNo
     //
     this.colHWarehouseNo.DataPropertyName = "WarehouseNo";
     this.colHWarehouseNo.HeaderText       = "仓库编号";
     this.colHWarehouseNo.Name             = "colHWarehouseNo";
     this.colHWarehouseNo.ReadOnly         = true;
     //
     // colHWarehouseName
     //
     this.colHWarehouseName.DataPropertyName = "WarehouseName";
     this.colHWarehouseName.HeaderText       = "仓库名称";
     this.colHWarehouseName.Name             = "colHWarehouseName";
     this.colHWarehouseName.ReadOnly         = true;
     this.colHWarehouseName.Width            = 200;
     //
     // colHWarehouseType
     //
     this.colHWarehouseType.DataPropertyName = "WarehouseType";
     this.colHWarehouseType.HeaderText       = "仓库类型";
     this.colHWarehouseType.Name             = "colHWarehouseType";
     this.colHWarehouseType.ReadOnly         = true;
     this.colHWarehouseType.Visible          = false;
     //
     // colHStrWarehouseType
     //
     this.colHStrWarehouseType.DataPropertyName = "StrWarehouseType";
     this.colHStrWarehouseType.HeaderText       = "仓库类型";
     this.colHStrWarehouseType.Name             = "colHStrWarehouseType";
     this.colHStrWarehouseType.ReadOnly         = true;
     this.colHStrWarehouseType.Visible          = false;
     //
     // colHContactUser
     //
     this.colHContactUser.DataPropertyName = "ContactUser";
     this.colHContactUser.HeaderText       = "联系人";
     this.colHContactUser.Name             = "colHContactUser";
     this.colHContactUser.ReadOnly         = true;
     //
     // colHContactPhone
     //
     this.colHContactPhone.DataPropertyName = "ContactPhone";
     this.colHContactPhone.HeaderText       = "联系电话";
     this.colHContactPhone.Name             = "colHContactPhone";
     this.colHContactPhone.ReadOnly         = true;
     //
     // colHHouseCount
     //
     this.colHHouseCount.DataPropertyName = "HouseCount";
     this.colHHouseCount.HeaderText       = "库区总数";
     this.colHHouseCount.Name             = "colHHouseCount";
     this.colHHouseCount.ReadOnly         = true;
     this.colHHouseCount.Visible          = false;
     //
     // colHHouseUsingCount
     //
     this.colHHouseUsingCount.DataPropertyName = "HouseUsingCount";
     this.colHHouseUsingCount.HeaderText       = "库区使用数";
     this.colHHouseUsingCount.Name             = "colHHouseUsingCount";
     this.colHHouseUsingCount.ReadOnly         = true;
     this.colHHouseUsingCount.Visible          = false;
     //
     // colHLocationDesc
     //
     this.colHLocationDesc.DataPropertyName = "LocationDesc";
     this.colHLocationDesc.HeaderText       = "仓库描述";
     this.colHLocationDesc.Name             = "colHLocationDesc";
     this.colHLocationDesc.ReadOnly         = true;
     //
     // colHWarehouseStatus
     //
     this.colHWarehouseStatus.DataPropertyName = "WarehouseStatus";
     this.colHWarehouseStatus.HeaderText       = "仓库状态";
     this.colHWarehouseStatus.Name             = "colHWarehouseStatus";
     this.colHWarehouseStatus.ReadOnly         = true;
     this.colHWarehouseStatus.Visible          = false;
     //
     // colHStrWarehouseStatus
     //
     this.colHStrWarehouseStatus.DataPropertyName = "StrWarehouseStatus";
     this.colHStrWarehouseStatus.HeaderText       = "仓库状态";
     this.colHStrWarehouseStatus.Name             = "colHStrWarehouseStatus";
     this.colHStrWarehouseStatus.ReadOnly         = true;
     //
     // colHAddress
     //
     this.colHAddress.DataPropertyName = "Address";
     this.colHAddress.HeaderText       = "仓库地址";
     this.colHAddress.Name             = "colHAddress";
     this.colHAddress.ReadOnly         = true;
     //
     // colHIsDel
     //
     this.colHIsDel.DataPropertyName = "IsDel";
     this.colHIsDel.HeaderText       = "删除标记";
     this.colHIsDel.Name             = "colHIsDel";
     this.colHIsDel.ReadOnly         = true;
     this.colHIsDel.Visible          = false;
     //
     // colHCreater
     //
     this.colHCreater.DataPropertyName = "Creater";
     this.colHCreater.HeaderText       = "创建人";
     this.colHCreater.Name             = "colHCreater";
     this.colHCreater.ReadOnly         = true;
     //
     // colHCreateTime
     //
     this.colHCreateTime.DataPropertyName = "CreateTime";
     this.colHCreateTime.HeaderText       = "创建时间";
     this.colHCreateTime.Name             = "colHCreateTime";
     this.colHCreateTime.ReadOnly         = true;
     //
     // colHModifyer
     //
     this.colHModifyer.DataPropertyName = "Modifyer";
     this.colHModifyer.HeaderText       = "修改人";
     this.colHModifyer.Name             = "colHModifyer";
     this.colHModifyer.ReadOnly         = true;
     //
     // colHModifyTime
     //
     this.colHModifyTime.DataPropertyName = "ModifyTime";
     this.colHModifyTime.HeaderText       = "修改时间";
     this.colHModifyTime.Name             = "colHModifyTime";
     this.colHModifyTime.ReadOnly         = true;
     //
     // pageList
     //
     this.pageList.BackColor            = System.Drawing.Color.WhiteSmoke;
     this.pageList.CurrentPageNumber    = 0;
     dividPage1.CurrentPageNumber       = 0;
     dividPage1.CurrentPageRecordCounts = 0;
     dividPage1.CurrentPageShowCounts   = 10;
     dividPage1.DefaultPageShowCounts   = 10;
     dividPage1.PagesCount          = 0;
     dividPage1.RecordCounts        = 0;
     this.pageList.dDividPage       = dividPage1;
     this.pageList.Dock             = System.Windows.Forms.DockStyle.Bottom;
     this.pageList.Font             = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.pageList.Location         = new System.Drawing.Point(3, 624);
     this.pageList.Margin           = new System.Windows.Forms.Padding(3, 6, 3, 6);
     this.pageList.Name             = "pageList";
     this.pageList.Size             = new System.Drawing.Size(986, 25);
     this.pageList.TabIndex         = 1;
     this.pageList.ChensPageChange += new ChensControl.ChensPage.PageChangeHandle(this.pageList_ChensPageChange);
     //
     // gbHeader
     //
     this.gbHeader.BackColor = System.Drawing.Color.WhiteSmoke;
     this.gbHeader.Controls.Add(this.dtpEndTime);
     this.gbHeader.Controls.Add(this.chensLabel5);
     this.gbHeader.Controls.Add(this.chensLabel6);
     this.gbHeader.Controls.Add(this.dtpStartTime);
     this.gbHeader.Controls.Add(this.txtCreater);
     this.gbHeader.Controls.Add(this.chensLabel4);
     this.gbHeader.Controls.Add(this.btnSearch);
     this.gbHeader.Controls.Add(this.txtAddress);
     this.gbHeader.Controls.Add(this.txtWarehouseNo);
     this.gbHeader.Controls.Add(this.chensLabel2);
     this.gbHeader.Controls.Add(this.chensLabel1);
     this.gbHeader.Dock     = System.Windows.Forms.DockStyle.Top;
     this.gbHeader.Font     = new System.Drawing.Font("微软雅黑", 9F);
     this.gbHeader.Location = new System.Drawing.Point(0, 25);
     this.gbHeader.Margin   = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.gbHeader.Name     = "gbHeader";
     this.gbHeader.Padding  = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.gbHeader.Size     = new System.Drawing.Size(992, 95);
     this.gbHeader.TabIndex = 3;
     this.gbHeader.TabStop  = false;
     this.gbHeader.Text     = "查询条件";
     //
     // dtpEndTime
     //
     this.dtpEndTime.Checked      = false;
     this.dtpEndTime.Location     = new System.Drawing.Point(571, 58);
     this.dtpEndTime.Name         = "dtpEndTime";
     this.dtpEndTime.ShowCheckBox = true;
     this.dtpEndTime.Size         = new System.Drawing.Size(150, 23);
     this.dtpEndTime.TabIndex     = 19;
     this.dtpEndTime.KeyPress    += new System.Windows.Forms.KeyPressEventHandler(this.txt_KeyPress);
     //
     // chensLabel5
     //
     this.chensLabel5.AutoSize = true;
     this.chensLabel5.Font     = new System.Drawing.Font("微软雅黑", 9F);
     this.chensLabel5.Location = new System.Drawing.Point(509, 60);
     this.chensLabel5.Name     = "chensLabel5";
     this.chensLabel5.Size     = new System.Drawing.Size(34, 17);
     this.chensLabel5.TabIndex = 18;
     this.chensLabel5.Text     = "——";
     //
     // chensLabel6
     //
     this.chensLabel6.AutoSize = true;
     this.chensLabel6.Font     = new System.Drawing.Font("微软雅黑", 9F);
     this.chensLabel6.Location = new System.Drawing.Point(267, 60);
     this.chensLabel6.Name     = "chensLabel6";
     this.chensLabel6.Size     = new System.Drawing.Size(56, 17);
     this.chensLabel6.TabIndex = 17;
     this.chensLabel6.Text     = "创建日期";
     //
     // dtpStartTime
     //
     this.dtpStartTime.Checked      = false;
     this.dtpStartTime.Location     = new System.Drawing.Point(329, 58);
     this.dtpStartTime.Name         = "dtpStartTime";
     this.dtpStartTime.ShowCheckBox = true;
     this.dtpStartTime.Size         = new System.Drawing.Size(150, 23);
     this.dtpStartTime.TabIndex     = 16;
     this.dtpStartTime.KeyPress    += new System.Windows.Forms.KeyPressEventHandler(this.txt_KeyPress);
     //
     // txtCreater
     //
     this.txtCreater.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
     this.txtCreater.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtCreater.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsMain, "Creater", true));
     this.txtCreater.Font        = new System.Drawing.Font("微软雅黑", 9F);
     this.txtCreater.HotTrack    = false;
     this.txtCreater.Location    = new System.Drawing.Point(87, 58);
     this.txtCreater.Name        = "txtCreater";
     this.txtCreater.Size        = new System.Drawing.Size(150, 23);
     this.txtCreater.TabIndex    = 15;
     this.txtCreater.TextEnabled = false;
     this.txtCreater.KeyPress   += new System.Windows.Forms.KeyPressEventHandler(this.txt_KeyPress);
     //
     // bsMain
     //
     this.bsMain.DataSource = typeof(WMS.WebService.WarehouseInfo);
     //
     // chensLabel4
     //
     this.chensLabel4.AutoSize = true;
     this.chensLabel4.Font     = new System.Drawing.Font("微软雅黑", 9F);
     this.chensLabel4.Location = new System.Drawing.Point(25, 60);
     this.chensLabel4.Name     = "chensLabel4";
     this.chensLabel4.Size     = new System.Drawing.Size(44, 17);
     this.chensLabel4.TabIndex = 14;
     this.chensLabel4.Text     = "创建人";
     //
     // btnSearch
     //
     this.btnSearch.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnSearch.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(34)))), ((int)(((byte)(174)))), ((int)(((byte)(253)))));
     this.btnSearch.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnSearch.Font      = new System.Drawing.Font("微软雅黑", 9F);
     this.btnSearch.ForeColor = System.Drawing.Color.White;
     this.btnSearch.Location  = new System.Drawing.Point(913, 19);
     this.btnSearch.Margin    = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.btnSearch.Name      = "btnSearch";
     this.btnSearch.Size      = new System.Drawing.Size(67, 29);
     this.btnSearch.TabIndex  = 4;
     this.btnSearch.Text      = "查询";
     this.btnSearch.UseVisualStyleBackColor = false;
     this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
     //
     // txtAddress
     //
     this.txtAddress.BackColor   = System.Drawing.Color.White;
     this.txtAddress.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
     this.txtAddress.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtAddress.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsMain, "Address", true));
     this.txtAddress.Font        = new System.Drawing.Font("微软雅黑", 9F);
     this.txtAddress.HotTrack    = false;
     this.txtAddress.Location    = new System.Drawing.Point(329, 23);
     this.txtAddress.Margin      = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.txtAddress.Name        = "txtAddress";
     this.txtAddress.Size        = new System.Drawing.Size(150, 23);
     this.txtAddress.TabIndex    = 3;
     this.txtAddress.TextEnabled = false;
     this.txtAddress.KeyPress   += new System.Windows.Forms.KeyPressEventHandler(this.txt_KeyPress);
     //
     // txtWarehouseNo
     //
     this.txtWarehouseNo.BackColor   = System.Drawing.Color.White;
     this.txtWarehouseNo.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
     this.txtWarehouseNo.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtWarehouseNo.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsMain, "WarehouseNo", true));
     this.txtWarehouseNo.Font        = new System.Drawing.Font("微软雅黑", 9F);
     this.txtWarehouseNo.HotTrack    = false;
     this.txtWarehouseNo.Location    = new System.Drawing.Point(87, 23);
     this.txtWarehouseNo.Margin      = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.txtWarehouseNo.Name        = "txtWarehouseNo";
     this.txtWarehouseNo.Size        = new System.Drawing.Size(150, 23);
     this.txtWarehouseNo.TabIndex    = 2;
     this.txtWarehouseNo.TextEnabled = false;
     this.txtWarehouseNo.KeyPress   += new System.Windows.Forms.KeyPressEventHandler(this.txt_KeyPress);
     //
     // chensLabel2
     //
     this.chensLabel2.AutoSize = true;
     this.chensLabel2.Font     = new System.Drawing.Font("微软雅黑", 9F);
     this.chensLabel2.Location = new System.Drawing.Point(267, 25);
     this.chensLabel2.Name     = "chensLabel2";
     this.chensLabel2.Size     = new System.Drawing.Size(56, 17);
     this.chensLabel2.TabIndex = 1;
     this.chensLabel2.Text     = "仓库地址";
     //
     // chensLabel1
     //
     this.chensLabel1.AutoSize = true;
     this.chensLabel1.Font     = new System.Drawing.Font("微软雅黑", 9F);
     this.chensLabel1.Location = new System.Drawing.Point(25, 25);
     this.chensLabel1.Name     = "chensLabel1";
     this.chensLabel1.Size     = new System.Drawing.Size(32, 17);
     this.chensLabel1.TabIndex = 0;
     this.chensLabel1.Text     = "仓库";
     //
     // msMain
     //
     this.msMain.BackColor = System.Drawing.Color.LightSteelBlue;
     this.msMain.Font      = new System.Drawing.Font("微软雅黑", 9F);
     this.msMain.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.tsmiSearch,
         this.tsmiAddWarehouse,
         this.tsmiDelWarehouse
     });
     this.msMain.Location = new System.Drawing.Point(0, 0);
     this.msMain.Name     = "msMain";
     this.msMain.Size     = new System.Drawing.Size(992, 25);
     this.msMain.TabIndex = 2;
     this.msMain.Text     = "chensMenuStrip1";
     //
     // tsmiSearch
     //
     this.tsmiSearch.Name         = "tsmiSearch";
     this.tsmiSearch.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.S)));
     this.tsmiSearch.Size         = new System.Drawing.Size(68, 21);
     this.tsmiSearch.Text         = "查询数据";
     this.tsmiSearch.Visible      = false;
     this.tsmiSearch.Click       += new System.EventHandler(this.btnSearch_Click);
     //
     // tsmiAddWarehouse
     //
     this.tsmiAddWarehouse.Name         = "tsmiAddWarehouse";
     this.tsmiAddWarehouse.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.N)));
     this.tsmiAddWarehouse.Size         = new System.Drawing.Size(68, 21);
     this.tsmiAddWarehouse.Text         = "新增仓库";
     this.tsmiAddWarehouse.Click       += new System.EventHandler(this.tsmiAddWarehouse_Click);
     //
     // tsmiDelWarehouse
     //
     this.tsmiDelWarehouse.Name         = "tsmiDelWarehouse";
     this.tsmiDelWarehouse.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.D)));
     this.tsmiDelWarehouse.Size         = new System.Drawing.Size(68, 21);
     this.tsmiDelWarehouse.Text         = "删除仓库";
     this.tsmiDelWarehouse.Click       += new System.EventHandler(this.tsmiDelWarehouse_Click);
     //
     // FrmWarehouseList
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(992, 773);
     this.Controls.Add(this.gbBottom);
     this.Controls.Add(this.gbHeader);
     this.Controls.Add(this.msMain);
     this.Margin      = new System.Windows.Forms.Padding(3, 6, 3, 6);
     this.Name        = "FrmWarehouseList";
     this.Text        = "仓库设置";
     this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.FrmWarehouseList_FormClosed);
     this.Load       += new System.EventHandler(this.FrmWarehouseList_Load);
     this.gbBottom.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dgvList)).EndInit();
     this.gbHeader.ResumeLayout(false);
     this.gbHeader.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.bsMain)).EndInit();
     this.msMain.ResumeLayout(false);
     this.msMain.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9  = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle11 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle12 = new System.Windows.Forms.DataGridViewCellStyle();
     ChensControl.DividPage dividPage3 = new ChensControl.DividPage();
     this.msMain             = new ChensControl.ChensMenuStrip();
     this.tsmiSearch         = new System.Windows.Forms.ToolStripMenuItem();
     this.tsmiExport         = new System.Windows.Forms.ToolStripMenuItem();
     this.gbHeader           = new ChensControl.ChensGroupBox();
     this.cbbVoucherType     = new ChensControl.ChensComboBox();
     this.bsMain             = new System.Windows.Forms.BindingSource(this.components);
     this.chensLabel7        = new ChensControl.ChensLabel();
     this.txtSUPCODE         = new ChensControl.ChensTextBox();
     this.chensLabel4        = new ChensControl.ChensLabel();
     this.dtpEndTime         = new ChensControl.ChensDateTimePicker();
     this.chensLabel3        = new ChensControl.ChensLabel();
     this.dtpStartTime       = new ChensControl.ChensDateTimePicker();
     this.chensLabel2        = new ChensControl.ChensLabel();
     this.btnSearch          = new ChensControl.ChensButton();
     this.gbBottom           = new ChensControl.ChensGroupBox();
     this.dgvList            = new ChensControl.ChensDataGridView();
     this.colHBARCODETYPE    = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colHStrBarcodeType = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.coloHSUPCODE       = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colHSUPNAME        = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colHVOUCHERTYPE    = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colHStrVoucherType = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colHPRINTQTY       = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.pageList           = new ChensControl.ChensPage();
     this.msMain.SuspendLayout();
     this.gbHeader.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.bsMain)).BeginInit();
     this.gbBottom.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgvList)).BeginInit();
     this.SuspendLayout();
     //
     // msMain
     //
     this.msMain.BackColor = System.Drawing.Color.LightSteelBlue;
     this.msMain.Font      = new System.Drawing.Font("微软雅黑", 9F);
     this.msMain.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.tsmiSearch,
         this.tsmiExport
     });
     this.msMain.Location = new System.Drawing.Point(0, 0);
     this.msMain.Name     = "msMain";
     this.msMain.Size     = new System.Drawing.Size(992, 25);
     this.msMain.TabIndex = 7;
     this.msMain.Text     = "chensMenuStrip1";
     //
     // tsmiSearch
     //
     this.tsmiSearch.Name         = "tsmiSearch";
     this.tsmiSearch.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.S)));
     this.tsmiSearch.Size         = new System.Drawing.Size(68, 21);
     this.tsmiSearch.Text         = "查询数据";
     this.tsmiSearch.Visible      = false;
     this.tsmiSearch.Click       += new System.EventHandler(this.btnSearch_Click);
     //
     // tsmiExport
     //
     this.tsmiExport.Name   = "tsmiExport";
     this.tsmiExport.Size   = new System.Drawing.Size(44, 21);
     this.tsmiExport.Text   = "导出";
     this.tsmiExport.Click += new System.EventHandler(this.tsmiExport_Click);
     //
     // gbHeader
     //
     this.gbHeader.BackColor = System.Drawing.Color.WhiteSmoke;
     this.gbHeader.Controls.Add(this.cbbVoucherType);
     this.gbHeader.Controls.Add(this.chensLabel7);
     this.gbHeader.Controls.Add(this.txtSUPCODE);
     this.gbHeader.Controls.Add(this.chensLabel4);
     this.gbHeader.Controls.Add(this.dtpEndTime);
     this.gbHeader.Controls.Add(this.chensLabel3);
     this.gbHeader.Controls.Add(this.dtpStartTime);
     this.gbHeader.Controls.Add(this.chensLabel2);
     this.gbHeader.Controls.Add(this.btnSearch);
     this.gbHeader.Dock     = System.Windows.Forms.DockStyle.Top;
     this.gbHeader.Font     = new System.Drawing.Font("微软雅黑", 9F);
     this.gbHeader.Location = new System.Drawing.Point(0, 25);
     this.gbHeader.Margin   = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.gbHeader.Name     = "gbHeader";
     this.gbHeader.Padding  = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.gbHeader.Size     = new System.Drawing.Size(992, 95);
     this.gbHeader.TabIndex = 12;
     this.gbHeader.TabStop  = false;
     this.gbHeader.Text     = "查询条件";
     //
     // cbbVoucherType
     //
     this.cbbVoucherType.BackColor   = System.Drawing.Color.White;
     this.cbbVoucherType.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
     this.cbbVoucherType.DataBindings.Add(new System.Windows.Forms.Binding("SelectedValue", this.bsMain, "iVoucherType", true));
     this.cbbVoucherType.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cbbVoucherType.FlatStyle         = System.Windows.Forms.FlatStyle.Flat;
     this.cbbVoucherType.Font              = new System.Drawing.Font("微软雅黑", 9F);
     this.cbbVoucherType.FormattingEnabled = true;
     this.cbbVoucherType.HotTrack          = false;
     this.cbbVoucherType.Location          = new System.Drawing.Point(87, 58);
     this.cbbVoucherType.Name              = "cbbVoucherType";
     this.cbbVoucherType.Size              = new System.Drawing.Size(150, 25);
     this.cbbVoucherType.TabIndex          = 16;
     this.cbbVoucherType.KeyPress         += new System.Windows.Forms.KeyPressEventHandler(this.txt_KeyPress);
     //
     // bsMain
     //
     this.bsMain.DataSource = typeof(WMS.WebService.Barcode_Model);
     //
     // chensLabel7
     //
     this.chensLabel7.AutoSize = true;
     this.chensLabel7.Font     = new System.Drawing.Font("微软雅黑", 9F);
     this.chensLabel7.Location = new System.Drawing.Point(25, 60);
     this.chensLabel7.Name     = "chensLabel7";
     this.chensLabel7.Size     = new System.Drawing.Size(56, 17);
     this.chensLabel7.TabIndex = 15;
     this.chensLabel7.Text     = "单据类型";
     //
     // txtSUPCODE
     //
     this.txtSUPCODE.BackColor   = System.Drawing.Color.White;
     this.txtSUPCODE.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
     this.txtSUPCODE.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtSUPCODE.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsMain, "SUPCODE", true));
     this.txtSUPCODE.Font        = new System.Drawing.Font("微软雅黑", 9F);
     this.txtSUPCODE.HotTrack    = false;
     this.txtSUPCODE.Location    = new System.Drawing.Point(87, 23);
     this.txtSUPCODE.Name        = "txtSUPCODE";
     this.txtSUPCODE.Size        = new System.Drawing.Size(150, 23);
     this.txtSUPCODE.TabIndex    = 10;
     this.txtSUPCODE.TextEnabled = false;
     this.txtSUPCODE.KeyPress   += new System.Windows.Forms.KeyPressEventHandler(this.txt_KeyPress);
     //
     // chensLabel4
     //
     this.chensLabel4.AutoSize = true;
     this.chensLabel4.Font     = new System.Drawing.Font("微软雅黑", 9F);
     this.chensLabel4.Location = new System.Drawing.Point(25, 25);
     this.chensLabel4.Name     = "chensLabel4";
     this.chensLabel4.Size     = new System.Drawing.Size(44, 17);
     this.chensLabel4.TabIndex = 9;
     this.chensLabel4.Text     = "供应商";
     //
     // dtpEndTime
     //
     this.dtpEndTime.Checked      = false;
     this.dtpEndTime.Location     = new System.Drawing.Point(549, 23);
     this.dtpEndTime.Name         = "dtpEndTime";
     this.dtpEndTime.ShowCheckBox = true;
     this.dtpEndTime.Size         = new System.Drawing.Size(150, 23);
     this.dtpEndTime.TabIndex     = 8;
     this.dtpEndTime.KeyPress    += new System.Windows.Forms.KeyPressEventHandler(this.txt_KeyPress);
     //
     // chensLabel3
     //
     this.chensLabel3.AutoSize = true;
     this.chensLabel3.Font     = new System.Drawing.Font("微软雅黑", 9F);
     this.chensLabel3.Location = new System.Drawing.Point(509, 25);
     this.chensLabel3.Name     = "chensLabel3";
     this.chensLabel3.Size     = new System.Drawing.Size(34, 17);
     this.chensLabel3.TabIndex = 7;
     this.chensLabel3.Text     = "——";
     //
     // dtpStartTime
     //
     this.dtpStartTime.Checked      = false;
     this.dtpStartTime.Location     = new System.Drawing.Point(329, 23);
     this.dtpStartTime.Name         = "dtpStartTime";
     this.dtpStartTime.ShowCheckBox = true;
     this.dtpStartTime.Size         = new System.Drawing.Size(150, 23);
     this.dtpStartTime.TabIndex     = 6;
     this.dtpStartTime.KeyPress    += new System.Windows.Forms.KeyPressEventHandler(this.txt_KeyPress);
     //
     // chensLabel2
     //
     this.chensLabel2.AutoSize = true;
     this.chensLabel2.Font     = new System.Drawing.Font("微软雅黑", 9F);
     this.chensLabel2.Location = new System.Drawing.Point(267, 25);
     this.chensLabel2.Name     = "chensLabel2";
     this.chensLabel2.Size     = new System.Drawing.Size(56, 17);
     this.chensLabel2.TabIndex = 5;
     this.chensLabel2.Text     = "打印日期";
     //
     // btnSearch
     //
     this.btnSearch.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnSearch.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(34)))), ((int)(((byte)(174)))), ((int)(((byte)(253)))));
     this.btnSearch.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnSearch.Font      = new System.Drawing.Font("微软雅黑", 9F);
     this.btnSearch.ForeColor = System.Drawing.Color.White;
     this.btnSearch.Location  = new System.Drawing.Point(913, 19);
     this.btnSearch.Margin    = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.btnSearch.Name      = "btnSearch";
     this.btnSearch.Size      = new System.Drawing.Size(67, 29);
     this.btnSearch.TabIndex  = 4;
     this.btnSearch.Text      = "查询";
     this.btnSearch.UseVisualStyleBackColor = false;
     this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
     //
     // gbBottom
     //
     this.gbBottom.BackColor = System.Drawing.Color.WhiteSmoke;
     this.gbBottom.Controls.Add(this.dgvList);
     this.gbBottom.Controls.Add(this.pageList);
     this.gbBottom.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.gbBottom.Font     = new System.Drawing.Font("微软雅黑", 9F);
     this.gbBottom.Location = new System.Drawing.Point(0, 120);
     this.gbBottom.Margin   = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.gbBottom.Name     = "gbBottom";
     this.gbBottom.Padding  = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.gbBottom.Size     = new System.Drawing.Size(992, 653);
     this.gbBottom.TabIndex = 13;
     this.gbBottom.TabStop  = false;
     this.gbBottom.Text     = "查询结果";
     //
     // dgvList
     //
     this.dgvList.AllowUserToAddRows              = false;
     this.dgvList.AllowUserToDeleteRows           = false;
     dataGridViewCellStyle9.BackColor             = System.Drawing.Color.White;
     this.dgvList.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle9;
     this.dgvList.BackgroundColor               = System.Drawing.Color.WhiteSmoke;
     this.dgvList.BorderStyle                   = System.Windows.Forms.BorderStyle.None;
     this.dgvList.ColumnHeadersBorderStyle      = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
     dataGridViewCellStyle10.Alignment          = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     dataGridViewCellStyle10.BackColor          = System.Drawing.Color.Gainsboro;
     dataGridViewCellStyle10.Font               = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
     dataGridViewCellStyle10.ForeColor          = System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle10.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle10.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle10.WrapMode           = System.Windows.Forms.DataGridViewTriState.True;
     this.dgvList.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle10;
     this.dgvList.ColumnHeadersHeightSizeMode   = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dgvList.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.colHBARCODETYPE,
         this.colHStrBarcodeType,
         this.coloHSUPCODE,
         this.colHSUPNAME,
         this.colHVOUCHERTYPE,
         this.colHStrVoucherType,
         this.colHPRINTQTY
     });
     this.dgvList.Dock                          = System.Windows.Forms.DockStyle.Fill;
     this.dgvList.EditMode                      = System.Windows.Forms.DataGridViewEditMode.EditProgrammatically;
     this.dgvList.Font                          = new System.Drawing.Font("微软雅黑", 9F);
     this.dgvList.GridColor                     = System.Drawing.Color.LightGray;
     this.dgvList.HaveCopyMenu                  = true;
     this.dgvList.Location                      = new System.Drawing.Point(3, 20);
     this.dgvList.Margin                        = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.dgvList.Name                          = "dgvList";
     this.dgvList.ReadOnly                      = true;
     dataGridViewCellStyle11.Alignment          = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle11.BackColor          = System.Drawing.SystemColors.ActiveCaption;
     dataGridViewCellStyle11.Font               = new System.Drawing.Font("微软雅黑", 9F);
     dataGridViewCellStyle11.ForeColor          = System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle11.SelectionBackColor = System.Drawing.Color.LightGray;
     dataGridViewCellStyle11.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle11.WrapMode           = System.Windows.Forms.DataGridViewTriState.True;
     this.dgvList.RowHeadersDefaultCellStyle    = dataGridViewCellStyle11;
     this.dgvList.RowHeadersVisible             = false;
     dataGridViewCellStyle12.SelectionBackColor = System.Drawing.Color.CornflowerBlue;
     this.dgvList.RowsDefaultCellStyle          = dataGridViewCellStyle12;
     this.dgvList.RowTemplate.Height            = 23;
     this.dgvList.SelectionMode                 = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.dgvList.Size                          = new System.Drawing.Size(986, 609);
     this.dgvList.TabIndex                      = 2;
     //
     // colHBARCODETYPE
     //
     this.colHBARCODETYPE.DataPropertyName = "BARCODETYPE";
     this.colHBARCODETYPE.HeaderText       = "条码类型";
     this.colHBARCODETYPE.Name             = "colHBARCODETYPE";
     this.colHBARCODETYPE.ReadOnly         = true;
     this.colHBARCODETYPE.Visible          = false;
     //
     // colHStrBarcodeType
     //
     this.colHStrBarcodeType.DataPropertyName = "StrBarcodeType";
     this.colHStrBarcodeType.HeaderText       = "标签类型";
     this.colHStrBarcodeType.Name             = "colHStrBarcodeType";
     this.colHStrBarcodeType.ReadOnly         = true;
     //
     // coloHSUPCODE
     //
     this.coloHSUPCODE.DataPropertyName = "SUPCODE";
     this.coloHSUPCODE.HeaderText       = "供应商代码";
     this.coloHSUPCODE.Name             = "coloHSUPCODE";
     this.coloHSUPCODE.ReadOnly         = true;
     //
     // colHSUPNAME
     //
     this.colHSUPNAME.DataPropertyName = "SUPNAME";
     this.colHSUPNAME.HeaderText       = "供应商名称";
     this.colHSUPNAME.Name             = "colHSUPNAME";
     this.colHSUPNAME.ReadOnly         = true;
     this.colHSUPNAME.Width            = 200;
     //
     // colHVOUCHERTYPE
     //
     this.colHVOUCHERTYPE.DataPropertyName = "VOUCHERTYPE";
     this.colHVOUCHERTYPE.HeaderText       = "单据类型";
     this.colHVOUCHERTYPE.Name             = "colHVOUCHERTYPE";
     this.colHVOUCHERTYPE.ReadOnly         = true;
     this.colHVOUCHERTYPE.Visible          = false;
     //
     // colHStrVoucherType
     //
     this.colHStrVoucherType.DataPropertyName = "StrVoucherType";
     this.colHStrVoucherType.HeaderText       = "单据类型";
     this.colHStrVoucherType.Name             = "colHStrVoucherType";
     this.colHStrVoucherType.ReadOnly         = true;
     //
     // colHPRINTQTY
     //
     this.colHPRINTQTY.DataPropertyName = "PRINTQTY";
     this.colHPRINTQTY.HeaderText       = "打印数量";
     this.colHPRINTQTY.Name             = "colHPRINTQTY";
     this.colHPRINTQTY.ReadOnly         = true;
     //
     // pageList
     //
     this.pageList.BackColor            = System.Drawing.Color.WhiteSmoke;
     this.pageList.CurrentPageNumber    = 0;
     dividPage3.CurrentPageNumber       = 0;
     dividPage3.CurrentPageRecordCounts = 0;
     dividPage3.CurrentPageShowCounts   = 10;
     dividPage3.DefaultPageShowCounts   = 10;
     dividPage3.PagesCount    = 0;
     dividPage3.RecordCounts  = 0;
     this.pageList.dDividPage = dividPage3;
     this.pageList.Dock       = System.Windows.Forms.DockStyle.Bottom;
     this.pageList.Font       = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.pageList.Location   = new System.Drawing.Point(3, 629);
     this.pageList.Margin     = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.pageList.Name       = "pageList";
     this.pageList.Size       = new System.Drawing.Size(986, 20);
     this.pageList.TabIndex   = 1;
     this.pageList.Click     += new System.EventHandler(this.pageList_ChensPageChange);
     //
     // FrmPrintRecordQuery
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(992, 773);
     this.Controls.Add(this.gbBottom);
     this.Controls.Add(this.gbHeader);
     this.Controls.Add(this.msMain);
     this.Margin      = new System.Windows.Forms.Padding(3, 6, 3, 6);
     this.Name        = "FrmPrintRecordQuery";
     this.Text        = "标签打印记录查新";
     this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.FrmPrintRecordQuery_FormClosed);
     this.Load       += new System.EventHandler(this.FrmPrintRecordQuery_Load);
     this.msMain.ResumeLayout(false);
     this.msMain.PerformLayout();
     this.gbHeader.ResumeLayout(false);
     this.gbHeader.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.bsMain)).EndInit();
     this.gbBottom.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dgvList)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
     ChensControl.DividPage dividPage1 = new ChensControl.DividPage();
     this.msMain                   = new ChensControl.ChensMenuStrip();
     this.tsmiSearch               = new System.Windows.Forms.ToolStripMenuItem();
     this.tsmiPrint                = new System.Windows.Forms.ToolStripMenuItem();
     this.tsmiRePrint              = new System.Windows.Forms.ToolStripMenuItem();
     this.tsmiChangePrinter        = new System.Windows.Forms.ToolStripMenuItem();
     this.gbHeader                 = new ChensControl.ChensGroupBox();
     this.txtSupplier              = new ChensControl.ChensTextBox();
     this.chensLabel5              = new ChensControl.ChensLabel();
     this.btnSearch                = new ChensControl.ChensButton();
     this.txtVoucherNo             = new ChensControl.ChensTextBox();
     this.bsMain                   = new System.Windows.Forms.BindingSource(this.components);
     this.lblVoucherNo             = new ChensControl.ChensLabel();
     this.gbBottom                 = new ChensControl.ChensGroupBox();
     this.cbxShowSup               = new ChensControl.ChensCheckBox();
     this.bsCreate                 = new System.Windows.Forms.BindingSource(this.components);
     this.txtBatchQty              = new ChensControl.ChensTextBox();
     this.chensLabel1              = new ChensControl.ChensLabel();
     this.txtInnerPackQty          = new ChensControl.ChensTextBox();
     this.lblInnerPackQty          = new ChensControl.ChensLabel();
     this.cbxOther                 = new ChensControl.ChensCheckBox();
     this.cbxPlatedTin             = new ChensControl.ChensCheckBox();
     this.cbxPlatedSilver          = new ChensControl.ChensCheckBox();
     this.txtBatchNo               = new ChensControl.ChensTextBox();
     this.chensLabel4              = new ChensControl.ChensLabel();
     this.txtMaterialDesc          = new ChensControl.ChensTextBox();
     this.chensLabel3              = new ChensControl.ChensLabel();
     this.txtMaterialNo            = new ChensControl.ChensTextBox();
     this.chensLabel2              = new ChensControl.ChensLabel();
     this.gbMiddle                 = new ChensControl.ChensGroupBox();
     this.dgvList                  = new ChensControl.ChensDataGridView();
     this.colHMaterialNo           = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colHMaterialDesc         = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colHSupCode              = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colHVoucherNo            = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colHRowNo                = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colHDeliveryNo           = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colHWaitDeliveryNum      = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colHCurrentlyDeliveryNum = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.pageList                 = new ChensControl.ChensPage();
     this.msMain.SuspendLayout();
     this.gbHeader.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.bsMain)).BeginInit();
     this.gbBottom.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.bsCreate)).BeginInit();
     this.gbMiddle.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgvList)).BeginInit();
     this.SuspendLayout();
     //
     // msMain
     //
     this.msMain.BackColor = System.Drawing.Color.LightSteelBlue;
     this.msMain.Font      = new System.Drawing.Font("微软雅黑", 9F);
     this.msMain.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.tsmiSearch,
         this.tsmiPrint,
         this.tsmiRePrint,
         this.tsmiChangePrinter
     });
     this.msMain.Location = new System.Drawing.Point(0, 0);
     this.msMain.Name     = "msMain";
     this.msMain.Padding  = new System.Windows.Forms.Padding(7, 3, 0, 3);
     this.msMain.Size     = new System.Drawing.Size(992, 27);
     this.msMain.TabIndex = 4;
     this.msMain.Text     = "chensMenuStrip1";
     //
     // tsmiSearch
     //
     this.tsmiSearch.Name         = "tsmiSearch";
     this.tsmiSearch.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.S)));
     this.tsmiSearch.Size         = new System.Drawing.Size(68, 21);
     this.tsmiSearch.Text         = "查询订单";
     this.tsmiSearch.Visible      = false;
     this.tsmiSearch.Click       += new System.EventHandler(this.btnSearch_Click);
     //
     // tsmiPrint
     //
     this.tsmiPrint.Name         = "tsmiPrint";
     this.tsmiPrint.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.P)));
     this.tsmiPrint.Size         = new System.Drawing.Size(68, 21);
     this.tsmiPrint.Text         = "内盒打印";
     this.tsmiPrint.Click       += new System.EventHandler(this.tsmiPrint_Click);
     //
     // tsmiRePrint
     //
     this.tsmiRePrint.Name    = "tsmiRePrint";
     this.tsmiRePrint.Size    = new System.Drawing.Size(68, 21);
     this.tsmiRePrint.Text    = "标签重打";
     this.tsmiRePrint.Visible = false;
     this.tsmiRePrint.Click  += new System.EventHandler(this.tsmiRePrint_Click);
     //
     // tsmiChangePrinter
     //
     this.tsmiChangePrinter.Name   = "tsmiChangePrinter";
     this.tsmiChangePrinter.Size   = new System.Drawing.Size(80, 21);
     this.tsmiChangePrinter.Text   = "设置打印机";
     this.tsmiChangePrinter.Click += new System.EventHandler(this.tsmiChangePrinter_Click);
     //
     // gbHeader
     //
     this.gbHeader.BackColor = System.Drawing.Color.WhiteSmoke;
     this.gbHeader.Controls.Add(this.txtSupplier);
     this.gbHeader.Controls.Add(this.chensLabel5);
     this.gbHeader.Controls.Add(this.btnSearch);
     this.gbHeader.Controls.Add(this.txtVoucherNo);
     this.gbHeader.Controls.Add(this.lblVoucherNo);
     this.gbHeader.Dock     = System.Windows.Forms.DockStyle.Top;
     this.gbHeader.Font     = new System.Drawing.Font("微软雅黑", 9F);
     this.gbHeader.Location = new System.Drawing.Point(0, 27);
     this.gbHeader.Margin   = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.gbHeader.Name     = "gbHeader";
     this.gbHeader.Padding  = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.gbHeader.Size     = new System.Drawing.Size(992, 60);
     this.gbHeader.TabIndex = 5;
     this.gbHeader.TabStop  = false;
     this.gbHeader.Text     = "查询条件";
     //
     // txtSupplier
     //
     this.txtSupplier.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
     this.txtSupplier.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtSupplier.Font        = new System.Drawing.Font("微软雅黑", 9F);
     this.txtSupplier.HotTrack    = false;
     this.txtSupplier.Location    = new System.Drawing.Point(341, 23);
     this.txtSupplier.Name        = "txtSupplier";
     this.txtSupplier.Size        = new System.Drawing.Size(150, 23);
     this.txtSupplier.TabIndex    = 2;
     this.txtSupplier.TextEnabled = false;
     this.txtSupplier.KeyPress   += new System.Windows.Forms.KeyPressEventHandler(this.txtSupplier_KeyPress);
     //
     // chensLabel5
     //
     this.chensLabel5.AutoSize = true;
     this.chensLabel5.Font     = new System.Drawing.Font("微软雅黑", 9F);
     this.chensLabel5.Location = new System.Drawing.Point(267, 25);
     this.chensLabel5.Name     = "chensLabel5";
     this.chensLabel5.Size     = new System.Drawing.Size(68, 17);
     this.chensLabel5.TabIndex = 5;
     this.chensLabel5.Text     = "供应商代码";
     //
     // btnSearch
     //
     this.btnSearch.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnSearch.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(34)))), ((int)(((byte)(174)))), ((int)(((byte)(253)))));
     this.btnSearch.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnSearch.Font      = new System.Drawing.Font("微软雅黑", 9F);
     this.btnSearch.ForeColor = System.Drawing.Color.White;
     this.btnSearch.Location  = new System.Drawing.Point(913, 19);
     this.btnSearch.Margin    = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.btnSearch.Name      = "btnSearch";
     this.btnSearch.Size      = new System.Drawing.Size(67, 29);
     this.btnSearch.TabIndex  = 4;
     this.btnSearch.Text      = "查询";
     this.btnSearch.UseVisualStyleBackColor = false;
     this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
     //
     // txtVoucherNo
     //
     this.txtVoucherNo.BackColor   = System.Drawing.Color.White;
     this.txtVoucherNo.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
     this.txtVoucherNo.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtVoucherNo.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsMain, "VOUCHERNO", true));
     this.txtVoucherNo.Font        = new System.Drawing.Font("微软雅黑", 9F);
     this.txtVoucherNo.HotTrack    = false;
     this.txtVoucherNo.Location    = new System.Drawing.Point(87, 23);
     this.txtVoucherNo.Margin      = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.txtVoucherNo.Name        = "txtVoucherNo";
     this.txtVoucherNo.Size        = new System.Drawing.Size(150, 23);
     this.txtVoucherNo.TabIndex    = 1;
     this.txtVoucherNo.TextEnabled = false;
     this.txtVoucherNo.KeyPress   += new System.Windows.Forms.KeyPressEventHandler(this.txtVoucherNo_KeyPress);
     //
     // bsMain
     //
     this.bsMain.DataSource = typeof(WMS.WebService.Barcode_Model);
     //
     // lblVoucherNo
     //
     this.lblVoucherNo.AutoSize = true;
     this.lblVoucherNo.Font     = new System.Drawing.Font("微软雅黑", 9F);
     this.lblVoucherNo.Location = new System.Drawing.Point(25, 25);
     this.lblVoucherNo.Name     = "lblVoucherNo";
     this.lblVoucherNo.Size     = new System.Drawing.Size(56, 17);
     this.lblVoucherNo.TabIndex = 0;
     this.lblVoucherNo.Text     = "采购单号";
     //
     // gbBottom
     //
     this.gbBottom.BackColor = System.Drawing.Color.WhiteSmoke;
     this.gbBottom.Controls.Add(this.cbxShowSup);
     this.gbBottom.Controls.Add(this.txtBatchQty);
     this.gbBottom.Controls.Add(this.chensLabel1);
     this.gbBottom.Controls.Add(this.txtInnerPackQty);
     this.gbBottom.Controls.Add(this.lblInnerPackQty);
     this.gbBottom.Controls.Add(this.cbxOther);
     this.gbBottom.Controls.Add(this.cbxPlatedTin);
     this.gbBottom.Controls.Add(this.cbxPlatedSilver);
     this.gbBottom.Controls.Add(this.txtBatchNo);
     this.gbBottom.Controls.Add(this.chensLabel4);
     this.gbBottom.Controls.Add(this.txtMaterialDesc);
     this.gbBottom.Controls.Add(this.chensLabel3);
     this.gbBottom.Controls.Add(this.txtMaterialNo);
     this.gbBottom.Controls.Add(this.chensLabel2);
     this.gbBottom.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.gbBottom.Font     = new System.Drawing.Font("微软雅黑", 9F);
     this.gbBottom.Location = new System.Drawing.Point(0, 608);
     this.gbBottom.Name     = "gbBottom";
     this.gbBottom.Size     = new System.Drawing.Size(992, 165);
     this.gbBottom.TabIndex = 7;
     this.gbBottom.TabStop  = false;
     this.gbBottom.Text     = "打印参数";
     //
     // cbxShowSup
     //
     this.cbxShowSup.AutoSize = true;
     this.cbxShowSup.DataBindings.Add(new System.Windows.Forms.Binding("Checked", this.bsCreate, "BSHOWSUP", true));
     this.cbxShowSup.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.cbxShowSup.Font      = new System.Drawing.Font("微软雅黑", 9F);
     this.cbxShowSup.Location  = new System.Drawing.Point(535, 23);
     this.cbxShowSup.Name      = "cbxShowSup";
     this.cbxShowSup.Size      = new System.Drawing.Size(84, 21);
     this.cbxShowSup.TabIndex  = 24;
     this.cbxShowSup.Text      = "显示供应商";
     this.cbxShowSup.Textn     = "显示供应商";
     this.cbxShowSup.UseVisualStyleBackColor = true;
     //
     // bsCreate
     //
     this.bsCreate.DataSource = typeof(WMS.WebService.Barcode_Model);
     //
     // txtBatchQty
     //
     this.txtBatchQty.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
     this.txtBatchQty.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtBatchQty.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsCreate, "BATCHQTY", true));
     this.txtBatchQty.Font        = new System.Drawing.Font("微软雅黑", 9F);
     this.txtBatchQty.HotTrack    = false;
     this.txtBatchQty.Location    = new System.Drawing.Point(353, 58);
     this.txtBatchQty.Name        = "txtBatchQty";
     this.txtBatchQty.Size        = new System.Drawing.Size(150, 23);
     this.txtBatchQty.TabIndex    = 4;
     this.txtBatchQty.TextEnabled = false;
     //
     // chensLabel1
     //
     this.chensLabel1.AutoSize = true;
     this.chensLabel1.Font     = new System.Drawing.Font("微软雅黑", 9F);
     this.chensLabel1.Location = new System.Drawing.Point(279, 60);
     this.chensLabel1.Name     = "chensLabel1";
     this.chensLabel1.Size     = new System.Drawing.Size(68, 17);
     this.chensLabel1.TabIndex = 17;
     this.chensLabel1.Text     = "本批次数量";
     //
     // txtInnerPackQty
     //
     this.txtInnerPackQty.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
     this.txtInnerPackQty.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtInnerPackQty.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsCreate, "INNERPACKQTY", true));
     this.txtInnerPackQty.Font        = new System.Drawing.Font("微软雅黑", 9F);
     this.txtInnerPackQty.HotTrack    = false;
     this.txtInnerPackQty.Location    = new System.Drawing.Point(99, 93);
     this.txtInnerPackQty.Name        = "txtInnerPackQty";
     this.txtInnerPackQty.Size        = new System.Drawing.Size(150, 23);
     this.txtInnerPackQty.TabIndex    = 5;
     this.txtInnerPackQty.TextEnabled = false;
     //
     // lblInnerPackQty
     //
     this.lblInnerPackQty.AutoSize = true;
     this.lblInnerPackQty.Font     = new System.Drawing.Font("微软雅黑", 9F);
     this.lblInnerPackQty.Location = new System.Drawing.Point(25, 95);
     this.lblInnerPackQty.Name     = "lblInnerPackQty";
     this.lblInnerPackQty.Size     = new System.Drawing.Size(68, 17);
     this.lblInnerPackQty.TabIndex = 15;
     this.lblInnerPackQty.Text     = "内盒包装量";
     //
     // cbxOther
     //
     this.cbxOther.AutoSize = true;
     this.cbxOther.DataBindings.Add(new System.Windows.Forms.Binding("Checked", this.bsCreate, "BPlatedOther", true));
     this.cbxOther.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.cbxOther.Font      = new System.Drawing.Font("微软雅黑", 9F);
     this.cbxOther.Location  = new System.Drawing.Point(175, 130);
     this.cbxOther.Name      = "cbxOther";
     this.cbxOther.Size      = new System.Drawing.Size(48, 21);
     this.cbxOther.TabIndex  = 8;
     this.cbxOther.Text      = "其他";
     this.cbxOther.Textn     = "其他";
     this.cbxOther.UseVisualStyleBackColor = true;
     this.cbxOther.CheckedChanged         += new System.EventHandler(this.cbxOther_CheckedChanged);
     //
     // cbxPlatedTin
     //
     this.cbxPlatedTin.AutoSize = true;
     this.cbxPlatedTin.DataBindings.Add(new System.Windows.Forms.Binding("Checked", this.bsCreate, "BPlatedTin", true));
     this.cbxPlatedTin.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.cbxPlatedTin.Font      = new System.Drawing.Font("微软雅黑", 9F);
     this.cbxPlatedTin.Location  = new System.Drawing.Point(100, 130);
     this.cbxPlatedTin.Name      = "cbxPlatedTin";
     this.cbxPlatedTin.Size      = new System.Drawing.Size(48, 21);
     this.cbxPlatedTin.TabIndex  = 7;
     this.cbxPlatedTin.Text      = "镀锡";
     this.cbxPlatedTin.Textn     = "镀锡";
     this.cbxPlatedTin.UseVisualStyleBackColor = true;
     this.cbxPlatedTin.CheckedChanged         += new System.EventHandler(this.cbxPlatedTin_CheckedChanged);
     //
     // cbxPlatedSilver
     //
     this.cbxPlatedSilver.AutoSize = true;
     this.cbxPlatedSilver.DataBindings.Add(new System.Windows.Forms.Binding("Checked", this.bsCreate, "BPlatedSilver", true));
     this.cbxPlatedSilver.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.cbxPlatedSilver.Font      = new System.Drawing.Font("微软雅黑", 9F);
     this.cbxPlatedSilver.Location  = new System.Drawing.Point(25, 130);
     this.cbxPlatedSilver.Name      = "cbxPlatedSilver";
     this.cbxPlatedSilver.Size      = new System.Drawing.Size(48, 21);
     this.cbxPlatedSilver.TabIndex  = 6;
     this.cbxPlatedSilver.Text      = "镀银";
     this.cbxPlatedSilver.Textn     = "镀银";
     this.cbxPlatedSilver.UseVisualStyleBackColor = true;
     this.cbxPlatedSilver.CheckedChanged         += new System.EventHandler(this.cbxPlatedSilver_CheckedChanged);
     //
     // txtBatchNo
     //
     this.txtBatchNo.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
     this.txtBatchNo.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtBatchNo.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsCreate, "BATCHNO", true));
     this.txtBatchNo.Font        = new System.Drawing.Font("微软雅黑", 9F);
     this.txtBatchNo.HotTrack    = false;
     this.txtBatchNo.Location    = new System.Drawing.Point(99, 58);
     this.txtBatchNo.Name        = "txtBatchNo";
     this.txtBatchNo.Size        = new System.Drawing.Size(150, 23);
     this.txtBatchNo.TabIndex    = 3;
     this.txtBatchNo.TextEnabled = false;
     //
     // chensLabel4
     //
     this.chensLabel4.AutoSize = true;
     this.chensLabel4.Font     = new System.Drawing.Font("微软雅黑", 9F);
     this.chensLabel4.Location = new System.Drawing.Point(25, 60);
     this.chensLabel4.Name     = "chensLabel4";
     this.chensLabel4.Size     = new System.Drawing.Size(56, 17);
     this.chensLabel4.TabIndex = 5;
     this.chensLabel4.Text     = "生产批号";
     //
     // txtMaterialDesc
     //
     this.txtMaterialDesc.BackColor   = System.Drawing.Color.White;
     this.txtMaterialDesc.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
     this.txtMaterialDesc.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtMaterialDesc.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsCreate, "MATERIALDESC", true));
     this.txtMaterialDesc.Enabled     = false;
     this.txtMaterialDesc.Font        = new System.Drawing.Font("微软雅黑", 9F);
     this.txtMaterialDesc.HotTrack    = false;
     this.txtMaterialDesc.Location    = new System.Drawing.Point(353, 23);
     this.txtMaterialDesc.Name        = "txtMaterialDesc";
     this.txtMaterialDesc.Size        = new System.Drawing.Size(150, 23);
     this.txtMaterialDesc.TabIndex    = 2;
     this.txtMaterialDesc.TextEnabled = false;
     //
     // chensLabel3
     //
     this.chensLabel3.AutoSize = true;
     this.chensLabel3.Font     = new System.Drawing.Font("微软雅黑", 9F);
     this.chensLabel3.Location = new System.Drawing.Point(279, 25);
     this.chensLabel3.Name     = "chensLabel3";
     this.chensLabel3.Size     = new System.Drawing.Size(56, 17);
     this.chensLabel3.TabIndex = 3;
     this.chensLabel3.Text     = "物料描述";
     //
     // txtMaterialNo
     //
     this.txtMaterialNo.BackColor   = System.Drawing.Color.White;
     this.txtMaterialNo.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
     this.txtMaterialNo.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtMaterialNo.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsCreate, "MATERIALNO", true));
     this.txtMaterialNo.Enabled     = false;
     this.txtMaterialNo.Font        = new System.Drawing.Font("微软雅黑", 9F);
     this.txtMaterialNo.HotTrack    = false;
     this.txtMaterialNo.Location    = new System.Drawing.Point(99, 23);
     this.txtMaterialNo.Name        = "txtMaterialNo";
     this.txtMaterialNo.Size        = new System.Drawing.Size(150, 23);
     this.txtMaterialNo.TabIndex    = 1;
     this.txtMaterialNo.TextEnabled = false;
     //
     // chensLabel2
     //
     this.chensLabel2.AutoSize = true;
     this.chensLabel2.Font     = new System.Drawing.Font("微软雅黑", 9F);
     this.chensLabel2.Location = new System.Drawing.Point(25, 25);
     this.chensLabel2.Name     = "chensLabel2";
     this.chensLabel2.Size     = new System.Drawing.Size(56, 17);
     this.chensLabel2.TabIndex = 1;
     this.chensLabel2.Text     = "物料编号";
     //
     // gbMiddle
     //
     this.gbMiddle.BackColor = System.Drawing.Color.WhiteSmoke;
     this.gbMiddle.Controls.Add(this.dgvList);
     this.gbMiddle.Controls.Add(this.pageList);
     this.gbMiddle.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.gbMiddle.Font     = new System.Drawing.Font("微软雅黑", 9F);
     this.gbMiddle.Location = new System.Drawing.Point(0, 87);
     this.gbMiddle.Name     = "gbMiddle";
     this.gbMiddle.Size     = new System.Drawing.Size(992, 521);
     this.gbMiddle.TabIndex = 8;
     this.gbMiddle.TabStop  = false;
     this.gbMiddle.Text     = "采购订单明细";
     //
     // dgvList
     //
     this.dgvList.AllowUserToAddRows              = false;
     this.dgvList.AllowUserToDeleteRows           = false;
     dataGridViewCellStyle1.BackColor             = System.Drawing.Color.White;
     this.dgvList.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
     this.dgvList.BackgroundColor               = System.Drawing.Color.WhiteSmoke;
     this.dgvList.BorderStyle                   = System.Windows.Forms.BorderStyle.None;
     this.dgvList.ColumnHeadersBorderStyle      = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
     dataGridViewCellStyle2.Alignment           = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     dataGridViewCellStyle2.BackColor           = System.Drawing.Color.Gainsboro;
     dataGridViewCellStyle2.Font                = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
     dataGridViewCellStyle2.ForeColor           = System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle2.SelectionBackColor  = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle2.SelectionForeColor  = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle2.WrapMode            = System.Windows.Forms.DataGridViewTriState.True;
     this.dgvList.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
     this.dgvList.ColumnHeadersHeightSizeMode   = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dgvList.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.colHMaterialNo,
         this.colHMaterialDesc,
         this.colHSupCode,
         this.colHVoucherNo,
         this.colHRowNo,
         this.colHDeliveryNo,
         this.colHWaitDeliveryNum,
         this.colHCurrentlyDeliveryNum
     });
     this.dgvList.Dock                         = System.Windows.Forms.DockStyle.Fill;
     this.dgvList.EditMode                     = System.Windows.Forms.DataGridViewEditMode.EditProgrammatically;
     this.dgvList.Font                         = new System.Drawing.Font("微软雅黑", 9F);
     this.dgvList.GridColor                    = System.Drawing.Color.LightGray;
     this.dgvList.HaveCopyMenu                 = true;
     this.dgvList.Location                     = new System.Drawing.Point(3, 19);
     this.dgvList.Name                         = "dgvList";
     this.dgvList.ReadOnly                     = true;
     this.dgvList.RowHeadersVisible            = false;
     dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.CornflowerBlue;
     this.dgvList.RowsDefaultCellStyle         = dataGridViewCellStyle3;
     this.dgvList.RowTemplate.Height           = 23;
     this.dgvList.SelectionMode                = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.dgvList.Size                         = new System.Drawing.Size(986, 479);
     this.dgvList.TabIndex                     = 1;
     this.dgvList.CellClick                   += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvList_CellClick);
     this.dgvList.RowPostPaint                += new System.Windows.Forms.DataGridViewRowPostPaintEventHandler(this.dgvList_RowPostPaint);
     //
     // colHMaterialNo
     //
     this.colHMaterialNo.DataPropertyName = "MaterialNo";
     this.colHMaterialNo.HeaderText       = "物料编号";
     this.colHMaterialNo.Name             = "colHMaterialNo";
     this.colHMaterialNo.ReadOnly         = true;
     this.colHMaterialNo.Resizable        = System.Windows.Forms.DataGridViewTriState.True;
     this.colHMaterialNo.SortMode         = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     this.colHMaterialNo.Width            = 150;
     //
     // colHMaterialDesc
     //
     this.colHMaterialDesc.DataPropertyName = "MaterialDesc";
     this.colHMaterialDesc.HeaderText       = "物料描述";
     this.colHMaterialDesc.Name             = "colHMaterialDesc";
     this.colHMaterialDesc.ReadOnly         = true;
     this.colHMaterialDesc.Width            = 300;
     //
     // colHSupCode
     //
     this.colHSupCode.DataPropertyName = "SupCode";
     this.colHSupCode.HeaderText       = "供应商代码";
     this.colHSupCode.Name             = "colHSupCode";
     this.colHSupCode.ReadOnly         = true;
     //
     // colHVoucherNo
     //
     this.colHVoucherNo.DataPropertyName = "VoucherNo";
     this.colHVoucherNo.HeaderText       = "采购订单号";
     this.colHVoucherNo.Name             = "colHVoucherNo";
     this.colHVoucherNo.ReadOnly         = true;
     //
     // colHRowNo
     //
     this.colHRowNo.DataPropertyName = "RowNo";
     this.colHRowNo.HeaderText       = "订单行号";
     this.colHRowNo.Name             = "colHRowNo";
     this.colHRowNo.ReadOnly         = true;
     this.colHRowNo.Visible          = false;
     //
     // colHDeliveryNo
     //
     this.colHDeliveryNo.DataPropertyName = "DeliveryNo";
     this.colHDeliveryNo.HeaderText       = "送货单号";
     this.colHDeliveryNo.Name             = "colHDeliveryNo";
     this.colHDeliveryNo.ReadOnly         = true;
     //
     // colHWaitDeliveryNum
     //
     this.colHWaitDeliveryNum.DataPropertyName = "WaitDeliveryNum";
     this.colHWaitDeliveryNum.HeaderText       = "订单数量";
     this.colHWaitDeliveryNum.Name             = "colHWaitDeliveryNum";
     this.colHWaitDeliveryNum.ReadOnly         = true;
     this.colHWaitDeliveryNum.Visible          = false;
     //
     // colHCurrentlyDeliveryNum
     //
     this.colHCurrentlyDeliveryNum.DataPropertyName = "CurrentlyDeliveryNum";
     this.colHCurrentlyDeliveryNum.HeaderText       = "送货数量";
     this.colHCurrentlyDeliveryNum.Name             = "colHCurrentlyDeliveryNum";
     this.colHCurrentlyDeliveryNum.ReadOnly         = true;
     //
     // pageList
     //
     this.pageList.BackColor            = System.Drawing.Color.WhiteSmoke;
     this.pageList.CurrentPageNumber    = 0;
     dividPage1.CurrentPageNumber       = 0;
     dividPage1.CurrentPageRecordCounts = 0;
     dividPage1.CurrentPageShowCounts   = 10;
     dividPage1.DefaultPageShowCounts   = 10;
     dividPage1.PagesCount          = 0;
     dividPage1.RecordCounts        = 0;
     this.pageList.dDividPage       = dividPage1;
     this.pageList.Dock             = System.Windows.Forms.DockStyle.Bottom;
     this.pageList.Font             = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.pageList.Location         = new System.Drawing.Point(3, 498);
     this.pageList.Margin           = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.pageList.Name             = "pageList";
     this.pageList.Size             = new System.Drawing.Size(986, 20);
     this.pageList.TabIndex         = 0;
     this.pageList.Visible          = false;
     this.pageList.ChensPageChange += new ChensControl.ChensPage.PageChangeHandle(this.pageList_ChensPageChange);
     //
     // FrmInnerBarcodePrint
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(992, 773);
     this.Controls.Add(this.gbMiddle);
     this.Controls.Add(this.gbBottom);
     this.Controls.Add(this.gbHeader);
     this.Controls.Add(this.msMain);
     this.Margin = new System.Windows.Forms.Padding(3, 6, 3, 6);
     this.Name   = "FrmInnerBarcodePrint";
     this.Text   = "内盒标签打印";
     this.Load  += new System.EventHandler(this.FrmInnerBarcodePrint_Load);
     this.msMain.ResumeLayout(false);
     this.msMain.PerformLayout();
     this.gbHeader.ResumeLayout(false);
     this.gbHeader.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.bsMain)).EndInit();
     this.gbBottom.ResumeLayout(false);
     this.gbBottom.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.bsCreate)).EndInit();
     this.gbMiddle.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dgvList)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #20
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
     ChensControl.DividPage dividPage1 = new ChensControl.DividPage();
     this.bsMain            = new System.Windows.Forms.BindingSource(this.components);
     this.gbBottom          = new ChensControl.ChensGroupBox();
     this.cbxSelectAll      = new System.Windows.Forms.CheckBox();
     this.dgvList           = new ChensControl.ChensDataGridView();
     this.colSelect         = new System.Windows.Forms.DataGridViewCheckBoxColumn();
     this.colBEdit          = new System.Windows.Forms.DataGridViewLinkColumn();
     this.colBID            = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colBWarehouseNo   = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colBWarehouseName = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colBHouseNo       = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colBHouseName     = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colBAreaNo        = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colBAreaName      = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colBAreaType      = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colBStrAreaType   = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colBContactUser   = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colBContactPhone  = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colBLocationDesc  = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colBAreaStatus    = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colBStrAreaStatus = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colBAddress       = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colBHouseID       = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colBIsDel         = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colBCreater       = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colBCreateTime    = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colBModifyer      = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colBModifyTime    = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colPrintQty       = new ChensControl.ChensDataGridViewNumericUpDownColumn();
     this.pageList          = new ChensControl.ChensPage();
     this.gbHeader          = new ChensControl.ChensGroupBox();
     this.txtAreaNo         = new ChensControl.ChensTextBox();
     this.chensLabel1       = new ChensControl.ChensLabel();
     this.txtHouseNo        = new ChensControl.ChensTextBox();
     this.txtWarehouseNo    = new ChensControl.ChensTextBox();
     this.chensLabel2       = new ChensControl.ChensLabel();
     this.chensLabel5       = new ChensControl.ChensLabel();
     this.dtpEndTime        = new ChensControl.ChensDateTimePicker();
     this.chensLabel4       = new ChensControl.ChensLabel();
     this.chensLabel3       = new ChensControl.ChensLabel();
     this.dtpStartTime      = new ChensControl.ChensDateTimePicker();
     this.btnSearch         = new ChensControl.ChensButton();
     this.msMain            = new ChensControl.ChensMenuStrip();
     this.tsmiSearch        = new System.Windows.Forms.ToolStripMenuItem();
     this.tsmiPrint         = new System.Windows.Forms.ToolStripMenuItem();
     this.tsmiEditArea      = new System.Windows.Forms.ToolStripMenuItem();
     this.tsmiChangePrinter = new System.Windows.Forms.ToolStripMenuItem();
     ((System.ComponentModel.ISupportInitialize)(this.bsMain)).BeginInit();
     this.gbBottom.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgvList)).BeginInit();
     this.gbHeader.SuspendLayout();
     this.msMain.SuspendLayout();
     this.SuspendLayout();
     //
     // bsMain
     //
     this.bsMain.DataSource = typeof(WMS.WebService.AreaInfo);
     //
     // gbBottom
     //
     this.gbBottom.BackColor = System.Drawing.Color.WhiteSmoke;
     this.gbBottom.Controls.Add(this.cbxSelectAll);
     this.gbBottom.Controls.Add(this.dgvList);
     this.gbBottom.Controls.Add(this.pageList);
     this.gbBottom.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.gbBottom.Font     = new System.Drawing.Font("微软雅黑", 9F);
     this.gbBottom.Location = new System.Drawing.Point(0, 122);
     this.gbBottom.Margin   = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.gbBottom.Name     = "gbBottom";
     this.gbBottom.Padding  = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.gbBottom.Size     = new System.Drawing.Size(992, 651);
     this.gbBottom.TabIndex = 4;
     this.gbBottom.TabStop  = false;
     this.gbBottom.Text     = "查询结果";
     //
     // cbxSelectAll
     //
     this.cbxSelectAll.AutoSize  = true;
     this.cbxSelectAll.BackColor = System.Drawing.Color.Gainsboro;
     this.cbxSelectAll.Font      = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
     this.cbxSelectAll.Location  = new System.Drawing.Point(12, 19);
     this.cbxSelectAll.Name      = "cbxSelectAll";
     this.cbxSelectAll.Size      = new System.Drawing.Size(51, 21);
     this.cbxSelectAll.TabIndex  = 3;
     this.cbxSelectAll.Text      = "选择";
     this.cbxSelectAll.UseVisualStyleBackColor = false;
     this.cbxSelectAll.CheckedChanged         += new System.EventHandler(this.cbxSelectAll_CheckedChanged);
     //
     // dgvList
     //
     this.dgvList.AllowUserToAddRows              = false;
     this.dgvList.AllowUserToDeleteRows           = false;
     dataGridViewCellStyle1.BackColor             = System.Drawing.Color.White;
     this.dgvList.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
     this.dgvList.BackgroundColor               = System.Drawing.Color.WhiteSmoke;
     this.dgvList.BorderStyle                   = System.Windows.Forms.BorderStyle.None;
     this.dgvList.ColumnHeadersBorderStyle      = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
     dataGridViewCellStyle2.Alignment           = System.Windows.Forms.DataGridViewContentAlignment.BottomCenter;
     dataGridViewCellStyle2.BackColor           = System.Drawing.Color.Gainsboro;
     dataGridViewCellStyle2.Font                = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
     dataGridViewCellStyle2.ForeColor           = System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle2.SelectionBackColor  = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle2.SelectionForeColor  = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle2.WrapMode            = System.Windows.Forms.DataGridViewTriState.True;
     this.dgvList.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
     this.dgvList.ColumnHeadersHeightSizeMode   = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dgvList.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.colSelect,
         this.colBEdit,
         this.colBID,
         this.colBWarehouseNo,
         this.colBWarehouseName,
         this.colBHouseNo,
         this.colBHouseName,
         this.colBAreaNo,
         this.colBAreaName,
         this.colBAreaType,
         this.colBStrAreaType,
         this.colBContactUser,
         this.colBContactPhone,
         this.colBLocationDesc,
         this.colBAreaStatus,
         this.colBStrAreaStatus,
         this.colBAddress,
         this.colBHouseID,
         this.colBIsDel,
         this.colBCreater,
         this.colBCreateTime,
         this.colBModifyer,
         this.colBModifyTime,
         this.colPrintQty
     });
     this.dgvList.Dock                         = System.Windows.Forms.DockStyle.Fill;
     this.dgvList.EditMode                     = System.Windows.Forms.DataGridViewEditMode.EditProgrammatically;
     this.dgvList.Font                         = new System.Drawing.Font("微软雅黑", 9F);
     this.dgvList.GridColor                    = System.Drawing.Color.LightGray;
     this.dgvList.HaveCopyMenu                 = true;
     this.dgvList.Location                     = new System.Drawing.Point(3, 20);
     this.dgvList.Name                         = "dgvList";
     dataGridViewCellStyle5.Alignment          = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle5.BackColor          = System.Drawing.SystemColors.ActiveCaption;
     dataGridViewCellStyle5.Font               = new System.Drawing.Font("微软雅黑", 9F);
     dataGridViewCellStyle5.ForeColor          = System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle5.SelectionBackColor = System.Drawing.Color.LightGray;
     dataGridViewCellStyle5.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle5.WrapMode           = System.Windows.Forms.DataGridViewTriState.True;
     this.dgvList.RowHeadersDefaultCellStyle   = dataGridViewCellStyle5;
     this.dgvList.RowHeadersVisible            = false;
     dataGridViewCellStyle6.SelectionBackColor = System.Drawing.Color.CornflowerBlue;
     this.dgvList.RowsDefaultCellStyle         = dataGridViewCellStyle6;
     this.dgvList.RowTemplate.Height           = 23;
     this.dgvList.SelectionMode                = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.dgvList.Size                         = new System.Drawing.Size(986, 607);
     this.dgvList.TabIndex                     = 2;
     this.dgvList.Scroll                      += new System.Windows.Forms.ScrollEventHandler(this.dgvList_Scroll);
     //
     // colSelect
     //
     this.colSelect.FalseValue = "False";
     this.colSelect.HeaderText = "选择";
     this.colSelect.Name       = "colSelect";
     this.colSelect.Resizable  = System.Windows.Forms.DataGridViewTriState.False;
     this.colSelect.TrueValue  = "True";
     this.colSelect.Width      = 60;
     //
     // colBEdit
     //
     dataGridViewCellStyle3.NullValue = "编辑";
     this.colBEdit.DefaultCellStyle   = dataGridViewCellStyle3;
     this.colBEdit.HeaderText         = "编辑";
     this.colBEdit.LinkBehavior       = System.Windows.Forms.LinkBehavior.NeverUnderline;
     this.colBEdit.Name             = "colBEdit";
     this.colBEdit.Visible          = false;
     this.colBEdit.VisitedLinkColor = System.Drawing.Color.Blue;
     //
     // colBID
     //
     this.colBID.DataPropertyName = "ID";
     this.colBID.HeaderText       = "ID";
     this.colBID.Name             = "colBID";
     this.colBID.ReadOnly         = true;
     this.colBID.Visible          = false;
     //
     // colBWarehouseNo
     //
     this.colBWarehouseNo.DataPropertyName = "WarehouseNo";
     this.colBWarehouseNo.HeaderText       = "仓库编号";
     this.colBWarehouseNo.Name             = "colBWarehouseNo";
     this.colBWarehouseNo.ReadOnly         = true;
     this.colBWarehouseNo.Visible          = false;
     //
     // colBWarehouseName
     //
     this.colBWarehouseName.DataPropertyName = "WarehouseName";
     this.colBWarehouseName.HeaderText       = "仓库名称";
     this.colBWarehouseName.Name             = "colBWarehouseName";
     this.colBWarehouseName.ReadOnly         = true;
     //
     // colBHouseNo
     //
     this.colBHouseNo.DataPropertyName = "HouseNo";
     this.colBHouseNo.HeaderText       = "库区编号";
     this.colBHouseNo.Name             = "colBHouseNo";
     this.colBHouseNo.ReadOnly         = true;
     this.colBHouseNo.Visible          = false;
     //
     // colBHouseName
     //
     this.colBHouseName.DataPropertyName = "HouseName";
     this.colBHouseName.HeaderText       = "库区名称";
     this.colBHouseName.Name             = "colBHouseName";
     this.colBHouseName.ReadOnly         = true;
     //
     // colBAreaNo
     //
     this.colBAreaNo.DataPropertyName = "AreaNo";
     this.colBAreaNo.HeaderText       = "货位编号";
     this.colBAreaNo.Name             = "colBAreaNo";
     this.colBAreaNo.ReadOnly         = true;
     //
     // colBAreaName
     //
     this.colBAreaName.DataPropertyName = "AreaName";
     this.colBAreaName.HeaderText       = "货位名称";
     this.colBAreaName.Name             = "colBAreaName";
     this.colBAreaName.ReadOnly         = true;
     //
     // colBAreaType
     //
     this.colBAreaType.DataPropertyName = "AreaType";
     this.colBAreaType.HeaderText       = "货位类型";
     this.colBAreaType.Name             = "colBAreaType";
     this.colBAreaType.ReadOnly         = true;
     this.colBAreaType.Visible          = false;
     //
     // colBStrAreaType
     //
     this.colBStrAreaType.DataPropertyName = "StrAreaType";
     this.colBStrAreaType.HeaderText       = "货位类型";
     this.colBStrAreaType.Name             = "colBStrAreaType";
     this.colBStrAreaType.ReadOnly         = true;
     this.colBStrAreaType.Visible          = false;
     //
     // colBContactUser
     //
     this.colBContactUser.DataPropertyName = "ContactUser";
     this.colBContactUser.HeaderText       = "联系人";
     this.colBContactUser.Name             = "colBContactUser";
     this.colBContactUser.ReadOnly         = true;
     this.colBContactUser.Visible          = false;
     //
     // colBContactPhone
     //
     this.colBContactPhone.DataPropertyName = "ContactPhone";
     this.colBContactPhone.HeaderText       = "联系电话";
     this.colBContactPhone.Name             = "colBContactPhone";
     this.colBContactPhone.ReadOnly         = true;
     this.colBContactPhone.Visible          = false;
     //
     // colBLocationDesc
     //
     this.colBLocationDesc.DataPropertyName = "LocationDesc";
     this.colBLocationDesc.HeaderText       = "货位描述";
     this.colBLocationDesc.Name             = "colBLocationDesc";
     this.colBLocationDesc.ReadOnly         = true;
     this.colBLocationDesc.Visible          = false;
     //
     // colBAreaStatus
     //
     this.colBAreaStatus.DataPropertyName = "AreaStatus";
     this.colBAreaStatus.HeaderText       = "货位状态";
     this.colBAreaStatus.Name             = "colBAreaStatus";
     this.colBAreaStatus.ReadOnly         = true;
     this.colBAreaStatus.Visible          = false;
     //
     // colBStrAreaStatus
     //
     this.colBStrAreaStatus.DataPropertyName = "StrAreaStatus";
     this.colBStrAreaStatus.HeaderText       = "货位状态";
     this.colBStrAreaStatus.Name             = "colBStrAreaStatus";
     this.colBStrAreaStatus.ReadOnly         = true;
     this.colBStrAreaStatus.Visible          = false;
     //
     // colBAddress
     //
     this.colBAddress.DataPropertyName = "Address";
     this.colBAddress.HeaderText       = "地址";
     this.colBAddress.Name             = "colBAddress";
     this.colBAddress.ReadOnly         = true;
     this.colBAddress.Visible          = false;
     //
     // colBHouseID
     //
     this.colBHouseID.DataPropertyName = "HouseID";
     this.colBHouseID.HeaderText       = "库区ID";
     this.colBHouseID.Name             = "colBHouseID";
     this.colBHouseID.ReadOnly         = true;
     this.colBHouseID.Visible          = false;
     //
     // colBIsDel
     //
     this.colBIsDel.DataPropertyName = "IsDel";
     this.colBIsDel.HeaderText       = "删除标识";
     this.colBIsDel.Name             = "colBIsDel";
     this.colBIsDel.ReadOnly         = true;
     this.colBIsDel.Visible          = false;
     //
     // colBCreater
     //
     this.colBCreater.DataPropertyName = "Creater";
     this.colBCreater.HeaderText       = "创建人";
     this.colBCreater.Name             = "colBCreater";
     this.colBCreater.ReadOnly         = true;
     //
     // colBCreateTime
     //
     this.colBCreateTime.DataPropertyName = "CreateTime";
     this.colBCreateTime.HeaderText       = "创建时间";
     this.colBCreateTime.Name             = "colBCreateTime";
     this.colBCreateTime.ReadOnly         = true;
     //
     // colBModifyer
     //
     this.colBModifyer.DataPropertyName = "Modifyer";
     this.colBModifyer.HeaderText       = "修改人";
     this.colBModifyer.Name             = "colBModifyer";
     this.colBModifyer.ReadOnly         = true;
     this.colBModifyer.Visible          = false;
     //
     // colBModifyTime
     //
     this.colBModifyTime.DataPropertyName = "ModifyTime";
     this.colBModifyTime.HeaderText       = "修改时间";
     this.colBModifyTime.Name             = "colBModifyTime";
     this.colBModifyTime.ReadOnly         = true;
     this.colBModifyTime.Visible          = false;
     //
     // colPrintQty
     //
     this.colPrintQty.DecimalPlaces    = 0;
     dataGridViewCellStyle4.NullValue  = "1";
     this.colPrintQty.DefaultCellStyle = dataGridViewCellStyle4;
     this.colPrintQty.HeaderText       = "打印份数";
     this.colPrintQty.Maximum          = new decimal(new int[] {
         100,
         0,
         0,
         0
     });
     this.colPrintQty.Minimum = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.colPrintQty.Name  = "colPrintQty";
     this.colPrintQty.Width = 80;
     //
     // pageList
     //
     this.pageList.BackColor            = System.Drawing.Color.WhiteSmoke;
     this.pageList.CurrentPageNumber    = 0;
     dividPage1.CurrentPageNumber       = 0;
     dividPage1.CurrentPageRecordCounts = 0;
     dividPage1.CurrentPageShowCounts   = 10;
     dividPage1.DefaultPageShowCounts   = 10;
     dividPage1.PagesCount          = 0;
     dividPage1.RecordCounts        = 0;
     this.pageList.dDividPage       = dividPage1;
     this.pageList.Dock             = System.Windows.Forms.DockStyle.Bottom;
     this.pageList.Font             = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.pageList.Location         = new System.Drawing.Point(3, 627);
     this.pageList.Margin           = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.pageList.Name             = "pageList";
     this.pageList.Size             = new System.Drawing.Size(986, 20);
     this.pageList.TabIndex         = 1;
     this.pageList.ChensPageChange += new ChensControl.ChensPage.PageChangeHandle(this.pageList_ChensPageChange);
     //
     // gbHeader
     //
     this.gbHeader.BackColor = System.Drawing.Color.WhiteSmoke;
     this.gbHeader.Controls.Add(this.txtAreaNo);
     this.gbHeader.Controls.Add(this.chensLabel1);
     this.gbHeader.Controls.Add(this.txtHouseNo);
     this.gbHeader.Controls.Add(this.txtWarehouseNo);
     this.gbHeader.Controls.Add(this.chensLabel2);
     this.gbHeader.Controls.Add(this.chensLabel5);
     this.gbHeader.Controls.Add(this.dtpEndTime);
     this.gbHeader.Controls.Add(this.chensLabel4);
     this.gbHeader.Controls.Add(this.chensLabel3);
     this.gbHeader.Controls.Add(this.dtpStartTime);
     this.gbHeader.Controls.Add(this.btnSearch);
     this.gbHeader.Dock     = System.Windows.Forms.DockStyle.Top;
     this.gbHeader.Font     = new System.Drawing.Font("微软雅黑", 9F);
     this.gbHeader.Location = new System.Drawing.Point(0, 27);
     this.gbHeader.Margin   = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.gbHeader.Name     = "gbHeader";
     this.gbHeader.Padding  = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.gbHeader.Size     = new System.Drawing.Size(992, 95);
     this.gbHeader.TabIndex = 3;
     this.gbHeader.TabStop  = false;
     this.gbHeader.Text     = "查询条件";
     //
     // txtAreaNo
     //
     this.txtAreaNo.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
     this.txtAreaNo.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtAreaNo.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsMain, "AreaNo", true));
     this.txtAreaNo.Font        = new System.Drawing.Font("微软雅黑", 9F);
     this.txtAreaNo.HotTrack    = false;
     this.txtAreaNo.Location    = new System.Drawing.Point(571, 23);
     this.txtAreaNo.Name        = "txtAreaNo";
     this.txtAreaNo.Size        = new System.Drawing.Size(150, 23);
     this.txtAreaNo.TabIndex    = 3;
     this.txtAreaNo.TextEnabled = false;
     this.txtAreaNo.KeyPress   += new System.Windows.Forms.KeyPressEventHandler(this.txt_KeyPress);
     //
     // chensLabel1
     //
     this.chensLabel1.AutoSize = true;
     this.chensLabel1.Font     = new System.Drawing.Font("微软雅黑", 9F);
     this.chensLabel1.Location = new System.Drawing.Point(509, 25);
     this.chensLabel1.Name     = "chensLabel1";
     this.chensLabel1.Size     = new System.Drawing.Size(32, 17);
     this.chensLabel1.TabIndex = 13;
     this.chensLabel1.Text     = "货位";
     //
     // txtHouseNo
     //
     this.txtHouseNo.BackColor   = System.Drawing.Color.White;
     this.txtHouseNo.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
     this.txtHouseNo.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtHouseNo.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsMain, "HouseNo", true));
     this.txtHouseNo.Font        = new System.Drawing.Font("微软雅黑", 9F);
     this.txtHouseNo.HotTrack    = false;
     this.txtHouseNo.Location    = new System.Drawing.Point(329, 23);
     this.txtHouseNo.Margin      = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.txtHouseNo.Name        = "txtHouseNo";
     this.txtHouseNo.Size        = new System.Drawing.Size(150, 23);
     this.txtHouseNo.TabIndex    = 2;
     this.txtHouseNo.TextEnabled = false;
     this.txtHouseNo.KeyPress   += new System.Windows.Forms.KeyPressEventHandler(this.txt_KeyPress);
     //
     // txtWarehouseNo
     //
     this.txtWarehouseNo.BackColor   = System.Drawing.Color.White;
     this.txtWarehouseNo.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
     this.txtWarehouseNo.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtWarehouseNo.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsMain, "WarehouseNo", true));
     this.txtWarehouseNo.Font        = new System.Drawing.Font("微软雅黑", 9F);
     this.txtWarehouseNo.HotTrack    = false;
     this.txtWarehouseNo.Location    = new System.Drawing.Point(87, 23);
     this.txtWarehouseNo.Margin      = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.txtWarehouseNo.Name        = "txtWarehouseNo";
     this.txtWarehouseNo.Size        = new System.Drawing.Size(150, 23);
     this.txtWarehouseNo.TabIndex    = 1;
     this.txtWarehouseNo.TextEnabled = false;
     this.txtWarehouseNo.KeyPress   += new System.Windows.Forms.KeyPressEventHandler(this.txt_KeyPress);
     //
     // chensLabel2
     //
     this.chensLabel2.AutoSize = true;
     this.chensLabel2.Font     = new System.Drawing.Font("微软雅黑", 9F);
     this.chensLabel2.Location = new System.Drawing.Point(267, 25);
     this.chensLabel2.Name     = "chensLabel2";
     this.chensLabel2.Size     = new System.Drawing.Size(32, 17);
     this.chensLabel2.TabIndex = 10;
     this.chensLabel2.Text     = "库区";
     //
     // chensLabel5
     //
     this.chensLabel5.AutoSize = true;
     this.chensLabel5.Font     = new System.Drawing.Font("微软雅黑", 9F);
     this.chensLabel5.Location = new System.Drawing.Point(25, 25);
     this.chensLabel5.Name     = "chensLabel5";
     this.chensLabel5.Size     = new System.Drawing.Size(32, 17);
     this.chensLabel5.TabIndex = 9;
     this.chensLabel5.Text     = "仓库";
     //
     // dtpEndTime
     //
     this.dtpEndTime.Checked      = false;
     this.dtpEndTime.Location     = new System.Drawing.Point(329, 58);
     this.dtpEndTime.Name         = "dtpEndTime";
     this.dtpEndTime.ShowCheckBox = true;
     this.dtpEndTime.Size         = new System.Drawing.Size(150, 23);
     this.dtpEndTime.TabIndex     = 5;
     this.dtpEndTime.KeyPress    += new System.Windows.Forms.KeyPressEventHandler(this.txt_KeyPress);
     //
     // chensLabel4
     //
     this.chensLabel4.AutoSize = true;
     this.chensLabel4.Font     = new System.Drawing.Font("微软雅黑", 9F);
     this.chensLabel4.Location = new System.Drawing.Point(267, 60);
     this.chensLabel4.Name     = "chensLabel4";
     this.chensLabel4.Size     = new System.Drawing.Size(34, 17);
     this.chensLabel4.TabIndex = 7;
     this.chensLabel4.Text     = "——";
     //
     // chensLabel3
     //
     this.chensLabel3.AutoSize = true;
     this.chensLabel3.Font     = new System.Drawing.Font("微软雅黑", 9F);
     this.chensLabel3.Location = new System.Drawing.Point(25, 60);
     this.chensLabel3.Name     = "chensLabel3";
     this.chensLabel3.Size     = new System.Drawing.Size(56, 17);
     this.chensLabel3.TabIndex = 6;
     this.chensLabel3.Text     = "创建日期";
     //
     // dtpStartTime
     //
     this.dtpStartTime.Checked      = false;
     this.dtpStartTime.Location     = new System.Drawing.Point(87, 58);
     this.dtpStartTime.Name         = "dtpStartTime";
     this.dtpStartTime.ShowCheckBox = true;
     this.dtpStartTime.Size         = new System.Drawing.Size(150, 23);
     this.dtpStartTime.TabIndex     = 4;
     this.dtpStartTime.KeyPress    += new System.Windows.Forms.KeyPressEventHandler(this.txt_KeyPress);
     //
     // btnSearch
     //
     this.btnSearch.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnSearch.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(34)))), ((int)(((byte)(174)))), ((int)(((byte)(253)))));
     this.btnSearch.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnSearch.Font      = new System.Drawing.Font("微软雅黑", 9F);
     this.btnSearch.ForeColor = System.Drawing.Color.White;
     this.btnSearch.Location  = new System.Drawing.Point(913, 19);
     this.btnSearch.Margin    = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.btnSearch.Name      = "btnSearch";
     this.btnSearch.Size      = new System.Drawing.Size(67, 29);
     this.btnSearch.TabIndex  = 10;
     this.btnSearch.Text      = "查询";
     this.btnSearch.UseVisualStyleBackColor = false;
     this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
     //
     // msMain
     //
     this.msMain.BackColor = System.Drawing.Color.LightSteelBlue;
     this.msMain.Font      = new System.Drawing.Font("微软雅黑", 9F);
     this.msMain.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.tsmiSearch,
         this.tsmiPrint,
         this.tsmiEditArea,
         this.tsmiChangePrinter
     });
     this.msMain.Location = new System.Drawing.Point(0, 0);
     this.msMain.Name     = "msMain";
     this.msMain.Padding  = new System.Windows.Forms.Padding(7, 3, 0, 3);
     this.msMain.Size     = new System.Drawing.Size(992, 27);
     this.msMain.TabIndex = 2;
     this.msMain.Text     = "chensMenuStrip1";
     //
     // tsmiSearch
     //
     this.tsmiSearch.Name         = "tsmiSearch";
     this.tsmiSearch.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.S)));
     this.tsmiSearch.Size         = new System.Drawing.Size(68, 21);
     this.tsmiSearch.Text         = "查询数据";
     this.tsmiSearch.Visible      = false;
     this.tsmiSearch.Click       += new System.EventHandler(this.btnSearch_Click);
     //
     // tsmiPrint
     //
     this.tsmiPrint.Name         = "tsmiPrint";
     this.tsmiPrint.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.P)));
     this.tsmiPrint.Size         = new System.Drawing.Size(68, 21);
     this.tsmiPrint.Text         = "货位打印";
     this.tsmiPrint.Click       += new System.EventHandler(this.tsmiPrint_Click);
     //
     // tsmiEditArea
     //
     this.tsmiEditArea.Name    = "tsmiEditArea";
     this.tsmiEditArea.Size    = new System.Drawing.Size(68, 21);
     this.tsmiEditArea.Text    = "编辑货位";
     this.tsmiEditArea.Visible = false;
     this.tsmiEditArea.Click  += new System.EventHandler(this.tsmiEditArea_Click);
     //
     // tsmiChangePrinter
     //
     this.tsmiChangePrinter.Name   = "tsmiChangePrinter";
     this.tsmiChangePrinter.Size   = new System.Drawing.Size(80, 21);
     this.tsmiChangePrinter.Text   = "设置打印机";
     this.tsmiChangePrinter.Click += new System.EventHandler(this.tsmiChangePrinter_Click);
     //
     // FrmAreaPrint
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(992, 773);
     this.Controls.Add(this.gbBottom);
     this.Controls.Add(this.gbHeader);
     this.Controls.Add(this.msMain);
     this.Margin = new System.Windows.Forms.Padding(3, 6, 3, 6);
     this.Name   = "FrmAreaPrint";
     this.Text   = "货位标签打印";
     this.Load  += new System.EventHandler(this.FrmAreaPrint_Load);
     ((System.ComponentModel.ISupportInitialize)(this.bsMain)).EndInit();
     this.gbBottom.ResumeLayout(false);
     this.gbBottom.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgvList)).EndInit();
     this.gbHeader.ResumeLayout(false);
     this.gbHeader.PerformLayout();
     this.msMain.ResumeLayout(false);
     this.msMain.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9  = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle11 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle12 = new System.Windows.Forms.DataGridViewCellStyle();
     ChensControl.DividPage dividPage3 = new ChensControl.DividPage();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle13 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle14 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle15 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle16 = new System.Windows.Forms.DataGridViewCellStyle();
     ChensControl.DividPage dividPage4 = new ChensControl.DividPage();
     this.gbHeader          = new ChensControl.ChensGroupBox();
     this.txtDeliveryNo     = new ChensControl.ChensTextBox();
     this.bsMain            = new System.Windows.Forms.BindingSource(this.components);
     this.chensLabel6       = new ChensControl.ChensLabel();
     this.txtMaterialNo     = new ChensControl.ChensTextBox();
     this.chensLabel5       = new ChensControl.ChensLabel();
     this.dtpEndDate        = new ChensControl.ChensDateTimePicker();
     this.dtpStartDate      = new ChensControl.ChensDateTimePicker();
     this.txtVoucherNo      = new ChensControl.ChensTextBox();
     this.chensLabel4       = new ChensControl.ChensLabel();
     this.txtMaterialDoc    = new ChensControl.ChensTextBox();
     this.chensLabel3       = new ChensControl.ChensLabel();
     this.btnSearch         = new ChensControl.ChensButton();
     this.chensLabel2       = new ChensControl.ChensLabel();
     this.chensLabel1       = new ChensControl.ChensLabel();
     this.msMain            = new ChensControl.ChensMenuStrip();
     this.tsmiSearch        = new System.Windows.Forms.ToolStripMenuItem();
     this.tsmiPrint         = new System.Windows.Forms.ToolStripMenuItem();
     this.tsmiChangePrinter = new System.Windows.Forms.ToolStripMenuItem();
     this.scMain            = new System.Windows.Forms.SplitContainer();
     this.gbMiddle          = new ChensControl.ChensGroupBox();
     this.dgvList           = new ChensControl.ChensDataGridView();
     this.colHID            = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colHCreateDate    = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colHDocDate       = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colHPostDate      = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colHVoucherNo     = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colHDeliveryNo    = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colHSupplierNo    = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colHSupplierName  = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colHPlant         = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colHMoveType      = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colHMaterialDoc   = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colHPrintTime     = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.pageList          = new ChensControl.ChensPage();
     this.gbBottom          = new ChensControl.ChensGroupBox();
     this.dgvDetail         = new ChensControl.ChensDataGridView();
     this.colBID            = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colBRowNo         = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colBMaterialNo    = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colBMaterialDesc  = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colBReceiveQty    = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colBUnit          = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colBPrdVersion    = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.pageDetail        = new ChensControl.ChensPage();
     this.gbHeader.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.bsMain)).BeginInit();
     this.msMain.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.scMain)).BeginInit();
     this.scMain.Panel1.SuspendLayout();
     this.scMain.Panel2.SuspendLayout();
     this.scMain.SuspendLayout();
     this.gbMiddle.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgvList)).BeginInit();
     this.gbBottom.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgvDetail)).BeginInit();
     this.SuspendLayout();
     //
     // gbHeader
     //
     this.gbHeader.BackColor = System.Drawing.Color.WhiteSmoke;
     this.gbHeader.Controls.Add(this.txtDeliveryNo);
     this.gbHeader.Controls.Add(this.chensLabel6);
     this.gbHeader.Controls.Add(this.txtMaterialNo);
     this.gbHeader.Controls.Add(this.chensLabel5);
     this.gbHeader.Controls.Add(this.dtpEndDate);
     this.gbHeader.Controls.Add(this.dtpStartDate);
     this.gbHeader.Controls.Add(this.txtVoucherNo);
     this.gbHeader.Controls.Add(this.chensLabel4);
     this.gbHeader.Controls.Add(this.txtMaterialDoc);
     this.gbHeader.Controls.Add(this.chensLabel3);
     this.gbHeader.Controls.Add(this.btnSearch);
     this.gbHeader.Controls.Add(this.chensLabel2);
     this.gbHeader.Controls.Add(this.chensLabel1);
     this.gbHeader.Dock     = System.Windows.Forms.DockStyle.Top;
     this.gbHeader.Font     = new System.Drawing.Font("微软雅黑", 9F);
     this.gbHeader.Location = new System.Drawing.Point(0, 27);
     this.gbHeader.Margin   = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.gbHeader.Name     = "gbHeader";
     this.gbHeader.Padding  = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.gbHeader.Size     = new System.Drawing.Size(992, 95);
     this.gbHeader.TabIndex = 5;
     this.gbHeader.TabStop  = false;
     this.gbHeader.Text     = "查询条件";
     //
     // txtDeliveryNo
     //
     this.txtDeliveryNo.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
     this.txtDeliveryNo.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtDeliveryNo.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsMain, "DeliveryNo", true));
     this.txtDeliveryNo.Font        = new System.Drawing.Font("微软雅黑", 9F);
     this.txtDeliveryNo.HotTrack    = false;
     this.txtDeliveryNo.Location    = new System.Drawing.Point(559, 58);
     this.txtDeliveryNo.Name        = "txtDeliveryNo";
     this.txtDeliveryNo.Size        = new System.Drawing.Size(150, 23);
     this.txtDeliveryNo.TabIndex    = 24;
     this.txtDeliveryNo.TextEnabled = false;
     this.txtDeliveryNo.KeyPress   += new System.Windows.Forms.KeyPressEventHandler(this.txt_KeyPress);
     //
     // bsMain
     //
     this.bsMain.DataSource = typeof(WMS.WebService.DeliveryReceive_Model);
     //
     // chensLabel6
     //
     this.chensLabel6.AutoSize = true;
     this.chensLabel6.Font     = new System.Drawing.Font("微软雅黑", 9F);
     this.chensLabel6.Location = new System.Drawing.Point(497, 60);
     this.chensLabel6.Name     = "chensLabel6";
     this.chensLabel6.Size     = new System.Drawing.Size(56, 17);
     this.chensLabel6.TabIndex = 25;
     this.chensLabel6.Text     = "送货单号";
     //
     // txtMaterialNo
     //
     this.txtMaterialNo.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
     this.txtMaterialNo.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtMaterialNo.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsMain, "MaterialNo", true));
     this.txtMaterialNo.Font        = new System.Drawing.Font("微软雅黑", 9F);
     this.txtMaterialNo.HotTrack    = false;
     this.txtMaterialNo.Location    = new System.Drawing.Point(329, 58);
     this.txtMaterialNo.Name        = "txtMaterialNo";
     this.txtMaterialNo.Size        = new System.Drawing.Size(150, 23);
     this.txtMaterialNo.TabIndex    = 23;
     this.txtMaterialNo.TextEnabled = false;
     this.txtMaterialNo.KeyPress   += new System.Windows.Forms.KeyPressEventHandler(this.txt_KeyPress);
     //
     // chensLabel5
     //
     this.chensLabel5.AutoSize = true;
     this.chensLabel5.Font     = new System.Drawing.Font("微软雅黑", 9F);
     this.chensLabel5.Location = new System.Drawing.Point(267, 60);
     this.chensLabel5.Name     = "chensLabel5";
     this.chensLabel5.Size     = new System.Drawing.Size(56, 17);
     this.chensLabel5.TabIndex = 11;
     this.chensLabel5.Text     = "物料编号";
     //
     // dtpEndDate
     //
     this.dtpEndDate.Checked      = false;
     this.dtpEndDate.Location     = new System.Drawing.Point(329, 20);
     this.dtpEndDate.Name         = "dtpEndDate";
     this.dtpEndDate.ShowCheckBox = true;
     this.dtpEndDate.Size         = new System.Drawing.Size(150, 23);
     this.dtpEndDate.TabIndex     = 10;
     this.dtpEndDate.KeyPress    += new System.Windows.Forms.KeyPressEventHandler(this.txt_KeyPress);
     //
     // dtpStartDate
     //
     this.dtpStartDate.Checked      = false;
     this.dtpStartDate.Location     = new System.Drawing.Point(87, 20);
     this.dtpStartDate.Name         = "dtpStartDate";
     this.dtpStartDate.ShowCheckBox = true;
     this.dtpStartDate.Size         = new System.Drawing.Size(150, 23);
     this.dtpStartDate.TabIndex     = 9;
     this.dtpStartDate.KeyPress    += new System.Windows.Forms.KeyPressEventHandler(this.txt_KeyPress);
     //
     // txtVoucherNo
     //
     this.txtVoucherNo.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
     this.txtVoucherNo.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtVoucherNo.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsMain, "VoucherNo", true));
     this.txtVoucherNo.Font        = new System.Drawing.Font("微软雅黑", 9F);
     this.txtVoucherNo.HotTrack    = false;
     this.txtVoucherNo.Location    = new System.Drawing.Point(559, 23);
     this.txtVoucherNo.Name        = "txtVoucherNo";
     this.txtVoucherNo.Size        = new System.Drawing.Size(150, 23);
     this.txtVoucherNo.TabIndex    = 8;
     this.txtVoucherNo.TextEnabled = false;
     this.txtVoucherNo.KeyPress   += new System.Windows.Forms.KeyPressEventHandler(this.txt_KeyPress);
     //
     // chensLabel4
     //
     this.chensLabel4.AutoSize = true;
     this.chensLabel4.Font     = new System.Drawing.Font("微软雅黑", 9F);
     this.chensLabel4.Location = new System.Drawing.Point(497, 25);
     this.chensLabel4.Name     = "chensLabel4";
     this.chensLabel4.Size     = new System.Drawing.Size(56, 17);
     this.chensLabel4.TabIndex = 7;
     this.chensLabel4.Text     = "采购单号";
     //
     // txtMaterialDoc
     //
     this.txtMaterialDoc.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
     this.txtMaterialDoc.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtMaterialDoc.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsMain, "MaterialDoc", true));
     this.txtMaterialDoc.Font        = new System.Drawing.Font("微软雅黑", 9F);
     this.txtMaterialDoc.HotTrack    = false;
     this.txtMaterialDoc.Location    = new System.Drawing.Point(87, 58);
     this.txtMaterialDoc.Name        = "txtMaterialDoc";
     this.txtMaterialDoc.Size        = new System.Drawing.Size(150, 23);
     this.txtMaterialDoc.TabIndex    = 6;
     this.txtMaterialDoc.TextEnabled = false;
     this.txtMaterialDoc.KeyPress   += new System.Windows.Forms.KeyPressEventHandler(this.txt_KeyPress);
     //
     // chensLabel3
     //
     this.chensLabel3.AutoSize = true;
     this.chensLabel3.Font     = new System.Drawing.Font("微软雅黑", 9F);
     this.chensLabel3.Location = new System.Drawing.Point(25, 60);
     this.chensLabel3.Name     = "chensLabel3";
     this.chensLabel3.Size     = new System.Drawing.Size(56, 17);
     this.chensLabel3.TabIndex = 5;
     this.chensLabel3.Text     = "物料凭证";
     //
     // btnSearch
     //
     this.btnSearch.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnSearch.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(34)))), ((int)(((byte)(174)))), ((int)(((byte)(253)))));
     this.btnSearch.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnSearch.Font      = new System.Drawing.Font("微软雅黑", 9F);
     this.btnSearch.ForeColor = System.Drawing.Color.White;
     this.btnSearch.Location  = new System.Drawing.Point(913, 19);
     this.btnSearch.Margin    = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.btnSearch.Name      = "btnSearch";
     this.btnSearch.Size      = new System.Drawing.Size(67, 29);
     this.btnSearch.TabIndex  = 4;
     this.btnSearch.Text      = "查询";
     this.btnSearch.UseVisualStyleBackColor = false;
     this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
     //
     // chensLabel2
     //
     this.chensLabel2.AutoSize = true;
     this.chensLabel2.Font     = new System.Drawing.Font("微软雅黑", 9F);
     this.chensLabel2.Location = new System.Drawing.Point(267, 25);
     this.chensLabel2.Name     = "chensLabel2";
     this.chensLabel2.Size     = new System.Drawing.Size(34, 17);
     this.chensLabel2.TabIndex = 1;
     this.chensLabel2.Text     = "——";
     //
     // chensLabel1
     //
     this.chensLabel1.AutoSize = true;
     this.chensLabel1.Font     = new System.Drawing.Font("微软雅黑", 9F);
     this.chensLabel1.Location = new System.Drawing.Point(25, 25);
     this.chensLabel1.Name     = "chensLabel1";
     this.chensLabel1.Size     = new System.Drawing.Size(56, 17);
     this.chensLabel1.TabIndex = 0;
     this.chensLabel1.Text     = "凭证日期";
     //
     // msMain
     //
     this.msMain.BackColor = System.Drawing.Color.LightSteelBlue;
     this.msMain.Font      = new System.Drawing.Font("微软雅黑", 9F);
     this.msMain.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.tsmiSearch,
         this.tsmiPrint,
         this.tsmiChangePrinter
     });
     this.msMain.Location = new System.Drawing.Point(0, 0);
     this.msMain.Name     = "msMain";
     this.msMain.Padding  = new System.Windows.Forms.Padding(7, 3, 0, 3);
     this.msMain.Size     = new System.Drawing.Size(992, 27);
     this.msMain.TabIndex = 3;
     this.msMain.Text     = "chensMenuStrip1";
     //
     // tsmiSearch
     //
     this.tsmiSearch.Name         = "tsmiSearch";
     this.tsmiSearch.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.S)));
     this.tsmiSearch.Size         = new System.Drawing.Size(68, 21);
     this.tsmiSearch.Text         = "查询数据";
     this.tsmiSearch.Visible      = false;
     this.tsmiSearch.Click       += new System.EventHandler(this.btnSearch_Click);
     //
     // tsmiPrint
     //
     this.tsmiPrint.Name         = "tsmiPrint";
     this.tsmiPrint.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.P)));
     this.tsmiPrint.Size         = new System.Drawing.Size(80, 21);
     this.tsmiPrint.Text         = "打印送检单";
     this.tsmiPrint.Click       += new System.EventHandler(this.tsmiPrint_Click);
     //
     // tsmiChangePrinter
     //
     this.tsmiChangePrinter.Name   = "tsmiChangePrinter";
     this.tsmiChangePrinter.Size   = new System.Drawing.Size(80, 21);
     this.tsmiChangePrinter.Text   = "设置打印机";
     this.tsmiChangePrinter.Click += new System.EventHandler(this.tsmiChangePrinter_Click);
     //
     // scMain
     //
     this.scMain.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.scMain.FixedPanel  = System.Windows.Forms.FixedPanel.Panel2;
     this.scMain.Location    = new System.Drawing.Point(0, 122);
     this.scMain.Name        = "scMain";
     this.scMain.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // scMain.Panel1
     //
     this.scMain.Panel1.Controls.Add(this.gbMiddle);
     //
     // scMain.Panel2
     //
     this.scMain.Panel2.Controls.Add(this.gbBottom);
     this.scMain.Size             = new System.Drawing.Size(992, 651);
     this.scMain.SplitterDistance = 350;
     this.scMain.TabIndex         = 8;
     //
     // gbMiddle
     //
     this.gbMiddle.BackColor = System.Drawing.Color.WhiteSmoke;
     this.gbMiddle.Controls.Add(this.dgvList);
     this.gbMiddle.Controls.Add(this.pageList);
     this.gbMiddle.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.gbMiddle.Font     = new System.Drawing.Font("微软雅黑", 9F);
     this.gbMiddle.Location = new System.Drawing.Point(0, 0);
     this.gbMiddle.Margin   = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.gbMiddle.Name     = "gbMiddle";
     this.gbMiddle.Padding  = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.gbMiddle.Size     = new System.Drawing.Size(992, 350);
     this.gbMiddle.TabIndex = 8;
     this.gbMiddle.TabStop  = false;
     this.gbMiddle.Text     = "查询结果";
     //
     // dgvList
     //
     this.dgvList.AllowUserToAddRows              = false;
     this.dgvList.AllowUserToDeleteRows           = false;
     dataGridViewCellStyle9.BackColor             = System.Drawing.Color.White;
     this.dgvList.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle9;
     this.dgvList.BackgroundColor               = System.Drawing.Color.WhiteSmoke;
     this.dgvList.BorderStyle                   = System.Windows.Forms.BorderStyle.None;
     this.dgvList.ColumnHeadersBorderStyle      = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
     dataGridViewCellStyle10.Alignment          = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     dataGridViewCellStyle10.BackColor          = System.Drawing.Color.Gainsboro;
     dataGridViewCellStyle10.Font               = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
     dataGridViewCellStyle10.ForeColor          = System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle10.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle10.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle10.WrapMode           = System.Windows.Forms.DataGridViewTriState.True;
     this.dgvList.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle10;
     this.dgvList.ColumnHeadersHeightSizeMode   = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dgvList.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.colHID,
         this.colHCreateDate,
         this.colHDocDate,
         this.colHPostDate,
         this.colHVoucherNo,
         this.colHDeliveryNo,
         this.colHSupplierNo,
         this.colHSupplierName,
         this.colHPlant,
         this.colHMoveType,
         this.colHMaterialDoc,
         this.colHPrintTime
     });
     this.dgvList.Dock                          = System.Windows.Forms.DockStyle.Fill;
     this.dgvList.EditMode                      = System.Windows.Forms.DataGridViewEditMode.EditProgrammatically;
     this.dgvList.Font                          = new System.Drawing.Font("微软雅黑", 9F);
     this.dgvList.GridColor                     = System.Drawing.Color.LightGray;
     this.dgvList.HaveCopyMenu                  = true;
     this.dgvList.Location                      = new System.Drawing.Point(3, 20);
     this.dgvList.Margin                        = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.dgvList.Name                          = "dgvList";
     this.dgvList.ReadOnly                      = true;
     dataGridViewCellStyle11.Alignment          = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle11.BackColor          = System.Drawing.SystemColors.ActiveCaption;
     dataGridViewCellStyle11.Font               = new System.Drawing.Font("微软雅黑", 9F);
     dataGridViewCellStyle11.ForeColor          = System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle11.SelectionBackColor = System.Drawing.Color.LightGray;
     dataGridViewCellStyle11.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle11.WrapMode           = System.Windows.Forms.DataGridViewTriState.True;
     this.dgvList.RowHeadersDefaultCellStyle    = dataGridViewCellStyle11;
     this.dgvList.RowHeadersVisible             = false;
     dataGridViewCellStyle12.SelectionBackColor = System.Drawing.Color.CornflowerBlue;
     this.dgvList.RowsDefaultCellStyle          = dataGridViewCellStyle12;
     this.dgvList.RowTemplate.Height            = 23;
     this.dgvList.SelectionMode                 = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.dgvList.Size                          = new System.Drawing.Size(986, 306);
     this.dgvList.TabIndex                      = 2;
     this.dgvList.CellClick                    += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvList_CellClick);
     this.dgvList.RowPostPaint                 += new System.Windows.Forms.DataGridViewRowPostPaintEventHandler(this.dgvList_RowPostPaint);
     //
     // colHID
     //
     this.colHID.DataPropertyName = "ID";
     this.colHID.HeaderText       = "ID";
     this.colHID.Name             = "colHID";
     this.colHID.ReadOnly         = true;
     this.colHID.Visible          = false;
     //
     // colHCreateDate
     //
     this.colHCreateDate.DataPropertyName = "CreateDate";
     this.colHCreateDate.HeaderText       = "CreateDate";
     this.colHCreateDate.Name             = "colHCreateDate";
     this.colHCreateDate.ReadOnly         = true;
     this.colHCreateDate.Visible          = false;
     //
     // colHDocDate
     //
     this.colHDocDate.DataPropertyName = "DocDate";
     this.colHDocDate.HeaderText       = "凭证日期";
     this.colHDocDate.Name             = "colHDocDate";
     this.colHDocDate.ReadOnly         = true;
     //
     // colHPostDate
     //
     this.colHPostDate.DataPropertyName = "PostDate";
     this.colHPostDate.HeaderText       = "记账日期";
     this.colHPostDate.Name             = "colHPostDate";
     this.colHPostDate.ReadOnly         = true;
     //
     // colHVoucherNo
     //
     this.colHVoucherNo.DataPropertyName = "VoucherNo";
     this.colHVoucherNo.HeaderText       = "采购订单";
     this.colHVoucherNo.Name             = "colHVoucherNo";
     this.colHVoucherNo.ReadOnly         = true;
     //
     // colHDeliveryNo
     //
     this.colHDeliveryNo.DataPropertyName = "DeliveryNo";
     this.colHDeliveryNo.HeaderText       = "送货单号";
     this.colHDeliveryNo.Name             = "colHDeliveryNo";
     this.colHDeliveryNo.ReadOnly         = true;
     //
     // colHSupplierNo
     //
     this.colHSupplierNo.DataPropertyName = "SupCode";
     this.colHSupplierNo.HeaderText       = "供应商代码";
     this.colHSupplierNo.Name             = "colHSupplierNo";
     this.colHSupplierNo.ReadOnly         = true;
     //
     // colHSupplierName
     //
     this.colHSupplierName.DataPropertyName = "SupName";
     this.colHSupplierName.HeaderText       = "供应商名称";
     this.colHSupplierName.Name             = "colHSupplierName";
     this.colHSupplierName.ReadOnly         = true;
     this.colHSupplierName.Width            = 200;
     //
     // colHPlant
     //
     this.colHPlant.DataPropertyName = "Plant";
     this.colHPlant.HeaderText       = "工厂";
     this.colHPlant.Name             = "colHPlant";
     this.colHPlant.ReadOnly         = true;
     //
     // colHMoveType
     //
     this.colHMoveType.DataPropertyName = "MoveType";
     this.colHMoveType.HeaderText       = "移动类型";
     this.colHMoveType.Name             = "colHMoveType";
     this.colHMoveType.ReadOnly         = true;
     this.colHMoveType.Visible          = false;
     //
     // colHMaterialDoc
     //
     this.colHMaterialDoc.DataPropertyName = "MaterialDoc";
     this.colHMaterialDoc.HeaderText       = "物料凭证";
     this.colHMaterialDoc.Name             = "colHMaterialDoc";
     this.colHMaterialDoc.ReadOnly         = true;
     //
     // colHPrintTime
     //
     this.colHPrintTime.DataPropertyName = "PrintTime";
     this.colHPrintTime.HeaderText       = "最后打印事件";
     this.colHPrintTime.Name             = "colHPrintTime";
     this.colHPrintTime.ReadOnly         = true;
     this.colHPrintTime.Width            = 130;
     //
     // pageList
     //
     this.pageList.BackColor            = System.Drawing.Color.WhiteSmoke;
     this.pageList.CurrentPageNumber    = 0;
     dividPage3.CurrentPageNumber       = 0;
     dividPage3.CurrentPageRecordCounts = 0;
     dividPage3.CurrentPageShowCounts   = 10;
     dividPage3.DefaultPageShowCounts   = 10;
     dividPage3.PagesCount          = 0;
     dividPage3.RecordCounts        = 0;
     this.pageList.dDividPage       = dividPage3;
     this.pageList.Dock             = System.Windows.Forms.DockStyle.Bottom;
     this.pageList.Font             = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.pageList.Location         = new System.Drawing.Point(3, 326);
     this.pageList.Margin           = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.pageList.Name             = "pageList";
     this.pageList.Size             = new System.Drawing.Size(986, 20);
     this.pageList.TabIndex         = 1;
     this.pageList.ChensPageChange += new ChensControl.ChensPage.PageChangeHandle(this.pageList_ChensPageChange);
     //
     // gbBottom
     //
     this.gbBottom.BackColor = System.Drawing.Color.WhiteSmoke;
     this.gbBottom.Controls.Add(this.dgvDetail);
     this.gbBottom.Controls.Add(this.pageDetail);
     this.gbBottom.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.gbBottom.Font     = new System.Drawing.Font("微软雅黑", 9F);
     this.gbBottom.Location = new System.Drawing.Point(0, 0);
     this.gbBottom.Name     = "gbBottom";
     this.gbBottom.Size     = new System.Drawing.Size(992, 297);
     this.gbBottom.TabIndex = 9;
     this.gbBottom.TabStop  = false;
     this.gbBottom.Text     = "送检明细";
     //
     // dgvDetail
     //
     this.dgvDetail.AllowUserToAddRows              = false;
     this.dgvDetail.AllowUserToDeleteRows           = false;
     dataGridViewCellStyle13.Alignment              = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle13.BackColor              = System.Drawing.Color.White;
     this.dgvDetail.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle13;
     this.dgvDetail.BackgroundColor               = System.Drawing.Color.WhiteSmoke;
     this.dgvDetail.BorderStyle                   = System.Windows.Forms.BorderStyle.None;
     this.dgvDetail.ColumnHeadersBorderStyle      = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
     dataGridViewCellStyle14.Alignment            = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     dataGridViewCellStyle14.BackColor            = System.Drawing.Color.Gainsboro;
     dataGridViewCellStyle14.Font                 = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     dataGridViewCellStyle14.ForeColor            = System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle14.SelectionBackColor   = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle14.SelectionForeColor   = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle14.WrapMode             = System.Windows.Forms.DataGridViewTriState.True;
     this.dgvDetail.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle14;
     this.dgvDetail.ColumnHeadersHeightSizeMode   = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dgvDetail.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.colBID,
         this.colBRowNo,
         this.colBMaterialNo,
         this.colBMaterialDesc,
         this.colBReceiveQty,
         this.colBUnit,
         this.colBPrdVersion
     });
     this.dgvDetail.Dock                        = System.Windows.Forms.DockStyle.Fill;
     this.dgvDetail.EditMode                    = System.Windows.Forms.DataGridViewEditMode.EditProgrammatically;
     this.dgvDetail.Font                        = new System.Drawing.Font("微软雅黑", 9F);
     this.dgvDetail.GridColor                   = System.Drawing.Color.LightGray;
     this.dgvDetail.HaveCopyMenu                = true;
     this.dgvDetail.Location                    = new System.Drawing.Point(3, 19);
     this.dgvDetail.Name                        = "dgvDetail";
     this.dgvDetail.ReadOnly                    = true;
     dataGridViewCellStyle15.Alignment          = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle15.BackColor          = System.Drawing.SystemColors.ActiveCaption;
     dataGridViewCellStyle15.Font               = new System.Drawing.Font("微软雅黑", 9F);
     dataGridViewCellStyle15.ForeColor          = System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle15.SelectionBackColor = System.Drawing.Color.LightGray;
     dataGridViewCellStyle15.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle15.WrapMode           = System.Windows.Forms.DataGridViewTriState.True;
     this.dgvDetail.RowHeadersDefaultCellStyle  = dataGridViewCellStyle15;
     this.dgvDetail.RowHeadersVisible           = false;
     dataGridViewCellStyle16.SelectionBackColor = System.Drawing.Color.CornflowerBlue;
     this.dgvDetail.RowsDefaultCellStyle        = dataGridViewCellStyle16;
     this.dgvDetail.RowTemplate.Height          = 23;
     this.dgvDetail.SelectionMode               = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.dgvDetail.Size                        = new System.Drawing.Size(986, 255);
     this.dgvDetail.TabIndex                    = 1;
     this.dgvDetail.CellClick                  += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvDetail_CellClick);
     //
     // colBID
     //
     this.colBID.DataPropertyName = "ID";
     this.colBID.HeaderText       = "ID";
     this.colBID.Name             = "colBID";
     this.colBID.ReadOnly         = true;
     this.colBID.Visible          = false;
     //
     // colBRowNo
     //
     this.colBRowNo.DataPropertyName = "RowNo";
     this.colBRowNo.HeaderText       = "行号";
     this.colBRowNo.Name             = "colBRowNo";
     this.colBRowNo.ReadOnly         = true;
     //
     // colBMaterialNo
     //
     this.colBMaterialNo.DataPropertyName = "MaterialNo";
     this.colBMaterialNo.HeaderText       = "物料编号";
     this.colBMaterialNo.Name             = "colBMaterialNo";
     this.colBMaterialNo.ReadOnly         = true;
     //
     // colBMaterialDesc
     //
     this.colBMaterialDesc.DataPropertyName = "MaterialDesc";
     this.colBMaterialDesc.HeaderText       = "物料描述";
     this.colBMaterialDesc.Name             = "colBMaterialDesc";
     this.colBMaterialDesc.ReadOnly         = true;
     this.colBMaterialDesc.Width            = 200;
     //
     // colBReceiveQty
     //
     this.colBReceiveQty.DataPropertyName = "ReceiveQty";
     this.colBReceiveQty.HeaderText       = "收货数量";
     this.colBReceiveQty.Name             = "colBReceiveQty";
     this.colBReceiveQty.ReadOnly         = true;
     //
     // colBUnit
     //
     this.colBUnit.DataPropertyName = "Unit";
     this.colBUnit.HeaderText       = "计量单位";
     this.colBUnit.Name             = "colBUnit";
     this.colBUnit.ReadOnly         = true;
     //
     // colBPrdVersion
     //
     this.colBPrdVersion.DataPropertyName = "PrdVersion";
     this.colBPrdVersion.HeaderText       = "产品版本";
     this.colBPrdVersion.Name             = "colBPrdVersion";
     this.colBPrdVersion.ReadOnly         = true;
     //
     // pageDetail
     //
     this.pageDetail.BackColor          = System.Drawing.Color.WhiteSmoke;
     this.pageDetail.CurrentPageNumber  = 0;
     dividPage4.CurrentPageNumber       = 0;
     dividPage4.CurrentPageRecordCounts = 0;
     dividPage4.CurrentPageShowCounts   = 10;
     dividPage4.DefaultPageShowCounts   = 10;
     dividPage4.PagesCount            = 0;
     dividPage4.RecordCounts          = 0;
     this.pageDetail.dDividPage       = dividPage4;
     this.pageDetail.Dock             = System.Windows.Forms.DockStyle.Bottom;
     this.pageDetail.Font             = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.pageDetail.Location         = new System.Drawing.Point(3, 274);
     this.pageDetail.Margin           = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.pageDetail.Name             = "pageDetail";
     this.pageDetail.Size             = new System.Drawing.Size(986, 20);
     this.pageDetail.TabIndex         = 0;
     this.pageDetail.ChensPageChange += new ChensControl.ChensPage.PageChangeHandle(this.pageDetail_ChensPageChange);
     //
     // FrmCensorshipPrint
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(992, 773);
     this.Controls.Add(this.scMain);
     this.Controls.Add(this.gbHeader);
     this.Controls.Add(this.msMain);
     this.Margin      = new System.Windows.Forms.Padding(3, 6, 3, 6);
     this.Name        = "FrmCensorshipPrint";
     this.Text        = "送检单打印";
     this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.FrmCensorshipPrint_FormClosed);
     this.Load       += new System.EventHandler(this.FrmCensorshipPrint_Load);
     this.gbHeader.ResumeLayout(false);
     this.gbHeader.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.bsMain)).EndInit();
     this.msMain.ResumeLayout(false);
     this.msMain.PerformLayout();
     this.scMain.Panel1.ResumeLayout(false);
     this.scMain.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.scMain)).EndInit();
     this.scMain.ResumeLayout(false);
     this.gbMiddle.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dgvList)).EndInit();
     this.gbBottom.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dgvDetail)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }