...
This commit is contained in:
@@ -15,6 +15,7 @@ namespace Project
|
||||
재고관리,
|
||||
재고현황,
|
||||
근태입력,
|
||||
품목입고,
|
||||
}
|
||||
public enum eToolPosition
|
||||
{
|
||||
|
||||
62
Project/fMain.Designer.cs
generated
62
Project/fMain.Designer.cs
generated
@@ -40,6 +40,7 @@
|
||||
this.statusStrip1 = new System.Windows.Forms.StatusStrip();
|
||||
this.lbSvr = new System.Windows.Forms.ToolStripStatusLabel();
|
||||
this.sbLogin = new System.Windows.Forms.ToolStripStatusLabel();
|
||||
this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
|
||||
this.menuStrip1 = new System.Windows.Forms.MenuStrip();
|
||||
this.btSetting = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.로그인ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
@@ -143,7 +144,8 @@
|
||||
this.toolStripButton1 = new System.Windows.Forms.ToolStripButton();
|
||||
this.toolStripButton2 = new System.Windows.Forms.ToolStripButton();
|
||||
this.toolStripButton3 = new System.Windows.Forms.ToolStripButton();
|
||||
this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
|
||||
this.toolStripMenuItem14 = new System.Windows.Forms.ToolStripSeparator();
|
||||
this.품목입고ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.cmTab.SuspendLayout();
|
||||
this.statusStrip1.SuspendLayout();
|
||||
this.menuStrip1.SuspendLayout();
|
||||
@@ -212,6 +214,12 @@
|
||||
this.sbLogin.Size = new System.Drawing.Size(50, 17);
|
||||
this.sbLogin.Text = "{LOGIN}";
|
||||
//
|
||||
// toolStripStatusLabel1
|
||||
//
|
||||
this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
|
||||
this.toolStripStatusLabel1.Size = new System.Drawing.Size(35, 17);
|
||||
this.toolStripStatusLabel1.Text = "MAIL";
|
||||
//
|
||||
// menuStrip1
|
||||
//
|
||||
this.menuStrip1.Font = new System.Drawing.Font("맑은 고딕", 10F);
|
||||
@@ -369,7 +377,9 @@
|
||||
this.mn_purchase.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
||||
this.일반구매ToolStripMenuItem,
|
||||
this.cR구매ToolStripMenuItem,
|
||||
this.sPR구매ToolStripMenuItem});
|
||||
this.sPR구매ToolStripMenuItem,
|
||||
this.toolStripMenuItem14,
|
||||
this.품목입고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);
|
||||
@@ -379,7 +389,7 @@
|
||||
// 일반구매ToolStripMenuItem
|
||||
//
|
||||
this.일반구매ToolStripMenuItem.Name = "일반구매ToolStripMenuItem";
|
||||
this.일반구매ToolStripMenuItem.Size = new System.Drawing.Size(136, 24);
|
||||
this.일반구매ToolStripMenuItem.Size = new System.Drawing.Size(180, 24);
|
||||
this.일반구매ToolStripMenuItem.Text = "NR 구매";
|
||||
this.일반구매ToolStripMenuItem.Click += new System.EventHandler(this.일반구매ToolStripMenuItem_Click);
|
||||
//
|
||||
@@ -387,7 +397,7 @@
|
||||
//
|
||||
this.cR구매ToolStripMenuItem.ForeColor = System.Drawing.Color.Black;
|
||||
this.cR구매ToolStripMenuItem.Name = "cR구매ToolStripMenuItem";
|
||||
this.cR구매ToolStripMenuItem.Size = new System.Drawing.Size(136, 24);
|
||||
this.cR구매ToolStripMenuItem.Size = new System.Drawing.Size(180, 24);
|
||||
this.cR구매ToolStripMenuItem.Text = "CR 구매";
|
||||
this.cR구매ToolStripMenuItem.Click += new System.EventHandler(this.cR구매ToolStripMenuItem_Click);
|
||||
//
|
||||
@@ -395,7 +405,7 @@
|
||||
//
|
||||
this.sPR구매ToolStripMenuItem.Enabled = false;
|
||||
this.sPR구매ToolStripMenuItem.Name = "sPR구매ToolStripMenuItem";
|
||||
this.sPR구매ToolStripMenuItem.Size = new System.Drawing.Size(136, 24);
|
||||
this.sPR구매ToolStripMenuItem.Size = new System.Drawing.Size(180, 24);
|
||||
this.sPR구매ToolStripMenuItem.Text = "SPR 구매";
|
||||
this.sPR구매ToolStripMenuItem.Click += new System.EventHandler(this.sPR구매ToolStripMenuItem_Click);
|
||||
//
|
||||
@@ -413,14 +423,14 @@
|
||||
// 목록ToolStripMenuItem
|
||||
//
|
||||
this.목록ToolStripMenuItem.Name = "목록ToolStripMenuItem";
|
||||
this.목록ToolStripMenuItem.Size = new System.Drawing.Size(120, 24);
|
||||
this.목록ToolStripMenuItem.Size = new System.Drawing.Size(180, 24);
|
||||
this.목록ToolStripMenuItem.Text = "목록";
|
||||
this.목록ToolStripMenuItem.Click += new System.EventHandler(this.목록ToolStripMenuItem_Click);
|
||||
//
|
||||
// layoutToolStripMenuItem
|
||||
//
|
||||
this.layoutToolStripMenuItem.Name = "layoutToolStripMenuItem";
|
||||
this.layoutToolStripMenuItem.Size = new System.Drawing.Size(120, 24);
|
||||
this.layoutToolStripMenuItem.Size = new System.Drawing.Size(180, 24);
|
||||
this.layoutToolStripMenuItem.Text = "Layout";
|
||||
this.layoutToolStripMenuItem.Click += new System.EventHandler(this.layoutToolStripMenuItem_Click);
|
||||
//
|
||||
@@ -707,39 +717,39 @@
|
||||
// 메모장ToolStripMenuItem
|
||||
//
|
||||
this.메모장ToolStripMenuItem.Name = "메모장ToolStripMenuItem";
|
||||
this.메모장ToolStripMenuItem.Size = new System.Drawing.Size(149, 24);
|
||||
this.메모장ToolStripMenuItem.Size = new System.Drawing.Size(180, 24);
|
||||
this.메모장ToolStripMenuItem.Text = "메모장";
|
||||
this.메모장ToolStripMenuItem.Click += new System.EventHandler(this.메모장ToolStripMenuItem_Click);
|
||||
//
|
||||
// toolStripMenuItem4
|
||||
//
|
||||
this.toolStripMenuItem4.Name = "toolStripMenuItem4";
|
||||
this.toolStripMenuItem4.Size = new System.Drawing.Size(146, 6);
|
||||
this.toolStripMenuItem4.Size = new System.Drawing.Size(177, 6);
|
||||
//
|
||||
// 패치내역ToolStripMenuItem1
|
||||
//
|
||||
this.패치내역ToolStripMenuItem1.Name = "패치내역ToolStripMenuItem1";
|
||||
this.패치내역ToolStripMenuItem1.Size = new System.Drawing.Size(149, 24);
|
||||
this.패치내역ToolStripMenuItem1.Size = new System.Drawing.Size(180, 24);
|
||||
this.패치내역ToolStripMenuItem1.Text = "패치 내역";
|
||||
this.패치내역ToolStripMenuItem1.Click += new System.EventHandler(this.패치내역ToolStripMenuItem1_Click);
|
||||
//
|
||||
// 메일내역ToolStripMenuItem
|
||||
//
|
||||
this.메일내역ToolStripMenuItem.Name = "메일내역ToolStripMenuItem";
|
||||
this.메일내역ToolStripMenuItem.Size = new System.Drawing.Size(149, 24);
|
||||
this.메일내역ToolStripMenuItem.Size = new System.Drawing.Size(180, 24);
|
||||
this.메일내역ToolStripMenuItem.Text = "메일 내역";
|
||||
this.메일내역ToolStripMenuItem.Click += new System.EventHandler(this.메일내역ToolStripMenuItem_Click);
|
||||
//
|
||||
// toolStripMenuItem3
|
||||
//
|
||||
this.toolStripMenuItem3.Name = "toolStripMenuItem3";
|
||||
this.toolStripMenuItem3.Size = new System.Drawing.Size(146, 6);
|
||||
this.toolStripMenuItem3.Size = new System.Drawing.Size(177, 6);
|
||||
//
|
||||
// minutesToolStripMenuItem
|
||||
//
|
||||
this.minutesToolStripMenuItem.ForeColor = System.Drawing.Color.HotPink;
|
||||
this.minutesToolStripMenuItem.Name = "minutesToolStripMenuItem";
|
||||
this.minutesToolStripMenuItem.Size = new System.Drawing.Size(149, 24);
|
||||
this.minutesToolStripMenuItem.Size = new System.Drawing.Size(180, 24);
|
||||
this.minutesToolStripMenuItem.Text = "회의록";
|
||||
this.minutesToolStripMenuItem.Visible = false;
|
||||
this.minutesToolStripMenuItem.Click += new System.EventHandler(this.minutesToolStripMenuItem_Click);
|
||||
@@ -748,7 +758,7 @@
|
||||
//
|
||||
this.requestITemToolStripMenuItem.ForeColor = System.Drawing.Color.HotPink;
|
||||
this.requestITemToolStripMenuItem.Name = "requestITemToolStripMenuItem";
|
||||
this.requestITemToolStripMenuItem.Size = new System.Drawing.Size(149, 24);
|
||||
this.requestITemToolStripMenuItem.Size = new System.Drawing.Size(180, 24);
|
||||
this.requestITemToolStripMenuItem.Text = "견적요청";
|
||||
this.requestITemToolStripMenuItem.Visible = false;
|
||||
this.requestITemToolStripMenuItem.Click += new System.EventHandler(this.requestITemToolStripMenuItem_Click);
|
||||
@@ -757,7 +767,7 @@
|
||||
//
|
||||
this.freeBoardToolStripMenuItem.Enabled = false;
|
||||
this.freeBoardToolStripMenuItem.Name = "freeBoardToolStripMenuItem";
|
||||
this.freeBoardToolStripMenuItem.Size = new System.Drawing.Size(149, 24);
|
||||
this.freeBoardToolStripMenuItem.Size = new System.Drawing.Size(180, 24);
|
||||
this.freeBoardToolStripMenuItem.Text = "Free Board";
|
||||
this.freeBoardToolStripMenuItem.Visible = false;
|
||||
//
|
||||
@@ -765,7 +775,7 @@
|
||||
//
|
||||
this.bugReportToolStripMenuItem.Enabled = false;
|
||||
this.bugReportToolStripMenuItem.Name = "bugReportToolStripMenuItem";
|
||||
this.bugReportToolStripMenuItem.Size = new System.Drawing.Size(149, 24);
|
||||
this.bugReportToolStripMenuItem.Size = new System.Drawing.Size(180, 24);
|
||||
this.bugReportToolStripMenuItem.Text = "Bug Report";
|
||||
this.bugReportToolStripMenuItem.Visible = false;
|
||||
//
|
||||
@@ -773,7 +783,7 @@
|
||||
//
|
||||
this.todoListToolStripMenuItem.Enabled = false;
|
||||
this.todoListToolStripMenuItem.Name = "todoListToolStripMenuItem";
|
||||
this.todoListToolStripMenuItem.Size = new System.Drawing.Size(149, 24);
|
||||
this.todoListToolStripMenuItem.Size = new System.Drawing.Size(180, 24);
|
||||
this.todoListToolStripMenuItem.Text = "Todo List";
|
||||
this.todoListToolStripMenuItem.Visible = false;
|
||||
this.todoListToolStripMenuItem.Click += new System.EventHandler(this.todoListToolStripMenuItem_Click);
|
||||
@@ -782,7 +792,7 @@
|
||||
//
|
||||
this.메일전송ToolStripMenuItem.ForeColor = System.Drawing.Color.Red;
|
||||
this.메일전송ToolStripMenuItem.Name = "메일전송ToolStripMenuItem";
|
||||
this.메일전송ToolStripMenuItem.Size = new System.Drawing.Size(149, 24);
|
||||
this.메일전송ToolStripMenuItem.Size = new System.Drawing.Size(180, 24);
|
||||
this.메일전송ToolStripMenuItem.Text = "메일전송";
|
||||
this.메일전송ToolStripMenuItem.Visible = false;
|
||||
this.메일전송ToolStripMenuItem.Click += new System.EventHandler(this.메일전송ToolStripMenuItem_Click);
|
||||
@@ -1110,11 +1120,17 @@
|
||||
this.toolStripButton3.ToolTipText = "휴가신청";
|
||||
this.toolStripButton3.Click += new System.EventHandler(this.toolStripButton3_Click);
|
||||
//
|
||||
// toolStripStatusLabel1
|
||||
// toolStripMenuItem14
|
||||
//
|
||||
this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
|
||||
this.toolStripStatusLabel1.Size = new System.Drawing.Size(35, 17);
|
||||
this.toolStripStatusLabel1.Text = "MAIL";
|
||||
this.toolStripMenuItem14.Name = "toolStripMenuItem14";
|
||||
this.toolStripMenuItem14.Size = new System.Drawing.Size(177, 6);
|
||||
//
|
||||
// 품목입고ToolStripMenuItem
|
||||
//
|
||||
this.품목입고ToolStripMenuItem.Name = "품목입고ToolStripMenuItem";
|
||||
this.품목입고ToolStripMenuItem.Size = new System.Drawing.Size(180, 24);
|
||||
this.품목입고ToolStripMenuItem.Text = "품목 입고";
|
||||
this.품목입고ToolStripMenuItem.Click += new System.EventHandler(this.품목입고ToolStripMenuItem_Click);
|
||||
//
|
||||
// fMain
|
||||
//
|
||||
@@ -1262,6 +1278,8 @@
|
||||
private System.Windows.Forms.ToolStripMenuItem sPR구매ToolStripMenuItem;
|
||||
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem13;
|
||||
private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel1;
|
||||
private System.Windows.Forms.ToolStripSeparator toolStripMenuItem14;
|
||||
private System.Windows.Forms.ToolStripMenuItem 품목입고ToolStripMenuItem;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -256,6 +256,10 @@ namespace Project
|
||||
{
|
||||
Menu_InventoryList();
|
||||
}
|
||||
else if(Pub.setting.startForm == eFormList.품목입고)
|
||||
{
|
||||
menu_itemin();
|
||||
}
|
||||
else if (Pub.setting.startForm == eFormList.근태입력)
|
||||
{
|
||||
Menu_WorkTable();
|
||||
@@ -456,7 +460,12 @@ namespace Project
|
||||
AddForm(formkey, new FCM0000.fRequestItem());
|
||||
|
||||
}
|
||||
|
||||
void menu_itemin()
|
||||
{
|
||||
string formkey = "ITEMIPKO";
|
||||
if (!ShowForm(formkey))
|
||||
AddForm(formkey, new FEQ0000.fItemin(), "품목입고");
|
||||
}
|
||||
void menu_nrpurchase()
|
||||
{
|
||||
string formkey = "PUCHASENR";
|
||||
@@ -1408,5 +1417,10 @@ namespace Project
|
||||
FCOMMON.Util.MsgI("complete");
|
||||
}
|
||||
|
||||
private void 품목입고ToolStripMenuItem_Click(object sender, EventArgs e)
|
||||
{
|
||||
menu_itemin();
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -452,14 +452,14 @@
|
||||
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
|
||||
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAIDSURBVDhPY4CDmcasDEu1MxmW6ixgWKbTwrBYVx0svkqL
|
||||
h2GZViHDMu15QPFWhmXqUmBxDLBUZzVQwX84Xqzzg2GJpifDMs3rKOJLtZ4ADZWA6oKCpVo2IEmBtZb/
|
||||
/U7m/E+5XP8/92TF/3lzYj/ULM//l3q54X/kubL/qtu8oIZo90F1QsEynQn8a8yPJV+p/1Z8q+d/yc2e
|
||||
/4dm5vx/1Jn2/+qkzJ8gMRg22R16gmGJzjWoTihYqitYfKu7Dqao41D9/+ulEf9Pt/r/vV7o9blnWyHc
|
||||
/U7m/E+5XP8/92TF/3lzYj/ULMv/l3q54X/kubL/qtu8oIZo90F1QsEynQn8a8yPJV+p/1Z8q+d/yc2e
|
||||
/4dm5vx/1Jn2/+qkzJ8gMRg22R16gmGJzjWoTihYqitYfKu7Dqao41D9/+ulEf9Ptfr9vV7o9blnWyHc
|
||||
gOJbXRdA6qE6EaD4ZvdcmKLKSx3LzheGHLyc7PbtYpDa/20VTnuLL3Z8BMkV3Ox5B9WCCmAuKLrZUwLi
|
||||
v2iNEH9c5vn/SobWnyfZNmqFN3v1gbZ/LrrVcx6sAR0U3+kxLr7RdRzKZXhc7On5qNTjPxiXeHmAxICu
|
||||
LAVa1AJWgA0U3+kWgzIZnlR4ZcEMeFLpnQkSq79fz5F7ayIfWAEh8KjCs+9Judd/EH5c7tULFSYeAP2/
|
||||
Ee6FUo8NUGHiwP/99RwvuqJOv+mJ+w/CLzsjT4HEoNLYwb8D/Zp/D/T2/T/Qe+b1gd7fQPo/MoaKnQGr
|
||||
2d+jAdUG1LhtIjtQcP7rNfX/0DXhwiC1fw/0zAPpZfi7v7cXmyJiMEgv0Ol9tkDTlgMFVpGCQXr+Heiz
|
||||
BQBgTqszmtiViwAAAABJRU5ErkJggg==
|
||||
Ee6FUo8NUGHiwP/99RwvuqJOv+mJ+w/CLzsjT4HEoNLYwb8D/Zp/D/T2/T/Qe+bVgd7fQPo/MoaKnQGr
|
||||
2d+jAdUG1LhtIjtQcP6r1fX/0DXhwiC1fw/0zAPpZfi7v7cXmyJiMEgv0Ol9tkDTlgMFVpGCQXr+Heiz
|
||||
BQBSrqsqkGxGUAAAAABJRU5ErkJggg==
|
||||
</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