..
This commit is contained in:
32
Project/fMain.Designer.cs
generated
32
Project/fMain.Designer.cs
generated
@@ -38,6 +38,7 @@
|
||||
this.sbBWRun = new System.Windows.Forms.ToolStripStatusLabel();
|
||||
this.sbBCD = new System.Windows.Forms.ToolStripStatusLabel();
|
||||
this.statusStrip1 = new System.Windows.Forms.StatusStrip();
|
||||
this.lbSvr = new System.Windows.Forms.ToolStripStatusLabel();
|
||||
this.sbLogin = new System.Windows.Forms.ToolStripStatusLabel();
|
||||
this.menuStrip1 = new System.Windows.Forms.MenuStrip();
|
||||
this.btSetting = new System.Windows.Forms.ToolStripMenuItem();
|
||||
@@ -56,6 +57,7 @@
|
||||
this.mn_purchase = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.mn_project = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.mn_dailyhistory = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.비용절감ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.mn_jago = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.관리ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.재고현황ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
@@ -107,7 +109,6 @@
|
||||
this.toolStripMenuItem7 = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.toolStripMenuItem6 = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.toolStripButton4 = new System.Windows.Forms.ToolStripButton();
|
||||
this.lbSvr = new System.Windows.Forms.ToolStripStatusLabel();
|
||||
this.cmTab.SuspendLayout();
|
||||
this.statusStrip1.SuspendLayout();
|
||||
this.menuStrip1.SuspendLayout();
|
||||
@@ -163,6 +164,12 @@
|
||||
this.statusStrip1.TabIndex = 30;
|
||||
this.statusStrip1.Text = "statusStrip1";
|
||||
//
|
||||
// lbSvr
|
||||
//
|
||||
this.lbSvr.Name = "lbSvr";
|
||||
this.lbSvr.Size = new System.Drawing.Size(19, 17);
|
||||
this.lbSvr.Text = "●";
|
||||
//
|
||||
// sbLogin
|
||||
//
|
||||
this.sbLogin.Name = "sbLogin";
|
||||
@@ -291,6 +298,7 @@
|
||||
this.mn_purchase,
|
||||
this.mn_project,
|
||||
this.mn_dailyhistory,
|
||||
this.비용절감ToolStripMenuItem,
|
||||
this.mn_jago,
|
||||
this.mn_eq,
|
||||
this.휴가관리ToolStripMenuItem,
|
||||
@@ -325,6 +333,15 @@
|
||||
this.mn_dailyhistory.Text = "업무일지";
|
||||
this.mn_dailyhistory.Click += new System.EventHandler(this.업무일지ToolStripMenuItem1_Click);
|
||||
//
|
||||
// 비용절감ToolStripMenuItem
|
||||
//
|
||||
this.비용절감ToolStripMenuItem.ForeColor = System.Drawing.Color.Black;
|
||||
this.비용절감ToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("비용절감ToolStripMenuItem.Image")));
|
||||
this.비용절감ToolStripMenuItem.Name = "비용절감ToolStripMenuItem";
|
||||
this.비용절감ToolStripMenuItem.Size = new System.Drawing.Size(208, 24);
|
||||
this.비용절감ToolStripMenuItem.Text = "비용절감";
|
||||
this.비용절감ToolStripMenuItem.Click += new System.EventHandler(this.비용절감ToolStripMenuItem_Click);
|
||||
//
|
||||
// mn_jago
|
||||
//
|
||||
this.mn_jago.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
||||
@@ -340,21 +357,21 @@
|
||||
// 관리ToolStripMenuItem
|
||||
//
|
||||
this.관리ToolStripMenuItem.Name = "관리ToolStripMenuItem";
|
||||
this.관리ToolStripMenuItem.Size = new System.Drawing.Size(140, 24);
|
||||
this.관리ToolStripMenuItem.Size = new System.Drawing.Size(180, 24);
|
||||
this.관리ToolStripMenuItem.Text = "재고 관리";
|
||||
this.관리ToolStripMenuItem.Click += new System.EventHandler(this.관리ToolStripMenuItem_Click);
|
||||
//
|
||||
// 재고현황ToolStripMenuItem
|
||||
//
|
||||
this.재고현황ToolStripMenuItem.Name = "재고현황ToolStripMenuItem";
|
||||
this.재고현황ToolStripMenuItem.Size = new System.Drawing.Size(140, 24);
|
||||
this.재고현황ToolStripMenuItem.Size = new System.Drawing.Size(180, 24);
|
||||
this.재고현황ToolStripMenuItem.Text = "재고 현황";
|
||||
this.재고현황ToolStripMenuItem.Click += new System.EventHandler(this.재고현황ToolStripMenuItem_Click);
|
||||
//
|
||||
// pMP현황ToolStripMenuItem
|
||||
//
|
||||
this.pMP현황ToolStripMenuItem.Name = "pMP현황ToolStripMenuItem";
|
||||
this.pMP현황ToolStripMenuItem.Size = new System.Drawing.Size(140, 24);
|
||||
this.pMP현황ToolStripMenuItem.Size = new System.Drawing.Size(180, 24);
|
||||
this.pMP현황ToolStripMenuItem.Text = "PMP 현황";
|
||||
this.pMP현황ToolStripMenuItem.Click += new System.EventHandler(this.pMP현황ToolStripMenuItem_Click);
|
||||
//
|
||||
@@ -768,12 +785,6 @@
|
||||
this.toolStripButton4.ToolTipText = "PMP 자료 보기(베타)";
|
||||
this.toolStripButton4.Click += new System.EventHandler(this.toolStripButton4_Click_1);
|
||||
//
|
||||
// lbSvr
|
||||
//
|
||||
this.lbSvr.Name = "lbSvr";
|
||||
this.lbSvr.Size = new System.Drawing.Size(19, 17);
|
||||
this.lbSvr.Text = "●";
|
||||
//
|
||||
// fMain
|
||||
//
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
|
||||
@@ -884,6 +895,7 @@
|
||||
private System.Windows.Forms.ToolStripMenuItem 근태입력ToolStripMenuItem;
|
||||
private System.Windows.Forms.ToolStripMenuItem 근로명부ToolStripMenuItem;
|
||||
private System.Windows.Forms.ToolStripStatusLabel lbSvr;
|
||||
private System.Windows.Forms.ToolStripMenuItem 비용절감ToolStripMenuItem;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user