..
This commit is contained in:
48
Project/fMain.Designer.cs
generated
48
Project/fMain.Designer.cs
generated
@@ -82,11 +82,13 @@
|
||||
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();
|
||||
this.근로명부ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.toolStripMenuItem11 = new System.Windows.Forms.ToolStripSeparator();
|
||||
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();
|
||||
this.메모장ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
@@ -132,8 +134,6 @@
|
||||
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();
|
||||
@@ -213,8 +213,8 @@
|
||||
this.기타ToolStripMenuItem,
|
||||
this.즐겨찾기ToolStripMenuItem,
|
||||
this.btDev,
|
||||
this.설명서ToolStripMenuItem,
|
||||
this.버젼확인ToolStripMenuItem});
|
||||
this.버젼확인ToolStripMenuItem,
|
||||
this.설명서ToolStripMenuItem});
|
||||
this.menuStrip1.Location = new System.Drawing.Point(1, 1);
|
||||
this.menuStrip1.Name = "menuStrip1";
|
||||
this.menuStrip1.Size = new System.Drawing.Size(1094, 27);
|
||||
@@ -572,13 +572,6 @@
|
||||
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";
|
||||
@@ -607,6 +600,25 @@
|
||||
this.근로명부ToolStripMenuItem.Visible = false;
|
||||
this.근로명부ToolStripMenuItem.Click += new System.EventHandler(this.근로명부ToolStripMenuItem_Click);
|
||||
//
|
||||
// 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);
|
||||
//
|
||||
// 근태마감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);
|
||||
//
|
||||
// personalInventoryToolStripMenuItem
|
||||
//
|
||||
this.personalInventoryToolStripMenuItem.ForeColor = System.Drawing.Color.Tomato;
|
||||
@@ -1004,18 +1016,6 @@
|
||||
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;
|
||||
|
||||
Reference in New Issue
Block a user