namespace WindowsFormsApp1.Delivery
{
    partial class List_aggregation
    {
        /// 
        /// 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 dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(List_aggregation));
            this.btn_lookup = new System.Windows.Forms.Button();
            this.btn_save = new System.Windows.Forms.Button();
            this.label1 = new System.Windows.Forms.Label();
            this.combo_state = new System.Windows.Forms.ComboBox();
            this.label2 = new System.Windows.Forms.Label();
            this.tb_clt = new System.Windows.Forms.TextBox();
            this.tb_dlv = new System.Windows.Forms.TextBox();
            this.label3 = new System.Windows.Forms.Label();
            this.dataGridView1 = new System.Windows.Forms.DataGridView();
            this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column9 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column10 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column11 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column12 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column13 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column18 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column20 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.chk_label = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Chk_Column = new System.Windows.Forms.DataGridViewCheckBoxColumn();
            this.label5 = new System.Windows.Forms.Label();
            this.combo_user = new System.Windows.Forms.ComboBox();
            this.btn_process = new System.Windows.Forms.Button();
            this.btn_ISBN = new System.Windows.Forms.Button();
            this.btn_date = new System.Windows.Forms.Button();
            this.btn_checkup = new System.Windows.Forms.Button();
            this.btn_print = new System.Windows.Forms.Button();
            this.combo_year = new System.Windows.Forms.ComboBox();
            this.btn_close = new System.Windows.Forms.Button();
            this.panel1 = new System.Windows.Forms.Panel();
            this.label20 = new System.Windows.Forms.Label();
            this.label21 = new System.Windows.Forms.Label();
            this.lbl_send_n = new System.Windows.Forms.Label();
            this.lbl_l_n = new System.Windows.Forms.Label();
            this.lbl_unstock_count = new System.Windows.Forms.Label();
            this.lbl_stock_count = new System.Windows.Forms.Label();
            this.label27 = new System.Windows.Forms.Label();
            this.label23 = new System.Windows.Forms.Label();
            this.lbl_send_y = new System.Windows.Forms.Label();
            this.lbl_l_y = new System.Windows.Forms.Label();
            this.label19 = new System.Windows.Forms.Label();
            this.tb_stock_per = new System.Windows.Forms.TextBox();
            this.tb_total = new System.Windows.Forms.TextBox();
            this.tb_list_num = new System.Windows.Forms.TextBox();
            this.tb_date_res = new System.Windows.Forms.TextBox();
            this.tb_charge = new System.Windows.Forms.TextBox();
            this.tb_count = new System.Windows.Forms.TextBox();
            this.tb_stock = new System.Windows.Forms.TextBox();
            this.tb_date = new System.Windows.Forms.TextBox();
            this.tb_work_way = new System.Windows.Forms.TextBox();
            this.tb_send_way = new System.Windows.Forms.TextBox();
            this.tb_work_name = new System.Windows.Forms.TextBox();
            this.tb_list_name = new System.Windows.Forms.TextBox();
            this.label18 = new System.Windows.Forms.Label();
            this.lbl_stock_n = new System.Windows.Forms.Label();
            this.label16 = new System.Windows.Forms.Label();
            this.lbl_stock_y = new System.Windows.Forms.Label();
            this.label14 = new System.Windows.Forms.Label();
            this.label13 = new System.Windows.Forms.Label();
            this.label12 = new System.Windows.Forms.Label();
            this.label11 = new System.Windows.Forms.Label();
            this.label10 = new System.Windows.Forms.Label();
            this.label9 = new System.Windows.Forms.Label();
            this.label8 = new System.Windows.Forms.Label();
            this.label7 = new System.Windows.Forms.Label();
            this.label4 = new System.Windows.Forms.Label();
            this.btn_apply = new System.Windows.Forms.Button();
            this.printPreviewDialog1 = new System.Windows.Forms.PrintPreviewDialog();
            this.pageSetupDialog1 = new System.Windows.Forms.PageSetupDialog();
            this.printDocument1 = new System.Drawing.Printing.PrintDocument();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
            this.panel1.SuspendLayout();
            this.SuspendLayout();
            // 
            // btn_lookup
            // 
            this.btn_lookup.Location = new System.Drawing.Point(718, 11);
            this.btn_lookup.Name = "btn_lookup";
            this.btn_lookup.Size = new System.Drawing.Size(65, 23);
            this.btn_lookup.TabIndex = 10;
            this.btn_lookup.Text = "조 회";
            this.btn_lookup.UseVisualStyleBackColor = true;
            this.btn_lookup.Click += new System.EventHandler(this.btn_lookup_Click);
            // 
            // btn_save
            // 
            this.btn_save.Location = new System.Drawing.Point(789, 11);
            this.btn_save.Name = "btn_save";
            this.btn_save.Size = new System.Drawing.Size(65, 23);
            this.btn_save.TabIndex = 11;
            this.btn_save.Text = "저 장";
            this.btn_save.UseVisualStyleBackColor = true;
            this.btn_save.Click += new System.EventHandler(this.btn_save_Click);
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(12, 16);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(33, 12);
            this.label1.TabIndex = 1;
            this.label1.Text = "상 태";
            // 
            // combo_state
            // 
            this.combo_state.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.combo_state.FormattingEnabled = true;
            this.combo_state.Location = new System.Drawing.Point(47, 12);
            this.combo_state.Name = "combo_state";
            this.combo_state.Size = new System.Drawing.Size(67, 20);
            this.combo_state.TabIndex = 2;
            this.combo_state.SelectedIndexChanged += new System.EventHandler(this.combo_state_SelectedIndexChanged);
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(349, 16);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(53, 12);
            this.label2.TabIndex = 6;
            this.label2.Text = "거래처명";
            // 
            // tb_clt
            // 
            this.tb_clt.Location = new System.Drawing.Point(400, 12);
            this.tb_clt.Name = "tb_clt";
            this.tb_clt.Size = new System.Drawing.Size(126, 21);
            this.tb_clt.TabIndex = 7;
            // 
            // tb_dlv
            // 
            this.tb_dlv.BackColor = System.Drawing.SystemColors.Window;
            this.tb_dlv.Location = new System.Drawing.Point(586, 12);
            this.tb_dlv.Name = "tb_dlv";
            this.tb_dlv.Size = new System.Drawing.Size(126, 21);
            this.tb_dlv.TabIndex = 9;
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(534, 16);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(53, 12);
            this.label3.TabIndex = 8;
            this.label3.Text = "납품처명";
            // 
            // dataGridView1
            // 
            this.dataGridView1.AllowUserToAddRows = false;
            this.dataGridView1.AllowUserToDeleteRows = false;
            this.dataGridView1.BackgroundColor = System.Drawing.SystemColors.Control;
            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)(129)));
            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.dataGridView1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle3;
            this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.Column1,
            this.Column2,
            this.Column5,
            this.Column3,
            this.Column4,
            this.Column6,
            this.Column7,
            this.Column8,
            this.Column9,
            this.Column10,
            this.Column11,
            this.Column12,
            this.Column13,
            this.Column18,
            this.Column20,
            this.chk_label,
            this.Chk_Column});
            this.dataGridView1.EditMode = System.Windows.Forms.DataGridViewEditMode.EditOnKeystroke;
            this.dataGridView1.Location = new System.Drawing.Point(12, 40);
            this.dataGridView1.Name = "dataGridView1";
            this.dataGridView1.RowHeadersWidth = 20;
            this.dataGridView1.RowTemplate.Height = 23;
            this.dataGridView1.Size = new System.Drawing.Size(911, 447);
            this.dataGridView1.TabIndex = 0;
            this.dataGridView1.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellClick);
            this.dataGridView1.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellDoubleClick);
            this.dataGridView1.KeyDown += new System.Windows.Forms.KeyEventHandler(this.dataGridView1_KeyDown);
            // 
            // Column1
            // 
            this.Column1.HeaderText = "목록명";
            this.Column1.Name = "Column1";
            this.Column1.Width = 150;
            // 
            // Column2
            // 
            this.Column2.HeaderText = "목록일자";
            this.Column2.Name = "Column2";
            this.Column2.Width = 70;
            // 
            // Column5
            // 
            this.Column5.HeaderText = "완료일자";
            this.Column5.Name = "Column5";
            this.Column5.Width = 70;
            // 
            // Column3
            // 
            this.Column3.HeaderText = "담당자";
            this.Column3.Name = "Column3";
            this.Column3.Width = 50;
            // 
            // Column4
            // 
            this.Column4.HeaderText = "작업명";
            this.Column4.Name = "Column4";
            this.Column4.Visible = false;
            this.Column4.Width = 150;
            // 
            // Column6
            // 
            this.Column6.HeaderText = "작업방법";
            this.Column6.Name = "Column6";
            this.Column6.Visible = false;
            // 
            // Column7
            // 
            this.Column7.HeaderText = "배송방법";
            this.Column7.Name = "Column7";
            this.Column7.Visible = false;
            // 
            // Column8
            // 
            this.Column8.HeaderText = "합계금액";
            this.Column8.Name = "Column8";
            this.Column8.Width = 90;
            // 
            // Column9
            // 
            this.Column9.HeaderText = "입고금액";
            this.Column9.Name = "Column9";
            this.Column9.Width = 90;
            // 
            // Column10
            // 
            this.Column10.HeaderText = "수량";
            this.Column10.Name = "Column10";
            this.Column10.Width = 40;
            // 
            // Column11
            // 
            this.Column11.HeaderText = "입고";
            this.Column11.Name = "Column11";
            this.Column11.Width = 50;
            // 
            // Column12
            // 
            this.Column12.HeaderText = "미입고";
            this.Column12.Name = "Column12";
            this.Column12.Width = 50;
            // 
            // Column13
            // 
            this.Column13.HeaderText = "입고율";
            this.Column13.Name = "Column13";
            this.Column13.Width = 50;
            // 
            // Column18
            // 
            this.Column18.HeaderText = "택배";
            this.Column18.Name = "Column18";
            this.Column18.Width = 50;
            // 
            // Column20
            // 
            this.Column20.HeaderText = "목록번호";
            this.Column20.Name = "Column20";
            this.Column20.Width = 70;
            // 
            // chk_label
            // 
            this.chk_label.HeaderText = "라벨";
            this.chk_label.Name = "chk_label";
            this.chk_label.Visible = false;
            // 
            // Chk_Column
            // 
            this.Chk_Column.HeaderText = "체크";
            this.Chk_Column.Name = "Chk_Column";
            this.Chk_Column.Visible = false;
            this.Chk_Column.Width = 40;
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.Location = new System.Drawing.Point(212, 16);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(41, 12);
            this.label5.TabIndex = 4;
            this.label5.Text = "담당자";
            // 
            // combo_user
            // 
            this.combo_user.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.combo_user.FormattingEnabled = true;
            this.combo_user.Location = new System.Drawing.Point(252, 12);
            this.combo_user.Name = "combo_user";
            this.combo_user.Size = new System.Drawing.Size(89, 20);
            this.combo_user.TabIndex = 5;
            // 
            // btn_process
            // 
            this.btn_process.Location = new System.Drawing.Point(308, 6);
            this.btn_process.Name = "btn_process";
            this.btn_process.Size = new System.Drawing.Size(65, 23);
            this.btn_process.TabIndex = 4;
            this.btn_process.Text = "완료처리";
            this.btn_process.UseVisualStyleBackColor = true;
            this.btn_process.Click += new System.EventHandler(this.btn_process_Click);
            // 
            // btn_ISBN
            // 
            this.btn_ISBN.Location = new System.Drawing.Point(166, 6);
            this.btn_ISBN.Name = "btn_ISBN";
            this.btn_ISBN.Size = new System.Drawing.Size(65, 23);
            this.btn_ISBN.TabIndex = 2;
            this.btn_ISBN.Text = "ISBN조회";
            this.btn_ISBN.UseVisualStyleBackColor = true;
            this.btn_ISBN.Click += new System.EventHandler(this.btn_ISBN_Click);
            // 
            // btn_date
            // 
            this.btn_date.Enabled = false;
            this.btn_date.Location = new System.Drawing.Point(237, 6);
            this.btn_date.Name = "btn_date";
            this.btn_date.Size = new System.Drawing.Size(65, 23);
            this.btn_date.TabIndex = 3;
            this.btn_date.Text = "일  정";
            this.btn_date.UseVisualStyleBackColor = true;
            this.btn_date.Click += new System.EventHandler(this.btn_date_Click);
            // 
            // btn_checkup
            // 
            this.btn_checkup.Location = new System.Drawing.Point(95, 6);
            this.btn_checkup.Name = "btn_checkup";
            this.btn_checkup.Size = new System.Drawing.Size(65, 23);
            this.btn_checkup.TabIndex = 1;
            this.btn_checkup.Text = "검수작업";
            this.btn_checkup.UseVisualStyleBackColor = true;
            this.btn_checkup.Click += new System.EventHandler(this.btn_checkup_Click);
            // 
            // btn_print
            // 
            this.btn_print.Location = new System.Drawing.Point(860, 11);
            this.btn_print.Name = "btn_print";
            this.btn_print.Size = new System.Drawing.Size(65, 23);
            this.btn_print.TabIndex = 12;
            this.btn_print.Text = "인 쇄";
            this.btn_print.UseVisualStyleBackColor = true;
            this.btn_print.Click += new System.EventHandler(this.btn_print_Click);
            // 
            // combo_year
            // 
            this.combo_year.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.combo_year.FormattingEnabled = true;
            this.combo_year.Location = new System.Drawing.Point(120, 12);
            this.combo_year.Name = "combo_year";
            this.combo_year.Size = new System.Drawing.Size(84, 20);
            this.combo_year.TabIndex = 3;
            // 
            // btn_close
            // 
            this.btn_close.Location = new System.Drawing.Point(931, 11);
            this.btn_close.Name = "btn_close";
            this.btn_close.Size = new System.Drawing.Size(65, 23);
            this.btn_close.TabIndex = 13;
            this.btn_close.Text = "닫 기";
            this.btn_close.UseVisualStyleBackColor = true;
            this.btn_close.Click += new System.EventHandler(this.btn_close_Click);
            // 
            // panel1
            // 
            this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.panel1.Controls.Add(this.label20);
            this.panel1.Controls.Add(this.label21);
            this.panel1.Controls.Add(this.lbl_send_n);
            this.panel1.Controls.Add(this.lbl_l_n);
            this.panel1.Controls.Add(this.lbl_unstock_count);
            this.panel1.Controls.Add(this.lbl_stock_count);
            this.panel1.Controls.Add(this.label27);
            this.panel1.Controls.Add(this.label23);
            this.panel1.Controls.Add(this.lbl_send_y);
            this.panel1.Controls.Add(this.lbl_l_y);
            this.panel1.Controls.Add(this.label19);
            this.panel1.Controls.Add(this.tb_stock_per);
            this.panel1.Controls.Add(this.tb_total);
            this.panel1.Controls.Add(this.tb_list_num);
            this.panel1.Controls.Add(this.tb_date_res);
            this.panel1.Controls.Add(this.tb_charge);
            this.panel1.Controls.Add(this.tb_count);
            this.panel1.Controls.Add(this.tb_stock);
            this.panel1.Controls.Add(this.tb_date);
            this.panel1.Controls.Add(this.tb_work_way);
            this.panel1.Controls.Add(this.tb_send_way);
            this.panel1.Controls.Add(this.tb_work_name);
            this.panel1.Controls.Add(this.tb_list_name);
            this.panel1.Controls.Add(this.label18);
            this.panel1.Controls.Add(this.lbl_stock_n);
            this.panel1.Controls.Add(this.label16);
            this.panel1.Controls.Add(this.lbl_stock_y);
            this.panel1.Controls.Add(this.label14);
            this.panel1.Controls.Add(this.label13);
            this.panel1.Controls.Add(this.label12);
            this.panel1.Controls.Add(this.label11);
            this.panel1.Controls.Add(this.label10);
            this.panel1.Controls.Add(this.label9);
            this.panel1.Controls.Add(this.label8);
            this.panel1.Controls.Add(this.label7);
            this.panel1.Controls.Add(this.label4);
            this.panel1.Controls.Add(this.btn_ISBN);
            this.panel1.Controls.Add(this.btn_date);
            this.panel1.Controls.Add(this.btn_apply);
            this.panel1.Controls.Add(this.btn_checkup);
            this.panel1.Controls.Add(this.btn_process);
            this.panel1.Location = new System.Drawing.Point(1002, 5);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(385, 478);
            this.panel1.TabIndex = 14;
            // 
            // label20
            // 
            this.label20.AutoSize = true;
            this.label20.Font = new System.Drawing.Font("굴림", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
            this.label20.Location = new System.Drawing.Point(201, 111);
            this.label20.Name = "label20";
            this.label20.Size = new System.Drawing.Size(59, 13);
            this.label20.TabIndex = 16;
            this.label20.Text = "목록번호";
            // 
            // label21
            // 
            this.label21.AutoSize = true;
            this.label21.Font = new System.Drawing.Font("굴림", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
            this.label21.Location = new System.Drawing.Point(10, 309);
            this.label21.Name = "label21";
            this.label21.Size = new System.Drawing.Size(59, 13);
            this.label21.TabIndex = 16;
            this.label21.Text = "라벨여부";
            // 
            // lbl_send_n
            // 
            this.lbl_send_n.AutoSize = true;
            this.lbl_send_n.Font = new System.Drawing.Font("굴림", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
            this.lbl_send_n.Location = new System.Drawing.Point(338, 309);
            this.lbl_send_n.Name = "lbl_send_n";
            this.lbl_send_n.Size = new System.Drawing.Size(24, 13);
            this.lbl_send_n.TabIndex = 16;
            this.lbl_send_n.Text = "No";
            this.lbl_send_n.Click += new System.EventHandler(this.lbl_l_y_Click);
            // 
            // lbl_l_n
            // 
            this.lbl_l_n.AutoSize = true;
            this.lbl_l_n.Font = new System.Drawing.Font("굴림", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
            this.lbl_l_n.Location = new System.Drawing.Point(148, 309);
            this.lbl_l_n.Name = "lbl_l_n";
            this.lbl_l_n.Size = new System.Drawing.Size(24, 13);
            this.lbl_l_n.TabIndex = 16;
            this.lbl_l_n.Text = "No";
            this.lbl_l_n.Click += new System.EventHandler(this.lbl_l_y_Click);
            // 
            // lbl_unstock_count
            // 
            this.lbl_unstock_count.AutoSize = true;
            this.lbl_unstock_count.Font = new System.Drawing.Font("굴림", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
            this.lbl_unstock_count.Location = new System.Drawing.Point(185, 338);
            this.lbl_unstock_count.Name = "lbl_unstock_count";
            this.lbl_unstock_count.Size = new System.Drawing.Size(14, 13);
            this.lbl_unstock_count.TabIndex = 16;
            this.lbl_unstock_count.Text = "0";
            // 
            // lbl_stock_count
            // 
            this.lbl_stock_count.AutoSize = true;
            this.lbl_stock_count.Font = new System.Drawing.Font("굴림", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
            this.lbl_stock_count.Location = new System.Drawing.Point(74, 338);
            this.lbl_stock_count.Name = "lbl_stock_count";
            this.lbl_stock_count.Size = new System.Drawing.Size(14, 13);
            this.lbl_stock_count.TabIndex = 16;
            this.lbl_stock_count.Text = "0";
            // 
            // label27
            // 
            this.label27.AutoSize = true;
            this.label27.Font = new System.Drawing.Font("굴림", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
            this.label27.Location = new System.Drawing.Point(317, 309);
            this.label27.Name = "label27";
            this.label27.Size = new System.Drawing.Size(13, 13);
            this.label27.TabIndex = 16;
            this.label27.Text = "/";
            // 
            // label23
            // 
            this.label23.AutoSize = true;
            this.label23.Font = new System.Drawing.Font("굴림", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
            this.label23.Location = new System.Drawing.Point(127, 309);
            this.label23.Name = "label23";
            this.label23.Size = new System.Drawing.Size(13, 13);
            this.label23.TabIndex = 16;
            this.label23.Text = "/";
            // 
            // lbl_send_y
            // 
            this.lbl_send_y.AutoSize = true;
            this.lbl_send_y.Font = new System.Drawing.Font("굴림", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
            this.lbl_send_y.Location = new System.Drawing.Point(278, 309);
            this.lbl_send_y.Name = "lbl_send_y";
            this.lbl_send_y.Size = new System.Drawing.Size(31, 13);
            this.lbl_send_y.TabIndex = 16;
            this.lbl_send_y.Text = "Yes";
            this.lbl_send_y.Click += new System.EventHandler(this.lbl_l_y_Click);
            // 
            // lbl_l_y
            // 
            this.lbl_l_y.AutoSize = true;
            this.lbl_l_y.Font = new System.Drawing.Font("굴림", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
            this.lbl_l_y.Location = new System.Drawing.Point(88, 309);
            this.lbl_l_y.Name = "lbl_l_y";
            this.lbl_l_y.Size = new System.Drawing.Size(31, 13);
            this.lbl_l_y.TabIndex = 16;
            this.lbl_l_y.Text = "Yes";
            this.lbl_l_y.Click += new System.EventHandler(this.lbl_l_y_Click);
            // 
            // label19
            // 
            this.label19.AutoSize = true;
            this.label19.Font = new System.Drawing.Font("굴림", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
            this.label19.Location = new System.Drawing.Point(227, 309);
            this.label19.Name = "label19";
            this.label19.Size = new System.Drawing.Size(33, 13);
            this.label19.TabIndex = 16;
            this.label19.Text = "택배";
            // 
            // tb_stock_per
            // 
            this.tb_stock_per.BackColor = System.Drawing.SystemColors.Window;
            this.tb_stock_per.Location = new System.Drawing.Point(262, 276);
            this.tb_stock_per.Name = "tb_stock_per";
            this.tb_stock_per.Size = new System.Drawing.Size(111, 21);
            this.tb_stock_per.TabIndex = 16;
            // 
            // tb_total
            // 
            this.tb_total.BackColor = System.Drawing.SystemColors.Window;
            this.tb_total.Location = new System.Drawing.Point(262, 247);
            this.tb_total.Name = "tb_total";
            this.tb_total.Size = new System.Drawing.Size(111, 21);
            this.tb_total.TabIndex = 14;
            // 
            // tb_list_num
            // 
            this.tb_list_num.BackColor = System.Drawing.SystemColors.Window;
            this.tb_list_num.Location = new System.Drawing.Point(262, 107);
            this.tb_list_num.Name = "tb_list_num";
            this.tb_list_num.Size = new System.Drawing.Size(111, 21);
            this.tb_list_num.TabIndex = 9;
            // 
            // tb_date_res
            // 
            this.tb_date_res.BackColor = System.Drawing.SystemColors.Window;
            this.tb_date_res.Location = new System.Drawing.Point(262, 78);
            this.tb_date_res.Name = "tb_date_res";
            this.tb_date_res.Size = new System.Drawing.Size(111, 21);
            this.tb_date_res.TabIndex = 7;
            // 
            // tb_charge
            // 
            this.tb_charge.BackColor = System.Drawing.SystemColors.Window;
            this.tb_charge.Enabled = false;
            this.tb_charge.Location = new System.Drawing.Point(74, 107);
            this.tb_charge.Name = "tb_charge";
            this.tb_charge.Size = new System.Drawing.Size(111, 21);
            this.tb_charge.TabIndex = 8;
            // 
            // tb_count
            // 
            this.tb_count.BackColor = System.Drawing.SystemColors.Window;
            this.tb_count.Location = new System.Drawing.Point(74, 276);
            this.tb_count.Name = "tb_count";
            this.tb_count.Size = new System.Drawing.Size(111, 21);
            this.tb_count.TabIndex = 15;
            // 
            // tb_stock
            // 
            this.tb_stock.BackColor = System.Drawing.SystemColors.Window;
            this.tb_stock.Location = new System.Drawing.Point(74, 247);
            this.tb_stock.Name = "tb_stock";
            this.tb_stock.Size = new System.Drawing.Size(111, 21);
            this.tb_stock.TabIndex = 13;
            // 
            // tb_date
            // 
            this.tb_date.BackColor = System.Drawing.SystemColors.Window;
            this.tb_date.Location = new System.Drawing.Point(74, 78);
            this.tb_date.Name = "tb_date";
            this.tb_date.Size = new System.Drawing.Size(111, 21);
            this.tb_date.TabIndex = 6;
            // 
            // tb_work_way
            // 
            this.tb_work_way.BackColor = System.Drawing.SystemColors.Window;
            this.tb_work_way.Location = new System.Drawing.Point(74, 165);
            this.tb_work_way.Multiline = true;
            this.tb_work_way.Name = "tb_work_way";
            this.tb_work_way.Size = new System.Drawing.Size(299, 45);
            this.tb_work_way.TabIndex = 11;
            // 
            // tb_send_way
            // 
            this.tb_send_way.BackColor = System.Drawing.SystemColors.Window;
            this.tb_send_way.Location = new System.Drawing.Point(74, 218);
            this.tb_send_way.Name = "tb_send_way";
            this.tb_send_way.Size = new System.Drawing.Size(299, 21);
            this.tb_send_way.TabIndex = 12;
            // 
            // tb_work_name
            // 
            this.tb_work_name.BackColor = System.Drawing.SystemColors.Window;
            this.tb_work_name.Location = new System.Drawing.Point(74, 136);
            this.tb_work_name.Name = "tb_work_name";
            this.tb_work_name.Size = new System.Drawing.Size(299, 21);
            this.tb_work_name.TabIndex = 10;
            // 
            // tb_list_name
            // 
            this.tb_list_name.BackColor = System.Drawing.SystemColors.Window;
            this.tb_list_name.Location = new System.Drawing.Point(74, 49);
            this.tb_list_name.Name = "tb_list_name";
            this.tb_list_name.Size = new System.Drawing.Size(299, 21);
            this.tb_list_name.TabIndex = 5;
            // 
            // label18
            // 
            this.label18.AutoSize = true;
            this.label18.Font = new System.Drawing.Font("굴림", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
            this.label18.Location = new System.Drawing.Point(214, 280);
            this.label18.Name = "label18";
            this.label18.Size = new System.Drawing.Size(46, 13);
            this.label18.TabIndex = 16;
            this.label18.Text = "입고율";
            // 
            // lbl_stock_n
            // 
            this.lbl_stock_n.AutoSize = true;
            this.lbl_stock_n.Font = new System.Drawing.Font("굴림", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
            this.lbl_stock_n.Location = new System.Drawing.Point(134, 338);
            this.lbl_stock_n.Name = "lbl_stock_n";
            this.lbl_stock_n.Size = new System.Drawing.Size(46, 13);
            this.lbl_stock_n.TabIndex = 16;
            this.lbl_stock_n.Text = "미입고";
            // 
            // label16
            // 
            this.label16.AutoSize = true;
            this.label16.Font = new System.Drawing.Font("굴림", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
            this.label16.Location = new System.Drawing.Point(36, 280);
            this.label16.Name = "label16";
            this.label16.Size = new System.Drawing.Size(33, 13);
            this.label16.TabIndex = 16;
            this.label16.Text = "수량";
            // 
            // lbl_stock_y
            // 
            this.lbl_stock_y.AutoSize = true;
            this.lbl_stock_y.Font = new System.Drawing.Font("굴림", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
            this.lbl_stock_y.Location = new System.Drawing.Point(36, 338);
            this.lbl_stock_y.Name = "lbl_stock_y";
            this.lbl_stock_y.Size = new System.Drawing.Size(33, 13);
            this.lbl_stock_y.TabIndex = 16;
            this.lbl_stock_y.Text = "입고";
            // 
            // label14
            // 
            this.label14.AutoSize = true;
            this.label14.Font = new System.Drawing.Font("굴림", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
            this.label14.Location = new System.Drawing.Point(201, 251);
            this.label14.Name = "label14";
            this.label14.Size = new System.Drawing.Size(59, 13);
            this.label14.TabIndex = 16;
            this.label14.Text = "합계금액";
            // 
            // label13
            // 
            this.label13.AutoSize = true;
            this.label13.Font = new System.Drawing.Font("굴림", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
            this.label13.Location = new System.Drawing.Point(10, 251);
            this.label13.Name = "label13";
            this.label13.Size = new System.Drawing.Size(59, 13);
            this.label13.TabIndex = 16;
            this.label13.Text = "입고금액";
            // 
            // label12
            // 
            this.label12.AutoSize = true;
            this.label12.Font = new System.Drawing.Font("굴림", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
            this.label12.Location = new System.Drawing.Point(10, 222);
            this.label12.Name = "label12";
            this.label12.Size = new System.Drawing.Size(59, 13);
            this.label12.TabIndex = 16;
            this.label12.Text = "배송방법";
            // 
            // label11
            // 
            this.label11.AutoSize = true;
            this.label11.Font = new System.Drawing.Font("굴림", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
            this.label11.Location = new System.Drawing.Point(10, 169);
            this.label11.Name = "label11";
            this.label11.Size = new System.Drawing.Size(59, 13);
            this.label11.TabIndex = 16;
            this.label11.Text = "작업방법";
            // 
            // label10
            // 
            this.label10.AutoSize = true;
            this.label10.Font = new System.Drawing.Font("굴림", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
            this.label10.Location = new System.Drawing.Point(23, 140);
            this.label10.Name = "label10";
            this.label10.Size = new System.Drawing.Size(46, 13);
            this.label10.TabIndex = 16;
            this.label10.Text = "작업명";
            // 
            // label9
            // 
            this.label9.AutoSize = true;
            this.label9.Font = new System.Drawing.Font("굴림", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
            this.label9.Location = new System.Drawing.Point(23, 111);
            this.label9.Name = "label9";
            this.label9.Size = new System.Drawing.Size(46, 13);
            this.label9.TabIndex = 16;
            this.label9.Text = "담당자";
            // 
            // label8
            // 
            this.label8.AutoSize = true;
            this.label8.Font = new System.Drawing.Font("굴림", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
            this.label8.Location = new System.Drawing.Point(201, 82);
            this.label8.Name = "label8";
            this.label8.Size = new System.Drawing.Size(59, 13);
            this.label8.TabIndex = 16;
            this.label8.Text = "완료일자";
            // 
            // label7
            // 
            this.label7.AutoSize = true;
            this.label7.Font = new System.Drawing.Font("굴림", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
            this.label7.Location = new System.Drawing.Point(10, 82);
            this.label7.Name = "label7";
            this.label7.Size = new System.Drawing.Size(59, 13);
            this.label7.TabIndex = 16;
            this.label7.Text = "목록일자";
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Font = new System.Drawing.Font("굴림", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
            this.label4.Location = new System.Drawing.Point(23, 53);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(46, 13);
            this.label4.TabIndex = 16;
            this.label4.Text = "목록명";
            // 
            // btn_apply
            // 
            this.btn_apply.Location = new System.Drawing.Point(24, 6);
            this.btn_apply.Name = "btn_apply";
            this.btn_apply.Size = new System.Drawing.Size(65, 23);
            this.btn_apply.TabIndex = 0;
            this.btn_apply.Text = "적  용";
            this.btn_apply.UseVisualStyleBackColor = true;
            this.btn_apply.Click += new System.EventHandler(this.btn_apply_Click);
            // 
            // 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;
            // 
            // printDocument1
            // 
            this.printDocument1.PrintPage += new System.Drawing.Printing.PrintPageEventHandler(this.printDocument1_PrintPage);
            // 
            // List_aggregation
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(1395, 615);
            this.Controls.Add(this.panel1);
            this.Controls.Add(this.btn_close);
            this.Controls.Add(this.dataGridView1);
            this.Controls.Add(this.tb_dlv);
            this.Controls.Add(this.label3);
            this.Controls.Add(this.tb_clt);
            this.Controls.Add(this.label2);
            this.Controls.Add(this.combo_user);
            this.Controls.Add(this.label5);
            this.Controls.Add(this.combo_year);
            this.Controls.Add(this.combo_state);
            this.Controls.Add(this.label1);
            this.Controls.Add(this.btn_print);
            this.Controls.Add(this.btn_save);
            this.Controls.Add(this.btn_lookup);
            this.Name = "List_aggregation";
            this.Text = "목록집계";
            this.Load += new System.EventHandler(this.List_aggregation_Load);
            ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
            this.panel1.ResumeLayout(false);
            this.panel1.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();
        }
        #endregion
        private System.Windows.Forms.Button btn_lookup;
        private System.Windows.Forms.Button btn_save;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.ComboBox combo_state;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.TextBox tb_clt;
        private System.Windows.Forms.TextBox tb_dlv;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.DataGridView dataGridView1;
        private System.Windows.Forms.Label label5;
        private System.Windows.Forms.ComboBox combo_user;
        private System.Windows.Forms.Button btn_process;
        private System.Windows.Forms.Button btn_ISBN;
        private System.Windows.Forms.Button btn_date;
        private System.Windows.Forms.Button btn_checkup;
        private System.Windows.Forms.Button btn_print;
        private System.Windows.Forms.ComboBox combo_year;
        private System.Windows.Forms.Button btn_close;
        private System.Windows.Forms.Panel panel1;
        private System.Windows.Forms.PrintPreviewDialog printPreviewDialog1;
        private System.Windows.Forms.PageSetupDialog pageSetupDialog1;
        private System.Drawing.Printing.PrintDocument printDocument1;
        private System.Windows.Forms.Label label20;
        private System.Windows.Forms.Label label21;
        private System.Windows.Forms.Label label19;
        private System.Windows.Forms.Label label18;
        private System.Windows.Forms.Label lbl_stock_n;
        private System.Windows.Forms.Label label16;
        private System.Windows.Forms.Label lbl_stock_y;
        private System.Windows.Forms.Label label14;
        private System.Windows.Forms.Label label13;
        private System.Windows.Forms.Label label12;
        private System.Windows.Forms.Label label11;
        private System.Windows.Forms.Label label10;
        private System.Windows.Forms.Label label9;
        private System.Windows.Forms.Label label8;
        private System.Windows.Forms.Label label7;
        private System.Windows.Forms.Label label4;
        private System.Windows.Forms.TextBox tb_date_res;
        private System.Windows.Forms.TextBox tb_date;
        private System.Windows.Forms.TextBox tb_list_name;
        private System.Windows.Forms.TextBox tb_charge;
        private System.Windows.Forms.Label lbl_l_n;
        private System.Windows.Forms.Label label23;
        private System.Windows.Forms.Label lbl_l_y;
        private System.Windows.Forms.TextBox tb_total;
        private System.Windows.Forms.TextBox tb_count;
        private System.Windows.Forms.TextBox tb_stock;
        private System.Windows.Forms.TextBox tb_work_way;
        private System.Windows.Forms.TextBox tb_send_way;
        private System.Windows.Forms.TextBox tb_work_name;
        private System.Windows.Forms.Label lbl_stock_count;
        private System.Windows.Forms.TextBox tb_stock_per;
        private System.Windows.Forms.TextBox tb_list_num;
        private System.Windows.Forms.Label lbl_send_n;
        private System.Windows.Forms.Label label27;
        private System.Windows.Forms.Label lbl_send_y;
        private System.Windows.Forms.Label lbl_unstock_count;
        private System.Windows.Forms.Button btn_apply;
        private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
        private System.Windows.Forms.DataGridViewTextBoxColumn Column2;
        private System.Windows.Forms.DataGridViewTextBoxColumn Column5;
        private System.Windows.Forms.DataGridViewTextBoxColumn Column3;
        private System.Windows.Forms.DataGridViewTextBoxColumn Column4;
        private System.Windows.Forms.DataGridViewTextBoxColumn Column6;
        private System.Windows.Forms.DataGridViewTextBoxColumn Column7;
        private System.Windows.Forms.DataGridViewTextBoxColumn Column8;
        private System.Windows.Forms.DataGridViewTextBoxColumn Column9;
        private System.Windows.Forms.DataGridViewTextBoxColumn Column10;
        private System.Windows.Forms.DataGridViewTextBoxColumn Column11;
        private System.Windows.Forms.DataGridViewTextBoxColumn Column12;
        private System.Windows.Forms.DataGridViewTextBoxColumn Column13;
        private System.Windows.Forms.DataGridViewTextBoxColumn Column18;
        private System.Windows.Forms.DataGridViewTextBoxColumn Column20;
        private System.Windows.Forms.DataGridViewTextBoxColumn chk_label;
        private System.Windows.Forms.DataGridViewCheckBoxColumn Chk_Column;
    }
}