From 5a899c2d1b6751fff6dea0c7a4f735120d0ae3e8 Mon Sep 17 00:00:00 2001 From: chi Date: Thu, 27 Apr 2023 11:14:32 +0900 Subject: [PATCH] ... --- Project/Setting.cs | 1 + Project/fMain.Designer.cs | 62 +- Project/fMain.cs | 16 +- Project/fMain.resx | 10 +- SubProject/FEQ0000/FEQ0000.csproj | 9 + .../Purchase/fPurchaseNR_Ipgo.Designer.cs | 445 ++++--- .../FEQ0000/Purchase/fPurchaseNR_Ipgo.cs | 35 +- .../FEQ0000/Purchase/fPurchaseNR_Ipgo.resx | 24 +- .../PurchaseCR/fPurchaseCR_Ipgo.Designer.cs | 273 ++-- .../FEQ0000/PurchaseCR/fPurchaseCR_Ipgo.cs | 57 +- .../FEQ0000/PurchaseCR/fPurchaseCR_Ipgo.resx | 9 + SubProject/FEQ0000/dsPurchase.Designer.cs | 1149 +++++++++++++++++ SubProject/FEQ0000/dsPurchase.xsd | 107 ++ SubProject/FEQ0000/dsPurchase.xss | 5 +- SubProject/FEQ0000/fItemin.Designer.cs | 644 +++++++++ SubProject/FEQ0000/fItemin.cs | 226 ++++ SubProject/FEQ0000/fItemin.resx | 271 ++++ .../FPJ0000/Project/fProjectList.Designer.cs | 184 +-- SubProject/FPJ0000/Project/fProjectList.resx | 9 - 19 files changed, 3096 insertions(+), 440 deletions(-) create mode 100644 SubProject/FEQ0000/fItemin.Designer.cs create mode 100644 SubProject/FEQ0000/fItemin.cs create mode 100644 SubProject/FEQ0000/fItemin.resx diff --git a/Project/Setting.cs b/Project/Setting.cs index eb41ae4..6fd5f25 100644 --- a/Project/Setting.cs +++ b/Project/Setting.cs @@ -15,6 +15,7 @@ namespace Project 재고관리, 재고현황, 근태입력, + 품목입고, } public enum eToolPosition { diff --git a/Project/fMain.Designer.cs b/Project/fMain.Designer.cs index e546bac..39fe731 100644 --- a/Project/fMain.Designer.cs +++ b/Project/fMain.Designer.cs @@ -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; } } diff --git a/Project/fMain.cs b/Project/fMain.cs index 05e6bf5..2e2e599 100644 --- a/Project/fMain.cs +++ b/Project/fMain.cs @@ -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(); + + } } } diff --git a/Project/fMain.resx b/Project/fMain.resx index 94cc4f4..28a29ae 100644 --- a/Project/fMain.resx +++ b/Project/fMain.resx @@ -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== diff --git a/SubProject/FEQ0000/FEQ0000.csproj b/SubProject/FEQ0000/FEQ0000.csproj index b63e7ed..1b110cf 100644 --- a/SubProject/FEQ0000/FEQ0000.csproj +++ b/SubProject/FEQ0000/FEQ0000.csproj @@ -175,6 +175,12 @@ rpt_equipmentAll.cs + + Form + + + fItemin.cs + @@ -290,6 +296,9 @@ rpt_equipmentAll.cs + + fItemin.cs + ResXFileCodeGenerator diff --git a/SubProject/FEQ0000/Purchase/fPurchaseNR_Ipgo.Designer.cs b/SubProject/FEQ0000/Purchase/fPurchaseNR_Ipgo.Designer.cs index 99824fe..a55f268 100644 --- a/SubProject/FEQ0000/Purchase/fPurchaseNR_Ipgo.Designer.cs +++ b/SubProject/FEQ0000/Purchase/fPurchaseNR_Ipgo.Designer.cs @@ -39,14 +39,16 @@ namespace FEQ0000.Purchase System.Windows.Forms.Label label3; System.Windows.Forms.Label label2; System.Windows.Forms.Label nameLabel; - System.Windows.Forms.Label label15; System.Windows.Forms.Label label16; System.Windows.Forms.Label label20; - System.Windows.Forms.Label label1; - System.Windows.Forms.Label label6; System.Windows.Forms.Label label7; System.Windows.Forms.Label label8; System.Windows.Forms.Label receiveLabel; + System.Windows.Forms.Label label13; + System.Windows.Forms.Label label10; + System.Windows.Forms.Label label14; + System.Windows.Forms.Label label6; + System.Windows.Forms.Label label1; this.panel1 = new System.Windows.Forms.Panel(); this.tbPrjStatus = new System.Windows.Forms.TextBox(); this.tbPrjIdx = new System.Windows.Forms.TextBox(); @@ -60,24 +62,27 @@ namespace FEQ0000.Purchase this.tbPrjName = new System.Windows.Forms.TextBox(); this.tbIdx = new System.Windows.Forms.TextBox(); this.panel2 = new System.Windows.Forms.Panel(); - this.textBox10 = new System.Windows.Forms.TextBox(); - this.textBox9 = new System.Windows.Forms.TextBox(); - this.textBox8 = new System.Windows.Forms.TextBox(); - this.textBox3 = new System.Windows.Forms.TextBox(); - this.textBox11 = new System.Windows.Forms.TextBox(); - this.textBox13 = new System.Windows.Forms.TextBox(); - this.textBox14 = new System.Windows.Forms.TextBox(); + this.tbUnit = new System.Windows.Forms.TextBox(); + this.tbModel = new System.Windows.Forms.TextBox(); this.arLabel1 = new System.Windows.Forms.Label(); - this.textBox15 = new System.Windows.Forms.TextBox(); + this.tbPumname = new System.Windows.Forms.TextBox(); this.textBox16 = new System.Windows.Forms.TextBox(); this.panel3 = new System.Windows.Forms.Panel(); - this.tbInRemar = new System.Windows.Forms.TextBox(); + this.tbInRemark = new System.Windows.Forms.TextBox(); this.tbInQty = new System.Windows.Forms.TextBox(); this.chkInDate = new System.Windows.Forms.CheckBox(); this.dtInDate = new System.Windows.Forms.DateTimePicker(); - this.cmbReceive = new System.Windows.Forms.ComboBox(); this.btOK = new System.Windows.Forms.Button(); this.arLabel3 = new System.Windows.Forms.Label(); + this.cmbReceive = new System.Windows.Forms.ComboBox(); + this.tbInPrice = new System.Windows.Forms.TextBox(); + this.tbSCRCF = new System.Windows.Forms.TextBox(); + this.tbSC = new System.Windows.Forms.TextBox(); + this.tbPO = new System.Windows.Forms.TextBox(); + this.tbRemarkO = new System.Windows.Forms.TextBox(); + this.tbAmt = new System.Windows.Forms.TextBox(); + this.tbPriceO = new System.Windows.Forms.TextBox(); + this.tbQty = new System.Windows.Forms.TextBox(); label17 = new System.Windows.Forms.Label(); label12 = new System.Windows.Forms.Label(); label11 = new System.Windows.Forms.Label(); @@ -88,14 +93,16 @@ namespace FEQ0000.Purchase label3 = new System.Windows.Forms.Label(); label2 = new System.Windows.Forms.Label(); nameLabel = new System.Windows.Forms.Label(); - label15 = new System.Windows.Forms.Label(); label16 = new System.Windows.Forms.Label(); label20 = new System.Windows.Forms.Label(); - label1 = new System.Windows.Forms.Label(); - label6 = new System.Windows.Forms.Label(); label7 = new System.Windows.Forms.Label(); label8 = new System.Windows.Forms.Label(); receiveLabel = new System.Windows.Forms.Label(); + label13 = new System.Windows.Forms.Label(); + label10 = new System.Windows.Forms.Label(); + label14 = new System.Windows.Forms.Label(); + label6 = new System.Windows.Forms.Label(); + label1 = new System.Windows.Forms.Label(); this.panel1.SuspendLayout(); this.panel2.SuspendLayout(); this.panel3.SuspendLayout(); @@ -198,23 +205,14 @@ namespace FEQ0000.Purchase nameLabel.TabIndex = 0; nameLabel.Text = "프로젝트"; // - // label15 - // - label15.AutoSize = true; - label15.Location = new System.Drawing.Point(40, 81); - label15.Name = "label15"; - label15.Size = new System.Drawing.Size(59, 12); - label15.TabIndex = 6; - label15.Text = "규격/단위"; - // // label16 // label16.AutoSize = true; - label16.Location = new System.Drawing.Point(70, 57); + label16.Location = new System.Drawing.Point(40, 57); label16.Name = "label16"; - label16.Size = new System.Drawing.Size(29, 12); + label16.Size = new System.Drawing.Size(59, 12); label16.TabIndex = 2; - label16.Text = "모델"; + label16.Text = "모델/단위"; // // label20 // @@ -225,28 +223,10 @@ namespace FEQ0000.Purchase label20.TabIndex = 0; label20.Text = "품명"; // - // label1 - // - label1.AutoSize = true; - label1.Location = new System.Drawing.Point(10, 106); - label1.Name = "label1"; - label1.Size = new System.Drawing.Size(89, 12); - label1.TabIndex = 87; - label1.Text = "수량/단가/금액"; - // - // label6 - // - label6.AutoSize = true; - label6.Location = new System.Drawing.Point(70, 131); - label6.Name = "label6"; - label6.Size = new System.Drawing.Size(29, 12); - label6.TabIndex = 87; - label6.Text = "비고"; - // // label7 // label7.AutoSize = true; - label7.Location = new System.Drawing.Point(19, 140); + label7.Location = new System.Drawing.Point(52, 225); label7.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); label7.Name = "label7"; label7.Size = new System.Drawing.Size(63, 12); @@ -256,23 +236,14 @@ namespace FEQ0000.Purchase // label8 // label8.AutoSize = true; - label8.Location = new System.Drawing.Point(29, 105); + label8.Font = new System.Drawing.Font("맑은 고딕", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); + label8.Location = new System.Drawing.Point(23, 149); label8.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); label8.Name = "label8"; - label8.Size = new System.Drawing.Size(53, 12); + label8.Size = new System.Drawing.Size(92, 28); label8.TabIndex = 107; label8.Text = "입고수량"; // - // receiveLabel - // - receiveLabel.AutoSize = true; - receiveLabel.Location = new System.Drawing.Point(44, 34); - receiveLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); - receiveLabel.Name = "receiveLabel"; - receiveLabel.Size = new System.Drawing.Size(41, 12); - receiveLabel.TabIndex = 105; - receiveLabel.Text = "수령인"; - // // panel1 // this.panel1.BackColor = System.Drawing.Color.Gainsboro; @@ -300,7 +271,7 @@ namespace FEQ0000.Purchase this.panel1.Dock = System.Windows.Forms.DockStyle.Top; this.panel1.Location = new System.Drawing.Point(0, 0); this.panel1.Name = "panel1"; - this.panel1.Size = new System.Drawing.Size(552, 193); + this.panel1.Size = new System.Drawing.Size(584, 193); this.panel1.TabIndex = 87; // // tbPrjStatus @@ -385,7 +356,7 @@ namespace FEQ0000.Purchase this.arLabel2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(85)))), ((int)(((byte)(85)))), ((int)(((byte)(85))))); this.arLabel2.Location = new System.Drawing.Point(0, 0); this.arLabel2.Name = "arLabel2"; - this.arLabel2.Size = new System.Drawing.Size(552, 23); + this.arLabel2.Size = new System.Drawing.Size(584, 23); this.arLabel2.TabIndex = 86; this.arLabel2.Text = "프로젝트"; this.arLabel2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; @@ -411,88 +382,46 @@ namespace FEQ0000.Purchase // panel2 // this.panel2.BackColor = System.Drawing.Color.Gainsboro; - this.panel2.Controls.Add(this.textBox10); - this.panel2.Controls.Add(this.textBox9); - this.panel2.Controls.Add(this.textBox8); - this.panel2.Controls.Add(this.textBox3); + this.panel2.Controls.Add(this.tbSCRCF); + this.panel2.Controls.Add(this.tbSC); + this.panel2.Controls.Add(label10); + this.panel2.Controls.Add(this.tbPO); + this.panel2.Controls.Add(label14); + this.panel2.Controls.Add(this.tbRemarkO); + this.panel2.Controls.Add(this.tbAmt); + this.panel2.Controls.Add(this.tbPriceO); + this.panel2.Controls.Add(this.tbQty); this.panel2.Controls.Add(label6); this.panel2.Controls.Add(label1); - this.panel2.Controls.Add(this.textBox11); - this.panel2.Controls.Add(this.textBox13); - this.panel2.Controls.Add(label15); - this.panel2.Controls.Add(this.textBox14); + this.panel2.Controls.Add(this.tbUnit); + this.panel2.Controls.Add(this.tbModel); this.panel2.Controls.Add(this.arLabel1); this.panel2.Controls.Add(label16); - this.panel2.Controls.Add(this.textBox15); + this.panel2.Controls.Add(this.tbPumname); this.panel2.Controls.Add(label20); this.panel2.Controls.Add(this.textBox16); this.panel2.Dock = System.Windows.Forms.DockStyle.Top; this.panel2.Location = new System.Drawing.Point(0, 193); this.panel2.Name = "panel2"; - this.panel2.Size = new System.Drawing.Size(552, 158); + this.panel2.Size = new System.Drawing.Size(584, 234); this.panel2.TabIndex = 88; // - // textBox10 + // tbUnit // - this.textBox10.ImeMode = System.Windows.Forms.ImeMode.Hangul; - this.textBox10.Location = new System.Drawing.Point(103, 128); - this.textBox10.Name = "textBox10"; - this.textBox10.ReadOnly = true; - this.textBox10.Size = new System.Drawing.Size(437, 21); - this.textBox10.TabIndex = 91; + this.tbUnit.ImeMode = System.Windows.Forms.ImeMode.Hangul; + this.tbUnit.Location = new System.Drawing.Point(413, 54); + this.tbUnit.Name = "tbUnit"; + this.tbUnit.ReadOnly = true; + this.tbUnit.Size = new System.Drawing.Size(127, 21); + this.tbUnit.TabIndex = 7; // - // textBox9 + // tbModel // - this.textBox9.ImeMode = System.Windows.Forms.ImeMode.Hangul; - this.textBox9.Location = new System.Drawing.Point(370, 102); - this.textBox9.Name = "textBox9"; - this.textBox9.ReadOnly = true; - this.textBox9.Size = new System.Drawing.Size(127, 21); - this.textBox9.TabIndex = 90; - // - // textBox8 - // - this.textBox8.ImeMode = System.Windows.Forms.ImeMode.Hangul; - this.textBox8.Location = new System.Drawing.Point(237, 102); - this.textBox8.Name = "textBox8"; - this.textBox8.ReadOnly = true; - this.textBox8.Size = new System.Drawing.Size(127, 21); - this.textBox8.TabIndex = 89; - // - // textBox3 - // - this.textBox3.ImeMode = System.Windows.Forms.ImeMode.Hangul; - this.textBox3.Location = new System.Drawing.Point(104, 102); - this.textBox3.Name = "textBox3"; - this.textBox3.ReadOnly = true; - this.textBox3.Size = new System.Drawing.Size(127, 21); - this.textBox3.TabIndex = 88; - // - // textBox11 - // - this.textBox11.Location = new System.Drawing.Point(237, 77); - this.textBox11.Name = "textBox11"; - this.textBox11.ReadOnly = true; - this.textBox11.Size = new System.Drawing.Size(127, 21); - this.textBox11.TabIndex = 13; - this.textBox11.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; - // - // textBox13 - // - this.textBox13.ImeMode = System.Windows.Forms.ImeMode.Hangul; - this.textBox13.Location = new System.Drawing.Point(104, 77); - this.textBox13.Name = "textBox13"; - this.textBox13.ReadOnly = true; - this.textBox13.Size = new System.Drawing.Size(127, 21); - this.textBox13.TabIndex = 7; - // - // textBox14 - // - this.textBox14.Location = new System.Drawing.Point(104, 53); - this.textBox14.Name = "textBox14"; - this.textBox14.ReadOnly = true; - this.textBox14.Size = new System.Drawing.Size(252, 21); - this.textBox14.TabIndex = 3; + this.tbModel.Location = new System.Drawing.Point(104, 53); + this.tbModel.Name = "tbModel"; + this.tbModel.ReadOnly = true; + this.tbModel.Size = new System.Drawing.Size(302, 21); + this.tbModel.TabIndex = 3; // // arLabel1 // @@ -503,19 +432,19 @@ namespace FEQ0000.Purchase this.arLabel1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(85)))), ((int)(((byte)(85)))), ((int)(((byte)(85))))); this.arLabel1.Location = new System.Drawing.Point(0, 0); this.arLabel1.Name = "arLabel1"; - this.arLabel1.Size = new System.Drawing.Size(552, 23); + this.arLabel1.Size = new System.Drawing.Size(584, 23); this.arLabel1.TabIndex = 86; this.arLabel1.Text = "품목정보"; this.arLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // - // textBox15 + // tbPumname // - this.textBox15.ImeMode = System.Windows.Forms.ImeMode.Hangul; - this.textBox15.Location = new System.Drawing.Point(104, 30); - this.textBox15.Name = "textBox15"; - this.textBox15.ReadOnly = true; - this.textBox15.Size = new System.Drawing.Size(303, 21); - this.textBox15.TabIndex = 1; + this.tbPumname.ImeMode = System.Windows.Forms.ImeMode.Hangul; + this.tbPumname.Location = new System.Drawing.Point(104, 30); + this.tbPumname.Name = "tbPumname"; + this.tbPumname.ReadOnly = true; + this.tbPumname.Size = new System.Drawing.Size(303, 21); + this.tbPumname.TabIndex = 1; // // textBox16 // @@ -529,48 +458,52 @@ namespace FEQ0000.Purchase // panel3 // this.panel3.BackColor = System.Drawing.Color.Gainsboro; - this.panel3.Controls.Add(this.tbInRemar); + this.panel3.Controls.Add(this.tbInPrice); + this.panel3.Controls.Add(label13); + this.panel3.Controls.Add(receiveLabel); + this.panel3.Controls.Add(this.cmbReceive); + this.panel3.Controls.Add(this.tbInRemark); this.panel3.Controls.Add(label7); this.panel3.Controls.Add(this.tbInQty); this.panel3.Controls.Add(label8); this.panel3.Controls.Add(this.chkInDate); this.panel3.Controls.Add(this.dtInDate); - this.panel3.Controls.Add(receiveLabel); - this.panel3.Controls.Add(this.cmbReceive); this.panel3.Controls.Add(this.btOK); this.panel3.Controls.Add(this.arLabel3); this.panel3.Dock = System.Windows.Forms.DockStyle.Fill; - this.panel3.Location = new System.Drawing.Point(0, 351); + this.panel3.Location = new System.Drawing.Point(0, 427); this.panel3.Name = "panel3"; - this.panel3.Size = new System.Drawing.Size(552, 220); + this.panel3.Size = new System.Drawing.Size(584, 313); this.panel3.TabIndex = 89; // - // tbInRemar + // tbInRemark // - this.tbInRemar.Enabled = false; - this.tbInRemar.Location = new System.Drawing.Point(104, 136); - this.tbInRemar.Margin = new System.Windows.Forms.Padding(4); - this.tbInRemar.Multiline = true; - this.tbInRemar.Name = "tbInRemar"; - this.tbInRemar.Size = new System.Drawing.Size(286, 70); - this.tbInRemar.TabIndex = 110; + this.tbInRemark.Enabled = false; + this.tbInRemark.Location = new System.Drawing.Point(120, 221); + this.tbInRemark.Margin = new System.Windows.Forms.Padding(4); + this.tbInRemark.Multiline = true; + this.tbInRemark.Name = "tbInRemark"; + this.tbInRemark.Size = new System.Drawing.Size(286, 70); + this.tbInRemark.TabIndex = 110; // // tbInQty // this.tbInQty.Enabled = false; - this.tbInQty.Location = new System.Drawing.Point(104, 101); + this.tbInQty.Font = new System.Drawing.Font("맑은 고딕", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); + this.tbInQty.Location = new System.Drawing.Point(120, 145); this.tbInQty.Margin = new System.Windows.Forms.Padding(4); this.tbInQty.Name = "tbInQty"; - this.tbInQty.Size = new System.Drawing.Size(286, 21); + this.tbInQty.Size = new System.Drawing.Size(286, 34); this.tbInQty.TabIndex = 108; // // chkInDate // this.chkInDate.AutoSize = true; - this.chkInDate.Location = new System.Drawing.Point(25, 68); + this.chkInDate.Font = new System.Drawing.Font("맑은 고딕", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); + this.chkInDate.Location = new System.Drawing.Point(24, 112); this.chkInDate.Margin = new System.Windows.Forms.Padding(4); this.chkInDate.Name = "chkInDate"; - this.chkInDate.Size = new System.Drawing.Size(60, 16); + this.chkInDate.Size = new System.Drawing.Size(91, 32); this.chkInDate.TabIndex = 103; this.chkInDate.TabStop = false; this.chkInDate.Text = "입고일"; @@ -580,34 +513,21 @@ namespace FEQ0000.Purchase // dtInDate // this.dtInDate.Enabled = false; - this.dtInDate.Location = new System.Drawing.Point(104, 66); + this.dtInDate.Font = new System.Drawing.Font("맑은 고딕", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); + this.dtInDate.Location = new System.Drawing.Point(120, 110); this.dtInDate.Margin = new System.Windows.Forms.Padding(4); this.dtInDate.Name = "dtInDate"; - this.dtInDate.Size = new System.Drawing.Size(286, 21); + this.dtInDate.Size = new System.Drawing.Size(286, 34); this.dtInDate.TabIndex = 104; this.dtInDate.TabStop = false; // - // cmbReceive - // - this.cmbReceive.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend; - this.cmbReceive.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems; - this.cmbReceive.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; - this.cmbReceive.Enabled = false; - this.cmbReceive.FormattingEnabled = true; - this.cmbReceive.ImeMode = System.Windows.Forms.ImeMode.Hangul; - this.cmbReceive.Location = new System.Drawing.Point(104, 30); - this.cmbReceive.Margin = new System.Windows.Forms.Padding(4); - this.cmbReceive.Name = "cmbReceive"; - this.cmbReceive.Size = new System.Drawing.Size(286, 20); - this.cmbReceive.TabIndex = 106; - // // btOK // this.btOK.Dock = System.Windows.Forms.DockStyle.Right; this.btOK.Font = new System.Drawing.Font("맑은 고딕", 20F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); - this.btOK.Location = new System.Drawing.Point(413, 23); + this.btOK.Location = new System.Drawing.Point(445, 23); this.btOK.Name = "btOK"; - this.btOK.Size = new System.Drawing.Size(139, 197); + this.btOK.Size = new System.Drawing.Size(139, 290); this.btOK.TabIndex = 102; this.btOK.Text = "등록"; this.btOK.UseVisualStyleBackColor = true; @@ -622,16 +542,170 @@ namespace FEQ0000.Purchase this.arLabel3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(85)))), ((int)(((byte)(85)))), ((int)(((byte)(85))))); this.arLabel3.Location = new System.Drawing.Point(0, 0); this.arLabel3.Name = "arLabel3"; - this.arLabel3.Size = new System.Drawing.Size(552, 23); + this.arLabel3.Size = new System.Drawing.Size(584, 23); this.arLabel3.TabIndex = 86; this.arLabel3.Text = "입고정보"; this.arLabel3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // + // receiveLabel + // + receiveLabel.AutoSize = true; + receiveLabel.Location = new System.Drawing.Point(25, 38); + receiveLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); + receiveLabel.Name = "receiveLabel"; + receiveLabel.Size = new System.Drawing.Size(41, 12); + receiveLabel.TabIndex = 111; + receiveLabel.Text = "수령인"; + // + // cmbReceive + // + this.cmbReceive.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend; + this.cmbReceive.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems; + this.cmbReceive.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + this.cmbReceive.Enabled = false; + this.cmbReceive.Font = new System.Drawing.Font("맑은 고딕", 20F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); + this.cmbReceive.FormattingEnabled = true; + this.cmbReceive.ImeMode = System.Windows.Forms.ImeMode.Hangul; + this.cmbReceive.Location = new System.Drawing.Point(24, 59); + this.cmbReceive.Margin = new System.Windows.Forms.Padding(4); + this.cmbReceive.Name = "cmbReceive"; + this.cmbReceive.Size = new System.Drawing.Size(382, 45); + this.cmbReceive.TabIndex = 112; + // + // tbInPrice + // + this.tbInPrice.Enabled = false; + this.tbInPrice.Font = new System.Drawing.Font("맑은 고딕", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); + this.tbInPrice.Location = new System.Drawing.Point(120, 183); + this.tbInPrice.Margin = new System.Windows.Forms.Padding(4); + this.tbInPrice.Name = "tbInPrice"; + this.tbInPrice.Size = new System.Drawing.Size(286, 34); + this.tbInPrice.TabIndex = 114; + this.tbInPrice.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; + // + // label13 + // + label13.AutoSize = true; + label13.Font = new System.Drawing.Font("맑은 고딕", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); + label13.Location = new System.Drawing.Point(63, 187); + label13.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); + label13.Name = "label13"; + label13.Size = new System.Drawing.Size(52, 28); + label13.TabIndex = 113; + label13.Text = "단가"; + // + // tbSCRCF + // + this.tbSCRCF.Font = new System.Drawing.Font("굴림", 20F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); + this.tbSCRCF.ImeMode = System.Windows.Forms.ImeMode.Hangul; + this.tbSCRCF.Location = new System.Drawing.Point(340, 189); + this.tbSCRCF.Name = "tbSCRCF"; + this.tbSCRCF.ReadOnly = true; + this.tbSCRCF.Size = new System.Drawing.Size(232, 38); + this.tbSCRCF.TabIndex = 107; + // + // tbSC + // + this.tbSC.Font = new System.Drawing.Font("굴림", 20F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); + this.tbSC.ImeMode = System.Windows.Forms.ImeMode.Hangul; + this.tbSC.Location = new System.Drawing.Point(104, 188); + this.tbSC.Name = "tbSC"; + this.tbSC.ReadOnly = true; + this.tbSC.Size = new System.Drawing.Size(232, 38); + this.tbSC.TabIndex = 106; + // + // label10 + // + label10.AutoSize = true; + label10.Location = new System.Drawing.Point(9, 202); + label10.Name = "label10"; + label10.Size = new System.Drawing.Size(89, 12); + label10.TabIndex = 105; + label10.Text = "SC / SCR/CF#"; + // + // tbPO + // + this.tbPO.Font = new System.Drawing.Font("굴림", 20F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); + this.tbPO.ImeMode = System.Windows.Forms.ImeMode.Hangul; + this.tbPO.Location = new System.Drawing.Point(104, 144); + this.tbPO.Name = "tbPO"; + this.tbPO.ReadOnly = true; + this.tbPO.Size = new System.Drawing.Size(437, 38); + this.tbPO.TabIndex = 104; + // + // label14 + // + label14.AutoSize = true; + label14.Location = new System.Drawing.Point(76, 147); + label14.Name = "label14"; + label14.Size = new System.Drawing.Size(22, 12); + label14.TabIndex = 103; + label14.Text = "PO"; + // + // tbRemarkO + // + this.tbRemarkO.ImeMode = System.Windows.Forms.ImeMode.Hangul; + this.tbRemarkO.Location = new System.Drawing.Point(104, 117); + this.tbRemarkO.Name = "tbRemarkO"; + this.tbRemarkO.ReadOnly = true; + this.tbRemarkO.Size = new System.Drawing.Size(437, 21); + this.tbRemarkO.TabIndex = 102; + // + // tbAmt + // + this.tbAmt.Font = new System.Drawing.Font("맑은 고딕", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); + this.tbAmt.ImeMode = System.Windows.Forms.ImeMode.Hangul; + this.tbAmt.Location = new System.Drawing.Point(372, 79); + this.tbAmt.Name = "tbAmt"; + this.tbAmt.ReadOnly = true; + this.tbAmt.Size = new System.Drawing.Size(200, 34); + this.tbAmt.TabIndex = 101; + this.tbAmt.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; + // + // tbPriceO + // + this.tbPriceO.Font = new System.Drawing.Font("맑은 고딕", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); + this.tbPriceO.ImeMode = System.Windows.Forms.ImeMode.Hangul; + this.tbPriceO.Location = new System.Drawing.Point(237, 79); + this.tbPriceO.Name = "tbPriceO"; + this.tbPriceO.ReadOnly = true; + this.tbPriceO.Size = new System.Drawing.Size(129, 34); + this.tbPriceO.TabIndex = 100; + this.tbPriceO.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; + // + // tbQty + // + this.tbQty.Font = new System.Drawing.Font("맑은 고딕", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); + this.tbQty.ImeMode = System.Windows.Forms.ImeMode.Hangul; + this.tbQty.Location = new System.Drawing.Point(104, 79); + this.tbQty.Name = "tbQty"; + this.tbQty.ReadOnly = true; + this.tbQty.Size = new System.Drawing.Size(127, 34); + this.tbQty.TabIndex = 99; + // + // label6 + // + label6.AutoSize = true; + label6.Location = new System.Drawing.Point(69, 120); + label6.Name = "label6"; + label6.Size = new System.Drawing.Size(29, 12); + label6.TabIndex = 97; + label6.Text = "비고"; + // + // label1 + // + label1.AutoSize = true; + label1.Location = new System.Drawing.Point(9, 90); + label1.Name = "label1"; + label1.Size = new System.Drawing.Size(89, 12); + label1.TabIndex = 98; + label1.Text = "수량/단가/금액"; + // // fPurchaseNR_Ipgo // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.ClientSize = new System.Drawing.Size(552, 571); + this.ClientSize = new System.Drawing.Size(584, 740); this.Controls.Add(this.panel3); this.Controls.Add(this.panel2); this.Controls.Add(this.panel1); @@ -665,24 +739,27 @@ namespace FEQ0000.Purchase private System.Windows.Forms.TextBox tbPrjName; private System.Windows.Forms.TextBox tbIdx; private System.Windows.Forms.Panel panel2; - private System.Windows.Forms.TextBox textBox11; - private System.Windows.Forms.TextBox textBox13; - private System.Windows.Forms.TextBox textBox14; + private System.Windows.Forms.TextBox tbUnit; + private System.Windows.Forms.TextBox tbModel; private System.Windows.Forms.Label arLabel1; - private System.Windows.Forms.TextBox textBox15; + private System.Windows.Forms.TextBox tbPumname; private System.Windows.Forms.TextBox textBox16; private System.Windows.Forms.Panel panel3; private System.Windows.Forms.Label arLabel3; - private System.Windows.Forms.TextBox textBox3; - private System.Windows.Forms.TextBox textBox9; - private System.Windows.Forms.TextBox textBox8; - private System.Windows.Forms.TextBox textBox10; private System.Windows.Forms.Button btOK; - private System.Windows.Forms.TextBox tbInRemar; + private System.Windows.Forms.TextBox tbInRemark; private System.Windows.Forms.TextBox tbInQty; private System.Windows.Forms.CheckBox chkInDate; private System.Windows.Forms.DateTimePicker dtInDate; - private System.Windows.Forms.ComboBox cmbReceive; private System.Windows.Forms.TextBox tbPrjStatus; + private System.Windows.Forms.ComboBox cmbReceive; + private System.Windows.Forms.TextBox tbInPrice; + private System.Windows.Forms.TextBox tbSCRCF; + private System.Windows.Forms.TextBox tbSC; + private System.Windows.Forms.TextBox tbPO; + private System.Windows.Forms.TextBox tbRemarkO; + private System.Windows.Forms.TextBox tbAmt; + private System.Windows.Forms.TextBox tbPriceO; + private System.Windows.Forms.TextBox tbQty; } } \ No newline at end of file diff --git a/SubProject/FEQ0000/Purchase/fPurchaseNR_Ipgo.cs b/SubProject/FEQ0000/Purchase/fPurchaseNR_Ipgo.cs index 5980e09..9fc821d 100644 --- a/SubProject/FEQ0000/Purchase/fPurchaseNR_Ipgo.cs +++ b/SubProject/FEQ0000/Purchase/fPurchaseNR_Ipgo.cs @@ -38,14 +38,18 @@ namespace FEQ0000.Purchase var dr = dt.First(); prestatus = dr.state; - textBox15.Text = dr.pumname; + tbPumname.Text = dr.pumname; textBox16.Text = dr.pumidx.ToString(); - textBox13.Text = dr.pumscale; - textBox11.Text = dr.pumunit; - textBox3.Text = dr.pumqty.ToString(); - textBox8.Text = dr.pumprice.ToString(); - textBox9.Text = (dr.pumqty * dr.pumprice).ToString(); - textBox10.Text = dr.bigo; + tbModel.Text = dr.pumscale; + tbUnit.Text = dr.pumunit; + tbQty.Text = dr.pumqty.ToString(); + tbPriceO.Text = dr.pumprice.ToString(); + tbInPrice.Text = dr.pumprice.ToString(); + tbAmt.Text = (dr.pumqty * dr.pumprice).ToString(); + tbRemarkO.Text = dr.bigo; + tbPO.Text = dr.po; + tbSC.Text = dr.sc; + tbSCRCF.Text = dr.orderno; //프로젝트정보 찾는다 var tap = new DSPrjTableAdapters.ProjectsTableAdapter(); @@ -90,14 +94,15 @@ namespace FEQ0000.Purchase else dtInDate.Value = DateTime.Now; chkInDate.Checked = true; tbInQty.Text = dr.inqty.ToString(); - tbInRemar.Text = dr.inremark; + tbInRemark.Text = dr.inremark; } else { //설정정보가 없다면 비활성화해준다 - cmbReceive.Text = FCOMMON.DBM.GetcurrentUserNoName(); + cmbReceive.Text = $"[{dr.request}] {dr.requestName}";//FCOMMON.DBM.GetcurrentUserNoName(); dtInDate.Value = DateTime.Now; chkInDate.Checked = false; + tbInQty.Text = dr.pumqty.ToString(); chkInDate_CheckedChanged(null, null); } @@ -138,7 +143,7 @@ namespace FEQ0000.Purchase } else { - if (qty > int.Parse(textBox3.Text)) + if (qty > int.Parse(tbQty.Text)) { if (FCOMMON.Util.MsgQ("입고수량이 주문수량보다 많습니다 입력 할까요?") != DialogResult.Yes) return; @@ -146,7 +151,7 @@ namespace FEQ0000.Purchase dr.inqty = qty; } dr.state = "Received"; - dr.inremark = tbInRemar.Text.Trim(); + dr.inremark = tbInRemark.Text.Trim(); } dr.EndEdit(); @@ -159,10 +164,10 @@ namespace FEQ0000.Purchase dtInDate.Enabled = chkInDate.Checked; cmbReceive.Enabled = chkInDate.Checked; tbInQty.Enabled = chkInDate.Checked; - tbInRemar.Enabled = chkInDate.Checked; - if (chkInDate.Checked == false) - cmbReceive.SelectedIndex = -1; - else cmbReceive.Text = FCOMMON.DBM.GetcurrentUserNoName(); + tbInRemark.Enabled = chkInDate.Checked; + //if (chkInDate.Checked == false) + // cmbReceive.SelectedIndex = -1; + //else cmbReceive.Text = FCOMMON.DBM.GetcurrentUserNoName(); } } diff --git a/SubProject/FEQ0000/Purchase/fPurchaseNR_Ipgo.resx b/SubProject/FEQ0000/Purchase/fPurchaseNR_Ipgo.resx index 7908286..4490b08 100644 --- a/SubProject/FEQ0000/Purchase/fPurchaseNR_Ipgo.resx +++ b/SubProject/FEQ0000/Purchase/fPurchaseNR_Ipgo.resx @@ -147,27 +147,33 @@ False - - False - False False - - False - - - False - False False + + False + + + False + + + False + + + False + + + False + False diff --git a/SubProject/FEQ0000/PurchaseCR/fPurchaseCR_Ipgo.Designer.cs b/SubProject/FEQ0000/PurchaseCR/fPurchaseCR_Ipgo.Designer.cs index 8be65ae..19074ee 100644 --- a/SubProject/FEQ0000/PurchaseCR/fPurchaseCR_Ipgo.Designer.cs +++ b/SubProject/FEQ0000/PurchaseCR/fPurchaseCR_Ipgo.Designer.cs @@ -46,6 +46,9 @@ namespace FEQ0000.Purchase System.Windows.Forms.Label label7; System.Windows.Forms.Label label8; System.Windows.Forms.Label receiveLabel; + System.Windows.Forms.Label label13; + System.Windows.Forms.Label label14; + System.Windows.Forms.Label label10; this.panel1 = new System.Windows.Forms.Panel(); this.tbPrjStatus = new System.Windows.Forms.TextBox(); this.tbPrjIdx = new System.Windows.Forms.TextBox(); @@ -59,23 +62,27 @@ namespace FEQ0000.Purchase this.tbPrjName = new System.Windows.Forms.TextBox(); this.tbIdx = new System.Windows.Forms.TextBox(); this.panel2 = new System.Windows.Forms.Panel(); - this.textBox10 = new System.Windows.Forms.TextBox(); - this.textBox9 = new System.Windows.Forms.TextBox(); - this.textBox8 = new System.Windows.Forms.TextBox(); - this.textBox3 = new System.Windows.Forms.TextBox(); + this.tbRemarkO = new System.Windows.Forms.TextBox(); + this.tbAmt = new System.Windows.Forms.TextBox(); + this.tbPriceO = new System.Windows.Forms.TextBox(); + this.tbQty = new System.Windows.Forms.TextBox(); this.tbUnit = new System.Windows.Forms.TextBox(); this.tbModel = new System.Windows.Forms.TextBox(); this.arLabel1 = new System.Windows.Forms.Label(); - this.textBox15 = new System.Windows.Forms.TextBox(); + this.tbPumname = new System.Windows.Forms.TextBox(); this.textBox16 = new System.Windows.Forms.TextBox(); this.panel3 = new System.Windows.Forms.Panel(); - this.tbInRemar = new System.Windows.Forms.TextBox(); + this.tbInRemark = new System.Windows.Forms.TextBox(); this.tbInQty = new System.Windows.Forms.TextBox(); this.chkInDate = new System.Windows.Forms.CheckBox(); this.dtInDate = new System.Windows.Forms.DateTimePicker(); this.cmbReceive = new System.Windows.Forms.ComboBox(); this.btOK = new System.Windows.Forms.Button(); this.arLabel3 = new System.Windows.Forms.Label(); + this.tbInPrice = new System.Windows.Forms.TextBox(); + this.tbPO = new System.Windows.Forms.TextBox(); + this.tbSC = new System.Windows.Forms.TextBox(); + this.tbSCRCF = new System.Windows.Forms.TextBox(); label17 = new System.Windows.Forms.Label(); label12 = new System.Windows.Forms.Label(); label11 = new System.Windows.Forms.Label(); @@ -93,6 +100,9 @@ namespace FEQ0000.Purchase label7 = new System.Windows.Forms.Label(); label8 = new System.Windows.Forms.Label(); receiveLabel = new System.Windows.Forms.Label(); + label13 = new System.Windows.Forms.Label(); + label14 = new System.Windows.Forms.Label(); + label10 = new System.Windows.Forms.Label(); this.panel1.SuspendLayout(); this.panel2.SuspendLayout(); this.panel3.SuspendLayout(); @@ -207,7 +217,7 @@ namespace FEQ0000.Purchase // label20 // label20.AutoSize = true; - label20.Location = new System.Drawing.Point(70, 34); + label20.Location = new System.Drawing.Point(69, 34); label20.Name = "label20"; label20.Size = new System.Drawing.Size(29, 12); label20.TabIndex = 0; @@ -216,7 +226,7 @@ namespace FEQ0000.Purchase // label1 // label1.AutoSize = true; - label1.Location = new System.Drawing.Point(19, 84); + label1.Location = new System.Drawing.Point(9, 91); label1.Name = "label1"; label1.Size = new System.Drawing.Size(89, 12); label1.TabIndex = 87; @@ -225,7 +235,7 @@ namespace FEQ0000.Purchase // label6 // label6.AutoSize = true; - label6.Location = new System.Drawing.Point(79, 109); + label6.Location = new System.Drawing.Point(69, 121); label6.Name = "label6"; label6.Size = new System.Drawing.Size(29, 12); label6.TabIndex = 87; @@ -234,7 +244,7 @@ namespace FEQ0000.Purchase // label7 // label7.AutoSize = true; - label7.Location = new System.Drawing.Point(19, 140); + label7.Location = new System.Drawing.Point(45, 238); label7.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); label7.Name = "label7"; label7.Size = new System.Drawing.Size(63, 12); @@ -244,17 +254,18 @@ namespace FEQ0000.Purchase // label8 // label8.AutoSize = true; - label8.Location = new System.Drawing.Point(29, 105); + label8.Font = new System.Drawing.Font("맑은 고딕", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); + label8.Location = new System.Drawing.Point(16, 153); label8.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); label8.Name = "label8"; - label8.Size = new System.Drawing.Size(53, 12); + label8.Size = new System.Drawing.Size(92, 28); label8.TabIndex = 107; label8.Text = "입고수량"; // // receiveLabel // receiveLabel.AutoSize = true; - receiveLabel.Location = new System.Drawing.Point(44, 34); + receiveLabel.Location = new System.Drawing.Point(18, 35); receiveLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); receiveLabel.Name = "receiveLabel"; receiveLabel.Size = new System.Drawing.Size(41, 12); @@ -288,7 +299,7 @@ namespace FEQ0000.Purchase this.panel1.Dock = System.Windows.Forms.DockStyle.Top; this.panel1.Location = new System.Drawing.Point(0, 0); this.panel1.Name = "panel1"; - this.panel1.Size = new System.Drawing.Size(552, 193); + this.panel1.Size = new System.Drawing.Size(584, 193); this.panel1.TabIndex = 87; // // tbPrjStatus @@ -373,7 +384,7 @@ namespace FEQ0000.Purchase this.arLabel2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(85)))), ((int)(((byte)(85)))), ((int)(((byte)(85))))); this.arLabel2.Location = new System.Drawing.Point(0, 0); this.arLabel2.Name = "arLabel2"; - this.arLabel2.Size = new System.Drawing.Size(552, 23); + this.arLabel2.Size = new System.Drawing.Size(584, 23); this.arLabel2.TabIndex = 86; this.arLabel2.Text = "프로젝트"; this.arLabel2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; @@ -399,60 +410,70 @@ namespace FEQ0000.Purchase // panel2 // this.panel2.BackColor = System.Drawing.Color.Gainsboro; - this.panel2.Controls.Add(this.textBox10); - this.panel2.Controls.Add(this.textBox9); - this.panel2.Controls.Add(this.textBox8); - this.panel2.Controls.Add(this.textBox3); + this.panel2.Controls.Add(this.tbSCRCF); + this.panel2.Controls.Add(this.tbSC); + this.panel2.Controls.Add(label10); + this.panel2.Controls.Add(this.tbPO); + this.panel2.Controls.Add(label14); + this.panel2.Controls.Add(this.tbRemarkO); + this.panel2.Controls.Add(this.tbAmt); + this.panel2.Controls.Add(this.tbPriceO); + this.panel2.Controls.Add(this.tbQty); this.panel2.Controls.Add(label6); this.panel2.Controls.Add(label1); this.panel2.Controls.Add(this.tbUnit); this.panel2.Controls.Add(label15); this.panel2.Controls.Add(this.tbModel); this.panel2.Controls.Add(this.arLabel1); - this.panel2.Controls.Add(this.textBox15); + this.panel2.Controls.Add(this.tbPumname); this.panel2.Controls.Add(label20); this.panel2.Controls.Add(this.textBox16); this.panel2.Dock = System.Windows.Forms.DockStyle.Top; this.panel2.Location = new System.Drawing.Point(0, 193); this.panel2.Name = "panel2"; - this.panel2.Size = new System.Drawing.Size(552, 133); + this.panel2.Size = new System.Drawing.Size(584, 234); this.panel2.TabIndex = 88; // - // textBox10 + // tbRemarkO // - this.textBox10.ImeMode = System.Windows.Forms.ImeMode.Hangul; - this.textBox10.Location = new System.Drawing.Point(112, 106); - this.textBox10.Name = "textBox10"; - this.textBox10.ReadOnly = true; - this.textBox10.Size = new System.Drawing.Size(437, 21); - this.textBox10.TabIndex = 91; + this.tbRemarkO.ImeMode = System.Windows.Forms.ImeMode.Hangul; + this.tbRemarkO.Location = new System.Drawing.Point(104, 118); + this.tbRemarkO.Name = "tbRemarkO"; + this.tbRemarkO.ReadOnly = true; + this.tbRemarkO.Size = new System.Drawing.Size(437, 21); + this.tbRemarkO.TabIndex = 91; // - // textBox9 + // tbAmt // - this.textBox9.ImeMode = System.Windows.Forms.ImeMode.Hangul; - this.textBox9.Location = new System.Drawing.Point(379, 80); - this.textBox9.Name = "textBox9"; - this.textBox9.ReadOnly = true; - this.textBox9.Size = new System.Drawing.Size(127, 21); - this.textBox9.TabIndex = 90; + this.tbAmt.Font = new System.Drawing.Font("맑은 고딕", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); + this.tbAmt.ImeMode = System.Windows.Forms.ImeMode.Hangul; + this.tbAmt.Location = new System.Drawing.Point(372, 80); + this.tbAmt.Name = "tbAmt"; + this.tbAmt.ReadOnly = true; + this.tbAmt.Size = new System.Drawing.Size(200, 34); + this.tbAmt.TabIndex = 90; + this.tbAmt.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; // - // textBox8 + // tbPriceO // - this.textBox8.ImeMode = System.Windows.Forms.ImeMode.Hangul; - this.textBox8.Location = new System.Drawing.Point(246, 80); - this.textBox8.Name = "textBox8"; - this.textBox8.ReadOnly = true; - this.textBox8.Size = new System.Drawing.Size(127, 21); - this.textBox8.TabIndex = 89; + this.tbPriceO.Font = new System.Drawing.Font("맑은 고딕", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); + this.tbPriceO.ImeMode = System.Windows.Forms.ImeMode.Hangul; + this.tbPriceO.Location = new System.Drawing.Point(237, 80); + this.tbPriceO.Name = "tbPriceO"; + this.tbPriceO.ReadOnly = true; + this.tbPriceO.Size = new System.Drawing.Size(129, 34); + this.tbPriceO.TabIndex = 89; + this.tbPriceO.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; // - // textBox3 + // tbQty // - this.textBox3.ImeMode = System.Windows.Forms.ImeMode.Hangul; - this.textBox3.Location = new System.Drawing.Point(113, 80); - this.textBox3.Name = "textBox3"; - this.textBox3.ReadOnly = true; - this.textBox3.Size = new System.Drawing.Size(127, 21); - this.textBox3.TabIndex = 88; + this.tbQty.Font = new System.Drawing.Font("맑은 고딕", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); + this.tbQty.ImeMode = System.Windows.Forms.ImeMode.Hangul; + this.tbQty.Location = new System.Drawing.Point(104, 80); + this.tbQty.Name = "tbQty"; + this.tbQty.ReadOnly = true; + this.tbQty.Size = new System.Drawing.Size(127, 34); + this.tbQty.TabIndex = 88; // // tbUnit // @@ -480,19 +501,19 @@ namespace FEQ0000.Purchase this.arLabel1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(85)))), ((int)(((byte)(85)))), ((int)(((byte)(85))))); this.arLabel1.Location = new System.Drawing.Point(0, 0); this.arLabel1.Name = "arLabel1"; - this.arLabel1.Size = new System.Drawing.Size(552, 23); + this.arLabel1.Size = new System.Drawing.Size(584, 23); this.arLabel1.TabIndex = 86; this.arLabel1.Text = "품목정보"; this.arLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // - // textBox15 + // tbPumname // - this.textBox15.ImeMode = System.Windows.Forms.ImeMode.Hangul; - this.textBox15.Location = new System.Drawing.Point(104, 30); - this.textBox15.Name = "textBox15"; - this.textBox15.ReadOnly = true; - this.textBox15.Size = new System.Drawing.Size(303, 21); - this.textBox15.TabIndex = 1; + this.tbPumname.ImeMode = System.Windows.Forms.ImeMode.Hangul; + this.tbPumname.Location = new System.Drawing.Point(104, 30); + this.tbPumname.Name = "tbPumname"; + this.tbPumname.ReadOnly = true; + this.tbPumname.Size = new System.Drawing.Size(303, 21); + this.tbPumname.TabIndex = 1; // // textBox16 // @@ -506,7 +527,9 @@ namespace FEQ0000.Purchase // panel3 // this.panel3.BackColor = System.Drawing.Color.Gainsboro; - this.panel3.Controls.Add(this.tbInRemar); + this.panel3.Controls.Add(this.tbInPrice); + this.panel3.Controls.Add(label13); + this.panel3.Controls.Add(this.tbInRemark); this.panel3.Controls.Add(label7); this.panel3.Controls.Add(this.tbInQty); this.panel3.Controls.Add(label8); @@ -517,37 +540,39 @@ namespace FEQ0000.Purchase this.panel3.Controls.Add(this.btOK); this.panel3.Controls.Add(this.arLabel3); this.panel3.Dock = System.Windows.Forms.DockStyle.Fill; - this.panel3.Location = new System.Drawing.Point(0, 326); + this.panel3.Location = new System.Drawing.Point(0, 427); this.panel3.Name = "panel3"; - this.panel3.Size = new System.Drawing.Size(552, 213); + this.panel3.Size = new System.Drawing.Size(584, 313); this.panel3.TabIndex = 89; // - // tbInRemar + // tbInRemark // - this.tbInRemar.Enabled = false; - this.tbInRemar.Location = new System.Drawing.Point(104, 136); - this.tbInRemar.Margin = new System.Windows.Forms.Padding(4); - this.tbInRemar.Multiline = true; - this.tbInRemar.Name = "tbInRemar"; - this.tbInRemar.Size = new System.Drawing.Size(286, 70); - this.tbInRemar.TabIndex = 110; + this.tbInRemark.Enabled = false; + this.tbInRemark.Location = new System.Drawing.Point(113, 234); + this.tbInRemark.Margin = new System.Windows.Forms.Padding(4); + this.tbInRemark.Multiline = true; + this.tbInRemark.Name = "tbInRemark"; + this.tbInRemark.Size = new System.Drawing.Size(286, 70); + this.tbInRemark.TabIndex = 110; // // tbInQty // this.tbInQty.Enabled = false; - this.tbInQty.Location = new System.Drawing.Point(104, 101); + this.tbInQty.Font = new System.Drawing.Font("맑은 고딕", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); + this.tbInQty.Location = new System.Drawing.Point(113, 149); this.tbInQty.Margin = new System.Windows.Forms.Padding(4); this.tbInQty.Name = "tbInQty"; - this.tbInQty.Size = new System.Drawing.Size(286, 21); + this.tbInQty.Size = new System.Drawing.Size(286, 34); this.tbInQty.TabIndex = 108; // // chkInDate // this.chkInDate.AutoSize = true; - this.chkInDate.Location = new System.Drawing.Point(25, 68); + this.chkInDate.Font = new System.Drawing.Font("맑은 고딕", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); + this.chkInDate.Location = new System.Drawing.Point(17, 110); this.chkInDate.Margin = new System.Windows.Forms.Padding(4); this.chkInDate.Name = "chkInDate"; - this.chkInDate.Size = new System.Drawing.Size(60, 16); + this.chkInDate.Size = new System.Drawing.Size(91, 32); this.chkInDate.TabIndex = 103; this.chkInDate.TabStop = false; this.chkInDate.Text = "입고일"; @@ -557,10 +582,11 @@ namespace FEQ0000.Purchase // dtInDate // this.dtInDate.Enabled = false; - this.dtInDate.Location = new System.Drawing.Point(104, 66); + this.dtInDate.Font = new System.Drawing.Font("맑은 고딕", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); + this.dtInDate.Location = new System.Drawing.Point(113, 108); this.dtInDate.Margin = new System.Windows.Forms.Padding(4); this.dtInDate.Name = "dtInDate"; - this.dtInDate.Size = new System.Drawing.Size(286, 21); + this.dtInDate.Size = new System.Drawing.Size(286, 34); this.dtInDate.TabIndex = 104; this.dtInDate.TabStop = false; // @@ -570,21 +596,22 @@ namespace FEQ0000.Purchase this.cmbReceive.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems; this.cmbReceive.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cmbReceive.Enabled = false; + this.cmbReceive.Font = new System.Drawing.Font("맑은 고딕", 20F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.cmbReceive.FormattingEnabled = true; this.cmbReceive.ImeMode = System.Windows.Forms.ImeMode.Hangul; - this.cmbReceive.Location = new System.Drawing.Point(104, 30); + this.cmbReceive.Location = new System.Drawing.Point(17, 56); this.cmbReceive.Margin = new System.Windows.Forms.Padding(4); this.cmbReceive.Name = "cmbReceive"; - this.cmbReceive.Size = new System.Drawing.Size(286, 20); + this.cmbReceive.Size = new System.Drawing.Size(382, 45); this.cmbReceive.TabIndex = 106; // // btOK // this.btOK.Dock = System.Windows.Forms.DockStyle.Right; this.btOK.Font = new System.Drawing.Font("맑은 고딕", 20F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); - this.btOK.Location = new System.Drawing.Point(413, 23); + this.btOK.Location = new System.Drawing.Point(445, 23); this.btOK.Name = "btOK"; - this.btOK.Size = new System.Drawing.Size(139, 190); + this.btOK.Size = new System.Drawing.Size(139, 290); this.btOK.TabIndex = 102; this.btOK.Text = "등록"; this.btOK.UseVisualStyleBackColor = true; @@ -599,17 +626,87 @@ namespace FEQ0000.Purchase this.arLabel3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(85)))), ((int)(((byte)(85)))), ((int)(((byte)(85))))); this.arLabel3.Location = new System.Drawing.Point(0, 0); this.arLabel3.Name = "arLabel3"; - this.arLabel3.Size = new System.Drawing.Size(552, 23); + this.arLabel3.Size = new System.Drawing.Size(584, 23); this.arLabel3.TabIndex = 86; this.arLabel3.Text = "입고정보"; this.arLabel3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // + // tbInPrice + // + this.tbInPrice.Enabled = false; + this.tbInPrice.Font = new System.Drawing.Font("맑은 고딕", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); + this.tbInPrice.Location = new System.Drawing.Point(113, 191); + this.tbInPrice.Margin = new System.Windows.Forms.Padding(4); + this.tbInPrice.Name = "tbInPrice"; + this.tbInPrice.Size = new System.Drawing.Size(286, 34); + this.tbInPrice.TabIndex = 112; + this.tbInPrice.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; + // + // label13 + // + label13.AutoSize = true; + label13.Font = new System.Drawing.Font("맑은 고딕", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); + label13.Location = new System.Drawing.Point(56, 195); + label13.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); + label13.Name = "label13"; + label13.Size = new System.Drawing.Size(52, 28); + label13.TabIndex = 111; + label13.Text = "단가"; + // + // tbPO + // + this.tbPO.Font = new System.Drawing.Font("굴림", 20F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); + this.tbPO.ImeMode = System.Windows.Forms.ImeMode.Hangul; + this.tbPO.Location = new System.Drawing.Point(104, 145); + this.tbPO.Name = "tbPO"; + this.tbPO.ReadOnly = true; + this.tbPO.Size = new System.Drawing.Size(437, 38); + this.tbPO.TabIndex = 93; + // + // label14 + // + label14.AutoSize = true; + label14.Location = new System.Drawing.Point(76, 148); + label14.Name = "label14"; + label14.Size = new System.Drawing.Size(22, 12); + label14.TabIndex = 92; + label14.Text = "PO"; + // + // tbSC + // + this.tbSC.Font = new System.Drawing.Font("굴림", 20F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); + this.tbSC.ImeMode = System.Windows.Forms.ImeMode.Hangul; + this.tbSC.Location = new System.Drawing.Point(104, 189); + this.tbSC.Name = "tbSC"; + this.tbSC.ReadOnly = true; + this.tbSC.Size = new System.Drawing.Size(232, 38); + this.tbSC.TabIndex = 95; + // + // label10 + // + label10.AutoSize = true; + label10.Location = new System.Drawing.Point(9, 203); + label10.Name = "label10"; + label10.Size = new System.Drawing.Size(89, 12); + label10.TabIndex = 94; + label10.Text = "SC / SCR/CF#"; + // + // tbSCRCF + // + this.tbSCRCF.Font = new System.Drawing.Font("굴림", 20F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); + this.tbSCRCF.ImeMode = System.Windows.Forms.ImeMode.Hangul; + this.tbSCRCF.Location = new System.Drawing.Point(340, 190); + this.tbSCRCF.Name = "tbSCRCF"; + this.tbSCRCF.ReadOnly = true; + this.tbSCRCF.Size = new System.Drawing.Size(232, 38); + this.tbSCRCF.TabIndex = 96; + // // fPurchaseCR_Ipgo // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255))))); - this.ClientSize = new System.Drawing.Size(552, 539); + this.ClientSize = new System.Drawing.Size(584, 740); this.Controls.Add(this.panel3); this.Controls.Add(this.panel2); this.Controls.Add(this.panel1); @@ -646,20 +743,24 @@ namespace FEQ0000.Purchase private System.Windows.Forms.TextBox tbUnit; private System.Windows.Forms.TextBox tbModel; private System.Windows.Forms.Label arLabel1; - private System.Windows.Forms.TextBox textBox15; + private System.Windows.Forms.TextBox tbPumname; private System.Windows.Forms.TextBox textBox16; private System.Windows.Forms.Panel panel3; private System.Windows.Forms.Label arLabel3; - private System.Windows.Forms.TextBox textBox3; - private System.Windows.Forms.TextBox textBox9; - private System.Windows.Forms.TextBox textBox8; - private System.Windows.Forms.TextBox textBox10; + private System.Windows.Forms.TextBox tbQty; + private System.Windows.Forms.TextBox tbAmt; + private System.Windows.Forms.TextBox tbPriceO; + private System.Windows.Forms.TextBox tbRemarkO; private System.Windows.Forms.Button btOK; - private System.Windows.Forms.TextBox tbInRemar; + private System.Windows.Forms.TextBox tbInRemark; private System.Windows.Forms.TextBox tbInQty; private System.Windows.Forms.CheckBox chkInDate; private System.Windows.Forms.DateTimePicker dtInDate; private System.Windows.Forms.ComboBox cmbReceive; private System.Windows.Forms.TextBox tbPrjStatus; + private System.Windows.Forms.TextBox tbInPrice; + private System.Windows.Forms.TextBox tbPO; + private System.Windows.Forms.TextBox tbSC; + private System.Windows.Forms.TextBox tbSCRCF; } } \ No newline at end of file diff --git a/SubProject/FEQ0000/PurchaseCR/fPurchaseCR_Ipgo.cs b/SubProject/FEQ0000/PurchaseCR/fPurchaseCR_Ipgo.cs index d7ca091..70b2d20 100644 --- a/SubProject/FEQ0000/PurchaseCR/fPurchaseCR_Ipgo.cs +++ b/SubProject/FEQ0000/PurchaseCR/fPurchaseCR_Ipgo.cs @@ -39,14 +39,18 @@ namespace FEQ0000.Purchase var dr = dt.First(); prestatus = dr.state; - textBox15.Text = dr.pumname; + tbPumname.Text = dr.pumname; textBox16.Text = dr.pumidx.ToString(); tbModel.Text = dr.pumscale; tbUnit.Text = dr.pumunit; - textBox3.Text = dr.pumqty.ToString(); - textBox8.Text = dr.pumprice.ToString(); - textBox9.Text = (dr.pumqty * dr.pumprice).ToString(); - textBox10.Text = dr.bigo; + tbQty.Text = dr.pumqty.ToString(); + tbPriceO.Text = dr.pumprice.ToString(); + tbInPrice.Text = dr.pumprice.ToString(); + tbAmt.Text = (dr.pumqty * dr.pumprice).ToString(); + tbRemarkO.Text = dr.bigo; + tbPO.Text = dr.po; + tbSC.Text = dr.sc; + tbSCRCF.Text = dr.orderno; //프로젝트정보 찾는다 var tap = new DSPrjTableAdapters.ProjectsTableAdapter(); @@ -70,6 +74,7 @@ namespace FEQ0000.Purchase tbPrjSerial.Text = drp.serial; tbPrjProcess.Text = drp.process; tbPrjIdx.Text = drp.idx.ToString(); + var userList = FCOMMON.DBM.getUserList(); //.getGroupList("name", "Users", "[level] > 0 and [level] < 10"); @@ -91,15 +96,18 @@ namespace FEQ0000.Purchase else dtInDate.Value = DateTime.Now; chkInDate.Checked = true; tbInQty.Text = dr.inqty.ToString(); - tbInRemar.Text = dr.inremark; + tbInRemark.Text = dr.inremark; } else { //설정정보가 없다면 비활성화해준다 - cmbReceive.Text = FCOMMON.DBM.GetcurrentUserNoName(); + //요청자의 정보를 쓴다 + + cmbReceive.Text = $"[{dr.request}] {dr.requestName}";// FCOMMON.DBM.GetcurrentUserNoName();//[dev] 개발자 dtInDate.Value = DateTime.Now; chkInDate.Checked = false; - chkInDate_CheckedChanged(null, null); + tbInQty.Text = dr.pumqty.ToString(); + chkInDate_CheckedChanged(null, null); } @@ -128,6 +136,24 @@ namespace FEQ0000.Purchase } else { + //단가확인 + var pricestr = tbInPrice.Text.Replace(",", "").Trim(); + if (decimal.TryParse(pricestr, out decimal price) == false) + { + FCOMMON.Util.MsgE("단가를 다시 입력하세요"); + tbInPrice.Focus(); + tbInPrice.SelectAll(); + return; + } + else + { + if (dr.pumprice != price) + { + dr.pumprice = price; + dr.SetpumpriceDNull(); + } + } + dr.indate = dtInDate.Value.ToShortDateString(); dr.receive = cmbReceive.Text.Substring(1, cmbReceive.Text.IndexOf("]") - 1); // dr.receiveName = cmbReceive.Text.Substring(cmbReceive.Text.IndexOf("]") + 1).Trim(); @@ -140,7 +166,7 @@ namespace FEQ0000.Purchase } else { - if (qty > int.Parse(textBox3.Text)) + if (qty > int.Parse(tbQty.Text)) { if (FCOMMON.Util.MsgQ("입고수량이 주문수량보다 많습니다 입력 할까요?") != DialogResult.Yes) return; @@ -148,7 +174,7 @@ namespace FEQ0000.Purchase dr.inqty = qty; } dr.state = "Received"; - dr.inremark = tbInRemar.Text.Trim(); + dr.inremark = tbInRemark.Text.Trim(); } dr.EndEdit(); @@ -159,12 +185,13 @@ namespace FEQ0000.Purchase private void chkInDate_CheckedChanged(object sender, EventArgs e) { dtInDate.Enabled = chkInDate.Checked; - cmbReceive.Enabled = chkInDate.Checked; + cmbReceive.Enabled = true;// chkInDate.Checked; tbInQty.Enabled = chkInDate.Checked; - tbInRemar.Enabled = chkInDate.Checked; - if (chkInDate.Checked == false) - cmbReceive.SelectedIndex = -1; - else cmbReceive.Text = FCOMMON.DBM.GetcurrentUserNoName(); + tbInPrice.Enabled = chkInDate.Checked; + tbInRemark.Enabled = chkInDate.Checked; + //if (chkInDate.Checked == false) + // cmbReceive.SelectedIndex = -1; + //else cmbReceive.Text = $"[{dr.request}] {dr.requestName}";// FCOMMON.DBM.GetcurrentUserNoName(); } } diff --git a/SubProject/FEQ0000/PurchaseCR/fPurchaseCR_Ipgo.resx b/SubProject/FEQ0000/PurchaseCR/fPurchaseCR_Ipgo.resx index 204bd73..55190d0 100644 --- a/SubProject/FEQ0000/PurchaseCR/fPurchaseCR_Ipgo.resx +++ b/SubProject/FEQ0000/PurchaseCR/fPurchaseCR_Ipgo.resx @@ -168,4 +168,13 @@ False + + False + + + False + + + False + \ No newline at end of file diff --git a/SubProject/FEQ0000/dsPurchase.Designer.cs b/SubProject/FEQ0000/dsPurchase.Designer.cs index c3be075..80abede 100644 --- a/SubProject/FEQ0000/dsPurchase.Designer.cs +++ b/SubProject/FEQ0000/dsPurchase.Designer.cs @@ -28,6 +28,8 @@ namespace FEQ0000 { private EETGW_PurchaseCRDataTable tableEETGW_PurchaseCR; + private IpkolistDataTable tableIpkolist; + private global::System.Data.SchemaSerializationMode _schemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] @@ -66,6 +68,9 @@ namespace FEQ0000 { if ((ds.Tables["EETGW_PurchaseCR"] != null)) { base.Tables.Add(new EETGW_PurchaseCRDataTable(ds.Tables["EETGW_PurchaseCR"])); } + if ((ds.Tables["Ipkolist"] != null)) { + base.Tables.Add(new IpkolistDataTable(ds.Tables["Ipkolist"])); + } this.DataSetName = ds.DataSetName; this.Prefix = ds.Prefix; this.Namespace = ds.Namespace; @@ -105,6 +110,16 @@ namespace FEQ0000 { } } + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + [global::System.ComponentModel.Browsable(false)] + [global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)] + public IpkolistDataTable Ipkolist { + get { + return this.tableIpkolist; + } + } + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] [global::System.ComponentModel.BrowsableAttribute(true)] @@ -179,6 +194,9 @@ namespace FEQ0000 { if ((ds.Tables["EETGW_PurchaseCR"] != null)) { base.Tables.Add(new EETGW_PurchaseCRDataTable(ds.Tables["EETGW_PurchaseCR"])); } + if ((ds.Tables["Ipkolist"] != null)) { + base.Tables.Add(new IpkolistDataTable(ds.Tables["Ipkolist"])); + } this.DataSetName = ds.DataSetName; this.Prefix = ds.Prefix; this.Namespace = ds.Namespace; @@ -224,6 +242,12 @@ namespace FEQ0000 { this.tableEETGW_PurchaseCR.InitVars(); } } + this.tableIpkolist = ((IpkolistDataTable)(base.Tables["Ipkolist"])); + if ((initTable == true)) { + if ((this.tableIpkolist != null)) { + this.tableIpkolist.InitVars(); + } + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] @@ -238,6 +262,8 @@ namespace FEQ0000 { base.Tables.Add(this.tablePurchase); this.tableEETGW_PurchaseCR = new EETGW_PurchaseCRDataTable(false); base.Tables.Add(this.tableEETGW_PurchaseCR); + this.tableIpkolist = new IpkolistDataTable(); + base.Tables.Add(this.tableIpkolist); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] @@ -252,6 +278,12 @@ namespace FEQ0000 { return false; } + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + private bool ShouldSerializeIpkolist() { + return false; + } + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] private void SchemaChanged(object sender, global::System.ComponentModel.CollectionChangeEventArgs e) { @@ -320,6 +352,9 @@ namespace FEQ0000 { [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public delegate void EETGW_PurchaseCRRowChangeEventHandler(object sender, EETGW_PurchaseCRRowChangeEvent e); + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + public delegate void IpkolistRowChangeEventHandler(object sender, IpkolistRowChangeEvent e); + /// ///Represents the strongly named DataTable class. /// @@ -2250,6 +2285,484 @@ namespace FEQ0000 { } } + /// + ///Represents the strongly named DataTable class. + /// + [global::System.Serializable()] + [global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")] + public partial class IpkolistDataTable : global::System.Data.TypedTableBase { + + private global::System.Data.DataColumn columnsource; + + private global::System.Data.DataColumn columnidx; + + private global::System.Data.DataColumn columnpdate; + + private global::System.Data.DataColumn columnstate; + + private global::System.Data.DataColumn columnsid; + + private global::System.Data.DataColumn columnpumname; + + private global::System.Data.DataColumn columnpumscale; + + private global::System.Data.DataColumn columnpumqty; + + private global::System.Data.DataColumn columnpumprice; + + private global::System.Data.DataColumn columnpumamt; + + private global::System.Data.DataColumn columnsupply; + + private global::System.Data.DataColumn columnproject; + + private global::System.Data.DataColumn columnbigo; + + private global::System.Data.DataColumn columnwdate; + + private global::System.Data.DataColumn columnrequest; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + public IpkolistDataTable() { + this.TableName = "Ipkolist"; + this.BeginInit(); + this.InitClass(); + this.EndInit(); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + internal IpkolistDataTable(global::System.Data.DataTable table) { + this.TableName = table.TableName; + if ((table.CaseSensitive != table.DataSet.CaseSensitive)) { + this.CaseSensitive = table.CaseSensitive; + } + if ((table.Locale.ToString() != table.DataSet.Locale.ToString())) { + this.Locale = table.Locale; + } + if ((table.Namespace != table.DataSet.Namespace)) { + this.Namespace = table.Namespace; + } + this.Prefix = table.Prefix; + this.MinimumCapacity = table.MinimumCapacity; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + protected IpkolistDataTable(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) : + base(info, context) { + this.InitVars(); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + public global::System.Data.DataColumn sourceColumn { + get { + return this.columnsource; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + public global::System.Data.DataColumn idxColumn { + get { + return this.columnidx; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + public global::System.Data.DataColumn pdateColumn { + get { + return this.columnpdate; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + public global::System.Data.DataColumn stateColumn { + get { + return this.columnstate; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + public global::System.Data.DataColumn sidColumn { + get { + return this.columnsid; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + public global::System.Data.DataColumn pumnameColumn { + get { + return this.columnpumname; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + public global::System.Data.DataColumn pumscaleColumn { + get { + return this.columnpumscale; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + public global::System.Data.DataColumn pumqtyColumn { + get { + return this.columnpumqty; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + public global::System.Data.DataColumn pumpriceColumn { + get { + return this.columnpumprice; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + public global::System.Data.DataColumn pumamtColumn { + get { + return this.columnpumamt; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + public global::System.Data.DataColumn supplyColumn { + get { + return this.columnsupply; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + public global::System.Data.DataColumn projectColumn { + get { + return this.columnproject; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + public global::System.Data.DataColumn bigoColumn { + get { + return this.columnbigo; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + public global::System.Data.DataColumn wdateColumn { + get { + return this.columnwdate; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + public global::System.Data.DataColumn requestColumn { + get { + return this.columnrequest; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + [global::System.ComponentModel.Browsable(false)] + public int Count { + get { + return this.Rows.Count; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + public IpkolistRow this[int index] { + get { + return ((IpkolistRow)(this.Rows[index])); + } + } + + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + public event IpkolistRowChangeEventHandler IpkolistRowChanging; + + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + public event IpkolistRowChangeEventHandler IpkolistRowChanged; + + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + public event IpkolistRowChangeEventHandler IpkolistRowDeleting; + + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + public event IpkolistRowChangeEventHandler IpkolistRowDeleted; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + public void AddIpkolistRow(IpkolistRow row) { + this.Rows.Add(row); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + public IpkolistRow AddIpkolistRow(string source, int idx, string pdate, string state, string sid, string pumname, string pumscale, int pumqty, decimal pumprice, decimal pumamt, string supply, string project, string bigo, System.DateTime wdate, string request) { + IpkolistRow rowIpkolistRow = ((IpkolistRow)(this.NewRow())); + object[] columnValuesArray = new object[] { + source, + idx, + pdate, + state, + sid, + pumname, + pumscale, + pumqty, + pumprice, + pumamt, + supply, + project, + bigo, + wdate, + request}; + rowIpkolistRow.ItemArray = columnValuesArray; + this.Rows.Add(rowIpkolistRow); + return rowIpkolistRow; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + public IpkolistRow FindBysourceidx(string source, int idx) { + return ((IpkolistRow)(this.Rows.Find(new object[] { + source, + idx}))); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + public override global::System.Data.DataTable Clone() { + IpkolistDataTable cln = ((IpkolistDataTable)(base.Clone())); + cln.InitVars(); + return cln; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + protected override global::System.Data.DataTable CreateInstance() { + return new IpkolistDataTable(); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + internal void InitVars() { + this.columnsource = base.Columns["source"]; + this.columnidx = base.Columns["idx"]; + this.columnpdate = base.Columns["pdate"]; + this.columnstate = base.Columns["state"]; + this.columnsid = base.Columns["sid"]; + this.columnpumname = base.Columns["pumname"]; + this.columnpumscale = base.Columns["pumscale"]; + this.columnpumqty = base.Columns["pumqty"]; + this.columnpumprice = base.Columns["pumprice"]; + this.columnpumamt = base.Columns["pumamt"]; + this.columnsupply = base.Columns["supply"]; + this.columnproject = base.Columns["project"]; + this.columnbigo = base.Columns["bigo"]; + this.columnwdate = base.Columns["wdate"]; + this.columnrequest = base.Columns["request"]; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + private void InitClass() { + this.columnsource = new global::System.Data.DataColumn("source", typeof(string), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnsource); + this.columnidx = new global::System.Data.DataColumn("idx", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnidx); + this.columnpdate = new global::System.Data.DataColumn("pdate", typeof(string), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnpdate); + this.columnstate = new global::System.Data.DataColumn("state", typeof(string), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnstate); + this.columnsid = new global::System.Data.DataColumn("sid", typeof(string), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnsid); + this.columnpumname = new global::System.Data.DataColumn("pumname", typeof(string), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnpumname); + this.columnpumscale = new global::System.Data.DataColumn("pumscale", typeof(string), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnpumscale); + this.columnpumqty = new global::System.Data.DataColumn("pumqty", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnpumqty); + this.columnpumprice = new global::System.Data.DataColumn("pumprice", typeof(decimal), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnpumprice); + this.columnpumamt = new global::System.Data.DataColumn("pumamt", typeof(decimal), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnpumamt); + this.columnsupply = new global::System.Data.DataColumn("supply", typeof(string), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnsupply); + this.columnproject = new global::System.Data.DataColumn("project", typeof(string), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnproject); + this.columnbigo = new global::System.Data.DataColumn("bigo", typeof(string), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnbigo); + this.columnwdate = new global::System.Data.DataColumn("wdate", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnwdate); + this.columnrequest = new global::System.Data.DataColumn("request", typeof(string), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnrequest); + this.Constraints.Add(new global::System.Data.UniqueConstraint("Constraint1", new global::System.Data.DataColumn[] { + this.columnsource, + this.columnidx}, true)); + this.columnsource.AllowDBNull = false; + this.columnsource.ReadOnly = true; + this.columnsource.MaxLength = 2; + this.columnidx.AllowDBNull = false; + this.columnidx.ReadOnly = true; + this.columnpdate.ReadOnly = true; + this.columnpdate.MaxLength = 10; + this.columnstate.ReadOnly = true; + this.columnstate.MaxLength = 30; + this.columnsid.ReadOnly = true; + this.columnsid.MaxLength = 50; + this.columnpumname.ReadOnly = true; + this.columnpumname.MaxLength = 200; + this.columnpumscale.ReadOnly = true; + this.columnpumscale.MaxLength = 200; + this.columnpumqty.ReadOnly = true; + this.columnpumprice.ReadOnly = true; + this.columnpumamt.ReadOnly = true; + this.columnsupply.ReadOnly = true; + this.columnproject.ReadOnly = true; + this.columnbigo.ReadOnly = true; + this.columnwdate.ReadOnly = true; + this.columnrequest.ReadOnly = true; + this.columnrequest.MaxLength = 200; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + public IpkolistRow NewIpkolistRow() { + return ((IpkolistRow)(this.NewRow())); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + protected override global::System.Data.DataRow NewRowFromBuilder(global::System.Data.DataRowBuilder builder) { + return new IpkolistRow(builder); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + protected override global::System.Type GetRowType() { + return typeof(IpkolistRow); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs e) { + base.OnRowChanged(e); + if ((this.IpkolistRowChanged != null)) { + this.IpkolistRowChanged(this, new IpkolistRowChangeEvent(((IpkolistRow)(e.Row)), e.Action)); + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs e) { + base.OnRowChanging(e); + if ((this.IpkolistRowChanging != null)) { + this.IpkolistRowChanging(this, new IpkolistRowChangeEvent(((IpkolistRow)(e.Row)), e.Action)); + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs e) { + base.OnRowDeleted(e); + if ((this.IpkolistRowDeleted != null)) { + this.IpkolistRowDeleted(this, new IpkolistRowChangeEvent(((IpkolistRow)(e.Row)), e.Action)); + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + protected override void OnRowDeleting(global::System.Data.DataRowChangeEventArgs e) { + base.OnRowDeleting(e); + if ((this.IpkolistRowDeleting != null)) { + this.IpkolistRowDeleting(this, new IpkolistRowChangeEvent(((IpkolistRow)(e.Row)), e.Action)); + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + public void RemoveIpkolistRow(IpkolistRow row) { + this.Rows.Remove(row); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + public static global::System.Xml.Schema.XmlSchemaComplexType GetTypedTableSchema(global::System.Xml.Schema.XmlSchemaSet xs) { + global::System.Xml.Schema.XmlSchemaComplexType type = new global::System.Xml.Schema.XmlSchemaComplexType(); + global::System.Xml.Schema.XmlSchemaSequence sequence = new global::System.Xml.Schema.XmlSchemaSequence(); + dsPurchase ds = new dsPurchase(); + global::System.Xml.Schema.XmlSchemaAny any1 = new global::System.Xml.Schema.XmlSchemaAny(); + any1.Namespace = "http://www.w3.org/2001/XMLSchema"; + any1.MinOccurs = new decimal(0); + any1.MaxOccurs = decimal.MaxValue; + any1.ProcessContents = global::System.Xml.Schema.XmlSchemaContentProcessing.Lax; + sequence.Items.Add(any1); + global::System.Xml.Schema.XmlSchemaAny any2 = new global::System.Xml.Schema.XmlSchemaAny(); + any2.Namespace = "urn:schemas-microsoft-com:xml-diffgram-v1"; + any2.MinOccurs = new decimal(1); + any2.ProcessContents = global::System.Xml.Schema.XmlSchemaContentProcessing.Lax; + sequence.Items.Add(any2); + global::System.Xml.Schema.XmlSchemaAttribute attribute1 = new global::System.Xml.Schema.XmlSchemaAttribute(); + attribute1.Name = "namespace"; + attribute1.FixedValue = ds.Namespace; + type.Attributes.Add(attribute1); + global::System.Xml.Schema.XmlSchemaAttribute attribute2 = new global::System.Xml.Schema.XmlSchemaAttribute(); + attribute2.Name = "tableTypeName"; + attribute2.FixedValue = "IpkolistDataTable"; + type.Attributes.Add(attribute2); + type.Particle = sequence; + global::System.Xml.Schema.XmlSchema dsSchema = ds.GetSchemaSerializable(); + if (xs.Contains(dsSchema.TargetNamespace)) { + global::System.IO.MemoryStream s1 = new global::System.IO.MemoryStream(); + global::System.IO.MemoryStream s2 = new global::System.IO.MemoryStream(); + try { + global::System.Xml.Schema.XmlSchema schema = null; + dsSchema.Write(s1); + for (global::System.Collections.IEnumerator schemas = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator(); schemas.MoveNext(); ) { + schema = ((global::System.Xml.Schema.XmlSchema)(schemas.Current)); + s2.SetLength(0); + schema.Write(s2); + if ((s1.Length == s2.Length)) { + s1.Position = 0; + s2.Position = 0; + for (; ((s1.Position != s1.Length) + && (s1.ReadByte() == s2.ReadByte())); ) { + ; + } + if ((s1.Position == s1.Length)) { + return type; + } + } + } + } + finally { + if ((s1 != null)) { + s1.Close(); + } + if ((s2 != null)) { + s2.Close(); + } + } + } + xs.Add(dsSchema); + return type; + } + } + /// ///Represents strongly named DataRow class. /// @@ -4328,6 +4841,407 @@ namespace FEQ0000 { } } + /// + ///Represents strongly named DataRow class. + /// + public partial class IpkolistRow : global::System.Data.DataRow { + + private IpkolistDataTable tableIpkolist; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + internal IpkolistRow(global::System.Data.DataRowBuilder rb) : + base(rb) { + this.tableIpkolist = ((IpkolistDataTable)(this.Table)); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + public string source { + get { + return ((string)(this[this.tableIpkolist.sourceColumn])); + } + set { + this[this.tableIpkolist.sourceColumn] = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + public int idx { + get { + return ((int)(this[this.tableIpkolist.idxColumn])); + } + set { + this[this.tableIpkolist.idxColumn] = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + public string pdate { + get { + if (this.IspdateNull()) { + return string.Empty; + } + else { + return ((string)(this[this.tableIpkolist.pdateColumn])); + } + } + set { + this[this.tableIpkolist.pdateColumn] = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + public string state { + get { + if (this.IsstateNull()) { + return string.Empty; + } + else { + return ((string)(this[this.tableIpkolist.stateColumn])); + } + } + set { + this[this.tableIpkolist.stateColumn] = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + public string sid { + get { + if (this.IssidNull()) { + return string.Empty; + } + else { + return ((string)(this[this.tableIpkolist.sidColumn])); + } + } + set { + this[this.tableIpkolist.sidColumn] = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + public string pumname { + get { + if (this.IspumnameNull()) { + return string.Empty; + } + else { + return ((string)(this[this.tableIpkolist.pumnameColumn])); + } + } + set { + this[this.tableIpkolist.pumnameColumn] = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + public string pumscale { + get { + if (this.IspumscaleNull()) { + return string.Empty; + } + else { + return ((string)(this[this.tableIpkolist.pumscaleColumn])); + } + } + set { + this[this.tableIpkolist.pumscaleColumn] = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + public int pumqty { + get { + try { + return ((int)(this[this.tableIpkolist.pumqtyColumn])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("\'Ipkolist\' 테이블의 \'pumqty\' 열의 값이 DBNull입니다.", e); + } + } + set { + this[this.tableIpkolist.pumqtyColumn] = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + public decimal pumprice { + get { + try { + return ((decimal)(this[this.tableIpkolist.pumpriceColumn])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("\'Ipkolist\' 테이블의 \'pumprice\' 열의 값이 DBNull입니다.", e); + } + } + set { + this[this.tableIpkolist.pumpriceColumn] = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + public decimal pumamt { + get { + try { + return ((decimal)(this[this.tableIpkolist.pumamtColumn])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("\'Ipkolist\' 테이블의 \'pumamt\' 열의 값이 DBNull입니다.", e); + } + } + set { + this[this.tableIpkolist.pumamtColumn] = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + public string supply { + get { + if (this.IssupplyNull()) { + return string.Empty; + } + else { + return ((string)(this[this.tableIpkolist.supplyColumn])); + } + } + set { + this[this.tableIpkolist.supplyColumn] = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + public string project { + get { + if (this.IsprojectNull()) { + return string.Empty; + } + else { + return ((string)(this[this.tableIpkolist.projectColumn])); + } + } + set { + this[this.tableIpkolist.projectColumn] = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + public string bigo { + get { + if (this.IsbigoNull()) { + return string.Empty; + } + else { + return ((string)(this[this.tableIpkolist.bigoColumn])); + } + } + set { + this[this.tableIpkolist.bigoColumn] = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + public System.DateTime wdate { + get { + try { + return ((global::System.DateTime)(this[this.tableIpkolist.wdateColumn])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("\'Ipkolist\' 테이블의 \'wdate\' 열의 값이 DBNull입니다.", e); + } + } + set { + this[this.tableIpkolist.wdateColumn] = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + public string request { + get { + if (this.IsrequestNull()) { + return string.Empty; + } + else { + return ((string)(this[this.tableIpkolist.requestColumn])); + } + } + set { + this[this.tableIpkolist.requestColumn] = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + public bool IspdateNull() { + return this.IsNull(this.tableIpkolist.pdateColumn); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + public void SetpdateNull() { + this[this.tableIpkolist.pdateColumn] = global::System.Convert.DBNull; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + public bool IsstateNull() { + return this.IsNull(this.tableIpkolist.stateColumn); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + public void SetstateNull() { + this[this.tableIpkolist.stateColumn] = global::System.Convert.DBNull; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + public bool IssidNull() { + return this.IsNull(this.tableIpkolist.sidColumn); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + public void SetsidNull() { + this[this.tableIpkolist.sidColumn] = global::System.Convert.DBNull; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + public bool IspumnameNull() { + return this.IsNull(this.tableIpkolist.pumnameColumn); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + public void SetpumnameNull() { + this[this.tableIpkolist.pumnameColumn] = global::System.Convert.DBNull; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + public bool IspumscaleNull() { + return this.IsNull(this.tableIpkolist.pumscaleColumn); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + public void SetpumscaleNull() { + this[this.tableIpkolist.pumscaleColumn] = global::System.Convert.DBNull; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + public bool IspumqtyNull() { + return this.IsNull(this.tableIpkolist.pumqtyColumn); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + public void SetpumqtyNull() { + this[this.tableIpkolist.pumqtyColumn] = global::System.Convert.DBNull; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + public bool IspumpriceNull() { + return this.IsNull(this.tableIpkolist.pumpriceColumn); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + public void SetpumpriceNull() { + this[this.tableIpkolist.pumpriceColumn] = global::System.Convert.DBNull; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + public bool IspumamtNull() { + return this.IsNull(this.tableIpkolist.pumamtColumn); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + public void SetpumamtNull() { + this[this.tableIpkolist.pumamtColumn] = global::System.Convert.DBNull; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + public bool IssupplyNull() { + return this.IsNull(this.tableIpkolist.supplyColumn); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + public void SetsupplyNull() { + this[this.tableIpkolist.supplyColumn] = global::System.Convert.DBNull; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + public bool IsprojectNull() { + return this.IsNull(this.tableIpkolist.projectColumn); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + public void SetprojectNull() { + this[this.tableIpkolist.projectColumn] = global::System.Convert.DBNull; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + public bool IsbigoNull() { + return this.IsNull(this.tableIpkolist.bigoColumn); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + public void SetbigoNull() { + this[this.tableIpkolist.bigoColumn] = global::System.Convert.DBNull; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + public bool IswdateNull() { + return this.IsNull(this.tableIpkolist.wdateColumn); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + public void SetwdateNull() { + this[this.tableIpkolist.wdateColumn] = global::System.Convert.DBNull; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + public bool IsrequestNull() { + return this.IsNull(this.tableIpkolist.requestColumn); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + public void SetrequestNull() { + this[this.tableIpkolist.requestColumn] = global::System.Convert.DBNull; + } + } + /// ///Row event argument class /// @@ -4395,6 +5309,40 @@ namespace FEQ0000 { } } } + + /// + ///Row event argument class + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + public class IpkolistRowChangeEvent : global::System.EventArgs { + + private IpkolistRow eventRow; + + private global::System.Data.DataRowAction eventAction; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + public IpkolistRowChangeEvent(IpkolistRow row, global::System.Data.DataRowAction action) { + this.eventRow = row; + this.eventAction = action; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + public IpkolistRow Row { + get { + return this.eventRow; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + public global::System.Data.DataRowAction Action { + get { + return this.eventAction; + } + } + } } } namespace FEQ0000.dsPurchaseTableAdapters { @@ -8435,6 +9383,207 @@ ORDER BY pdate DESC, idx DESC"; } } + /// + ///Represents the connection and commands used to retrieve and save data. + /// + [global::System.ComponentModel.DesignerCategoryAttribute("code")] + [global::System.ComponentModel.ToolboxItem(true)] + [global::System.ComponentModel.DataObjectAttribute(true)] + [global::System.ComponentModel.DesignerAttribute("Microsoft.VSDesigner.DataSource.Design.TableAdapterDesigner, Microsoft.VSDesigner" + + ", Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")] + [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] + public partial class IpkolistTableAdapter : global::System.ComponentModel.Component { + + private global::System.Data.SqlClient.SqlDataAdapter _adapter; + + private global::System.Data.SqlClient.SqlConnection _connection; + + private global::System.Data.SqlClient.SqlTransaction _transaction; + + private global::System.Data.SqlClient.SqlCommand[] _commandCollection; + + private bool _clearBeforeFill; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + public IpkolistTableAdapter() { + this.ClearBeforeFill = true; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + protected internal global::System.Data.SqlClient.SqlDataAdapter Adapter { + get { + if ((this._adapter == null)) { + this.InitAdapter(); + } + return this._adapter; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + internal global::System.Data.SqlClient.SqlConnection Connection { + get { + if ((this._connection == null)) { + this.InitConnection(); + } + return this._connection; + } + set { + this._connection = value; + if ((this.Adapter.InsertCommand != null)) { + this.Adapter.InsertCommand.Connection = value; + } + if ((this.Adapter.DeleteCommand != null)) { + this.Adapter.DeleteCommand.Connection = value; + } + if ((this.Adapter.UpdateCommand != null)) { + this.Adapter.UpdateCommand.Connection = value; + } + for (int i = 0; (i < this.CommandCollection.Length); i = (i + 1)) { + if ((this.CommandCollection[i] != null)) { + ((global::System.Data.SqlClient.SqlCommand)(this.CommandCollection[i])).Connection = value; + } + } + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + internal global::System.Data.SqlClient.SqlTransaction Transaction { + get { + return this._transaction; + } + set { + this._transaction = value; + for (int i = 0; (i < this.CommandCollection.Length); i = (i + 1)) { + this.CommandCollection[i].Transaction = this._transaction; + } + if (((this.Adapter != null) + && (this.Adapter.DeleteCommand != null))) { + this.Adapter.DeleteCommand.Transaction = this._transaction; + } + if (((this.Adapter != null) + && (this.Adapter.InsertCommand != null))) { + this.Adapter.InsertCommand.Transaction = this._transaction; + } + if (((this.Adapter != null) + && (this.Adapter.UpdateCommand != null))) { + this.Adapter.UpdateCommand.Transaction = this._transaction; + } + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + protected global::System.Data.SqlClient.SqlCommand[] CommandCollection { + get { + if ((this._commandCollection == null)) { + this.InitCommandCollection(); + } + return this._commandCollection; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + public bool ClearBeforeFill { + get { + return this._clearBeforeFill; + } + set { + this._clearBeforeFill = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + private void InitAdapter() { + this._adapter = new global::System.Data.SqlClient.SqlDataAdapter(); + global::System.Data.Common.DataTableMapping tableMapping = new global::System.Data.Common.DataTableMapping(); + tableMapping.SourceTable = "Table"; + tableMapping.DataSetTable = "Ipkolist"; + tableMapping.ColumnMappings.Add("source", "source"); + tableMapping.ColumnMappings.Add("idx", "idx"); + tableMapping.ColumnMappings.Add("pdate", "pdate"); + tableMapping.ColumnMappings.Add("state", "state"); + tableMapping.ColumnMappings.Add("sid", "sid"); + tableMapping.ColumnMappings.Add("pumname", "pumname"); + tableMapping.ColumnMappings.Add("pumscale", "pumscale"); + tableMapping.ColumnMappings.Add("pumqty", "pumqty"); + tableMapping.ColumnMappings.Add("pumprice", "pumprice"); + tableMapping.ColumnMappings.Add("pumamt", "pumamt"); + tableMapping.ColumnMappings.Add("supply", "supply"); + tableMapping.ColumnMappings.Add("project", "project"); + tableMapping.ColumnMappings.Add("bigo", "bigo"); + tableMapping.ColumnMappings.Add("wdate", "wdate"); + tableMapping.ColumnMappings.Add("request", "request"); + this._adapter.TableMappings.Add(tableMapping); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + private void InitConnection() { + this._connection = new global::System.Data.SqlClient.SqlConnection(); + this._connection.ConnectionString = global::FEQ0000.Properties.Settings.Default.gwcs; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + private void InitCommandCollection() { + this._commandCollection = new global::System.Data.SqlClient.SqlCommand[1]; + this._commandCollection[0] = new global::System.Data.SqlClient.SqlCommand(); + this._commandCollection[0].Connection = this.Connection; + this._commandCollection[0].CommandText = @"SELECT 'NR' AS source, idx, pdate, state, sid, pumname, pumscale, pumqty, pumprice, pumamt, supply, project, bigo, wdate, dbo.getUserName(request) AS request +FROM Purchase +WHERE (state IN ('PO', 'PR')) AND (pdate >= @pdate) AND (ISNULL(isdel, 0) = 0) +UNION +SELECT 'CR' AS Expr1, idx, pdate, state, sid, pumname, pumscale, pumqty, pumprice, pumamt, supply, project, bigo, wdate, dbo.getUserName(request) AS request +FROM EETGW_PurchaseCR +WHERE (state IN ('PO', 'PR')) AND (pdate >= @pdate) AND (ISNULL(isdel, 0) = 0) +ORDER BY state, wdate DESC"; + this._commandCollection[0].CommandType = global::System.Data.CommandType.Text; + this._commandCollection[0].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@pdate", global::System.Data.SqlDbType.VarChar, 10, global::System.Data.ParameterDirection.Input, 0, 0, "pdate", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] + [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Fill, true)] + public virtual int Fill(dsPurchase.IpkolistDataTable dataTable, string pdate) { + this.Adapter.SelectCommand = this.CommandCollection[0]; + if ((pdate == null)) { + this.Adapter.SelectCommand.Parameters[0].Value = global::System.DBNull.Value; + } + else { + this.Adapter.SelectCommand.Parameters[0].Value = ((string)(pdate)); + } + if ((this.ClearBeforeFill == true)) { + dataTable.Clear(); + } + int returnValue = this.Adapter.Fill(dataTable); + return returnValue; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] + [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Select, true)] + public virtual dsPurchase.IpkolistDataTable GetData(string pdate) { + this.Adapter.SelectCommand = this.CommandCollection[0]; + if ((pdate == null)) { + this.Adapter.SelectCommand.Parameters[0].Value = global::System.DBNull.Value; + } + else { + this.Adapter.SelectCommand.Parameters[0].Value = ((string)(pdate)); + } + dsPurchase.IpkolistDataTable dataTable = new dsPurchase.IpkolistDataTable(); + this.Adapter.Fill(dataTable); + return dataTable; + } + } + /// ///TableAdapterManager is used to coordinate TableAdapters in the dataset to enable Hierarchical Update scenarios /// diff --git a/SubProject/FEQ0000/dsPurchase.xsd b/SubProject/FEQ0000/dsPurchase.xsd index a18118f..da2cd28 100644 --- a/SubProject/FEQ0000/dsPurchase.xsd +++ b/SubProject/FEQ0000/dsPurchase.xsd @@ -718,6 +718,45 @@ ORDER BY pdate DESC, idx DESC + + + + + + SELECT 'NR' AS source, idx, pdate, state, sid, pumname, pumscale, pumqty, pumprice, pumamt, supply, project, bigo, wdate, dbo.getUserName(request) AS request +FROM Purchase +WHERE (state IN ('PO', 'PR')) AND (pdate >= @pdate) AND (ISNULL(isdel, 0) = 0) +UNION +SELECT 'CR' AS Expr1, idx, pdate, state, sid, pumname, pumscale, pumqty, pumprice, pumamt, supply, project, bigo, wdate, dbo.getUserName(request) AS request +FROM EETGW_PurchaseCR +WHERE (state IN ('PO', 'PR')) AND (pdate >= @pdate) AND (ISNULL(isdel, 0) = 0) +ORDER BY state, wdate DESC + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -1128,6 +1167,69 @@ ORDER BY pdate DESC, idx DESC + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -1138,5 +1240,10 @@ ORDER BY pdate DESC, idx DESC + + + + + \ No newline at end of file diff --git a/SubProject/FEQ0000/dsPurchase.xss b/SubProject/FEQ0000/dsPurchase.xss index da01e94..46ca8bd 100644 --- a/SubProject/FEQ0000/dsPurchase.xss +++ b/SubProject/FEQ0000/dsPurchase.xss @@ -6,8 +6,9 @@ --> - - + + + \ No newline at end of file diff --git a/SubProject/FEQ0000/fItemin.Designer.cs b/SubProject/FEQ0000/fItemin.Designer.cs new file mode 100644 index 0000000..7f0b3b5 --- /dev/null +++ b/SubProject/FEQ0000/fItemin.Designer.cs @@ -0,0 +1,644 @@ + +namespace FEQ0000 +{ + partial class fItemin + { + /// + /// Required designer variable. + /// + private System.ComponentModel.IContainer components = null; + + /// + /// Clean up any resources being used. + /// + /// true if managed resources should be disposed; otherwise, false. + protected override void Dispose(bool disposing) + { + if (disposing && (components != null)) + { + components.Dispose(); + } + base.Dispose(disposing); + } + + #region Windows Form Designer generated code + + /// + /// Required method for Designer support - do not modify + /// the contents of this method with the code editor. + /// + private void InitializeComponent() + { + this.components = new System.ComponentModel.Container(); + System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(fItemin)); + System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle(); + System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle(); + this.button1 = new System.Windows.Forms.Button(); + this.statusStrip1 = new System.Windows.Forms.StatusStrip(); + this.toolStripStatusLabel2 = new System.Windows.Forms.ToolStripStatusLabel(); + this.lbSID = new System.Windows.Forms.ToolStripStatusLabel(); + this.toolStripStatusLabel4 = new System.Windows.Forms.ToolStripStatusLabel(); + this.lbCOST = new System.Windows.Forms.ToolStripStatusLabel(); + this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel(); + this.tbSearch = new System.Windows.Forms.TextBox(); + this.toolStrip1 = new System.Windows.Forms.ToolStrip(); + this.toolStripButton1 = new System.Windows.Forms.ToolStripButton(); + this.toolStripButton2 = new System.Windows.Forms.ToolStripButton(); + this.toolStripButton3 = new System.Windows.Forms.ToolStripButton(); + this.groupBox1 = new System.Windows.Forms.GroupBox(); + this.ipkolistDataGridView = new System.Windows.Forms.DataGridView(); + this.bs = new System.Windows.Forms.BindingSource(this.components); + this.dsPurchase = new FEQ0000.dsPurchase(); + this.bn = new System.Windows.Forms.BindingNavigator(this.components); + this.bindingNavigatorCountItem = new System.Windows.Forms.ToolStripLabel(); + this.bindingNavigatorMoveFirstItem = new System.Windows.Forms.ToolStripButton(); + this.bindingNavigatorMovePreviousItem = new System.Windows.Forms.ToolStripButton(); + this.bindingNavigatorSeparator = new System.Windows.Forms.ToolStripSeparator(); + this.bindingNavigatorPositionItem = new System.Windows.Forms.ToolStripTextBox(); + this.bindingNavigatorSeparator1 = new System.Windows.Forms.ToolStripSeparator(); + this.bindingNavigatorMoveNextItem = new System.Windows.Forms.ToolStripButton(); + this.bindingNavigatorMoveLastItem = new System.Windows.Forms.ToolStripButton(); + this.bindingNavigatorSeparator2 = new System.Windows.Forms.ToolStripSeparator(); + this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel(); + this.tbFind = new System.Windows.Forms.ToolStripTextBox(); + this.btFind = new System.Windows.Forms.ToolStripButton(); + this.toolStripButton4 = new System.Windows.Forms.ToolStripButton(); + this.toolStripButton5 = new System.Windows.Forms.ToolStripButton(); + this.panel2 = new System.Windows.Forms.Panel(); + this.panel3 = new System.Windows.Forms.Panel(); + this.label3 = new System.Windows.Forms.Label(); + this.ta = new FEQ0000.dsPurchaseTableAdapters.IpkolistTableAdapter(); + this.tam = new FEQ0000.dsPurchaseTableAdapters.TableAdapterManager(); + this.dvc_in = new System.Windows.Forms.DataGridViewButtonColumn(); + this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); + this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn(); + this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn(); + this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn(); + this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn(); + this.dataGridViewTextBoxColumn7 = new System.Windows.Forms.DataGridViewTextBoxColumn(); + this.dataGridViewTextBoxColumn8 = new System.Windows.Forms.DataGridViewTextBoxColumn(); + this.dataGridViewTextBoxColumn9 = new System.Windows.Forms.DataGridViewTextBoxColumn(); + this.dataGridViewTextBoxColumn10 = new System.Windows.Forms.DataGridViewTextBoxColumn(); + this.dataGridViewTextBoxColumn11 = new System.Windows.Forms.DataGridViewTextBoxColumn(); + this.dataGridViewTextBoxColumn13 = new System.Windows.Forms.DataGridViewTextBoxColumn(); + this.dataGridViewTextBoxColumn12 = new System.Windows.Forms.DataGridViewTextBoxColumn(); + this.statusStrip1.SuspendLayout(); + this.toolStrip1.SuspendLayout(); + this.groupBox1.SuspendLayout(); + ((System.ComponentModel.ISupportInitialize)(this.ipkolistDataGridView)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.bs)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.dsPurchase)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.bn)).BeginInit(); + this.bn.SuspendLayout(); + this.panel2.SuspendLayout(); + this.panel3.SuspendLayout(); + this.SuspendLayout(); + // + // button1 + // + this.button1.Dock = System.Windows.Forms.DockStyle.Right; + this.button1.Font = new System.Drawing.Font("맑은 고딕", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); + this.button1.Location = new System.Drawing.Point(1019, 0); + this.button1.Name = "button1"; + this.button1.Size = new System.Drawing.Size(122, 51); + this.button1.TabIndex = 0; + this.button1.Text = "QR코드확인"; + this.button1.UseVisualStyleBackColor = true; + this.button1.Click += new System.EventHandler(this.button1_Click); + // + // statusStrip1 + // + this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { + this.toolStripStatusLabel2, + this.lbSID, + this.toolStripStatusLabel4, + this.lbCOST, + this.toolStripStatusLabel1}); + this.statusStrip1.Location = new System.Drawing.Point(0, 708); + this.statusStrip1.Name = "statusStrip1"; + this.statusStrip1.Size = new System.Drawing.Size(1141, 22); + this.statusStrip1.TabIndex = 1; + this.statusStrip1.Text = "statusStrip1"; + // + // toolStripStatusLabel2 + // + this.toolStripStatusLabel2.Name = "toolStripStatusLabel2"; + this.toolStripStatusLabel2.Size = new System.Drawing.Size(26, 17); + this.toolStripStatusLabel2.Text = "SID"; + // + // lbSID + // + this.lbSID.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold); + this.lbSID.Name = "lbSID"; + this.lbSID.Size = new System.Drawing.Size(17, 17); + this.lbSID.Text = "--"; + // + // toolStripStatusLabel4 + // + this.toolStripStatusLabel4.Name = "toolStripStatusLabel4"; + this.toolStripStatusLabel4.Size = new System.Drawing.Size(37, 17); + this.toolStripStatusLabel4.Text = "COST"; + // + // lbCOST + // + this.lbCOST.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold); + this.lbCOST.Name = "lbCOST"; + this.lbCOST.Size = new System.Drawing.Size(17, 17); + this.lbCOST.Text = "--"; + // + // toolStripStatusLabel1 + // + this.toolStripStatusLabel1.Name = "toolStripStatusLabel1"; + this.toolStripStatusLabel1.Size = new System.Drawing.Size(174, 17); + this.toolStripStatusLabel1.Text = "{0}건의 자료가 검색되었습니다"; + // + // tbSearch + // + this.tbSearch.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192))))); + this.tbSearch.BorderStyle = System.Windows.Forms.BorderStyle.None; + this.tbSearch.Dock = System.Windows.Forms.DockStyle.Bottom; + this.tbSearch.Font = new System.Drawing.Font("Microsoft Sans Serif", 19F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); + this.tbSearch.ImeMode = System.Windows.Forms.ImeMode.Alpha; + this.tbSearch.Location = new System.Drawing.Point(0, 22); + this.tbSearch.Name = "tbSearch"; + this.tbSearch.Size = new System.Drawing.Size(1019, 29); + this.tbSearch.TabIndex = 2; + this.tbSearch.Text = "4520286819#00020#109007296#1#EA#K115232311329759#001"; + this.tbSearch.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; + this.tbSearch.KeyDown += new System.Windows.Forms.KeyEventHandler(this.tbSearch_KeyDown); + // + // toolStrip1 + // + this.toolStrip1.ImageScalingSize = new System.Drawing.Size(40, 40); + this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { + this.toolStripButton1, + this.toolStripButton2, + this.toolStripButton3}); + this.toolStrip1.Location = new System.Drawing.Point(0, 0); + this.toolStrip1.Name = "toolStrip1"; + this.toolStrip1.Size = new System.Drawing.Size(1141, 47); + this.toolStrip1.TabIndex = 3; + this.toolStrip1.Text = "toolStrip1"; + // + // toolStripButton1 + // + this.toolStripButton1.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right; + this.toolStripButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton1.Image"))); + this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta; + this.toolStripButton1.Name = "toolStripButton1"; + this.toolStripButton1.Size = new System.Drawing.Size(75, 44); + this.toolStripButton1.Text = "닫기"; + this.toolStripButton1.Click += new System.EventHandler(this.toolStripButton1_Click); + // + // toolStripButton2 + // + this.toolStripButton2.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton2.Image"))); + this.toolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta; + this.toolStripButton2.Name = "toolStripButton2"; + this.toolStripButton2.Size = new System.Drawing.Size(103, 44); + this.toolStripButton2.Text = "QR지우기"; + this.toolStripButton2.Click += new System.EventHandler(this.toolStripButton2_Click); + // + // toolStripButton3 + // + this.toolStripButton3.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton3.Image"))); + this.toolStripButton3.ImageTransparentColor = System.Drawing.Color.Magenta; + this.toolStripButton3.Name = "toolStripButton3"; + this.toolStripButton3.Size = new System.Drawing.Size(99, 44); + this.toolStripButton3.Text = "새로고침"; + this.toolStripButton3.Click += new System.EventHandler(this.toolStripButton3_Click); + // + // groupBox1 + // + this.groupBox1.Controls.Add(this.ipkolistDataGridView); + this.groupBox1.Controls.Add(this.bn); + this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill; + this.groupBox1.Location = new System.Drawing.Point(10, 10); + this.groupBox1.Name = "groupBox1"; + this.groupBox1.Size = new System.Drawing.Size(1121, 590); + this.groupBox1.TabIndex = 4; + this.groupBox1.TabStop = false; + this.groupBox1.Text = "미입고 자료"; + // + // ipkolistDataGridView + // + this.ipkolistDataGridView.AllowUserToAddRows = false; + this.ipkolistDataGridView.AllowUserToDeleteRows = false; + this.ipkolistDataGridView.AutoGenerateColumns = false; + this.ipkolistDataGridView.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells; + this.ipkolistDataGridView.BorderStyle = System.Windows.Forms.BorderStyle.None; + this.ipkolistDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; + this.ipkolistDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { + this.dvc_in, + this.dataGridViewTextBoxColumn1, + this.dataGridViewTextBoxColumn3, + this.dataGridViewTextBoxColumn4, + this.dataGridViewTextBoxColumn5, + this.dataGridViewTextBoxColumn6, + this.dataGridViewTextBoxColumn7, + this.dataGridViewTextBoxColumn8, + this.dataGridViewTextBoxColumn9, + this.dataGridViewTextBoxColumn10, + this.dataGridViewTextBoxColumn11, + this.dataGridViewTextBoxColumn13, + this.dataGridViewTextBoxColumn12}); + this.ipkolistDataGridView.DataSource = this.bs; + dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; + dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Window; + dataGridViewCellStyle2.Font = new System.Drawing.Font("맑은 고딕", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); + dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.ControlText; + dataGridViewCellStyle2.Padding = new System.Windows.Forms.Padding(1, 5, 1, 5); + dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight; + dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText; + dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.False; + this.ipkolistDataGridView.DefaultCellStyle = dataGridViewCellStyle2; + this.ipkolistDataGridView.Dock = System.Windows.Forms.DockStyle.Fill; + this.ipkolistDataGridView.Location = new System.Drawing.Point(3, 17); + this.ipkolistDataGridView.Name = "ipkolistDataGridView"; + this.ipkolistDataGridView.ReadOnly = true; + this.ipkolistDataGridView.RowHeadersVisible = false; + this.ipkolistDataGridView.RowTemplate.Height = 23; + this.ipkolistDataGridView.Size = new System.Drawing.Size(1115, 531); + this.ipkolistDataGridView.TabIndex = 0; + this.ipkolistDataGridView.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.ipkolistDataGridView_CellClick); + this.ipkolistDataGridView.DataError += new System.Windows.Forms.DataGridViewDataErrorEventHandler(this.ipkolistDataGridView_DataError); + // + // bs + // + this.bs.DataMember = "Ipkolist"; + this.bs.DataSource = this.dsPurchase; + // + // dsPurchase + // + this.dsPurchase.DataSetName = "dsPurchase"; + this.dsPurchase.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema; + // + // bn + // + this.bn.AddNewItem = null; + this.bn.BindingSource = this.bs; + this.bn.CountItem = this.bindingNavigatorCountItem; + this.bn.DeleteItem = null; + this.bn.Dock = System.Windows.Forms.DockStyle.Bottom; + this.bn.ImageScalingSize = new System.Drawing.Size(32, 32); + this.bn.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { + this.bindingNavigatorMoveFirstItem, + this.bindingNavigatorMovePreviousItem, + this.bindingNavigatorSeparator, + this.bindingNavigatorPositionItem, + this.bindingNavigatorCountItem, + this.bindingNavigatorSeparator1, + this.bindingNavigatorMoveNextItem, + this.bindingNavigatorMoveLastItem, + this.bindingNavigatorSeparator2, + this.toolStripLabel1, + this.tbFind, + this.btFind, + this.toolStripButton4, + this.toolStripButton5}); + this.bn.Location = new System.Drawing.Point(3, 548); + this.bn.MoveFirstItem = this.bindingNavigatorMoveFirstItem; + this.bn.MoveLastItem = this.bindingNavigatorMoveLastItem; + this.bn.MoveNextItem = this.bindingNavigatorMoveNextItem; + this.bn.MovePreviousItem = this.bindingNavigatorMovePreviousItem; + this.bn.Name = "bn"; + this.bn.PositionItem = this.bindingNavigatorPositionItem; + this.bn.Size = new System.Drawing.Size(1115, 39); + this.bn.TabIndex = 6; + this.bn.Text = "bindingNavigator1"; + // + // bindingNavigatorCountItem + // + this.bindingNavigatorCountItem.Name = "bindingNavigatorCountItem"; + this.bindingNavigatorCountItem.Size = new System.Drawing.Size(27, 36); + this.bindingNavigatorCountItem.Text = "/{0}"; + this.bindingNavigatorCountItem.ToolTipText = "전체 항목 수"; + // + // bindingNavigatorMoveFirstItem + // + this.bindingNavigatorMoveFirstItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; + this.bindingNavigatorMoveFirstItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveFirstItem.Image"))); + this.bindingNavigatorMoveFirstItem.Name = "bindingNavigatorMoveFirstItem"; + this.bindingNavigatorMoveFirstItem.RightToLeftAutoMirrorImage = true; + this.bindingNavigatorMoveFirstItem.Size = new System.Drawing.Size(36, 36); + this.bindingNavigatorMoveFirstItem.Text = "처음으로 이동"; + // + // bindingNavigatorMovePreviousItem + // + this.bindingNavigatorMovePreviousItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; + this.bindingNavigatorMovePreviousItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMovePreviousItem.Image"))); + this.bindingNavigatorMovePreviousItem.Name = "bindingNavigatorMovePreviousItem"; + this.bindingNavigatorMovePreviousItem.RightToLeftAutoMirrorImage = true; + this.bindingNavigatorMovePreviousItem.Size = new System.Drawing.Size(36, 36); + this.bindingNavigatorMovePreviousItem.Text = "이전으로 이동"; + // + // bindingNavigatorSeparator + // + this.bindingNavigatorSeparator.Name = "bindingNavigatorSeparator"; + this.bindingNavigatorSeparator.Size = new System.Drawing.Size(6, 39); + // + // bindingNavigatorPositionItem + // + this.bindingNavigatorPositionItem.AccessibleName = "위치"; + this.bindingNavigatorPositionItem.AutoSize = false; + this.bindingNavigatorPositionItem.Name = "bindingNavigatorPositionItem"; + this.bindingNavigatorPositionItem.Size = new System.Drawing.Size(50, 23); + this.bindingNavigatorPositionItem.Text = "0"; + this.bindingNavigatorPositionItem.ToolTipText = "현재 위치"; + // + // bindingNavigatorSeparator1 + // + this.bindingNavigatorSeparator1.Name = "bindingNavigatorSeparator1"; + this.bindingNavigatorSeparator1.Size = new System.Drawing.Size(6, 39); + // + // bindingNavigatorMoveNextItem + // + this.bindingNavigatorMoveNextItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; + this.bindingNavigatorMoveNextItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveNextItem.Image"))); + this.bindingNavigatorMoveNextItem.Name = "bindingNavigatorMoveNextItem"; + this.bindingNavigatorMoveNextItem.RightToLeftAutoMirrorImage = true; + this.bindingNavigatorMoveNextItem.Size = new System.Drawing.Size(36, 36); + this.bindingNavigatorMoveNextItem.Text = "다음으로 이동"; + // + // bindingNavigatorMoveLastItem + // + this.bindingNavigatorMoveLastItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; + this.bindingNavigatorMoveLastItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveLastItem.Image"))); + this.bindingNavigatorMoveLastItem.Name = "bindingNavigatorMoveLastItem"; + this.bindingNavigatorMoveLastItem.RightToLeftAutoMirrorImage = true; + this.bindingNavigatorMoveLastItem.Size = new System.Drawing.Size(36, 36); + this.bindingNavigatorMoveLastItem.Text = "마지막으로 이동"; + // + // bindingNavigatorSeparator2 + // + this.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator2"; + this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 39); + // + // toolStripLabel1 + // + this.toolStripLabel1.Name = "toolStripLabel1"; + this.toolStripLabel1.Size = new System.Drawing.Size(31, 36); + this.toolStripLabel1.Text = "검색"; + // + // tbFind + // + this.tbFind.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.tbFind.Font = new System.Drawing.Font("맑은 고딕", 15F); + this.tbFind.Name = "tbFind"; + this.tbFind.Size = new System.Drawing.Size(200, 39); + this.tbFind.TextBoxTextAlign = System.Windows.Forms.HorizontalAlignment.Center; + this.tbFind.KeyDown += new System.Windows.Forms.KeyEventHandler(this.tbFind_KeyDown); + // + // btFind + // + this.btFind.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; + this.btFind.Image = ((System.Drawing.Image)(resources.GetObject("btFind.Image"))); + this.btFind.ImageTransparentColor = System.Drawing.Color.Magenta; + this.btFind.Name = "btFind"; + this.btFind.Size = new System.Drawing.Size(36, 36); + this.btFind.Text = "toolStripButton3"; + this.btFind.Click += new System.EventHandler(this.btFind_Click); + // + // toolStripButton4 + // + this.toolStripButton4.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right; + this.toolStripButton4.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton4.Image"))); + this.toolStripButton4.ImageTransparentColor = System.Drawing.Color.Magenta; + this.toolStripButton4.Name = "toolStripButton4"; + this.toolStripButton4.Size = new System.Drawing.Size(67, 36); + this.toolStripButton4.Text = "입고"; + this.toolStripButton4.Click += new System.EventHandler(this.toolStripButton4_Click); + // + // toolStripButton5 + // + this.toolStripButton5.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton5.Image"))); + this.toolStripButton5.ImageTransparentColor = System.Drawing.Color.Magenta; + this.toolStripButton5.Name = "toolStripButton5"; + this.toolStripButton5.Size = new System.Drawing.Size(103, 36); + this.toolStripButton5.Text = "검색지우기"; + this.toolStripButton5.Click += new System.EventHandler(this.toolStripButton5_Click); + // + // panel2 + // + this.panel2.Controls.Add(this.groupBox1); + this.panel2.Dock = System.Windows.Forms.DockStyle.Fill; + this.panel2.Location = new System.Drawing.Point(0, 98); + this.panel2.Name = "panel2"; + this.panel2.Padding = new System.Windows.Forms.Padding(10); + this.panel2.Size = new System.Drawing.Size(1141, 610); + this.panel2.TabIndex = 5; + // + // panel3 + // + this.panel3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192))))); + this.panel3.Controls.Add(this.label3); + this.panel3.Controls.Add(this.tbSearch); + this.panel3.Controls.Add(this.button1); + this.panel3.Dock = System.Windows.Forms.DockStyle.Top; + this.panel3.Location = new System.Drawing.Point(0, 47); + this.panel3.Name = "panel3"; + this.panel3.Size = new System.Drawing.Size(1141, 51); + this.panel3.TabIndex = 6; + // + // label3 + // + this.label3.Dock = System.Windows.Forms.DockStyle.Fill; + this.label3.Font = new System.Drawing.Font("맑은 고딕", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); + this.label3.ForeColor = System.Drawing.Color.Gray; + this.label3.Location = new System.Drawing.Point(0, 0); + this.label3.Name = "label3"; + this.label3.Size = new System.Drawing.Size(1019, 22); + this.label3.TabIndex = 3; + this.label3.Text = "QR CODE 값을 입력하세요"; + this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; + // + // ta + // + this.ta.ClearBeforeFill = true; + // + // tam + // + this.tam.BackupDataSetBeforeUpdate = false; + this.tam.Connection = null; + this.tam.EETGW_PurchaseCRTableAdapter = null; + this.tam.PurchaseTableAdapter = null; + this.tam.UpdateOrder = FEQ0000.dsPurchaseTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete; + // + // dvc_in + // + this.dvc_in.DataPropertyName = "request"; + this.dvc_in.HeaderText = "담당자"; + this.dvc_in.Name = "dvc_in"; + this.dvc_in.ReadOnly = true; + // + // dataGridViewTextBoxColumn1 + // + this.dataGridViewTextBoxColumn1.DataPropertyName = "source"; + this.dataGridViewTextBoxColumn1.HeaderText = "위치"; + this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1"; + this.dataGridViewTextBoxColumn1.ReadOnly = true; + // + // dataGridViewTextBoxColumn3 + // + this.dataGridViewTextBoxColumn3.DataPropertyName = "pdate"; + this.dataGridViewTextBoxColumn3.HeaderText = "등록일"; + this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3"; + this.dataGridViewTextBoxColumn3.ReadOnly = true; + // + // dataGridViewTextBoxColumn4 + // + this.dataGridViewTextBoxColumn4.DataPropertyName = "state"; + this.dataGridViewTextBoxColumn4.HeaderText = "상태"; + this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4"; + this.dataGridViewTextBoxColumn4.ReadOnly = true; + // + // dataGridViewTextBoxColumn5 + // + this.dataGridViewTextBoxColumn5.DataPropertyName = "sid"; + this.dataGridViewTextBoxColumn5.HeaderText = "SID"; + this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5"; + this.dataGridViewTextBoxColumn5.ReadOnly = true; + // + // dataGridViewTextBoxColumn6 + // + this.dataGridViewTextBoxColumn6.DataPropertyName = "pumname"; + dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; + this.dataGridViewTextBoxColumn6.DefaultCellStyle = dataGridViewCellStyle1; + this.dataGridViewTextBoxColumn6.HeaderText = "품명"; + this.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6"; + this.dataGridViewTextBoxColumn6.ReadOnly = true; + // + // dataGridViewTextBoxColumn7 + // + this.dataGridViewTextBoxColumn7.DataPropertyName = "pumscale"; + this.dataGridViewTextBoxColumn7.HeaderText = "모델"; + this.dataGridViewTextBoxColumn7.Name = "dataGridViewTextBoxColumn7"; + this.dataGridViewTextBoxColumn7.ReadOnly = true; + // + // dataGridViewTextBoxColumn8 + // + this.dataGridViewTextBoxColumn8.DataPropertyName = "pumqty"; + this.dataGridViewTextBoxColumn8.HeaderText = "수량"; + this.dataGridViewTextBoxColumn8.Name = "dataGridViewTextBoxColumn8"; + this.dataGridViewTextBoxColumn8.ReadOnly = true; + // + // dataGridViewTextBoxColumn9 + // + this.dataGridViewTextBoxColumn9.DataPropertyName = "pumprice"; + this.dataGridViewTextBoxColumn9.HeaderText = "단가"; + this.dataGridViewTextBoxColumn9.Name = "dataGridViewTextBoxColumn9"; + this.dataGridViewTextBoxColumn9.ReadOnly = true; + // + // dataGridViewTextBoxColumn10 + // + this.dataGridViewTextBoxColumn10.DataPropertyName = "pumamt"; + this.dataGridViewTextBoxColumn10.HeaderText = "금액"; + this.dataGridViewTextBoxColumn10.Name = "dataGridViewTextBoxColumn10"; + this.dataGridViewTextBoxColumn10.ReadOnly = true; + // + // dataGridViewTextBoxColumn11 + // + this.dataGridViewTextBoxColumn11.DataPropertyName = "supply"; + this.dataGridViewTextBoxColumn11.HeaderText = "공급"; + this.dataGridViewTextBoxColumn11.Name = "dataGridViewTextBoxColumn11"; + this.dataGridViewTextBoxColumn11.ReadOnly = true; + // + // dataGridViewTextBoxColumn13 + // + this.dataGridViewTextBoxColumn13.DataPropertyName = "bigo"; + this.dataGridViewTextBoxColumn13.HeaderText = "비고"; + this.dataGridViewTextBoxColumn13.Name = "dataGridViewTextBoxColumn13"; + this.dataGridViewTextBoxColumn13.ReadOnly = true; + // + // dataGridViewTextBoxColumn12 + // + this.dataGridViewTextBoxColumn12.DataPropertyName = "project"; + this.dataGridViewTextBoxColumn12.HeaderText = "연관프로젝트"; + this.dataGridViewTextBoxColumn12.Name = "dataGridViewTextBoxColumn12"; + this.dataGridViewTextBoxColumn12.ReadOnly = true; + // + // fItemin + // + this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F); + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.ClientSize = new System.Drawing.Size(1141, 730); + this.Controls.Add(this.panel2); + this.Controls.Add(this.panel3); + this.Controls.Add(this.statusStrip1); + this.Controls.Add(this.toolStrip1); + this.Name = "fItemin"; + this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; + this.Text = "품목 입고"; + this.Load += new System.EventHandler(this.fItemin_Load); + this.statusStrip1.ResumeLayout(false); + this.statusStrip1.PerformLayout(); + this.toolStrip1.ResumeLayout(false); + this.toolStrip1.PerformLayout(); + this.groupBox1.ResumeLayout(false); + this.groupBox1.PerformLayout(); + ((System.ComponentModel.ISupportInitialize)(this.ipkolistDataGridView)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.bs)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.dsPurchase)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.bn)).EndInit(); + this.bn.ResumeLayout(false); + this.bn.PerformLayout(); + this.panel2.ResumeLayout(false); + this.panel3.ResumeLayout(false); + this.panel3.PerformLayout(); + this.ResumeLayout(false); + this.PerformLayout(); + + } + + #endregion + private System.Windows.Forms.StatusStrip statusStrip1; + private System.Windows.Forms.Button button1; + private System.Windows.Forms.TextBox tbSearch; + private System.Windows.Forms.ToolStrip toolStrip1; + private System.Windows.Forms.ToolStripButton toolStripButton1; + private System.Windows.Forms.ToolStripButton toolStripButton2; + private System.Windows.Forms.GroupBox groupBox1; + private System.Windows.Forms.Panel panel2; + private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel1; + private dsPurchase dsPurchase; + private System.Windows.Forms.BindingSource bs; + private dsPurchaseTableAdapters.IpkolistTableAdapter ta; + private dsPurchaseTableAdapters.TableAdapterManager tam; + private System.Windows.Forms.BindingNavigator bn; + private System.Windows.Forms.ToolStripLabel bindingNavigatorCountItem; + private System.Windows.Forms.ToolStripButton bindingNavigatorMoveFirstItem; + private System.Windows.Forms.ToolStripButton bindingNavigatorMovePreviousItem; + private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator; + private System.Windows.Forms.ToolStripTextBox bindingNavigatorPositionItem; + private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator1; + private System.Windows.Forms.ToolStripButton bindingNavigatorMoveNextItem; + private System.Windows.Forms.ToolStripButton bindingNavigatorMoveLastItem; + private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator2; + private System.Windows.Forms.DataGridView ipkolistDataGridView; + private System.Windows.Forms.ToolStripLabel toolStripLabel1; + private System.Windows.Forms.ToolStripTextBox tbFind; + private System.Windows.Forms.ToolStripButton btFind; + private System.Windows.Forms.ToolStripButton toolStripButton3; + private System.Windows.Forms.ToolStripButton toolStripButton4; + private System.Windows.Forms.ToolStripButton toolStripButton5; + private System.Windows.Forms.Panel panel3; + private System.Windows.Forms.Label label3; + private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel2; + private System.Windows.Forms.ToolStripStatusLabel lbSID; + private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel4; + private System.Windows.Forms.ToolStripStatusLabel lbCOST; + private System.Windows.Forms.DataGridViewButtonColumn dvc_in; + private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1; + private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3; + private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4; + private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn5; + private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn6; + private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn7; + private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn8; + private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn9; + private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn10; + private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn11; + private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn13; + private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn12; + } +} \ No newline at end of file diff --git a/SubProject/FEQ0000/fItemin.cs b/SubProject/FEQ0000/fItemin.cs new file mode 100644 index 0000000..bd14582 --- /dev/null +++ b/SubProject/FEQ0000/fItemin.cs @@ -0,0 +1,226 @@ +using System; +using System.Collections.Generic; +using System.ComponentModel; +using System.Data; +using System.Drawing; +using System.Linq; +using System.Text; +using System.Threading.Tasks; +using System.Windows.Forms; + +namespace FEQ0000 +{ + public partial class fItemin : Form + { + public fItemin() + { + InitializeComponent(); + ipkolistDataGridView.SelectionMode = DataGridViewSelectionMode.FullRowSelect; + } + + private void toolStripButton2_Click(object sender, EventArgs e) + { + tbSearch.Text = string.Empty; + tbSearch.Focus(); + //tbFind.Text = string.Empty; + //findText(); + tbSearch.Focus(); + } + + private void toolStripButton1_Click(object sender, EventArgs e) + { + this.Close(); + } + + private void refreshData() + { + try + { + var dt = DateTime.Now.AddYears(-2); + this.ta.Fill(this.dsPurchase.Ipkolist, dt.ToShortDateString()); + ipkolistDataGridView.AutoResizeColumn(0); + ipkolistDataGridView.AutoResizeColumn(1); + ipkolistDataGridView.AutoResizeColumn(2); + ipkolistDataGridView.AutoResizeColumn(3); + ipkolistDataGridView.AutoResizeColumn(4); + ipkolistDataGridView.AutoResizeColumn(7); + ipkolistDataGridView.AutoResizeColumn(8); + ipkolistDataGridView.AutoResizeColumn(9); + ipkolistDataGridView.AutoResizeColumn(10); + ipkolistDataGridView.AutoResizeColumn(5); + + + } + catch (System.Exception ex) + { + System.Windows.Forms.MessageBox.Show(ex.Message); + } + + } + + private void btFind_Click(object sender, EventArgs e) + { + findText(); + } + void findText() + { + var search = tbFind.Text.Trim(); + if(search.isEmpty()) + { + bs.Filter = string.Empty; + tbFind.BackColor = SystemColors.Control; + } + else + { + try + { + var list = new string[] {"sid","pumname","bigo" }; + var filter = string.Join(" like '%{0}%' or ", list); + filter += " like '%{0}%'"; + filter = string.Format(filter, search); + bs.Filter = filter; + tbFind.BackColor = Color.Lime; + } + catch ( Exception ex) + { + tbFind.BackColor = Color.Tomato; + } + + } + + ipkolistDataGridView.AutoResizeColumn(0); + ipkolistDataGridView.AutoResizeColumn(1); + ipkolistDataGridView.AutoResizeColumn(2); + ipkolistDataGridView.AutoResizeColumn(3); + ipkolistDataGridView.AutoResizeColumn(4); + ipkolistDataGridView.AutoResizeColumn(7); + ipkolistDataGridView.AutoResizeColumn(8); + ipkolistDataGridView.AutoResizeColumn(9); + ipkolistDataGridView.AutoResizeColumn(10); + ipkolistDataGridView.AutoResizeColumn(5); + + tbFind.Focus(); + tbFind.SelectAll(); + + } + + private void tbFind_KeyDown(object sender, KeyEventArgs e) + { + if (e.KeyCode == Keys.Enter) + findText(); + } + + private void toolStripButton3_Click(object sender, EventArgs e) + { + refreshData(); + } + + private void fItemin_Load(object sender, EventArgs e) + { + refreshData(); + } + + private void button1_Click(object sender, EventArgs e) + { + SearchText(); + + + } + void SearchText() + { + //입력된데이터에서 값을 추출한다 + var buf = tbSearch.Text.Split('#'); + if (buf.Length > 5) + { + lbSID.Text = buf[2].Trim(); + var qty = buf[3].Trim(); + lbCOST.Text = buf[5].Trim(); + tbFind.Text = lbSID.Text; + findText(); + } + else + { + lbCOST.Text = string.Empty; + lbSID.Text = tbSearch.Text; + tbFind.Text = lbSID.Text; + findText(); + } + tbSearch.Focus(); + tbSearch.SelectAll(); + } + + private void toolStripButton4_Click(object sender, EventArgs e) + { + func_ipgo(); + } + void func_ipgo() + { + var drv = this.bs.Current as DataRowView; + var dr = drv.Row as dsPurchase.IpkolistRow; + + int curLevel = Math.Max(FCOMMON.info.Login.level, FCOMMON.DBM.getAuth(FCOMMON.DBM.eAuthType.purchase)); + if (curLevel < 5) //일반사용자 입고 여부 + { + if (dr.request != FCOMMON.info.Login.no) + { + FCOMMON.Util.MsgE("타인의 자료는 입고 처리할 수 없습니다"); + return; + } + + if (dr.state != "PO") + { + FCOMMON.Util.MsgE("PO 상태의 자료만 입고처리가 가능 합니다"); + return; + } + + } + if(dr.source == "NR") + { + var f = new FEQ0000.Purchase.fPurchaseNR_Ipgo(dr.idx); + if (f.ShowDialog() == DialogResult.OK) + { + refreshData(); + tbSearch.Focus(); + tbSearch.SelectAll(); + } + } + else + { + var f = new FEQ0000.Purchase.fPurchaseCR_Ipgo(dr.idx); + if (f.ShowDialog() == DialogResult.OK) + { + refreshData(); + tbSearch.Focus(); + tbSearch.SelectAll(); + } + } + + } + + private void toolStripButton5_Click(object sender, EventArgs e) + { + tbFind.Text = string.Empty; + findText(); + } + + private void ipkolistDataGridView_DataError(object sender, DataGridViewDataErrorEventArgs e) + { + + } + + private void tbSearch_KeyDown(object sender, KeyEventArgs e) + { + if(e.KeyCode == Keys.Enter) + SearchText(); + } + + private void ipkolistDataGridView_CellClick(object sender, DataGridViewCellEventArgs e) + { + if (e.RowIndex < 0 || e.ColumnIndex < 0) return; + if(e.ColumnIndex == 0) + { + func_ipgo(); ; + } + } + } +} diff --git a/SubProject/FEQ0000/fItemin.resx b/SubProject/FEQ0000/fItemin.resx new file mode 100644 index 0000000..e0e50e0 --- /dev/null +++ b/SubProject/FEQ0000/fItemin.resx @@ -0,0 +1,271 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 17, 17 + + + 134, 17 + + + + + iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 + YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAP8SURBVFhH3VhLTxpRGCVpd21/Rh9pm3ZvogjDzABVGyOY + mDQVd+pCrWJXvnXjwtff6L7psolKGXwkNSqFBvtM3FQxYQZcFDP9znBRoFcYXtX0JCchcO/9Dvd+93tc + y38LxWZ7GnQ4RjadznchUfy2arUmg42NaRCfQ07nV/wWFMVhjGXT6ov1hoY7iii+DjkcP0Nut7rb03N6 + 6Pfr8elpXZuf11MLCwbxGd8djo7qez5fCmMDsvxDcTj8763W22y52oEWvalIkp92Sg13dSWPxsf106Ul + 81xc1DEn7PFo9AdV7DzWZMtXh4AkPdiQpM9bnZ3qyewsX0AZxBpbra0qrRldt9nuMzOVQRGE5yRQO+jv + P+MZq4ax3t6zQFOT9sFub2XmykNIELrXmpuT8akproFa8HhyUl+z2ZK0ES+ZWXPAzkHcydwcd+FaEkcO + kQFBaGHmiwM+h2Ot584V8nhiQsdx06ndYzL4wM3ChaiHz5VibHAwTbc7UvR24/pve70J3gL/gjvt7RqF + smEmJx8IwohzpkLJ8nKGvN94NDn+ZGZGpySQ4AZzZAgEYd7EPJKhdDisp/f2TItM7+zo6WhUP11Z4f6e + y3BHh4aMw2RdAOnriJyVN+mcTFwWZkRCXBZmRCLjBGX5O5OVAZI58iVSEm9SLnMNAsVEljP2nKQh4HZr + AVF8zOSRQNpSJH7uBA7NGK5IHCMKDNI0xORZLCiLUJXwBl/GYgKqEQdCS0iS3jJ55H9Uz6E84g0uRp6Q + asWBcUqBm7J8wOQZ2UNDDccbXIqFgnJRiThQJS1U3qlMHgVoqoJTJi7IZeSJrFQcmKSil3zwN5NXJ4H7 + +7UTeO2P+NpfEiPMUIPDG3wZiwmpVuThyEh+mEEVs+vzXZ9A3d2dIk2DTB4JtNufXKtU53JpIZvtEZOX + AfywZDtJi+N2ZmHGYK7IdCRSslj4NTb2d7EAIB+jb+VNyiMTWc6RQaQZcSDKLbgck3UBFIloqq+yYI1T + wUoblfgoireYrHwEBWF42+O5mpKffA8lP8W/iyqmEKxpiqKp5i5SR8YGBtKKLH964/XeYHL4wHMEWkA0 + 1byF6kFU8shm5Ht3mYziwHPEKjXTtXiLKUWjUZKklCIIz5h5c8BzBDp+NNW8hWtB7BxsBEXxBTNbHvAc + geOO9fXV1ifpQsDncKxl71wh8BxBvhHZbGtTcRxcg2UQoWSjpUXFhTDtc6WA203/9BWaagRzI+OUUz/S + WOMBM9PzJpBnS97WSmAEc8o4SEUhl0tF92U8AdONN56ASQhoPAHTd6hKkPjRRiKVIkNwXw3qASRzEjuE + smhDlr/AV7OP6PiM7/Abxih2+0M27X+DxfIHcqjzCOBlb7UAAAAASUVORK5CYII= + + + + + iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 + YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAEYSURBVEhL7ZZLCsIwEIZ7MQXBE8SaXEFBMbrRW/Ri6qLd + +li0IC7EpUt1JD9CqGleUhA/mEVe8zElHZL8IXIhJgVjPTX0hnJQLjU0U6Tp+LxaXcrF4rjlvK+mndkw + 1q3m8/1pubwWnEs1XQ+ktyy7U/jKIUUeozznfEobsBlRSnlw+ey0l87oeSg3OdS2N+vBoFNJudMPUNhW + rldqnSNE7i0FPvJgKXCRR5MCG3l0Kfh0Q1+Jn/OmteAGZKq8LoIq1bGVR5WCJvlXpITpIlF8RdwkRUSV + 20oRUeSt/E42zcGlw1nh0pGiyV2kIFjuIwXe8hAp8JK39vQh8uFwFOOxp1f+euwJMVPL9UDuKwWQW0lB + Kw/6HydJHj5byGPQIkKNAAAAAElFTkSuQmCC + + + + + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 + YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAIDSURBVDhPpZLrS5NhGMb3j4SWh0oRQVExD4gonkDpg4hG + YKxG6WBogkMZKgPNCEVJFBGdGETEvgwyO9DJE5syZw3PIlPEE9pgBCLZ5XvdMB8Ew8gXbl54nuf63dd9 + 0OGSnwCahxbPRNPAPMw9Xpg6ZmF46kZZ0xSKzJPIrhpDWsVnpBhGkKx3nAX8Pv7z1zg8OoY/cITdn4fw + bf/C0kYAN3Ma/w3gWfZL5kzTKBxjWyK2DftwI9tyMYCZKXbNHaD91bLYJrDXsYbrWfUKwJrPE9M2M1Oc + VzOOpHI7Jr376Hi9ogHqFIANO0/MmmmbmSmm9a8ze+I4MrNWAdjtoJgWcx+PSzg166yZZ8xM8XvXDix9 + c4jIqFYAjoriBV9AhEPv1mH/sonogha0afbZMMZz+yreTGyhpusHwtNNCsA5U1zS4BLxzJIfg299qO32 + Ir7UJtZfftyATqeT+8o2D8JSjQrAJblrncYL7ZJ2+bfaFnC/1S1NjL3diRat7qrO7wLRP3HjWsojBeCo + mDEo5mNjuweFGvjWg2EBhCbpkW78htSHHwRyNdmgAFzPEee2iFkzayy2OLXzT4gr6UdUnlXrullsxxQ+ + kx0g8BTA3aZlButjSTyjODq/WcQcW/B/Je4OQhLvKQDnzN1mp0nnkvAhR8VuMzNrpm1mpjgkoVwB/v8D + TgDQASA1MVpwzwAAAABJRU5ErkJggg== + + + + True + + + 354, 17 + + + 240, 17 + + + 553, 17 + + + + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO + wwAADsMBx2+oZAAAASpJREFUOE9jGDygcNbz/00Lnv/PnPj4P1QIA4S3P8Apx5A789n/VUfe/8elKL77 + wf/ghmu4DciY8vT/wn0fsCqK73n4f+n+///9qy/gNiCh58n/aVveYyiKaL8P1pw56/9/r9ITuA2I7Hr0 + v3f1BxRFoa33wJpb1wFt7/z73yX/AG4DApsf/q+b/w6uKLjl7v9Fe///7wBqzpjz879d3c//9hnbcRvg + UXX/f/60NyiK7Ipv/0+f8/u/f9e3/zqF7/5bJKzHbYB96d3/2ZNfYyjSTzn/36ToxX+VrE//jSOX4TbA + Iu/O/9T+11gVGSSd+C+b9vW/bvA83AYYZt3+H9byEqci/dTL/zV8p+E2QCftxn+/6od4Fal4TMBtgFPu + lf8gBXgVDULAwAAA8HbAq6XlmnAAAAAASUVORK5CYII= + + + + + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO + wwAADsMBx2+oZAAAALZJREFUOE9jGDogvP3BfyiTdBDf/eB/cMM18gyI73n4f+n+///9qy+QbkBE+32w + 5sxZ//97lZ4gzYDQ1ntgza3rgLZ3/v3vkn+AeAOCW+7+X7T3//8OoOaMOT//29X9/G+fsZ00F9gV3/6f + Puf3f/+ub/91Ct/9t0hYT3oY6Kec/29S9OK/Stan/8aRy0g3AAQMkk78l037+l83eB55BoCAfurl/xq+ + 08g3AARUPCZQZsBgBQwMANAUYJgEulBVAAAAAElFTkSuQmCC + + + + + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO + wwAADsMBx2+oZAAAAKNJREFUOE9jGHygcNbz/1AmeSB35rP/Cd33yDckY8rT//P2//6f0HWHPEMSep78 + n73v1//OrX//u5VeJt2QyK5H/6ds+/W/ZOnf/wnT//63yT1LmiGBzQ//t659D9ZsXPLlv3T0tf/GkcuI + N8Sj6v7/krnv4JoVXXpIc4F96d3/gS3PyNMMAhZ5d/7bFFwhTzMIGGbdJl8zCOik3SBf81AEDAwAoH5f + oAc0QjgAAAAASUVORK5CYII= + + + + + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO + wwAADsMBx2+oZAAAASxJREFUOE9jGFygcNbz/1AmBgDJNS14/j9z4mOcahhyZz77n9B9D6sCkNyqI+// + h7c/wG1AxpSn/+ft//0/oesOhiKQ3MJ9H/4HN1zDbUBCz5P/s/f9+t+59e9/t9LLKApBctO2vP/vX30B + twGRXY/+T9n263/J0r//E6b//W+TexauGCTXu/rDf6/SE7gNCGx++L917XuwZuOSL/+lo6/9N45cBtYA + kqub/+6/S/4B3AZ4VN3/XzL3HVyzoksPXDFILn/am//2GdtxG2Bfevd/YMszDM0gAJLLnvz6v0XCetwG + WOTd+W9TcAVDMwiA5FL7X8O9hBUYZt3GqhkEQHJhLS//6wbPw22ATtoNnJIgOb/qh/81fKfhNgAfcMq9 + 8l/FYwIYQ4UGBWBgAAC+0b+zuQxOnAAAAABJRU5ErkJggg== + + + + + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 + YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAE3SURBVDhPnZIxS8NQFEb7W/wLjh0Fl9a1SxBHBekkWFd1 + qYg4Ci5dndSCg2AHl4LQSaRSKDqoFUE7VAjUmvTKueWmL2mw2gunL7zmO+/mJhmZoTJusdF868vpXUfO + b5/lpPEox9f3SvnsRtk8uojxHQ7HEgSEkXS6vrz3xqtdu+xdfUiheEBsJOGCk/mz/hROUHsIIrp+qIKY + hB/a9r+CVAG4Auj5g7iA5/1NACaptgIVLHkb0wWVw13ZL60p2+uerqkCJs1mMgwUU6d1k/xJwI10RZj1 + 9TPUN7Wam9dgTMC75QR7TjCBkRQs5Jd1jQS8c1ewtZLTPcQW/peADpC44cudgnjZOQ1OCGjTwkwaGBon + GoSrpcVIQqmAj6LZftFBup9vWiUlUQdIDCbsQrsGZRJKBbOXyA++SlEsu6QjvQAAAABJRU5ErkJggg== + + + + + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 + YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAIDSURBVDhPpZLrS5NhGMb3j4SWh0oRQVExD4gonkDpg4hG + YKxG6WBogkMZKgPNCEVJFBGdGETEvgwyO9DJE5syZw3PIlPEE9pgBCLZ5XvdMB8Ew8gXbl54nuf63dd9 + 0OGSnwCahxbPRNPAPMw9Xpg6ZmF46kZZ0xSKzJPIrhpDWsVnpBhGkKx3nAX8Pv7z1zg8OoY/cITdn4fw + bf/C0kYAN3Ma/w3gWfZL5kzTKBxjWyK2DftwI9tyMYCZKXbNHaD91bLYJrDXsYbrWfUKwJrPE9M2M1Oc + VzOOpHI7Jr376Hi9ogHqFIANO0/MmmmbmSmm9a8ze+I4MrNWAdjtoJgWcx+PSzg166yZZ8xM8XvXDix9 + c4jIqFYAjoriBV9AhEPv1mH/sonogha0afbZMMZz+yreTGyhpusHwtNNCsA5U1zS4BLxzJIfg299qO32 + Ir7UJtZfftyATqeT+8o2D8JSjQrAJblrncYL7ZJ2+bfaFnC/1S1NjL3diRat7qrO7wLRP3HjWsojBeCo + mDEo5mNjuweFGvjWg2EBhCbpkW78htSHHwRyNdmgAFzPEee2iFkzayy2OLXzT4gr6UdUnlXrullsxxQ+ + kx0g8BTA3aZlButjSTyjODq/WcQcW/B/Je4OQhLvKQDnzN1mp0nnkvAhR8VuMzNrpm1mpjgkoVwB/v8D + TgDQASA1MVpwzwAAAABJRU5ErkJggg== + + + + + iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 + YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAEYSURBVEhL7ZZLCsIwEIZ7MQXBE8SaXEFBMbrRW/Ri6qLd + +li0IC7EpUt1JD9CqGleUhA/mEVe8zElHZL8IXIhJgVjPTX0hnJQLjU0U6Tp+LxaXcrF4rjlvK+mndkw + 1q3m8/1pubwWnEs1XQ+ktyy7U/jKIUUeozznfEobsBlRSnlw+ey0l87oeSg3OdS2N+vBoFNJudMPUNhW + rldqnSNE7i0FPvJgKXCRR5MCG3l0Kfh0Q1+Jn/OmteAGZKq8LoIq1bGVR5WCJvlXpITpIlF8RdwkRUSV + 20oRUeSt/E42zcGlw1nh0pGiyV2kIFjuIwXe8hAp8JK39vQh8uFwFOOxp1f+euwJMVPL9UDuKwWQW0lB + Kw/6HydJHj5byGPQIkKNAAAAAElFTkSuQmCC + + + + 418, 17 + + + 480, 17 + + \ No newline at end of file diff --git a/SubProject/FPJ0000/Project/fProjectList.Designer.cs b/SubProject/FPJ0000/Project/fProjectList.Designer.cs index 1a25366..1af517f 100644 --- a/SubProject/FPJ0000/Project/fProjectList.Designer.cs +++ b/SubProject/FPJ0000/Project/fProjectList.Designer.cs @@ -30,37 +30,37 @@ { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(fProjectList)); - FarPoint.Win.Spread.CellType.NumberCellType numberCellType28 = new FarPoint.Win.Spread.CellType.NumberCellType(); - FarPoint.Win.Spread.CellType.NumberCellType numberCellType29 = new FarPoint.Win.Spread.CellType.NumberCellType(); - FarPoint.Win.Spread.CellType.TextCellType textCellType67 = new FarPoint.Win.Spread.CellType.TextCellType(); - FarPoint.Win.Spread.CellType.TextCellType textCellType68 = new FarPoint.Win.Spread.CellType.TextCellType(); - FarPoint.Win.Spread.CellType.TextCellType textCellType69 = new FarPoint.Win.Spread.CellType.TextCellType(); - FarPoint.Win.Spread.CellType.TextCellType textCellType70 = new FarPoint.Win.Spread.CellType.TextCellType(); - FarPoint.Win.Spread.CellType.TextCellType textCellType71 = new FarPoint.Win.Spread.CellType.TextCellType(); - FarPoint.Win.Spread.CellType.TextCellType textCellType72 = new FarPoint.Win.Spread.CellType.TextCellType(); - FarPoint.Win.Spread.CellType.TextCellType textCellType73 = new FarPoint.Win.Spread.CellType.TextCellType(); - FarPoint.Win.Spread.CellType.NumberCellType numberCellType30 = new FarPoint.Win.Spread.CellType.NumberCellType(); - FarPoint.Win.Spread.CellType.NumberCellType numberCellType31 = new FarPoint.Win.Spread.CellType.NumberCellType(); - FarPoint.Win.Spread.CellType.TextCellType textCellType74 = new FarPoint.Win.Spread.CellType.TextCellType(); - FarPoint.Win.Spread.CellType.TextCellType textCellType75 = new FarPoint.Win.Spread.CellType.TextCellType(); - FarPoint.Win.Spread.CellType.TextCellType textCellType76 = new FarPoint.Win.Spread.CellType.TextCellType(); - FarPoint.Win.Spread.CellType.TextCellType textCellType77 = new FarPoint.Win.Spread.CellType.TextCellType(); - FarPoint.Win.Spread.CellType.TextCellType textCellType78 = new FarPoint.Win.Spread.CellType.TextCellType(); - FarPoint.Win.Spread.CellType.NumberCellType numberCellType32 = new FarPoint.Win.Spread.CellType.NumberCellType(); - FarPoint.Win.Spread.CellType.NumberCellType numberCellType33 = new FarPoint.Win.Spread.CellType.NumberCellType(); - FarPoint.Win.Spread.CellType.NumberCellType numberCellType34 = new FarPoint.Win.Spread.CellType.NumberCellType(); - FarPoint.Win.Spread.CellType.NumberCellType numberCellType35 = new FarPoint.Win.Spread.CellType.NumberCellType(); - FarPoint.Win.Spread.CellType.TextCellType textCellType79 = new FarPoint.Win.Spread.CellType.TextCellType(); - FarPoint.Win.Spread.CellType.TextCellType textCellType80 = new FarPoint.Win.Spread.CellType.TextCellType(); - FarPoint.Win.Spread.CellType.TextCellType textCellType81 = new FarPoint.Win.Spread.CellType.TextCellType(); - FarPoint.Win.Spread.CellType.TextCellType textCellType82 = new FarPoint.Win.Spread.CellType.TextCellType(); - FarPoint.Win.Spread.CellType.TextCellType textCellType83 = new FarPoint.Win.Spread.CellType.TextCellType(); - FarPoint.Win.Spread.CellType.TextCellType textCellType84 = new FarPoint.Win.Spread.CellType.TextCellType(); - FarPoint.Win.Spread.CellType.TextCellType textCellType85 = new FarPoint.Win.Spread.CellType.TextCellType(); - FarPoint.Win.Spread.CellType.TextCellType textCellType86 = new FarPoint.Win.Spread.CellType.TextCellType(); - FarPoint.Win.Spread.CellType.TextCellType textCellType87 = new FarPoint.Win.Spread.CellType.TextCellType(); - FarPoint.Win.Spread.CellType.TextCellType textCellType88 = new FarPoint.Win.Spread.CellType.TextCellType(); - FarPoint.Win.Spread.CellType.NumberCellType numberCellType36 = new FarPoint.Win.Spread.CellType.NumberCellType(); + FarPoint.Win.Spread.CellType.NumberCellType numberCellType1 = new FarPoint.Win.Spread.CellType.NumberCellType(); + FarPoint.Win.Spread.CellType.NumberCellType numberCellType2 = new FarPoint.Win.Spread.CellType.NumberCellType(); + FarPoint.Win.Spread.CellType.TextCellType textCellType1 = new FarPoint.Win.Spread.CellType.TextCellType(); + FarPoint.Win.Spread.CellType.TextCellType textCellType2 = new FarPoint.Win.Spread.CellType.TextCellType(); + FarPoint.Win.Spread.CellType.TextCellType textCellType3 = new FarPoint.Win.Spread.CellType.TextCellType(); + FarPoint.Win.Spread.CellType.TextCellType textCellType4 = new FarPoint.Win.Spread.CellType.TextCellType(); + FarPoint.Win.Spread.CellType.TextCellType textCellType5 = new FarPoint.Win.Spread.CellType.TextCellType(); + FarPoint.Win.Spread.CellType.TextCellType textCellType6 = new FarPoint.Win.Spread.CellType.TextCellType(); + FarPoint.Win.Spread.CellType.TextCellType textCellType7 = new FarPoint.Win.Spread.CellType.TextCellType(); + FarPoint.Win.Spread.CellType.NumberCellType numberCellType3 = new FarPoint.Win.Spread.CellType.NumberCellType(); + FarPoint.Win.Spread.CellType.NumberCellType numberCellType4 = new FarPoint.Win.Spread.CellType.NumberCellType(); + FarPoint.Win.Spread.CellType.TextCellType textCellType8 = new FarPoint.Win.Spread.CellType.TextCellType(); + FarPoint.Win.Spread.CellType.TextCellType textCellType9 = new FarPoint.Win.Spread.CellType.TextCellType(); + FarPoint.Win.Spread.CellType.TextCellType textCellType10 = new FarPoint.Win.Spread.CellType.TextCellType(); + FarPoint.Win.Spread.CellType.TextCellType textCellType11 = new FarPoint.Win.Spread.CellType.TextCellType(); + FarPoint.Win.Spread.CellType.TextCellType textCellType12 = new FarPoint.Win.Spread.CellType.TextCellType(); + FarPoint.Win.Spread.CellType.NumberCellType numberCellType5 = new FarPoint.Win.Spread.CellType.NumberCellType(); + FarPoint.Win.Spread.CellType.NumberCellType numberCellType6 = new FarPoint.Win.Spread.CellType.NumberCellType(); + FarPoint.Win.Spread.CellType.NumberCellType numberCellType7 = new FarPoint.Win.Spread.CellType.NumberCellType(); + FarPoint.Win.Spread.CellType.NumberCellType numberCellType8 = new FarPoint.Win.Spread.CellType.NumberCellType(); + FarPoint.Win.Spread.CellType.TextCellType textCellType13 = new FarPoint.Win.Spread.CellType.TextCellType(); + FarPoint.Win.Spread.CellType.TextCellType textCellType14 = new FarPoint.Win.Spread.CellType.TextCellType(); + FarPoint.Win.Spread.CellType.TextCellType textCellType15 = new FarPoint.Win.Spread.CellType.TextCellType(); + FarPoint.Win.Spread.CellType.TextCellType textCellType16 = new FarPoint.Win.Spread.CellType.TextCellType(); + FarPoint.Win.Spread.CellType.TextCellType textCellType17 = new FarPoint.Win.Spread.CellType.TextCellType(); + FarPoint.Win.Spread.CellType.TextCellType textCellType18 = new FarPoint.Win.Spread.CellType.TextCellType(); + FarPoint.Win.Spread.CellType.TextCellType textCellType19 = new FarPoint.Win.Spread.CellType.TextCellType(); + FarPoint.Win.Spread.CellType.TextCellType textCellType20 = new FarPoint.Win.Spread.CellType.TextCellType(); + FarPoint.Win.Spread.CellType.TextCellType textCellType21 = new FarPoint.Win.Spread.CellType.TextCellType(); + FarPoint.Win.Spread.CellType.TextCellType textCellType22 = new FarPoint.Win.Spread.CellType.TextCellType(); + FarPoint.Win.Spread.CellType.NumberCellType numberCellType9 = new FarPoint.Win.Spread.CellType.NumberCellType(); this.bn = new System.Windows.Forms.BindingNavigator(this.components); this.bs = new System.Windows.Forms.BindingSource(this.components); this.dsMSSQL = new FPJ0000.dsPRJ(); @@ -728,185 +728,185 @@ this.fpSpread1_Sheet1.ColumnHeader.Rows.Get(0).Height = 46F; this.fpSpread1_Sheet1.ColumnHeader.Rows.Get(1).Height = 44F; this.fpSpread1_Sheet1.Columns.Get(0).BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - numberCellType28.DecimalPlaces = 0; - numberCellType28.LeadingZero = FarPoint.Win.Spread.CellType.LeadingZero.Yes; - numberCellType28.MaximumValue = 2147483647D; - numberCellType28.MinimumValue = -2147483648D; - this.fpSpread1_Sheet1.Columns.Get(0).CellType = numberCellType28; + numberCellType1.DecimalPlaces = 0; + numberCellType1.LeadingZero = FarPoint.Win.Spread.CellType.LeadingZero.Yes; + numberCellType1.MaximumValue = 2147483647D; + numberCellType1.MinimumValue = -2147483648D; + this.fpSpread1_Sheet1.Columns.Get(0).CellType = numberCellType1; this.fpSpread1_Sheet1.Columns.Get(0).DataField = "idx"; this.fpSpread1_Sheet1.Columns.Get(0).ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.fpSpread1_Sheet1.Columns.Get(0).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center; this.fpSpread1_Sheet1.Columns.Get(0).Locked = true; this.fpSpread1_Sheet1.Columns.Get(0).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center; this.fpSpread1_Sheet1.Columns.Get(0).Width = 45F; - numberCellType29.DecimalPlaces = 0; - numberCellType29.LeadingZero = FarPoint.Win.Spread.CellType.LeadingZero.Yes; - numberCellType29.MaximumValue = 2147483647D; - numberCellType29.MinimumValue = -2147483648D; - this.fpSpread1_Sheet1.Columns.Get(1).CellType = numberCellType29; + numberCellType2.DecimalPlaces = 0; + numberCellType2.LeadingZero = FarPoint.Win.Spread.CellType.LeadingZero.Yes; + numberCellType2.MaximumValue = 2147483647D; + numberCellType2.MinimumValue = -2147483648D; + this.fpSpread1_Sheet1.Columns.Get(1).CellType = numberCellType2; this.fpSpread1_Sheet1.Columns.Get(1).DataField = "pno"; this.fpSpread1_Sheet1.Columns.Get(1).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center; this.fpSpread1_Sheet1.Columns.Get(1).Label = "Project\r\nNo"; this.fpSpread1_Sheet1.Columns.Get(1).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center; this.fpSpread1_Sheet1.Columns.Get(2).AllowAutoFilter = true; - this.fpSpread1_Sheet1.Columns.Get(2).CellType = textCellType67; + this.fpSpread1_Sheet1.Columns.Get(2).CellType = textCellType1; this.fpSpread1_Sheet1.Columns.Get(2).DataField = "process"; this.fpSpread1_Sheet1.Columns.Get(2).Label = "Process / Equipment"; - this.fpSpread1_Sheet1.Columns.Get(3).CellType = textCellType68; + this.fpSpread1_Sheet1.Columns.Get(3).CellType = textCellType2; this.fpSpread1_Sheet1.Columns.Get(3).DataField = "ReqSite"; this.fpSpread1_Sheet1.Columns.Get(3).Label = "Site"; - this.fpSpread1_Sheet1.Columns.Get(4).CellType = textCellType69; + this.fpSpread1_Sheet1.Columns.Get(4).CellType = textCellType3; this.fpSpread1_Sheet1.Columns.Get(4).DataField = "ReqPlant"; this.fpSpread1_Sheet1.Columns.Get(4).Label = "Plant"; - this.fpSpread1_Sheet1.Columns.Get(5).CellType = textCellType70; + this.fpSpread1_Sheet1.Columns.Get(5).CellType = textCellType4; this.fpSpread1_Sheet1.Columns.Get(5).DataField = "ReqPackage"; this.fpSpread1_Sheet1.Columns.Get(5).Label = "PKG"; - this.fpSpread1_Sheet1.Columns.Get(6).CellType = textCellType71; + this.fpSpread1_Sheet1.Columns.Get(6).CellType = textCellType5; this.fpSpread1_Sheet1.Columns.Get(6).DataField = "ReqLine"; this.fpSpread1_Sheet1.Columns.Get(6).Label = "Line"; - this.fpSpread1_Sheet1.Columns.Get(7).CellType = textCellType72; + this.fpSpread1_Sheet1.Columns.Get(7).CellType = textCellType6; this.fpSpread1_Sheet1.Columns.Get(7).DataField = "part"; this.fpSpread1_Sheet1.Columns.Get(7).Label = "Request Team"; - this.fpSpread1_Sheet1.Columns.Get(8).CellType = textCellType73; + this.fpSpread1_Sheet1.Columns.Get(8).CellType = textCellType7; this.fpSpread1_Sheet1.Columns.Get(8).DataField = "name"; this.fpSpread1_Sheet1.Columns.Get(8).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Left; this.fpSpread1_Sheet1.Columns.Get(8).Label = "Project Title"; this.fpSpread1_Sheet1.Columns.Get(8).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center; - numberCellType30.DecimalPlaces = 0; - numberCellType30.LeadingZero = FarPoint.Win.Spread.CellType.LeadingZero.Yes; - numberCellType30.MaximumValue = 2147483647D; - numberCellType30.MinimumValue = -2147483648D; - this.fpSpread1_Sheet1.Columns.Get(9).CellType = numberCellType30; + numberCellType3.DecimalPlaces = 0; + numberCellType3.LeadingZero = FarPoint.Win.Spread.CellType.LeadingZero.Yes; + numberCellType3.MaximumValue = 2147483647D; + numberCellType3.MinimumValue = -2147483648D; + this.fpSpread1_Sheet1.Columns.Get(9).CellType = numberCellType3; this.fpSpread1_Sheet1.Columns.Get(9).DataField = "finishrate"; this.fpSpread1_Sheet1.Columns.Get(9).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center; this.fpSpread1_Sheet1.Columns.Get(9).Label = "준수(%)"; this.fpSpread1_Sheet1.Columns.Get(9).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center; - numberCellType31.DecimalPlaces = 0; - numberCellType31.LeadingZero = FarPoint.Win.Spread.CellType.LeadingZero.Yes; - numberCellType31.MaximumValue = 2147483647D; - numberCellType31.MinimumValue = -2147483648D; - this.fpSpread1_Sheet1.Columns.Get(10).CellType = numberCellType31; + numberCellType4.DecimalPlaces = 0; + numberCellType4.LeadingZero = FarPoint.Win.Spread.CellType.LeadingZero.Yes; + numberCellType4.MaximumValue = 2147483647D; + numberCellType4.MinimumValue = -2147483648D; + this.fpSpread1_Sheet1.Columns.Get(10).CellType = numberCellType4; this.fpSpread1_Sheet1.Columns.Get(10).DataField = "ProgressPrj"; this.fpSpread1_Sheet1.Columns.Get(10).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center; this.fpSpread1_Sheet1.Columns.Get(10).Label = "완료(%)"; this.fpSpread1_Sheet1.Columns.Get(10).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center; this.fpSpread1_Sheet1.Columns.Get(10).Width = 63F; - this.fpSpread1_Sheet1.Columns.Get(11).CellType = textCellType74; + this.fpSpread1_Sheet1.Columns.Get(11).CellType = textCellType8; this.fpSpread1_Sheet1.Columns.Get(11).DataField = "status"; this.fpSpread1_Sheet1.Columns.Get(11).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center; this.fpSpread1_Sheet1.Columns.Get(11).Label = "Status"; this.fpSpread1_Sheet1.Columns.Get(11).Tag = "Status"; this.fpSpread1_Sheet1.Columns.Get(11).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center; - this.fpSpread1_Sheet1.Columns.Get(12).CellType = textCellType75; + this.fpSpread1_Sheet1.Columns.Get(12).CellType = textCellType9; this.fpSpread1_Sheet1.Columns.Get(12).DataField = "kdate"; this.fpSpread1_Sheet1.Columns.Get(12).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center; this.fpSpread1_Sheet1.Columns.Get(12).Label = "검토\r\n기한"; this.fpSpread1_Sheet1.Columns.Get(12).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center; - this.fpSpread1_Sheet1.Columns.Get(13).CellType = textCellType76; + this.fpSpread1_Sheet1.Columns.Get(13).CellType = textCellType10; this.fpSpread1_Sheet1.Columns.Get(13).DataField = "sdate"; this.fpSpread1_Sheet1.Columns.Get(13).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center; this.fpSpread1_Sheet1.Columns.Get(13).Label = "Start Date"; this.fpSpread1_Sheet1.Columns.Get(13).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center; this.fpSpread1_Sheet1.Columns.Get(13).Width = 52F; - this.fpSpread1_Sheet1.Columns.Get(14).CellType = textCellType77; + this.fpSpread1_Sheet1.Columns.Get(14).CellType = textCellType11; this.fpSpread1_Sheet1.Columns.Get(14).DataField = "ddate"; this.fpSpread1_Sheet1.Columns.Get(14).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center; this.fpSpread1_Sheet1.Columns.Get(14).Label = "Due Date"; this.fpSpread1_Sheet1.Columns.Get(14).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center; this.fpSpread1_Sheet1.Columns.Get(14).Width = 51F; - this.fpSpread1_Sheet1.Columns.Get(15).CellType = textCellType78; + this.fpSpread1_Sheet1.Columns.Get(15).CellType = textCellType12; this.fpSpread1_Sheet1.Columns.Get(15).DataField = "edate"; this.fpSpread1_Sheet1.Columns.Get(15).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center; this.fpSpread1_Sheet1.Columns.Get(15).Label = "Done Date"; this.fpSpread1_Sheet1.Columns.Get(15).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center; - numberCellType32.DecimalPlaces = 0; - numberCellType32.LeadingZero = FarPoint.Win.Spread.CellType.LeadingZero.Yes; - numberCellType32.MaximumValue = 2147483647D; - numberCellType32.MinimumValue = -2147483648D; - this.fpSpread1_Sheet1.Columns.Get(16).CellType = numberCellType32; + numberCellType5.DecimalPlaces = 0; + numberCellType5.LeadingZero = FarPoint.Win.Spread.CellType.LeadingZero.Yes; + numberCellType5.MaximumValue = 2147483647D; + numberCellType5.MinimumValue = -2147483648D; + this.fpSpread1_Sheet1.Columns.Get(16).CellType = numberCellType5; this.fpSpread1_Sheet1.Columns.Get(16).DataField = "cnt"; this.fpSpread1_Sheet1.Columns.Get(16).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center; this.fpSpread1_Sheet1.Columns.Get(16).Label = "Q\'ty"; this.fpSpread1_Sheet1.Columns.Get(16).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center; this.fpSpread1_Sheet1.Columns.Get(16).Width = 42F; - numberCellType33.MaximumValue = 999999999999999D; - numberCellType33.MinimumValue = -999999999999999D; - this.fpSpread1_Sheet1.Columns.Get(17).CellType = numberCellType33; + numberCellType6.MaximumValue = 999999999999999D; + numberCellType6.MinimumValue = -999999999999999D; + this.fpSpread1_Sheet1.Columns.Get(17).CellType = numberCellType6; this.fpSpread1_Sheet1.Columns.Get(17).DataField = "costo"; this.fpSpread1_Sheet1.Columns.Get(17).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center; this.fpSpread1_Sheet1.Columns.Get(17).Label = "Outsourced Cost ($K)/Set\r\n"; this.fpSpread1_Sheet1.Columns.Get(17).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center; this.fpSpread1_Sheet1.Columns.Get(17).Width = 63F; - numberCellType34.MaximumValue = 999999999999999D; - numberCellType34.MinimumValue = -999999999999999D; - this.fpSpread1_Sheet1.Columns.Get(18).CellType = numberCellType34; + numberCellType7.MaximumValue = 999999999999999D; + numberCellType7.MinimumValue = -999999999999999D; + this.fpSpread1_Sheet1.Columns.Get(18).CellType = numberCellType7; this.fpSpread1_Sheet1.Columns.Get(18).DataField = "costn"; this.fpSpread1_Sheet1.Columns.Get(18).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center; this.fpSpread1_Sheet1.Columns.Get(18).Label = "In-house Cost ($K/Set)"; this.fpSpread1_Sheet1.Columns.Get(18).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center; this.fpSpread1_Sheet1.Columns.Get(18).Width = 63F; this.fpSpread1_Sheet1.Columns.Get(19).BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - numberCellType35.MaximumValue = 999999999999999D; - numberCellType35.MinimumValue = -999999999999999D; - this.fpSpread1_Sheet1.Columns.Get(19).CellType = numberCellType35; + numberCellType8.MaximumValue = 999999999999999D; + numberCellType8.MinimumValue = -999999999999999D; + this.fpSpread1_Sheet1.Columns.Get(19).CellType = numberCellType8; this.fpSpread1_Sheet1.Columns.Get(19).DataField = "coste"; this.fpSpread1_Sheet1.Columns.Get(19).ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.fpSpread1_Sheet1.Columns.Get(19).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center; this.fpSpread1_Sheet1.Columns.Get(19).Label = "Cost Save ($k)/Set"; this.fpSpread1_Sheet1.Columns.Get(19).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center; this.fpSpread1_Sheet1.Columns.Get(19).Width = 67F; - this.fpSpread1_Sheet1.Columns.Get(20).CellType = textCellType79; + this.fpSpread1_Sheet1.Columns.Get(20).CellType = textCellType13; this.fpSpread1_Sheet1.Columns.Get(20).DataField = "orderno"; this.fpSpread1_Sheet1.Columns.Get(20).Label = "SCR/CF"; this.fpSpread1_Sheet1.Columns.Get(21).AllowAutoFilter = true; - this.fpSpread1_Sheet1.Columns.Get(21).CellType = textCellType80; + this.fpSpread1_Sheet1.Columns.Get(21).CellType = textCellType14; this.fpSpread1_Sheet1.Columns.Get(21).DataField = "name_champion"; this.fpSpread1_Sheet1.Columns.Get(21).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center; this.fpSpread1_Sheet1.Columns.Get(21).Label = "Champion"; this.fpSpread1_Sheet1.Columns.Get(21).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center; this.fpSpread1_Sheet1.Columns.Get(22).AllowAutoFilter = true; - this.fpSpread1_Sheet1.Columns.Get(22).CellType = textCellType81; + this.fpSpread1_Sheet1.Columns.Get(22).CellType = textCellType15; this.fpSpread1_Sheet1.Columns.Get(22).DataField = "name_software"; this.fpSpread1_Sheet1.Columns.Get(22).Label = "S/W"; this.fpSpread1_Sheet1.Columns.Get(23).AllowAutoFilter = true; - this.fpSpread1_Sheet1.Columns.Get(23).CellType = textCellType82; + this.fpSpread1_Sheet1.Columns.Get(23).CellType = textCellType16; this.fpSpread1_Sheet1.Columns.Get(23).DataField = "name_design"; this.fpSpread1_Sheet1.Columns.Get(23).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center; this.fpSpread1_Sheet1.Columns.Get(23).Label = "Design"; this.fpSpread1_Sheet1.Columns.Get(23).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center; this.fpSpread1_Sheet1.Columns.Get(24).AllowAutoFilter = true; - this.fpSpread1_Sheet1.Columns.Get(24).CellType = textCellType83; + this.fpSpread1_Sheet1.Columns.Get(24).CellType = textCellType17; this.fpSpread1_Sheet1.Columns.Get(24).DataField = "name_epanel"; this.fpSpread1_Sheet1.Columns.Get(24).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center; this.fpSpread1_Sheet1.Columns.Get(24).Label = "ePanel"; this.fpSpread1_Sheet1.Columns.Get(24).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center; - this.fpSpread1_Sheet1.Columns.Get(25).CellType = textCellType84; + this.fpSpread1_Sheet1.Columns.Get(25).CellType = textCellType18; this.fpSpread1_Sheet1.Columns.Get(25).DataField = "lasthistory"; this.fpSpread1_Sheet1.Columns.Get(25).Label = "History"; - this.fpSpread1_Sheet1.Columns.Get(26).CellType = textCellType85; + this.fpSpread1_Sheet1.Columns.Get(26).CellType = textCellType19; this.fpSpread1_Sheet1.Columns.Get(26).DataField = "memo"; this.fpSpread1_Sheet1.Columns.Get(26).Label = "Memo"; this.fpSpread1_Sheet1.Columns.Get(26).Width = 77F; - this.fpSpread1_Sheet1.Columns.Get(27).CellType = textCellType86; + this.fpSpread1_Sheet1.Columns.Get(27).CellType = textCellType20; this.fpSpread1_Sheet1.Columns.Get(27).DataField = "asset"; this.fpSpread1_Sheet1.Columns.Get(27).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center; this.fpSpread1_Sheet1.Columns.Get(27).Label = "Asset"; this.fpSpread1_Sheet1.Columns.Get(27).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center; - this.fpSpread1_Sheet1.Columns.Get(28).CellType = textCellType87; + this.fpSpread1_Sheet1.Columns.Get(28).CellType = textCellType21; this.fpSpread1_Sheet1.Columns.Get(28).DataField = "model"; this.fpSpread1_Sheet1.Columns.Get(28).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center; this.fpSpread1_Sheet1.Columns.Get(28).Label = "Model#"; this.fpSpread1_Sheet1.Columns.Get(28).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center; - this.fpSpread1_Sheet1.Columns.Get(29).CellType = textCellType88; + this.fpSpread1_Sheet1.Columns.Get(29).CellType = textCellType22; this.fpSpread1_Sheet1.Columns.Get(29).DataField = "serial"; this.fpSpread1_Sheet1.Columns.Get(29).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center; this.fpSpread1_Sheet1.Columns.Get(29).Label = "Serial#"; this.fpSpread1_Sheet1.Columns.Get(29).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center; - numberCellType36.DecimalPlaces = 0; - numberCellType36.LeadingZero = FarPoint.Win.Spread.CellType.LeadingZero.Yes; - numberCellType36.MaximumValue = 2147483647D; - numberCellType36.MinimumValue = -2147483648D; - this.fpSpread1_Sheet1.Columns.Get(30).CellType = numberCellType36; + numberCellType9.DecimalPlaces = 0; + numberCellType9.LeadingZero = FarPoint.Win.Spread.CellType.LeadingZero.Yes; + numberCellType9.MaximumValue = 2147483647D; + numberCellType9.MinimumValue = -2147483648D; + this.fpSpread1_Sheet1.Columns.Get(30).CellType = numberCellType9; this.fpSpread1_Sheet1.Columns.Get(30).DataField = "jasmin"; this.fpSpread1_Sheet1.Columns.Get(30).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center; this.fpSpread1_Sheet1.Columns.Get(30).Label = "자스민"; diff --git a/SubProject/FPJ0000/Project/fProjectList.resx b/SubProject/FPJ0000/Project/fProjectList.resx index 870002b..57fd864 100644 --- a/SubProject/FPJ0000/Project/fProjectList.resx +++ b/SubProject/FPJ0000/Project/fProjectList.resx @@ -290,9 +290,6 @@ TgDQASA1MVpwzwAAAABJRU5ErkJggg== - - 17, 17 - 387, 17 @@ -350,18 +347,12 @@ 561, 17 - - 561, 17 - 731, 17 647, 17 - - 731, 17 - 828, 17