..
This commit is contained in:
45
Project/fMain.Designer.cs
generated
45
Project/fMain.Designer.cs
generated
@@ -92,6 +92,7 @@
|
||||
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();
|
||||
this.toolStripMenuItem10 = new System.Windows.Forms.ToolStripSeparator();
|
||||
this.출근부출력ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.휴가사용현황ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
@@ -116,6 +117,8 @@
|
||||
this.품목검색ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.즐겨찾기ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.btDev = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.메일전송ToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.휴가REMINDToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.purchaseImportToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.purchaseOrderImportToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.materialImportToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
@@ -149,8 +152,6 @@
|
||||
this.toolStripButton1 = new System.Windows.Forms.ToolStripButton();
|
||||
this.toolStripButton2 = new System.Windows.Forms.ToolStripButton();
|
||||
this.toolStripButton3 = new System.Windows.Forms.ToolStripButton();
|
||||
this.메일전송ToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.휴가REMINDToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.cmTab.SuspendLayout();
|
||||
this.statusStrip1.SuspendLayout();
|
||||
this.menuStrip1.SuspendLayout();
|
||||
@@ -376,6 +377,7 @@
|
||||
this.managementToolStripMenuItem.Name = "managementToolStripMenuItem";
|
||||
this.managementToolStripMenuItem.Size = new System.Drawing.Size(65, 23);
|
||||
this.managementToolStripMenuItem.Text = "관리";
|
||||
this.managementToolStripMenuItem.Click += new System.EventHandler(this.managementToolStripMenuItem_Click);
|
||||
//
|
||||
// mn_purchase
|
||||
//
|
||||
@@ -615,6 +617,7 @@
|
||||
this.근태입력ToolStripMenuItem,
|
||||
this.휴가신청ToolStripMenuItem,
|
||||
this.개인별근태원장ToolStripMenuItem,
|
||||
this.개인별근태집계표ToolStripMenuItem,
|
||||
this.toolStripMenuItem10,
|
||||
this.출근부출력ToolStripMenuItem,
|
||||
this.휴가사용현황ToolStripMenuItem,
|
||||
@@ -670,6 +673,13 @@
|
||||
this.개인별근태원장ToolStripMenuItem.Text = "개인별 근태 원장";
|
||||
this.개인별근태원장ToolStripMenuItem.Click += new System.EventHandler(this.개인별근태원장ToolStripMenuItem_Click);
|
||||
//
|
||||
// 개인별근태집계표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);
|
||||
//
|
||||
// toolStripMenuItem10
|
||||
//
|
||||
this.toolStripMenuItem10.Name = "toolStripMenuItem10";
|
||||
@@ -886,6 +896,21 @@
|
||||
this.btDev.Text = "개발자메뉴";
|
||||
this.btDev.Visible = false;
|
||||
//
|
||||
// 메일전송ToolStripMenuItem1
|
||||
//
|
||||
this.메일전송ToolStripMenuItem1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
||||
this.휴가REMINDToolStripMenuItem});
|
||||
this.메일전송ToolStripMenuItem1.Name = "메일전송ToolStripMenuItem1";
|
||||
this.메일전송ToolStripMenuItem1.Size = new System.Drawing.Size(302, 24);
|
||||
this.메일전송ToolStripMenuItem1.Text = "메일전송";
|
||||
//
|
||||
// 휴가REMINDToolStripMenuItem
|
||||
//
|
||||
this.휴가REMINDToolStripMenuItem.Name = "휴가REMINDToolStripMenuItem";
|
||||
this.휴가REMINDToolStripMenuItem.Size = new System.Drawing.Size(166, 24);
|
||||
this.휴가REMINDToolStripMenuItem.Text = "휴가-REMIND";
|
||||
this.휴가REMINDToolStripMenuItem.Click += new System.EventHandler(this.휴가REMINDToolStripMenuItem_Click);
|
||||
//
|
||||
// purchaseImportToolStripMenuItem
|
||||
//
|
||||
this.purchaseImportToolStripMenuItem.Name = "purchaseImportToolStripMenuItem";
|
||||
@@ -1161,21 +1186,6 @@
|
||||
this.toolStripButton3.ToolTipText = "휴가신청";
|
||||
this.toolStripButton3.Click += new System.EventHandler(this.toolStripButton3_Click);
|
||||
//
|
||||
// 메일전송ToolStripMenuItem1
|
||||
//
|
||||
this.메일전송ToolStripMenuItem1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
||||
this.휴가REMINDToolStripMenuItem});
|
||||
this.메일전송ToolStripMenuItem1.Name = "메일전송ToolStripMenuItem1";
|
||||
this.메일전송ToolStripMenuItem1.Size = new System.Drawing.Size(302, 24);
|
||||
this.메일전송ToolStripMenuItem1.Text = "메일전송";
|
||||
//
|
||||
// 휴가REMINDToolStripMenuItem
|
||||
//
|
||||
this.휴가REMINDToolStripMenuItem.Name = "휴가REMINDToolStripMenuItem";
|
||||
this.휴가REMINDToolStripMenuItem.Size = new System.Drawing.Size(180, 24);
|
||||
this.휴가REMINDToolStripMenuItem.Text = "휴가-REMIND";
|
||||
this.휴가REMINDToolStripMenuItem.Click += new System.EventHandler(this.휴가REMINDToolStripMenuItem_Click);
|
||||
//
|
||||
// fMain
|
||||
//
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
|
||||
@@ -1329,6 +1339,7 @@
|
||||
private System.Windows.Forms.ToolStripMenuItem bwrunToolStripMenuItem;
|
||||
private System.Windows.Forms.ToolStripMenuItem 메일전송ToolStripMenuItem1;
|
||||
private System.Windows.Forms.ToolStripMenuItem 휴가REMINDToolStripMenuItem;
|
||||
private System.Windows.Forms.ToolStripMenuItem 개인별근태집계표ToolStripMenuItem;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user