..
This commit is contained in:
@@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
|
||||
// 모든 값을 지정하거나 아래와 같이 '*'를 사용하여 빌드 번호 및 수정 번호가 자동으로
|
||||
// 지정되도록 할 수 있습니다.
|
||||
// [assembly: AssemblyVersion("1.0.*")]
|
||||
[assembly: AssemblyVersion("22.02.01.1730")]
|
||||
[assembly: AssemblyFileVersion("22.02.01.1730")]
|
||||
[assembly: AssemblyVersion("22.02.02.0030")]
|
||||
[assembly: AssemblyFileVersion("22.02.02.0030")]
|
||||
|
||||
38
Project/fMain.Designer.cs
generated
38
Project/fMain.Designer.cs
generated
@@ -83,6 +83,7 @@
|
||||
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();
|
||||
this.근로명부ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.personalInventoryToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.mn_docu = new System.Windows.Forms.ToolStripMenuItem();
|
||||
@@ -118,6 +119,8 @@
|
||||
this.mailBackupToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.accessDBToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.메일자동발신테스트ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.toolStripMenuItem5 = new System.Windows.Forms.ToolStripSeparator();
|
||||
this.아이템비활성화하기ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.설명서ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.tabControl1 = new System.Windows.Forms.TabControl();
|
||||
this.toolStrip1 = new System.Windows.Forms.ToolStrip();
|
||||
@@ -126,8 +129,6 @@
|
||||
this.toolStripMenuItem6 = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.toolStripButton1 = new System.Windows.Forms.ToolStripButton();
|
||||
this.toolStripButton2 = new System.Windows.Forms.ToolStripButton();
|
||||
this.toolStripMenuItem5 = new System.Windows.Forms.ToolStripSeparator();
|
||||
this.아이템비활성화하기ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.cmTab.SuspendLayout();
|
||||
this.statusStrip1.SuspendLayout();
|
||||
this.menuStrip1.SuspendLayout();
|
||||
@@ -511,6 +512,7 @@
|
||||
this.휴가신청ToolStripMenuItem,
|
||||
this.toolStripMenuItem10,
|
||||
this.출근부출력ToolStripMenuItem,
|
||||
this.휴가사용현황ToolStripMenuItem,
|
||||
this.근로명부ToolStripMenuItem});
|
||||
this.휴가관리ToolStripMenuItem.ForeColor = System.Drawing.Color.Black;
|
||||
this.휴가관리ToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("휴가관리ToolStripMenuItem.Image")));
|
||||
@@ -565,6 +567,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);
|
||||
//
|
||||
// 근로명부ToolStripMenuItem
|
||||
//
|
||||
this.근로명부ToolStripMenuItem.ForeColor = System.Drawing.Color.Tomato;
|
||||
@@ -859,6 +868,18 @@
|
||||
this.메일자동발신테스트ToolStripMenuItem.Text = "메일자동발신(테스트)";
|
||||
this.메일자동발신테스트ToolStripMenuItem.Click += new System.EventHandler(this.메일자동발신테스트ToolStripMenuItem_Click);
|
||||
//
|
||||
// toolStripMenuItem5
|
||||
//
|
||||
this.toolStripMenuItem5.Name = "toolStripMenuItem5";
|
||||
this.toolStripMenuItem5.Size = new System.Drawing.Size(275, 6);
|
||||
//
|
||||
// 아이템비활성화하기ToolStripMenuItem
|
||||
//
|
||||
this.아이템비활성화하기ToolStripMenuItem.Name = "아이템비활성화하기ToolStripMenuItem";
|
||||
this.아이템비활성화하기ToolStripMenuItem.Size = new System.Drawing.Size(278, 24);
|
||||
this.아이템비활성화하기ToolStripMenuItem.Text = "아이템 비활성화하기";
|
||||
this.아이템비활성화하기ToolStripMenuItem.Click += new System.EventHandler(this.아이템비활성화하기ToolStripMenuItem_Click);
|
||||
//
|
||||
// 설명서ToolStripMenuItem
|
||||
//
|
||||
this.설명서ToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("설명서ToolStripMenuItem.Image")));
|
||||
@@ -950,18 +971,6 @@
|
||||
this.toolStripButton2.Text = "품목정보";
|
||||
this.toolStripButton2.Click += new System.EventHandler(this.toolStripButton2_Click_1);
|
||||
//
|
||||
// toolStripMenuItem5
|
||||
//
|
||||
this.toolStripMenuItem5.Name = "toolStripMenuItem5";
|
||||
this.toolStripMenuItem5.Size = new System.Drawing.Size(275, 6);
|
||||
//
|
||||
// 아이템비활성화하기ToolStripMenuItem
|
||||
//
|
||||
this.아이템비활성화하기ToolStripMenuItem.Name = "아이템비활성화하기ToolStripMenuItem";
|
||||
this.아이템비활성화하기ToolStripMenuItem.Size = new System.Drawing.Size(278, 24);
|
||||
this.아이템비활성화하기ToolStripMenuItem.Text = "아이템 비활성화하기";
|
||||
this.아이템비활성화하기ToolStripMenuItem.Click += new System.EventHandler(this.아이템비활성화하기ToolStripMenuItem_Click);
|
||||
//
|
||||
// fMain
|
||||
//
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
|
||||
@@ -1092,6 +1101,7 @@
|
||||
private System.Windows.Forms.ToolStripSeparator toolStripMenuItem10;
|
||||
private System.Windows.Forms.ToolStripSeparator toolStripMenuItem5;
|
||||
private System.Windows.Forms.ToolStripMenuItem 아이템비활성화하기ToolStripMenuItem;
|
||||
private System.Windows.Forms.ToolStripMenuItem 휴가사용현황ToolStripMenuItem;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -1076,5 +1076,11 @@ namespace Project
|
||||
var f = new Dev.fDisableItem();
|
||||
f.ShowDialog();
|
||||
}
|
||||
|
||||
private void 휴가사용현황ToolStripMenuItem_Click(object sender, EventArgs e)
|
||||
{
|
||||
var f = new FBS0000.rHolidaySummary();
|
||||
f.Show();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user