namespace WindowsFormsApp1.Delivery { partial class List_Lookup { /// /// 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 dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(List_Lookup)); this.label1 = new System.Windows.Forms.Label(); this.cb_list = new System.Windows.Forms.ComboBox(); this.label2 = new System.Windows.Forms.Label(); this.cb_search = new System.Windows.Forms.ComboBox(); this.tb_search = new System.Windows.Forms.TextBox(); this.panel1 = new System.Windows.Forms.Panel(); this.panel2 = new System.Windows.Forms.Panel(); this.tb_order = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); this.btn_print = new System.Windows.Forms.Button(); this.btn_close = new System.Windows.Forms.Button(); this.btn_lookup = new System.Windows.Forms.Button(); this.panel3 = new System.Windows.Forms.Panel(); this.cb_list_name = new System.Windows.Forms.ComboBox(); this.textBox7 = new System.Windows.Forms.TextBox(); this.textBox6 = new System.Windows.Forms.TextBox(); this.label6 = new System.Windows.Forms.Label(); this.label10 = new System.Windows.Forms.Label(); this.label8 = new System.Windows.Forms.Label(); this.label7 = new System.Windows.Forms.Label(); this.cb_export = new System.Windows.Forms.ComboBox(); this.cb_import = new System.Windows.Forms.ComboBox(); this.cb_charge = new System.Windows.Forms.ComboBox(); this.dataGridView1 = new System.Windows.Forms.DataGridView(); this.panel4 = new System.Windows.Forms.Panel(); this.lbl_total = new System.Windows.Forms.Label(); this.lbl_pay = new System.Windows.Forms.Label(); this.lbl_count = new System.Windows.Forms.Label(); this.label11 = new System.Windows.Forms.Label(); this.printDialog1 = new System.Windows.Forms.PrintDialog(); this.printDocument1 = new System.Drawing.Printing.PrintDocument(); this.printPreviewDialog1 = new System.Windows.Forms.PrintPreviewDialog(); this.idx = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.num = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.book_name = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.author = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.book_comp = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.count = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.pay = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.total = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.stat = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.etc = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.gubun = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.order = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.panel1.SuspendLayout(); this.panel2.SuspendLayout(); this.panel3.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit(); this.panel4.SuspendLayout(); this.SuspendLayout(); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(4, 10); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(29, 12); this.label1.TabIndex = 0; this.label1.Text = "목록"; // // cb_list // this.cb_list.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cb_list.FormattingEnabled = true; this.cb_list.Location = new System.Drawing.Point(35, 6); this.cb_list.Name = "cb_list"; this.cb_list.Size = new System.Drawing.Size(58, 20); this.cb_list.TabIndex = 1; this.cb_list.SelectedIndexChanged += new System.EventHandler(this.cb_list_SelectedIndexChanged); // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(103, 10); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(29, 12); this.label2.TabIndex = 0; this.label2.Text = "검색"; // // cb_search // this.cb_search.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cb_search.FormattingEnabled = true; this.cb_search.Location = new System.Drawing.Point(131, 6); this.cb_search.Name = "cb_search"; this.cb_search.Size = new System.Drawing.Size(69, 20); this.cb_search.TabIndex = 1; // // tb_search // this.tb_search.Location = new System.Drawing.Point(202, 6); this.tb_search.Name = "tb_search"; this.tb_search.Size = new System.Drawing.Size(134, 21); this.tb_search.TabIndex = 2; this.tb_search.KeyDown += new System.Windows.Forms.KeyEventHandler(this.tb_search_KeyDown); // // panel1 // this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.panel1.Controls.Add(this.cb_list); this.panel1.Controls.Add(this.tb_search); this.panel1.Controls.Add(this.label1); this.panel1.Controls.Add(this.cb_search); this.panel1.Controls.Add(this.label2); this.panel1.Location = new System.Drawing.Point(12, 12); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(342, 35); this.panel1.TabIndex = 3; // // panel2 // this.panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.panel2.Controls.Add(this.tb_order); this.panel2.Controls.Add(this.label3); this.panel2.Location = new System.Drawing.Point(357, 12); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(184, 35); this.panel2.TabIndex = 4; // // tb_order // this.tb_order.Location = new System.Drawing.Point(44, 6); this.tb_order.Name = "tb_order"; this.tb_order.Size = new System.Drawing.Size(134, 21); this.tb_order.TabIndex = 2; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(3, 10); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(41, 12); this.label3.TabIndex = 0; this.label3.Text = "거래처"; // // btn_print // this.btn_print.Location = new System.Drawing.Point(979, 51); this.btn_print.Name = "btn_print"; this.btn_print.Size = new System.Drawing.Size(75, 25); this.btn_print.TabIndex = 5; this.btn_print.Text = "목록인쇄"; this.btn_print.UseVisualStyleBackColor = true; this.btn_print.Click += new System.EventHandler(this.btn_print_Click); // // btn_close // this.btn_close.Location = new System.Drawing.Point(1141, 51); this.btn_close.Name = "btn_close"; this.btn_close.Size = new System.Drawing.Size(75, 25); this.btn_close.TabIndex = 5; this.btn_close.Text = "닫 기"; this.btn_close.UseVisualStyleBackColor = true; this.btn_close.Click += new System.EventHandler(this.btn_close_Click); // // btn_lookup // this.btn_lookup.Location = new System.Drawing.Point(1060, 51); this.btn_lookup.Name = "btn_lookup"; this.btn_lookup.Size = new System.Drawing.Size(75, 25); this.btn_lookup.TabIndex = 5; this.btn_lookup.Text = "조 회"; this.btn_lookup.UseVisualStyleBackColor = true; this.btn_lookup.Click += new System.EventHandler(this.btn_lookup_Click); // // panel3 // this.panel3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.panel3.Controls.Add(this.cb_list_name); this.panel3.Controls.Add(this.textBox7); this.panel3.Controls.Add(this.textBox6); this.panel3.Controls.Add(this.label6); this.panel3.Controls.Add(this.label10); this.panel3.Controls.Add(this.label8); this.panel3.Controls.Add(this.label7); this.panel3.Controls.Add(this.cb_export); this.panel3.Controls.Add(this.cb_import); this.panel3.Controls.Add(this.cb_charge); this.panel3.Location = new System.Drawing.Point(544, 12); this.panel3.Name = "panel3"; this.panel3.Size = new System.Drawing.Size(672, 35); this.panel3.TabIndex = 7; // // cb_list_name // this.cb_list_name.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cb_list_name.FormattingEnabled = true; this.cb_list_name.Location = new System.Drawing.Point(140, 6); this.cb_list_name.Name = "cb_list_name"; this.cb_list_name.Size = new System.Drawing.Size(185, 20); this.cb_list_name.TabIndex = 1; // // textBox7 // this.textBox7.Location = new System.Drawing.Point(595, 6); this.textBox7.Name = "textBox7"; this.textBox7.Size = new System.Drawing.Size(70, 21); this.textBox7.TabIndex = 2; this.textBox7.Text = " - -"; // // textBox6 // this.textBox6.Location = new System.Drawing.Point(509, 6); this.textBox6.Name = "textBox6"; this.textBox6.Size = new System.Drawing.Size(70, 21); this.textBox6.TabIndex = 2; this.textBox6.Text = " - -"; // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(111, 10); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(29, 12); this.label6.TabIndex = 0; this.label6.Text = "명단"; // // label10 // this.label10.AutoSize = true; this.label10.Location = new System.Drawing.Point(580, 10); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(14, 12); this.label10.TabIndex = 0; this.label10.Text = "~"; // // label8 // this.label8.AutoSize = true; this.label8.Location = new System.Drawing.Point(329, 10); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(29, 12); this.label8.TabIndex = 0; this.label8.Text = "상태"; // // label7 // this.label7.AutoSize = true; this.label7.Location = new System.Drawing.Point(7, 10); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(29, 12); this.label7.TabIndex = 0; this.label7.Text = "담당"; // // cb_export // this.cb_export.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cb_export.FormattingEnabled = true; this.cb_export.Location = new System.Drawing.Point(430, 6); this.cb_export.Name = "cb_export"; this.cb_export.Size = new System.Drawing.Size(69, 20); this.cb_export.TabIndex = 1; // // cb_import // this.cb_import.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cb_import.FormattingEnabled = true; this.cb_import.Location = new System.Drawing.Point(358, 6); this.cb_import.Name = "cb_import"; this.cb_import.Size = new System.Drawing.Size(69, 20); this.cb_import.TabIndex = 1; // // cb_charge // this.cb_charge.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cb_charge.FormattingEnabled = true; this.cb_charge.Location = new System.Drawing.Point(36, 6); this.cb_charge.Name = "cb_charge"; this.cb_charge.Size = new System.Drawing.Size(69, 20); this.cb_charge.TabIndex = 1; // // dataGridView1 // this.dataGridView1.AllowUserToAddRows = false; this.dataGridView1.AllowUserToDeleteRows = false; dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle5.BackColor = System.Drawing.SystemColors.Control; dataGridViewCellStyle5.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); dataGridViewCellStyle5.ForeColor = System.Drawing.SystemColors.WindowText; dataGridViewCellStyle5.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle5.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.dataGridView1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle5; this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.idx, this.Column1, this.num, this.book_name, this.author, this.book_comp, this.count, this.pay, this.total, this.stat, this.etc, this.gubun, this.order, this.Column2, this.Column3}); dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle6.BackColor = System.Drawing.SystemColors.Window; dataGridViewCellStyle6.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); dataGridViewCellStyle6.ForeColor = System.Drawing.SystemColors.ControlText; dataGridViewCellStyle6.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle6.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.dataGridView1.DefaultCellStyle = dataGridViewCellStyle6; this.dataGridView1.Location = new System.Drawing.Point(10, 80); this.dataGridView1.Name = "dataGridView1"; dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle7.BackColor = System.Drawing.SystemColors.Control; dataGridViewCellStyle7.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); dataGridViewCellStyle7.ForeColor = System.Drawing.SystemColors.WindowText; dataGridViewCellStyle7.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.dataGridView1.RowHeadersDefaultCellStyle = dataGridViewCellStyle7; this.dataGridView1.RowHeadersVisible = false; this.dataGridView1.RowHeadersWidth = 21; dataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.dataGridView1.RowsDefaultCellStyle = dataGridViewCellStyle8; this.dataGridView1.RowTemplate.Height = 23; this.dataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.CellSelect; this.dataGridView1.Size = new System.Drawing.Size(1206, 371); this.dataGridView1.TabIndex = 8; this.dataGridView1.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellDoubleClick); // // panel4 // this.panel4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.panel4.Controls.Add(this.lbl_total); this.panel4.Controls.Add(this.lbl_pay); this.panel4.Controls.Add(this.lbl_count); this.panel4.Controls.Add(this.label11); this.panel4.Location = new System.Drawing.Point(10, 457); this.panel4.Name = "panel4"; this.panel4.Size = new System.Drawing.Size(1206, 26); this.panel4.TabIndex = 9; // // lbl_total // this.lbl_total.AutoSize = true; this.lbl_total.Font = new System.Drawing.Font("굴림", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.lbl_total.Location = new System.Drawing.Point(723, 5); this.lbl_total.Name = "lbl_total"; this.lbl_total.Size = new System.Drawing.Size(50, 13); this.lbl_total.TabIndex = 0; this.lbl_total.Text = "합계 : "; // // lbl_pay // this.lbl_pay.AutoSize = true; this.lbl_pay.Font = new System.Drawing.Font("굴림", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.lbl_pay.Location = new System.Drawing.Point(509, 5); this.lbl_pay.Name = "lbl_pay"; this.lbl_pay.Size = new System.Drawing.Size(50, 13); this.lbl_pay.TabIndex = 0; this.lbl_pay.Text = "단가 : "; // // lbl_count // this.lbl_count.AutoSize = true; this.lbl_count.Font = new System.Drawing.Font("굴림", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.lbl_count.Location = new System.Drawing.Point(288, 5); this.lbl_count.Name = "lbl_count"; this.lbl_count.Size = new System.Drawing.Size(50, 13); this.lbl_count.TabIndex = 0; this.lbl_count.Text = "수량 : "; // // label11 // this.label11.AutoSize = true; this.label11.Font = new System.Drawing.Font("굴림", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.label11.Location = new System.Drawing.Point(78, 5); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(87, 13); this.label11.TabIndex = 0; this.label11.Text = "목록 총 합계"; // // printDialog1 // this.printDialog1.UseEXDialog = true; // // printDocument1 // this.printDocument1.PrintPage += new System.Drawing.Printing.PrintPageEventHandler(this.printDocument1_PrintPage); // // printPreviewDialog1 // this.printPreviewDialog1.AutoScrollMargin = new System.Drawing.Size(0, 0); this.printPreviewDialog1.AutoScrollMinSize = new System.Drawing.Size(0, 0); this.printPreviewDialog1.ClientSize = new System.Drawing.Size(400, 300); this.printPreviewDialog1.Enabled = true; this.printPreviewDialog1.Icon = ((System.Drawing.Icon)(resources.GetObject("printPreviewDialog1.Icon"))); this.printPreviewDialog1.Name = "printPreviewDialog1"; this.printPreviewDialog1.Visible = false; // // idx // this.idx.HeaderText = "idx"; this.idx.MinimumWidth = 2; this.idx.Name = "idx"; this.idx.Visible = false; this.idx.Width = 2; // // Column1 // this.Column1.HeaderText = "주"; this.Column1.Name = "Column1"; this.Column1.Width = 35; // // num // this.num.HeaderText = "번호"; this.num.Name = "num"; this.num.Width = 60; // // book_name // this.book_name.HeaderText = "도서명"; this.book_name.Name = "book_name"; this.book_name.Width = 238; // // author // this.author.HeaderText = "저자"; this.author.Name = "author"; // // book_comp // this.book_comp.HeaderText = "출판사"; this.book_comp.Name = "book_comp"; // // count // this.count.HeaderText = "수량"; this.count.Name = "count"; this.count.Width = 60; // // pay // this.pay.HeaderText = "단가"; this.pay.Name = "pay"; this.pay.Width = 80; // // total // this.total.HeaderText = "합계"; this.total.Name = "total"; this.total.Width = 80; // // stat // this.stat.HeaderText = "상태"; this.stat.Name = "stat"; // // etc // this.etc.HeaderText = "비고"; this.etc.Name = "etc"; this.etc.Width = 130; // // gubun // this.gubun.HeaderText = "구분"; this.gubun.Name = "gubun"; // // order // this.order.HeaderText = "주문처"; this.order.Name = "order"; // // Column2 // this.Column2.HeaderText = "입고"; this.Column2.MinimumWidth = 2; this.Column2.Name = "Column2"; this.Column2.Visible = false; this.Column2.Width = 2; // // Column3 // this.Column3.HeaderText = "출고"; this.Column3.MinimumWidth = 2; this.Column3.Name = "Column3"; this.Column3.Visible = false; this.Column3.Width = 2; // // List_Lookup // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1229, 494); this.Controls.Add(this.panel4); this.Controls.Add(this.dataGridView1); this.Controls.Add(this.panel3); this.Controls.Add(this.btn_lookup); this.Controls.Add(this.btn_close); this.Controls.Add(this.btn_print); this.Controls.Add(this.panel2); this.Controls.Add(this.panel1); this.Name = "List_Lookup"; this.Text = "목록조회"; this.Load += new System.EventHandler(this.List_Lookup_Load); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); this.panel2.ResumeLayout(false); this.panel2.PerformLayout(); this.panel3.ResumeLayout(false); this.panel3.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit(); this.panel4.ResumeLayout(false); this.panel4.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Label label1; private System.Windows.Forms.ComboBox cb_list; private System.Windows.Forms.Label label2; private System.Windows.Forms.ComboBox cb_search; private System.Windows.Forms.TextBox tb_search; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Panel panel2; private System.Windows.Forms.TextBox tb_order; private System.Windows.Forms.Label label3; private System.Windows.Forms.Button btn_print; private System.Windows.Forms.Button btn_close; private System.Windows.Forms.Button btn_lookup; private System.Windows.Forms.Panel panel3; private System.Windows.Forms.Label label6; private System.Windows.Forms.ComboBox cb_list_name; private System.Windows.Forms.Label label7; private System.Windows.Forms.TextBox textBox7; private System.Windows.Forms.TextBox textBox6; private System.Windows.Forms.Label label8; private System.Windows.Forms.ComboBox cb_export; private System.Windows.Forms.ComboBox cb_import; private System.Windows.Forms.ComboBox cb_charge; private System.Windows.Forms.Label label10; private System.Windows.Forms.DataGridView dataGridView1; private System.Windows.Forms.Panel panel4; private System.Windows.Forms.Label lbl_total; private System.Windows.Forms.Label lbl_pay; private System.Windows.Forms.Label lbl_count; private System.Windows.Forms.Label label11; private System.Windows.Forms.PrintDialog printDialog1; private System.Drawing.Printing.PrintDocument printDocument1; private System.Windows.Forms.PrintPreviewDialog printPreviewDialog1; private System.Windows.Forms.DataGridViewTextBoxColumn idx; private System.Windows.Forms.DataGridViewTextBoxColumn Column1; private System.Windows.Forms.DataGridViewTextBoxColumn num; private System.Windows.Forms.DataGridViewTextBoxColumn book_name; private System.Windows.Forms.DataGridViewTextBoxColumn author; private System.Windows.Forms.DataGridViewTextBoxColumn book_comp; private System.Windows.Forms.DataGridViewTextBoxColumn count; private System.Windows.Forms.DataGridViewTextBoxColumn pay; private System.Windows.Forms.DataGridViewTextBoxColumn total; private System.Windows.Forms.DataGridViewTextBoxColumn stat; private System.Windows.Forms.DataGridViewTextBoxColumn etc; private System.Windows.Forms.DataGridViewTextBoxColumn gubun; private System.Windows.Forms.DataGridViewTextBoxColumn order; private System.Windows.Forms.DataGridViewTextBoxColumn Column2; private System.Windows.Forms.DataGridViewTextBoxColumn Column3; } }