namespace FPJ0000.JobReport_
{
    partial class fJobReport_Add
    {
        /// 
        /// Required designer variable.
        /// 
        private System.ComponentModel.IContainer components = null;
        /// 
        /// Clean up any resources being used.
        /// 
        /// true if managed resources should be disposed; otherwise, false.
        protected override void Dispose(bool disposing)
        {
            if (disposing && (components != null))
            {
                components.Dispose();
            }
            base.Dispose(disposing);
        }
        #region Windows Form Designer generated code
        /// 
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// 
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.Windows.Forms.Label hrsLabel;
            System.Windows.Forms.Label typeLabel;
            System.Windows.Forms.Label label1;
            System.Windows.Forms.Label projectLabel;
            System.Windows.Forms.Label label4;
            System.Windows.Forms.Label stateLabel;
            System.Windows.Forms.Label label5;
            System.Windows.Forms.Label label3;
            System.Windows.Forms.Label label6;
            System.Windows.Forms.Label label2;
            System.Windows.Forms.Label label7;
            System.Windows.Forms.Label label8;
            System.Windows.Forms.Label label9;
            System.Windows.Forms.Label label10;
            System.Windows.Forms.Label label11;
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(fJobReport_Add));
            this.lbSummary = new System.Windows.Forms.Label();
            this.tbHrs = new System.Windows.Forms.TextBox();
            this.bs = new System.Windows.Forms.BindingSource(this.components);
            this.dsPRJ = new FPJ0000.dsPRJ();
            this.statusStrip1 = new System.Windows.Forms.StatusStrip();
            this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
            this.lbIndex = new System.Windows.Forms.ToolStripStatusLabel();
            this.toolStripStatusLabel2 = new System.Windows.Forms.ToolStripStatusLabel();
            this.lbOt2 = new System.Windows.Forms.ToolStripStatusLabel();
            this.lbotReason = new System.Windows.Forms.ToolStripStatusLabel();
            this.cmbType = new System.Windows.Forms.ComboBox();
            this.btSave = new System.Windows.Forms.Button();
            this.dtPdate = new System.Windows.Forms.DateTimePicker();
            this.cmbUser = new System.Windows.Forms.ComboBox();
            this.tbOt = new System.Windows.Forms.TextBox();
            this.tbWW = new System.Windows.Forms.TextBox();
            this.cmbProcess = new System.Windows.Forms.ComboBox();
            this.cmbState = new System.Windows.Forms.ComboBox();
            this.cmbPackage = new System.Windows.Forms.ComboBox();
            this.cmbRequest = new System.Windows.Forms.ComboBox();
            this.chkAutoAdd = new System.Windows.Forms.CheckBox();
            this.tbProject = new System.Windows.Forms.ComboBox();
            this.richTextBoxEx1 = new RichTextBoxEx.RichTextBoxEx();
            this.panel1 = new System.Windows.Forms.Panel();
            this.chkManagerAlert = new System.Windows.Forms.CheckBox();
            this.tbProjectIndex = new System.Windows.Forms.Button();
            this.grpkisul = new System.Windows.Forms.GroupBox();
            this.cmb_kisuldiv = new System.Windows.Forms.ComboBox();
            this.textBox1 = new System.Windows.Forms.TextBox();
            this.cmb_kisullv = new System.Windows.Forms.ComboBox();
            this.dateTimePicker2 = new System.Windows.Forms.DateTimePicker();
            this.dateTimePicker1 = new System.Windows.Forms.DateTimePicker();
            this.lbTitleTip = new System.Windows.Forms.Label();
            this.tbTag = new System.Windows.Forms.TextBox();
            this.ta = new FPJ0000.dsPRJTableAdapters.JobReportTableAdapter();
            this.tam = new FPJ0000.dsPRJTableAdapters.TableAdapterManager();
            this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
            hrsLabel = new System.Windows.Forms.Label();
            typeLabel = new System.Windows.Forms.Label();
            label1 = new System.Windows.Forms.Label();
            projectLabel = new System.Windows.Forms.Label();
            label4 = new System.Windows.Forms.Label();
            stateLabel = new System.Windows.Forms.Label();
            label5 = new System.Windows.Forms.Label();
            label3 = new System.Windows.Forms.Label();
            label6 = new System.Windows.Forms.Label();
            label2 = new System.Windows.Forms.Label();
            label7 = new System.Windows.Forms.Label();
            label8 = new System.Windows.Forms.Label();
            label9 = new System.Windows.Forms.Label();
            label10 = new System.Windows.Forms.Label();
            label11 = new System.Windows.Forms.Label();
            ((System.ComponentModel.ISupportInitialize)(this.bs)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dsPRJ)).BeginInit();
            this.statusStrip1.SuspendLayout();
            this.panel1.SuspendLayout();
            this.grpkisul.SuspendLayout();
            this.SuspendLayout();
            // 
            // hrsLabel
            // 
            hrsLabel.AutoSize = true;
            hrsLabel.Location = new System.Drawing.Point(19, 124);
            hrsLabel.Name = "hrsLabel";
            hrsLabel.Size = new System.Drawing.Size(53, 12);
            hrsLabel.TabIndex = 19;
            hrsLabel.Text = "근무시간";
            // 
            // typeLabel
            // 
            typeLabel.AutoSize = true;
            typeLabel.Font = new System.Drawing.Font("맑은 고딕", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
            typeLabel.Location = new System.Drawing.Point(374, 35);
            typeLabel.Name = "typeLabel";
            typeLabel.Size = new System.Drawing.Size(74, 21);
            typeLabel.TabIndex = 11;
            typeLabel.Text = "업무형태";
            // 
            // label1
            // 
            label1.AutoSize = true;
            label1.Font = new System.Drawing.Font("맑은 고딕", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
            label1.Location = new System.Drawing.Point(-2, 35);
            label1.Name = "label1";
            label1.Size = new System.Drawing.Size(74, 21);
            label1.TabIndex = 7;
            label1.Text = "요청부서";
            // 
            // projectLabel
            // 
            projectLabel.AutoSize = true;
            projectLabel.Location = new System.Drawing.Point(19, 70);
            projectLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            projectLabel.Name = "projectLabel";
            projectLabel.Size = new System.Drawing.Size(53, 12);
            projectLabel.TabIndex = 15;
            projectLabel.Text = "프로젝트";
            // 
            // label4
            // 
            label4.AutoSize = true;
            label4.Location = new System.Drawing.Point(578, 10);
            label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            label4.Name = "label4";
            label4.Size = new System.Drawing.Size(41, 12);
            label4.TabIndex = 5;
            label4.Text = "담당자";
            // 
            // stateLabel
            // 
            stateLabel.AutoSize = true;
            stateLabel.Location = new System.Drawing.Point(320, 10);
            stateLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            stateLabel.Name = "stateLabel";
            stateLabel.Size = new System.Drawing.Size(29, 12);
            stateLabel.TabIndex = 3;
            stateLabel.Text = "상태";
            // 
            // label5
            // 
            label5.AutoSize = true;
            label5.Location = new System.Drawing.Point(31, 10);
            label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            label5.Name = "label5";
            label5.Size = new System.Drawing.Size(41, 12);
            label5.TabIndex = 0;
            label5.Text = "등록일";
            // 
            // label3
            // 
            label3.AutoSize = true;
            label3.Font = new System.Drawing.Font("맑은 고딕", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
            label3.Location = new System.Drawing.Point(186, 35);
            label3.Name = "label3";
            label3.Size = new System.Drawing.Size(58, 21);
            label3.TabIndex = 9;
            label3.Text = "패키지";
            // 
            // label6
            // 
            label6.AutoSize = true;
            label6.Font = new System.Drawing.Font("맑은 고딕", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
            label6.Location = new System.Drawing.Point(683, 35);
            label6.Name = "label6";
            label6.Size = new System.Drawing.Size(42, 21);
            label6.TabIndex = 13;
            label6.Text = "분류";
            // 
            // label2
            // 
            label2.AutoSize = true;
            label2.Location = new System.Drawing.Point(155, 124);
            label2.Name = "label2";
            label2.Size = new System.Drawing.Size(53, 12);
            label2.TabIndex = 21;
            label2.Text = "초과시간";
            // 
            // label7
            // 
            label7.AutoSize = true;
            label7.Font = new System.Drawing.Font("맑은 고딕", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
            label7.Location = new System.Drawing.Point(297, 112);
            label7.Name = "label7";
            label7.Size = new System.Drawing.Size(73, 13);
            label7.TabIndex = 23;
            label7.Text = "초과시간정보";
            // 
            // label8
            // 
            label8.AutoSize = true;
            label8.Location = new System.Drawing.Point(19, 38);
            label8.Name = "label8";
            label8.Size = new System.Drawing.Size(53, 12);
            label8.TabIndex = 9;
            label8.Text = "기술단가";
            // 
            // label9
            // 
            label9.AutoSize = true;
            label9.Location = new System.Drawing.Point(7, 59);
            label9.Name = "label9";
            label9.Size = new System.Drawing.Size(65, 12);
            label9.TabIndex = 21;
            label9.Text = "기술료($K)";
            // 
            // label10
            // 
            label10.AutoSize = true;
            label10.Location = new System.Drawing.Point(19, 16);
            label10.Name = "label10";
            label10.Size = new System.Drawing.Size(53, 12);
            label10.TabIndex = 24;
            label10.Text = "기술분류";
            // 
            // label11
            // 
            label11.AutoSize = true;
            label11.ForeColor = System.Drawing.Color.DimGray;
            label11.Location = new System.Drawing.Point(19, 82);
            label11.Name = "label11";
            label11.Size = new System.Drawing.Size(147, 12);
            label11.TabIndex = 25;
            label11.Text = "* 비용은 자동 계산 됩니다";
            // 
            // lbSummary
            // 
            this.lbSummary.AutoSize = true;
            this.lbSummary.ForeColor = System.Drawing.Color.SlateGray;
            this.lbSummary.Location = new System.Drawing.Point(70, 159);
            this.lbSummary.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.lbSummary.Name = "lbSummary";
            this.lbSummary.Size = new System.Drawing.Size(339, 12);
            this.lbSummary.TabIndex = 27;
            this.lbSummary.Text = "금월 근무시간 : {0:N1}h / {1:N0}h , 금월 초과시간 : {2:N1}h";
            // 
            // tbHrs
            // 
            this.tbHrs.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "hrs", true, System.Windows.Forms.DataSourceUpdateMode.OnValidation, null, "N2"));
            this.tbHrs.Font = new System.Drawing.Font("맑은 고딕", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
            this.tbHrs.Location = new System.Drawing.Point(72, 111);
            this.tbHrs.Name = "tbHrs";
            this.tbHrs.Size = new System.Drawing.Size(77, 39);
            this.tbHrs.TabIndex = 20;
            this.tbHrs.Text = "0.0";
            this.tbHrs.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            // 
            // bs
            // 
            this.bs.DataMember = "JobReport";
            this.bs.DataSource = this.dsPRJ;
            // 
            // dsPRJ
            // 
            this.dsPRJ.DataSetName = "dsPRJ";
            this.dsPRJ.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
            // 
            // statusStrip1
            // 
            this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolStripStatusLabel1,
            this.lbIndex,
            this.toolStripStatusLabel2,
            this.lbOt2,
            this.lbotReason});
            this.statusStrip1.Location = new System.Drawing.Point(0, 675);
            this.statusStrip1.Name = "statusStrip1";
            this.statusStrip1.Size = new System.Drawing.Size(988, 22);
            this.statusStrip1.TabIndex = 28;
            this.statusStrip1.Text = "statusStrip1";
            // 
            // toolStripStatusLabel1
            // 
            this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
            this.toolStripStatusLabel1.Size = new System.Drawing.Size(36, 17);
            this.toolStripStatusLabel1.Text = "Index";
            // 
            // lbIndex
            // 
            this.lbIndex.Name = "lbIndex";
            this.lbIndex.Size = new System.Drawing.Size(17, 17);
            this.lbIndex.Text = "--";
            // 
            // toolStripStatusLabel2
            // 
            this.toolStripStatusLabel2.Name = "toolStripStatusLabel2";
            this.toolStripStatusLabel2.Size = new System.Drawing.Size(10, 17);
            this.toolStripStatusLabel2.Text = "|";
            // 
            // lbOt2
            // 
            this.lbOt2.Name = "lbOt2";
            this.lbOt2.Size = new System.Drawing.Size(121, 17);
            this.lbOt2.Text = "toolStripStatusLabel3";
            // 
            // lbotReason
            // 
            this.lbotReason.Name = "lbotReason";
            this.lbotReason.Size = new System.Drawing.Size(121, 17);
            this.lbotReason.Text = "toolStripStatusLabel4";
            // 
            // cmbType
            // 
            this.cmbType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cmbType.Font = new System.Drawing.Font("맑은 고딕", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
            this.cmbType.FormattingEnabled = true;
            this.cmbType.Location = new System.Drawing.Point(454, 31);
            this.cmbType.Name = "cmbType";
            this.cmbType.Size = new System.Drawing.Size(223, 29);
            this.cmbType.TabIndex = 12;
            this.cmbType.SelectedIndexChanged += new System.EventHandler(this.cmbType_SelectedIndexChanged);
            // 
            // btSave
            // 
            this.btSave.BackColor = System.Drawing.Color.SkyBlue;
            this.btSave.Font = new System.Drawing.Font("맑은 고딕", 20F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
            this.btSave.Location = new System.Drawing.Point(867, 6);
            this.btSave.Name = "btSave";
            this.btSave.Size = new System.Drawing.Size(113, 191);
            this.btSave.TabIndex = 28;
            this.btSave.Text = "확인";
            this.btSave.UseVisualStyleBackColor = false;
            this.btSave.Click += new System.EventHandler(this.button1_Click);
            // 
            // dtPdate
            // 
            this.dtPdate.Location = new System.Drawing.Point(73, 6);
            this.dtPdate.Margin = new System.Windows.Forms.Padding(4);
            this.dtPdate.Name = "dtPdate";
            this.dtPdate.Size = new System.Drawing.Size(178, 21);
            this.dtPdate.TabIndex = 1;
            this.dtPdate.ValueChanged += new System.EventHandler(this.dtPdate_ValueChanged);
            // 
            // cmbUser
            // 
            this.cmbUser.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
            this.cmbUser.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
            this.cmbUser.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cmbUser.FormattingEnabled = true;
            this.cmbUser.ImeMode = System.Windows.Forms.ImeMode.Hangul;
            this.cmbUser.Location = new System.Drawing.Point(627, 6);
            this.cmbUser.Margin = new System.Windows.Forms.Padding(4);
            this.cmbUser.Name = "cmbUser";
            this.cmbUser.Size = new System.Drawing.Size(234, 20);
            this.cmbUser.TabIndex = 6;
            this.cmbUser.SelectedIndexChanged += new System.EventHandler(this.cmbUser_SelectedIndexChanged);
            // 
            // tbOt
            // 
            this.tbOt.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "ot", true));
            this.tbOt.Font = new System.Drawing.Font("맑은 고딕", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
            this.tbOt.ForeColor = System.Drawing.Color.Red;
            this.tbOt.Location = new System.Drawing.Point(213, 111);
            this.tbOt.Name = "tbOt";
            this.tbOt.Size = new System.Drawing.Size(77, 39);
            this.tbOt.TabIndex = 22;
            this.tbOt.Text = "0.0";
            this.tbOt.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            this.tbOt.Validated += new System.EventHandler(this.tbOt_Validated);
            // 
            // tbWW
            // 
            this.tbWW.Location = new System.Drawing.Point(253, 6);
            this.tbWW.Margin = new System.Windows.Forms.Padding(4);
            this.tbWW.Name = "tbWW";
            this.tbWW.ReadOnly = true;
            this.tbWW.Size = new System.Drawing.Size(63, 21);
            this.tbWW.TabIndex = 2;
            this.tbWW.TabStop = false;
            this.tbWW.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            // 
            // cmbProcess
            // 
            this.cmbProcess.Font = new System.Drawing.Font("맑은 고딕", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
            this.cmbProcess.FormattingEnabled = true;
            this.cmbProcess.Location = new System.Drawing.Point(731, 31);
            this.cmbProcess.Name = "cmbProcess";
            this.cmbProcess.Size = new System.Drawing.Size(130, 29);
            this.cmbProcess.TabIndex = 14;
            // 
            // cmbState
            // 
            this.cmbState.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
            this.cmbState.FormattingEnabled = true;
            this.cmbState.Location = new System.Drawing.Point(353, 6);
            this.cmbState.Margin = new System.Windows.Forms.Padding(4);
            this.cmbState.Name = "cmbState";
            this.cmbState.Size = new System.Drawing.Size(217, 20);
            this.cmbState.TabIndex = 4;
            this.cmbState.SelectedIndexChanged += new System.EventHandler(this.chkform_indexchan);
            // 
            // cmbPackage
            // 
            this.cmbPackage.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cmbPackage.Font = new System.Drawing.Font("맑은 고딕", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
            this.cmbPackage.FormattingEnabled = true;
            this.cmbPackage.Location = new System.Drawing.Point(239, 31);
            this.cmbPackage.Name = "cmbPackage";
            this.cmbPackage.Size = new System.Drawing.Size(131, 29);
            this.cmbPackage.TabIndex = 10;
            // 
            // cmbRequest
            // 
            this.cmbRequest.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cmbRequest.Font = new System.Drawing.Font("맑은 고딕", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
            this.cmbRequest.FormattingEnabled = true;
            this.cmbRequest.Location = new System.Drawing.Point(72, 31);
            this.cmbRequest.Name = "cmbRequest";
            this.cmbRequest.Size = new System.Drawing.Size(108, 29);
            this.cmbRequest.TabIndex = 8;
            // 
            // chkAutoAdd
            // 
            this.chkAutoAdd.AutoSize = true;
            this.chkAutoAdd.Location = new System.Drawing.Point(73, 181);
            this.chkAutoAdd.Name = "chkAutoAdd";
            this.chkAutoAdd.Size = new System.Drawing.Size(176, 16);
            this.chkAutoAdd.TabIndex = 26;
            this.chkAutoAdd.Text = "프로젝트 주간내역으로 등록";
            this.chkAutoAdd.UseVisualStyleBackColor = true;
            // 
            // tbProject
            // 
            this.tbProject.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
            this.tbProject.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
            this.tbProject.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
            this.tbProject.Font = new System.Drawing.Font("굴림", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
            this.tbProject.FormattingEnabled = true;
            this.tbProject.Location = new System.Drawing.Point(73, 65);
            this.tbProject.Name = "tbProject";
            this.tbProject.Size = new System.Drawing.Size(714, 23);
            this.tbProject.TabIndex = 16;
            // 
            // richTextBoxEx1
            // 
            this.richTextBoxEx1.AllowBullets = true;
            this.richTextBoxEx1.AllowDefaultInsertText = true;
            this.richTextBoxEx1.AllowDefaultSmartText = true;
            this.richTextBoxEx1.AllowHyphenation = true;
            this.richTextBoxEx1.AllowPictures = true;
            this.richTextBoxEx1.AllowSpellCheck = true;
            this.richTextBoxEx1.AutoValidate = System.Windows.Forms.AutoValidate.EnablePreventFocusChange;
            this.richTextBoxEx1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.richTextBoxEx1.FilePath = "";
            this.richTextBoxEx1.Location = new System.Drawing.Point(0, 205);
            this.richTextBoxEx1.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
            this.richTextBoxEx1.Name = "richTextBoxEx1";
            this.richTextBoxEx1.Rtf = resources.GetString("richTextBoxEx1.Rtf");
            this.richTextBoxEx1.SetColorWithFont = true;
            this.richTextBoxEx1.ShowToolStrip = true;
            this.richTextBoxEx1.Size = new System.Drawing.Size(988, 449);
            this.richTextBoxEx1.TabIndex = 58;
            // 
            // panel1
            // 
            this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
            this.panel1.Controls.Add(this.chkManagerAlert);
            this.panel1.Controls.Add(this.tbProjectIndex);
            this.panel1.Controls.Add(this.grpkisul);
            this.panel1.Controls.Add(this.dateTimePicker2);
            this.panel1.Controls.Add(this.dateTimePicker1);
            this.panel1.Controls.Add(label7);
            this.panel1.Controls.Add(this.cmbRequest);
            this.panel1.Controls.Add(label1);
            this.panel1.Controls.Add(this.dtPdate);
            this.panel1.Controls.Add(this.tbProject);
            this.panel1.Controls.Add(projectLabel);
            this.panel1.Controls.Add(this.tbHrs);
            this.panel1.Controls.Add(label2);
            this.panel1.Controls.Add(this.lbTitleTip);
            this.panel1.Controls.Add(hrsLabel);
            this.panel1.Controls.Add(this.chkAutoAdd);
            this.panel1.Controls.Add(this.cmbType);
            this.panel1.Controls.Add(label5);
            this.panel1.Controls.Add(typeLabel);
            this.panel1.Controls.Add(this.lbSummary);
            this.panel1.Controls.Add(label6);
            this.panel1.Controls.Add(this.cmbPackage);
            this.panel1.Controls.Add(this.btSave);
            this.panel1.Controls.Add(this.cmbState);
            this.panel1.Controls.Add(label3);
            this.panel1.Controls.Add(stateLabel);
            this.panel1.Controls.Add(this.cmbUser);
            this.panel1.Controls.Add(this.cmbProcess);
            this.panel1.Controls.Add(this.tbWW);
            this.panel1.Controls.Add(label4);
            this.panel1.Controls.Add(this.tbOt);
            this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
            this.panel1.Location = new System.Drawing.Point(0, 0);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(988, 205);
            this.panel1.TabIndex = 0;
            // 
            // chkManagerAlert
            // 
            this.chkManagerAlert.AutoSize = true;
            this.chkManagerAlert.Location = new System.Drawing.Point(265, 181);
            this.chkManagerAlert.Name = "chkManagerAlert";
            this.chkManagerAlert.Size = new System.Drawing.Size(116, 16);
            this.chkManagerAlert.TabIndex = 30;
            this.chkManagerAlert.Text = "관리자 메일 알림";
            this.toolTip1.SetToolTip(this.chkManagerAlert, "체크시 업무일지 내용을 관리자에게 메일로 전송합니다.\r\n메일양식에 MA 항목이 등록되어있어야 합니다");
            this.chkManagerAlert.UseVisualStyleBackColor = true;
            // 
            // tbProjectIndex
            // 
            this.tbProjectIndex.Location = new System.Drawing.Point(793, 65);
            this.tbProjectIndex.Name = "tbProjectIndex";
            this.tbProjectIndex.Size = new System.Drawing.Size(68, 23);
            this.tbProjectIndex.TabIndex = 25;
            this.tbProjectIndex.Text = "--";
            this.tbProjectIndex.UseVisualStyleBackColor = true;
            this.tbProjectIndex.Click += new System.EventHandler(this.tbProjectIndex_Click);
            // 
            // grpkisul
            // 
            this.grpkisul.Controls.Add(label11);
            this.grpkisul.Controls.Add(label10);
            this.grpkisul.Controls.Add(this.cmb_kisuldiv);
            this.grpkisul.Controls.Add(this.textBox1);
            this.grpkisul.Controls.Add(label9);
            this.grpkisul.Controls.Add(this.cmb_kisullv);
            this.grpkisul.Controls.Add(label8);
            this.grpkisul.Location = new System.Drawing.Point(661, 92);
            this.grpkisul.Name = "grpkisul";
            this.grpkisul.Size = new System.Drawing.Size(200, 105);
            this.grpkisul.TabIndex = 29;
            this.grpkisul.TabStop = false;
            this.grpkisul.Text = "기술료";
            // 
            // cmb_kisuldiv
            // 
            this.cmb_kisuldiv.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cmb_kisuldiv.FormattingEnabled = true;
            this.cmb_kisuldiv.Location = new System.Drawing.Point(77, 12);
            this.cmb_kisuldiv.Name = "cmb_kisuldiv";
            this.cmb_kisuldiv.Size = new System.Drawing.Size(108, 20);
            this.cmb_kisuldiv.TabIndex = 23;
            // 
            // textBox1
            // 
            this.textBox1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
            this.textBox1.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "kisulamt", true, System.Windows.Forms.DataSourceUpdateMode.OnValidation, null, "N3"));
            this.textBox1.Font = new System.Drawing.Font("굴림", 9F);
            this.textBox1.Location = new System.Drawing.Point(77, 55);
            this.textBox1.Name = "textBox1";
            this.textBox1.ReadOnly = true;
            this.textBox1.Size = new System.Drawing.Size(108, 21);
            this.textBox1.TabIndex = 22;
            this.textBox1.Text = "0.000";
            this.textBox1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            // 
            // cmb_kisullv
            // 
            this.cmb_kisullv.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cmb_kisullv.FormattingEnabled = true;
            this.cmb_kisullv.Location = new System.Drawing.Point(77, 34);
            this.cmb_kisullv.Name = "cmb_kisullv";
            this.cmb_kisullv.Size = new System.Drawing.Size(108, 20);
            this.cmb_kisullv.TabIndex = 10;
            // 
            // dateTimePicker2
            // 
            this.dateTimePicker2.CustomFormat = "yyyy-MM-dd hh:mm:ss";
            this.dateTimePicker2.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
            this.dateTimePicker2.Location = new System.Drawing.Point(455, 126);
            this.dateTimePicker2.Margin = new System.Windows.Forms.Padding(4);
            this.dateTimePicker2.Name = "dateTimePicker2";
            this.dateTimePicker2.Size = new System.Drawing.Size(153, 21);
            this.dateTimePicker2.TabIndex = 25;
            // 
            // dateTimePicker1
            // 
            this.dateTimePicker1.CustomFormat = "yyyy-MM-dd hh:mm:ss";
            this.dateTimePicker1.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
            this.dateTimePicker1.Location = new System.Drawing.Point(297, 126);
            this.dateTimePicker1.Margin = new System.Windows.Forms.Padding(4);
            this.dateTimePicker1.Name = "dateTimePicker1";
            this.dateTimePicker1.Size = new System.Drawing.Size(153, 21);
            this.dateTimePicker1.TabIndex = 24;
            // 
            // lbTitleTip
            // 
            this.lbTitleTip.AutoSize = true;
            this.lbTitleTip.ForeColor = System.Drawing.Color.SlateGray;
            this.lbTitleTip.Location = new System.Drawing.Point(72, 94);
            this.lbTitleTip.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.lbTitleTip.Name = "lbTitleTip";
            this.lbTitleTip.Size = new System.Drawing.Size(339, 12);
            this.lbTitleTip.TabIndex = 18;
            this.lbTitleTip.Text = "금월 근무시간 : {0:N1}h / {1:N0}h , 금월 초과시간 : {2:N1}h";
            // 
            // tbTag
            // 
            this.tbTag.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.tbTag.Location = new System.Drawing.Point(0, 654);
            this.tbTag.Name = "tbTag";
            this.tbTag.Size = new System.Drawing.Size(988, 21);
            this.tbTag.TabIndex = 60;
            this.tbTag.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            // 
            // ta
            // 
            this.ta.ClearBeforeFill = true;
            // 
            // tam
            // 
            this.tam.BackupDataSetBeforeUpdate = false;
            this.tam.EETGW_JobReport_AutoInputTableAdapter = null;
            this.tam.EETGW_JobReport_EBoardTableAdapter = null;
            this.tam.EETGW_NoteTableAdapter = null;
            this.tam.EETGW_Project_LayoutTableAdapter = null;
            this.tam.EETGW_ProjecthistoryDTableAdapter = null;
            this.tam.EETGW_ProjectResonTableAdapter = null;
            this.tam.EETGW_ProjectsScheduleTableAdapter = null;
            this.tam.EETGW_ProjectToDoTableAdapter = null;
            this.tam.EETGW_SaveCostTableAdapter = null;
            this.tam.JobReportTableAdapter = this.ta;
            this.tam.ProjectPartStatusTableAdapter = null;
            this.tam.ProjectsHistoryTableAdapter = null;
            this.tam.ProjectsIOMapTableAdapter = null;
            this.tam.ProjectsMailListTableAdapter = null;
            this.tam.ProjectsPartTableAdapter = null;
            this.tam.ProjectsTableAdapter = null;
            this.tam.SPMasterTableAdapter = null;
            this.tam.UpdateOrder = FPJ0000.dsPRJTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
            this.tam.vEETGW_Project_LayoutListTableAdapter = null;
            // 
            // fJobReport_Add
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(988, 697);
            this.Controls.Add(this.richTextBoxEx1);
            this.Controls.Add(this.tbTag);
            this.Controls.Add(this.panel1);
            this.Controls.Add(this.statusStrip1);
            this.Name = "fJobReport_Add";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "업무일지 등록/변경";
            this.Load += new System.EventHandler(this.fJobReport_Add_Load);
            ((System.ComponentModel.ISupportInitialize)(this.bs)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dsPRJ)).EndInit();
            this.statusStrip1.ResumeLayout(false);
            this.statusStrip1.PerformLayout();
            this.panel1.ResumeLayout(false);
            this.panel1.PerformLayout();
            this.grpkisul.ResumeLayout(false);
            this.grpkisul.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();
        }
        #endregion
        private dsPRJ dsPRJ;
        private System.Windows.Forms.BindingSource bs;
        private dsPRJTableAdapters.JobReportTableAdapter ta;
        private dsPRJTableAdapters.TableAdapterManager tam;
        private System.Windows.Forms.TextBox tbHrs;
        private System.Windows.Forms.StatusStrip statusStrip1;
        private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel1;
        private System.Windows.Forms.ToolStripStatusLabel lbIndex;
        private System.Windows.Forms.ComboBox cmbType;
        private System.Windows.Forms.Button btSave;
        private System.Windows.Forms.DateTimePicker dtPdate;
        private System.Windows.Forms.ComboBox cmbUser;
        private System.Windows.Forms.TextBox tbOt;
        private System.Windows.Forms.TextBox tbWW;
        private System.Windows.Forms.ComboBox cmbProcess;
        private System.Windows.Forms.ComboBox cmbState;
        private System.Windows.Forms.ComboBox cmbPackage;
        private System.Windows.Forms.ComboBox cmbRequest;
        private System.Windows.Forms.Label lbSummary;
        private System.Windows.Forms.CheckBox chkAutoAdd;
        private System.Windows.Forms.ComboBox tbProject;
        private RichTextBoxEx.RichTextBoxEx richTextBoxEx1;
        private System.Windows.Forms.Panel panel1;
        private System.Windows.Forms.TextBox tbTag;
        private System.Windows.Forms.DateTimePicker dateTimePicker1;
        private System.Windows.Forms.DateTimePicker dateTimePicker2;
        private System.Windows.Forms.Label lbTitleTip;
        private System.Windows.Forms.GroupBox grpkisul;
        private System.Windows.Forms.ComboBox cmb_kisullv;
        private System.Windows.Forms.TextBox textBox1;
        private System.Windows.Forms.ComboBox cmb_kisuldiv;
        private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel2;
        private System.Windows.Forms.ToolStripStatusLabel lbOt2;
        private System.Windows.Forms.ToolStripStatusLabel lbotReason;
        private System.Windows.Forms.Button tbProjectIndex;
        private System.Windows.Forms.CheckBox chkManagerAlert;
        private System.Windows.Forms.ToolTip toolTip1;
    }
}