...
This commit is contained in:
41
Project/fMain.Designer.cs
generated
41
Project/fMain.Designer.cs
generated
@@ -63,10 +63,12 @@
|
||||
this.cR구매ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.sPR구매ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.toolStripMenuItem14 = new System.Windows.Forms.ToolStripSeparator();
|
||||
this.전자실구매승인ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.품목입고ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.mn_project = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.목록ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.담당자별현황ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.담당자별업무현황ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.toolStripMenuItem15 = new System.Windows.Forms.ToolStripSeparator();
|
||||
this.layoutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.mn_dailyhistory = new System.Windows.Forms.ToolStripMenuItem();
|
||||
@@ -156,7 +158,6 @@
|
||||
this.toolStripButton1 = new System.Windows.Forms.ToolStripButton();
|
||||
this.toolStripButton2 = new System.Windows.Forms.ToolStripButton();
|
||||
this.toolStripButton3 = new System.Windows.Forms.ToolStripButton();
|
||||
this.담당자별업무현황ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.cmTab.SuspendLayout();
|
||||
this.statusStrip1.SuspendLayout();
|
||||
this.menuStrip1.SuspendLayout();
|
||||
@@ -399,6 +400,7 @@
|
||||
this.cR구매ToolStripMenuItem,
|
||||
this.sPR구매ToolStripMenuItem,
|
||||
this.toolStripMenuItem14,
|
||||
this.전자실구매승인ToolStripMenuItem,
|
||||
this.품목입고ToolStripMenuItem});
|
||||
this.mn_purchase.Image = ((System.Drawing.Image)(resources.GetObject("mn_purchase.Image")));
|
||||
this.mn_purchase.Name = "mn_purchase";
|
||||
@@ -409,7 +411,7 @@
|
||||
// 일반구매ToolStripMenuItem
|
||||
//
|
||||
this.일반구매ToolStripMenuItem.Name = "일반구매ToolStripMenuItem";
|
||||
this.일반구매ToolStripMenuItem.Size = new System.Drawing.Size(153, 24);
|
||||
this.일반구매ToolStripMenuItem.Size = new System.Drawing.Size(180, 24);
|
||||
this.일반구매ToolStripMenuItem.Text = "일반 구매";
|
||||
this.일반구매ToolStripMenuItem.Click += new System.EventHandler(this.일반구매ToolStripMenuItem_Click);
|
||||
//
|
||||
@@ -417,7 +419,7 @@
|
||||
//
|
||||
this.cR구매ToolStripMenuItem.ForeColor = System.Drawing.Color.Black;
|
||||
this.cR구매ToolStripMenuItem.Name = "cR구매ToolStripMenuItem";
|
||||
this.cR구매ToolStripMenuItem.Size = new System.Drawing.Size(153, 24);
|
||||
this.cR구매ToolStripMenuItem.Size = new System.Drawing.Size(180, 24);
|
||||
this.cR구매ToolStripMenuItem.Text = "CR 구매";
|
||||
this.cR구매ToolStripMenuItem.Click += new System.EventHandler(this.cR구매ToolStripMenuItem_Click);
|
||||
//
|
||||
@@ -425,19 +427,27 @@
|
||||
//
|
||||
this.sPR구매ToolStripMenuItem.ForeColor = System.Drawing.Color.Black;
|
||||
this.sPR구매ToolStripMenuItem.Name = "sPR구매ToolStripMenuItem";
|
||||
this.sPR구매ToolStripMenuItem.Size = new System.Drawing.Size(153, 24);
|
||||
this.sPR구매ToolStripMenuItem.Size = new System.Drawing.Size(180, 24);
|
||||
this.sPR구매ToolStripMenuItem.Text = "전자실 구매";
|
||||
this.sPR구매ToolStripMenuItem.Click += new System.EventHandler(this.sPR구매ToolStripMenuItem_Click);
|
||||
//
|
||||
// toolStripMenuItem14
|
||||
//
|
||||
this.toolStripMenuItem14.Name = "toolStripMenuItem14";
|
||||
this.toolStripMenuItem14.Size = new System.Drawing.Size(150, 6);
|
||||
this.toolStripMenuItem14.Size = new System.Drawing.Size(177, 6);
|
||||
//
|
||||
// 전자실구매승인ToolStripMenuItem
|
||||
//
|
||||
this.전자실구매승인ToolStripMenuItem.ForeColor = System.Drawing.Color.Red;
|
||||
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);
|
||||
//
|
||||
// 품목입고ToolStripMenuItem
|
||||
//
|
||||
this.품목입고ToolStripMenuItem.Name = "품목입고ToolStripMenuItem";
|
||||
this.품목입고ToolStripMenuItem.Size = new System.Drawing.Size(153, 24);
|
||||
this.품목입고ToolStripMenuItem.Size = new System.Drawing.Size(180, 24);
|
||||
this.품목입고ToolStripMenuItem.Text = "품목 입고";
|
||||
this.품목입고ToolStripMenuItem.Click += new System.EventHandler(this.품목입고ToolStripMenuItem_Click);
|
||||
//
|
||||
@@ -464,12 +474,20 @@
|
||||
//
|
||||
// 담당자별현황ToolStripMenuItem
|
||||
//
|
||||
this.담당자별현황ToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
|
||||
this.담당자별현황ToolStripMenuItem.ForeColor = System.Drawing.Color.Black;
|
||||
this.담당자별현황ToolStripMenuItem.Name = "담당자별현황ToolStripMenuItem";
|
||||
this.담당자별현황ToolStripMenuItem.Size = new System.Drawing.Size(200, 24);
|
||||
this.담당자별현황ToolStripMenuItem.Text = "목록(챔피언)";
|
||||
this.담당자별현황ToolStripMenuItem.Click += new System.EventHandler(this.담당자별현황ToolStripMenuItem_Click);
|
||||
//
|
||||
// 담당자별업무현황ToolStripMenuItem
|
||||
//
|
||||
this.담당자별업무현황ToolStripMenuItem.ForeColor = System.Drawing.Color.Black;
|
||||
this.담당자별업무현황ToolStripMenuItem.Name = "담당자별업무현황ToolStripMenuItem";
|
||||
this.담당자별업무현황ToolStripMenuItem.Size = new System.Drawing.Size(200, 24);
|
||||
this.담당자별업무현황ToolStripMenuItem.Text = "담당자별 업무 현황";
|
||||
this.담당자별업무현황ToolStripMenuItem.Click += new System.EventHandler(this.담당자별업무현황ToolStripMenuItem_Click);
|
||||
//
|
||||
// toolStripMenuItem15
|
||||
//
|
||||
this.toolStripMenuItem15.Name = "toolStripMenuItem15";
|
||||
@@ -1229,14 +1247,6 @@
|
||||
this.toolStripButton3.ToolTipText = "휴가신청";
|
||||
this.toolStripButton3.Click += new System.EventHandler(this.toolStripButton3_Click);
|
||||
//
|
||||
// 담당자별업무현황ToolStripMenuItem
|
||||
//
|
||||
this.담당자별업무현황ToolStripMenuItem.ForeColor = System.Drawing.Color.Blue;
|
||||
this.담당자별업무현황ToolStripMenuItem.Name = "담당자별업무현황ToolStripMenuItem";
|
||||
this.담당자별업무현황ToolStripMenuItem.Size = new System.Drawing.Size(200, 24);
|
||||
this.담당자별업무현황ToolStripMenuItem.Text = "담당자별 업무 현황";
|
||||
this.담당자별업무현황ToolStripMenuItem.Click += new System.EventHandler(this.담당자별업무현황ToolStripMenuItem_Click);
|
||||
//
|
||||
// fMain
|
||||
//
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
|
||||
@@ -1396,6 +1406,7 @@
|
||||
private System.Windows.Forms.ToolStripStatusLabel sbLoginUseTime;
|
||||
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem16;
|
||||
private System.Windows.Forms.ToolStripMenuItem 담당자별업무현황ToolStripMenuItem;
|
||||
private System.Windows.Forms.ToolStripMenuItem 전자실구매승인ToolStripMenuItem;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user