namespace FPJ0000.JobReport_
{
    partial class rJobReportOT
    {
        /// 
        /// 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();
            this.dataGridView1 = new arCtl.arDatagridView();
            this.panel1 = new System.Windows.Forms.Panel();
            this.radTypePMS = new System.Windows.Forms.RadioButton();
            this.radType = new System.Windows.Forms.RadioButton();
            this.tbEd = new System.Windows.Forms.TextBox();
            this.button1 = new System.Windows.Forms.Button();
            this.tbProcess = new System.Windows.Forms.ComboBox();
            this.label1 = new System.Windows.Forms.Label();
            this.linkLabel1 = new System.Windows.Forms.LinkLabel();
            this.btRefresh = new System.Windows.Forms.Button();
            this.tbSd = new System.Windows.Forms.TextBox();
            this.radTypeAll = new System.Windows.Forms.RadioButton();
            this.label2 = new System.Windows.Forms.Label();
            this.cmbApploval = new System.Windows.Forms.ComboBox();
            this.bs = new System.Windows.Forms.BindingSource(this.components);
            this.dsReport = new FPJ0000.dsReport();
            this.ta = new FPJ0000.dsReportTableAdapters.jobReportTableAdapter();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
            this.panel1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.bs)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dsReport)).BeginInit();
            this.SuspendLayout();
            // 
            // dataGridView1
            // 
            this.dataGridView1.A_DelCurrentCell = true;
            this.dataGridView1.A_EnterToTab = true;
            this.dataGridView1.A_KoreanField = null;
            this.dataGridView1.A_UpperField = null;
            this.dataGridView1.A_ViewRownumOnHeader = true;
            this.dataGridView1.AllowUserToAddRows = false;
            this.dataGridView1.AllowUserToDeleteRows = false;
            this.dataGridView1.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells;
            this.dataGridView1.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells;
            this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.dataGridView1.Location = new System.Drawing.Point(0, 36);
            this.dataGridView1.Name = "dataGridView1";
            this.dataGridView1.ReadOnly = true;
            this.dataGridView1.RowTemplate.Height = 23;
            this.dataGridView1.Size = new System.Drawing.Size(1028, 663);
            this.dataGridView1.TabIndex = 2;
            // 
            // panel1
            // 
            this.panel1.Controls.Add(this.cmbApploval);
            this.panel1.Controls.Add(this.label2);
            this.panel1.Controls.Add(this.radTypeAll);
            this.panel1.Controls.Add(this.radTypePMS);
            this.panel1.Controls.Add(this.radType);
            this.panel1.Controls.Add(this.tbEd);
            this.panel1.Controls.Add(this.button1);
            this.panel1.Controls.Add(this.tbProcess);
            this.panel1.Controls.Add(this.label1);
            this.panel1.Controls.Add(this.linkLabel1);
            this.panel1.Controls.Add(this.btRefresh);
            this.panel1.Controls.Add(this.tbSd);
            this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
            this.panel1.Location = new System.Drawing.Point(0, 0);
            this.panel1.Name = "panel1";
            this.panel1.Padding = new System.Windows.Forms.Padding(5);
            this.panel1.Size = new System.Drawing.Size(1028, 36);
            this.panel1.TabIndex = 3;
            // 
            // radTypePMS
            // 
            this.radTypePMS.AutoSize = true;
            this.radTypePMS.Location = new System.Drawing.Point(693, 11);
            this.radTypePMS.Name = "radTypePMS";
            this.radTypePMS.Size = new System.Drawing.Size(50, 16);
            this.radTypePMS.TabIndex = 11;
            this.radTypePMS.Text = "PMS";
            this.radTypePMS.UseVisualStyleBackColor = true;
            // 
            // radType
            // 
            this.radType.AutoSize = true;
            this.radType.Checked = true;
            this.radType.Location = new System.Drawing.Point(637, 11);
            this.radType.Name = "radType";
            this.radType.Size = new System.Drawing.Size(47, 16);
            this.radType.TabIndex = 10;
            this.radType.TabStop = true;
            this.radType.Text = "대체";
            this.radType.UseVisualStyleBackColor = true;
            // 
            // tbEd
            // 
            this.tbEd.Location = new System.Drawing.Point(187, 9);
            this.tbEd.Name = "tbEd";
            this.tbEd.Size = new System.Drawing.Size(115, 21);
            this.tbEd.TabIndex = 9;
            this.tbEd.Text = "2020";
            this.tbEd.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            // 
            // button1
            // 
            this.button1.Dock = System.Windows.Forms.DockStyle.Right;
            this.button1.Location = new System.Drawing.Point(873, 5);
            this.button1.Name = "button1";
            this.button1.Size = new System.Drawing.Size(75, 26);
            this.button1.TabIndex = 8;
            this.button1.Text = "내보내기";
            this.button1.UseVisualStyleBackColor = true;
            this.button1.Click += new System.EventHandler(this.button1_Click);
            // 
            // tbProcess
            // 
            this.tbProcess.FormattingEnabled = true;
            this.tbProcess.Location = new System.Drawing.Point(344, 9);
            this.tbProcess.Name = "tbProcess";
            this.tbProcess.Size = new System.Drawing.Size(158, 20);
            this.tbProcess.TabIndex = 7;
            this.tbProcess.SelectedIndexChanged += new System.EventHandler(this.tbProcess_SelectedIndexChanged);
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(309, 13);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(29, 12);
            this.label1.TabIndex = 6;
            this.label1.Text = "공정";
            // 
            // linkLabel1
            // 
            this.linkLabel1.AutoSize = true;
            this.linkLabel1.Location = new System.Drawing.Point(13, 13);
            this.linkLabel1.Name = "linkLabel1";
            this.linkLabel1.Size = new System.Drawing.Size(45, 12);
            this.linkLabel1.TabIndex = 0;
            this.linkLabel1.TabStop = true;
            this.linkLabel1.Text = "조회 년";
            // 
            // btRefresh
            // 
            this.btRefresh.Dock = System.Windows.Forms.DockStyle.Right;
            this.btRefresh.Location = new System.Drawing.Point(948, 5);
            this.btRefresh.Name = "btRefresh";
            this.btRefresh.Size = new System.Drawing.Size(75, 26);
            this.btRefresh.TabIndex = 2;
            this.btRefresh.Text = "새로고침";
            this.btRefresh.UseVisualStyleBackColor = true;
            this.btRefresh.Click += new System.EventHandler(this.btRefresh_Click);
            // 
            // tbSd
            // 
            this.tbSd.Location = new System.Drawing.Point(66, 9);
            this.tbSd.Name = "tbSd";
            this.tbSd.Size = new System.Drawing.Size(115, 21);
            this.tbSd.TabIndex = 1;
            this.tbSd.Text = "2020";
            this.tbSd.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            // 
            // radTypeAll
            // 
            this.radTypeAll.AutoSize = true;
            this.radTypeAll.Location = new System.Drawing.Point(749, 11);
            this.radTypeAll.Name = "radTypeAll";
            this.radTypeAll.Size = new System.Drawing.Size(78, 16);
            this.radTypeAll.TabIndex = 12;
            this.radTypeAll.Text = "대체,PMS";
            this.radTypeAll.UseVisualStyleBackColor = true;
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(508, 13);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(29, 12);
            this.label2.TabIndex = 13;
            this.label2.Text = "승인";
            // 
            // cmbApploval
            // 
            this.cmbApploval.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cmbApploval.FormattingEnabled = true;
            this.cmbApploval.Items.AddRange(new object[] {
            "승인완료",
            "미승인"});
            this.cmbApploval.Location = new System.Drawing.Point(543, 9);
            this.cmbApploval.Name = "cmbApploval";
            this.cmbApploval.Size = new System.Drawing.Size(85, 20);
            this.cmbApploval.TabIndex = 14;
            this.cmbApploval.SelectedIndexChanged += new System.EventHandler(this.cmbApploval_SelectedIndexChanged);
            // 
            // bs
            // 
            this.bs.DataMember = "jobreport";
            this.bs.DataSource = this.dsReport;
            // 
            // dsReport
            // 
            this.dsReport.DataSetName = "dsReport";
            this.dsReport.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
            // 
            // ta
            // 
            this.ta.ClearBeforeFill = true;
            // 
            // rJobReportOT
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(1028, 699);
            this.Controls.Add(this.dataGridView1);
            this.Controls.Add(this.panel1);
            this.Name = "rJobReportOT";
            this.Text = "휴일/연장근무 집계표";
            this.Load += new System.EventHandler(this.rJobReport_Load);
            ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
            this.panel1.ResumeLayout(false);
            this.panel1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.bs)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dsReport)).EndInit();
            this.ResumeLayout(false);
        }
        #endregion
        private System.Windows.Forms.BindingSource bs;
        private dsReport dsReport;
        private dsReportTableAdapters.jobReportTableAdapter ta;
        private arCtl.arDatagridView dataGridView1;
        private System.Windows.Forms.Panel panel1;
        private System.Windows.Forms.LinkLabel linkLabel1;
        private System.Windows.Forms.Button btRefresh;
        private System.Windows.Forms.TextBox tbSd;
        private System.Windows.Forms.ComboBox tbProcess;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.Button button1;
		private System.Windows.Forms.TextBox tbEd;
        private System.Windows.Forms.RadioButton radTypePMS;
        private System.Windows.Forms.RadioButton radType;
        private System.Windows.Forms.RadioButton radTypeAll;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.ComboBox cmbApploval;
    }
}