namespace HH.WMS.Client { partial class ItemForm { /// /// 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.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(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ItemForm)); this.dgvlist1 = new DevComponents.DotNetBar.Controls.DataGridViewX(); this.CN_S_ITEM_CODE = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.CN_S_ITEM_NAME = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.CN_S_MODEL = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.CN_S_FIGURE_NO = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.CN_S_MEASURE_UNIT = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.CN_F_MIN_PACK_QTY = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dgvlist2 = new DevComponents.DotNetBar.Controls.DataGridViewX(); this.CN_S_ITEM_CODE_S = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.CN_S_ITEM_NAME_S = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.CN_S_MODEL_S = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.CN_S_FIGURE_NO_S = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.CN_S_MEASURE_UNIT_S = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.CN_F_MIN_PACK_QTY_S = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.txtItemCode = new DevComponents.DotNetBar.Controls.TextBoxX(); this.lblItem = new DevComponents.DotNetBar.LabelX(); this.btnSerach = new DevComponents.DotNetBar.ButtonX(); this.btnEmpty = new DevComponents.DotNetBar.ButtonX(); this.btnDelete = new DevComponents.DotNetBar.ButtonX(); this.btnSave = new DevComponents.DotNetBar.ButtonX(); this.txtName = new DevComponents.DotNetBar.Controls.TextBoxX(); this.labelX1 = new DevComponents.DotNetBar.LabelX(); this.txtModel = new DevComponents.DotNetBar.Controls.TextBoxX(); this.labelX2 = new DevComponents.DotNetBar.LabelX(); this.pager1 = new WindowsApp.MyControl.Pager(); ((System.ComponentModel.ISupportInitialize)(this.dgvlist1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dgvlist2)).BeginInit(); this.SuspendLayout(); // // dgvlist1 // this.dgvlist1.AllowUserToAddRows = false; this.dgvlist1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.dgvlist1.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill; dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control; dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText; dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.dgvlist1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1; this.dgvlist1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dgvlist1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.CN_S_ITEM_CODE, this.CN_S_ITEM_NAME, this.CN_S_MODEL, this.CN_S_FIGURE_NO, this.CN_S_MEASURE_UNIT, this.CN_F_MIN_PACK_QTY}); dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Window; dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.ControlText; dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.ControlText; dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.False; this.dgvlist1.DefaultCellStyle = dataGridViewCellStyle2; this.dgvlist1.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(215)))), ((int)(((byte)(229))))); this.dgvlist1.Location = new System.Drawing.Point(5, 39); this.dgvlist1.Name = "dgvlist1"; this.dgvlist1.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.AutoSizeToFirstHeader; this.dgvlist1.RowTemplate.Height = 23; this.dgvlist1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.dgvlist1.Size = new System.Drawing.Size(853, 250); this.dgvlist1.TabIndex = 0; this.dgvlist1.RowStateChanged += new System.Windows.Forms.DataGridViewRowStateChangedEventHandler(this.dgvlist1_RowStateChanged); this.dgvlist1.DoubleClick += new System.EventHandler(this.dgvlist1_DoubleClick); // // CN_S_ITEM_CODE // this.CN_S_ITEM_CODE.DataPropertyName = "CN_S_ITEM_CODE"; this.CN_S_ITEM_CODE.HeaderText = "物料编码"; this.CN_S_ITEM_CODE.Name = "CN_S_ITEM_CODE"; this.CN_S_ITEM_CODE.ReadOnly = true; // // CN_S_ITEM_NAME // this.CN_S_ITEM_NAME.DataPropertyName = "CN_S_ITEM_NAME"; this.CN_S_ITEM_NAME.HeaderText = "物料名称"; this.CN_S_ITEM_NAME.Name = "CN_S_ITEM_NAME"; this.CN_S_ITEM_NAME.ReadOnly = true; // // CN_S_MODEL // this.CN_S_MODEL.DataPropertyName = "CN_S_MODEL"; this.CN_S_MODEL.HeaderText = "规格型号"; this.CN_S_MODEL.Name = "CN_S_MODEL"; this.CN_S_MODEL.ReadOnly = true; // // CN_S_FIGURE_NO // this.CN_S_FIGURE_NO.DataPropertyName = "CN_S_FIGURE_NO"; this.CN_S_FIGURE_NO.HeaderText = "图号"; this.CN_S_FIGURE_NO.Name = "CN_S_FIGURE_NO"; this.CN_S_FIGURE_NO.ReadOnly = true; // // CN_S_MEASURE_UNIT // this.CN_S_MEASURE_UNIT.DataPropertyName = "CN_S_MEASURE_UNIT"; this.CN_S_MEASURE_UNIT.HeaderText = "计量单位"; this.CN_S_MEASURE_UNIT.Name = "CN_S_MEASURE_UNIT"; this.CN_S_MEASURE_UNIT.ReadOnly = true; // // CN_F_MIN_PACK_QTY // this.CN_F_MIN_PACK_QTY.DataPropertyName = "CN_F_MIN_PACK_QTY"; this.CN_F_MIN_PACK_QTY.HeaderText = "最小包装数"; this.CN_F_MIN_PACK_QTY.Name = "CN_F_MIN_PACK_QTY"; this.CN_F_MIN_PACK_QTY.ReadOnly = true; // // dgvlist2 // this.dgvlist2.AllowUserToAddRows = false; this.dgvlist2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.dgvlist2.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill; dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Control; dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.WindowText; dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.dgvlist2.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle3; this.dgvlist2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dgvlist2.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.CN_S_ITEM_CODE_S, this.CN_S_ITEM_NAME_S, this.CN_S_MODEL_S, this.CN_S_FIGURE_NO_S, this.CN_S_MEASURE_UNIT_S, this.CN_F_MIN_PACK_QTY_S}); dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Window; dataGridViewCellStyle4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.ControlText; dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.ControlText; dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.False; this.dgvlist2.DefaultCellStyle = dataGridViewCellStyle4; this.dgvlist2.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(215)))), ((int)(((byte)(229))))); this.dgvlist2.Location = new System.Drawing.Point(3, 323); this.dgvlist2.Name = "dgvlist2"; this.dgvlist2.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.AutoSizeToFirstHeader; this.dgvlist2.RowTemplate.Height = 23; this.dgvlist2.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.dgvlist2.Size = new System.Drawing.Size(853, 138); this.dgvlist2.TabIndex = 1; this.dgvlist2.RowStateChanged += new System.Windows.Forms.DataGridViewRowStateChangedEventHandler(this.dgvlist2_RowStateChanged_1); this.dgvlist2.DoubleClick += new System.EventHandler(this.dgvlist2_DoubleClick); // // CN_S_ITEM_CODE_S // this.CN_S_ITEM_CODE_S.DataPropertyName = "CN_S_ITEM_CODE"; this.CN_S_ITEM_CODE_S.HeaderText = "物料编码"; this.CN_S_ITEM_CODE_S.Name = "CN_S_ITEM_CODE_S"; this.CN_S_ITEM_CODE_S.ReadOnly = true; // // CN_S_ITEM_NAME_S // this.CN_S_ITEM_NAME_S.DataPropertyName = "CN_S_ITEM_NAME"; this.CN_S_ITEM_NAME_S.HeaderText = "物料名称"; this.CN_S_ITEM_NAME_S.Name = "CN_S_ITEM_NAME_S"; this.CN_S_ITEM_NAME_S.ReadOnly = true; // // CN_S_MODEL_S // this.CN_S_MODEL_S.DataPropertyName = "CN_S_MODEL"; this.CN_S_MODEL_S.HeaderText = "规格型号"; this.CN_S_MODEL_S.Name = "CN_S_MODEL_S"; this.CN_S_MODEL_S.ReadOnly = true; // // CN_S_FIGURE_NO_S // this.CN_S_FIGURE_NO_S.DataPropertyName = "CN_S_FIGURE_NO"; this.CN_S_FIGURE_NO_S.HeaderText = "图号"; this.CN_S_FIGURE_NO_S.Name = "CN_S_FIGURE_NO_S"; this.CN_S_FIGURE_NO_S.ReadOnly = true; // // CN_S_MEASURE_UNIT_S // this.CN_S_MEASURE_UNIT_S.DataPropertyName = "CN_S_MEASURE_UNIT"; this.CN_S_MEASURE_UNIT_S.HeaderText = "计量单位"; this.CN_S_MEASURE_UNIT_S.Name = "CN_S_MEASURE_UNIT_S"; this.CN_S_MEASURE_UNIT_S.ReadOnly = true; // // CN_F_MIN_PACK_QTY_S // this.CN_F_MIN_PACK_QTY_S.DataPropertyName = "CN_F_MIN_PACK_QTY"; this.CN_F_MIN_PACK_QTY_S.HeaderText = "最小包装数"; this.CN_F_MIN_PACK_QTY_S.Name = "CN_F_MIN_PACK_QTY_S"; // // txtItemCode // this.txtItemCode.BackColor = System.Drawing.Color.White; // // // this.txtItemCode.Border.Class = "TextBoxBorder"; this.txtItemCode.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.txtItemCode.DisabledBackColor = System.Drawing.Color.White; this.txtItemCode.ForeColor = System.Drawing.Color.Black; this.txtItemCode.Location = new System.Drawing.Point(110, 8); this.txtItemCode.Name = "txtItemCode"; this.txtItemCode.PreventEnterBeep = true; this.txtItemCode.Size = new System.Drawing.Size(133, 21); this.txtItemCode.TabIndex = 3; // // lblItem // // // // this.lblItem.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.lblItem.Location = new System.Drawing.Point(37, 8); this.lblItem.Name = "lblItem"; this.lblItem.Size = new System.Drawing.Size(71, 23); this.lblItem.TabIndex = 4; this.lblItem.Text = "物料编码:"; // // btnSerach // this.btnSerach.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.btnSerach.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnSerach.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.btnSerach.Location = new System.Drawing.Point(719, 8); this.btnSerach.Name = "btnSerach"; this.btnSerach.Size = new System.Drawing.Size(75, 23); this.btnSerach.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.btnSerach.TabIndex = 5; this.btnSerach.Text = "搜索"; this.btnSerach.Click += new System.EventHandler(this.btnSerach_Click); // // btnEmpty // this.btnEmpty.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.btnEmpty.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnEmpty.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.btnEmpty.Location = new System.Drawing.Point(587, 470); this.btnEmpty.Name = "btnEmpty"; this.btnEmpty.Size = new System.Drawing.Size(75, 23); this.btnEmpty.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.btnEmpty.TabIndex = 6; this.btnEmpty.Text = "清空"; this.btnEmpty.Click += new System.EventHandler(this.btnEmpty_Click); // // btnDelete // this.btnDelete.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.btnDelete.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnDelete.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.btnDelete.Location = new System.Drawing.Point(673, 470); this.btnDelete.Name = "btnDelete"; this.btnDelete.Size = new System.Drawing.Size(75, 23); this.btnDelete.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.btnDelete.TabIndex = 7; this.btnDelete.Text = "删除"; this.btnDelete.Click += new System.EventHandler(this.btnDelete_Click); // // btnSave // this.btnSave.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnSave.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.btnSave.Location = new System.Drawing.Point(758, 470); this.btnSave.Name = "btnSave"; this.btnSave.Size = new System.Drawing.Size(75, 23); this.btnSave.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.btnSave.TabIndex = 8; this.btnSave.Text = "保存"; this.btnSave.Click += new System.EventHandler(this.btnSave_Click); // // txtName // this.txtName.BackColor = System.Drawing.Color.White; // // // this.txtName.Border.Class = "TextBoxBorder"; this.txtName.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.txtName.DisabledBackColor = System.Drawing.Color.White; this.txtName.ForeColor = System.Drawing.Color.Black; this.txtName.Location = new System.Drawing.Point(328, 8); this.txtName.Name = "txtName"; this.txtName.PreventEnterBeep = true; this.txtName.Size = new System.Drawing.Size(133, 21); this.txtName.TabIndex = 3; // // labelX1 // // // // this.labelX1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.labelX1.Location = new System.Drawing.Point(255, 8); this.labelX1.Name = "labelX1"; this.labelX1.Size = new System.Drawing.Size(71, 23); this.labelX1.TabIndex = 4; this.labelX1.Text = "物料名称:"; // // txtModel // this.txtModel.BackColor = System.Drawing.Color.White; // // // this.txtModel.Border.Class = "TextBoxBorder"; this.txtModel.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.txtModel.DisabledBackColor = System.Drawing.Color.White; this.txtModel.ForeColor = System.Drawing.Color.Black; this.txtModel.Location = new System.Drawing.Point(550, 10); this.txtModel.Name = "txtModel"; this.txtModel.PreventEnterBeep = true; this.txtModel.Size = new System.Drawing.Size(133, 21); this.txtModel.TabIndex = 3; // // labelX2 // // // // this.labelX2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.labelX2.Location = new System.Drawing.Point(477, 10); this.labelX2.Name = "labelX2"; this.labelX2.Size = new System.Drawing.Size(71, 23); this.labelX2.TabIndex = 4; this.labelX2.Text = "规格型号:"; // // pager1 // this.pager1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); this.pager1.Location = new System.Drawing.Point(5, 288); this.pager1.Name = "pager1"; this.pager1.NMax = 0; this.pager1.PageCount = 0; this.pager1.PageCurrent = 0; this.pager1.PageSize = 20; this.pager1.Size = new System.Drawing.Size(853, 30); this.pager1.TabIndex = 2; this.pager1.EventPaging += new WindowsApp.MyControl.EventPagingHandler(this.pager1_EventPaging); // // ItemForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(859, 499); this.Controls.Add(this.btnSave); this.Controls.Add(this.btnDelete); this.Controls.Add(this.btnEmpty); this.Controls.Add(this.btnSerach); this.Controls.Add(this.labelX2); this.Controls.Add(this.labelX1); this.Controls.Add(this.lblItem); this.Controls.Add(this.txtModel); this.Controls.Add(this.txtName); this.Controls.Add(this.txtItemCode); this.Controls.Add(this.pager1); this.Controls.Add(this.dgvlist2); this.Controls.Add(this.dgvlist1); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "ItemForm"; this.Text = "ItemForm"; this.Load += new System.EventHandler(this.ItemForm_Load); this.SizeChanged += new System.EventHandler(this.ItemForm_SizeChanged); ((System.ComponentModel.ISupportInitialize)(this.dgvlist1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dgvlist2)).EndInit(); this.ResumeLayout(false); } #endregion private DevComponents.DotNetBar.Controls.DataGridViewX dgvlist1; private DevComponents.DotNetBar.Controls.DataGridViewX dgvlist2; private WindowsApp.MyControl.Pager pager1; private DevComponents.DotNetBar.Controls.TextBoxX txtItemCode; private DevComponents.DotNetBar.LabelX lblItem; private DevComponents.DotNetBar.ButtonX btnSerach; private DevComponents.DotNetBar.ButtonX btnEmpty; private DevComponents.DotNetBar.ButtonX btnDelete; private DevComponents.DotNetBar.ButtonX btnSave; private System.Windows.Forms.DataGridViewTextBoxColumn CN_S_ITEM_CODE_S; private System.Windows.Forms.DataGridViewTextBoxColumn CN_S_ITEM_NAME_S; private System.Windows.Forms.DataGridViewTextBoxColumn CN_S_MODEL_S; private System.Windows.Forms.DataGridViewTextBoxColumn CN_S_FIGURE_NO_S; private System.Windows.Forms.DataGridViewTextBoxColumn CN_S_MEASURE_UNIT_S; private System.Windows.Forms.DataGridViewTextBoxColumn CN_F_MIN_PACK_QTY_S; private System.Windows.Forms.DataGridViewTextBoxColumn CN_S_ITEM_CODE; private System.Windows.Forms.DataGridViewTextBoxColumn CN_S_ITEM_NAME; private System.Windows.Forms.DataGridViewTextBoxColumn CN_S_MODEL; private System.Windows.Forms.DataGridViewTextBoxColumn CN_S_FIGURE_NO; private System.Windows.Forms.DataGridViewTextBoxColumn CN_S_MEASURE_UNIT; private System.Windows.Forms.DataGridViewTextBoxColumn CN_F_MIN_PACK_QTY; private DevComponents.DotNetBar.Controls.TextBoxX txtName; private DevComponents.DotNetBar.LabelX labelX1; private DevComponents.DotNetBar.Controls.TextBoxX txtModel; private DevComponents.DotNetBar.LabelX labelX2; } }