namespace NXWMS.Forms.Balance { partial class frmBalanceInventory { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmBalanceInventory)); this.kryptonGroupBox2 = new ComponentFactory.Krypton.Toolkit.KryptonGroupBox(); this.kryptonPanelSearch = new ComponentFactory.Krypton.Toolkit.KryptonPanel(); this.tableLayoutPanelOperate = new System.Windows.Forms.TableLayoutPanel(); this.btnEdit = new ComponentFactory.Krypton.Toolkit.KryptonButton(); this.btnBeginInventory = new ComponentFactory.Krypton.Toolkit.KryptonButton(); this.btnRemove = new ComponentFactory.Krypton.Toolkit.KryptonButton(); this.btnComplete = new ComponentFactory.Krypton.Toolkit.KryptonButton(); this.btnDifferenceInventory = new ComponentFactory.Krypton.Toolkit.KryptonButton(); this.btnInventoryConfirm = new ComponentFactory.Krypton.Toolkit.KryptonButton(); this.btnAdd = new ComponentFactory.Krypton.Toolkit.KryptonButton(); this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel(); this.btnSearchImport = new ComponentFactory.Krypton.Toolkit.KryptonButton(); this.btnSearchExport = new ComponentFactory.Krypton.Toolkit.KryptonButton(); this.btnSearch = new ComponentFactory.Krypton.Toolkit.KryptonButton(); this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel(); this.kryptonLabel9 = new ComponentFactory.Krypton.Toolkit.KryptonLabel(); this.kryptonLabel10 = new ComponentFactory.Krypton.Toolkit.KryptonLabel(); this.kryptonLabel3 = new ComponentFactory.Krypton.Toolkit.KryptonLabel(); this.kryptonLabel4 = new ComponentFactory.Krypton.Toolkit.KryptonLabel(); this.txtSearchBatch = new ComponentFactory.Krypton.Toolkit.KryptonTextBox(); this.kryptonLabel6 = new ComponentFactory.Krypton.Toolkit.KryptonLabel(); this.kryptonLabel1 = new ComponentFactory.Krypton.Toolkit.KryptonLabel(); this.kryptonLabel2 = new ComponentFactory.Krypton.Toolkit.KryptonLabel(); this.dtpSearchInventoryBeginStartDate = new ComponentFactory.Krypton.Toolkit.KryptonDateTimePicker(); this.dtpSearchInventoryBeginFinishDate = new ComponentFactory.Krypton.Toolkit.KryptonDateTimePicker(); this.kryptonLabel5 = new ComponentFactory.Krypton.Toolkit.KryptonLabel(); this.cmbSearchInventoryMode = new ComponentFactory.Krypton.Toolkit.KryptonComboBox(); this.cmbSearchInventoryStatus = new ComponentFactory.Krypton.Toolkit.KryptonComboBox(); this.kryptonLabel7 = new ComponentFactory.Krypton.Toolkit.KryptonLabel(); this.kryptonLabel8 = new ComponentFactory.Krypton.Toolkit.KryptonLabel(); this.dtpSearchInventoryEndStartDate = new ComponentFactory.Krypton.Toolkit.KryptonDateTimePicker(); this.kryptonLabel11 = new ComponentFactory.Krypton.Toolkit.KryptonLabel(); this.dtpSearchInventoryEndFinishDate = new ComponentFactory.Krypton.Toolkit.KryptonDateTimePicker(); this.kryptonLabel12 = new ComponentFactory.Krypton.Toolkit.KryptonLabel(); this.cmbSearchSupplier = new ComponentFactory.Krypton.Toolkit.KryptonComboBox(); this.txtSearchInventoryNo = new ComponentFactory.Krypton.Toolkit.KryptonTextBox(); this.txtSearchPallet = new ComponentFactory.Krypton.Toolkit.KryptonTextBox(); this.txtSearchMateriel = new ComponentFactory.Krypton.Toolkit.KryptonTextBox(); this.cmbSearchType = new ComponentFactory.Krypton.Toolkit.KryptonComboBox(); this.kryptonGroupBox3 = new ComponentFactory.Krypton.Toolkit.KryptonGroupBox(); this.dataGridViewDTL = new ComponentFactory.Krypton.Toolkit.KryptonDataGridView(); this.dataGridViewTextBoxColumn14 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn15 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn16 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn17 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn18 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn19 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn20 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn21 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn22 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn23 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn24 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn25 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn26 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn27 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn28 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn29 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.kryptonGroupBox1 = new ComponentFactory.Krypton.Toolkit.KryptonGroupBox(); this.dataGridView = new ComponentFactory.Krypton.Toolkit.KryptonDataGridView(); this.ColumInventoryId = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.InventoryNo = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.InventoryTypeName = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.InventoryPercentage = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.InventoryModeName = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.InventoryBeginTime = new ComponentFactory.Krypton.Toolkit.KryptonDataGridViewDateTimePickerColumn(); this.InventoryEndTime = new ComponentFactory.Krypton.Toolkit.KryptonDataGridViewDateTimePickerColumn(); this.InventoryStatusName = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.InventoryStatus = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.ResultFlagName = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.CreateName = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.CreateTime = new ComponentFactory.Krypton.Toolkit.KryptonDataGridViewDateTimePickerColumn(); this.UpdateName = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.UpdateTime = new ComponentFactory.Krypton.Toolkit.KryptonDataGridViewDateTimePickerColumn(); this.pageTool = new NXWMS.Client.FrmCustom.PageToolbar(); this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn7 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn8 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn9 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn10 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn11 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn12 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn13 = new System.Windows.Forms.DataGridViewTextBoxColumn(); ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox2.Panel)).BeginInit(); this.kryptonGroupBox2.Panel.SuspendLayout(); this.kryptonGroupBox2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.kryptonPanelSearch)).BeginInit(); this.kryptonPanelSearch.SuspendLayout(); this.tableLayoutPanelOperate.SuspendLayout(); this.tableLayoutPanel3.SuspendLayout(); this.tableLayoutPanel2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.cmbSearchInventoryMode)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.cmbSearchInventoryStatus)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.cmbSearchSupplier)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.cmbSearchType)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox3.Panel)).BeginInit(); this.kryptonGroupBox3.Panel.SuspendLayout(); this.kryptonGroupBox3.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dataGridViewDTL)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox1.Panel)).BeginInit(); this.kryptonGroupBox1.Panel.SuspendLayout(); this.kryptonGroupBox1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView)).BeginInit(); this.SuspendLayout(); // // kryptonGroupBox2 // this.kryptonGroupBox2.CaptionOverlap = 0D; this.kryptonGroupBox2.Dock = System.Windows.Forms.DockStyle.Top; this.kryptonGroupBox2.Location = new System.Drawing.Point(0, 0); this.kryptonGroupBox2.Name = "kryptonGroupBox2"; // // kryptonGroupBox2.Panel // this.kryptonGroupBox2.Panel.Controls.Add(this.kryptonPanelSearch); this.kryptonGroupBox2.Size = new System.Drawing.Size(1195, 172); this.kryptonGroupBox2.TabIndex = 56; this.kryptonGroupBox2.Values.Heading = "查询"; this.kryptonGroupBox2.Values.Image = global::NXWMS.Properties.Resources.cx; // // kryptonPanelSearch // this.kryptonPanelSearch.Controls.Add(this.tableLayoutPanelOperate); this.kryptonPanelSearch.Controls.Add(this.tableLayoutPanel3); this.kryptonPanelSearch.Controls.Add(this.tableLayoutPanel2); this.kryptonPanelSearch.Dock = System.Windows.Forms.DockStyle.Top; this.kryptonPanelSearch.Location = new System.Drawing.Point(0, 0); this.kryptonPanelSearch.Name = "kryptonPanelSearch"; this.kryptonPanelSearch.Size = new System.Drawing.Size(1191, 147); this.kryptonPanelSearch.TabIndex = 46; // // tableLayoutPanelOperate // this.tableLayoutPanelOperate.BackColor = System.Drawing.Color.Transparent; this.tableLayoutPanelOperate.ColumnCount = 12; this.tableLayoutPanelOperate.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 100F)); this.tableLayoutPanelOperate.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 100F)); this.tableLayoutPanelOperate.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 100F)); this.tableLayoutPanelOperate.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 100F)); this.tableLayoutPanelOperate.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 100F)); this.tableLayoutPanelOperate.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 100F)); this.tableLayoutPanelOperate.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 100F)); this.tableLayoutPanelOperate.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 100F)); this.tableLayoutPanelOperate.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F)); this.tableLayoutPanelOperate.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F)); this.tableLayoutPanelOperate.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F)); this.tableLayoutPanelOperate.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F)); this.tableLayoutPanelOperate.Controls.Add(this.btnEdit, 2, 0); this.tableLayoutPanelOperate.Controls.Add(this.btnBeginInventory, 0, 0); this.tableLayoutPanelOperate.Controls.Add(this.btnRemove, 2, 0); this.tableLayoutPanelOperate.Controls.Add(this.btnComplete, 4, 0); this.tableLayoutPanelOperate.Controls.Add(this.btnDifferenceInventory, 1, 0); this.tableLayoutPanelOperate.Controls.Add(this.btnInventoryConfirm, 1, 0); this.tableLayoutPanelOperate.Controls.Add(this.btnAdd, 2, 0); this.tableLayoutPanelOperate.Location = new System.Drawing.Point(3, 105); this.tableLayoutPanelOperate.Name = "tableLayoutPanelOperate"; this.tableLayoutPanelOperate.RowCount = 1; this.tableLayoutPanelOperate.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanelOperate.Size = new System.Drawing.Size(787, 37); this.tableLayoutPanelOperate.TabIndex = 3; // // btnEdit // this.btnEdit.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.btnEdit.Location = new System.Drawing.Point(403, 3); this.btnEdit.Name = "btnEdit"; this.btnEdit.Size = new System.Drawing.Size(94, 31); this.btnEdit.TabIndex = 2; this.btnEdit.Values.Text = "编辑"; this.btnEdit.Click += new System.EventHandler(this.btnEdit_Click); // // btnBeginInventory // this.btnBeginInventory.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.btnBeginInventory.Location = new System.Drawing.Point(3, 3); this.btnBeginInventory.Name = "btnBeginInventory"; this.btnBeginInventory.Size = new System.Drawing.Size(94, 31); this.btnBeginInventory.TabIndex = 0; this.btnBeginInventory.Values.Text = "正常盘点"; this.btnBeginInventory.Click += new System.EventHandler(this.btnBeginInventory_Click); // // btnRemove // this.btnRemove.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.btnRemove.Location = new System.Drawing.Point(503, 3); this.btnRemove.Name = "btnRemove"; this.btnRemove.Size = new System.Drawing.Size(94, 31); this.btnRemove.TabIndex = 3; this.btnRemove.Values.Text = "删除"; this.btnRemove.Click += new System.EventHandler(this.btnRemove_Click); // // btnComplete // this.btnComplete.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.btnComplete.Location = new System.Drawing.Point(603, 3); this.btnComplete.Name = "btnComplete"; this.btnComplete.Size = new System.Drawing.Size(94, 31); this.btnComplete.TabIndex = 6; this.btnComplete.Values.Text = "强制完成"; this.btnComplete.Click += new System.EventHandler(this.btnComplete_Click); // // btnDifferenceInventory // this.btnDifferenceInventory.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.btnDifferenceInventory.Location = new System.Drawing.Point(103, 3); this.btnDifferenceInventory.Name = "btnDifferenceInventory"; this.btnDifferenceInventory.Size = new System.Drawing.Size(94, 31); this.btnDifferenceInventory.TabIndex = 1; this.btnDifferenceInventory.Values.Text = "差异盘点"; this.btnDifferenceInventory.Click += new System.EventHandler(this.btnDifferenceInventory_Click); // // btnInventoryConfirm // this.btnInventoryConfirm.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.btnInventoryConfirm.Location = new System.Drawing.Point(203, 3); this.btnInventoryConfirm.Name = "btnInventoryConfirm"; this.btnInventoryConfirm.Size = new System.Drawing.Size(94, 31); this.btnInventoryConfirm.TabIndex = 4; this.btnInventoryConfirm.Values.Text = "盘点结果确认"; this.btnInventoryConfirm.Click += new System.EventHandler(this.btnInventoryConfirm_Click); // // btnAdd // this.btnAdd.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.btnAdd.Location = new System.Drawing.Point(303, 3); this.btnAdd.Name = "btnAdd"; this.btnAdd.Size = new System.Drawing.Size(94, 31); this.btnAdd.TabIndex = 5; this.btnAdd.Values.Text = "新增"; this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click); // // tableLayoutPanel3 // this.tableLayoutPanel3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.tableLayoutPanel3.BackColor = System.Drawing.Color.Transparent; this.tableLayoutPanel3.ColumnCount = 3; this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F)); this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F)); this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F)); this.tableLayoutPanel3.Controls.Add(this.btnSearchImport, 2, 0); this.tableLayoutPanel3.Controls.Add(this.btnSearchExport, 1, 0); this.tableLayoutPanel3.Controls.Add(this.btnSearch, 0, 0); this.tableLayoutPanel3.Location = new System.Drawing.Point(916, 105); this.tableLayoutPanel3.Name = "tableLayoutPanel3"; this.tableLayoutPanel3.RowCount = 1; this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel3.Size = new System.Drawing.Size(272, 37); this.tableLayoutPanel3.TabIndex = 1; // // btnSearchImport // this.btnSearchImport.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.btnSearchImport.Location = new System.Drawing.Point(183, 3); this.btnSearchImport.Name = "btnSearchImport"; this.btnSearchImport.Size = new System.Drawing.Size(86, 31); this.btnSearchImport.TabIndex = 2; this.btnSearchImport.Values.Image = global::NXWMS.Properties.Resources.import; this.btnSearchImport.Values.Text = "导入"; // // btnSearchExport // this.btnSearchExport.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.btnSearchExport.Location = new System.Drawing.Point(93, 3); this.btnSearchExport.Name = "btnSearchExport"; this.btnSearchExport.Size = new System.Drawing.Size(84, 31); this.btnSearchExport.TabIndex = 1; this.btnSearchExport.Values.Image = global::NXWMS.Properties.Resources.export; this.btnSearchExport.Values.Text = "导出"; this.btnSearchExport.Click += new System.EventHandler(this.btnSearchExport_Click); // // btnSearch // this.btnSearch.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.btnSearch.Location = new System.Drawing.Point(3, 3); this.btnSearch.Name = "btnSearch"; this.btnSearch.Size = new System.Drawing.Size(84, 31); this.btnSearch.TabIndex = 0; this.btnSearch.Values.Image = global::NXWMS.Properties.Resources.search2; this.btnSearch.Values.Text = "查询"; this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click); // // tableLayoutPanel2 // this.tableLayoutPanel2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.tableLayoutPanel2.BackColor = System.Drawing.Color.Transparent; this.tableLayoutPanel2.ColumnCount = 8; this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 100F)); this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F)); this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 100F)); this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F)); this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 100F)); this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F)); this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 100F)); this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F)); this.tableLayoutPanel2.Controls.Add(this.kryptonLabel9, 2, 0); this.tableLayoutPanel2.Controls.Add(this.kryptonLabel10, 0, 0); this.tableLayoutPanel2.Controls.Add(this.kryptonLabel3, 4, 0); this.tableLayoutPanel2.Controls.Add(this.kryptonLabel4, 6, 0); this.tableLayoutPanel2.Controls.Add(this.txtSearchBatch, 7, 0); this.tableLayoutPanel2.Controls.Add(this.kryptonLabel6, 0, 1); this.tableLayoutPanel2.Controls.Add(this.kryptonLabel1, 2, 1); this.tableLayoutPanel2.Controls.Add(this.kryptonLabel2, 4, 1); this.tableLayoutPanel2.Controls.Add(this.dtpSearchInventoryBeginStartDate, 3, 1); this.tableLayoutPanel2.Controls.Add(this.dtpSearchInventoryBeginFinishDate, 5, 1); this.tableLayoutPanel2.Controls.Add(this.kryptonLabel5, 6, 1); this.tableLayoutPanel2.Controls.Add(this.cmbSearchInventoryMode, 7, 1); this.tableLayoutPanel2.Controls.Add(this.cmbSearchInventoryStatus, 1, 2); this.tableLayoutPanel2.Controls.Add(this.kryptonLabel7, 0, 2); this.tableLayoutPanel2.Controls.Add(this.kryptonLabel8, 2, 2); this.tableLayoutPanel2.Controls.Add(this.dtpSearchInventoryEndStartDate, 3, 2); this.tableLayoutPanel2.Controls.Add(this.kryptonLabel11, 4, 2); this.tableLayoutPanel2.Controls.Add(this.dtpSearchInventoryEndFinishDate, 5, 2); this.tableLayoutPanel2.Controls.Add(this.kryptonLabel12, 6, 2); this.tableLayoutPanel2.Controls.Add(this.cmbSearchSupplier, 7, 2); this.tableLayoutPanel2.Controls.Add(this.txtSearchInventoryNo, 1, 0); this.tableLayoutPanel2.Controls.Add(this.txtSearchPallet, 3, 0); this.tableLayoutPanel2.Controls.Add(this.txtSearchMateriel, 5, 0); this.tableLayoutPanel2.Controls.Add(this.cmbSearchType, 1, 1); this.tableLayoutPanel2.Location = new System.Drawing.Point(0, 8); this.tableLayoutPanel2.Name = "tableLayoutPanel2"; this.tableLayoutPanel2.RowCount = 3; this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F)); this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F)); this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F)); this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); this.tableLayoutPanel2.Size = new System.Drawing.Size(1191, 91); this.tableLayoutPanel2.TabIndex = 0; // // kryptonLabel9 // this.kryptonLabel9.AutoSize = false; this.kryptonLabel9.Location = new System.Drawing.Point(300, 3); this.kryptonLabel9.Name = "kryptonLabel9"; this.kryptonLabel9.RightToLeft = System.Windows.Forms.RightToLeft.Yes; this.kryptonLabel9.Size = new System.Drawing.Size(94, 24); this.kryptonLabel9.TabIndex = 2; this.kryptonLabel9.Values.Text = "托盘信息"; // // kryptonLabel10 // this.kryptonLabel10.AutoSize = false; this.kryptonLabel10.Location = new System.Drawing.Point(3, 3); this.kryptonLabel10.Name = "kryptonLabel10"; this.kryptonLabel10.RightToLeft = System.Windows.Forms.RightToLeft.Yes; this.kryptonLabel10.Size = new System.Drawing.Size(94, 24); this.kryptonLabel10.TabIndex = 0; this.kryptonLabel10.Values.ExtraText = "\r\n"; this.kryptonLabel10.Values.Text = "盘点单号"; // // kryptonLabel3 // this.kryptonLabel3.AutoSize = false; this.kryptonLabel3.Location = new System.Drawing.Point(597, 3); this.kryptonLabel3.Name = "kryptonLabel3"; this.kryptonLabel3.RightToLeft = System.Windows.Forms.RightToLeft.Yes; this.kryptonLabel3.Size = new System.Drawing.Size(94, 24); this.kryptonLabel3.TabIndex = 11; this.kryptonLabel3.Values.Text = "物料信息"; // // kryptonLabel4 // this.kryptonLabel4.AutoSize = false; this.kryptonLabel4.Location = new System.Drawing.Point(894, 3); this.kryptonLabel4.Name = "kryptonLabel4"; this.kryptonLabel4.RightToLeft = System.Windows.Forms.RightToLeft.Yes; this.kryptonLabel4.Size = new System.Drawing.Size(94, 24); this.kryptonLabel4.TabIndex = 13; this.kryptonLabel4.Values.Text = "批次信息"; // // txtSearchBatch // this.txtSearchBatch.Dock = System.Windows.Forms.DockStyle.Fill; this.txtSearchBatch.Location = new System.Drawing.Point(994, 3); this.txtSearchBatch.Name = "txtSearchBatch"; this.txtSearchBatch.Size = new System.Drawing.Size(194, 23); this.txtSearchBatch.TabIndex = 23; // // kryptonLabel6 // this.kryptonLabel6.AutoSize = false; this.kryptonLabel6.Location = new System.Drawing.Point(3, 33); this.kryptonLabel6.Name = "kryptonLabel6"; this.kryptonLabel6.RightToLeft = System.Windows.Forms.RightToLeft.Yes; this.kryptonLabel6.Size = new System.Drawing.Size(94, 24); this.kryptonLabel6.TabIndex = 15; this.kryptonLabel6.Values.Text = "单据类型"; // // kryptonLabel1 // this.kryptonLabel1.AutoSize = false; this.kryptonLabel1.Location = new System.Drawing.Point(300, 33); this.kryptonLabel1.Name = "kryptonLabel1"; this.kryptonLabel1.RightToLeft = System.Windows.Forms.RightToLeft.Yes; this.kryptonLabel1.Size = new System.Drawing.Size(94, 24); this.kryptonLabel1.StateCommon.LongText.Color1 = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(224)))), ((int)(((byte)(192))))); this.kryptonLabel1.StateCommon.LongText.Color2 = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0))))); this.kryptonLabel1.StateCommon.ShortText.Color1 = System.Drawing.Color.Maroon; this.kryptonLabel1.TabIndex = 26; this.kryptonLabel1.Values.Text = "盘点开始时间"; // // kryptonLabel2 // this.kryptonLabel2.AutoSize = false; this.kryptonLabel2.Location = new System.Drawing.Point(597, 33); this.kryptonLabel2.Name = "kryptonLabel2"; this.kryptonLabel2.RightToLeft = System.Windows.Forms.RightToLeft.Yes; this.kryptonLabel2.Size = new System.Drawing.Size(94, 24); this.kryptonLabel2.StateCommon.ShortText.Color1 = System.Drawing.Color.Maroon; this.kryptonLabel2.StateCommon.ShortText.Color2 = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.kryptonLabel2.TabIndex = 28; this.kryptonLabel2.Values.Text = "至"; // // dtpSearchInventoryBeginStartDate // this.dtpSearchInventoryBeginStartDate.AlwaysActive = false; this.dtpSearchInventoryBeginStartDate.CalendarTodayDate = new System.DateTime(2020, 7, 30, 14, 18, 20, 0); this.dtpSearchInventoryBeginStartDate.Checked = false; this.dtpSearchInventoryBeginStartDate.CustomFormat = "yyyy-MM-dd HH:mm:ss"; this.dtpSearchInventoryBeginStartDate.Dock = System.Windows.Forms.DockStyle.Fill; this.dtpSearchInventoryBeginStartDate.Format = System.Windows.Forms.DateTimePickerFormat.Custom; this.dtpSearchInventoryBeginStartDate.Location = new System.Drawing.Point(400, 33); this.dtpSearchInventoryBeginStartDate.Name = "dtpSearchInventoryBeginStartDate"; this.dtpSearchInventoryBeginStartDate.ShowCheckBox = true; this.dtpSearchInventoryBeginStartDate.Size = new System.Drawing.Size(191, 24); this.dtpSearchInventoryBeginStartDate.TabIndex = 106; // // dtpSearchInventoryBeginFinishDate // this.dtpSearchInventoryBeginFinishDate.AlwaysActive = false; this.dtpSearchInventoryBeginFinishDate.CalendarTodayDate = new System.DateTime(2020, 7, 30, 14, 18, 20, 0); this.dtpSearchInventoryBeginFinishDate.Checked = false; this.dtpSearchInventoryBeginFinishDate.CustomFormat = "yyyy-MM-dd HH:mm:ss"; this.dtpSearchInventoryBeginFinishDate.Dock = System.Windows.Forms.DockStyle.Fill; this.dtpSearchInventoryBeginFinishDate.Format = System.Windows.Forms.DateTimePickerFormat.Custom; this.dtpSearchInventoryBeginFinishDate.Location = new System.Drawing.Point(697, 33); this.dtpSearchInventoryBeginFinishDate.Name = "dtpSearchInventoryBeginFinishDate"; this.dtpSearchInventoryBeginFinishDate.ShowCheckBox = true; this.dtpSearchInventoryBeginFinishDate.Size = new System.Drawing.Size(191, 24); this.dtpSearchInventoryBeginFinishDate.TabIndex = 107; // // kryptonLabel5 // this.kryptonLabel5.AutoSize = false; this.kryptonLabel5.Location = new System.Drawing.Point(894, 33); this.kryptonLabel5.Name = "kryptonLabel5"; this.kryptonLabel5.RightToLeft = System.Windows.Forms.RightToLeft.Yes; this.kryptonLabel5.Size = new System.Drawing.Size(94, 24); this.kryptonLabel5.TabIndex = 108; this.kryptonLabel5.Values.Text = "盘点方式"; // // cmbSearchInventoryMode // this.cmbSearchInventoryMode.Dock = System.Windows.Forms.DockStyle.Fill; this.cmbSearchInventoryMode.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cmbSearchInventoryMode.DropDownWidth = 183; this.cmbSearchInventoryMode.Location = new System.Drawing.Point(994, 33); this.cmbSearchInventoryMode.Name = "cmbSearchInventoryMode"; this.cmbSearchInventoryMode.Size = new System.Drawing.Size(194, 21); this.cmbSearchInventoryMode.TabIndex = 109; // // cmbSearchInventoryStatus // this.cmbSearchInventoryStatus.Dock = System.Windows.Forms.DockStyle.Fill; this.cmbSearchInventoryStatus.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cmbSearchInventoryStatus.DropDownWidth = 183; this.cmbSearchInventoryStatus.Location = new System.Drawing.Point(103, 63); this.cmbSearchInventoryStatus.Name = "cmbSearchInventoryStatus"; this.cmbSearchInventoryStatus.Size = new System.Drawing.Size(191, 21); this.cmbSearchInventoryStatus.TabIndex = 111; // // kryptonLabel7 // this.kryptonLabel7.AutoSize = false; this.kryptonLabel7.Location = new System.Drawing.Point(3, 63); this.kryptonLabel7.Name = "kryptonLabel7"; this.kryptonLabel7.RightToLeft = System.Windows.Forms.RightToLeft.Yes; this.kryptonLabel7.Size = new System.Drawing.Size(94, 24); this.kryptonLabel7.TabIndex = 110; this.kryptonLabel7.Values.Text = "单据状态"; // // kryptonLabel8 // this.kryptonLabel8.AutoSize = false; this.kryptonLabel8.Location = new System.Drawing.Point(300, 63); this.kryptonLabel8.Name = "kryptonLabel8"; this.kryptonLabel8.RightToLeft = System.Windows.Forms.RightToLeft.Yes; this.kryptonLabel8.Size = new System.Drawing.Size(94, 24); this.kryptonLabel8.StateCommon.ShortText.Color1 = System.Drawing.Color.Maroon; this.kryptonLabel8.TabIndex = 112; this.kryptonLabel8.Values.Text = "盘点结束时间"; // // dtpSearchInventoryEndStartDate // this.dtpSearchInventoryEndStartDate.AlwaysActive = false; this.dtpSearchInventoryEndStartDate.CalendarTodayDate = new System.DateTime(2020, 7, 30, 14, 18, 20, 0); this.dtpSearchInventoryEndStartDate.Checked = false; this.dtpSearchInventoryEndStartDate.CustomFormat = "yyyy-MM-dd HH:mm:ss"; this.dtpSearchInventoryEndStartDate.Dock = System.Windows.Forms.DockStyle.Fill; this.dtpSearchInventoryEndStartDate.Format = System.Windows.Forms.DateTimePickerFormat.Custom; this.dtpSearchInventoryEndStartDate.Location = new System.Drawing.Point(400, 63); this.dtpSearchInventoryEndStartDate.Name = "dtpSearchInventoryEndStartDate"; this.dtpSearchInventoryEndStartDate.ShowCheckBox = true; this.dtpSearchInventoryEndStartDate.Size = new System.Drawing.Size(191, 25); this.dtpSearchInventoryEndStartDate.TabIndex = 113; // // kryptonLabel11 // this.kryptonLabel11.AutoSize = false; this.kryptonLabel11.Location = new System.Drawing.Point(597, 63); this.kryptonLabel11.Name = "kryptonLabel11"; this.kryptonLabel11.RightToLeft = System.Windows.Forms.RightToLeft.Yes; this.kryptonLabel11.Size = new System.Drawing.Size(94, 22); this.kryptonLabel11.StateCommon.ShortText.Color1 = System.Drawing.Color.Maroon; this.kryptonLabel11.TabIndex = 114; this.kryptonLabel11.Values.Text = "至"; // // dtpSearchInventoryEndFinishDate // this.dtpSearchInventoryEndFinishDate.AlwaysActive = false; this.dtpSearchInventoryEndFinishDate.CalendarTodayDate = new System.DateTime(2020, 7, 30, 14, 18, 20, 0); this.dtpSearchInventoryEndFinishDate.Checked = false; this.dtpSearchInventoryEndFinishDate.CustomFormat = "yyyy-MM-dd HH:mm:ss"; this.dtpSearchInventoryEndFinishDate.Dock = System.Windows.Forms.DockStyle.Fill; this.dtpSearchInventoryEndFinishDate.Format = System.Windows.Forms.DateTimePickerFormat.Custom; this.dtpSearchInventoryEndFinishDate.Location = new System.Drawing.Point(697, 63); this.dtpSearchInventoryEndFinishDate.Name = "dtpSearchInventoryEndFinishDate"; this.dtpSearchInventoryEndFinishDate.ShowCheckBox = true; this.dtpSearchInventoryEndFinishDate.Size = new System.Drawing.Size(191, 25); this.dtpSearchInventoryEndFinishDate.TabIndex = 115; // // kryptonLabel12 // this.kryptonLabel12.AutoSize = false; this.kryptonLabel12.Location = new System.Drawing.Point(894, 63); this.kryptonLabel12.Name = "kryptonLabel12"; this.kryptonLabel12.RightToLeft = System.Windows.Forms.RightToLeft.Yes; this.kryptonLabel12.Size = new System.Drawing.Size(94, 24); this.kryptonLabel12.TabIndex = 116; this.kryptonLabel12.Values.Text = "供应商"; // // cmbSearchSupplier // this.cmbSearchSupplier.Dock = System.Windows.Forms.DockStyle.Fill; this.cmbSearchSupplier.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cmbSearchSupplier.DropDownWidth = 183; this.cmbSearchSupplier.Location = new System.Drawing.Point(994, 63); this.cmbSearchSupplier.Name = "cmbSearchSupplier"; this.cmbSearchSupplier.Size = new System.Drawing.Size(194, 21); this.cmbSearchSupplier.TabIndex = 117; // // txtSearchInventoryNo // this.txtSearchInventoryNo.Dock = System.Windows.Forms.DockStyle.Fill; this.txtSearchInventoryNo.Location = new System.Drawing.Point(103, 3); this.txtSearchInventoryNo.Name = "txtSearchInventoryNo"; this.txtSearchInventoryNo.Size = new System.Drawing.Size(191, 23); this.txtSearchInventoryNo.TabIndex = 1; // // txtSearchPallet // this.txtSearchPallet.Dock = System.Windows.Forms.DockStyle.Fill; this.txtSearchPallet.Location = new System.Drawing.Point(400, 3); this.txtSearchPallet.Name = "txtSearchPallet"; this.txtSearchPallet.Size = new System.Drawing.Size(191, 23); this.txtSearchPallet.TabIndex = 118; // // txtSearchMateriel // this.txtSearchMateriel.Dock = System.Windows.Forms.DockStyle.Fill; this.txtSearchMateriel.Location = new System.Drawing.Point(697, 3); this.txtSearchMateriel.Name = "txtSearchMateriel"; this.txtSearchMateriel.Size = new System.Drawing.Size(191, 23); this.txtSearchMateriel.TabIndex = 119; // // cmbSearchType // this.cmbSearchType.Dock = System.Windows.Forms.DockStyle.Fill; this.cmbSearchType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cmbSearchType.DropDownWidth = 183; this.cmbSearchType.Location = new System.Drawing.Point(103, 33); this.cmbSearchType.Name = "cmbSearchType"; this.cmbSearchType.Size = new System.Drawing.Size(191, 21); this.cmbSearchType.TabIndex = 120; // // kryptonGroupBox3 // this.kryptonGroupBox3.CaptionOverlap = 0D; this.kryptonGroupBox3.Dock = System.Windows.Forms.DockStyle.Bottom; this.kryptonGroupBox3.Location = new System.Drawing.Point(0, 472); this.kryptonGroupBox3.Name = "kryptonGroupBox3"; // // kryptonGroupBox3.Panel // this.kryptonGroupBox3.Panel.AutoScroll = true; this.kryptonGroupBox3.Panel.Controls.Add(this.dataGridViewDTL); this.kryptonGroupBox3.Size = new System.Drawing.Size(1195, 289); this.kryptonGroupBox3.TabIndex = 74; this.kryptonGroupBox3.Values.Heading = "盘点单明细:"; // // dataGridViewDTL // this.dataGridViewDTL.AllowUserToAddRows = false; this.dataGridViewDTL.AllowUserToDeleteRows = false; this.dataGridViewDTL.AllowUserToResizeRows = false; this.dataGridViewDTL.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells; this.dataGridViewDTL.ClipboardCopyMode = System.Windows.Forms.DataGridViewClipboardCopyMode.EnableAlwaysIncludeHeaderText; this.dataGridViewDTL.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.dataGridViewTextBoxColumn14, this.dataGridViewTextBoxColumn15, this.dataGridViewTextBoxColumn16, this.dataGridViewTextBoxColumn17, this.dataGridViewTextBoxColumn18, this.Column2, this.dataGridViewTextBoxColumn19, this.dataGridViewTextBoxColumn20, this.dataGridViewTextBoxColumn21, this.dataGridViewTextBoxColumn22, this.dataGridViewTextBoxColumn23, this.dataGridViewTextBoxColumn24, this.dataGridViewTextBoxColumn25, this.Column1, this.dataGridViewTextBoxColumn26, this.dataGridViewTextBoxColumn27, this.dataGridViewTextBoxColumn28, this.dataGridViewTextBoxColumn29}); this.dataGridViewDTL.Dock = System.Windows.Forms.DockStyle.Fill; this.dataGridViewDTL.Location = new System.Drawing.Point(0, 0); this.dataGridViewDTL.MultiSelect = false; this.dataGridViewDTL.Name = "dataGridViewDTL"; this.dataGridViewDTL.RowTemplate.Height = 23; this.dataGridViewDTL.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.dataGridViewDTL.Size = new System.Drawing.Size(1191, 265); this.dataGridViewDTL.TabIndex = 1; // // dataGridViewTextBoxColumn14 // this.dataGridViewTextBoxColumn14.HeaderText = "序号"; this.dataGridViewTextBoxColumn14.Name = "dataGridViewTextBoxColumn14"; this.dataGridViewTextBoxColumn14.Width = 62; // // dataGridViewTextBoxColumn15 // this.dataGridViewTextBoxColumn15.DataPropertyName = "CreateName"; this.dataGridViewTextBoxColumn15.HeaderText = "物料编码"; this.dataGridViewTextBoxColumn15.Name = "dataGridViewTextBoxColumn15"; this.dataGridViewTextBoxColumn15.ReadOnly = true; this.dataGridViewTextBoxColumn15.Resizable = System.Windows.Forms.DataGridViewTriState.True; this.dataGridViewTextBoxColumn15.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; this.dataGridViewTextBoxColumn15.Width = 69; // // dataGridViewTextBoxColumn16 // this.dataGridViewTextBoxColumn16.DataPropertyName = "UpdateName"; this.dataGridViewTextBoxColumn16.HeaderText = "物料名称"; this.dataGridViewTextBoxColumn16.Name = "dataGridViewTextBoxColumn16"; this.dataGridViewTextBoxColumn16.ReadOnly = true; this.dataGridViewTextBoxColumn16.Resizable = System.Windows.Forms.DataGridViewTriState.True; this.dataGridViewTextBoxColumn16.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; this.dataGridViewTextBoxColumn16.Width = 69; // // dataGridViewTextBoxColumn17 // this.dataGridViewTextBoxColumn17.HeaderText = "物料条码"; this.dataGridViewTextBoxColumn17.Name = "dataGridViewTextBoxColumn17"; this.dataGridViewTextBoxColumn17.Width = 88; // // dataGridViewTextBoxColumn18 // this.dataGridViewTextBoxColumn18.HeaderText = "规格"; this.dataGridViewTextBoxColumn18.Name = "dataGridViewTextBoxColumn18"; this.dataGridViewTextBoxColumn18.Width = 62; // // Column2 // this.Column2.HeaderText = "单位"; this.Column2.Name = "Column2"; this.Column2.Width = 62; // // dataGridViewTextBoxColumn19 // this.dataGridViewTextBoxColumn19.DataPropertyName = "InventoryId"; this.dataGridViewTextBoxColumn19.HeaderText = "批次号"; this.dataGridViewTextBoxColumn19.Name = "dataGridViewTextBoxColumn19"; this.dataGridViewTextBoxColumn19.Width = 75; // // dataGridViewTextBoxColumn20 // this.dataGridViewTextBoxColumn20.DataPropertyName = "InventoryNo"; this.dataGridViewTextBoxColumn20.HeaderText = "到货数量"; this.dataGridViewTextBoxColumn20.Name = "dataGridViewTextBoxColumn20"; this.dataGridViewTextBoxColumn20.ReadOnly = true; this.dataGridViewTextBoxColumn20.Width = 88; // // dataGridViewTextBoxColumn21 // this.dataGridViewTextBoxColumn21.DataPropertyName = "InventoryTypeName"; this.dataGridViewTextBoxColumn21.HeaderText = "已收货数量"; this.dataGridViewTextBoxColumn21.Name = "dataGridViewTextBoxColumn21"; this.dataGridViewTextBoxColumn21.ReadOnly = true; this.dataGridViewTextBoxColumn21.Width = 101; // // dataGridViewTextBoxColumn22 // this.dataGridViewTextBoxColumn22.DataPropertyName = "InventoryPercentage"; this.dataGridViewTextBoxColumn22.HeaderText = "供应商编码"; this.dataGridViewTextBoxColumn22.Name = "dataGridViewTextBoxColumn22"; this.dataGridViewTextBoxColumn22.ReadOnly = true; this.dataGridViewTextBoxColumn22.Width = 101; // // dataGridViewTextBoxColumn23 // this.dataGridViewTextBoxColumn23.DataPropertyName = "InventoryModeName"; this.dataGridViewTextBoxColumn23.HeaderText = "供应商名称"; this.dataGridViewTextBoxColumn23.Name = "dataGridViewTextBoxColumn23"; this.dataGridViewTextBoxColumn23.ReadOnly = true; this.dataGridViewTextBoxColumn23.Width = 101; // // dataGridViewTextBoxColumn24 // this.dataGridViewTextBoxColumn24.DataPropertyName = "InventoryStatusName"; this.dataGridViewTextBoxColumn24.HeaderText = "生产日期"; this.dataGridViewTextBoxColumn24.Name = "dataGridViewTextBoxColumn24"; this.dataGridViewTextBoxColumn24.ReadOnly = true; this.dataGridViewTextBoxColumn24.Resizable = System.Windows.Forms.DataGridViewTriState.True; this.dataGridViewTextBoxColumn24.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; this.dataGridViewTextBoxColumn24.Width = 69; // // dataGridViewTextBoxColumn25 // this.dataGridViewTextBoxColumn25.DataPropertyName = "ResultFlagName"; this.dataGridViewTextBoxColumn25.HeaderText = "失效日期"; this.dataGridViewTextBoxColumn25.Name = "dataGridViewTextBoxColumn25"; this.dataGridViewTextBoxColumn25.ReadOnly = true; this.dataGridViewTextBoxColumn25.Resizable = System.Windows.Forms.DataGridViewTriState.True; this.dataGridViewTextBoxColumn25.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; this.dataGridViewTextBoxColumn25.Visible = false; this.dataGridViewTextBoxColumn25.Width = 69; // // Column1 // this.Column1.HeaderText = "明细状态"; this.Column1.Name = "Column1"; this.Column1.Width = 88; // // dataGridViewTextBoxColumn26 // this.dataGridViewTextBoxColumn26.DataPropertyName = "CreateName"; this.dataGridViewTextBoxColumn26.HeaderText = "创建人"; this.dataGridViewTextBoxColumn26.Name = "dataGridViewTextBoxColumn26"; this.dataGridViewTextBoxColumn26.ReadOnly = true; this.dataGridViewTextBoxColumn26.Resizable = System.Windows.Forms.DataGridViewTriState.True; this.dataGridViewTextBoxColumn26.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; this.dataGridViewTextBoxColumn26.Width = 56; // // dataGridViewTextBoxColumn27 // this.dataGridViewTextBoxColumn27.DataPropertyName = "UpdateName"; this.dataGridViewTextBoxColumn27.HeaderText = "创建时间"; this.dataGridViewTextBoxColumn27.Name = "dataGridViewTextBoxColumn27"; this.dataGridViewTextBoxColumn27.ReadOnly = true; this.dataGridViewTextBoxColumn27.Resizable = System.Windows.Forms.DataGridViewTriState.True; this.dataGridViewTextBoxColumn27.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; this.dataGridViewTextBoxColumn27.Width = 69; // // dataGridViewTextBoxColumn28 // this.dataGridViewTextBoxColumn28.DataPropertyName = "UpdateName"; this.dataGridViewTextBoxColumn28.HeaderText = "最后更新人"; this.dataGridViewTextBoxColumn28.Name = "dataGridViewTextBoxColumn28"; this.dataGridViewTextBoxColumn28.ReadOnly = true; this.dataGridViewTextBoxColumn28.Resizable = System.Windows.Forms.DataGridViewTriState.True; this.dataGridViewTextBoxColumn28.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; this.dataGridViewTextBoxColumn28.Width = 82; // // dataGridViewTextBoxColumn29 // this.dataGridViewTextBoxColumn29.HeaderText = "最后更新时间"; this.dataGridViewTextBoxColumn29.Name = "dataGridViewTextBoxColumn29"; this.dataGridViewTextBoxColumn29.Width = 114; // // kryptonGroupBox1 // this.kryptonGroupBox1.CaptionOverlap = 0D; this.kryptonGroupBox1.Dock = System.Windows.Forms.DockStyle.Fill; this.kryptonGroupBox1.Location = new System.Drawing.Point(0, 172); this.kryptonGroupBox1.Name = "kryptonGroupBox1"; // // kryptonGroupBox1.Panel // this.kryptonGroupBox1.Panel.AutoScroll = true; this.kryptonGroupBox1.Panel.Controls.Add(this.dataGridView); this.kryptonGroupBox1.Panel.Controls.Add(this.pageTool); this.kryptonGroupBox1.Size = new System.Drawing.Size(1195, 300); this.kryptonGroupBox1.TabIndex = 76; this.kryptonGroupBox1.Values.Heading = "到货通知单主表:"; // // dataGridView // this.dataGridView.AllowUserToAddRows = false; this.dataGridView.AllowUserToDeleteRows = false; this.dataGridView.AllowUserToResizeRows = false; this.dataGridView.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill; this.dataGridView.ClipboardCopyMode = System.Windows.Forms.DataGridViewClipboardCopyMode.EnableWithoutHeaderText; this.dataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.ColumInventoryId, this.InventoryNo, this.InventoryTypeName, this.InventoryPercentage, this.InventoryModeName, this.InventoryBeginTime, this.InventoryEndTime, this.InventoryStatusName, this.InventoryStatus, this.ResultFlagName, this.CreateName, this.CreateTime, this.UpdateName, this.UpdateTime}); this.dataGridView.Dock = System.Windows.Forms.DockStyle.Fill; this.dataGridView.Location = new System.Drawing.Point(0, 0); this.dataGridView.MultiSelect = false; this.dataGridView.Name = "dataGridView"; this.dataGridView.RowTemplate.Height = 23; this.dataGridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.dataGridView.Size = new System.Drawing.Size(1191, 249); this.dataGridView.TabIndex = 77; this.dataGridView.SelectionChanged += new System.EventHandler(this.dataGridView_SelectionChanged); // // ColumInventoryId // this.ColumInventoryId.DataPropertyName = "InventoryId"; this.ColumInventoryId.HeaderText = "编号"; this.ColumInventoryId.Name = "ColumInventoryId"; // // InventoryNo // this.InventoryNo.DataPropertyName = "InventoryNo"; this.InventoryNo.HeaderText = "盘点单号"; this.InventoryNo.Name = "InventoryNo"; this.InventoryNo.ReadOnly = true; // // InventoryTypeName // this.InventoryTypeName.DataPropertyName = "InventoryTypeName"; this.InventoryTypeName.HeaderText = "单据类型"; this.InventoryTypeName.Name = "InventoryTypeName"; this.InventoryTypeName.ReadOnly = true; // // InventoryPercentage // this.InventoryPercentage.DataPropertyName = "InventoryPercentage"; this.InventoryPercentage.HeaderText = "随机盘点比例"; this.InventoryPercentage.Name = "InventoryPercentage"; this.InventoryPercentage.ReadOnly = true; // // InventoryModeName // this.InventoryModeName.DataPropertyName = "InventoryModeName"; this.InventoryModeName.HeaderText = "盘点方式"; this.InventoryModeName.Name = "InventoryModeName"; this.InventoryModeName.ReadOnly = true; // // InventoryBeginTime // this.InventoryBeginTime.CalendarTodayDate = new System.DateTime(2021, 5, 7, 0, 0, 0, 0); this.InventoryBeginTime.Checked = false; this.InventoryBeginTime.DataPropertyName = "InventoryBeginTime"; this.InventoryBeginTime.HeaderText = "盘点开始时间"; this.InventoryBeginTime.Name = "InventoryBeginTime"; this.InventoryBeginTime.ReadOnly = true; this.InventoryBeginTime.Width = 89; // // InventoryEndTime // this.InventoryEndTime.CalendarTodayDate = new System.DateTime(2021, 5, 7, 0, 0, 0, 0); this.InventoryEndTime.Checked = false; this.InventoryEndTime.DataPropertyName = "InventoryEndTime"; this.InventoryEndTime.HeaderText = "盘点结束时间"; this.InventoryEndTime.Name = "InventoryEndTime"; this.InventoryEndTime.ReadOnly = true; this.InventoryEndTime.Width = 88; // // InventoryStatusName // this.InventoryStatusName.DataPropertyName = "InventoryStatusName"; this.InventoryStatusName.HeaderText = "盘点单状态"; this.InventoryStatusName.Name = "InventoryStatusName"; this.InventoryStatusName.ReadOnly = true; this.InventoryStatusName.Resizable = System.Windows.Forms.DataGridViewTriState.True; this.InventoryStatusName.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; // // InventoryStatus // this.InventoryStatus.DataPropertyName = "InventoryStatus"; this.InventoryStatus.HeaderText = "Column3"; this.InventoryStatus.Name = "InventoryStatus"; this.InventoryStatus.Visible = false; // // ResultFlagName // this.ResultFlagName.DataPropertyName = "ResultFlagName"; this.ResultFlagName.HeaderText = "盘点结果确认标识"; this.ResultFlagName.Name = "ResultFlagName"; this.ResultFlagName.ReadOnly = true; this.ResultFlagName.Resizable = System.Windows.Forms.DataGridViewTriState.True; this.ResultFlagName.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; // // CreateName // this.CreateName.DataPropertyName = "CreateName"; this.CreateName.HeaderText = "创建人"; this.CreateName.Name = "CreateName"; this.CreateName.ReadOnly = true; this.CreateName.Resizable = System.Windows.Forms.DataGridViewTriState.True; this.CreateName.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; // // CreateTime // this.CreateTime.CalendarTodayDate = new System.DateTime(2021, 5, 7, 0, 0, 0, 0); this.CreateTime.Checked = false; this.CreateTime.DataPropertyName = "CreateTime"; this.CreateTime.HeaderText = "创建时间"; this.CreateTime.Name = "CreateTime"; this.CreateTime.ReadOnly = true; this.CreateTime.Width = 88; // // UpdateName // this.UpdateName.DataPropertyName = "UpdateName"; this.UpdateName.HeaderText = "更新人"; this.UpdateName.Name = "UpdateName"; this.UpdateName.ReadOnly = true; this.UpdateName.Resizable = System.Windows.Forms.DataGridViewTriState.True; this.UpdateName.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; // // UpdateTime // this.UpdateTime.CalendarTodayDate = new System.DateTime(2021, 5, 7, 0, 0, 0, 0); this.UpdateTime.Checked = false; this.UpdateTime.DataPropertyName = "UpdateTime"; this.UpdateTime.HeaderText = "更新时间"; this.UpdateTime.Name = "UpdateTime"; this.UpdateTime.ReadOnly = true; this.UpdateTime.Width = 88; // // pageTool // this.pageTool._execActionMessgae = null; this.pageTool._execActionOperation = null; this.pageTool._LastOperation = null; this.pageTool.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(205)))), ((int)(((byte)(212)))), ((int)(((byte)(221))))); this.pageTool.DataCount = 0; this.pageTool.Dock = System.Windows.Forms.DockStyle.Bottom; this.pageTool.LoadMessage = null; this.pageTool.Location = new System.Drawing.Point(0, 249); this.pageTool.Name = "pageTool"; this.pageTool.PageDefault = "{0}/{1}"; this.pageTool.PageIndexSelectDefault = 1; this.pageTool.PageInfoDefault = "共 {0} 条记录,每页"; this.pageTool.PageSize = 30; this.pageTool.PageSizeSelectList = ((System.Collections.Generic.List)(resources.GetObject("pageTool.PageSizeSelectList"))); this.pageTool.Size = new System.Drawing.Size(1191, 27); this.pageTool.TabIndex = 76; // // dataGridViewTextBoxColumn1 // this.dataGridViewTextBoxColumn1.HeaderText = "用户编码"; this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1"; this.dataGridViewTextBoxColumn1.Width = 86; // // dataGridViewTextBoxColumn2 // this.dataGridViewTextBoxColumn2.DataPropertyName = "CreateName"; this.dataGridViewTextBoxColumn2.HeaderText = "用户名称"; this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2"; this.dataGridViewTextBoxColumn2.ReadOnly = true; this.dataGridViewTextBoxColumn2.Resizable = System.Windows.Forms.DataGridViewTriState.True; this.dataGridViewTextBoxColumn2.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; this.dataGridViewTextBoxColumn2.Width = 87; // // dataGridViewTextBoxColumn3 // this.dataGridViewTextBoxColumn3.DataPropertyName = "UpdateName"; this.dataGridViewTextBoxColumn3.HeaderText = "用户昵称"; this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3"; this.dataGridViewTextBoxColumn3.ReadOnly = true; this.dataGridViewTextBoxColumn3.Resizable = System.Windows.Forms.DataGridViewTriState.True; this.dataGridViewTextBoxColumn3.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; this.dataGridViewTextBoxColumn3.Width = 86; // // dataGridViewTextBoxColumn4 // this.dataGridViewTextBoxColumn4.HeaderText = "职位名称"; this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4"; this.dataGridViewTextBoxColumn4.Width = 86; // // dataGridViewTextBoxColumn5 // this.dataGridViewTextBoxColumn5.HeaderText = "性别"; this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5"; this.dataGridViewTextBoxColumn5.Width = 87; // // dataGridViewTextBoxColumn6 // this.dataGridViewTextBoxColumn6.HeaderText = "所属角色"; this.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6"; this.dataGridViewTextBoxColumn6.Width = 86; // // dataGridViewTextBoxColumn7 // this.dataGridViewTextBoxColumn7.DataPropertyName = "InventoryId"; this.dataGridViewTextBoxColumn7.HeaderText = "手机号码"; this.dataGridViewTextBoxColumn7.Name = "dataGridViewTextBoxColumn7"; this.dataGridViewTextBoxColumn7.Width = 86; // // dataGridViewTextBoxColumn8 // this.dataGridViewTextBoxColumn8.DataPropertyName = "InventoryNo"; this.dataGridViewTextBoxColumn8.HeaderText = "邮箱"; this.dataGridViewTextBoxColumn8.Name = "dataGridViewTextBoxColumn8"; this.dataGridViewTextBoxColumn8.ReadOnly = true; this.dataGridViewTextBoxColumn8.Width = 86; // // dataGridViewTextBoxColumn9 // this.dataGridViewTextBoxColumn9.DataPropertyName = "InventoryTypeName"; this.dataGridViewTextBoxColumn9.HeaderText = "地址"; this.dataGridViewTextBoxColumn9.Name = "dataGridViewTextBoxColumn9"; this.dataGridViewTextBoxColumn9.ReadOnly = true; this.dataGridViewTextBoxColumn9.Width = 87; // // dataGridViewTextBoxColumn10 // this.dataGridViewTextBoxColumn10.DataPropertyName = "InventoryPercentage"; this.dataGridViewTextBoxColumn10.HeaderText = "是否启用"; this.dataGridViewTextBoxColumn10.Name = "dataGridViewTextBoxColumn10"; this.dataGridViewTextBoxColumn10.ReadOnly = true; this.dataGridViewTextBoxColumn10.Width = 86; // // dataGridViewTextBoxColumn11 // this.dataGridViewTextBoxColumn11.DataPropertyName = "InventoryModeName"; this.dataGridViewTextBoxColumn11.HeaderText = "创建人"; this.dataGridViewTextBoxColumn11.Name = "dataGridViewTextBoxColumn11"; this.dataGridViewTextBoxColumn11.ReadOnly = true; this.dataGridViewTextBoxColumn11.Width = 86; // // dataGridViewTextBoxColumn12 // this.dataGridViewTextBoxColumn12.DataPropertyName = "InventoryStatusName"; this.dataGridViewTextBoxColumn12.HeaderText = "创建时间"; this.dataGridViewTextBoxColumn12.Name = "dataGridViewTextBoxColumn12"; this.dataGridViewTextBoxColumn12.ReadOnly = true; this.dataGridViewTextBoxColumn12.Resizable = System.Windows.Forms.DataGridViewTriState.True; this.dataGridViewTextBoxColumn12.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; this.dataGridViewTextBoxColumn12.Width = 87; // // dataGridViewTextBoxColumn13 // this.dataGridViewTextBoxColumn13.DataPropertyName = "ResultFlagName"; this.dataGridViewTextBoxColumn13.HeaderText = "更新人"; this.dataGridViewTextBoxColumn13.Name = "dataGridViewTextBoxColumn13"; this.dataGridViewTextBoxColumn13.ReadOnly = true; this.dataGridViewTextBoxColumn13.Resizable = System.Windows.Forms.DataGridViewTriState.True; this.dataGridViewTextBoxColumn13.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; this.dataGridViewTextBoxColumn13.Width = 86; // // frmBalanceInventory // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1195, 761); this.Controls.Add(this.kryptonGroupBox1); this.Controls.Add(this.kryptonGroupBox3); this.Controls.Add(this.kryptonGroupBox2); this.Name = "frmBalanceInventory"; this.Text = "库存盘点"; this.Load += new System.EventHandler(this.frmBalanceInventory_Load); ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox2.Panel)).EndInit(); this.kryptonGroupBox2.Panel.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox2)).EndInit(); this.kryptonGroupBox2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.kryptonPanelSearch)).EndInit(); this.kryptonPanelSearch.ResumeLayout(false); this.tableLayoutPanelOperate.ResumeLayout(false); this.tableLayoutPanel3.ResumeLayout(false); this.tableLayoutPanel2.ResumeLayout(false); this.tableLayoutPanel2.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.cmbSearchInventoryMode)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.cmbSearchInventoryStatus)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.cmbSearchSupplier)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.cmbSearchType)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox3.Panel)).EndInit(); this.kryptonGroupBox3.Panel.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox3)).EndInit(); this.kryptonGroupBox3.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.dataGridViewDTL)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox1.Panel)).EndInit(); this.kryptonGroupBox1.Panel.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox1)).EndInit(); this.kryptonGroupBox1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.dataGridView)).EndInit(); this.ResumeLayout(false); } #endregion private ComponentFactory.Krypton.Toolkit.KryptonGroupBox kryptonGroupBox2; private ComponentFactory.Krypton.Toolkit.KryptonPanel kryptonPanelSearch; private System.Windows.Forms.TableLayoutPanel tableLayoutPanelOperate; private ComponentFactory.Krypton.Toolkit.KryptonButton btnDifferenceInventory; private ComponentFactory.Krypton.Toolkit.KryptonButton btnBeginInventory; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel3; private ComponentFactory.Krypton.Toolkit.KryptonButton btnSearchImport; private ComponentFactory.Krypton.Toolkit.KryptonButton btnSearchExport; private ComponentFactory.Krypton.Toolkit.KryptonButton btnSearch; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2; private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel9; private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel10; private ComponentFactory.Krypton.Toolkit.KryptonTextBox txtSearchInventoryNo; private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel3; private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel4; private ComponentFactory.Krypton.Toolkit.KryptonTextBox txtSearchBatch; private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel6; private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel1; private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel2; private ComponentFactory.Krypton.Toolkit.KryptonDateTimePicker dtpSearchInventoryBeginStartDate; private ComponentFactory.Krypton.Toolkit.KryptonDateTimePicker dtpSearchInventoryBeginFinishDate; private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel5; private ComponentFactory.Krypton.Toolkit.KryptonComboBox cmbSearchInventoryMode; private ComponentFactory.Krypton.Toolkit.KryptonComboBox cmbSearchInventoryStatus; private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel7; private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel8; private ComponentFactory.Krypton.Toolkit.KryptonDateTimePicker dtpSearchInventoryEndStartDate; private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel11; private ComponentFactory.Krypton.Toolkit.KryptonDateTimePicker dtpSearchInventoryEndFinishDate; private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel12; private ComponentFactory.Krypton.Toolkit.KryptonComboBox cmbSearchSupplier; private ComponentFactory.Krypton.Toolkit.KryptonTextBox txtSearchPallet; private ComponentFactory.Krypton.Toolkit.KryptonTextBox txtSearchMateriel; private ComponentFactory.Krypton.Toolkit.KryptonComboBox cmbSearchType; private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1; private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2; private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3; private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4; private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn5; private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn6; private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn7; private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn8; private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn9; private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn10; private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn11; private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn12; private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn13; private ComponentFactory.Krypton.Toolkit.KryptonGroupBox kryptonGroupBox3; private ComponentFactory.Krypton.Toolkit.KryptonDataGridView dataGridViewDTL; private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn14; private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn15; private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn16; private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn17; private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn18; private System.Windows.Forms.DataGridViewTextBoxColumn Column2; private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn19; private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn20; private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn21; private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn22; private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn23; private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn24; private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn25; private System.Windows.Forms.DataGridViewTextBoxColumn Column1; private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn26; private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn27; private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn28; private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn29; private ComponentFactory.Krypton.Toolkit.KryptonButton btnRemove; private ComponentFactory.Krypton.Toolkit.KryptonButton btnComplete; private ComponentFactory.Krypton.Toolkit.KryptonButton btnInventoryConfirm; private ComponentFactory.Krypton.Toolkit.KryptonButton btnAdd; private ComponentFactory.Krypton.Toolkit.KryptonGroupBox kryptonGroupBox1; private ComponentFactory.Krypton.Toolkit.KryptonDataGridView dataGridView; private Client.FrmCustom.PageToolbar pageTool; private ComponentFactory.Krypton.Toolkit.KryptonButton btnEdit; private System.Windows.Forms.DataGridViewTextBoxColumn ColumInventoryId; private System.Windows.Forms.DataGridViewTextBoxColumn InventoryNo; private System.Windows.Forms.DataGridViewTextBoxColumn InventoryTypeName; private System.Windows.Forms.DataGridViewTextBoxColumn InventoryPercentage; private System.Windows.Forms.DataGridViewTextBoxColumn InventoryModeName; private ComponentFactory.Krypton.Toolkit.KryptonDataGridViewDateTimePickerColumn InventoryBeginTime; private ComponentFactory.Krypton.Toolkit.KryptonDataGridViewDateTimePickerColumn InventoryEndTime; private System.Windows.Forms.DataGridViewTextBoxColumn InventoryStatusName; private System.Windows.Forms.DataGridViewTextBoxColumn InventoryStatus; private System.Windows.Forms.DataGridViewTextBoxColumn ResultFlagName; private System.Windows.Forms.DataGridViewTextBoxColumn CreateName; private ComponentFactory.Krypton.Toolkit.KryptonDataGridViewDateTimePickerColumn CreateTime; private System.Windows.Forms.DataGridViewTextBoxColumn UpdateName; private ComponentFactory.Krypton.Toolkit.KryptonDataGridViewDateTimePickerColumn UpdateTime; } }