namespace NXWMS.Forms.OutStock.frmOutstockChild { partial class frmChildEditWmsOutInvoice { /// /// 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() { this.components = new System.ComponentModel.Container(); this.kryptonContextMenuHeading1 = new ComponentFactory.Krypton.Toolkit.KryptonContextMenuHeading(); this.kcmb_InvoiceType = new ComponentFactory.Krypton.Toolkit.KryptonComboBox(); this.knud_InvoicePriority = new ComponentFactory.Krypton.Toolkit.KryptonNumericUpDown(); this.kryptonGroupBox1 = new ComponentFactory.Krypton.Toolkit.KryptonGroupBox(); this.ktb_BatchNoMsg = new ComponentFactory.Krypton.Toolkit.KryptonTextBox(); this.ktb_MaterielMsg = new ComponentFactory.Krypton.Toolkit.KryptonTextBox(); this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); this.btnCancel = new ComponentFactory.Krypton.Toolkit.KryptonButton(); this.btnConfirm = new ComponentFactory.Krypton.Toolkit.KryptonButton(); this.ktb_Describe = new ComponentFactory.Krypton.Toolkit.KryptonRichTextBox(); this.kdtp_InvoiceEndTime = new ComponentFactory.Krypton.Toolkit.KryptonDateTimePicker(); this.kryptonLabel7 = new ComponentFactory.Krypton.Toolkit.KryptonLabel(); this.kryptonLabel3 = new ComponentFactory.Krypton.Toolkit.KryptonLabel(); this.kryptonLabel4 = new ComponentFactory.Krypton.Toolkit.KryptonLabel(); this.kryptonLabel8 = new ComponentFactory.Krypton.Toolkit.KryptonLabel(); this.kryptonLabel2 = new ComponentFactory.Krypton.Toolkit.KryptonLabel(); this.kryptonLabel1 = new ComponentFactory.Krypton.Toolkit.KryptonLabel(); this.全部删除ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.删除选中行ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components); this.重新加载ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.kdgv_InvoiceDtlData = new ComponentFactory.Krypton.Toolkit.KryptonDataGridView(); this.Column1 = new ComponentFactory.Krypton.Toolkit.KryptonDataGridViewTextBoxColumn(); this.Column2 = new ComponentFactory.Krypton.Toolkit.KryptonDataGridViewTextBoxColumn(); this.Column3 = new ComponentFactory.Krypton.Toolkit.KryptonDataGridViewTextBoxColumn(); this.Column4 = new ComponentFactory.Krypton.Toolkit.KryptonDataGridViewTextBoxColumn(); this.Column5 = new ComponentFactory.Krypton.Toolkit.KryptonDataGridViewTextBoxColumn(); this.Column6 = new ComponentFactory.Krypton.Toolkit.KryptonDataGridViewTextBoxColumn(); this.Column8 = new ComponentFactory.Krypton.Toolkit.KryptonDataGridViewTextBoxColumn(); this.Column9 = new ComponentFactory.Krypton.Toolkit.KryptonDataGridViewTextBoxColumn(); this.Column10 = new ComponentFactory.Krypton.Toolkit.KryptonDataGridViewTextBoxColumn(); this.kryptonGroupBox2 = new ComponentFactory.Krypton.Toolkit.KryptonGroupBox(); this.kryptonContextMenuItem1 = new ComponentFactory.Krypton.Toolkit.KryptonContextMenuItem(); ((System.ComponentModel.ISupportInitialize)(this.kcmb_InvoiceType)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox1.Panel)).BeginInit(); this.kryptonGroupBox1.Panel.SuspendLayout(); this.kryptonGroupBox1.SuspendLayout(); this.tableLayoutPanel1.SuspendLayout(); this.contextMenuStrip1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.kdgv_InvoiceDtlData)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox2.Panel)).BeginInit(); this.kryptonGroupBox2.Panel.SuspendLayout(); this.kryptonGroupBox2.SuspendLayout(); this.SuspendLayout(); // // kryptonContextMenuHeading1 // this.kryptonContextMenuHeading1.ExtraText = ""; // // kcmb_InvoiceType // this.kcmb_InvoiceType.DropDownWidth = 160; this.kcmb_InvoiceType.Location = new System.Drawing.Point(129, 10); this.kcmb_InvoiceType.Name = "kcmb_InvoiceType"; this.kcmb_InvoiceType.Size = new System.Drawing.Size(160, 21); this.kcmb_InvoiceType.TabIndex = 12; // // knud_InvoicePriority // this.knud_InvoicePriority.Location = new System.Drawing.Point(434, 10); this.knud_InvoicePriority.Minimum = new decimal(new int[] { 1, 0, 0, 0}); this.knud_InvoicePriority.Name = "knud_InvoicePriority"; this.knud_InvoicePriority.Size = new System.Drawing.Size(160, 22); this.knud_InvoicePriority.TabIndex = 10; this.knud_InvoicePriority.Value = new decimal(new int[] { 100, 0, 0, 0}); // // kryptonGroupBox1 // this.kryptonGroupBox1.CaptionOverlap = 0D; this.kryptonGroupBox1.CaptionStyle = ComponentFactory.Krypton.Toolkit.LabelStyle.GroupBoxCaption; this.kryptonGroupBox1.Dock = System.Windows.Forms.DockStyle.Top; this.kryptonGroupBox1.GroupBackStyle = ComponentFactory.Krypton.Toolkit.PaletteBackStyle.ControlGroupBox; this.kryptonGroupBox1.GroupBorderStyle = ComponentFactory.Krypton.Toolkit.PaletteBorderStyle.ControlGroupBox; this.kryptonGroupBox1.Location = new System.Drawing.Point(0, 0); this.kryptonGroupBox1.Name = "kryptonGroupBox1"; // // kryptonGroupBox1.Panel // this.kryptonGroupBox1.Panel.Controls.Add(this.kcmb_InvoiceType); this.kryptonGroupBox1.Panel.Controls.Add(this.ktb_BatchNoMsg); this.kryptonGroupBox1.Panel.Controls.Add(this.ktb_MaterielMsg); this.kryptonGroupBox1.Panel.Controls.Add(this.knud_InvoicePriority); this.kryptonGroupBox1.Panel.Controls.Add(this.tableLayoutPanel1); this.kryptonGroupBox1.Panel.Controls.Add(this.ktb_Describe); this.kryptonGroupBox1.Panel.Controls.Add(this.kdtp_InvoiceEndTime); this.kryptonGroupBox1.Panel.Controls.Add(this.kryptonLabel7); this.kryptonGroupBox1.Panel.Controls.Add(this.kryptonLabel3); this.kryptonGroupBox1.Panel.Controls.Add(this.kryptonLabel4); this.kryptonGroupBox1.Panel.Controls.Add(this.kryptonLabel8); this.kryptonGroupBox1.Panel.Controls.Add(this.kryptonLabel2); this.kryptonGroupBox1.Panel.Controls.Add(this.kryptonLabel1); this.kryptonGroupBox1.Size = new System.Drawing.Size(1379, 135); this.kryptonGroupBox1.TabIndex = 10; this.kryptonGroupBox1.Values.Heading = "发货单主表:"; // // ktb_BatchNoMsg // this.ktb_BatchNoMsg.Location = new System.Drawing.Point(434, 66); this.ktb_BatchNoMsg.Name = "ktb_BatchNoMsg"; this.ktb_BatchNoMsg.Size = new System.Drawing.Size(160, 20); this.ktb_BatchNoMsg.TabIndex = 11; this.ktb_BatchNoMsg.TextChanged += new System.EventHandler(this.ktb_BatchNoMsg_TextChanged); // // ktb_MaterielMsg // this.ktb_MaterielMsg.Location = new System.Drawing.Point(129, 66); this.ktb_MaterielMsg.Name = "ktb_MaterielMsg"; this.ktb_MaterielMsg.Size = new System.Drawing.Size(160, 20); this.ktb_MaterielMsg.TabIndex = 11; this.ktb_MaterielMsg.TextChanged += new System.EventHandler(this.ktb_MaterielMsg_TextChanged); // // tableLayoutPanel1 // this.tableLayoutPanel1.BackColor = System.Drawing.Color.Transparent; this.tableLayoutPanel1.ColumnCount = 2; this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tableLayoutPanel1.Controls.Add(this.btnCancel, 0, 0); this.tableLayoutPanel1.Controls.Add(this.btnConfirm, 0, 0); this.tableLayoutPanel1.Location = new System.Drawing.Point(1194, 58); this.tableLayoutPanel1.Name = "tableLayoutPanel1"; this.tableLayoutPanel1.RowCount = 1; this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel1.Size = new System.Drawing.Size(155, 37); this.tableLayoutPanel1.TabIndex = 5; // // btnCancel // this.btnCancel.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.btnCancel.Location = new System.Drawing.Point(80, 3); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new System.Drawing.Size(72, 31); this.btnCancel.TabIndex = 2; this.btnCancel.Tag = ""; this.btnCancel.Values.Image = global::NXWMS.Properties.Resources.取消; this.btnCancel.Values.Text = "取消"; this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click); // // btnConfirm // this.btnConfirm.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.btnConfirm.Location = new System.Drawing.Point(3, 3); this.btnConfirm.Name = "btnConfirm"; this.btnConfirm.Size = new System.Drawing.Size(71, 31); this.btnConfirm.TabIndex = 1; this.btnConfirm.Tag = ""; this.btnConfirm.Values.Image = global::NXWMS.Properties.Resources.确认; this.btnConfirm.Values.Text = "确认"; this.btnConfirm.Click += new System.EventHandler(this.btnConfirm_Click); // // ktb_Describe // this.ktb_Describe.Location = new System.Drawing.Point(1088, 9); this.ktb_Describe.Name = "ktb_Describe"; this.ktb_Describe.Size = new System.Drawing.Size(261, 42); this.ktb_Describe.TabIndex = 4; this.ktb_Describe.Text = ""; // // kdtp_InvoiceEndTime // this.kdtp_InvoiceEndTime.CustomFormat = "yyyy-MM-dd HH:mm:ss"; this.kdtp_InvoiceEndTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom; this.kdtp_InvoiceEndTime.Location = new System.Drawing.Point(781, 9); this.kdtp_InvoiceEndTime.Name = "kdtp_InvoiceEndTime"; this.kdtp_InvoiceEndTime.PaletteMode = ComponentFactory.Krypton.Toolkit.PaletteMode.Global; this.kdtp_InvoiceEndTime.ShowCheckBox = true; this.kdtp_InvoiceEndTime.Size = new System.Drawing.Size(160, 21); this.kdtp_InvoiceEndTime.TabIndex = 2; // // kryptonLabel7 // this.kryptonLabel7.Location = new System.Drawing.Point(677, 10); this.kryptonLabel7.Name = "kryptonLabel7"; this.kryptonLabel7.Size = new System.Drawing.Size(98, 20); this.kryptonLabel7.TabIndex = 0; this.kryptonLabel7.Values.Text = "发货截止时间:"; // // kryptonLabel3 // this.kryptonLabel3.Location = new System.Drawing.Point(368, 66); this.kryptonLabel3.Name = "kryptonLabel3"; this.kryptonLabel3.Size = new System.Drawing.Size(60, 20); this.kryptonLabel3.TabIndex = 0; this.kryptonLabel3.Values.Text = "批次号:"; // // kryptonLabel4 // this.kryptonLabel4.Location = new System.Drawing.Point(368, 10); this.kryptonLabel4.Name = "kryptonLabel4"; this.kryptonLabel4.Size = new System.Drawing.Size(60, 20); this.kryptonLabel4.TabIndex = 0; this.kryptonLabel4.Values.Text = "优先级:"; // // kryptonLabel8 // this.kryptonLabel8.Location = new System.Drawing.Point(1034, 13); this.kryptonLabel8.Name = "kryptonLabel8"; this.kryptonLabel8.Size = new System.Drawing.Size(48, 20); this.kryptonLabel8.TabIndex = 0; this.kryptonLabel8.Values.Text = "描述:"; // // kryptonLabel2 // this.kryptonLabel2.Location = new System.Drawing.Point(52, 66); this.kryptonLabel2.Name = "kryptonLabel2"; this.kryptonLabel2.Size = new System.Drawing.Size(73, 20); this.kryptonLabel2.TabIndex = 0; this.kryptonLabel2.Values.Text = "物料信息:"; // // kryptonLabel1 // this.kryptonLabel1.Location = new System.Drawing.Point(40, 10); this.kryptonLabel1.Name = "kryptonLabel1"; this.kryptonLabel1.Size = new System.Drawing.Size(85, 20); this.kryptonLabel1.TabIndex = 0; this.kryptonLabel1.Values.Text = "发货单类型:"; // // 全部删除ToolStripMenuItem // this.全部删除ToolStripMenuItem.Name = "全部删除ToolStripMenuItem"; this.全部删除ToolStripMenuItem.Size = new System.Drawing.Size(134, 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(134, 22); this.删除选中行ToolStripMenuItem.Text = "删除选中行"; this.删除选中行ToolStripMenuItem.Click += new System.EventHandler(this.删除选中行ToolStripMenuItem_Click); // // contextMenuStrip1 // this.contextMenuStrip1.Font = new System.Drawing.Font("Segoe UI", 9F); this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.删除选中行ToolStripMenuItem, this.全部删除ToolStripMenuItem, this.重新加载ToolStripMenuItem}); this.contextMenuStrip1.Name = "contextMenuStrip1"; this.contextMenuStrip1.Size = new System.Drawing.Size(135, 70); // // 重新加载ToolStripMenuItem // this.重新加载ToolStripMenuItem.Name = "重新加载ToolStripMenuItem"; this.重新加载ToolStripMenuItem.Size = new System.Drawing.Size(134, 22); this.重新加载ToolStripMenuItem.Text = "重新加载"; this.重新加载ToolStripMenuItem.Click += new System.EventHandler(this.重新加载ToolStripMenuItem_Click); // // kdgv_InvoiceDtlData // this.kdgv_InvoiceDtlData.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill; this.kdgv_InvoiceDtlData.ClipboardCopyMode = System.Windows.Forms.DataGridViewClipboardCopyMode.EnableWithoutHeaderText; this.kdgv_InvoiceDtlData.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing; this.kdgv_InvoiceDtlData.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.Column1, this.Column2, this.Column3, this.Column4, this.Column5, this.Column6, this.Column8, this.Column9, this.Column10}); this.kdgv_InvoiceDtlData.ContextMenuStrip = this.contextMenuStrip1; this.kdgv_InvoiceDtlData.Dock = System.Windows.Forms.DockStyle.Fill; this.kdgv_InvoiceDtlData.EditMode = System.Windows.Forms.DataGridViewEditMode.EditOnEnter; this.kdgv_InvoiceDtlData.Location = new System.Drawing.Point(0, 0); this.kdgv_InvoiceDtlData.Name = "kdgv_InvoiceDtlData"; this.kdgv_InvoiceDtlData.RowTemplate.Height = 23; this.kdgv_InvoiceDtlData.Size = new System.Drawing.Size(1375, 571); this.kdgv_InvoiceDtlData.TabIndex = 0; // // Column1 // this.Column1.HeaderText = "序号"; this.Column1.Name = "Column1"; this.Column1.ReadOnly = true; this.Column1.Width = 148; // // Column2 // this.Column2.HeaderText = "物料编码"; this.Column2.Name = "Column2"; this.Column2.ReadOnly = true; this.Column2.Width = 148; // // Column3 // this.Column3.HeaderText = "物料名称"; this.Column3.Name = "Column3"; this.Column3.ReadOnly = true; this.Column3.Width = 149; // // Column4 // this.Column4.HeaderText = "物料条码"; this.Column4.Name = "Column4"; this.Column4.ReadOnly = true; this.Column4.Width = 148; // // Column5 // this.Column5.HeaderText = "物料规格"; this.Column5.Name = "Column5"; this.Column5.ReadOnly = true; this.Column5.Width = 148; // // Column6 // this.Column6.HeaderText = "批次号"; this.Column6.Name = "Column6"; this.Column6.ReadOnly = true; this.Column6.Width = 148; // // Column8 // this.Column8.HeaderText = "发货数量"; this.Column8.Name = "Column8"; this.Column8.Width = 149; // // Column9 // this.Column9.HeaderText = "单位"; this.Column9.Name = "Column9"; this.Column9.ReadOnly = true; this.Column9.Width = 148; // // Column10 // this.Column10.HeaderText = "包装"; this.Column10.Name = "Column10"; this.Column10.ReadOnly = true; this.Column10.Resizable = System.Windows.Forms.DataGridViewTriState.True; this.Column10.Width = 148; // // kryptonGroupBox2 // this.kryptonGroupBox2.CaptionOverlap = 0D; this.kryptonGroupBox2.CaptionStyle = ComponentFactory.Krypton.Toolkit.LabelStyle.GroupBoxCaption; this.kryptonGroupBox2.Dock = System.Windows.Forms.DockStyle.Fill; this.kryptonGroupBox2.GroupBackStyle = ComponentFactory.Krypton.Toolkit.PaletteBackStyle.ControlGroupBox; this.kryptonGroupBox2.GroupBorderStyle = ComponentFactory.Krypton.Toolkit.PaletteBorderStyle.ControlGroupBox; this.kryptonGroupBox2.Location = new System.Drawing.Point(0, 135); this.kryptonGroupBox2.Name = "kryptonGroupBox2"; // // kryptonGroupBox2.Panel // this.kryptonGroupBox2.Panel.Controls.Add(this.kdgv_InvoiceDtlData); this.kryptonGroupBox2.Size = new System.Drawing.Size(1379, 595); this.kryptonGroupBox2.TabIndex = 11; this.kryptonGroupBox2.Values.Heading = "发货单明细表:"; // // kryptonContextMenuItem1 // this.kryptonContextMenuItem1.Text = "Menu Item"; // // frmChildEditWmsOutInvoice // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1379, 730); this.Controls.Add(this.kryptonGroupBox2); this.Controls.Add(this.kryptonGroupBox1); this.Name = "frmChildEditWmsOutInvoice"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "编辑发货单"; this.Load += new System.EventHandler(this.frmChildEditWmsOutInvoice_Load); ((System.ComponentModel.ISupportInitialize)(this.kcmb_InvoiceType)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox1.Panel)).EndInit(); this.kryptonGroupBox1.Panel.ResumeLayout(false); this.kryptonGroupBox1.Panel.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox1)).EndInit(); this.kryptonGroupBox1.ResumeLayout(false); this.tableLayoutPanel1.ResumeLayout(false); this.contextMenuStrip1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.kdgv_InvoiceDtlData)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox2.Panel)).EndInit(); this.kryptonGroupBox2.Panel.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox2)).EndInit(); this.kryptonGroupBox2.ResumeLayout(false); this.ResumeLayout(false); } #endregion private ComponentFactory.Krypton.Toolkit.KryptonContextMenuHeading kryptonContextMenuHeading1; private ComponentFactory.Krypton.Toolkit.KryptonComboBox kcmb_InvoiceType; private ComponentFactory.Krypton.Toolkit.KryptonNumericUpDown knud_InvoicePriority; private ComponentFactory.Krypton.Toolkit.KryptonGroupBox kryptonGroupBox1; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; private ComponentFactory.Krypton.Toolkit.KryptonButton btnCancel; private ComponentFactory.Krypton.Toolkit.KryptonButton btnConfirm; private ComponentFactory.Krypton.Toolkit.KryptonRichTextBox ktb_Describe; private ComponentFactory.Krypton.Toolkit.KryptonDateTimePicker kdtp_InvoiceEndTime; private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel7; private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel4; private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel8; private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel1; private System.Windows.Forms.ToolStripMenuItem 全部删除ToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem 删除选中行ToolStripMenuItem; private System.Windows.Forms.ContextMenuStrip contextMenuStrip1; private ComponentFactory.Krypton.Toolkit.KryptonDataGridView kdgv_InvoiceDtlData; private ComponentFactory.Krypton.Toolkit.KryptonGroupBox kryptonGroupBox2; private ComponentFactory.Krypton.Toolkit.KryptonContextMenuItem kryptonContextMenuItem1; private ComponentFactory.Krypton.Toolkit.KryptonTextBox ktb_BatchNoMsg; private ComponentFactory.Krypton.Toolkit.KryptonTextBox ktb_MaterielMsg; private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel3; private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel2; private ComponentFactory.Krypton.Toolkit.KryptonDataGridViewTextBoxColumn Column1; private ComponentFactory.Krypton.Toolkit.KryptonDataGridViewTextBoxColumn Column2; private ComponentFactory.Krypton.Toolkit.KryptonDataGridViewTextBoxColumn Column3; private ComponentFactory.Krypton.Toolkit.KryptonDataGridViewTextBoxColumn Column4; private ComponentFactory.Krypton.Toolkit.KryptonDataGridViewTextBoxColumn Column5; private ComponentFactory.Krypton.Toolkit.KryptonDataGridViewTextBoxColumn Column6; private ComponentFactory.Krypton.Toolkit.KryptonDataGridViewTextBoxColumn Column8; private ComponentFactory.Krypton.Toolkit.KryptonDataGridViewTextBoxColumn Column9; private ComponentFactory.Krypton.Toolkit.KryptonDataGridViewTextBoxColumn Column10; private System.Windows.Forms.ToolStripMenuItem 重新加载ToolStripMenuItem; } }