namespace FPJ0000 { partial class fProjectPartToPurchaseCR { /// /// 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(); System.Windows.Forms.Label projectLabel; System.Windows.Forms.Label label1; System.Windows.Forms.Label label3; System.Windows.Forms.Label label6; System.Windows.Forms.Label label7; System.Windows.Forms.Label label2; System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(fProjectPartToPurchaseCR)); 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.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle(); this.tbProject = new System.Windows.Forms.TextBox(); this.tbProjectIndex = new System.Windows.Forms.TextBox(); this.dtPdate = new System.Windows.Forms.DateTimePicker(); this.cmbRequest = new System.Windows.Forms.ComboBox(); this.toolTip1 = new System.Windows.Forms.ToolTip(this.components); this.textBox2 = new System.Windows.Forms.TextBox(); this.dsPurchase = new FPJ0000.dsPurchase(); this.bs = new System.Windows.Forms.BindingSource(this.components); this.ta = new FPJ0000.dsPurchaseTableAdapters.PurchaseTableAdapter(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.textBox1 = new System.Windows.Forms.TextBox(); this.tbCr = new System.Windows.Forms.TextBox(); this.tbSum = new System.Windows.Forms.TextBox(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.groupBox3 = new System.Windows.Forms.GroupBox(); this.dv1 = new arCtl.arDatagridView(); this.toolStrip1 = new System.Windows.Forms.ToolStrip(); this.toolStripButton2 = new System.Windows.Forms.ToolStripButton(); this.toolStripButton4 = new System.Windows.Forms.ToolStripButton(); this.toolStripButton8 = new System.Windows.Forms.ToolStripButton(); this.panel1 = new System.Windows.Forms.Panel(); this.panel3 = new System.Windows.Forms.Panel(); this.statusStrip1 = new System.Windows.Forms.StatusStrip(); this.taProject = new FPJ0000.dsPRJTableAdapters.ProjectsTableAdapter(); this.taPart = new FPJ0000.dsPRJTableAdapters.ProjectsPartTableAdapter(); this.dvc_sid = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dvc_name = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dvc_model = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dvc_price = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dvc_qty = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dvc_amt = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dvc_remark = new System.Windows.Forms.DataGridViewTextBoxColumn(); projectLabel = new System.Windows.Forms.Label(); label1 = new System.Windows.Forms.Label(); label3 = new System.Windows.Forms.Label(); label6 = new System.Windows.Forms.Label(); label7 = new System.Windows.Forms.Label(); label2 = new System.Windows.Forms.Label(); ((System.ComponentModel.ISupportInitialize)(this.dsPurchase)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.bs)).BeginInit(); this.groupBox1.SuspendLayout(); this.groupBox2.SuspendLayout(); this.groupBox3.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dv1)).BeginInit(); this.toolStrip1.SuspendLayout(); this.panel1.SuspendLayout(); this.SuspendLayout(); // // projectLabel // projectLabel.AutoSize = true; projectLabel.Location = new System.Drawing.Point(16, 29); projectLabel.Name = "projectLabel"; projectLabel.Size = new System.Drawing.Size(60, 17); projectLabel.TabIndex = 20; projectLabel.Text = "프로젝트"; // // label1 // label1.AutoSize = true; label1.Location = new System.Drawing.Point(7, 28); label1.Name = "label1"; label1.Size = new System.Drawing.Size(47, 17); label1.TabIndex = 0; label1.Text = "입력일"; // // label3 // label3.AutoSize = true; label3.Location = new System.Drawing.Point(16, 64); label3.Name = "label3"; label3.Size = new System.Drawing.Size(60, 17); label3.TabIndex = 23; label3.Text = "합계금액"; // // label6 // label6.AutoSize = true; label6.Location = new System.Drawing.Point(33, 99); label6.Name = "label6"; label6.Size = new System.Drawing.Size(43, 17); label6.TabIndex = 26; label6.Text = "CR/CF"; // // label7 // label7.AutoSize = true; label7.Location = new System.Drawing.Point(42, 127); label7.Name = "label7"; label7.Size = new System.Drawing.Size(34, 17); label7.TabIndex = 28; label7.Text = "비고"; // // label2 // label2.AutoSize = true; label2.Location = new System.Drawing.Point(7, 58); label2.Name = "label2"; label2.Size = new System.Drawing.Size(47, 17); label2.TabIndex = 3; label2.Text = "요청자"; // // tbProject // this.tbProject.BackColor = System.Drawing.SystemColors.Control; this.tbProject.Enabled = false; this.tbProject.ImeMode = System.Windows.Forms.ImeMode.Hangul; this.tbProject.Location = new System.Drawing.Point(88, 25); this.tbProject.Name = "tbProject"; this.tbProject.Size = new System.Drawing.Size(329, 25); this.tbProject.TabIndex = 7; // // tbProjectIndex // this.tbProjectIndex.BackColor = System.Drawing.SystemColors.Control; this.tbProjectIndex.Enabled = false; this.tbProjectIndex.Location = new System.Drawing.Point(423, 25); this.tbProjectIndex.Name = "tbProjectIndex"; this.tbProjectIndex.ReadOnly = true; this.tbProjectIndex.Size = new System.Drawing.Size(51, 25); this.tbProjectIndex.TabIndex = 22; this.tbProjectIndex.TabStop = false; this.tbProjectIndex.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.toolTip1.SetToolTip(this.tbProjectIndex, "Database ID"); // // dtPdate // this.dtPdate.Location = new System.Drawing.Point(65, 24); this.dtPdate.Name = "dtPdate"; this.dtPdate.Size = new System.Drawing.Size(251, 25); this.dtPdate.TabIndex = 1; // // cmbRequest // this.cmbRequest.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend; this.cmbRequest.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems; this.cmbRequest.FormattingEnabled = true; this.cmbRequest.ImeMode = System.Windows.Forms.ImeMode.Hangul; this.cmbRequest.Location = new System.Drawing.Point(65, 55); this.cmbRequest.Name = "cmbRequest"; this.cmbRequest.Size = new System.Drawing.Size(251, 25); this.cmbRequest.TabIndex = 2; // // textBox2 // this.textBox2.BackColor = System.Drawing.SystemColors.Control; this.textBox2.BorderStyle = System.Windows.Forms.BorderStyle.None; this.textBox2.Enabled = false; this.textBox2.Font = new System.Drawing.Font("맑은 고딕", 15.75F, System.Drawing.FontStyle.Bold); this.textBox2.Location = new System.Drawing.Point(423, 58); this.textBox2.Name = "textBox2"; this.textBox2.ReadOnly = true; this.textBox2.Size = new System.Drawing.Size(51, 28); this.textBox2.TabIndex = 25; this.textBox2.TabStop = false; this.textBox2.Text = "원"; this.textBox2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.toolTip1.SetToolTip(this.textBox2, "Database ID"); // // dsPurchase // this.dsPurchase.DataSetName = "dsPurchase"; this.dsPurchase.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema; // // bs // this.bs.DataMember = "Purchase"; this.bs.DataSource = this.dsPurchase; // // ta // this.ta.ClearBeforeFill = true; // // groupBox1 // this.groupBox1.Controls.Add(this.textBox1); this.groupBox1.Controls.Add(label7); this.groupBox1.Controls.Add(this.tbCr); this.groupBox1.Controls.Add(label6); this.groupBox1.Controls.Add(this.textBox2); this.groupBox1.Controls.Add(this.tbSum); this.groupBox1.Controls.Add(label3); this.groupBox1.Controls.Add(projectLabel); this.groupBox1.Controls.Add(this.tbProject); this.groupBox1.Controls.Add(this.tbProjectIndex); this.groupBox1.Dock = System.Windows.Forms.DockStyle.Left; this.groupBox1.Location = new System.Drawing.Point(0, 3); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(483, 155); this.groupBox1.TabIndex = 23; this.groupBox1.TabStop = false; this.groupBox1.Text = "프로젝트 정보"; // // textBox1 // this.textBox1.BackColor = System.Drawing.SystemColors.Control; this.textBox1.Enabled = false; this.textBox1.ImeMode = System.Windows.Forms.ImeMode.Hangul; this.textBox1.Location = new System.Drawing.Point(88, 123); this.textBox1.Name = "textBox1"; this.textBox1.Size = new System.Drawing.Size(389, 25); this.textBox1.TabIndex = 29; // // tbCr // this.tbCr.BackColor = System.Drawing.SystemColors.Control; this.tbCr.Enabled = false; this.tbCr.ImeMode = System.Windows.Forms.ImeMode.Hangul; this.tbCr.Location = new System.Drawing.Point(88, 95); this.tbCr.Name = "tbCr"; this.tbCr.Size = new System.Drawing.Size(389, 25); this.tbCr.TabIndex = 27; this.tbCr.Text = "dv"; // // tbSum // this.tbSum.BackColor = System.Drawing.SystemColors.Control; this.tbSum.Enabled = false; this.tbSum.Font = new System.Drawing.Font("맑은 고딕", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.tbSum.ImeMode = System.Windows.Forms.ImeMode.Hangul; this.tbSum.Location = new System.Drawing.Point(88, 55); this.tbSum.Name = "tbSum"; this.tbSum.Size = new System.Drawing.Size(329, 35); this.tbSum.TabIndex = 24; this.tbSum.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; // // groupBox2 // this.groupBox2.Controls.Add(label2); this.groupBox2.Controls.Add(this.cmbRequest); this.groupBox2.Controls.Add(label1); this.groupBox2.Controls.Add(this.dtPdate); this.groupBox2.Dock = System.Windows.Forms.DockStyle.Fill; this.groupBox2.Location = new System.Drawing.Point(493, 3); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(481, 155); this.groupBox2.TabIndex = 24; this.groupBox2.TabStop = false; this.groupBox2.Text = "구매 등록 정보"; // // groupBox3 // this.groupBox3.Controls.Add(this.dv1); this.groupBox3.Controls.Add(this.toolStrip1); this.groupBox3.Dock = System.Windows.Forms.DockStyle.Fill; this.groupBox3.Location = new System.Drawing.Point(5, 168); this.groupBox3.Name = "groupBox3"; this.groupBox3.Size = new System.Drawing.Size(974, 441); this.groupBox3.TabIndex = 26; this.groupBox3.TabStop = false; this.groupBox3.Text = "파트리스트"; // // dv1 // this.dv1.A_DelCurrentCell = true; this.dv1.A_EnterToTab = true; this.dv1.A_KoreanField = null; this.dv1.A_UpperField = null; this.dv1.A_ViewRownumOnHeader = true; this.dv1.AllowUserToAddRows = false; this.dv1.AllowUserToDeleteRows = false; this.dv1.BorderStyle = System.Windows.Forms.BorderStyle.None; this.dv1.ColumnHeadersHeight = 30; this.dv1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing; this.dv1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.dvc_sid, this.dvc_name, this.dvc_model, this.dvc_price, this.dvc_qty, this.dvc_amt, this.dvc_remark}); dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle8.BackColor = System.Drawing.SystemColors.Window; dataGridViewCellStyle8.Font = new System.Drawing.Font("맑은 고딕", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); dataGridViewCellStyle8.ForeColor = System.Drawing.SystemColors.ControlText; dataGridViewCellStyle8.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle8.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.False; this.dv1.DefaultCellStyle = dataGridViewCellStyle8; this.dv1.Dock = System.Windows.Forms.DockStyle.Fill; this.dv1.Location = new System.Drawing.Point(3, 21); this.dv1.Name = "dv1"; this.dv1.RowTemplate.Height = 23; this.dv1.Size = new System.Drawing.Size(968, 370); this.dv1.TabIndex = 27; // // toolStrip1 // this.toolStrip1.Dock = System.Windows.Forms.DockStyle.Bottom; this.toolStrip1.ImageScalingSize = new System.Drawing.Size(40, 40); this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.toolStripButton2, this.toolStripButton4, this.toolStripButton8}); this.toolStrip1.Location = new System.Drawing.Point(3, 391); this.toolStrip1.Name = "toolStrip1"; this.toolStrip1.Size = new System.Drawing.Size(968, 47); this.toolStrip1.TabIndex = 26; this.toolStrip1.Text = "toolStrip1"; // // toolStripButton2 // this.toolStripButton2.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton2.Image"))); this.toolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta; this.toolStripButton2.Name = "toolStripButton2"; this.toolStripButton2.Size = new System.Drawing.Size(99, 44); this.toolStripButton2.Text = "선택삭제"; this.toolStripButton2.Click += new System.EventHandler(this.toolStripButton2_Click); // // toolStripButton4 // this.toolStripButton4.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right; this.toolStripButton4.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton4.Image"))); this.toolStripButton4.ImageTransparentColor = System.Drawing.Color.Magenta; this.toolStripButton4.Name = "toolStripButton4"; this.toolStripButton4.Size = new System.Drawing.Size(137, 44); this.toolStripButton4.Text = "CR구매 등록 (&S)"; this.toolStripButton4.Click += new System.EventHandler(this.toolStripButton4_Click); // // toolStripButton8 // this.toolStripButton8.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton8.Image"))); this.toolStripButton8.ImageTransparentColor = System.Drawing.Color.Magenta; this.toolStripButton8.Name = "toolStripButton8"; this.toolStripButton8.Size = new System.Drawing.Size(115, 44); this.toolStripButton8.Text = "목록 재구성"; this.toolStripButton8.Click += new System.EventHandler(this.toolStripButton8_Click); // // panel1 // this.panel1.Controls.Add(this.groupBox2); this.panel1.Controls.Add(this.panel3); this.panel1.Controls.Add(this.groupBox1); this.panel1.Dock = System.Windows.Forms.DockStyle.Top; this.panel1.Location = new System.Drawing.Point(5, 5); this.panel1.Name = "panel1"; this.panel1.Padding = new System.Windows.Forms.Padding(0, 3, 0, 5); this.panel1.Size = new System.Drawing.Size(974, 163); this.panel1.TabIndex = 0; // // panel3 // this.panel3.Dock = System.Windows.Forms.DockStyle.Left; this.panel3.Location = new System.Drawing.Point(483, 3); this.panel3.Name = "panel3"; this.panel3.Size = new System.Drawing.Size(10, 155); this.panel3.TabIndex = 26; // // statusStrip1 // this.statusStrip1.Location = new System.Drawing.Point(5, 609); this.statusStrip1.Name = "statusStrip1"; this.statusStrip1.Size = new System.Drawing.Size(974, 22); this.statusStrip1.TabIndex = 28; this.statusStrip1.Text = "statusStrip1"; // // taProject // this.taProject.ClearBeforeFill = true; // // taPart // this.taPart.ClearBeforeFill = true; // // dvc_sid // dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); this.dvc_sid.DefaultCellStyle = dataGridViewCellStyle1; this.dvc_sid.HeaderText = "SID"; this.dvc_sid.Name = "dvc_sid"; this.dvc_sid.ReadOnly = true; // // dvc_name // dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); this.dvc_name.DefaultCellStyle = dataGridViewCellStyle2; this.dvc_name.HeaderText = "품명"; this.dvc_name.Name = "dvc_name"; this.dvc_name.ReadOnly = true; // // dvc_model // dataGridViewCellStyle3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); this.dvc_model.DefaultCellStyle = dataGridViewCellStyle3; this.dvc_model.HeaderText = "모델"; this.dvc_model.Name = "dvc_model"; this.dvc_model.ReadOnly = true; // // dvc_price // dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight; dataGridViewCellStyle4.Format = "N0"; this.dvc_price.DefaultCellStyle = dataGridViewCellStyle4; this.dvc_price.HeaderText = "단가"; this.dvc_price.Name = "dvc_price"; // // dvc_qty // dataGridViewCellStyle5.Format = "N0"; this.dvc_qty.DefaultCellStyle = dataGridViewCellStyle5; this.dvc_qty.HeaderText = "구매수량"; this.dvc_qty.Name = "dvc_qty"; // // dvc_amt // dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight; dataGridViewCellStyle6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); dataGridViewCellStyle6.Format = "N0"; this.dvc_amt.DefaultCellStyle = dataGridViewCellStyle6; this.dvc_amt.HeaderText = "구매금액"; this.dvc_amt.Name = "dvc_amt"; this.dvc_amt.ReadOnly = true; // // dvc_remark // this.dvc_remark.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; this.dvc_remark.DefaultCellStyle = dataGridViewCellStyle7; this.dvc_remark.HeaderText = "비고"; this.dvc_remark.Name = "dvc_remark"; // // fProjectPartToPurchaseCR // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255))))); this.ClientSize = new System.Drawing.Size(984, 636); this.Controls.Add(this.groupBox3); this.Controls.Add(this.panel1); this.Controls.Add(this.statusStrip1); this.Font = new System.Drawing.Font("맑은 고딕", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.Name = "fProjectPartToPurchaseCR"; this.Padding = new System.Windows.Forms.Padding(5); this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "파트리스트 CR 등록"; this.Load += new System.EventHandler(this.@__Load); ((System.ComponentModel.ISupportInitialize)(this.dsPurchase)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.bs)).EndInit(); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.groupBox2.ResumeLayout(false); this.groupBox2.PerformLayout(); this.groupBox3.ResumeLayout(false); this.groupBox3.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.dv1)).EndInit(); this.toolStrip1.ResumeLayout(false); this.toolStrip1.PerformLayout(); this.panel1.ResumeLayout(false); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.TextBox tbProject; private System.Windows.Forms.TextBox tbProjectIndex; private System.Windows.Forms.DateTimePicker dtPdate; private System.Windows.Forms.ComboBox cmbRequest; private dsPurchase dsPurchase; private System.Windows.Forms.BindingSource bs; private dsPurchaseTableAdapters.PurchaseTableAdapter ta; private System.Windows.Forms.ToolTip toolTip1; private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.TextBox tbSum; private System.Windows.Forms.TextBox textBox2; private System.Windows.Forms.GroupBox groupBox2; private dsPRJTableAdapters.ProjectsTableAdapter taProject; private System.Windows.Forms.TextBox tbCr; private dsPRJTableAdapters.ProjectsPartTableAdapter taPart; private System.Windows.Forms.GroupBox groupBox3; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Panel panel3; private System.Windows.Forms.StatusStrip statusStrip1; private System.Windows.Forms.TextBox textBox1; private System.Windows.Forms.ToolStrip toolStrip1; private System.Windows.Forms.ToolStripButton toolStripButton2; private System.Windows.Forms.ToolStripButton toolStripButton4; private System.Windows.Forms.ToolStripButton toolStripButton8; private arCtl.arDatagridView dv1; private System.Windows.Forms.DataGridViewTextBoxColumn dvc_sid; private System.Windows.Forms.DataGridViewTextBoxColumn dvc_name; private System.Windows.Forms.DataGridViewTextBoxColumn dvc_model; private System.Windows.Forms.DataGridViewTextBoxColumn dvc_price; private System.Windows.Forms.DataGridViewTextBoxColumn dvc_qty; private System.Windows.Forms.DataGridViewTextBoxColumn dvc_amt; private System.Windows.Forms.DataGridViewTextBoxColumn dvc_remark; } }