..
This commit is contained in:
36
Project/fMain.Designer.cs
generated
36
Project/fMain.Designer.cs
generated
@@ -74,6 +74,8 @@
|
||||
this.목록ToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.자동입력ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.양식ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripSeparator();
|
||||
this.업무분류및형태설정ToolStripMenuItem = 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();
|
||||
@@ -149,8 +151,7 @@
|
||||
this.toolStripButton1 = new System.Windows.Forms.ToolStripButton();
|
||||
this.toolStripButton2 = new System.Windows.Forms.ToolStripButton();
|
||||
this.toolStripButton3 = new System.Windows.Forms.ToolStripButton();
|
||||
this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripSeparator();
|
||||
this.업무분류및형태설정ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.대체시간이월ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.cmTab.SuspendLayout();
|
||||
this.statusStrip1.SuspendLayout();
|
||||
this.menuStrip1.SuspendLayout();
|
||||
@@ -527,6 +528,18 @@
|
||||
this.양식ToolStripMenuItem.Text = "양식";
|
||||
this.양식ToolStripMenuItem.Click += new System.EventHandler(this.양식ToolStripMenuItem_Click);
|
||||
//
|
||||
// toolStripMenuItem2
|
||||
//
|
||||
this.toolStripMenuItem2.Name = "toolStripMenuItem2";
|
||||
this.toolStripMenuItem2.Size = new System.Drawing.Size(211, 6);
|
||||
//
|
||||
// 업무분류및형태설정ToolStripMenuItem
|
||||
//
|
||||
this.업무분류및형태설정ToolStripMenuItem.Name = "업무분류및형태설정ToolStripMenuItem";
|
||||
this.업무분류및형태설정ToolStripMenuItem.Size = new System.Drawing.Size(214, 24);
|
||||
this.업무분류및형태설정ToolStripMenuItem.Text = "업무분류 및 형태설정";
|
||||
this.업무분류및형태설정ToolStripMenuItem.Click += new System.EventHandler(this.업무분류및형태설정ToolStripMenuItem_Click);
|
||||
//
|
||||
// 업무현황전자실ToolStripMenuItem
|
||||
//
|
||||
this.업무현황전자실ToolStripMenuItem.Name = "업무현황전자실ToolStripMenuItem";
|
||||
@@ -599,7 +612,8 @@
|
||||
this.근로명부ToolStripMenuItem,
|
||||
this.toolStripMenuItem11,
|
||||
this.근태입력오류확인ToolStripMenuItem,
|
||||
this.근태마감ToolStripMenuItem});
|
||||
this.근태마감ToolStripMenuItem,
|
||||
this.대체시간이월ToolStripMenuItem});
|
||||
this.휴가관리ToolStripMenuItem.ForeColor = System.Drawing.Color.Black;
|
||||
this.휴가관리ToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("휴가관리ToolStripMenuItem.Image")));
|
||||
this.휴가관리ToolStripMenuItem.Name = "휴가관리ToolStripMenuItem";
|
||||
@@ -1168,17 +1182,12 @@
|
||||
this.toolStripButton3.ToolTipText = "휴가신청";
|
||||
this.toolStripButton3.Click += new System.EventHandler(this.toolStripButton3_Click);
|
||||
//
|
||||
// toolStripMenuItem2
|
||||
// 대체시간이월ToolStripMenuItem
|
||||
//
|
||||
this.toolStripMenuItem2.Name = "toolStripMenuItem2";
|
||||
this.toolStripMenuItem2.Size = new System.Drawing.Size(211, 6);
|
||||
//
|
||||
// 업무분류및형태설정ToolStripMenuItem
|
||||
//
|
||||
this.업무분류및형태설정ToolStripMenuItem.Name = "업무분류및형태설정ToolStripMenuItem";
|
||||
this.업무분류및형태설정ToolStripMenuItem.Size = new System.Drawing.Size(214, 24);
|
||||
this.업무분류및형태설정ToolStripMenuItem.Text = "업무분류 및 형태설정";
|
||||
this.업무분류및형태설정ToolStripMenuItem.Click += new System.EventHandler(this.업무분류및형태설정ToolStripMenuItem_Click);
|
||||
this.대체시간이월ToolStripMenuItem.Name = "대체시간이월ToolStripMenuItem";
|
||||
this.대체시간이월ToolStripMenuItem.Size = new System.Drawing.Size(248, 24);
|
||||
this.대체시간이월ToolStripMenuItem.Text = "대체시간 이월";
|
||||
this.대체시간이월ToolStripMenuItem.Click += new System.EventHandler(this.대체시간이월ToolStripMenuItem_Click);
|
||||
//
|
||||
// fMain
|
||||
//
|
||||
@@ -1332,6 +1341,7 @@
|
||||
private System.Windows.Forms.ToolStripMenuItem 전자실구매승인ToolStripMenuItem;
|
||||
private System.Windows.Forms.ToolStripSeparator toolStripMenuItem2;
|
||||
private System.Windows.Forms.ToolStripMenuItem 업무분류및형태설정ToolStripMenuItem;
|
||||
private System.Windows.Forms.ToolStripMenuItem 대체시간이월ToolStripMenuItem;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user