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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -1500,5 +1500,11 @@ namespace Project
|
||||
var f = new FBS0000.Holiday.fTimeTransfer();//.fJobProcessSelect("", true);
|
||||
f.Show();
|
||||
}
|
||||
|
||||
private void 월별NRCR기준금액입력ToolStripMenuItem_Click(object sender, EventArgs e)
|
||||
{
|
||||
var f = new FEQ0000.fMonthAmount();//.fJobProcessSelect("", true);
|
||||
f.Show();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -457,14 +457,14 @@
|
||||
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
|
||||
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAIDSURBVDhPY4CDmcasDEu1MxmW6ixgWKbTwrBYVx0svkqL
|
||||
h2GZViHDMu15QPFWhmXqUmBxDLBUZzVQwX84Xqzzg2GJpifDMs3rKOJLtZ4ADZWA6oKCpVo2IEmBtZb/
|
||||
/U7m/E+5XP8/92TF/3lzYj/U9OX/S73c8D/yXNl/1W1eUEO0+6A6oWCZzgT+NebHkq/Ufyu+1fO/5GbP
|
||||
/U7m/E+5XP8/92TF/3lzYj/U9Ob/S73c8D/yXNl/1W1eUEO0+6A6oWCZzgT+NebHkq/Ufyu+1fO/5GbP
|
||||
/0Mzc/4/6kz7f3VS5k+QGAyb7A49wbBE5xpUJxQs1RUsvtVdB1PUcaj+//XSiP/7W+3/Xi/0+tyzrRBu
|
||||
QPGtrgsg9VCdCFB8s3suTFHlpY5l5wtDDl5Odvt2MUjt/7YKp73FFzs+guQKbva8g2pBBTAXFN3sKQHx
|
||||
X7RGiD8u8/x/JUPrz5NsG7XCm736QNs/F93qOQ/WgA6K7/QYF9/oOg7lMjwu9vR8VOrxH4xLvDxAYkBX
|
||||
lgItagErwAaK73SLQZkMTyq8smAGPKn0zgSJ1d+v58i9NZEPrIAQeFTh2fek3Os/CD8u9+qFChMPgP7f
|
||||
CPdCqccGqDBx4P/+eo4XXVGn3/TE/Qfhl52Rp0BiUGns4N+Bfs2/B3r7/h/oPXP/QO9vIP0fGUPFzoDV
|
||||
7O/RgGoDatw2kR0oOP/S5Pp/6JpwYZDavwd65oH0Mvzd39uLTRExGKQX6PQ+W6Bpy4ECq0jBID3/DvTZ
|
||||
AgBjWaqCXsfGmAAAAABJRU5ErkJggg==
|
||||
7O/RgGoDatw2kR0oOP/ipPp/6JpwYZDavwd65oH0Mvzd39uLTRExGKQX6PQ+W6Bpy4ECq0jBID3/DvTZ
|
||||
AgBdX6p9Y4+DIQAAAABJRU5ErkJggg==
|
||||
</value>
|
||||
</data>
|
||||
<metadata name="$this.TrayHeight" type="System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
|
||||
Reference in New Issue
Block a user