namespace FBS0000.Holiday
{
    partial class fErrorChk
    {
        /// 
        /// 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.btChk = new System.Windows.Forms.Button();
			this.btCorr = new System.Windows.Forms.Button();
			this.progressBar1 = new System.Windows.Forms.ProgressBar();
			this.tbDate = new System.Windows.Forms.TextBox();
			this.textBox2 = new System.Windows.Forms.TextBox();
			this.label4 = new System.Windows.Forms.Label();
			this.label5 = new System.Windows.Forms.Label();
			this.textBox3 = new System.Windows.Forms.TextBox();
			this.label6 = new System.Windows.Forms.Label();
			this.label7 = new System.Windows.Forms.Label();
			this.textBox4 = new System.Windows.Forms.TextBox();
			this.label8 = new System.Windows.Forms.Label();
			this.groupBox1 = new System.Windows.Forms.GroupBox();
			this.groupBox2 = new System.Windows.Forms.GroupBox();
			this.textBox7 = new System.Windows.Forms.TextBox();
			this.label3 = new System.Windows.Forms.Label();
			this.textBox8 = new System.Windows.Forms.TextBox();
			this.label10 = new System.Windows.Forms.Label();
			this.textBox5 = new System.Windows.Forms.TextBox();
			this.label9 = new System.Windows.Forms.Label();
			this.textBox6 = new System.Windows.Forms.TextBox();
			this.label11 = new System.Windows.Forms.Label();
			this.label12 = new System.Windows.Forms.Label();
			this.lvNG = new System.Windows.Forms.ListView();
			this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
			this.columnHeader6 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
			this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
			this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
			this.columnHeader4 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
			this.columnHeader5 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
			this.panel1 = new System.Windows.Forms.Panel();
			this.panel2 = new System.Windows.Forms.Panel();
			this.panel3 = new System.Windows.Forms.Panel();
			this.groupBox3 = new System.Windows.Forms.GroupBox();
			this.panel4 = new System.Windows.Forms.Panel();
			this.panel5 = new System.Windows.Forms.Panel();
			this.button1 = new System.Windows.Forms.Button();
			this.button2 = new System.Windows.Forms.Button();
			this.button3 = new System.Windows.Forms.Button();
			this.dtSD = new System.Windows.Forms.DateTimePicker();
			this.dtED = new System.Windows.Forms.DateTimePicker();
			this.lvOK = new System.Windows.Forms.ListView();
			this.columnHeader7 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
			this.columnHeader8 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
			this.columnHeader9 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
			this.columnHeader10 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
			this.columnHeader11 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
			this.columnHeader12 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
			this.groupBox4 = new System.Windows.Forms.GroupBox();
			this.groupBox5 = new System.Windows.Forms.GroupBox();
			this.groupBox1.SuspendLayout();
			this.groupBox2.SuspendLayout();
			this.panel2.SuspendLayout();
			this.groupBox3.SuspendLayout();
			this.groupBox4.SuspendLayout();
			this.groupBox5.SuspendLayout();
			this.SuspendLayout();
			// 
			// btChk
			// 
			this.btChk.Dock = System.Windows.Forms.DockStyle.Top;
			this.btChk.Font = new System.Drawing.Font("맑은 고딕", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
			this.btChk.Location = new System.Drawing.Point(5, 5);
			this.btChk.Name = "btChk";
			this.btChk.Size = new System.Drawing.Size(734, 82);
			this.btChk.TabIndex = 5;
			this.btChk.Text = "검사";
			this.btChk.UseVisualStyleBackColor = true;
			this.btChk.Click += new System.EventHandler(this.button1_Click);
			// 
			// btCorr
			// 
			this.btCorr.Dock = System.Windows.Forms.DockStyle.Bottom;
			this.btCorr.Location = new System.Drawing.Point(5, 879);
			this.btCorr.Name = "btCorr";
			this.btCorr.Size = new System.Drawing.Size(734, 54);
			this.btCorr.TabIndex = 6;
			this.btCorr.Text = "오류 수정";
			this.btCorr.UseVisualStyleBackColor = true;
			this.btCorr.Click += new System.EventHandler(this.button2_Click);
			// 
			// progressBar1
			// 
			this.progressBar1.Dock = System.Windows.Forms.DockStyle.Bottom;
			this.progressBar1.Location = new System.Drawing.Point(5, 861);
			this.progressBar1.Name = "progressBar1";
			this.progressBar1.Size = new System.Drawing.Size(734, 18);
			this.progressBar1.TabIndex = 7;
			// 
			// tbDate
			// 
			this.tbDate.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(50)))), ((int)(((byte)(50)))));
			this.tbDate.Dock = System.Windows.Forms.DockStyle.Top;
			this.tbDate.Font = new System.Drawing.Font("맑은 고딕", 48F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
			this.tbDate.ForeColor = System.Drawing.Color.Lime;
			this.tbDate.Location = new System.Drawing.Point(5, 156);
			this.tbDate.Name = "tbDate";
			this.tbDate.Size = new System.Drawing.Size(734, 93);
			this.tbDate.TabIndex = 9;
			this.tbDate.Text = "1982-11-23";
			this.tbDate.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
			// 
			// textBox2
			// 
			this.textBox2.Location = new System.Drawing.Point(198, 98);
			this.textBox2.Name = "textBox2";
			this.textBox2.Size = new System.Drawing.Size(100, 21);
			this.textBox2.TabIndex = 9;
			// 
			// label4
			// 
			this.label4.AutoSize = true;
			this.label4.Location = new System.Drawing.Point(216, 79);
			this.label4.Name = "label4";
			this.label4.Size = new System.Drawing.Size(63, 12);
			this.label4.TabIndex = 8;
			this.label4.Text = "발생(시간)";
			// 
			// label5
			// 
			this.label5.AutoSize = true;
			this.label5.Location = new System.Drawing.Point(15, 101);
			this.label5.Name = "label5";
			this.label5.Size = new System.Drawing.Size(53, 12);
			this.label5.TabIndex = 8;
			this.label5.Text = "업무일지";
			// 
			// textBox3
			// 
			this.textBox3.Location = new System.Drawing.Point(85, 47);
			this.textBox3.Name = "textBox3";
			this.textBox3.Size = new System.Drawing.Size(100, 21);
			this.textBox3.TabIndex = 11;
			// 
			// label6
			// 
			this.label6.AutoSize = true;
			this.label6.Location = new System.Drawing.Point(103, 28);
			this.label6.Name = "label6";
			this.label6.Size = new System.Drawing.Size(51, 12);
			this.label6.TabIndex = 10;
			this.label6.Text = "사용(일)";
			// 
			// label7
			// 
			this.label7.AutoSize = true;
			this.label7.Location = new System.Drawing.Point(15, 51);
			this.label7.Name = "label7";
			this.label7.Size = new System.Drawing.Size(53, 12);
			this.label7.TabIndex = 8;
			this.label7.Text = "휴가신청";
			// 
			// textBox4
			// 
			this.textBox4.Location = new System.Drawing.Point(198, 48);
			this.textBox4.Name = "textBox4";
			this.textBox4.Size = new System.Drawing.Size(100, 21);
			this.textBox4.TabIndex = 13;
			// 
			// label8
			// 
			this.label8.AutoSize = true;
			this.label8.Location = new System.Drawing.Point(216, 29);
			this.label8.Name = "label8";
			this.label8.Size = new System.Drawing.Size(63, 12);
			this.label8.TabIndex = 12;
			this.label8.Text = "사용(시간)";
			// 
			// groupBox1
			// 
			this.groupBox1.Controls.Add(this.textBox4);
			this.groupBox1.Controls.Add(this.label4);
			this.groupBox1.Controls.Add(this.label8);
			this.groupBox1.Controls.Add(this.label5);
			this.groupBox1.Controls.Add(this.textBox3);
			this.groupBox1.Controls.Add(this.label7);
			this.groupBox1.Controls.Add(this.label6);
			this.groupBox1.Controls.Add(this.textBox2);
			this.groupBox1.Dock = System.Windows.Forms.DockStyle.Left;
			this.groupBox1.Location = new System.Drawing.Point(0, 0);
			this.groupBox1.Name = "groupBox1";
			this.groupBox1.Size = new System.Drawing.Size(314, 130);
			this.groupBox1.TabIndex = 14;
			this.groupBox1.TabStop = false;
			this.groupBox1.Text = "입력값(업무일지/휴가신청)";
			// 
			// groupBox2
			// 
			this.groupBox2.Controls.Add(this.textBox7);
			this.groupBox2.Controls.Add(this.label3);
			this.groupBox2.Controls.Add(this.textBox8);
			this.groupBox2.Controls.Add(this.label10);
			this.groupBox2.Controls.Add(this.textBox5);
			this.groupBox2.Controls.Add(this.label9);
			this.groupBox2.Controls.Add(this.textBox6);
			this.groupBox2.Controls.Add(this.label11);
			this.groupBox2.Controls.Add(this.label12);
			this.groupBox2.Dock = System.Windows.Forms.DockStyle.Right;
			this.groupBox2.Location = new System.Drawing.Point(420, 0);
			this.groupBox2.Name = "groupBox2";
			this.groupBox2.Size = new System.Drawing.Size(314, 130);
			this.groupBox2.TabIndex = 14;
			this.groupBox2.TabStop = false;
			this.groupBox2.Text = "자동생성값(근태입력)";
			// 
			// textBox7
			// 
			this.textBox7.Location = new System.Drawing.Point(199, 99);
			this.textBox7.Name = "textBox7";
			this.textBox7.Size = new System.Drawing.Size(100, 21);
			this.textBox7.TabIndex = 17;
			// 
			// label3
			// 
			this.label3.AutoSize = true;
			this.label3.Location = new System.Drawing.Point(217, 80);
			this.label3.Name = "label3";
			this.label3.Size = new System.Drawing.Size(63, 12);
			this.label3.TabIndex = 16;
			this.label3.Text = "발생(시간)";
			// 
			// textBox8
			// 
			this.textBox8.Location = new System.Drawing.Point(86, 98);
			this.textBox8.Name = "textBox8";
			this.textBox8.Size = new System.Drawing.Size(100, 21);
			this.textBox8.TabIndex = 15;
			// 
			// label10
			// 
			this.label10.AutoSize = true;
			this.label10.Location = new System.Drawing.Point(104, 79);
			this.label10.Name = "label10";
			this.label10.Size = new System.Drawing.Size(51, 12);
			this.label10.TabIndex = 14;
			this.label10.Text = "발생(일)";
			// 
			// textBox5
			// 
			this.textBox5.Location = new System.Drawing.Point(199, 48);
			this.textBox5.Name = "textBox5";
			this.textBox5.Size = new System.Drawing.Size(100, 21);
			this.textBox5.TabIndex = 13;
			// 
			// label9
			// 
			this.label9.AutoSize = true;
			this.label9.Location = new System.Drawing.Point(217, 29);
			this.label9.Name = "label9";
			this.label9.Size = new System.Drawing.Size(63, 12);
			this.label9.TabIndex = 12;
			this.label9.Text = "사용(시간)";
			// 
			// textBox6
			// 
			this.textBox6.Location = new System.Drawing.Point(86, 47);
			this.textBox6.Name = "textBox6";
			this.textBox6.Size = new System.Drawing.Size(100, 21);
			this.textBox6.TabIndex = 11;
			// 
			// label11
			// 
			this.label11.AutoSize = true;
			this.label11.Location = new System.Drawing.Point(19, 51);
			this.label11.Name = "label11";
			this.label11.Size = new System.Drawing.Size(53, 12);
			this.label11.TabIndex = 8;
			this.label11.Text = "근태입력";
			// 
			// label12
			// 
			this.label12.AutoSize = true;
			this.label12.Location = new System.Drawing.Point(104, 28);
			this.label12.Name = "label12";
			this.label12.Size = new System.Drawing.Size(51, 12);
			this.label12.TabIndex = 10;
			this.label12.Text = "사용(일)";
			// 
			// lvNG
			// 
			this.lvNG.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.columnHeader1,
            this.columnHeader6,
            this.columnHeader2,
            this.columnHeader3,
            this.columnHeader4,
            this.columnHeader5});
			this.lvNG.Dock = System.Windows.Forms.DockStyle.Fill;
			this.lvNG.HideSelection = false;
			this.lvNG.Location = new System.Drawing.Point(3, 17);
			this.lvNG.Name = "lvNG";
			this.lvNG.Size = new System.Drawing.Size(728, 278);
			this.lvNG.TabIndex = 15;
			this.lvNG.UseCompatibleStateImageBehavior = false;
			this.lvNG.View = System.Windows.Forms.View.Details;
			this.lvNG.SelectedIndexChanged += new System.EventHandler(this.listView1_SelectedIndexChanged);
			// 
			// columnHeader1
			// 
			this.columnHeader1.Text = "일자";
			this.columnHeader1.Width = 100;
			// 
			// columnHeader6
			// 
			this.columnHeader6.Text = "구분";
			this.columnHeader6.Width = 100;
			// 
			// columnHeader2
			// 
			this.columnHeader2.Text = "발생(일)";
			this.columnHeader2.Width = 110;
			// 
			// columnHeader3
			// 
			this.columnHeader3.Text = "발생(시간)";
			this.columnHeader3.Width = 110;
			// 
			// columnHeader4
			// 
			this.columnHeader4.Text = "사용(일)";
			this.columnHeader4.Width = 110;
			// 
			// columnHeader5
			// 
			this.columnHeader5.Text = "사용(시간)";
			this.columnHeader5.Width = 110;
			// 
			// panel1
			// 
			this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
			this.panel1.Location = new System.Drawing.Point(5, 389);
			this.panel1.Name = "panel1";
			this.panel1.Size = new System.Drawing.Size(734, 10);
			this.panel1.TabIndex = 16;
			// 
			// panel2
			// 
			this.panel2.Controls.Add(this.groupBox2);
			this.panel2.Controls.Add(this.groupBox1);
			this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
			this.panel2.Location = new System.Drawing.Point(5, 259);
			this.panel2.Name = "panel2";
			this.panel2.Size = new System.Drawing.Size(734, 130);
			this.panel2.TabIndex = 17;
			// 
			// panel3
			// 
			this.panel3.Dock = System.Windows.Forms.DockStyle.Top;
			this.panel3.Location = new System.Drawing.Point(5, 249);
			this.panel3.Name = "panel3";
			this.panel3.Size = new System.Drawing.Size(734, 10);
			this.panel3.TabIndex = 18;
			// 
			// groupBox3
			// 
			this.groupBox3.Controls.Add(this.dtED);
			this.groupBox3.Controls.Add(this.dtSD);
			this.groupBox3.Controls.Add(this.button3);
			this.groupBox3.Controls.Add(this.button2);
			this.groupBox3.Controls.Add(this.button1);
			this.groupBox3.Dock = System.Windows.Forms.DockStyle.Top;
			this.groupBox3.Location = new System.Drawing.Point(5, 97);
			this.groupBox3.Name = "groupBox3";
			this.groupBox3.Size = new System.Drawing.Size(734, 49);
			this.groupBox3.TabIndex = 20;
			this.groupBox3.TabStop = false;
			this.groupBox3.Text = "검사기간";
			// 
			// panel4
			// 
			this.panel4.Dock = System.Windows.Forms.DockStyle.Top;
			this.panel4.Location = new System.Drawing.Point(5, 146);
			this.panel4.Name = "panel4";
			this.panel4.Size = new System.Drawing.Size(734, 10);
			this.panel4.TabIndex = 21;
			// 
			// panel5
			// 
			this.panel5.Dock = System.Windows.Forms.DockStyle.Top;
			this.panel5.Location = new System.Drawing.Point(5, 87);
			this.panel5.Name = "panel5";
			this.panel5.Size = new System.Drawing.Size(734, 10);
			this.panel5.TabIndex = 22;
			// 
			// button1
			// 
			this.button1.Dock = System.Windows.Forms.DockStyle.Right;
			this.button1.Location = new System.Drawing.Point(631, 17);
			this.button1.Name = "button1";
			this.button1.Size = new System.Drawing.Size(100, 29);
			this.button1.TabIndex = 4;
			this.button1.Text = "다음달 >>";
			this.button1.UseVisualStyleBackColor = true;
			this.button1.Click += new System.EventHandler(this.button1_Click_1);
			// 
			// button2
			// 
			this.button2.Dock = System.Windows.Forms.DockStyle.Right;
			this.button2.Location = new System.Drawing.Point(531, 17);
			this.button2.Name = "button2";
			this.button2.Size = new System.Drawing.Size(100, 29);
			this.button2.TabIndex = 5;
			this.button2.Text = "이번달";
			this.button2.UseVisualStyleBackColor = true;
			this.button2.Click += new System.EventHandler(this.button2_Click_1);
			// 
			// button3
			// 
			this.button3.Dock = System.Windows.Forms.DockStyle.Right;
			this.button3.Location = new System.Drawing.Point(431, 17);
			this.button3.Name = "button3";
			this.button3.Size = new System.Drawing.Size(100, 29);
			this.button3.TabIndex = 6;
			this.button3.Text = "<< 이전달";
			this.button3.UseVisualStyleBackColor = true;
			this.button3.Click += new System.EventHandler(this.button3_Click);
			// 
			// dtSD
			// 
			this.dtSD.Location = new System.Drawing.Point(17, 20);
			this.dtSD.Name = "dtSD";
			this.dtSD.Size = new System.Drawing.Size(200, 21);
			this.dtSD.TabIndex = 7;
			// 
			// dtED
			// 
			this.dtED.Location = new System.Drawing.Point(223, 20);
			this.dtED.Name = "dtED";
			this.dtED.Size = new System.Drawing.Size(200, 21);
			this.dtED.TabIndex = 8;
			// 
			// lvOK
			// 
			this.lvOK.BackColor = System.Drawing.Color.Silver;
			this.lvOK.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.columnHeader7,
            this.columnHeader8,
            this.columnHeader9,
            this.columnHeader10,
            this.columnHeader11,
            this.columnHeader12});
			this.lvOK.Dock = System.Windows.Forms.DockStyle.Fill;
			this.lvOK.HideSelection = false;
			this.lvOK.Location = new System.Drawing.Point(3, 17);
			this.lvOK.Name = "lvOK";
			this.lvOK.Size = new System.Drawing.Size(728, 144);
			this.lvOK.TabIndex = 23;
			this.lvOK.UseCompatibleStateImageBehavior = false;
			this.lvOK.View = System.Windows.Forms.View.Details;
			// 
			// columnHeader7
			// 
			this.columnHeader7.Text = "일자";
			this.columnHeader7.Width = 100;
			// 
			// columnHeader8
			// 
			this.columnHeader8.Text = "구분";
			this.columnHeader8.Width = 100;
			// 
			// columnHeader9
			// 
			this.columnHeader9.Text = "발생(일)";
			this.columnHeader9.Width = 110;
			// 
			// columnHeader10
			// 
			this.columnHeader10.Text = "발생(시간)";
			this.columnHeader10.Width = 110;
			// 
			// columnHeader11
			// 
			this.columnHeader11.Text = "사용(일)";
			this.columnHeader11.Width = 110;
			// 
			// columnHeader12
			// 
			this.columnHeader12.Text = "사용(시간)";
			this.columnHeader12.Width = 110;
			// 
			// groupBox4
			// 
			this.groupBox4.Controls.Add(this.lvOK);
			this.groupBox4.Dock = System.Windows.Forms.DockStyle.Top;
			this.groupBox4.Location = new System.Drawing.Point(5, 399);
			this.groupBox4.Name = "groupBox4";
			this.groupBox4.Size = new System.Drawing.Size(734, 164);
			this.groupBox4.TabIndex = 24;
			this.groupBox4.TabStop = false;
			this.groupBox4.Text = "정상";
			// 
			// groupBox5
			// 
			this.groupBox5.Controls.Add(this.lvNG);
			this.groupBox5.Dock = System.Windows.Forms.DockStyle.Fill;
			this.groupBox5.Location = new System.Drawing.Point(5, 563);
			this.groupBox5.Name = "groupBox5";
			this.groupBox5.Size = new System.Drawing.Size(734, 298);
			this.groupBox5.TabIndex = 25;
			this.groupBox5.TabStop = false;
			this.groupBox5.Text = "불량 (불일치 데이터가 있는 날짜 입니다)";
			// 
			// fErrorChk
			// 
			this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
			this.ClientSize = new System.Drawing.Size(744, 938);
			this.Controls.Add(this.groupBox5);
			this.Controls.Add(this.groupBox4);
			this.Controls.Add(this.panel1);
			this.Controls.Add(this.panel2);
			this.Controls.Add(this.panel3);
			this.Controls.Add(this.tbDate);
			this.Controls.Add(this.panel4);
			this.Controls.Add(this.groupBox3);
			this.Controls.Add(this.panel5);
			this.Controls.Add(this.btChk);
			this.Controls.Add(this.progressBar1);
			this.Controls.Add(this.btCorr);
			this.MaximizeBox = false;
			this.MinimizeBox = false;
			this.Name = "fErrorChk";
			this.Padding = new System.Windows.Forms.Padding(5);
			this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
			this.Text = "근태 자료 오류 확인";
			this.Load += new System.EventHandler(this.fErrorChk_Load);
			this.groupBox1.ResumeLayout(false);
			this.groupBox1.PerformLayout();
			this.groupBox2.ResumeLayout(false);
			this.groupBox2.PerformLayout();
			this.panel2.ResumeLayout(false);
			this.groupBox3.ResumeLayout(false);
			this.groupBox4.ResumeLayout(false);
			this.groupBox5.ResumeLayout(false);
			this.ResumeLayout(false);
			this.PerformLayout();
        }
        #endregion
        private System.Windows.Forms.Button btChk;
        private System.Windows.Forms.Button btCorr;
        private System.Windows.Forms.ProgressBar progressBar1;
        private System.Windows.Forms.TextBox tbDate;
        private System.Windows.Forms.TextBox textBox2;
        private System.Windows.Forms.Label label4;
        private System.Windows.Forms.Label label5;
        private System.Windows.Forms.TextBox textBox3;
        private System.Windows.Forms.Label label6;
        private System.Windows.Forms.Label label7;
        private System.Windows.Forms.TextBox textBox4;
        private System.Windows.Forms.Label label8;
        private System.Windows.Forms.GroupBox groupBox1;
        private System.Windows.Forms.GroupBox groupBox2;
        private System.Windows.Forms.TextBox textBox5;
        private System.Windows.Forms.Label label9;
        private System.Windows.Forms.TextBox textBox6;
        private System.Windows.Forms.Label label11;
        private System.Windows.Forms.Label label12;
        private System.Windows.Forms.TextBox textBox7;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.TextBox textBox8;
        private System.Windows.Forms.Label label10;
        private System.Windows.Forms.ListView lvNG;
        private System.Windows.Forms.ColumnHeader columnHeader1;
        private System.Windows.Forms.ColumnHeader columnHeader6;
        private System.Windows.Forms.ColumnHeader columnHeader2;
        private System.Windows.Forms.ColumnHeader columnHeader3;
        private System.Windows.Forms.ColumnHeader columnHeader4;
        private System.Windows.Forms.ColumnHeader columnHeader5;
		private System.Windows.Forms.Panel panel1;
		private System.Windows.Forms.Panel panel2;
		private System.Windows.Forms.Panel panel3;
		private System.Windows.Forms.GroupBox groupBox3;
		private System.Windows.Forms.Panel panel4;
		private System.Windows.Forms.Panel panel5;
		private System.Windows.Forms.Button button3;
		private System.Windows.Forms.Button button2;
		private System.Windows.Forms.Button button1;
		private System.Windows.Forms.DateTimePicker dtED;
		private System.Windows.Forms.DateTimePicker dtSD;
		private System.Windows.Forms.ListView lvOK;
		private System.Windows.Forms.ColumnHeader columnHeader7;
		private System.Windows.Forms.ColumnHeader columnHeader8;
		private System.Windows.Forms.ColumnHeader columnHeader9;
		private System.Windows.Forms.ColumnHeader columnHeader10;
		private System.Windows.Forms.ColumnHeader columnHeader11;
		private System.Windows.Forms.ColumnHeader columnHeader12;
		private System.Windows.Forms.GroupBox groupBox4;
		private System.Windows.Forms.GroupBox groupBox5;
	}
}