..
This commit is contained in:
99
Project/fMain.Designer.cs
generated
99
Project/fMain.Designer.cs
generated
@@ -68,12 +68,6 @@
|
||||
this.재고현황ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.pMP현황ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.mn_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.잉여장비ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.otherToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.summaryToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.aLLToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripSeparator();
|
||||
this.라인코드관리ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
@@ -409,7 +403,6 @@
|
||||
this.mn_jago.Name = "mn_jago";
|
||||
this.mn_jago.Size = new System.Drawing.Size(208, 24);
|
||||
this.mn_jago.Text = "품목재고";
|
||||
this.mn_jago.Click += new System.EventHandler(this.재고관리ToolStripMenuItem_Click);
|
||||
//
|
||||
// 관리ToolStripMenuItem
|
||||
//
|
||||
@@ -435,12 +428,6 @@
|
||||
// mn_eq
|
||||
//
|
||||
this.mn_eq.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
||||
this.dataFOLToolStripMenuItem,
|
||||
this.dataMoldEOLToolStripMenuItem,
|
||||
this.dataToolStripMenuItem,
|
||||
this.잉여장비ToolStripMenuItem,
|
||||
this.otherToolStripMenuItem,
|
||||
this.summaryToolStripMenuItem,
|
||||
this.aLLToolStripMenuItem,
|
||||
this.toolStripMenuItem2,
|
||||
this.라인코드관리ToolStripMenuItem});
|
||||
@@ -449,70 +436,22 @@
|
||||
this.mn_eq.Size = new System.Drawing.Size(208, 24);
|
||||
this.mn_eq.Text = "장비 목록";
|
||||
//
|
||||
// dataFOLToolStripMenuItem
|
||||
//
|
||||
this.dataFOLToolStripMenuItem.ForeColor = System.Drawing.Color.Gray;
|
||||
this.dataFOLToolStripMenuItem.Name = "dataFOLToolStripMenuItem";
|
||||
this.dataFOLToolStripMenuItem.Size = new System.Drawing.Size(180, 24);
|
||||
this.dataFOLToolStripMenuItem.Text = "FOL";
|
||||
this.dataFOLToolStripMenuItem.Click += new System.EventHandler(this.dataFOLToolStripMenuItem_Click);
|
||||
//
|
||||
// dataMoldEOLToolStripMenuItem
|
||||
//
|
||||
this.dataMoldEOLToolStripMenuItem.ForeColor = System.Drawing.Color.Gray;
|
||||
this.dataMoldEOLToolStripMenuItem.Name = "dataMoldEOLToolStripMenuItem";
|
||||
this.dataMoldEOLToolStripMenuItem.Size = new System.Drawing.Size(180, 24);
|
||||
this.dataMoldEOLToolStripMenuItem.Text = "MOLD & EOL";
|
||||
this.dataMoldEOLToolStripMenuItem.Click += new System.EventHandler(this.dataMoldEOLToolStripMenuItem_Click);
|
||||
//
|
||||
// dataToolStripMenuItem
|
||||
//
|
||||
this.dataToolStripMenuItem.ForeColor = System.Drawing.Color.Gray;
|
||||
this.dataToolStripMenuItem.Name = "dataToolStripMenuItem";
|
||||
this.dataToolStripMenuItem.Size = new System.Drawing.Size(180, 24);
|
||||
this.dataToolStripMenuItem.Text = "BUMP";
|
||||
this.dataToolStripMenuItem.Click += new System.EventHandler(this.dataToolStripMenuItem_Click);
|
||||
//
|
||||
// 잉여장비ToolStripMenuItem
|
||||
//
|
||||
this.잉여장비ToolStripMenuItem.ForeColor = System.Drawing.Color.Gray;
|
||||
this.잉여장비ToolStripMenuItem.Name = "잉여장비ToolStripMenuItem";
|
||||
this.잉여장비ToolStripMenuItem.Size = new System.Drawing.Size(180, 24);
|
||||
this.잉여장비ToolStripMenuItem.Text = "잉여장비";
|
||||
this.잉여장비ToolStripMenuItem.Click += new System.EventHandler(this.잉여장비ToolStripMenuItem_Click);
|
||||
//
|
||||
// otherToolStripMenuItem
|
||||
//
|
||||
this.otherToolStripMenuItem.ForeColor = System.Drawing.Color.Gray;
|
||||
this.otherToolStripMenuItem.Name = "otherToolStripMenuItem";
|
||||
this.otherToolStripMenuItem.Size = new System.Drawing.Size(180, 24);
|
||||
this.otherToolStripMenuItem.Text = "K3/K5";
|
||||
this.otherToolStripMenuItem.Click += new System.EventHandler(this.otherToolStripMenuItem_Click);
|
||||
//
|
||||
// summaryToolStripMenuItem
|
||||
//
|
||||
this.summaryToolStripMenuItem.ForeColor = System.Drawing.Color.Gray;
|
||||
this.summaryToolStripMenuItem.Name = "summaryToolStripMenuItem";
|
||||
this.summaryToolStripMenuItem.Size = new System.Drawing.Size(180, 24);
|
||||
this.summaryToolStripMenuItem.Text = "Summary";
|
||||
this.summaryToolStripMenuItem.Click += new System.EventHandler(this.summaryToolStripMenuItem_Click);
|
||||
//
|
||||
// aLLToolStripMenuItem
|
||||
//
|
||||
this.aLLToolStripMenuItem.Name = "aLLToolStripMenuItem";
|
||||
this.aLLToolStripMenuItem.Size = new System.Drawing.Size(180, 24);
|
||||
this.aLLToolStripMenuItem.Text = "ALL";
|
||||
this.aLLToolStripMenuItem.Size = new System.Drawing.Size(186, 24);
|
||||
this.aLLToolStripMenuItem.Text = "데이터 및 레포트";
|
||||
this.aLLToolStripMenuItem.Click += new System.EventHandler(this.aLLToolStripMenuItem_Click);
|
||||
//
|
||||
// toolStripMenuItem2
|
||||
//
|
||||
this.toolStripMenuItem2.Name = "toolStripMenuItem2";
|
||||
this.toolStripMenuItem2.Size = new System.Drawing.Size(177, 6);
|
||||
this.toolStripMenuItem2.Size = new System.Drawing.Size(183, 6);
|
||||
//
|
||||
// 라인코드관리ToolStripMenuItem
|
||||
//
|
||||
this.라인코드관리ToolStripMenuItem.Name = "라인코드관리ToolStripMenuItem";
|
||||
this.라인코드관리ToolStripMenuItem.Size = new System.Drawing.Size(180, 24);
|
||||
this.라인코드관리ToolStripMenuItem.Size = new System.Drawing.Size(186, 24);
|
||||
this.라인코드관리ToolStripMenuItem.Text = "라인코드관리";
|
||||
this.라인코드관리ToolStripMenuItem.Click += new System.EventHandler(this.라인코드관리ToolStripMenuItem_Click);
|
||||
//
|
||||
@@ -584,39 +523,39 @@
|
||||
// 메모장ToolStripMenuItem
|
||||
//
|
||||
this.메모장ToolStripMenuItem.Name = "메모장ToolStripMenuItem";
|
||||
this.메모장ToolStripMenuItem.Size = new System.Drawing.Size(165, 24);
|
||||
this.메모장ToolStripMenuItem.Size = new System.Drawing.Size(180, 24);
|
||||
this.메모장ToolStripMenuItem.Text = "메모장";
|
||||
this.메모장ToolStripMenuItem.Click += new System.EventHandler(this.메모장ToolStripMenuItem_Click);
|
||||
//
|
||||
// toolStripMenuItem4
|
||||
//
|
||||
this.toolStripMenuItem4.Name = "toolStripMenuItem4";
|
||||
this.toolStripMenuItem4.Size = new System.Drawing.Size(162, 6);
|
||||
this.toolStripMenuItem4.Size = new System.Drawing.Size(177, 6);
|
||||
//
|
||||
// 패치내역ToolStripMenuItem1
|
||||
//
|
||||
this.패치내역ToolStripMenuItem1.Name = "패치내역ToolStripMenuItem1";
|
||||
this.패치내역ToolStripMenuItem1.Size = new System.Drawing.Size(165, 24);
|
||||
this.패치내역ToolStripMenuItem1.Size = new System.Drawing.Size(180, 24);
|
||||
this.패치내역ToolStripMenuItem1.Text = "패치 내역";
|
||||
this.패치내역ToolStripMenuItem1.Click += new System.EventHandler(this.패치내역ToolStripMenuItem1_Click);
|
||||
//
|
||||
// 메일내역ToolStripMenuItem
|
||||
//
|
||||
this.메일내역ToolStripMenuItem.Name = "메일내역ToolStripMenuItem";
|
||||
this.메일내역ToolStripMenuItem.Size = new System.Drawing.Size(165, 24);
|
||||
this.메일내역ToolStripMenuItem.Size = new System.Drawing.Size(180, 24);
|
||||
this.메일내역ToolStripMenuItem.Text = "메일 내역";
|
||||
this.메일내역ToolStripMenuItem.Click += new System.EventHandler(this.메일내역ToolStripMenuItem_Click);
|
||||
//
|
||||
// toolStripMenuItem3
|
||||
//
|
||||
this.toolStripMenuItem3.Name = "toolStripMenuItem3";
|
||||
this.toolStripMenuItem3.Size = new System.Drawing.Size(162, 6);
|
||||
this.toolStripMenuItem3.Size = new System.Drawing.Size(177, 6);
|
||||
//
|
||||
// minutesToolStripMenuItem
|
||||
//
|
||||
this.minutesToolStripMenuItem.ForeColor = System.Drawing.Color.HotPink;
|
||||
this.minutesToolStripMenuItem.Name = "minutesToolStripMenuItem";
|
||||
this.minutesToolStripMenuItem.Size = new System.Drawing.Size(165, 24);
|
||||
this.minutesToolStripMenuItem.Size = new System.Drawing.Size(180, 24);
|
||||
this.minutesToolStripMenuItem.Text = "회의록";
|
||||
this.minutesToolStripMenuItem.Visible = false;
|
||||
this.minutesToolStripMenuItem.Click += new System.EventHandler(this.minutesToolStripMenuItem_Click);
|
||||
@@ -625,7 +564,7 @@
|
||||
//
|
||||
this.requestITemToolStripMenuItem.ForeColor = System.Drawing.Color.HotPink;
|
||||
this.requestITemToolStripMenuItem.Name = "requestITemToolStripMenuItem";
|
||||
this.requestITemToolStripMenuItem.Size = new System.Drawing.Size(165, 24);
|
||||
this.requestITemToolStripMenuItem.Size = new System.Drawing.Size(180, 24);
|
||||
this.requestITemToolStripMenuItem.Text = "견적요청";
|
||||
this.requestITemToolStripMenuItem.Visible = false;
|
||||
this.requestITemToolStripMenuItem.Click += new System.EventHandler(this.requestITemToolStripMenuItem_Click);
|
||||
@@ -634,7 +573,7 @@
|
||||
//
|
||||
this.freeBoardToolStripMenuItem.Enabled = false;
|
||||
this.freeBoardToolStripMenuItem.Name = "freeBoardToolStripMenuItem";
|
||||
this.freeBoardToolStripMenuItem.Size = new System.Drawing.Size(165, 24);
|
||||
this.freeBoardToolStripMenuItem.Size = new System.Drawing.Size(180, 24);
|
||||
this.freeBoardToolStripMenuItem.Text = "Free Board";
|
||||
this.freeBoardToolStripMenuItem.Visible = false;
|
||||
//
|
||||
@@ -642,7 +581,7 @@
|
||||
//
|
||||
this.bugReportToolStripMenuItem.Enabled = false;
|
||||
this.bugReportToolStripMenuItem.Name = "bugReportToolStripMenuItem";
|
||||
this.bugReportToolStripMenuItem.Size = new System.Drawing.Size(165, 24);
|
||||
this.bugReportToolStripMenuItem.Size = new System.Drawing.Size(180, 24);
|
||||
this.bugReportToolStripMenuItem.Text = "Bug Report";
|
||||
this.bugReportToolStripMenuItem.Visible = false;
|
||||
//
|
||||
@@ -650,7 +589,7 @@
|
||||
//
|
||||
this.todoListToolStripMenuItem.Enabled = false;
|
||||
this.todoListToolStripMenuItem.Name = "todoListToolStripMenuItem";
|
||||
this.todoListToolStripMenuItem.Size = new System.Drawing.Size(165, 24);
|
||||
this.todoListToolStripMenuItem.Size = new System.Drawing.Size(180, 24);
|
||||
this.todoListToolStripMenuItem.Text = "Todo List";
|
||||
this.todoListToolStripMenuItem.Visible = false;
|
||||
this.todoListToolStripMenuItem.Click += new System.EventHandler(this.todoListToolStripMenuItem_Click);
|
||||
@@ -659,7 +598,7 @@
|
||||
//
|
||||
this.메일전송ToolStripMenuItem.ForeColor = System.Drawing.Color.Red;
|
||||
this.메일전송ToolStripMenuItem.Name = "메일전송ToolStripMenuItem";
|
||||
this.메일전송ToolStripMenuItem.Size = new System.Drawing.Size(165, 24);
|
||||
this.메일전송ToolStripMenuItem.Size = new System.Drawing.Size(180, 24);
|
||||
this.메일전송ToolStripMenuItem.Text = "메일전송";
|
||||
this.메일전송ToolStripMenuItem.Visible = false;
|
||||
this.메일전송ToolStripMenuItem.Click += new System.EventHandler(this.메일전송ToolStripMenuItem_Click);
|
||||
@@ -668,7 +607,7 @@
|
||||
//
|
||||
this.toolStripMenuItem5.ForeColor = System.Drawing.Color.Red;
|
||||
this.toolStripMenuItem5.Name = "toolStripMenuItem5";
|
||||
this.toolStripMenuItem5.Size = new System.Drawing.Size(165, 24);
|
||||
this.toolStripMenuItem5.Size = new System.Drawing.Size(180, 24);
|
||||
this.toolStripMenuItem5.Text = "(test)휴가등록";
|
||||
this.toolStripMenuItem5.Click += new System.EventHandler(this.toolStripMenuItem5_Click);
|
||||
//
|
||||
@@ -978,9 +917,6 @@
|
||||
private System.Windows.Forms.ToolStripMenuItem todoListToolStripMenuItem;
|
||||
private System.Windows.Forms.ToolStripMenuItem managementToolStripMenuItem;
|
||||
private System.Windows.Forms.ToolStripMenuItem mn_eq;
|
||||
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;
|
||||
@@ -1045,11 +981,8 @@
|
||||
private System.Windows.Forms.ToolStripMenuItem 자동입력ToolStripMenuItem;
|
||||
private System.Windows.Forms.ToolStripMenuItem 업무현황전자실ToolStripMenuItem;
|
||||
private System.Windows.Forms.ToolStripMenuItem 기타ToolStripMenuItem;
|
||||
private System.Windows.Forms.ToolStripMenuItem 잉여장비ToolStripMenuItem;
|
||||
private System.Windows.Forms.ToolStripMenuItem 품목검색ToolStripMenuItem;
|
||||
private System.Windows.Forms.ToolStripMenuItem accessDBToolStripMenuItem;
|
||||
private System.Windows.Forms.ToolStripMenuItem otherToolStripMenuItem;
|
||||
private System.Windows.Forms.ToolStripMenuItem summaryToolStripMenuItem;
|
||||
private System.Windows.Forms.ToolStripMenuItem aLLToolStripMenuItem;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user