cramoutn 값이 99억까지 가능하게 함
This commit is contained in:
43
Project/fMain.Designer.cs
generated
43
Project/fMain.Designer.cs
generated
@@ -28,11 +28,12 @@
|
||||
/// </summary>
|
||||
private void InitializeComponent()
|
||||
{
|
||||
this.components = new System.ComponentModel.Container();
|
||||
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(fMain));
|
||||
this.tmDisplay = new System.Windows.Forms.Timer();
|
||||
this.toolTip1 = new System.Windows.Forms.ToolTip();
|
||||
this.tmDisplay = new System.Windows.Forms.Timer(this.components);
|
||||
this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
|
||||
this.bw = new System.ComponentModel.BackgroundWorker();
|
||||
this.cmTab = new System.Windows.Forms.ContextMenuStrip();
|
||||
this.cmTab = new System.Windows.Forms.ContextMenuStrip(this.components);
|
||||
this.saveImageToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.sbBWRun = new System.Windows.Forms.ToolStripStatusLabel();
|
||||
this.sbBCD = new System.Windows.Forms.ToolStripStatusLabel();
|
||||
@@ -99,6 +100,7 @@
|
||||
this.toolStripMenuItem11 = 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();
|
||||
this.메모장ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
@@ -151,7 +153,7 @@
|
||||
this.toolStripButton1 = new System.Windows.Forms.ToolStripButton();
|
||||
this.toolStripButton2 = new System.Windows.Forms.ToolStripButton();
|
||||
this.toolStripButton3 = new System.Windows.Forms.ToolStripButton();
|
||||
this.대체시간이월ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.월별NRCR기준금액입력ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.cmTab.SuspendLayout();
|
||||
this.statusStrip1.SuspendLayout();
|
||||
this.menuStrip1.SuspendLayout();
|
||||
@@ -394,7 +396,8 @@
|
||||
this.sPR구매ToolStripMenuItem,
|
||||
this.toolStripMenuItem14,
|
||||
this.전자실구매승인ToolStripMenuItem,
|
||||
this.품목입고ToolStripMenuItem});
|
||||
this.품목입고ToolStripMenuItem,
|
||||
this.월별NRCR기준금액입력ToolStripMenuItem});
|
||||
this.mn_purchase.Image = ((System.Drawing.Image)(resources.GetObject("mn_purchase.Image")));
|
||||
this.mn_purchase.Name = "mn_purchase";
|
||||
this.mn_purchase.Size = new System.Drawing.Size(203, 24);
|
||||
@@ -404,7 +407,7 @@
|
||||
// 일반구매ToolStripMenuItem
|
||||
//
|
||||
this.일반구매ToolStripMenuItem.Name = "일반구매ToolStripMenuItem";
|
||||
this.일반구매ToolStripMenuItem.Size = new System.Drawing.Size(219, 24);
|
||||
this.일반구매ToolStripMenuItem.Size = new System.Drawing.Size(246, 24);
|
||||
this.일반구매ToolStripMenuItem.Text = "일반 구매";
|
||||
this.일반구매ToolStripMenuItem.Click += new System.EventHandler(this.일반구매ToolStripMenuItem_Click);
|
||||
//
|
||||
@@ -412,7 +415,7 @@
|
||||
//
|
||||
this.cR구매ToolStripMenuItem.ForeColor = System.Drawing.Color.Black;
|
||||
this.cR구매ToolStripMenuItem.Name = "cR구매ToolStripMenuItem";
|
||||
this.cR구매ToolStripMenuItem.Size = new System.Drawing.Size(219, 24);
|
||||
this.cR구매ToolStripMenuItem.Size = new System.Drawing.Size(246, 24);
|
||||
this.cR구매ToolStripMenuItem.Text = "CR 구매";
|
||||
this.cR구매ToolStripMenuItem.Click += new System.EventHandler(this.cR구매ToolStripMenuItem_Click);
|
||||
//
|
||||
@@ -420,27 +423,27 @@
|
||||
//
|
||||
this.sPR구매ToolStripMenuItem.ForeColor = System.Drawing.Color.Black;
|
||||
this.sPR구매ToolStripMenuItem.Name = "sPR구매ToolStripMenuItem";
|
||||
this.sPR구매ToolStripMenuItem.Size = new System.Drawing.Size(219, 24);
|
||||
this.sPR구매ToolStripMenuItem.Size = new System.Drawing.Size(246, 24);
|
||||
this.sPR구매ToolStripMenuItem.Text = "해외지원+전자실 구매";
|
||||
this.sPR구매ToolStripMenuItem.Click += new System.EventHandler(this.sPR구매ToolStripMenuItem_Click);
|
||||
//
|
||||
// toolStripMenuItem14
|
||||
//
|
||||
this.toolStripMenuItem14.Name = "toolStripMenuItem14";
|
||||
this.toolStripMenuItem14.Size = new System.Drawing.Size(216, 6);
|
||||
this.toolStripMenuItem14.Size = new System.Drawing.Size(243, 6);
|
||||
//
|
||||
// 전자실구매승인ToolStripMenuItem
|
||||
//
|
||||
this.전자실구매승인ToolStripMenuItem.ForeColor = System.Drawing.Color.Red;
|
||||
this.전자실구매승인ToolStripMenuItem.Name = "전자실구매승인ToolStripMenuItem";
|
||||
this.전자실구매승인ToolStripMenuItem.Size = new System.Drawing.Size(219, 24);
|
||||
this.전자실구매승인ToolStripMenuItem.Size = new System.Drawing.Size(246, 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(219, 24);
|
||||
this.품목입고ToolStripMenuItem.Size = new System.Drawing.Size(246, 24);
|
||||
this.품목입고ToolStripMenuItem.Text = "품목 입고";
|
||||
this.품목입고ToolStripMenuItem.Click += new System.EventHandler(this.품목입고ToolStripMenuItem_Click);
|
||||
//
|
||||
@@ -722,6 +725,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);
|
||||
//
|
||||
// personalInventoryToolStripMenuItem
|
||||
//
|
||||
this.personalInventoryToolStripMenuItem.ForeColor = System.Drawing.Color.Tomato;
|
||||
@@ -1182,12 +1192,12 @@
|
||||
this.toolStripButton3.ToolTipText = "휴가신청";
|
||||
this.toolStripButton3.Click += new System.EventHandler(this.toolStripButton3_Click);
|
||||
//
|
||||
// 대체시간이월ToolStripMenuItem
|
||||
// 월별NRCR기준금액입력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);
|
||||
this.월별NRCR기준금액입력ToolStripMenuItem.Name = "월별NRCR기준금액입력ToolStripMenuItem";
|
||||
this.월별NRCR기준금액입력ToolStripMenuItem.Size = new System.Drawing.Size(246, 24);
|
||||
this.월별NRCR기준금액입력ToolStripMenuItem.Text = "월별 NR,CR 기준금액 입력";
|
||||
this.월별NRCR기준금액입력ToolStripMenuItem.Click += new System.EventHandler(this.월별NRCR기준금액입력ToolStripMenuItem_Click);
|
||||
//
|
||||
// fMain
|
||||
//
|
||||
@@ -1342,6 +1352,7 @@
|
||||
private System.Windows.Forms.ToolStripSeparator toolStripMenuItem2;
|
||||
private System.Windows.Forms.ToolStripMenuItem 업무분류및형태설정ToolStripMenuItem;
|
||||
private System.Windows.Forms.ToolStripMenuItem 대체시간이월ToolStripMenuItem;
|
||||
private System.Windows.Forms.ToolStripMenuItem 월별NRCR기준금액입력ToolStripMenuItem;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user