...
This commit is contained in:
22
Project/fMain.Designer.cs
generated
22
Project/fMain.Designer.cs
generated
@@ -132,6 +132,8 @@
|
||||
this.toolStripMenuItem6 = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.toolStripButton1 = new System.Windows.Forms.ToolStripButton();
|
||||
this.toolStripButton2 = new System.Windows.Forms.ToolStripButton();
|
||||
this.toolStripMenuItem11 = new System.Windows.Forms.ToolStripSeparator();
|
||||
this.근태마감ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.cmTab.SuspendLayout();
|
||||
this.statusStrip1.SuspendLayout();
|
||||
this.menuStrip1.SuspendLayout();
|
||||
@@ -515,11 +517,13 @@
|
||||
this.근태입력ToolStripMenuItem,
|
||||
this.휴가신청ToolStripMenuItem,
|
||||
this.개인별근태원장ToolStripMenuItem,
|
||||
this.근태입력오류확인ToolStripMenuItem,
|
||||
this.toolStripMenuItem10,
|
||||
this.출근부출력ToolStripMenuItem,
|
||||
this.휴가사용현황ToolStripMenuItem,
|
||||
this.근로명부ToolStripMenuItem});
|
||||
this.근로명부ToolStripMenuItem,
|
||||
this.toolStripMenuItem11,
|
||||
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";
|
||||
@@ -1000,6 +1004,18 @@
|
||||
this.toolStripButton2.Text = "품목정보";
|
||||
this.toolStripButton2.Click += new System.EventHandler(this.toolStripButton2_Click_1);
|
||||
//
|
||||
// toolStripMenuItem11
|
||||
//
|
||||
this.toolStripMenuItem11.Name = "toolStripMenuItem11";
|
||||
this.toolStripMenuItem11.Size = new System.Drawing.Size(245, 6);
|
||||
//
|
||||
// 근태마감ToolStripMenuItem
|
||||
//
|
||||
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
|
||||
//
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
|
||||
@@ -1134,6 +1150,8 @@
|
||||
private System.Windows.Forms.ToolStripMenuItem 개인별근태원장ToolStripMenuItem;
|
||||
private System.Windows.Forms.ToolStripMenuItem 근태입력오류확인ToolStripMenuItem;
|
||||
private System.Windows.Forms.ToolStripMenuItem 버젼확인ToolStripMenuItem;
|
||||
private System.Windows.Forms.ToolStripSeparator toolStripMenuItem11;
|
||||
private System.Windows.Forms.ToolStripMenuItem 근태마감ToolStripMenuItem;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user