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.btLog = new System.Windows.Forms.ToolStripMenuItem(); this.menuStrip1 = new System.Windows.Forms.MenuStrip(); this.btSetting = new System.Windows.Forms.ToolStripMenuItem(); this.로그인ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.commonToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.codesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.itemsToolStripMenuItem = 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.customerToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.menu_kuntae = new System.Windows.Forms.ToolStripMenuItem(); this.staffGridToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.mailFormToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.managementToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.menu_purchase = new System.Windows.Forms.ToolStripMenuItem(); this.menu_project = new System.Windows.Forms.ToolStripMenuItem(); this.menu_dailyhistory = new System.Windows.Forms.ToolStripMenuItem(); this.menu_jago = new System.Windows.Forms.ToolStripMenuItem(); this.personalInventoryToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.menu_eq = 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.boardsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.패치내역ToolStripMenuItem1 = 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.메일전송ToolStripMenuItem = 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.purchaseOrderImportToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.materialImportToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.purchaseDataConvertToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.customerImportToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.projectImportToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.projectImportCompleteToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.workReportImportToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.addSIdDataToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.계정목록ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.그룹정보ToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem(); this.tabControl1 = new System.Windows.Forms.TabControl(); this.tabPage1 = new System.Windows.Forms.TabPage(); this.권한설정ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.cmTab.SuspendLayout(); this.statusStrip1.SuspendLayout(); this.menuStrip1.SuspendLayout(); this.tabControl1.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}"; // // 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.로그인ToolStripMenuItem, this.commonToolStripMenuItem, this.managementToolStripMenuItem, this.boardsToolStripMenuItem, 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"; // // btSetting // this.btSetting.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right; this.btSetting.Image = ((System.Drawing.Image)(resources.GetObject("btSetting.Image"))); this.btSetting.Name = "btSetting"; this.btSetting.Size = new System.Drawing.Size(65, 23); this.btSetting.Text = "설정"; this.btSetting.Click += new System.EventHandler(this.settingToolStripMenuItem_Click); // // 로그인ToolStripMenuItem // this.로그인ToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("로그인ToolStripMenuItem.Image"))); this.로그인ToolStripMenuItem.Name = "로그인ToolStripMenuItem"; this.로그인ToolStripMenuItem.Size = new System.Drawing.Size(79, 23); this.로그인ToolStripMenuItem.Text = "로그인"; this.로그인ToolStripMenuItem.Click += new System.EventHandler(this.로그인ToolStripMenuItem_Click); // // commonToolStripMenuItem // this.commonToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.codesToolStripMenuItem, this.itemsToolStripMenuItem, this.userInfoToolStripMenuItem, this.customerToolStripMenuItem, this.menu_kuntae, this.staffGridToolStripMenuItem, this.mailFormToolStripMenuItem}); this.commonToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("commonToolStripMenuItem.Image"))); this.commonToolStripMenuItem.Name = "commonToolStripMenuItem"; this.commonToolStripMenuItem.Size = new System.Drawing.Size(93, 23); this.commonToolStripMenuItem.Text = "공용정보"; // // codesToolStripMenuItem // this.codesToolStripMenuItem.Name = "codesToolStripMenuItem"; this.codesToolStripMenuItem.Size = new System.Drawing.Size(153, 24); this.codesToolStripMenuItem.Text = "공용코드"; this.codesToolStripMenuItem.Click += new System.EventHandler(this.codesToolStripMenuItem_Click); // // itemsToolStripMenuItem // this.itemsToolStripMenuItem.Name = "itemsToolStripMenuItem"; this.itemsToolStripMenuItem.Size = new System.Drawing.Size(153, 24); this.itemsToolStripMenuItem.Text = "품목정보"; this.itemsToolStripMenuItem.Click += new System.EventHandler(this.itemsToolStripMenuItem_Click); // // userInfoToolStripMenuItem // this.userInfoToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.userAccountToolStripMenuItem, this.myAccouserToolStripMenuItem, this.권한설정ToolStripMenuItem}); this.userInfoToolStripMenuItem.Name = "userInfoToolStripMenuItem"; this.userInfoToolStripMenuItem.Size = new System.Drawing.Size(153, 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); // // customerToolStripMenuItem // this.customerToolStripMenuItem.Name = "customerToolStripMenuItem"; this.customerToolStripMenuItem.Size = new System.Drawing.Size(153, 24); this.customerToolStripMenuItem.Text = "업체정보"; this.customerToolStripMenuItem.Click += new System.EventHandler(this.customerToolStripMenuItem_Click); // // menu_kuntae // this.menu_kuntae.Name = "menu_kuntae"; this.menu_kuntae.Size = new System.Drawing.Size(153, 24); this.menu_kuntae.Text = "월별 근무표"; this.menu_kuntae.Click += new System.EventHandler(this.월별근무표ToolStripMenuItem_Click); // // staffGridToolStripMenuItem // this.staffGridToolStripMenuItem.ForeColor = System.Drawing.Color.HotPink; this.staffGridToolStripMenuItem.Name = "staffGridToolStripMenuItem"; this.staffGridToolStripMenuItem.Size = new System.Drawing.Size(153, 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(153, 24); this.mailFormToolStripMenuItem.Text = "메일 양식"; this.mailFormToolStripMenuItem.Click += new System.EventHandler(this.mailFormToolStripMenuItem_Click); // // managementToolStripMenuItem // this.managementToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.menu_purchase, this.menu_project, this.menu_dailyhistory, this.menu_jago, this.menu_eq, this.personalInventoryToolStripMenuItem}); this.managementToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("managementToolStripMenuItem.Image"))); this.managementToolStripMenuItem.Name = "managementToolStripMenuItem"; this.managementToolStripMenuItem.Size = new System.Drawing.Size(65, 23); this.managementToolStripMenuItem.Text = "관리"; // // menu_purchase // this.menu_purchase.Image = ((System.Drawing.Image)(resources.GetObject("menu_purchase.Image"))); this.menu_purchase.Name = "menu_purchase"; this.menu_purchase.Size = new System.Drawing.Size(153, 24); this.menu_purchase.Text = "구매신청"; this.menu_purchase.Click += new System.EventHandler(this.nRPurchaseToolStripMenuItem_Click); // // menu_project // this.menu_project.Image = ((System.Drawing.Image)(resources.GetObject("menu_project.Image"))); this.menu_project.Name = "menu_project"; this.menu_project.Size = new System.Drawing.Size(153, 24); this.menu_project.Text = "프로젝트"; this.menu_project.Click += new System.EventHandler(this.프로젝트ToolStripMenuItem_Click); // // menu_dailyhistory // this.menu_dailyhistory.Image = ((System.Drawing.Image)(resources.GetObject("menu_dailyhistory.Image"))); this.menu_dailyhistory.Name = "menu_dailyhistory"; this.menu_dailyhistory.Size = new System.Drawing.Size(153, 24); this.menu_dailyhistory.Text = "업무일지"; this.menu_dailyhistory.Click += new System.EventHandler(this.업무일지ToolStripMenuItem1_Click); // // menu_jago // this.menu_jago.Image = ((System.Drawing.Image)(resources.GetObject("menu_jago.Image"))); this.menu_jago.Name = "menu_jago"; this.menu_jago.Size = new System.Drawing.Size(153, 24); this.menu_jago.Text = "품목재고"; this.menu_jago.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(153, 24); this.personalInventoryToolStripMenuItem.Text = "개인별 물품"; this.personalInventoryToolStripMenuItem.Visible = false; this.personalInventoryToolStripMenuItem.Click += new System.EventHandler(this.personalInventoryToolStripMenuItem_Click); // // menu_eq // this.menu_eq.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.dataFOLToolStripMenuItem, this.dataMoldEOLToolStripMenuItem, this.dataToolStripMenuItem, this.toolStripMenuItem2, this.라인코드관리ToolStripMenuItem}); this.menu_eq.Image = ((System.Drawing.Image)(resources.GetObject("menu_eq.Image"))); this.menu_eq.Name = "menu_eq"; this.menu_eq.Size = new System.Drawing.Size(153, 24); this.menu_eq.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); // // boardsToolStripMenuItem // this.boardsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.패치내역ToolStripMenuItem1, this.minutesToolStripMenuItem, this.holidayToolStripMenuItem, this.requestITemToolStripMenuItem, this.freeBoardToolStripMenuItem, this.bugReportToolStripMenuItem, this.todoListToolStripMenuItem, this.메일전송ToolStripMenuItem}); this.boardsToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("boardsToolStripMenuItem.Image"))); this.boardsToolStripMenuItem.Name = "boardsToolStripMenuItem"; this.boardsToolStripMenuItem.Size = new System.Drawing.Size(65, 23); this.boardsToolStripMenuItem.Text = "문서"; // // 패치내역ToolStripMenuItem1 // this.패치내역ToolStripMenuItem1.Name = "패치내역ToolStripMenuItem1"; this.패치내역ToolStripMenuItem1.Size = new System.Drawing.Size(149, 24); this.패치내역ToolStripMenuItem1.Text = "패치내역"; this.패치내역ToolStripMenuItem1.Click += new System.EventHandler(this.패치내역ToolStripMenuItem1_Click); // // 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"; this.todoListToolStripMenuItem.Click += new System.EventHandler(this.todoListToolStripMenuItem_Click); // // 메일전송ToolStripMenuItem // this.메일전송ToolStripMenuItem.ForeColor = System.Drawing.Color.Red; this.메일전송ToolStripMenuItem.Name = "메일전송ToolStripMenuItem"; this.메일전송ToolStripMenuItem.Size = new System.Drawing.Size(149, 24); this.메일전송ToolStripMenuItem.Text = "메일전송"; this.메일전송ToolStripMenuItem.Click += new System.EventHandler(this.메일전송ToolStripMenuItem_Click); // // 즐겨찾기ToolStripMenuItem // this.즐겨찾기ToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("즐겨찾기ToolStripMenuItem.Image"))); this.즐겨찾기ToolStripMenuItem.Name = "즐겨찾기ToolStripMenuItem"; this.즐겨찾기ToolStripMenuItem.Size = new System.Drawing.Size(93, 23); this.즐겨찾기ToolStripMenuItem.Text = "즐겨찾기"; // // btDev // this.btDev.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.purchaseImportToolStripMenuItem, this.purchaseOrderImportToolStripMenuItem, this.materialImportToolStripMenuItem, this.purchaseDataConvertToolStripMenuItem, this.customerImportToolStripMenuItem, this.projectImportToolStripMenuItem, this.projectImportCompleteToolStripMenuItem, this.workReportImportToolStripMenuItem, this.addSIdDataToolStripMenuItem, this.계정목록ToolStripMenuItem, this.그룹정보ToolStripMenuItem1}); 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(235, 24); this.purchaseImportToolStripMenuItem.Text = "Purchase Import"; this.purchaseImportToolStripMenuItem.Click += new System.EventHandler(this.purchaseImportToolStripMenuItem_Click); // // purchaseOrderImportToolStripMenuItem // this.purchaseOrderImportToolStripMenuItem.Name = "purchaseOrderImportToolStripMenuItem"; this.purchaseOrderImportToolStripMenuItem.Size = new System.Drawing.Size(235, 24); this.purchaseOrderImportToolStripMenuItem.Text = "Purchase(Order) Import"; this.purchaseOrderImportToolStripMenuItem.Click += new System.EventHandler(this.purchaseOrderImportToolStripMenuItem_Click); // // materialImportToolStripMenuItem // this.materialImportToolStripMenuItem.Name = "materialImportToolStripMenuItem"; this.materialImportToolStripMenuItem.Size = new System.Drawing.Size(235, 24); this.materialImportToolStripMenuItem.Text = "Material Import"; this.materialImportToolStripMenuItem.Click += new System.EventHandler(this.materialImportToolStripMenuItem_Click); // // purchaseDataConvertToolStripMenuItem // this.purchaseDataConvertToolStripMenuItem.Name = "purchaseDataConvertToolStripMenuItem"; this.purchaseDataConvertToolStripMenuItem.Size = new System.Drawing.Size(235, 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(235, 24); this.customerImportToolStripMenuItem.Text = "Customer Import"; this.customerImportToolStripMenuItem.Click += new System.EventHandler(this.customerImportToolStripMenuItem_Click); // // projectImportToolStripMenuItem // this.projectImportToolStripMenuItem.Name = "projectImportToolStripMenuItem"; this.projectImportToolStripMenuItem.Size = new System.Drawing.Size(235, 24); this.projectImportToolStripMenuItem.Text = "Project Import"; this.projectImportToolStripMenuItem.Click += new System.EventHandler(this.projectImportToolStripMenuItem_Click); // // projectImportCompleteToolStripMenuItem // this.projectImportCompleteToolStripMenuItem.Name = "projectImportCompleteToolStripMenuItem"; this.projectImportCompleteToolStripMenuItem.Size = new System.Drawing.Size(235, 24); this.projectImportCompleteToolStripMenuItem.Text = "Project Import(Complete)"; this.projectImportCompleteToolStripMenuItem.Click += new System.EventHandler(this.projectImportCompleteToolStripMenuItem_Click); // // workReportImportToolStripMenuItem // this.workReportImportToolStripMenuItem.Name = "workReportImportToolStripMenuItem"; this.workReportImportToolStripMenuItem.Size = new System.Drawing.Size(235, 24); this.workReportImportToolStripMenuItem.Text = "WorkReport Import"; this.workReportImportToolStripMenuItem.Click += new System.EventHandler(this.workReportImportToolStripMenuItem_Click); // // addSIdDataToolStripMenuItem // this.addSIdDataToolStripMenuItem.Name = "addSIdDataToolStripMenuItem"; this.addSIdDataToolStripMenuItem.Size = new System.Drawing.Size(235, 24); this.addSIdDataToolStripMenuItem.Text = "Make Sid Data"; this.addSIdDataToolStripMenuItem.Click += new System.EventHandler(this.addSIdDataToolStripMenuItem_Click); // // 계정목록ToolStripMenuItem // this.계정목록ToolStripMenuItem.Name = "계정목록ToolStripMenuItem"; this.계정목록ToolStripMenuItem.Size = new System.Drawing.Size(235, 24); this.계정목록ToolStripMenuItem.Text = "계정목록(AD)"; this.계정목록ToolStripMenuItem.Click += new System.EventHandler(this.계정목록ToolStripMenuItem_Click); // // 그룹정보ToolStripMenuItem1 // this.그룹정보ToolStripMenuItem1.Name = "그룹정보ToolStripMenuItem1"; this.그룹정보ToolStripMenuItem1.Size = new System.Drawing.Size(235, 24); this.그룹정보ToolStripMenuItem1.Text = "그룹정보"; this.그룹정보ToolStripMenuItem1.Click += new System.EventHandler(this.그룹정보ToolStripMenuItem1_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(1, 28); this.tabControl1.Multiline = true; this.tabControl1.Name = "tabControl1"; this.tabControl1.SelectedIndex = 0; this.tabControl1.ShowToolTips = true; this.tabControl1.Size = new System.Drawing.Size(1034, 594); 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(1026, 561); this.tabPage1.TabIndex = 0; this.tabPage1.Text = "요약"; // // 권한설정ToolStripMenuItem // this.권한설정ToolStripMenuItem.Name = "권한설정ToolStripMenuItem"; this.권한설정ToolStripMenuItem.Size = new System.Drawing.Size(152, 24); this.권한설정ToolStripMenuItem.Text = "권한설정"; this.권한설정ToolStripMenuItem.Click += new System.EventHandler(this.권한설정ToolStripMenuItem_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.tabControl1); 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.tabControl1.ResumeLayout(false); 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.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 menu_eq; 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.ToolStripMenuItem menu_purchase; 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.ToolStripStatusLabel sbRedis; private System.Windows.Forms.ToolStripMenuItem userAccountToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem myAccouserToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem customerImportToolStripMenuItem; 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.ToolStripMenuItem materialImportToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem projectImportToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem menu_project; private System.Windows.Forms.ToolStripMenuItem projectImportCompleteToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem purchaseOrderImportToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem 로그인ToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem 메일전송ToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem menu_dailyhistory; private System.Windows.Forms.ToolStripMenuItem 패치내역ToolStripMenuItem1; private System.Windows.Forms.ToolStripMenuItem workReportImportToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem menu_kuntae; private System.Windows.Forms.ToolStripMenuItem 즐겨찾기ToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem menu_jago; private System.Windows.Forms.ToolStripMenuItem addSIdDataToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem 계정목록ToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem 그룹정보ToolStripMenuItem1; private System.Windows.Forms.ToolStripMenuItem 권한설정ToolStripMenuItem; } }