namespace Project
{
    partial class fMain
    {
        /// 
        /// 필수 디자이너 변수입니다.
        /// 
        private System.ComponentModel.IContainer components = null;
        /// 
        /// 사용 중인 모든 리소스를 정리합니다.
        /// 
        /// 관리되는 리소스를 삭제해야 하면 true이고, 그렇지 않으면 false입니다.
        protected override void Dispose(bool disposing)
        {
            if (disposing && (components != null))
            {
                components.Dispose();
            }
            base.Dispose(disposing);
        }
        #region Windows Form 디자이너에서 생성한 코드
        /// 
        /// 디자이너 지원에 필요한 메서드입니다. 
        /// 이 메서드의 내용을 코드 편집기로 수정하지 마세요.
        /// 
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(fMain));
            this.tmDisplay = new System.Windows.Forms.Timer(this.components);
            this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
            this.bw = new System.ComponentModel.BackgroundWorker();
            this.cmTab = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.saveImageToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.sbBWRun = new System.Windows.Forms.ToolStripStatusLabel();
            this.sbBCD = new System.Windows.Forms.ToolStripStatusLabel();
            this.statusStrip1 = new System.Windows.Forms.StatusStrip();
            this.sbRedis = new System.Windows.Forms.ToolStripStatusLabel();
            this.sbLogin = new System.Windows.Forms.ToolStripStatusLabel();
            this.btSetting = new System.Windows.Forms.ToolStripMenuItem();
            this.btLog = new System.Windows.Forms.ToolStripMenuItem();
            this.menuStrip1 = new System.Windows.Forms.MenuStrip();
            this.projectToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.listToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.workReportToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.commonToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.itemsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.codesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.userInfoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.userAccountToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.myAccouserToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.aDSUserListToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.customerToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripSeparator();
            this.staffGridToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.mailFormToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.boardsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.minutesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.holidayToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.requestITemToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.freeBoardToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.bugReportToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.todoListToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.managementToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.equipmentToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.dataFOLToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.dataMoldEOLToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.dataToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripSeparator();
            this.라인코드관리ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.personalInventoryToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.nRPurchaseToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.패치내역ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.btDev = new System.Windows.Forms.ToolStripMenuItem();
            this.purchaseImportToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.purchaseDataConvertToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.customerImportToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStrip = new System.Windows.Forms.ToolStrip();
            this.toolStripButton1 = new System.Windows.Forms.ToolStripButton();
            this.toolStripButton2 = new System.Windows.Forms.ToolStripButton();
            this.toolStripButton3 = new System.Windows.Forms.ToolStripButton();
            this.toolStripButton4 = new System.Windows.Forms.ToolStripButton();
            this.toolStripButton5 = new System.Windows.Forms.ToolStripButton();
            this.tabControl1 = new System.Windows.Forms.TabControl();
            this.tabPage1 = new System.Windows.Forms.TabPage();
            this.toolStripContainer1 = new System.Windows.Forms.ToolStripContainer();
            this.materialImportToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.cmTab.SuspendLayout();
            this.statusStrip1.SuspendLayout();
            this.menuStrip1.SuspendLayout();
            this.toolStrip.SuspendLayout();
            this.tabControl1.SuspendLayout();
            this.toolStripContainer1.ContentPanel.SuspendLayout();
            this.toolStripContainer1.LeftToolStripPanel.SuspendLayout();
            this.toolStripContainer1.SuspendLayout();
            this.SuspendLayout();
            // 
            // tmDisplay
            // 
            this.tmDisplay.Interval = 300;
            this.tmDisplay.Tick += new System.EventHandler(this.tmDisplay_Tick);
            // 
            // bw
            // 
            this.bw.WorkerReportsProgress = true;
            this.bw.WorkerSupportsCancellation = true;
            this.bw.DoWork += new System.ComponentModel.DoWorkEventHandler(this.bw_DoWork);
            // 
            // cmTab
            // 
            this.cmTab.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.saveImageToolStripMenuItem});
            this.cmTab.Name = "cmVision";
            this.cmTab.Size = new System.Drawing.Size(99, 26);
            // 
            // saveImageToolStripMenuItem
            // 
            this.saveImageToolStripMenuItem.Name = "saveImageToolStripMenuItem";
            this.saveImageToolStripMenuItem.Size = new System.Drawing.Size(98, 22);
            this.saveImageToolStripMenuItem.Text = "닫기";
            // 
            // sbBWRun
            // 
            this.sbBWRun.Name = "sbBWRun";
            this.sbBWRun.Size = new System.Drawing.Size(19, 17);
            this.sbBWRun.Text = "●";
            // 
            // sbBCD
            // 
            this.sbBCD.Name = "sbBCD";
            this.sbBCD.Size = new System.Drawing.Size(35, 17);
            this.sbBCD.Text = " BCD";
            // 
            // statusStrip1
            // 
            this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.sbBWRun,
            this.sbRedis,
            this.sbBCD,
            this.sbLogin});
            this.statusStrip1.Location = new System.Drawing.Point(1, 622);
            this.statusStrip1.Name = "statusStrip1";
            this.statusStrip1.Size = new System.Drawing.Size(1034, 22);
            this.statusStrip1.TabIndex = 30;
            this.statusStrip1.Text = "statusStrip1";
            // 
            // sbRedis
            // 
            this.sbRedis.Name = "sbRedis";
            this.sbRedis.Size = new System.Drawing.Size(55, 17);
            this.sbRedis.Text = "● REDIS";
            // 
            // sbLogin
            // 
            this.sbLogin.Name = "sbLogin";
            this.sbLogin.Size = new System.Drawing.Size(50, 17);
            this.sbLogin.Text = "{LOGIN}";
            // 
            // btSetting
            // 
            this.btSetting.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
            this.btSetting.Name = "btSetting";
            this.btSetting.Size = new System.Drawing.Size(49, 23);
            this.btSetting.Text = "설정";
            this.btSetting.Click += new System.EventHandler(this.settingToolStripMenuItem_Click);
            // 
            // btLog
            // 
            this.btLog.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
            this.btLog.ForeColor = System.Drawing.Color.DimGray;
            this.btLog.Name = "btLog";
            this.btLog.Size = new System.Drawing.Size(105, 23);
            this.btLog.Text = "프로그램기록";
            this.btLog.Click += new System.EventHandler(this.logToolStripMenuItem_Click);
            // 
            // menuStrip1
            // 
            this.menuStrip1.Font = new System.Drawing.Font("맑은 고딕", 10F);
            this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.btSetting,
            this.btLog,
            this.projectToolStripMenuItem,
            this.commonToolStripMenuItem,
            this.boardsToolStripMenuItem,
            this.managementToolStripMenuItem,
            this.패치내역ToolStripMenuItem,
            this.btDev});
            this.menuStrip1.Location = new System.Drawing.Point(1, 1);
            this.menuStrip1.Name = "menuStrip1";
            this.menuStrip1.Size = new System.Drawing.Size(1034, 27);
            this.menuStrip1.TabIndex = 29;
            this.menuStrip1.Text = "menuStrip1";
            // 
            // projectToolStripMenuItem
            // 
            this.projectToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.listToolStripMenuItem,
            this.workReportToolStripMenuItem});
            this.projectToolStripMenuItem.Name = "projectToolStripMenuItem";
            this.projectToolStripMenuItem.Size = new System.Drawing.Size(77, 23);
            this.projectToolStripMenuItem.Text = "프로젝트";
            // 
            // listToolStripMenuItem
            // 
            this.listToolStripMenuItem.Name = "listToolStripMenuItem";
            this.listToolStripMenuItem.Size = new System.Drawing.Size(134, 24);
            this.listToolStripMenuItem.Text = "목록";
            this.listToolStripMenuItem.Click += new System.EventHandler(this.listToolStripMenuItem_Click);
            // 
            // workReportToolStripMenuItem
            // 
            this.workReportToolStripMenuItem.ForeColor = System.Drawing.Color.HotPink;
            this.workReportToolStripMenuItem.Name = "workReportToolStripMenuItem";
            this.workReportToolStripMenuItem.Size = new System.Drawing.Size(134, 24);
            this.workReportToolStripMenuItem.Text = "업무일지";
            this.workReportToolStripMenuItem.Click += new System.EventHandler(this.workReportToolStripMenuItem_Click);
            // 
            // commonToolStripMenuItem
            // 
            this.commonToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.itemsToolStripMenuItem,
            this.codesToolStripMenuItem,
            this.userInfoToolStripMenuItem,
            this.customerToolStripMenuItem,
            this.toolStripMenuItem1,
            this.staffGridToolStripMenuItem,
            this.mailFormToolStripMenuItem});
            this.commonToolStripMenuItem.Name = "commonToolStripMenuItem";
            this.commonToolStripMenuItem.Size = new System.Drawing.Size(77, 23);
            this.commonToolStripMenuItem.Text = "공용정보";
            // 
            // itemsToolStripMenuItem
            // 
            this.itemsToolStripMenuItem.Name = "itemsToolStripMenuItem";
            this.itemsToolStripMenuItem.Size = new System.Drawing.Size(139, 24);
            this.itemsToolStripMenuItem.Text = "품목";
            this.itemsToolStripMenuItem.Click += new System.EventHandler(this.itemsToolStripMenuItem_Click);
            // 
            // codesToolStripMenuItem
            // 
            this.codesToolStripMenuItem.Name = "codesToolStripMenuItem";
            this.codesToolStripMenuItem.Size = new System.Drawing.Size(139, 24);
            this.codesToolStripMenuItem.Text = "공용코드";
            this.codesToolStripMenuItem.Click += new System.EventHandler(this.codesToolStripMenuItem_Click);
            // 
            // userInfoToolStripMenuItem
            // 
            this.userInfoToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.userAccountToolStripMenuItem,
            this.myAccouserToolStripMenuItem,
            this.aDSUserListToolStripMenuItem});
            this.userInfoToolStripMenuItem.Name = "userInfoToolStripMenuItem";
            this.userInfoToolStripMenuItem.Size = new System.Drawing.Size(139, 24);
            this.userInfoToolStripMenuItem.Text = "사용자";
            // 
            // userAccountToolStripMenuItem
            // 
            this.userAccountToolStripMenuItem.Name = "userAccountToolStripMenuItem";
            this.userAccountToolStripMenuItem.Size = new System.Drawing.Size(134, 24);
            this.userAccountToolStripMenuItem.Text = "계정정보";
            this.userAccountToolStripMenuItem.Click += new System.EventHandler(this.userAccountToolStripMenuItem_Click);
            // 
            // myAccouserToolStripMenuItem
            // 
            this.myAccouserToolStripMenuItem.Name = "myAccouserToolStripMenuItem";
            this.myAccouserToolStripMenuItem.Size = new System.Drawing.Size(134, 24);
            this.myAccouserToolStripMenuItem.Text = "목록";
            this.myAccouserToolStripMenuItem.Click += new System.EventHandler(this.myAccouserToolStripMenuItem_Click);
            // 
            // aDSUserListToolStripMenuItem
            // 
            this.aDSUserListToolStripMenuItem.ForeColor = System.Drawing.Color.Blue;
            this.aDSUserListToolStripMenuItem.Name = "aDSUserListToolStripMenuItem";
            this.aDSUserListToolStripMenuItem.Size = new System.Drawing.Size(134, 24);
            this.aDSUserListToolStripMenuItem.Text = "목록(AD)";
            this.aDSUserListToolStripMenuItem.Click += new System.EventHandler(this.aDSUserListToolStripMenuItem_Click);
            // 
            // customerToolStripMenuItem
            // 
            this.customerToolStripMenuItem.Name = "customerToolStripMenuItem";
            this.customerToolStripMenuItem.Size = new System.Drawing.Size(139, 24);
            this.customerToolStripMenuItem.Text = "업체정보";
            this.customerToolStripMenuItem.Click += new System.EventHandler(this.customerToolStripMenuItem_Click);
            // 
            // toolStripMenuItem1
            // 
            this.toolStripMenuItem1.Name = "toolStripMenuItem1";
            this.toolStripMenuItem1.Size = new System.Drawing.Size(136, 6);
            // 
            // staffGridToolStripMenuItem
            // 
            this.staffGridToolStripMenuItem.ForeColor = System.Drawing.Color.HotPink;
            this.staffGridToolStripMenuItem.Name = "staffGridToolStripMenuItem";
            this.staffGridToolStripMenuItem.Size = new System.Drawing.Size(139, 24);
            this.staffGridToolStripMenuItem.Text = "Staff Grid";
            this.staffGridToolStripMenuItem.Click += new System.EventHandler(this.staffGridToolStripMenuItem_Click);
            // 
            // mailFormToolStripMenuItem
            // 
            this.mailFormToolStripMenuItem.ForeColor = System.Drawing.Color.HotPink;
            this.mailFormToolStripMenuItem.Name = "mailFormToolStripMenuItem";
            this.mailFormToolStripMenuItem.Size = new System.Drawing.Size(139, 24);
            this.mailFormToolStripMenuItem.Text = "메일 양식";
            this.mailFormToolStripMenuItem.Click += new System.EventHandler(this.mailFormToolStripMenuItem_Click);
            // 
            // boardsToolStripMenuItem
            // 
            this.boardsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.minutesToolStripMenuItem,
            this.holidayToolStripMenuItem,
            this.requestITemToolStripMenuItem,
            this.freeBoardToolStripMenuItem,
            this.bugReportToolStripMenuItem,
            this.todoListToolStripMenuItem});
            this.boardsToolStripMenuItem.Name = "boardsToolStripMenuItem";
            this.boardsToolStripMenuItem.Size = new System.Drawing.Size(49, 23);
            this.boardsToolStripMenuItem.Text = "문서";
            // 
            // minutesToolStripMenuItem
            // 
            this.minutesToolStripMenuItem.ForeColor = System.Drawing.Color.HotPink;
            this.minutesToolStripMenuItem.Name = "minutesToolStripMenuItem";
            this.minutesToolStripMenuItem.Size = new System.Drawing.Size(149, 24);
            this.minutesToolStripMenuItem.Text = "회의록";
            this.minutesToolStripMenuItem.Click += new System.EventHandler(this.minutesToolStripMenuItem_Click);
            // 
            // holidayToolStripMenuItem
            // 
            this.holidayToolStripMenuItem.ForeColor = System.Drawing.Color.HotPink;
            this.holidayToolStripMenuItem.Name = "holidayToolStripMenuItem";
            this.holidayToolStripMenuItem.Size = new System.Drawing.Size(149, 24);
            this.holidayToolStripMenuItem.Text = "휴가";
            this.holidayToolStripMenuItem.Click += new System.EventHandler(this.holidayToolStripMenuItem_Click);
            // 
            // requestITemToolStripMenuItem
            // 
            this.requestITemToolStripMenuItem.ForeColor = System.Drawing.Color.HotPink;
            this.requestITemToolStripMenuItem.Name = "requestITemToolStripMenuItem";
            this.requestITemToolStripMenuItem.Size = new System.Drawing.Size(149, 24);
            this.requestITemToolStripMenuItem.Text = "견적요청";
            this.requestITemToolStripMenuItem.Click += new System.EventHandler(this.requestITemToolStripMenuItem_Click);
            // 
            // freeBoardToolStripMenuItem
            // 
            this.freeBoardToolStripMenuItem.Enabled = false;
            this.freeBoardToolStripMenuItem.Name = "freeBoardToolStripMenuItem";
            this.freeBoardToolStripMenuItem.Size = new System.Drawing.Size(149, 24);
            this.freeBoardToolStripMenuItem.Text = "Free Board";
            // 
            // bugReportToolStripMenuItem
            // 
            this.bugReportToolStripMenuItem.Enabled = false;
            this.bugReportToolStripMenuItem.Name = "bugReportToolStripMenuItem";
            this.bugReportToolStripMenuItem.Size = new System.Drawing.Size(149, 24);
            this.bugReportToolStripMenuItem.Text = "Bug Report";
            // 
            // todoListToolStripMenuItem
            // 
            this.todoListToolStripMenuItem.Enabled = false;
            this.todoListToolStripMenuItem.Name = "todoListToolStripMenuItem";
            this.todoListToolStripMenuItem.Size = new System.Drawing.Size(149, 24);
            this.todoListToolStripMenuItem.Text = "Todo List";
            // 
            // managementToolStripMenuItem
            // 
            this.managementToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.equipmentToolStripMenuItem,
            this.personalInventoryToolStripMenuItem,
            this.nRPurchaseToolStripMenuItem});
            this.managementToolStripMenuItem.Name = "managementToolStripMenuItem";
            this.managementToolStripMenuItem.Size = new System.Drawing.Size(49, 23);
            this.managementToolStripMenuItem.Text = "관리";
            // 
            // equipmentToolStripMenuItem
            // 
            this.equipmentToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.dataFOLToolStripMenuItem,
            this.dataMoldEOLToolStripMenuItem,
            this.dataToolStripMenuItem,
            this.toolStripMenuItem2,
            this.라인코드관리ToolStripMenuItem});
            this.equipmentToolStripMenuItem.Name = "equipmentToolStripMenuItem";
            this.equipmentToolStripMenuItem.Size = new System.Drawing.Size(154, 24);
            this.equipmentToolStripMenuItem.Text = "장비 목록";
            // 
            // dataFOLToolStripMenuItem
            // 
            this.dataFOLToolStripMenuItem.Name = "dataFOLToolStripMenuItem";
            this.dataFOLToolStripMenuItem.Size = new System.Drawing.Size(162, 24);
            this.dataFOLToolStripMenuItem.Text = "FOL";
            this.dataFOLToolStripMenuItem.Click += new System.EventHandler(this.dataFOLToolStripMenuItem_Click);
            // 
            // dataMoldEOLToolStripMenuItem
            // 
            this.dataMoldEOLToolStripMenuItem.Name = "dataMoldEOLToolStripMenuItem";
            this.dataMoldEOLToolStripMenuItem.Size = new System.Drawing.Size(162, 24);
            this.dataMoldEOLToolStripMenuItem.Text = "MOLD & EOL";
            this.dataMoldEOLToolStripMenuItem.Click += new System.EventHandler(this.dataMoldEOLToolStripMenuItem_Click);
            // 
            // dataToolStripMenuItem
            // 
            this.dataToolStripMenuItem.Name = "dataToolStripMenuItem";
            this.dataToolStripMenuItem.Size = new System.Drawing.Size(162, 24);
            this.dataToolStripMenuItem.Text = "BUMP";
            this.dataToolStripMenuItem.Click += new System.EventHandler(this.dataToolStripMenuItem_Click);
            // 
            // toolStripMenuItem2
            // 
            this.toolStripMenuItem2.Name = "toolStripMenuItem2";
            this.toolStripMenuItem2.Size = new System.Drawing.Size(159, 6);
            // 
            // 라인코드관리ToolStripMenuItem
            // 
            this.라인코드관리ToolStripMenuItem.Name = "라인코드관리ToolStripMenuItem";
            this.라인코드관리ToolStripMenuItem.Size = new System.Drawing.Size(162, 24);
            this.라인코드관리ToolStripMenuItem.Text = "라인코드관리";
            this.라인코드관리ToolStripMenuItem.Click += new System.EventHandler(this.라인코드관리ToolStripMenuItem_Click);
            // 
            // personalInventoryToolStripMenuItem
            // 
            this.personalInventoryToolStripMenuItem.ForeColor = System.Drawing.Color.HotPink;
            this.personalInventoryToolStripMenuItem.Name = "personalInventoryToolStripMenuItem";
            this.personalInventoryToolStripMenuItem.Size = new System.Drawing.Size(154, 24);
            this.personalInventoryToolStripMenuItem.Text = "개인별 물품";
            this.personalInventoryToolStripMenuItem.Click += new System.EventHandler(this.personalInventoryToolStripMenuItem_Click);
            // 
            // nRPurchaseToolStripMenuItem
            // 
            this.nRPurchaseToolStripMenuItem.Name = "nRPurchaseToolStripMenuItem";
            this.nRPurchaseToolStripMenuItem.Size = new System.Drawing.Size(154, 24);
            this.nRPurchaseToolStripMenuItem.Text = "NR구매신청";
            this.nRPurchaseToolStripMenuItem.Click += new System.EventHandler(this.nRPurchaseToolStripMenuItem_Click);
            // 
            // 패치내역ToolStripMenuItem
            // 
            this.패치내역ToolStripMenuItem.Name = "패치내역ToolStripMenuItem";
            this.패치내역ToolStripMenuItem.Size = new System.Drawing.Size(77, 23);
            this.패치내역ToolStripMenuItem.Text = "패치내역";
            this.패치내역ToolStripMenuItem.Click += new System.EventHandler(this.패치내역ToolStripMenuItem_Click);
            // 
            // btDev
            // 
            this.btDev.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.purchaseImportToolStripMenuItem,
            this.materialImportToolStripMenuItem,
            this.purchaseDataConvertToolStripMenuItem,
            this.customerImportToolStripMenuItem});
            this.btDev.ForeColor = System.Drawing.Color.Blue;
            this.btDev.Name = "btDev";
            this.btDev.Size = new System.Drawing.Size(91, 23);
            this.btDev.Text = "개발자메뉴";
            this.btDev.Visible = false;
            // 
            // purchaseImportToolStripMenuItem
            // 
            this.purchaseImportToolStripMenuItem.Name = "purchaseImportToolStripMenuItem";
            this.purchaseImportToolStripMenuItem.Size = new System.Drawing.Size(222, 24);
            this.purchaseImportToolStripMenuItem.Text = "Purchase Import";
            this.purchaseImportToolStripMenuItem.Click += new System.EventHandler(this.purchaseImportToolStripMenuItem_Click);
            // 
            // purchaseDataConvertToolStripMenuItem
            // 
            this.purchaseDataConvertToolStripMenuItem.Name = "purchaseDataConvertToolStripMenuItem";
            this.purchaseDataConvertToolStripMenuItem.Size = new System.Drawing.Size(222, 24);
            this.purchaseDataConvertToolStripMenuItem.Text = "Purchase Data Convert";
            this.purchaseDataConvertToolStripMenuItem.Click += new System.EventHandler(this.purchaseDataConvertToolStripMenuItem_Click);
            // 
            // customerImportToolStripMenuItem
            // 
            this.customerImportToolStripMenuItem.Name = "customerImportToolStripMenuItem";
            this.customerImportToolStripMenuItem.Size = new System.Drawing.Size(222, 24);
            this.customerImportToolStripMenuItem.Text = "Customer Import";
            this.customerImportToolStripMenuItem.Click += new System.EventHandler(this.customerImportToolStripMenuItem_Click);
            // 
            // toolStrip
            // 
            this.toolStrip.Dock = System.Windows.Forms.DockStyle.None;
            this.toolStrip.ImageScalingSize = new System.Drawing.Size(20, 20);
            this.toolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolStripButton1,
            this.toolStripButton2,
            this.toolStripButton3,
            this.toolStripButton4,
            this.toolStripButton5});
            this.toolStrip.Location = new System.Drawing.Point(0, 4);
            this.toolStrip.Name = "toolStrip";
            this.toolStrip.Size = new System.Drawing.Size(25, 146);
            this.toolStrip.TabIndex = 32;
            this.toolStrip.Text = "ToolStrip";
            // 
            // toolStripButton1
            // 
            this.toolStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton1.Image")));
            this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButton1.Name = "toolStripButton1";
            this.toolStripButton1.Size = new System.Drawing.Size(23, 24);
            this.toolStripButton1.Text = "메일전송";
            this.toolStripButton1.Click += new System.EventHandler(this.toolStripButton1_Click);
            // 
            // toolStripButton2
            // 
            this.toolStripButton2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripButton2.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton2.Image")));
            this.toolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButton2.Name = "toolStripButton2";
            this.toolStripButton2.Size = new System.Drawing.Size(23, 24);
            this.toolStripButton2.Text = "구매신청";
            this.toolStripButton2.ToolTipText = "파트구매신청서 작성";
            this.toolStripButton2.Click += new System.EventHandler(this.toolStripButton2_Click);
            // 
            // toolStripButton3
            // 
            this.toolStripButton3.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripButton3.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton3.Image")));
            this.toolStripButton3.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButton3.Name = "toolStripButton3";
            this.toolStripButton3.Size = new System.Drawing.Size(23, 24);
            this.toolStripButton3.Text = "toolStripButton3";
            this.toolStripButton3.Click += new System.EventHandler(this.toolStripButton3_Click);
            // 
            // toolStripButton4
            // 
            this.toolStripButton4.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripButton4.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton4.Image")));
            this.toolStripButton4.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButton4.Name = "toolStripButton4";
            this.toolStripButton4.Size = new System.Drawing.Size(23, 24);
            this.toolStripButton4.Text = "toolStripButton4";
            this.toolStripButton4.Click += new System.EventHandler(this.toolStripButton4_Click);
            // 
            // toolStripButton5
            // 
            this.toolStripButton5.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripButton5.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton5.Image")));
            this.toolStripButton5.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButton5.Name = "toolStripButton5";
            this.toolStripButton5.Size = new System.Drawing.Size(23, 24);
            this.toolStripButton5.Text = "toolStripButton5";
            this.toolStripButton5.ToolTipText = "로그인/로그아웃";
            this.toolStripButton5.Click += new System.EventHandler(this.toolStripButton5_Click);
            // 
            // tabControl1
            // 
            this.tabControl1.Appearance = System.Windows.Forms.TabAppearance.FlatButtons;
            this.tabControl1.Controls.Add(this.tabPage1);
            this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tabControl1.Font = new System.Drawing.Font("맑은 고딕", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
            this.tabControl1.Location = new System.Drawing.Point(0, 0);
            this.tabControl1.Multiline = true;
            this.tabControl1.Name = "tabControl1";
            this.tabControl1.SelectedIndex = 0;
            this.tabControl1.ShowToolTips = true;
            this.tabControl1.Size = new System.Drawing.Size(1009, 569);
            this.tabControl1.SizeMode = System.Windows.Forms.TabSizeMode.Fixed;
            this.tabControl1.TabIndex = 34;
            this.tabControl1.DrawItem += new System.Windows.Forms.DrawItemEventHandler(this.tabControl1_DrawItem);
            // 
            // tabPage1
            // 
            this.tabPage1.BackColor = System.Drawing.Color.LightGray;
            this.tabPage1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.tabPage1.ContextMenuStrip = this.cmTab;
            this.tabPage1.Location = new System.Drawing.Point(4, 29);
            this.tabPage1.Name = "tabPage1";
            this.tabPage1.Padding = new System.Windows.Forms.Padding(10);
            this.tabPage1.Size = new System.Drawing.Size(1001, 536);
            this.tabPage1.TabIndex = 0;
            this.tabPage1.Text = "요약";
            // 
            // toolStripContainer1
            // 
            // 
            // toolStripContainer1.ContentPanel
            // 
            this.toolStripContainer1.ContentPanel.Controls.Add(this.tabControl1);
            this.toolStripContainer1.ContentPanel.Size = new System.Drawing.Size(1009, 569);
            this.toolStripContainer1.ContentPanel.Load += new System.EventHandler(this.toolStripContainer1_ContentPanel_Load);
            this.toolStripContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
            // 
            // toolStripContainer1.LeftToolStripPanel
            // 
            this.toolStripContainer1.LeftToolStripPanel.Controls.Add(this.toolStrip);
            this.toolStripContainer1.Location = new System.Drawing.Point(1, 28);
            this.toolStripContainer1.Name = "toolStripContainer1";
            this.toolStripContainer1.Size = new System.Drawing.Size(1034, 594);
            this.toolStripContainer1.TabIndex = 35;
            this.toolStripContainer1.Text = "toolStripContainer1";
            // 
            // materialImportToolStripMenuItem
            // 
            this.materialImportToolStripMenuItem.Name = "materialImportToolStripMenuItem";
            this.materialImportToolStripMenuItem.Size = new System.Drawing.Size(222, 24);
            this.materialImportToolStripMenuItem.Text = "Material Import";
            this.materialImportToolStripMenuItem.Click += new System.EventHandler(this.materialImportToolStripMenuItem_Click);
            // 
            // fMain
            // 
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
            this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(180)))), ((int)(((byte)(180)))), ((int)(((byte)(180)))));
            this.ClientSize = new System.Drawing.Size(1036, 647);
            this.Controls.Add(this.toolStripContainer1);
            this.Controls.Add(this.menuStrip1);
            this.Controls.Add(this.statusStrip1);
            this.Font = new System.Drawing.Font("Calibri", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.KeyPreview = true;
            this.MainMenuStrip = this.menuStrip1;
            this.Name = "fMain";
            this.Padding = new System.Windows.Forms.Padding(1, 1, 1, 3);
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = " ";
            this.Load += new System.EventHandler(this.@__Load);
            this.cmTab.ResumeLayout(false);
            this.statusStrip1.ResumeLayout(false);
            this.statusStrip1.PerformLayout();
            this.menuStrip1.ResumeLayout(false);
            this.menuStrip1.PerformLayout();
            this.toolStrip.ResumeLayout(false);
            this.toolStrip.PerformLayout();
            this.tabControl1.ResumeLayout(false);
            this.toolStripContainer1.ContentPanel.ResumeLayout(false);
            this.toolStripContainer1.LeftToolStripPanel.ResumeLayout(false);
            this.toolStripContainer1.LeftToolStripPanel.PerformLayout();
            this.toolStripContainer1.ResumeLayout(false);
            this.toolStripContainer1.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();
        }
        #endregion
        private System.Windows.Forms.Timer tmDisplay;
        private System.Windows.Forms.ToolTip toolTip1;
        private System.ComponentModel.BackgroundWorker bw;
        private System.Windows.Forms.ContextMenuStrip cmTab;
        private System.Windows.Forms.ToolStripMenuItem saveImageToolStripMenuItem;
        private System.Windows.Forms.ToolStripStatusLabel sbBWRun;
        private System.Windows.Forms.ToolStripStatusLabel sbBCD;
        private System.Windows.Forms.StatusStrip statusStrip1;
        private System.Windows.Forms.ToolStripMenuItem btSetting;
        private System.Windows.Forms.ToolStripMenuItem btLog;
        private System.Windows.Forms.MenuStrip menuStrip1;
        private System.Windows.Forms.ToolStrip toolStrip;
        private System.Windows.Forms.ToolStripMenuItem projectToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem listToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem commonToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem itemsToolStripMenuItem;
        private System.Windows.Forms.ToolStripStatusLabel sbLogin;
        private System.Windows.Forms.ToolStripMenuItem codesToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem boardsToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem freeBoardToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem bugReportToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem todoListToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem managementToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem equipmentToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem staffGridToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem dataToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem dataFOLToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem dataMoldEOLToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem personalInventoryToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem userInfoToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem minutesToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem holidayToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem mailFormToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem requestITemToolStripMenuItem;
        private System.Windows.Forms.ToolStripButton toolStripButton1;
        private System.Windows.Forms.ToolStripMenuItem nRPurchaseToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem btDev;
        private System.Windows.Forms.ToolStripMenuItem purchaseImportToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem purchaseDataConvertToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem customerToolStripMenuItem;
        private System.Windows.Forms.ToolStripButton toolStripButton2;
        private System.Windows.Forms.ToolStripStatusLabel sbRedis;
        private System.Windows.Forms.ToolStripMenuItem userAccountToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem aDSUserListToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem myAccouserToolStripMenuItem;
        private System.Windows.Forms.ToolStripButton toolStripButton3;
        private System.Windows.Forms.ToolStripMenuItem workReportToolStripMenuItem;
        private System.Windows.Forms.ToolStripButton toolStripButton4;
        private System.Windows.Forms.ToolStripMenuItem customerImportToolStripMenuItem;
        private System.Windows.Forms.ToolStripSeparator toolStripMenuItem1;
        private System.Windows.Forms.TabControl tabControl1;
        private System.Windows.Forms.TabPage tabPage1;
        private System.Windows.Forms.ToolStripSeparator toolStripMenuItem2;
        private System.Windows.Forms.ToolStripMenuItem 라인코드관리ToolStripMenuItem;
        private System.Windows.Forms.ToolStripContainer toolStripContainer1;
        private System.Windows.Forms.ToolStripButton toolStripButton5;
        private System.Windows.Forms.ToolStripMenuItem 패치내역ToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem materialImportToolStripMenuItem;
    }
}