using System; using System.Collections.Generic; using System.Text; using System.Data; using System.Windows.Forms; using BaseSet; //using AccRecM; //using AccPayM; using ProM; using WarM; using SelM; using WorkM; using PlanM; using PayM; using DBUtility; using BLL; //using CostM; //using CRM; using OAM; //using APS; using APSM; using SCM; using EAM; //using ReportM; using Kanban; using Demo; using ProM.ίÍâ¹ÜÀí; using WarM.ÌõÂë´òÓ¡; namespace LMES { class ClsShowMod { public void Zxxymk(string gnsy, string gnbm,string gnmc,Form oMain) { //ȨÏÞ if (!DBUtility.ClsPub.Security_Log(gnsy.Trim(), 1, true, DBUtility.ClsPub.CurUserName)) { return; } // switch (gnbm.Trim().Substring(0, 2)) { case "zp": //×°Åä³µ¼ä Zxxymk_ZPCJ(gnsy, gnmc, oMain); break; case "cj": //³µ¼ä¹ÜÀí Zxxymk_CJGL(gnsy, gnmc, oMain); break; case "pa": //¹¤×ʹÜÀí Zxxymk_GZXT(gnsy, gnmc, oMain); break; case "jh": //¼Æ»®¹ÜÀí Zxxymk_JHGL(gnsy, gnmc, oMain); break; case "gy": //»ù´¡×ÊÁÏ Zxxymk_JCSJ(gnsy, gnmc, oMain); break; case "tx": //ͼÐᨱí Zxxymk_TJBB(gnsy, gnmc, oMain); break; case "sc": //Éú²úϵͳ Zxxymk_SCXT(gnsy, gnmc, oMain); break; case "cr": //¿Í»§¹ÜÀí Zxxymk_KHGL(gnsy, gnmc, oMain); break; case "su": //¹©Ó¦É̹ÜÀí Zxxymk_GFGL(gnsy, gnmc, oMain); break; case "ch": //´æ»õºËËã Zxxymk_CHHS(gnsy, gnmc, oMain); break; case "kf": //²Ö´æ¹ÜÀí Zxxymk_CKXT(gnsy, gnmc, oMain); break; case "sb": //É豸¹ÜÀí Zxxymk_SBGL(gnsy, gnmc, oMain); break; case "hr": //ÈËʹÜÀí Zxxymk_HRGL(gnsy, gnmc, oMain); break; case "xt": //ϵͳ¹ÜÀí Zxxymk_XTGL(gnsy, gnmc, oMain); break; case "oa": //ÐÅϢƽ̨ Zxxymk_XXPT(gnsy, gnmc, oMain); break; case "bb": //±¨±í·ÖÎö Zxxymk_BBFX(gnsy, gnmc, oMain); break; case "yf": //Ó¦¸¶¹ÜÀí Zxxymk_YFGL(gnsy, gnmc, oMain); break; case "ys": //Ó¦ÊÕ¹ÜÀí Zxxymk_YSGL(gnsy, gnmc, oMain); break; case "cg": //²É¹º¹ÜÀí Zxxymk_CGXT(gnsy, gnmc, oMain); break; case "xs": //ÏúÊÛ¹ÜÀí Zxxymk_XSXT(gnsy, gnmc, oMain); break; case "cb": //³É±¾¹ÜÀí Zxxymk_CBXT(gnsy, gnmc, oMain); break; case "se": //ÊÛºó¹ÜÀí Zxxymk_SHXT(gnsy, gnmc, oMain); break; case "mak": //Êг¡ÓªÏú¹ÜÀí Zxxymk_Public(gnsy, gnmc, oMain); break; case "kq": //¿¼ÇÚ¹ÜÀí Zxxymk_Public(gnsy, gnmc, oMain); break; case "pct": //ÊÛºó¹ÜÀí Zxxymk_Public(gnsy, gnmc, oMain); break; case "mj": //Ä£¾ß¹ÜÀí Zxxymk_MJGL(gnsy, gnmc, oMain); break; case "pz": //Æ·ÖʹÜÀí Zxxymk_PZGL(gnsy, gnmc, oMain); break; default: break; } } #region Ä£¾ß¹ÜÀí public void Zxxymk_MJGL(string gnsy, string gnmc, Form oMain) { //// MDIMain oMainForm; oMainForm = (MDIMain)oMain; //// if (gnsy.Length == 0) return; try { switch (gnsy.ToLower()) { case "sc_mouldrepairout_singlebill": // Sc_MouldRepairOut_SingleBill oSc_MouldRepairOut_SingleBill = new Sc_MouldRepairOut_SingleBill(); oSc_MouldRepairOut_SingleBill.ShowDialog(); break; //case "sc_mouldrepairout_singlebilllist": // //ȨÏÞ // Sc_MouldRepairOut_SingleBillList oSc_MouldRepairOut_SingleBillList = new Sc_MouldRepairOut_SingleBillList(); // oSc_MouldRepairOut_SingleBillList.MdiParent = oMain; // oSc_MouldRepairOut_SingleBillList.Show(); // //oMainForm.AddTabPage(oSc_MouldBorrowOutBillList); // break; case "sc_mouldrepairin_singlebill": // Sc_MouldRepairIn_SingleBill oSc_MouldRepairIn_SingleBill = new Sc_MouldRepairIn_SingleBill(); oSc_MouldRepairIn_SingleBill.ShowDialog(); break; //case "sc_mouldrepairin_singlebilllist": // //ȨÏÞ // Sc_MouldRepairIn_SingleBillList oSc_MouldRepairIn_SingleBillList = new Sc_MouldRepairIn_SingleBillList(); // oSc_MouldRepairIn_SingleBillList.MdiParent = oMain; // oSc_MouldRepairIn_SingleBillList.Show(); // //oMainForm.AddTabPage(oSc_MouldBorrowOutBillList); // break; case "sc_mouldworkcostreport_sum": //ȨÏÞ Sc_MouldWorkCostReport_Sum oSc_MouldWorkCostReport_Sum = new Sc_MouldWorkCostReport_Sum(); oSc_MouldWorkCostReport_Sum.MdiParent = oMain; oSc_MouldWorkCostReport_Sum.Show(); oMainForm.AddTabPage(oSc_MouldWorkCostReport_Sum); break; case "sc_mouldworkcostreport": //ȨÏÞ Sc_MouldWorkCostReport oSc_MouldWorkCostReport = new Sc_MouldWorkCostReport(); oSc_MouldWorkCostReport.MdiParent = oMain; oSc_MouldWorkCostReport.Show(); oMainForm.AddTabPage(oSc_MouldWorkCostReport); break; case "sc_mouldworkprocquery": //ȨÏÞ Sc_MouldWorkProcQuery oSc_MouldWorkProcQuery = new Sc_MouldWorkProcQuery(); oSc_MouldWorkProcQuery.MdiParent = oMain; oSc_MouldWorkProcQuery.Show(); oMainForm.AddTabPage(oSc_MouldWorkProcQuery); break; case "kf_icinventorylist_mould": //ȨÏÞ KF_ICInventoryList_Mould oKF_ICInventoryList_Mould = new KF_ICInventoryList_Mould(); oKF_ICInventoryList_Mould.MdiParent = oMain; oKF_ICInventoryList_Mould.Show(); oMainForm.AddTabPage(oKF_ICInventoryList_Mould); break; case "sc_mouldresume": //ȨÏÞ Sc_MouldResume oSc_MouldResume = new Sc_MouldResume(); oSc_MouldResume.MdiParent = oMain; oSc_MouldResume.Show(); oMainForm.AddTabPage(oSc_MouldResume); break; case "sc_mouldrepairbilllist": //ȨÏÞ Sc_MouldRepairBillList oSc_MouldRepairBillList = new Sc_MouldRepairBillList(); oSc_MouldRepairBillList.MdiParent = oMain; oSc_MouldRepairBillList.Show(); oMainForm.AddTabPage(oSc_MouldRepairBillList); break; case "gy_mouldtype": //ȨÏÞ Gy_MouldType oGy_MouldType = new Gy_MouldType(); oGy_MouldType.MdiParent = oMain; oGy_MouldType.Show(); oMainForm.AddTabPage(oGy_MouldType); break; case "gy_mouldstock": //ȨÏÞ Gy_MouldStock oGy_MouldStock = new Gy_MouldStock(); oGy_MouldStock.MdiParent = oMain; oGy_MouldStock.Show(); oMainForm.AddTabPage(oGy_MouldStock); break; case "gy_mouldfile": // Gy_MouldFile oGy_MouldFile = new Gy_MouldFile(); oGy_MouldFile.ShowDialog(); break; case "gy_mouldfilelist": //ȨÏÞ Gy_MouldFileList oGy_MouldFileList = new Gy_MouldFileList(); oGy_MouldFileList.MdiParent = oMain; oGy_MouldFileList.Show(); oMainForm.AddTabPage(oGy_MouldFileList); break; case "gy_mouldbombill": // Gy_MouldBomBill oGy_MouldBomBill = new Gy_MouldBomBill(); oGy_MouldBomBill.ShowDialog(); break; case "gy_mouldbombilllist": //ȨÏÞ Gy_MouldBomBillList oGy_MouldBomBillList = new Gy_MouldBomBillList(); oGy_MouldBomBillList.MdiParent = oMain; oGy_MouldBomBillList.Show(); oMainForm.AddTabPage(oGy_MouldBomBillList); break; case "gy_mouldroutingbill": // Gy_MouldRoutingBill oGy_MouldRoutingBill = new Gy_MouldRoutingBill(); oGy_MouldRoutingBill.ShowDialog(); break; case "gy_mouldroutingbilllist": //ȨÏÞ Gy_MouldRoutingBillList oGy_MouldRoutingBillList = new Gy_MouldRoutingBillList(); oGy_MouldRoutingBillList.MdiParent = oMain; oGy_MouldRoutingBillList.Show(); oMainForm.AddTabPage(oGy_MouldRoutingBillList); break; case "sc_mouldprodinbill": // Sc_MouldProdInBill oSc_MouldProdInBill = new Sc_MouldProdInBill(); oSc_MouldProdInBill.ShowDialog(); break; case "sc_mouldprodinbilllist": //ȨÏÞ Sc_MouldProdInBillList oSc_MouldProdInBillList = new Sc_MouldProdInBillList(); oSc_MouldProdInBillList.MdiParent = oMain; oSc_MouldProdInBillList.Show(); oMainForm.AddTabPage(oSc_MouldProdInBillList); break; case "sc_mouldprodoutbill": // Sc_MouldProdOutBill oSc_MouldProdOutBill = new Sc_MouldProdOutBill(); oSc_MouldProdOutBill.ShowDialog(); break; case "sc_mouldprodoutbilllist": //ȨÏÞ Sc_MouldProdOutBillList oSc_MouldProdOutBillList = new Sc_MouldProdOutBillList(); oSc_MouldProdOutBillList.MdiParent = oMain; oSc_MouldProdOutBillList.Show(); oMainForm.AddTabPage(oSc_MouldProdOutBillList); break; case "sc_mouldprodbackbill": // Sc_MouldProdBackBill oSc_MouldProdBackBill = new Sc_MouldProdBackBill(); oSc_MouldProdBackBill.ShowDialog(); break; case "sc_mouldprodbackbilllist": //ȨÏÞ Sc_MouldProdBackBillList oSc_MouldProdBackBillList = new Sc_MouldProdBackBillList(); oSc_MouldProdBackBillList.MdiParent = oMain; oSc_MouldProdBackBillList.Show(); oMainForm.AddTabPage(oSc_MouldProdBackBillList); break; case "sc_mouldprodmovebill": // Sc_MouldProdMoveBill oSc_MouldProdMoveBill = new Sc_MouldProdMoveBill(); oSc_MouldProdMoveBill.ShowDialog(); break; case "sc_mouldprodmovebilllist": //ȨÏÞ Sc_MouldProdMoveBillList oSc_MouldProdMoveBillList = new Sc_MouldProdMoveBillList(); oSc_MouldProdMoveBillList.MdiParent = oMain; oSc_MouldProdMoveBillList.Show(); oMainForm.AddTabPage(oSc_MouldProdMoveBillList); break; case "sc_mouldprodcheckstockbill": // Sc_MouldProdCheckStockBill oSc_MouldProdCheckStockBill = new Sc_MouldProdCheckStockBill(); oSc_MouldProdCheckStockBill.ShowDialog(); break; case "sc_mouldprodcheckstockbilllist": //ȨÏÞ Sc_MouldProdCheckStockBillList oSc_MouldProdCheckStockBillList = new Sc_MouldProdCheckStockBillList(); oSc_MouldProdCheckStockBillList.MdiParent = oMain; oSc_MouldProdCheckStockBillList.Show(); oMainForm.AddTabPage(oSc_MouldProdCheckStockBillList); break; case "sc_mouldborrowoutbill": // Sc_MouldBorrowOutBill oSc_MouldBorrowOutBill = new Sc_MouldBorrowOutBill(); oSc_MouldBorrowOutBill.ShowDialog(); break; case "sc_mouldborrowoutbilllist": //ȨÏÞ Sc_MouldBorrowOutBillList oSc_MouldBorrowOutBillList = new Sc_MouldBorrowOutBillList(); oSc_MouldBorrowOutBillList.MdiParent = oMain; oSc_MouldBorrowOutBillList.Show(); oMainForm.AddTabPage(oSc_MouldBorrowOutBillList); break; case "sc_mouldborrowinbill": // Sc_MouldBorrowInBill oSc_MouldBorrowInBill = new Sc_MouldBorrowInBill(); oSc_MouldBorrowInBill.ShowDialog(); break; case "sc_mouldborrowinbilllist": //ȨÏÞ Sc_MouldBorrowInBillList oSc_MouldBorrowInBillList = new Sc_MouldBorrowInBillList(); oSc_MouldBorrowInBillList.MdiParent = oMain; oSc_MouldBorrowInBillList.Show(); oMainForm.AddTabPage(oSc_MouldBorrowInBillList); break; case "sc_mouldotheroutbill": // Sc_MouldOtherOutBill oSc_MouldOtherOutBill = new Sc_MouldOtherOutBill(); oSc_MouldOtherOutBill.ShowDialog(); break; case "sc_mouldotheroutbilllist": //ȨÏÞ Sc_MouldOtherOutBillList oSc_MouldOtherOutBillList = new Sc_MouldOtherOutBillList(); oSc_MouldOtherOutBillList.MdiParent = oMain; oSc_MouldOtherOutBillList.Show(); oMainForm.AddTabPage(oSc_MouldOtherOutBillList); break; case "sc_mouldotherinbill": // Sc_MouldOtherInBill oSc_MouldOtherInBill = new Sc_MouldOtherInBill(); oSc_MouldOtherInBill.ShowDialog(); break; case "sc_mouldotherinbilllist": //ȨÏÞ Sc_MouldOtherInBillList oSc_MouldOtherInBillList = new Sc_MouldOtherInBillList(); oSc_MouldOtherInBillList.MdiParent = oMain; oSc_MouldOtherInBillList.Show(); oMainForm.AddTabPage(oSc_MouldOtherInBillList); break; //case "sc_mouldrepairoutbill": // // // Sc_MouldRepairOutBill oSc_MouldRepairOutBill = new Sc_MouldRepairOutBill(); // oSc_MouldRepairOutBill.ShowDialog(); // break; //case "sc_mouldrepairoutbilllist": // //ȨÏÞ // Sc_MouldRepairOutBillList oSc_MouldRepairOutBillList = new Sc_MouldRepairOutBillList(); // oSc_MouldRepairOutBillList.MdiParent = oMain; // oSc_MouldRepairOutBillList.Show(); // break; //case "sc_mouldrepairinbill": // // // Sc_MouldRepairInBill oSc_MouldRepairInBill = new Sc_MouldRepairInBill(); // oSc_MouldRepairInBill.ShowDialog(); // break; //case "sc_mouldrepairinbilllist": // //ȨÏÞ // Sc_MouldRepairInBillList oSc_MouldRepairInBillList = new Sc_MouldRepairInBillList(); // oSc_MouldRepairInBillList.MdiParent = oMain; // oSc_MouldRepairInBillList.Show(); // break; case "sc_mouldscraprequestbill": // Sc_MouldScrapRequestBill oSc_MouldScrapRequestBill = new Sc_MouldScrapRequestBill(); oSc_MouldScrapRequestBill.ShowDialog(); break; case "sc_mouldscraprequestbilllist": //ȨÏÞ Sc_MouldScrapRequestBillList oSc_MouldScrapRequestBillList = new Sc_MouldScrapRequestBillList(); oSc_MouldScrapRequestBillList.MdiParent = oMain; oSc_MouldScrapRequestBillList.Show(); oMainForm.AddTabPage(oSc_MouldScrapRequestBillList); break; case "sc_mouldscrapinbill": // Sc_MouldScrapInBill oSc_MouldScrapInBill = new Sc_MouldScrapInBill(); oSc_MouldScrapInBill.ShowDialog(); break; case "sc_mouldscrapinbilllist": //ȨÏÞ Sc_MouldScrapInBillList oSc_MouldScrapInBillList = new Sc_MouldScrapInBillList(); oSc_MouldScrapInBillList.MdiParent = oMain; oSc_MouldScrapInBillList.Show(); oMainForm.AddTabPage(oSc_MouldScrapInBillList); break; case "sc_mouldscrapoutbill": // Sc_MouldScrapOutBill oSc_MouldScrapOutBill = new Sc_MouldScrapOutBill(); oSc_MouldScrapOutBill.ShowDialog(); break; case "sc_mouldscrapoutbilllist": //ȨÏÞ Sc_MouldScrapOutBillList oSc_MouldScrapOutBillList = new Sc_MouldScrapOutBillList(); oSc_MouldScrapOutBillList.MdiParent = oMain; oSc_MouldScrapOutBillList.Show(); oMainForm.AddTabPage(oSc_MouldScrapOutBillList); break; case "sc_mouldlifechangebill": // Sc_MouldLifeChangeBill oSc_MouldLifeChangeBill = new Sc_MouldLifeChangeBill(); oSc_MouldLifeChangeBill.ShowDialog(); break; case "sc_mouldlifechangebilllist": //ȨÏÞ Sc_MouldLifeChangeBillList oSc_MouldLifeChangeBillList = new Sc_MouldLifeChangeBillList(); oSc_MouldLifeChangeBillList.MdiParent = oMain; oSc_MouldLifeChangeBillList.Show(); oMainForm.AddTabPage(oSc_MouldLifeChangeBillList); break; case "sc_mouldmaintainrulebill": // Sc_MouldMaintainRuleBill oSc_MouldMaintainRuleBill = new Sc_MouldMaintainRuleBill(); oSc_MouldMaintainRuleBill.ShowDialog(); break; case "sc_mouldmaintainrulebilllist": //ȨÏÞ Sc_MouldMaintainRuleBillList oSc_MouldMaintainRuleBillList = new Sc_MouldMaintainRuleBillList(); oSc_MouldMaintainRuleBillList.MdiParent = oMain; oSc_MouldMaintainRuleBillList.Show(); oMainForm.AddTabPage(oSc_MouldMaintainRuleBillList); break; case "sc_mouldmaintainplanbill": // Sc_MouldMaintainPlanBill oSc_MouldMaintainPlanBill = new Sc_MouldMaintainPlanBill(); oSc_MouldMaintainPlanBill.ShowDialog(); break; case "sc_mouldmaintainplanbilllist": //ȨÏÞ Sc_MouldMaintainPlanBillList oSc_MouldMaintainPlanBillList = new Sc_MouldMaintainPlanBillList(); oSc_MouldMaintainPlanBillList.MdiParent = oMain; oSc_MouldMaintainPlanBillList.Show(); oMainForm.AddTabPage(oSc_MouldMaintainPlanBillList); break; case "sc_mouldmaintainbill": // Sc_MouldMaintainBill oSc_MouldMaintainBill = new Sc_MouldMaintainBill(); oSc_MouldMaintainBill.ShowDialog(); break; case "sc_mouldmaintainbilllist": //ȨÏÞ Sc_MouldMaintainBillList oSc_MouldMaintainBillList = new Sc_MouldMaintainBillList(); oSc_MouldMaintainBillList.MdiParent = oMain; oSc_MouldMaintainBillList.Show(); oMainForm.AddTabPage(oSc_MouldMaintainBillList); break; case "sc_moulddotcheckrulebill": // Sc_MouldDotCheckRuleBill oSc_MouldDotCheckRuleBill = new Sc_MouldDotCheckRuleBill(); oSc_MouldDotCheckRuleBill.ShowDialog(); break; case "sc_moulddotcheckrulebilllist": //ȨÏÞ Sc_MouldDotCheckRuleBillList oSc_MouldDotCheckRuleBillList = new Sc_MouldDotCheckRuleBillList(); oSc_MouldDotCheckRuleBillList.MdiParent = oMain; oSc_MouldDotCheckRuleBillList.Show(); oMainForm.AddTabPage(oSc_MouldDotCheckRuleBillList); break; case "sc_moulddotcheckplanbill": // Sc_MouldDotCheckPlanBill oSc_MouldDotCheckPlanBill = new Sc_MouldDotCheckPlanBill(); oSc_MouldDotCheckPlanBill.ShowDialog(); break; case "sc_moulddotcheckplanbilllist": //ȨÏÞ Sc_MouldDotCheckPlanBillList oSc_MouldDotCheckPlanBillList = new Sc_MouldDotCheckPlanBillList(); oSc_MouldDotCheckPlanBillList.MdiParent = oMain; oSc_MouldDotCheckPlanBillList.Show(); oMainForm.AddTabPage(oSc_MouldDotCheckPlanBillList); break; case "sc_moulddotcheckbill": // Sc_MouldDotCheckBill oSc_MouldDotCheckBill = new Sc_MouldDotCheckBill(); oSc_MouldDotCheckBill.ShowDialog(); break; case "sc_moulddotcheckbilllist": //ȨÏÞ Sc_MouldDotCheckBillList oSc_MouldDotCheckBillList = new Sc_MouldDotCheckBillList(); oSc_MouldDotCheckBillList.MdiParent = oMain; oSc_MouldDotCheckBillList.Show(); oMainForm.AddTabPage(oSc_MouldDotCheckBillList); break; case "sc_mouldconkbookbill": // Sc_MouldConkBookBill oSc_MouldConkBookBill = new Sc_MouldConkBookBill(); oSc_MouldConkBookBill.ShowDialog(); break; case "sc_mouldconkbookbilllist": //ȨÏÞ Sc_MouldConkBookBillList oSc_MouldConkBookBillList = new Sc_MouldConkBookBillList(); oSc_MouldConkBookBillList.MdiParent = oMain; oSc_MouldConkBookBillList.Show(); oMainForm.AddTabPage(oSc_MouldConkBookBillList); break; case "sb_mouldrepairworkbill": // Sb_MouldRepairWorkBill oSb_MouldRepairWorkBill = new Sb_MouldRepairWorkBill(); oSb_MouldRepairWorkBill.ShowDialog(); break; case "sb_mouldrepairworkbilllist": //ȨÏÞ Sb_MouldRepairWorkBillList oSb_MouldRepairWorkBillList = new Sb_MouldRepairWorkBillList(); oSb_MouldRepairWorkBillList.MdiParent = oMain; oSb_MouldRepairWorkBillList.Show(); oMainForm.AddTabPage(oSb_MouldRepairWorkBillList); break; case "sc_mouldrepaircheckbill": // Sc_MouldRepairCheckBill oSc_MouldRepairCheckBill = new Sc_MouldRepairCheckBill(); oSc_MouldRepairCheckBill.ShowDialog(); break; case "sc_mouldrepaircheckbilllist": //ȨÏÞ Sc_MouldRepairCheckBillList oSc_MouldRepairCheckBillList = new Sc_MouldRepairCheckBillList(); oSc_MouldRepairCheckBillList.MdiParent = oMain; oSc_MouldRepairCheckBillList.Show(); oMainForm.AddTabPage(oSc_MouldRepairCheckBillList); break; case "sc_moulddesignrequestbill": // Sc_MouldDesignRequestBill oSc_MouldDesignRequestBill = new Sc_MouldDesignRequestBill(); oSc_MouldDesignRequestBill.ShowDialog(); break; case "sc_moulddesignrequestbilllist": //ȨÏÞ Sc_MouldDesignRequestBillList oSc_MouldDesignRequestBillList = new Sc_MouldDesignRequestBillList(); oSc_MouldDesignRequestBillList.MdiParent = oMain; oSc_MouldDesignRequestBillList.Show(); oMainForm.AddTabPage(oSc_MouldDesignRequestBillList); break; case "sc_moulddesignplanbill": // Sc_MouldDesignPlanBill oSc_MouldDesignPlanBill = new Sc_MouldDesignPlanBill(); oSc_MouldDesignPlanBill.ShowDialog(); break; case "sc_moulddesignplanbilllist": //ȨÏÞ Sc_MouldDesignPlanBillList oSc_MouldDesignPlanBillList = new Sc_MouldDesignPlanBillList(); oSc_MouldDesignPlanBillList.MdiParent = oMain; oSc_MouldDesignPlanBillList.Show(); oMainForm.AddTabPage(oSc_MouldDesignPlanBillList); break; case "sc_mouldplanbill": // Sc_MouldPlanBill oSc_MouldPlanBill = new Sc_MouldPlanBill(); oSc_MouldPlanBill.ShowDialog(); break; case "sc_mouldplanbilllist": //ȨÏÞ Sc_MouldPlanBillList oSc_MouldPlanBillList = new Sc_MouldPlanBillList(); oSc_MouldPlanBillList.MdiParent = oMain; oSc_MouldPlanBillList.Show(); oMainForm.AddTabPage(oSc_MouldPlanBillList); break; case "sc_mouldreportbill": // Sc_MouldReportBill oSc_MouldReportBill = new Sc_MouldReportBill(); oSc_MouldReportBill.ShowDialog(); break; case "sc_mouldreportbilllist": //ȨÏÞ Sc_MouldReportBillList oSc_MouldReportBillList = new Sc_MouldReportBillList(); oSc_MouldReportBillList.MdiParent = oMain; oSc_MouldReportBillList.Show(); oMainForm.AddTabPage(oSc_MouldReportBillList); break; case "sc_mouldentrustoutplanbill": // Sc_MouldEntrustOutPlanBill oSc_MouldEntrustOutPlanBill = new Sc_MouldEntrustOutPlanBill(); oSc_MouldEntrustOutPlanBill.ShowDialog(); break; case "sc_mouldentrustoutplanbilllist": //ȨÏÞ Sc_MouldEntrustOutPlanBillList oSc_MouldEntrustOutPlanBillList = new Sc_MouldEntrustOutPlanBillList(); oSc_MouldEntrustOutPlanBillList.MdiParent = oMain; oSc_MouldEntrustOutPlanBillList.Show(); oMainForm.AddTabPage(oSc_MouldEntrustOutPlanBillList); break; case "sc_mouldentrustoutbill": // Sc_MouldEntrustOutBill oSc_MouldEntrustOutBill = new Sc_MouldEntrustOutBill(); oSc_MouldEntrustOutBill.ShowDialog(); break; case "sc_mouldentrustoutbilllist": //ȨÏÞ Sc_MouldEntrustOutBillList oSc_MouldEntrustOutBillList = new Sc_MouldEntrustOutBillList(); oSc_MouldEntrustOutBillList.MdiParent = oMain; oSc_MouldEntrustOutBillList.Show(); oMainForm.AddTabPage(oSc_MouldEntrustOutBillList); break; case "sc_moulddesignplanbillquery": //ȨÏÞ Sc_MouldDesignPlanBillQuery oSc_MouldDesignPlanBillQuery = new Sc_MouldDesignPlanBillQuery(); oSc_MouldDesignPlanBillQuery.MdiParent = oMain; oSc_MouldDesignPlanBillQuery.Show(); oMainForm.AddTabPage(oSc_MouldDesignPlanBillQuery); break; case "sc_mouldplanbillquery": //ȨÏÞ Sc_MouldPlanBillQuery oSc_MouldPlanBillQuery = new Sc_MouldPlanBillQuery(); oSc_MouldPlanBillQuery.MdiParent = oMain; oSc_MouldPlanBillQuery.Show(); oMainForm.AddTabPage(oSc_MouldPlanBillQuery); break; case "sc_mouldreportbillquery": //ȨÏÞ Sc_MouldReportBillQuery oSc_MouldReportBillQuery = new Sc_MouldReportBillQuery(); oSc_MouldReportBillQuery.MdiParent = oMain; oSc_MouldReportBillQuery.Show(); oMainForm.AddTabPage(oSc_MouldReportBillQuery); break; case "sc_mouldentrustoutplanbillquery": //ȨÏÞ Sc_MouldEntrustOutPlanBillQuery oSc_MouldEntrustOutPlanBillQuery = new Sc_MouldEntrustOutPlanBillQuery(); oSc_MouldEntrustOutPlanBillQuery.MdiParent = oMain; oSc_MouldEntrustOutPlanBillQuery.Show(); oMainForm.AddTabPage(oSc_MouldEntrustOutPlanBillQuery); break; case "sc_mouldentrustoutbillquery": //ȨÏÞ Sc_MouldEntrustOutBillQuery oSc_MouldEntrustOutBillQuery = new Sc_MouldEntrustOutBillQuery(); oSc_MouldEntrustOutBillQuery.MdiParent = oMain; oSc_MouldEntrustOutBillQuery.Show(); oMainForm.AddTabPage(oSc_MouldEntrustOutBillQuery); break; default: break; } } catch (Exception e) { MessageBox.Show(e.Message); } } #endregion #region ¹©Ó¦É̹ÜÀí public void Zxxymk_GFGL(string gnsy, string gnmc, Form oMain) { //// MDIMain oMainForm; oMainForm = (MDIMain)oMain; //// if (gnsy.Length == 0) return; try { switch (gnsy.ToLower()) { case "sup_samplerequestbillquery": //ȨÏÞ Sup_SampleRequestBillQuery oSup_SampleRequestBillQuery = new Sup_SampleRequestBillQuery(); oSup_SampleRequestBillQuery.MdiParent = oMain; oSup_SampleRequestBillQuery.Show(); oMainForm.AddTabPage(oSup_SampleRequestBillQuery); break; case "sup_sampletestrequestbillquery": //ȨÏÞ Sup_SampleTestRequestBillQuery oSup_SampleTestRequestBillQuery = new Sup_SampleTestRequestBillQuery(); oSup_SampleTestRequestBillQuery.MdiParent = oMain; oSup_SampleTestRequestBillQuery.Show(); oMainForm.AddTabPage(oSup_SampleTestRequestBillQuery); break; case "sup_sampletestbillquery": //ȨÏÞ Sup_SampleTestBillQuery oSup_SampleTestBillQuery = new Sup_SampleTestBillQuery(); oSup_SampleTestBillQuery.MdiParent = oMain; oSup_SampleTestBillQuery.Show(); oMainForm.AddTabPage(oSup_SampleTestBillQuery); break; case "sup_evaluatebillquery": //ȨÏÞ Sup_EvaluateBillQuery oSup_EvaluateBillQuery = new Sup_EvaluateBillQuery(); oSup_EvaluateBillQuery.MdiParent = oMain; oSup_EvaluateBillQuery.Show(); oMainForm.AddTabPage(oSup_EvaluateBillQuery); break; case "sup_askpricebillquery": //ȨÏÞ Sup_AskPriceBillQuery oSup_AskPriceBillQuery = new Sup_AskPriceBillQuery(); oSup_AskPriceBillQuery.MdiParent = oMain; oSup_AskPriceBillQuery.Show(); oMainForm.AddTabPage(oSup_AskPriceBillQuery); break; case "sup_quotepricebillquery": //ȨÏÞ Sup_QuotePriceBillQuery oSup_QuotePriceBillQuery = new Sup_QuotePriceBillQuery(); oSup_QuotePriceBillQuery.MdiParent = oMain; oSup_QuotePriceBillQuery.Show(); oMainForm.AddTabPage(oSup_QuotePriceBillQuery); break; case "sup_evaluateschemebillquery": //ȨÏÞ Sup_EvaluateSchemeBillQuery oSup_EvaluateSchemeBillQuery = new Sup_EvaluateSchemeBillQuery(); oSup_EvaluateSchemeBillQuery.MdiParent = oMain; oSup_EvaluateSchemeBillQuery.Show(); oMainForm.AddTabPage(oSup_EvaluateSchemeBillQuery); break; case "sup_evaluatebill": Sup_EvaluateBill oSup_EvaluateBill = new Sup_EvaluateBill(); oSup_EvaluateBill.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew; oSup_EvaluateBill.ModCaption = gnmc; oSup_EvaluateBill.ShowDialog(); break; case "sup_evaluatebilllist": Sup_EvaluateBillList oSup_EvaluateBillList = new Sup_EvaluateBillList(); oSup_EvaluateBillList.MdiParent = oMain; oSup_EvaluateBillList.ModCaption = gnmc; oSup_EvaluateBillList.Show(); oMainForm.AddTabPage(oSup_EvaluateBillList); break; case "sup_evaluateschemebill": Sup_EvaluateSchemeBill oSup_EvaluateSchemeBill = new Sup_EvaluateSchemeBill(); oSup_EvaluateSchemeBill.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew; oSup_EvaluateSchemeBill.ModCaption = gnmc; oSup_EvaluateSchemeBill.ShowDialog(); break; case "sup_evaluateschemebilllist": Sup_EvaluateSchemeBillList oSup_EvaluateSchemeBillList = new Sup_EvaluateSchemeBillList(); oSup_EvaluateSchemeBillList.MdiParent = oMain; oSup_EvaluateSchemeBillList.ModCaption = gnmc; oSup_EvaluateSchemeBillList.Show(); oMainForm.AddTabPage(oSup_EvaluateSchemeBillList); break; case "sup_samplerequestbill": Sup_SampleRequestBill oSup_SampleRequestBill = new Sup_SampleRequestBill(); oSup_SampleRequestBill.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew; oSup_SampleRequestBill.ModCaption = gnmc; oSup_SampleRequestBill.ShowDialog(); break; case "sup_samplerequestbilllist": Sup_SampleRequestBillList oSup_SampleRequestBillList = new Sup_SampleRequestBillList(); oSup_SampleRequestBillList.MdiParent = oMain; oSup_SampleRequestBillList.ModCaption = gnmc; oSup_SampleRequestBillList.Show(); oMainForm.AddTabPage(oSup_SampleRequestBillList); break; case "sup_sampletestbill": Sup_SampleTestBill oSup_SampleTestBill = new Sup_SampleTestBill(); oSup_SampleTestBill.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew; oSup_SampleTestBill.ModCaption = gnmc; oSup_SampleTestBill.ShowDialog(); break; case "sup_sampletestbilllist": Sup_SampleTestBillList oSup_SampleTestBillList = new Sup_SampleTestBillList(); oSup_SampleTestBillList.MdiParent = oMain; oSup_SampleTestBillList.ModCaption = gnmc; oSup_SampleTestBillList.Show(); oMainForm.AddTabPage(oSup_SampleTestBillList); break; case "sup_sampletestrequestbill": Sup_SampleTestRequestBill oSup_SampleTestRequestBill = new Sup_SampleTestRequestBill(); oSup_SampleTestRequestBill.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew; oSup_SampleTestRequestBill.ModCaption = gnmc; oSup_SampleTestRequestBill.ShowDialog(); break; case "sup_sampletestrequestbilllist": Sup_SampleTestRequestBillList oSup_SampleTestRequestBillList = new Sup_SampleTestRequestBillList(); oSup_SampleTestRequestBillList.MdiParent = oMain; oSup_SampleTestRequestBillList.ModCaption = gnmc; oSup_SampleTestRequestBillList.Show(); oMainForm.AddTabPage(oSup_SampleTestRequestBillList); break; case "Sup_SupplyFile": Sup_SupplyFile oSup_SupplyFile = new Sup_SupplyFile(); oSup_SupplyFile.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew; oSup_SupplyFile.ModCaption = gnmc; oSup_SupplyFile.ShowDialog(); break; case "sup_supplyfilelist": Sup_SupplyFileList oSup_SupplyFileList = new Sup_SupplyFileList(); oSup_SupplyFileList.MdiParent = oMain; oSup_SupplyFileList.ModCaption = gnmc; oSup_SupplyFileList.Show(); oMainForm.AddTabPage(oSup_SupplyFileList); break; case "sup_askpricebill": Sup_AskPriceBill oSup_AskPriceBill = new Sup_AskPriceBill(); oSup_AskPriceBill.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew; oSup_AskPriceBill.ModCaption = gnmc; oSup_AskPriceBill.ShowDialog(); break; case "sup_askpricebilllist": Sup_AskPriceBillList oSup_AskPriceBillList = new Sup_AskPriceBillList(); oSup_AskPriceBillList.MdiParent = oMain; oSup_AskPriceBillList.ModCaption = gnmc; oSup_AskPriceBillList.Show(); oMainForm.AddTabPage(oSup_AskPriceBillList); break; case "sup_quotepricebill": Sup_QuotePriceBill oSup_QuotePriceBill = new Sup_QuotePriceBill(); oSup_QuotePriceBill.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew; oSup_QuotePriceBill.ModCaption = gnmc; oSup_QuotePriceBill.ShowDialog(); break; case "sup_quotepricebilllist": Sup_QuotePriceBillList oSup_QuotePriceBillList = new Sup_QuotePriceBillList(); oSup_QuotePriceBillList.MdiParent = oMain; oSup_QuotePriceBillList.ModCaption = gnmc; oSup_QuotePriceBillList.Show(); oMainForm.AddTabPage(oSup_QuotePriceBillList); break; case "sup_supplyrequtbill": Sup_SupplyRequtBill oSup_SupplyRequtBill = new Sup_SupplyRequtBill(); oSup_SupplyRequtBill.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew; oSup_SupplyRequtBill.ModCaption = gnmc; oSup_SupplyRequtBill.ShowDialog(); break; case "sup_supplyrequtbilllist": Sup_SupplyRequtBillList oSup_SupplyRequtBillList = new Sup_SupplyRequtBillList(); oSup_SupplyRequtBillList.MdiParent = oMain; oSup_SupplyRequtBillList.ModCaption = gnmc; oSup_SupplyRequtBillList.Show(); oMainForm.AddTabPage(oSup_SupplyRequtBillList); break; default: break; } } catch (Exception e) { MessageBox.Show(e.Message); } } #endregion #region ¿Í»§¹ÜÀí public void Zxxymk_KHGL(string gnsy, string gnmc, Form oMain) { //// MDIMain oMainForm; oMainForm = (MDIMain)oMain; //// if (gnsy.Length == 0) return; try { switch (gnsy.ToLower()) { //case "crm_cluebillquery": // //ȨÏÞ // Crm_ClueBillQuery oCrm_ClueBillQuery = new Crm_ClueBillQuery(); // oCrm_ClueBillQuery.MdiParent = oMain; // oCrm_ClueBillQuery.Show(); // oMainForm.AddTabPage(oCrm_ClueBillQuery); // break; //case "crm_sellcampaignbillquery": // //ȨÏÞ // Crm_SellCampaignBillQuery oCrm_SellCampaignBillQuery = new Crm_SellCampaignBillQuery(); // oCrm_SellCampaignBillQuery.MdiParent = oMain; // oCrm_SellCampaignBillQuery.Show(); // oMainForm.AddTabPage(oCrm_SellCampaignBillQuery); // break; //case "xs_sequotationbillquery": // //ȨÏÞ // Xs_SeQuotationBillQuery oXs_SeQuotationBillQuery = new Xs_SeQuotationBillQuery(); // oXs_SeQuotationBillQuery.MdiParent = oMain; // oXs_SeQuotationBillQuery.Show(); // oMainForm.AddTabPage(oXs_SeQuotationBillQuery); // break; //case "crm_marketsurveybillquery": // //ȨÏÞ // Crm_MarketSurveyBillQuery oCrm_MarketSurveyBillQuery = new Crm_MarketSurveyBillQuery(); // oCrm_MarketSurveyBillQuery.MdiParent = oMain; // oCrm_MarketSurveyBillQuery.Show(); // oMainForm.AddTabPage(oCrm_MarketSurveyBillQuery); // break; //case "crm_cusservicesurveybillquery": // //ȨÏÞ // Crm_CusServiceSurveyBillQuery oCrm_CusServiceSurveyBillQuery = new Crm_CusServiceSurveyBillQuery(); // oCrm_CusServiceSurveyBillQuery.MdiParent = oMain; // oCrm_CusServiceSurveyBillQuery.Show(); // oMainForm.AddTabPage(oCrm_CusServiceSurveyBillQuery); // break; //case "crm_complainbackvisitbill": // Crm_ComplainBackVisitBill oCrm_ComplainBackVisitBill = new Crm_ComplainBackVisitBill(); // oCrm_ComplainBackVisitBill.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew; // oCrm_ComplainBackVisitBill.ModCaption = gnmc; // oCrm_ComplainBackVisitBill.ShowDialog(); // break; //case "crm_complainbackvisitbilllist": // Crm_ComplainBackVisitBillList oCrm_ComplainBackVisitBillList = new Crm_ComplainBackVisitBillList(); // oCrm_ComplainBackVisitBillList.MdiParent = oMain; // oCrm_ComplainBackVisitBillList.ModCaption = gnmc; // oCrm_ComplainBackVisitBillList.Show(); // oMainForm.AddTabPage(oCrm_ComplainBackVisitBillList); // break; case "xs_sellplanexecutebill": Xs_SellPlanExecuteBill oXs_SellPlanExecuteBill = new Xs_SellPlanExecuteBill(); oXs_SellPlanExecuteBill.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew; oXs_SellPlanExecuteBill.ModCaption = gnmc; oXs_SellPlanExecuteBill.ShowDialog(); break; case "xs_sellplanexecutebilllist": Xs_SellPlanExecuteBillList oXs_SellPlanExecuteBillList = new Xs_SellPlanExecuteBillList(); oXs_SellPlanExecuteBillList.MdiParent = oMain; oXs_SellPlanExecuteBillList.ModCaption = gnmc; oXs_SellPlanExecuteBillList.Show(); oMainForm.AddTabPage(oXs_SellPlanExecuteBillList); break; //case "crm_marketinfobill": // Crm_MarketInfoBill oCrm_MarketInfoBill = new Crm_MarketInfoBill(); // oCrm_MarketInfoBill.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew; // oCrm_MarketInfoBill.ModCaption = gnmc; // oCrm_MarketInfoBill.ShowDialog(); // break; //case "crm_marketinfobilllist": // Crm_MarketInfoBillList oCrm_MarketInfoBillList = new Crm_MarketInfoBillList(); // oCrm_MarketInfoBillList.MdiParent = oMain; // oCrm_MarketInfoBillList.ModCaption = gnmc; // oCrm_MarketInfoBillList.Show(); // oMainForm.AddTabPage(oCrm_MarketInfoBillList); // break; //case "xs_getneedcheckseprodplanbilllist": // Xs_GetNeedCheckSeProdPlanBillList oXs_GetNeedCheckSeProdPlanBillList = new Xs_GetNeedCheckSeProdPlanBillList(); // oXs_GetNeedCheckSeProdPlanBillList.MdiParent = oMain; // oXs_GetNeedCheckSeProdPlanBillList.ModCaption = gnmc; // oXs_GetNeedCheckSeProdPlanBillList.Show(); // oMainForm.AddTabPage(oXs_GetNeedCheckSeProdPlanBillList); // break; //case "a3_getneedcheckseorderbilllist": // A3_GetNeedCheckSeOrderBillList oA3_GetNeedCheckSeOrderBillList = new A3_GetNeedCheckSeOrderBillList(); // oA3_GetNeedCheckSeOrderBillList.MdiParent = oMain; // oA3_GetNeedCheckSeOrderBillList.ModCaption = gnmc; // oA3_GetNeedCheckSeOrderBillList.Show(); // oMainForm.AddTabPage(oA3_GetNeedCheckSeOrderBillList); // break; //case "a3_getneedcheckselloutbilllist": // A3_GetNeedCheckSellOutBillList oA3_GetNeedCheckSellOutBillList = new A3_GetNeedCheckSellOutBillList(); // oA3_GetNeedCheckSellOutBillList.MdiParent = oMain; // oA3_GetNeedCheckSellOutBillList.ModCaption = gnmc; // oA3_GetNeedCheckSellOutBillList.Show(); // oMainForm.AddTabPage(oA3_GetNeedCheckSellOutBillList); // break; //case "crm_campaignbill": // Crm_CampaignBill oCrm_CampaignBill = new Crm_CampaignBill(); // oCrm_CampaignBill.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew; // oCrm_CampaignBill.ModCaption = gnmc; // oCrm_CampaignBill.ShowDialog(); // break; //case "crm_campaignbilllist": // Crm_CampaignBillList oCrm_CampaignBillList = new Crm_CampaignBillList(); // oCrm_CampaignBillList.MdiParent = oMain; // oCrm_CampaignBillList.ModCaption = gnmc; // oCrm_CampaignBillList.Show(); // oMainForm.AddTabPage(oCrm_CampaignBillList); // break; //case "crm_counterworkerbill": // Crm_CounterWorkerBill oCrm_CounterWorkerBill = new Crm_CounterWorkerBill(); // oCrm_CounterWorkerBill.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew; // oCrm_CounterWorkerBill.ModCaption = gnmc; // oCrm_CounterWorkerBill.ShowDialog(); // break; //case "crm_counterworkerbilllist": // Crm_CounterWorkerBillList oCrm_CounterWorkerBillList = new Crm_CounterWorkerBillList(); // oCrm_CounterWorkerBillList.MdiParent = oMain; // oCrm_CounterWorkerBillList.ModCaption = gnmc; // oCrm_CounterWorkerBillList.Show(); // oMainForm.AddTabPage(oCrm_CounterWorkerBillList); // break; //case "crm_cuscommemoratebill": // Crm_CusCommemorateBill oCrm_CusCommemorateBill = new Crm_CusCommemorateBill(); // oCrm_CusCommemorateBill.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew; // oCrm_CusCommemorateBill.ModCaption = gnmc; // oCrm_CusCommemorateBill.ShowDialog(); // break; //case "crm_cuscommemoratebilllist": // Crm_CusCommemorateBillList oCrm_CusCommemorateBillList = new Crm_CusCommemorateBillList(); // oCrm_CusCommemorateBillList.MdiParent = oMain; // oCrm_CusCommemorateBillList.ModCaption = gnmc; // oCrm_CusCommemorateBillList.Show(); // oMainForm.AddTabPage(oCrm_CusCommemorateBillList); // break; //case "crm_linkmanbill": // Crm_LinkManBill oCrm_LinkManBill = new Crm_LinkManBill(); // oCrm_LinkManBill.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew; // oCrm_LinkManBill.ModCaption = gnmc; // oCrm_LinkManBill.ShowDialog(); // break; //case "crm_linkmanbilllist": // Crm_LinkManBillList oCrm_LinkManBillList = new Crm_LinkManBillList(); // oCrm_LinkManBillList.MdiParent = oMain; // oCrm_LinkManBillList.ModCaption = gnmc; // oCrm_LinkManBillList.Show(); // oMainForm.AddTabPage(oCrm_LinkManBillList); // break; //case "crm_linknotebill": // Crm_LinkNoteBill oCrm_LinkNoteBill = new Crm_LinkNoteBill(); // oCrm_LinkNoteBill.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew; // oCrm_LinkNoteBill.ModCaption = gnmc; // oCrm_LinkNoteBill.ShowDialog(); // break; //case "crm_linknotebilllist": // Crm_LinkNoteBillList oCrm_LinkNoteBillList = new Crm_LinkNoteBillList(); // oCrm_LinkNoteBillList.MdiParent = oMain; // oCrm_LinkNoteBillList.ModCaption = gnmc; // oCrm_LinkNoteBillList.Show(); // oMainForm.AddTabPage(oCrm_LinkNoteBillList); // break; //case "crm_sellchancebill": // Crm_SellChanceBill oCrm_SellChanceBill = new Crm_SellChanceBill(); // oCrm_SellChanceBill.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew; // oCrm_SellChanceBill.ModCaption = gnmc; // oCrm_SellChanceBill.ShowDialog(); // break; //case "crm_sellchancebilllist": // Crm_SellChanceBillList oCrm_SellChanceBillList = new Crm_SellChanceBillList(); // oCrm_SellChanceBillList.MdiParent = oMain; // oCrm_SellChanceBillList.ModCaption = gnmc; // oCrm_SellChanceBillList.Show(); // oMainForm.AddTabPage(oCrm_SellChanceBillList); // break; //case "crm_sellchancechangebill": // Crm_SellChanceChangeBill oCrm_SellChanceChangeBill = new Crm_SellChanceChangeBill(); // oCrm_SellChanceChangeBill.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew; // oCrm_SellChanceChangeBill.ModCaption = gnmc; // oCrm_SellChanceChangeBill.ShowDialog(); // break; //case "crm_sellchancechangebilllist": // Crm_SellChanceChangeBillList oCrm_SellChanceChangeBillList = new Crm_SellChanceChangeBillList(); // oCrm_SellChanceChangeBillList.MdiParent = oMain; // oCrm_SellChanceChangeBillList.ModCaption = gnmc; // oCrm_SellChanceChangeBillList.Show(); // oMainForm.AddTabPage(oCrm_SellChanceChangeBillList); // break; //case "crm_cusappealbill": // Crm_CusAppealBill oCrm_CusAppealBill = new Crm_CusAppealBill(); // oCrm_CusAppealBill.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew; // oCrm_CusAppealBill.ModCaption = gnmc; // oCrm_CusAppealBill.ShowDialog(); // break; //case "crm_cusappealbilllist": // Crm_CusAppealBillList oCrm_CusAppealBillList = new Crm_CusAppealBillList(); // oCrm_CusAppealBillList.MdiParent = oMain; // oCrm_CusAppealBillList.ModCaption = gnmc; // oCrm_CusAppealBillList.Show(); // oMainForm.AddTabPage(oCrm_CusAppealBillList); // break; //case "crm_cusservicebill": // Crm_CusServiceBill oCrm_CusServiceBill = new Crm_CusServiceBill(); // oCrm_CusServiceBill.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew; // oCrm_CusServiceBill.ModCaption = gnmc; // oCrm_CusServiceBill.ShowDialog(); // break; //case "crm_cusservicebilllist": // Crm_CusServiceBillList oCrm_CusServiceBillList = new Crm_CusServiceBillList(); // oCrm_CusServiceBillList.MdiParent = oMain; // oCrm_CusServiceBillList.ModCaption = gnmc; // oCrm_CusServiceBillList.Show(); // oMainForm.AddTabPage(oCrm_CusServiceBillList); // break; //case "crm_worknotebill": // Crm_WorkNoteBill oCrm_WorkNoteBill = new Crm_WorkNoteBill(); // oCrm_WorkNoteBill.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew; // oCrm_WorkNoteBill.ModCaption = gnmc; // oCrm_WorkNoteBill.ShowDialog(); // break; //case "crm_worknotebilllist": // Crm_WorkNoteBillList oCrm_WorkNoteBillList = new Crm_WorkNoteBillList(); // oCrm_WorkNoteBillList.MdiParent = oMain; // oCrm_WorkNoteBillList.ModCaption = gnmc; // oCrm_WorkNoteBillList.Show(); // oMainForm.AddTabPage(oCrm_WorkNoteBillList); // break; //case "crm_workplanbill": // Crm_WorkPlanBill oCrm_WorkPlanBill = new Crm_WorkPlanBill(); // oCrm_WorkPlanBill.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew; // oCrm_WorkPlanBill.ModCaption = gnmc; // oCrm_WorkPlanBill.ShowDialog(); // break; //case "crm_workplanbilllist": // Crm_WorkPlanBillList oCrm_WorkPlanBillList = new Crm_WorkPlanBillList(); // oCrm_WorkPlanBillList.MdiParent = oMain; // oCrm_WorkPlanBillList.ModCaption = gnmc; // oCrm_WorkPlanBillList.Show(); // oMainForm.AddTabPage(oCrm_WorkPlanBillList); // break; //case "crm_marketsurveybill": // Crm_MarketSurveyBill oCrm_MarketSurveyBill = new Crm_MarketSurveyBill(); // oCrm_MarketSurveyBill.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew; // oCrm_MarketSurveyBill.ShowDialog(); // break; //case "crm_marketsurveybilllist": // Crm_MarketSurveyBillList oCrm_MarketSurveyBillList = new Crm_MarketSurveyBillList(); // oCrm_MarketSurveyBillList.MdiParent = oMain; // oCrm_MarketSurveyBillList.Show(); // oMainForm.AddTabPage(oCrm_MarketSurveyBillList); // break; //case "crm_cluebill"://ÏßË÷ // Crm_ClueBill oCrm_ClueBill = new Crm_ClueBill(); // oCrm_ClueBill.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew; // oCrm_ClueBill.ShowDialog(); // break; //case "crm_cluebilllist": // Crm_ClueBillList oCrm_ClueBillList = new Crm_ClueBillList(); // oCrm_ClueBillList.MdiParent = oMain; // oCrm_ClueBillList.Show(); // oMainForm.AddTabPage(oCrm_ClueBillList); // break; //case "crm_sellcampaignbill"://ÓªÏú»î¶¯ // Crm_SellCampaignBill oCrm_SellCampaignBill = new Crm_SellCampaignBill(); // oCrm_SellCampaignBill.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew; // oCrm_SellCampaignBill.ShowDialog(); // break; //case "crm_sellcampaignbilllist": // Crm_SellCampaignBillList oCrm_SellCampaignBillList = new Crm_SellCampaignBillList(); // oCrm_SellCampaignBillList.MdiParent = oMain; // oCrm_SellCampaignBillList.Show(); // oMainForm.AddTabPage(oCrm_SellCampaignBillList); // break; // //=================================================== //case "pro_designbluerequestbill": // Pro_DesignBlueRequestBill oPro_DesignBlueRequestBill = new Pro_DesignBlueRequestBill(); // oPro_DesignBlueRequestBill.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew; // oPro_DesignBlueRequestBill.ModCaption = gnmc; // oPro_DesignBlueRequestBill.ShowDialog(); // break; //case "pro_designbluerequestbilllist": // Pro_DesignBlueRequestBillList oPro_DesignBlueRequestBillList = new Pro_DesignBlueRequestBillList(); // oPro_DesignBlueRequestBillList.MdiParent = oMain; // oPro_DesignBlueRequestBillList.ModCaption = gnmc; // oPro_DesignBlueRequestBillList.Show(); // oMainForm.AddTabPage(oPro_DesignBlueRequestBillList); // break; //case "pro_getneedcheckdesignbluerequestbill": // Pro_GetNeedCheckDesignBlueRequestBill oPro_GetNeedCheckDesignBlueRequestBill = new Pro_GetNeedCheckDesignBlueRequestBill(); // oPro_GetNeedCheckDesignBlueRequestBill.MdiParent = oMain; // //oPro_GetNeedCheckDesignBlueRequestBill.ModCaption = gnmc; // oPro_GetNeedCheckDesignBlueRequestBill.Show(); // break; //case "pro_projectcheckbill": // Pro_ProjectCheckBill oPro_ProjectCheckBill = new Pro_ProjectCheckBill(); // oPro_ProjectCheckBill.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew; // oPro_ProjectCheckBill.ModCaption = gnmc; // oPro_ProjectCheckBill.ShowDialog(); // break; //case "pro_projectcheckbilllist": // Pro_ProjectCheckBillList oPro_ProjectCheckBillList = new Pro_ProjectCheckBillList(); // oPro_ProjectCheckBillList.MdiParent = oMain; // oPro_ProjectCheckBillList.ModCaption = gnmc; // oPro_ProjectCheckBillList.Show(); // oMainForm.AddTabPage(oPro_ProjectCheckBillList); // break; //case "pro_projectrequestbill": // Pro_ProjectRequestBill oPro_ProjectRequestBill = new Pro_ProjectRequestBill(); // oPro_ProjectRequestBill.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew; // oPro_ProjectRequestBill.ModCaption = gnmc; // oPro_ProjectRequestBill.ShowDialog(); // break; //case "pro_projectrequestbilllist": // Pro_ProjectRequestBillList oPro_ProjectRequestBillList = new Pro_ProjectRequestBillList(); // oPro_ProjectRequestBillList.MdiParent = oMain; // oPro_ProjectRequestBillList.ModCaption = gnmc; // oPro_ProjectRequestBillList.Show(); // oMainForm.AddTabPage(oPro_ProjectRequestBillList); // break; //case "xs_sequotationbill": // Xs_SeQuotationBill oXs_SeQuotationBill = new Xs_SeQuotationBill(); // oXs_SeQuotationBill.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew; // oXs_SeQuotationBill.ModCaption = gnmc; // oXs_SeQuotationBill.ShowDialog(); // break; //case "xs_sequotationbilllist": // Xs_SeQuotationBillList oXs_SeQuotationBillList = new Xs_SeQuotationBillList(); // oXs_SeQuotationBillList.MdiParent = oMain; // oXs_SeQuotationBillList.ModCaption = gnmc; // oXs_SeQuotationBillList.Show(); // oMainForm.AddTabPage(oXs_SeQuotationBillList); // break; //case "xs_sesamplebill": // Xs_SeSampleBill oXs_SeSampleBill = new Xs_SeSampleBill(); // oXs_SeSampleBill.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew; // oXs_SeSampleBill.ModCaption = gnmc; // oXs_SeSampleBill.ShowDialog(); // break; //case "xs_sesamplebilllist": // Xs_SeSampleBillList oXs_SeSampleBillList = new Xs_SeSampleBillList(); // oXs_SeSampleBillList.MdiParent = oMain; // oXs_SeSampleBillList.ModCaption = gnmc; // oXs_SeSampleBillList.Show(); // oMainForm.AddTabPage(oXs_SeSampleBillList); // break; //case "xs_seprodplanbill": // Xs_SeProdPlanBill oXs_SeProdPlanBill = new Xs_SeProdPlanBill(); // oXs_SeProdPlanBill.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew; // oXs_SeProdPlanBill.ModCaption = gnmc; // oXs_SeProdPlanBill.ShowDialog(); // break; //case "xs_seprodplanbilllist": // Xs_SeProdPlanBillList oXs_SeProdPlanBillList = new Xs_SeProdPlanBillList(); // oXs_SeProdPlanBillList.MdiParent = oMain; // oXs_SeProdPlanBillList.ModCaption = gnmc; // oXs_SeProdPlanBillList.Show(); // oMainForm.AddTabPage(oXs_SeProdPlanBillList); // break; //case "a3_seorderbilllist": // A3_SeOrderBillList oA3_SeOrderBillList = new A3_SeOrderBillList(); // oA3_SeOrderBillList.MdiParent = oMain; // oA3_SeOrderBillList.ModCaption = gnmc; // oA3_SeOrderBillList.Show(); // oMainForm.AddTabPage(oA3_SeOrderBillList); // break; //case "a3_seoutbilllist": // A3_SellOutBillList oA3_SellOutBillList = new A3_SellOutBillList(); // oA3_SellOutBillList.MdiParent = oMain; // oA3_SellOutBillList.ModCaption = gnmc; // oA3_SellOutBillList.Show(); // oMainForm.AddTabPage(oA3_SellOutBillList); // break; case "gy_customer": Gy_Customer oGy_Customer = new Gy_Customer(); oGy_Customer.MdiParent = oMain; oGy_Customer.Show(); oMainForm.AddTabPage(oGy_Customer); break; //case "crm_customerfile": // Crm_CustomerFile oCrm_CustomerFile = new Crm_CustomerFile(); // oCrm_CustomerFile.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew; // oCrm_CustomerFile.ModCaption = gnmc; // oCrm_CustomerFile.ShowDialog(); // break; //case "crm_customerfilelist": // Crm_CustomerFileList oCrm_CustomerFileList = new Crm_CustomerFileList(); // oCrm_CustomerFileList.MdiParent = oMain; // oCrm_CustomerFileList.ModCaption = gnmc; // oCrm_CustomerFileList.Show(); // oMainForm.AddTabPage(oCrm_CustomerFileList); // break; //case "crm_productfile": // Crm_ProductFile oCrm_ProductFile = new Crm_ProductFile(); // oCrm_ProductFile.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew; // oCrm_ProductFile.ModCaption = gnmc; // oCrm_ProductFile.ShowDialog(); // break; //case "crm_productfilelist": // Crm_ProductFileList oCrm_ProductFileList = new Crm_ProductFileList(); // oCrm_ProductFileList.MdiParent = oMain; // oCrm_ProductFileList.ModCaption = gnmc; // oCrm_ProductFileList.Show(); // oMainForm.AddTabPage(oCrm_ProductFileList); // break; //case "crm_cusservicesurveybill": // Crm_CusServiceSurveyBill oCrm_CusServiceSurveyBill = new Crm_CusServiceSurveyBill(); // oCrm_CusServiceSurveyBill.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew; // oCrm_CusServiceSurveyBill.ModCaption = gnmc; // oCrm_CusServiceSurveyBill.ShowDialog(); // break; //case "crm_cusservicesurveybilllist": // Crm_CusServiceSurveyBillList oCrm_CusServiceSurveyBillList = new Crm_CusServiceSurveyBillList(); // oCrm_CusServiceSurveyBillList.MdiParent = oMain; // oCrm_CusServiceSurveyBillList.ModCaption = gnmc; // oCrm_CusServiceSurveyBillList.Show(); // oMainForm.AddTabPage(oCrm_CusServiceSurveyBillList); // break; //case "crm_cuscareforbill": // Crm_CusCareForBill oCrm_CusCareForBill = new Crm_CusCareForBill(); // oCrm_CusCareForBill.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew; // oCrm_CusCareForBill.ModCaption = gnmc; // oCrm_CusCareForBill.ShowDialog(); // break; //case "crm_cuscareforbilllist": // Crm_CusCareForBillList oCrm_CusCareForBillList = new Crm_CusCareForBillList(); // oCrm_CusCareForBillList.MdiParent = oMain; // oCrm_CusCareForBillList.ModCaption = gnmc; // oCrm_CusCareForBillList.Show(); // oMainForm.AddTabPage(oCrm_CusCareForBillList); // break; //case "crm_prodqualitybookbill": // Crm_ProdQualityBookBill oCrm_ProdQualityBookBill = new Crm_ProdQualityBookBill(); // oCrm_ProdQualityBookBill.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew; // oCrm_ProdQualityBookBill.ModCaption = gnmc; // oCrm_ProdQualityBookBill.ShowDialog(); // break; //case "crm_prodqualitybookbilllist": // Crm_ProdQualityBookBillList oCrm_ProdQualityBookBillList = new Crm_ProdQualityBookBillList(); // oCrm_ProdQualityBookBillList.MdiParent = oMain; // oCrm_ProdQualityBookBillList.ModCaption = gnmc; // oCrm_ProdQualityBookBillList.Show(); // oMainForm.AddTabPage(oCrm_ProdQualityBookBillList); // break; //case "crm_customerfilelist_cx": // Crm_CustomerFileList_CX oCrm_CustomerFileList_CX = new Crm_CustomerFileList_CX(); // oCrm_CustomerFileList_CX.MdiParent = oMain; // oCrm_CustomerFileList_CX.ModCaption = gnmc; // oCrm_CustomerFileList_CX.Show(); // oMainForm.AddTabPage(oCrm_CustomerFileList_CX); // break; //case "crm_pubcustomerfilelist": // Crm_PubCustomerFileList oCrm_PubCustomerFileList = new Crm_PubCustomerFileList(); // oCrm_PubCustomerFileList.MdiParent = oMain; // oCrm_PubCustomerFileList.Show(); // oMainForm.AddTabPage(oCrm_PubCustomerFileList); // break; //case "crm_mycustomerfilelist": // Crm_MyCustomerFileList oCrm_MyCustomerFileList = new Crm_MyCustomerFileList(); // oCrm_MyCustomerFileList.MdiParent = oMain; // oCrm_MyCustomerFileList.Show(); // oMainForm.AddTabPage(oCrm_MyCustomerFileList); // break; default: break; } } catch (Exception e) { MessageBox.Show(e.Message); } } #endregion #region Éú²úϵͳ public void Zxxymk_SCXT(string gnsy,string gnmc, Form oMain) { //// MDIMain oMainForm; oMainForm = (MDIMain)oMain; //// if (gnsy.Length == 0) return; try { switch (gnsy.ToLower()) { case "frm_messetini": Frm_MESSetIni oFrm_MESSetIni = new Frm_MESSetIni(); oFrm_MESSetIni.ShowDialog(); break; case "kb_workshopprodprocessratereport": KB_WorkShopProdprocessRateReport oKB_WorkShopProdprocessRateReport = new KB_WorkShopProdprocessRateReport(); oKB_WorkShopProdprocessRateReport.ShowDialog(); break; case "kb_workshopprodplanreport": KB_WorkShopProdPlanReport oKB_WorkShopProdPlanReport = new KB_WorkShopProdPlanReport(); oKB_WorkShopProdPlanReport.ShowDialog(); break; case "kb_poorderfinishdatereport": KB_POOrderFinishDateReport oKB_POOrderFinishDateReport = new KB_POOrderFinishDateReport(); oKB_POOrderFinishDateReport.ShowDialog(); break; case "kb_seordersendgoodsreport": KB_SEOrderSendGoodsReport oKB_SEOrderSendGoodsReport = new KB_SEOrderSendGoodsReport(); oKB_SEOrderSendGoodsReport.ShowDialog(); break; case "kb_workplananddonereport": KB_WorkPlanAndDoneReport oKB_WorkPlanAndDoneReport = new KB_WorkPlanAndDoneReport(); oKB_WorkPlanAndDoneReport.ShowDialog(); break; case "kb_kanbanplayset": BLL.KB_KanbanPlaySet oKB_KanbanPlaySet = new BLL.KB_KanbanPlaySet(); oKB_KanbanPlaySet.ShowDialog(); break; //case "gy_worktime_jblist": // Gy_WorkTime_JBList oGy_WorkTime_JBList = new Gy_WorkTime_JBList(); // oGy_WorkTime_JBList.MdiParent = oMain; // oGy_WorkTime_JBList.ModCaption = gnmc; // oGy_WorkTime_JBList.Show(); // break; //case "gy_worktimelist": // Gy_WorkTimeList oGy_WorkTimeList = new Gy_WorkTimeList(); // oGy_WorkTimeList.MdiParent = oMain; // oGy_WorkTimeList.ModCaption = gnmc; // oGy_WorkTimeList.Show(); // break; //case "sc_changenotebill": // Sc_ChangeNoteBill oSc_ChangeNoteBill = new Sc_ChangeNoteBill(); // oSc_ChangeNoteBill.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew; // oSc_ChangeNoteBill.ModCaption = gnmc; // oSc_ChangeNoteBill.ShowDialog(); // break; //case "sc_changenotebilllist": // Sc_ChangeNoteBillList oSc_ChangeNoteBillList = new Sc_ChangeNoteBillList(); // oSc_ChangeNoteBillList.MdiParent = oMain; // oSc_ChangeNoteBillList.ModCaption = gnmc; // oSc_ChangeNoteBillList.Show(); // oMainForm.AddTabPage(oSc_ChangeNoteBillList); // break; //case "sc_changenotebillquery": // Sc_ChangeNoteBillQuery oSc_ChangeNoteBillQuery = new Sc_ChangeNoteBillQuery(); // oSc_ChangeNoteBillQuery.MdiParent = oMain; // oSc_ChangeNoteBillQuery.Show(); // oMainForm.AddTabPage(oSc_ChangeNoteBillQuery); // break; //case "sc_wipstockchangebill": // Sc_WIPStockChangeBill oSc_WIPStockChangeBill = new Sc_WIPStockChangeBill(); // oSc_WIPStockChangeBill.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew; // oSc_WIPStockChangeBill.ShowDialog(); // break; //case "sc_wipstockchangebilllist": // Sc_WIPStockChangeBillList oSc_WIPStockChangeBillList = new Sc_WIPStockChangeBillList(); // oSc_WIPStockChangeBillList.MdiParent = oMain; // oSc_WIPStockChangeBillList.Show(); // oMainForm.AddTabPage(oSc_WIPStockChangeBillList); // break; //case "sc_wipstockchangebillquery": // Sc_WIPStockChangeBillQuery oSc_WIPStockChangeBillQuery = new Sc_WIPStockChangeBillQuery(); // oSc_WIPStockChangeBillQuery.MdiParent = oMain; // oSc_WIPStockChangeBillQuery.Show(); // oMainForm.AddTabPage(oSc_WIPStockChangeBillQuery); // break; case "qc_nopassprodcheckbill": QC_NoPassProdCheckBill oQC_NoPassProdCheckBill = new QC_NoPassProdCheckBill(); oQC_NoPassProdCheckBill.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew; oQC_NoPassProdCheckBill.ShowDialog(); break; case "qc_nopassprodcheckbilllist": QC_NoPassProdCheckBillList oQC_NoPassProdCheckBillList = new QC_NoPassProdCheckBillList(); oQC_NoPassProdCheckBillList.MdiParent = oMain; oQC_NoPassProdCheckBillList.Show(); oMainForm.AddTabPage(oQC_NoPassProdCheckBillList); break; case "qc_nopassprodcheckbillquery": QC_NoPassProdCheckBillQuery oQC_NoPassProdCheckBillQuery = new QC_NoPassProdCheckBillQuery(); oQC_NoPassProdCheckBillQuery.MdiParent = oMain; oQC_NoPassProdCheckBillQuery.Show(); oMainForm.AddTabPage(oQC_NoPassProdCheckBillQuery); break; //case "qc_postockincheckbill": // QC_POStockInCheckBill oQC_POStockInCheckBill = new QC_POStockInCheckBill(); // oQC_POStockInCheckBill.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew; // oQC_POStockInCheckBill.ShowDialog(); // break; //case "qc_postockincheckbilllist": // QC_POStockInCheckBillList oQC_POStockInCheckBillList = new QC_POStockInCheckBillList(); // oQC_POStockInCheckBillList.MdiParent = oMain; // oQC_POStockInCheckBillList.Show(); // oMainForm.AddTabPage(oQC_POStockInCheckBillList); // break; //case "qc_postockincheckbillquery": // QC_POStockInCheckBillQuery oQC_POStockInCheckBillQuery = new QC_POStockInCheckBillQuery(); // oQC_POStockInCheckBillQuery.MdiParent = oMain; // oQC_POStockInCheckBillQuery.Show(); // oMainForm.AddTabPage(oQC_POStockInCheckBillQuery); // break; //case "qc_outcompcheckbill": // QC_OutCompCheckBill oQC_OutCompCheckBill = new QC_OutCompCheckBill(); // oQC_OutCompCheckBill.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew; // oQC_OutCompCheckBill.ShowDialog(); // break; //case "qc_outcompcheckbilllist": // QC_OutCompCheckBillList oQC_OutCompCheckBillList = new QC_OutCompCheckBillList(); // oQC_OutCompCheckBillList.MdiParent = oMain; // oQC_OutCompCheckBillList.Show(); // oMainForm.AddTabPage(oQC_OutCompCheckBillList); // break; //case "qc_outcompcheckbillquery": // QC_OutCompCheckBillQuery oQC_OutCompCheckBillQuery = new QC_OutCompCheckBillQuery(); // oQC_OutCompCheckBillQuery.MdiParent = oMain; // oQC_OutCompCheckBillQuery.Show(); // oMainForm.AddTabPage(oQC_OutCompCheckBillQuery); // break; //case "qc_firstpiececheckbill": // QC_FirstPieceCheckBill oQC_FirstPieceCheckBill = new QC_FirstPieceCheckBill(); // oQC_FirstPieceCheckBill.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew; // oQC_FirstPieceCheckBill.ShowDialog(); // break; //case "qc_firstpiececheckbilllist": // QC_FirstPieceCheckBillList oQC_FirstPieceCheckBillList = new QC_FirstPieceCheckBillList(); // oQC_FirstPieceCheckBillList.MdiParent = oMain; // oQC_FirstPieceCheckBillList.Show(); // oMainForm.AddTabPage(oQC_FirstPieceCheckBillList); // break; //case "qc_firstpiececheckbillquery": // QC_FirstPieceCheckBillQuery oQC_FirstPieceCheckBillQuery = new QC_FirstPieceCheckBillQuery(); // oQC_FirstPieceCheckBillQuery.MdiParent = oMain; // oQC_FirstPieceCheckBillQuery.Show(); // oMainForm.AddTabPage(oQC_FirstPieceCheckBillQuery); // break; //case "qc_lastpiececheckbill": // QC_LastPieceCheckBill oQC_LastPieceCheckBill = new QC_LastPieceCheckBill(); // oQC_LastPieceCheckBill.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew; // oQC_LastPieceCheckBill.ShowDialog(); // break; //case "qc_lastpiececheckbilllist": // QC_LastPieceCheckBillList oQC_LastPieceCheckBillList = new QC_LastPieceCheckBillList(); // oQC_LastPieceCheckBillList.MdiParent = oMain; // oQC_LastPieceCheckBillList.Show(); // oMainForm.AddTabPage(oQC_LastPieceCheckBillList); // break; //case "qc_lastpiececheckbillquery": // QC_LastPieceCheckBillQuery oQC_LastPieceCheckBillQuery = new QC_LastPieceCheckBillQuery(); // oQC_LastPieceCheckBillQuery.MdiParent = oMain; // oQC_LastPieceCheckBillQuery.Show(); // oMainForm.AddTabPage(oQC_LastPieceCheckBillQuery); // break; //case "qc_patrolproccheckbill": // QC_PatrolProcCheckBill oQC_PatrolProcCheckBill = new QC_PatrolProcCheckBill(); // oQC_PatrolProcCheckBill.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew; // oQC_PatrolProcCheckBill.ShowDialog(); // break; //case "qc_patrolproccheckbilllist": // QC_PatrolProcCheckBillList oQC_PatrolProcCheckBillList = new QC_PatrolProcCheckBillList(); // oQC_PatrolProcCheckBillList.MdiParent = oMain; // oQC_PatrolProcCheckBillList.Show(); // oMainForm.AddTabPage(oQC_PatrolProcCheckBillList); // break; //case "qc_patrolproccheckbillquery": // QC_PatrolProcCheckBillQuery oQC_PatrolProcCheckBillQuery = new QC_PatrolProcCheckBillQuery(); // oQC_PatrolProcCheckBillQuery.MdiParent = oMain; // oQC_PatrolProcCheckBillQuery.Show(); // oMainForm.AddTabPage(oQC_PatrolProcCheckBillQuery); // break; case "sc_checktoolscheckstockbill": Sc_CheckToolsCheckStockBill oSc_CheckToolsCheckStockBill = new Sc_CheckToolsCheckStockBill(); oSc_CheckToolsCheckStockBill.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew; oSc_CheckToolsCheckStockBill.ShowDialog(); break; case "sc_checktoolscheckstockbilllist": Sc_CheckToolsCheckStockBillList oSc_CheckToolsCheckStockBillList = new Sc_CheckToolsCheckStockBillList(); oSc_CheckToolsCheckStockBillList.MdiParent = oMain; oSc_CheckToolsCheckStockBillList.Show(); oMainForm.AddTabPage(oSc_CheckToolsCheckStockBillList); break; case "sc_checktoolscheckstockbillquery": Sc_CheckToolsCheckStockBillQuery oSc_CheckToolsCheckStockBillQuery = new Sc_CheckToolsCheckStockBillQuery(); oSc_CheckToolsCheckStockBillQuery.MdiParent = oMain; oSc_CheckToolsCheckStockBillQuery.Show(); oMainForm.AddTabPage(oSc_CheckToolsCheckStockBillQuery); break; case "sc_checktoolsinbill": Sc_CheckToolsInBill oSc_CheckToolsInBill = new Sc_CheckToolsInBill(); oSc_CheckToolsInBill.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew; oSc_CheckToolsInBill.ShowDialog(); break; case "sc_checktoolsinbilllist": Sc_CheckToolsInBillList oSc_CheckToolsInBillList = new Sc_CheckToolsInBillList(); oSc_CheckToolsInBillList.MdiParent = oMain; oSc_CheckToolsInBillList.Show(); oMainForm.AddTabPage(oSc_CheckToolsInBillList); break; case "sc_checktoolsinbillquery": Sc_CheckToolsInBillQuery oSc_CheckToolsInBillQuery = new Sc_CheckToolsInBillQuery(); oSc_CheckToolsInBillQuery.MdiParent = oMain; oSc_CheckToolsInBillQuery.Show(); oMainForm.AddTabPage(oSc_CheckToolsInBillQuery); break; case "sc_checktoolsmovebill": Sc_CheckToolsMoveBill oSc_CheckToolsMoveBill = new Sc_CheckToolsMoveBill(); oSc_CheckToolsMoveBill.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew; oSc_CheckToolsMoveBill.ShowDialog(); break; case "sc_checktoolsmovebilllist": Sc_CheckToolsMoveBillList oSc_CheckToolsMoveBillList = new Sc_CheckToolsMoveBillList(); oSc_CheckToolsMoveBillList.MdiParent = oMain; oSc_CheckToolsMoveBillList.Show(); oMainForm.AddTabPage(oSc_CheckToolsMoveBillList); break; case "sc_checktoolsmovebillquery": Sc_CheckToolsMoveBillQuery oSc_CheckToolsMoveBillQuery = new Sc_CheckToolsMoveBillQuery(); oSc_CheckToolsMoveBillQuery.MdiParent = oMain; oSc_CheckToolsMoveBillQuery.Show(); oMainForm.AddTabPage(oSc_CheckToolsMoveBillQuery); break; case "gy_checktoolsfilemain": Gy_CheckToolsFileMain oGy_CheckToolsFileMain = new Gy_CheckToolsFileMain(); oGy_CheckToolsFileMain.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew; oGy_CheckToolsFileMain.ShowDialog(); break; case "gy_checktoolsfilemainlist": Gy_CheckToolsFileMainList oGy_CheckToolsFileMainList = new Gy_CheckToolsFileMainList(); oGy_CheckToolsFileMainList.MdiParent = oMain; oGy_CheckToolsFileMainList.Show(); oMainForm.AddTabPage(oGy_CheckToolsFileMainList); break; case "sc_checktoolsmaintainrulebill": Sc_CheckToolsMaintainRuleBill oSc_CheckToolsMaintainRuleBill = new Sc_CheckToolsMaintainRuleBill(); oSc_CheckToolsMaintainRuleBill.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew; oSc_CheckToolsMaintainRuleBill.ShowDialog(); break; case "sc_checktoolsmaintainrulebilllist": Sc_CheckToolsMaintainRuleBillList oSc_CheckToolsMaintainRuleBillList = new Sc_CheckToolsMaintainRuleBillList(); oSc_CheckToolsMaintainRuleBillList.MdiParent = oMain; oSc_CheckToolsMaintainRuleBillList.Show(); oMainForm.AddTabPage(oSc_CheckToolsMaintainRuleBillList); break; case "sc_checktoolsmaintainrulebillquery": Sc_CheckToolsMaintainRuleBillQuery oSc_CheckToolsMaintainRuleBillQuery = new Sc_CheckToolsMaintainRuleBillQuery(); oSc_CheckToolsMaintainRuleBillQuery.MdiParent = oMain; oSc_CheckToolsMaintainRuleBillQuery.Show(); oMainForm.AddTabPage(oSc_CheckToolsMaintainRuleBillQuery); break; case "sc_checktoolsmaintainplanbill": Sc_CheckToolsMaintainPlanBill oSc_CheckToolsMaintainPlanBill = new Sc_CheckToolsMaintainPlanBill(); oSc_CheckToolsMaintainPlanBill.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew; oSc_CheckToolsMaintainPlanBill.ShowDialog(); break; case "sc_checktoolsmaintainplanbilllist": Sc_CheckToolsMaintainPlanBillList oSc_CheckToolsMaintainPlanBillList = new Sc_CheckToolsMaintainPlanBillList(); oSc_CheckToolsMaintainPlanBillList.MdiParent = oMain; oSc_CheckToolsMaintainPlanBillList.Show(); oMainForm.AddTabPage(oSc_CheckToolsMaintainPlanBillList); break; case "sc_checktoolsmaintainplanbillquery": Sc_CheckToolsMaintainPlanBillQuery oSc_CheckToolsMaintainPlanBillQuery = new Sc_CheckToolsMaintainPlanBillQuery(); oSc_CheckToolsMaintainPlanBillQuery.MdiParent = oMain; oSc_CheckToolsMaintainPlanBillQuery.Show(); oMainForm.AddTabPage(oSc_CheckToolsMaintainPlanBillQuery); break; case "sc_checktoolsmaintainbill": Sc_CheckToolsMaintainBill oSc_CheckToolsMaintainBill = new Sc_CheckToolsMaintainBill(); oSc_CheckToolsMaintainBill.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew; oSc_CheckToolsMaintainBill.ShowDialog(); break; case "sc_checktoolsmaintainbilllist": Sc_CheckToolsMaintainBillList oSc_CheckToolsMaintainBillList = new Sc_CheckToolsMaintainBillList(); oSc_CheckToolsMaintainBillList.MdiParent = oMain; oSc_CheckToolsMaintainBillList.Show(); oMainForm.AddTabPage(oSc_CheckToolsMaintainBillList); break; case "sc_checktoolsmaintainbillquery": Sc_CheckToolsMaintainBillQuery oSc_CheckToolsMaintainBillQuery = new Sc_CheckToolsMaintainBillQuery(); oSc_CheckToolsMaintainBillQuery.MdiParent = oMain; oSc_CheckToolsMaintainBillQuery.Show(); oMainForm.AddTabPage(oSc_CheckToolsMaintainBillQuery); break; case "sc_checktoolsdotcheckrulebill": Sc_CheckToolsDotCheckRuleBill oSc_CheckToolsDotCheckRuleBill = new Sc_CheckToolsDotCheckRuleBill(); oSc_CheckToolsDotCheckRuleBill.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew; oSc_CheckToolsDotCheckRuleBill.ShowDialog(); break; case "sc_checktoolsdotcheckrulebilllist": Sc_CheckToolsDotCheckRuleBillList oSc_CheckToolsDotCheckRuleBillList = new Sc_CheckToolsDotCheckRuleBillList(); oSc_CheckToolsDotCheckRuleBillList.MdiParent = oMain; oSc_CheckToolsDotCheckRuleBillList.Show(); oMainForm.AddTabPage(oSc_CheckToolsDotCheckRuleBillList); break; case "sc_checktoolsdotcheckrulebillquery": Sc_CheckToolsDotCheckRuleBillQuery oSc_CheckToolsDotCheckRuleBillQuery = new Sc_CheckToolsDotCheckRuleBillQuery(); oSc_CheckToolsDotCheckRuleBillQuery.MdiParent = oMain; oSc_CheckToolsDotCheckRuleBillQuery.Show(); oMainForm.AddTabPage(oSc_CheckToolsDotCheckRuleBillQuery); break; case "sc_checktoolsdotcheckplanbill": Sc_CheckToolsDotCheckPlanBill oSc_CheckToolsDotCheckPlanBill = new Sc_CheckToolsDotCheckPlanBill(); oSc_CheckToolsDotCheckPlanBill.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew; oSc_CheckToolsDotCheckPlanBill.ShowDialog(); break; case "sc_checktoolsdotcheckplanbilllist": Sc_CheckToolsDotCheckPlanBillList oSc_CheckToolsDotCheckPlanBillList = new Sc_CheckToolsDotCheckPlanBillList(); oSc_CheckToolsDotCheckPlanBillList.MdiParent = oMain; oSc_CheckToolsDotCheckPlanBillList.Show(); oMainForm.AddTabPage(oSc_CheckToolsDotCheckPlanBillList); break; case "sc_checktoolsdotcheckplanbillquery": Sc_CheckToolsDotCheckPlanBillQuery oSc_CheckToolsDotCheckPlanBillQuery = new Sc_CheckToolsDotCheckPlanBillQuery(); oSc_CheckToolsDotCheckPlanBillQuery.MdiParent = oMain; oSc_CheckToolsDotCheckPlanBillQuery.Show(); oMainForm.AddTabPage(oSc_CheckToolsDotCheckPlanBillQuery); break; case "sc_checktoolsdotcheckbill": Sc_CheckToolsDotCheckBill oSc_CheckToolsDotCheckBill = new Sc_CheckToolsDotCheckBill(); oSc_CheckToolsDotCheckBill.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew; oSc_CheckToolsDotCheckBill.ShowDialog(); break; case "sc_checktoolsdotcheckbilllist": Sc_CheckToolsDotCheckBillList oSc_CheckToolsDotCheckBillList = new Sc_CheckToolsDotCheckBillList(); oSc_CheckToolsDotCheckBillList.MdiParent = oMain; oSc_CheckToolsDotCheckBillList.Show(); oMainForm.AddTabPage(oSc_CheckToolsDotCheckBillList); break; case "sc_checktoolsdotcheckbillquery": Sc_CheckToolsDotCheckBillQuery oSc_CheckToolsDotCheckBillQuery = new Sc_CheckToolsDotCheckBillQuery(); oSc_CheckToolsDotCheckBillQuery.MdiParent = oMain; oSc_CheckToolsDotCheckBillQuery.Show(); oMainForm.AddTabPage(oSc_CheckToolsDotCheckBillQuery); break; //case "sc_matertosourcebill": // Sc_MaterToSourceBill oSc_MaterToSourceBill = new Sc_MaterToSourceBill(); // oSc_MaterToSourceBill.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew; // oSc_MaterToSourceBill.ModCaption = gnmc; // oSc_MaterToSourceBill.ShowDialog(); // break; //case "sc_matertosourcebilllist": // Sc_MaterToSourceBillList oSc_MaterToSourceBillList = new Sc_MaterToSourceBillList(); // oSc_MaterToSourceBillList.MdiParent = oMain; // oSc_MaterToSourceBillList.ModCaption = gnmc; // oSc_MaterToSourceBillList.Show(); // oMainForm.AddTabPage(oSc_MaterToSourceBillList); // break; //case "sc_matertosourcebillquery": // //ȨÏÞ // Sc_MaterToSourceBillQuery oSc_MaterToSourceBillQuery = new Sc_MaterToSourceBillQuery(); // oSc_MaterToSourceBillQuery.MdiParent = oMain; // oSc_MaterToSourceBillQuery.Show(); // oMainForm.AddTabPage(oSc_MaterToSourceBillQuery); // break; //case "sc_icmobill_k3_dr": // //ȨÏÞ // Sc_ICMOBill_K3_DR oSc_ICMOBill_K3_DR = new Sc_ICMOBill_K3_DR(); // oSc_ICMOBill_K3_DR.MdiParent = oMain; // oSc_ICMOBill_K3_DR.Show(); // oMainForm.AddTabPage(oSc_ICMOBill_K3_DR); // break; case "ic_mateoutbilllist_k3": //IC_MateOutBillList_K3 oIC_MateOutBillList_K3 = new IC_MateOutBillList_K3(); //oIC_MateOutBillList_K3.MdiParent = oMain; //oIC_MateOutBillList_K3.ModCaption = gnmc; //oIC_MateOutBillList_K3.Show(); //oMainForm.AddTabPage(oIC_MateOutBillList_K3); break; //case "sc_repairicmobill_k3": // Sc_RepairICMOBill_K3 oSc_RepairICMOBill_K3 = new Sc_RepairICMOBill_K3(); // oSc_RepairICMOBill_K3.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew; // oSc_RepairICMOBill_K3.ModCaption = gnmc; // oSc_RepairICMOBill_K3.ShowDialog(); // break; //case "sc_repairicmobilllist_k3": // Sc_RepairICMOBillList_K3 oSc_RepairICMOBillList_K3 = new Sc_RepairICMOBillList_K3(); // oSc_RepairICMOBillList_K3.MdiParent = oMain; // oSc_RepairICMOBillList_K3.ModCaption = gnmc; // oSc_RepairICMOBillList_K3.Show(); // oMainForm.AddTabPage(oSc_RepairICMOBillList_K3); // break; //case "sc_icmobill_k3": // Sc_ICMOBill_K3 oSc_ICMOBill_K3 = new Sc_ICMOBill_K3(); // oSc_ICMOBill_K3.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew; // oSc_ICMOBill_K3.ModCaption = gnmc; // oSc_ICMOBill_K3.ShowDialog(); // break; //case "sc_icmobilllist_k3": // Sc_ICMOBillList_K3 oSc_ICMOBillList_K3 = new Sc_ICMOBillList_K3(); // oSc_ICMOBillList_K3.MdiParent = oMain; // oSc_ICMOBillList_K3.ModCaption = gnmc; // oSc_ICMOBillList_K3.Show(); // oMainForm.AddTabPage(oSc_ICMOBillList_K3); // break; //case "sc_ppbom_k3": // Sc_PPBom_K3 oSc_PPBom_K3 = new Sc_PPBom_K3(); // oSc_PPBom_K3.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew; // oSc_PPBom_K3.ModCaption = gnmc; // oSc_PPBom_K3.ShowDialog(); // break; //case "sc_ppbomlist_k3": // Sc_PPBomList_K3 oSc_PPBomList_K3 = new Sc_PPBomList_K3(); // oSc_PPBomList_K3.MdiParent = oMain; // oSc_PPBomList_K3.ModCaption = gnmc; // oSc_PPBomList_K3.Show(); // oMainForm.AddTabPage(oSc_PPBomList_K3); // break; //case "sc_ppbomquery_k3": // Sc_PPBomQuery_K3 oSc_PPBomQuery_K3 = new Sc_PPBomQuery_K3(); // oSc_PPBomQuery_K3.MdiParent = oMain; // oSc_PPBomQuery_K3.ModCaption = gnmc; // oSc_PPBomQuery_K3.Show(); // oMainForm.AddTabPage(oSc_PPBomQuery_K3); // break; //case "sc_icmobillquery": // //ȨÏÞ // Sc_ICMOBillQuery oSc_ICMOBillQuery = new Sc_ICMOBillQuery(); // oSc_ICMOBillQuery.MdiParent = oMain; // oSc_ICMOBillQuery.Show(); // oMainForm.AddTabPage(oSc_ICMOBillQuery); // break; //case "sc_icmoreportbillquery": // //ȨÏÞ // Sc_ICMOReportBillQuery oSc_ICMOReportBillQuery = new Sc_ICMOReportBillQuery(); // oSc_ICMOReportBillQuery.MdiParent = oMain; // oSc_ICMOReportBillQuery.Show(); // oMainForm.AddTabPage(oSc_ICMOReportBillQuery); // break; //case "sc_icmobillquery_k3": // //ȨÏÞ // Sc_ICMOBillQuery_K3 oSc_ICMOBillQuery_K3 = new Sc_ICMOBillQuery_K3(); // oSc_ICMOBillQuery_K3.MdiParent = oMain; // oSc_ICMOBillQuery_K3.Show(); // oMainForm.AddTabPage(oSc_ICMOBillQuery_K3); // break; //case "k3_icmosetworkcenterlist": // K3_ICMOSetWorkCenterList oK3_ICMOSetWorkCenterList = new K3_ICMOSetWorkCenterList(); // oK3_ICMOSetWorkCenterList.MdiParent = oMain; // oK3_ICMOSetWorkCenterList.ModCaption = gnmc; // oK3_ICMOSetWorkCenterList.Show(); // break; //case "sc_icmosortbill": // Sc_ICMOSortBill oSc_ICMOSortBill = new Sc_ICMOSortBill(); // oSc_ICMOSortBill.MdiParent = oMain; // oSc_ICMOSortBill.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew; // oSc_ICMOSortBill.ModCaption = gnmc; // oSc_ICMOSortBill.Show(); // break; //case "sc_icmosortbilllist": // Sc_ICMOSortBillList oSc_ICMOSortBillList = new Sc_ICMOSortBillList(); // oSc_ICMOSortBillList.MdiParent = oMain; // oSc_ICMOSortBillList.ModCaption = gnmc; // oSc_ICMOSortBillList.Show(); // break; case "sc_icmobill": Sc_ICMOBill oSc_ICMOBill = new Sc_ICMOBill(); oSc_ICMOBill.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew; oSc_ICMOBill.ModCaption = gnmc; oSc_ICMOBill.ShowDialog(); break; case "sc_icmobilllist": Sc_ICMOBillList oSc_ICMOBillList = new Sc_ICMOBillList(); oSc_ICMOBillList.MdiParent = oMain; oSc_ICMOBillList.ModCaption = gnmc; oSc_ICMOBillList.Show(); oMainForm.AddTabPage(oSc_ICMOBillList); break; case "sc_icmoreportbill": Sc_ICMOReportBill oSc_ICMOReportBill = new Sc_ICMOReportBill(); oSc_ICMOReportBill.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew; oSc_ICMOReportBill.ModCaption = gnmc; oSc_ICMOReportBill.ShowDialog(); break; case "sc_icmoreportbilllist": Sc_ICMOReportBillList oSc_ICMOReportBillList = new Sc_ICMOReportBillList(); oSc_ICMOReportBillList.MdiParent = oMain; oSc_ICMOReportBillList.ModCaption = gnmc; oSc_ICMOReportBillList.Show(); oMainForm.AddTabPage(oSc_ICMOReportBillList); break; case "sc_ppbombilllist": Sc_PPBomBillList oSc_PPBomBillList = new Sc_PPBomBillList(); oSc_PPBomBillList.MdiParent = oMain; oSc_PPBomBillList.ModCaption = gnmc; oSc_PPBomBillList.Show(); oMainForm.AddTabPage(oSc_PPBomBillList); break; case "sc_mouldprodoutbill": // Sc_MouldProdOutBill oSc_MouldProdOutBill = new Sc_MouldProdOutBill(); oSc_MouldProdOutBill.ShowDialog(); break; case "sc_mouldprodoutbilllist": //ȨÏÞ Sc_MouldProdOutBillList oSc_MouldProdOutBillList = new Sc_MouldProdOutBillList(); oSc_MouldProdOutBillList.MdiParent = oMain; oSc_MouldProdOutBillList.Show(); oMainForm.AddTabPage(oSc_MouldProdOutBillList); break; case "sc_mouldprodbackbill": // Sc_MouldProdBackBill oSc_MouldProdBackBill = new Sc_MouldProdBackBill(); oSc_MouldProdBackBill.ShowDialog(); break; case "sc_mouldprodbackbilllist": //ȨÏÞ Sc_MouldProdBackBillList oSc_MouldProdBackBillList = new Sc_MouldProdBackBillList(); oSc_MouldProdBackBillList.MdiParent = oMain; oSc_MouldProdBackBillList.Show(); oMainForm.AddTabPage(oSc_MouldProdBackBillList); break; case "sc_mouldprodinbill": // Sc_MouldProdInBill oSc_MouldProdInBill = new Sc_MouldProdInBill(); oSc_MouldProdInBill.ShowDialog(); break; case "sc_mouldprodinbilllist": //ȨÏÞ Sc_MouldProdInBillList oSc_MouldProdInBillList = new Sc_MouldProdInBillList(); oSc_MouldProdInBillList.MdiParent = oMain; oSc_MouldProdInBillList.Show(); oMainForm.AddTabPage(oSc_MouldProdInBillList); break; case "sc_mouldentrustoutplanbill": // Sc_MouldEntrustOutPlanBill oSc_MouldEntrustOutPlanBill = new Sc_MouldEntrustOutPlanBill(); oSc_MouldEntrustOutPlanBill.ShowDialog(); break; case "sc_mouldentrustoutplanbilllist": //ȨÏÞ Sc_MouldEntrustOutPlanBillList oSc_MouldEntrustOutPlanBillList = new Sc_MouldEntrustOutPlanBillList(); oSc_MouldEntrustOutPlanBillList.MdiParent = oMain; oSc_MouldEntrustOutPlanBillList.Show(); oMainForm.AddTabPage(oSc_MouldEntrustOutPlanBillList); break; case "sc_mouldplanbill": // Sc_MouldPlanBill oSc_MouldPlanBill = new Sc_MouldPlanBill(); oSc_MouldPlanBill.ShowDialog(); break; case "sc_mouldplanbilllist": //ȨÏÞ Sc_MouldPlanBillList oSc_MouldPlanBillList = new Sc_MouldPlanBillList(); oSc_MouldPlanBillList.MdiParent = oMain; oSc_MouldPlanBillList.Show(); oMainForm.AddTabPage(oSc_MouldPlanBillList); break; case "sc_moulddesignplanbill": // Sc_MouldDesignPlanBill oSc_MouldDesignPlanBill = new Sc_MouldDesignPlanBill(); oSc_MouldDesignPlanBill.ShowDialog(); break; case "sc_moulddesignplanbilllist": //ȨÏÞ Sc_MouldDesignPlanBillList oSc_MouldDesignPlanBillList = new Sc_MouldDesignPlanBillList(); oSc_MouldDesignPlanBillList.MdiParent = oMain; oSc_MouldDesignPlanBillList.Show(); oMainForm.AddTabPage(oSc_MouldDesignPlanBillList); break; case "sc_moulddesignrequestbill": // Sc_MouldDesignRequestBill oSc_MouldDesignRequestBill = new Sc_MouldDesignRequestBill(); oSc_MouldDesignRequestBill.ShowDialog(); break; case "sc_moulddesignrequestbilllist": //ȨÏÞ Sc_MouldDesignRequestBillList oSc_MouldDesignRequestBillList = new Sc_MouldDesignRequestBillList(); oSc_MouldDesignRequestBillList.MdiParent = oMain; oSc_MouldDesignRequestBillList.Show(); oMainForm.AddTabPage(oSc_MouldDesignRequestBillList); break; case "sc_mouldcostmoneybill": // Sc_MouldCostMoneyBill oSc_MouldCostMoneyBill = new Sc_MouldCostMoneyBill(); oSc_MouldCostMoneyBill.ShowDialog(); break; case "sc_mouldcostmoneybilllist": //ȨÏÞ Sc_MouldCostMoneyBillList oSc_MouldCostMoneyBillList = new Sc_MouldCostMoneyBillList(); oSc_MouldCostMoneyBillList.MdiParent = oMain; oSc_MouldCostMoneyBillList.Show(); oMainForm.AddTabPage(oSc_MouldCostMoneyBillList); break; case "sc_mouldreportbill": // Sc_MouldReportBill oSc_MouldReportBill = new Sc_MouldReportBill(); oSc_MouldReportBill.ShowDialog(); break; case "sc_mouldreportbilllist": //ȨÏÞ Sc_MouldReportBillList oSc_MouldReportBillList = new Sc_MouldReportBillList(); oSc_MouldReportBillList.MdiParent = oMain; oSc_MouldReportBillList.Show(); oMainForm.AddTabPage(oSc_MouldReportBillList); break; case "sc_mouldentrustoutbill": // Sc_MouldEntrustOutBill oSc_MouldEntrustOutBill = new Sc_MouldEntrustOutBill(); oSc_MouldEntrustOutBill.ShowDialog(); break; case "sc_mouldentrustoutbilllist": //ȨÏÞ Sc_MouldEntrustOutBillList oSc_MouldEntrustOutBillList = new Sc_MouldEntrustOutBillList(); oSc_MouldEntrustOutBillList.MdiParent = oMain; oSc_MouldEntrustOutBillList.Show(); oMainForm.AddTabPage(oSc_MouldEntrustOutBillList); break; case "sb_mouldrepairworkbill": // Sb_MouldRepairWorkBill oSb_MouldRepairWorkBill = new Sb_MouldRepairWorkBill(); oSb_MouldRepairWorkBill.ShowDialog(); break; case "sb_mouldrepairworkbilllist": //ȨÏÞ Sb_MouldRepairWorkBillList oSb_MouldRepairWorkBillList = new Sb_MouldRepairWorkBillList(); oSb_MouldRepairWorkBillList.MdiParent = oMain; oSb_MouldRepairWorkBillList.Show(); oMainForm.AddTabPage(oSb_MouldRepairWorkBillList); break; case "sc_brfhkb": Sc_BRFHKB oSc_BRFHKB = new Sc_BRFHKB(); oSc_BRFHKB.ShowDialog(); break; case "sc_brslkb": Sc_BRSLKB oSc_BRSLKB = new Sc_BRSLKB(); oSc_BRSLKB.ShowDialog(); break; case "sc_bjqlfxb": Sc_BJQLFXB oSc_BJQLFXB = new Sc_BJQLFXB(); oSc_BJQLFXB.ShowDialog(); break; case "sc_hzqlcgkb": Sc_HZQLCGKB oSc_HZQLCGKB = new Sc_HZQLCGKB(); oSc_HZQLCGKB.ShowDialog(); break; case "sc_processplanchangelist": //ȨÏÞ Sc_ProcessPlanChangeList oSc_ProcessPlanChangeList = new Sc_ProcessPlanChangeList(); oSc_ProcessPlanChangeList.MdiParent = oMain; oSc_ProcessPlanChangeList.Show(); oMainForm.AddTabPage(oSc_ProcessPlanChangeList); break; case "sc_processplanchangesec": // Sc_ProcessPlanChangeSec oSc_ProcessPlanChangeSec = new Sc_ProcessPlanChangeSec(); oSc_ProcessPlanChangeSec.ShowDialog(); break; case "sc_processplan": Sc_ProcessPlan oSc_ProcessPlan = new Sc_ProcessPlan(); oSc_ProcessPlan.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew; oSc_ProcessPlan.ModCaption = gnmc; oSc_ProcessPlan.ShowDialog(); break; case "sc_processplanlist": Sc_ProcessPlanList oSc_ProcessPlanList = new Sc_ProcessPlanList(); oSc_ProcessPlanList.MdiParent = oMain; oSc_ProcessPlanList.ModCaption = gnmc; oSc_ProcessPlanList.Show(); oMainForm.AddTabPage(oSc_ProcessPlanList); break; case "sc_processreport": Sc_ProcessReport oSc_ProcessReport = new Sc_ProcessReport(); oSc_ProcessReport.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew; oSc_ProcessReport.ModCaption = gnmc; oSc_ProcessReport.ShowDialog(); break; case "sc_processreportlist": Sc_ProcessReportList oSc_ProcessReportList = new Sc_ProcessReportList(); oSc_ProcessReportList.MdiParent = oMain; oSc_ProcessReportList.ModCaption = gnmc; oSc_ProcessReportList.Show(); oMainForm.AddTabPage(oSc_ProcessReportList); break; case "sc_assemblybilllist": //ȨÏÞ Sc_AssemblyBillList oSc_AssemblyBillList = new Sc_AssemblyBillList(); oSc_AssemblyBillList.MdiParent = oMain; oSc_AssemblyBillList.Show(); oMainForm.AddTabPage(oSc_AssemblyBillList); break; case "sc_assemblybill": // Sc_AssemblyBill oSc_AssemblyBill = new Sc_AssemblyBill(); oSc_AssemblyBill.BillStatus = Pub_Class.ClsPub.Enum_BillStatus.BillStatus_AddNew; oSc_AssemblyBill.ShowDialog(); break; case "sc_processbackplan": Sc_ProcessBackPlan oSc_ProcessBackPlan = new Sc_ProcessBackPlan(); oSc_ProcessBackPlan.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew; oSc_ProcessBackPlan.ShowDialog(); break; case "sc_processbackplanlist": Sc_ProcessBackPlanList oSc_ProcessBackPlanList = new Sc_ProcessBackPlanList(); oSc_ProcessBackPlanList.MdiParent = oMain; oSc_ProcessBackPlanList.Show(); oMainForm.AddTabPage(oSc_ProcessBackPlanList); break; //======================±¨±í //case "sc_monthsource": // //ȨÏÞ // Sc_MonthSource oSc_MonthSource = new Sc_MonthSource(); // oSc_MonthSource.MdiParent = oMain; // oSc_MonthSource.Show(); // oMainForm.AddTabPage(oSc_MonthSource); // break; case "sc_workprocreport": //Sc_WorkProcReport oSc_WorkProcReport = new Sc_WorkProcReport(); //oSc_WorkProcReport.MdiParent = oMain; //oSc_WorkProcReport.ModCaption = gnmc; //oSc_WorkProcReport.Show(); break; case "sc_workbillreport": //Sc_WorkBillReport oSc_WorkBillReport = new Sc_WorkBillReport(); //oSc_WorkBillReport.MdiParent = oMain; //oSc_WorkBillReport.ModCaption = gnmc; //oSc_WorkBillReport.Show(); break; //case "sc_procprogressreport": // Sc_ProcProgressReport oSc_ProcProgressReport = new Sc_ProcProgressReport(); // oSc_ProcProgressReport.MdiParent = oMain; // oSc_ProcProgressReport.ModCaption = gnmc; // oSc_ProcProgressReport.Show(); // oMainForm.AddTabPage(oSc_ProcProgressReport); // break; default: break; } } catch (Exception e) { MessageBox.Show(e.Message); } } #endregion #region ×°Åä³µ¼ä public void Zxxymk_ZPCJ(string gnsy,string gnmc, Form oMain) { //// MDIMain oMainForm; oMainForm = (MDIMain)oMain; //// if (gnsy.Length == 0) return; try { switch (gnsy.ToLower()) { case "gy_worktimes": //ȨÏÞ Gy_WorkTimes oGy_WorkTimes = new Gy_WorkTimes(); oGy_WorkTimes.MdiParent = oMain; oGy_WorkTimes.Show(); oMainForm.AddTabPage(oGy_WorkTimes); break; case "xs_seorderbillmullevbomquery": Xs_SeOrderBillMulLevBOMQuery oXs_SeOrderBillMulLevBOMQuery = new Xs_SeOrderBillMulLevBOMQuery(); oXs_SeOrderBillMulLevBOMQuery.MdiParent = oMain; oXs_SeOrderBillMulLevBOMQuery.ModCaption = gnmc; oXs_SeOrderBillMulLevBOMQuery.Show(); break; case "sc_mpsresultbill": Sc_MpsResultBill oSc_MpsResultBill = new Sc_MpsResultBill(); oSc_MpsResultBill.MdiParent = oMain; oSc_MpsResultBill.ModCaption = gnmc; oSc_MpsResultBill.Show(); break; case "xs_sendgoodsplan": Xs_SendGoodsPlan oXs_SendGoodsPlan = new Xs_SendGoodsPlan(); oXs_SendGoodsPlan.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew; oXs_SendGoodsPlan.ModCaption = gnmc; oXs_SendGoodsPlan.ShowDialog(); break; case "xs_sendgoodsplanlist": Xs_SendGoodsPlanList oXs_SendGoodsPlanList = new Xs_SendGoodsPlanList(); oXs_SendGoodsPlanList.MdiParent = oMain; oXs_SendGoodsPlanList.ModCaption = gnmc; oXs_SendGoodsPlanList.Show(); break; case "sc_processplan": Sc_ProcessPlan oSc_ProcessPlan = new Sc_ProcessPlan(); oSc_ProcessPlan.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew; oSc_ProcessPlan.ModCaption = gnmc; oSc_ProcessPlan.ShowDialog(); break; case "sc_processplanlist": Sc_ProcessPlanList oSc_ProcessPlanList = new Sc_ProcessPlanList(); oSc_ProcessPlanList.MdiParent = oMain; oSc_ProcessPlanList.ModCaption = gnmc; oSc_ProcessPlanList.Show(); oMainForm.AddTabPage(oSc_ProcessPlanList); break; //case "sc_icmobilllist_k3": // //ȨÏÞ // Sc_ICMOBillList_K3 oSc_ICMOBillList_K3 = new Sc_ICMOBillList_K3(); // oSc_ICMOBillList_K3.MdiParent = oMain; // oSc_ICMOBillList_K3.Show(); // oMainForm.AddTabPage(oSc_ICMOBillList_K3); // break; //case "sc_icmobill_k3": // // // Sc_ICMOBill_K3 oSc_ICMOBill_K3 = new Sc_ICMOBill_K3(); // oSc_ICMOBill_K3.ShowDialog(); // break; case "sc_icmosortchangebilllist": Sc_ICMOSortChangeBillList oSc_ICMOSortChangeBillList = new Sc_ICMOSortChangeBillList(); oSc_ICMOSortChangeBillList.MdiParent = oMain; oSc_ICMOSortChangeBillList.ModCaption = gnmc; oSc_ICMOSortChangeBillList.Show(); oMainForm.AddTabPage(oSc_ICMOSortChangeBillList); break; case "sc_icmosortclosebill": Sc_ICMOSortCloseBill oSc_ICMOSortCloseBill = new Sc_ICMOSortCloseBill(); oSc_ICMOSortCloseBill.ModCaption = gnmc; oSc_ICMOSortCloseBill.ShowDialog(); break; case "sc_icmosortbilllist_pay": Sc_ICMOSortBillList_Pay oSc_ICMOSortBillList_Pay = new Sc_ICMOSortBillList_Pay(); oSc_ICMOSortBillList_Pay.MdiParent = oMain; oSc_ICMOSortBillList_Pay.ModCaption = gnmc; oSc_ICMOSortBillList_Pay.Show(); oMainForm.AddTabPage(oSc_ICMOSortBillList_Pay); break; //case "sc_dayreportbydept_bcp": // Sc_DayReportByDept_BCP oSc_DayReportByDept_BCP = new Sc_DayReportByDept_BCP(); // oSc_DayReportByDept_BCP.MdiParent = oMain; // oSc_DayReportByDept_BCP.ModCaption = gnmc; // oSc_DayReportByDept_BCP.Show(); // break; //case "sc_dayreportbydept": // Sc_DayReportByDept oSc_DayReportByDept = new Sc_DayReportByDept(); // oSc_DayReportByDept.MdiParent = oMain; // oSc_DayReportByDept.ModCaption = gnmc; // oSc_DayReportByDept.Show(); // break; case "gy_routingbilllist": Gy_RoutingBillList oGy_RoutingBillList = new Gy_RoutingBillList(); oGy_RoutingBillList.MdiParent = oMain; oGy_RoutingBillList.ModCaption = gnmc; oGy_RoutingBillList.Show(); oMainForm.AddTabPage(oGy_RoutingBillList); break; case "gy_routingbill": Gy_RoutingBill oGy_RoutingBill = new Gy_RoutingBill(); oGy_RoutingBill.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew; oGy_RoutingBill.ModCaption = gnmc; oGy_RoutingBill.ShowDialog(); break; //case "sc_icmosortbill": // Sc_ICMOSortBill oSc_ICMOSortBill = new Sc_ICMOSortBill(); // oSc_ICMOSortBill.MdiParent = oMain; // oSc_ICMOSortBill.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew; // oSc_ICMOSortBill.ModCaption = gnmc; // oSc_ICMOSortBill.Show(); // break; case "sc_icmoautosortbill": Sc_ICMOAutoSortBill oSc_ICMOAutoSortBill = new Sc_ICMOAutoSortBill(); oSc_ICMOAutoSortBill.MdiParent = oMain; oSc_ICMOAutoSortBill.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew; oSc_ICMOAutoSortBill.ModCaption = gnmc; oSc_ICMOAutoSortBill.Show(); oMainForm.AddTabPage(oSc_ICMOAutoSortBill); break; case "sc_icmomonthautosortbill": Sc_ICMOMonthAutoSortBill oSc_ICMOMonthAutoSortBill = new Sc_ICMOMonthAutoSortBill(); oSc_ICMOMonthAutoSortBill.MdiParent = oMain; oSc_ICMOMonthAutoSortBill.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew; oSc_ICMOMonthAutoSortBill.ModCaption = gnmc; oSc_ICMOMonthAutoSortBill.Show(); oMainForm.AddTabPage(oSc_ICMOMonthAutoSortBill); break; //case "sc_procautosortbill": // Sc_ProcAutoSortBill oSc_ProcAutoSortBill = new Sc_ProcAutoSortBill(); // oSc_ProcAutoSortBill.MdiParent = oMain; // oSc_ProcAutoSortBill.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew; // oSc_ProcAutoSortBill.ModCaption = gnmc; // oSc_ProcAutoSortBill.Show(); // oMainForm.AddTabPage(oSc_ProcAutoSortBill); // break; //case "sc_procplanautosortbill": // Sc_ProcPlanAutoSortBill oSc_ProcPlanAutoSortBill = new Sc_ProcPlanAutoSortBill(); // oSc_ProcPlanAutoSortBill.MdiParent = oMain; // oSc_ProcPlanAutoSortBill.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew; // oSc_ProcPlanAutoSortBill.ModCaption = gnmc; // oSc_ProcPlanAutoSortBill.Show(); // oMainForm.AddTabPage(oSc_ProcPlanAutoSortBill); // break; //case "sc_procplanmultilevelsortbill": // Sc_ProcPlanMultilevelSortBill oSc_ProcPlanMultilevelSortBill = new Sc_ProcPlanMultilevelSortBill(); // oSc_ProcPlanMultilevelSortBill.MdiParent = oMain; // oSc_ProcPlanMultilevelSortBill.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew; // oSc_ProcPlanMultilevelSortBill.ModCaption = gnmc; // oSc_ProcPlanMultilevelSortBill.Show(); // oMainForm.AddTabPage(oSc_ProcPlanMultilevelSortBill); // break; //case "sc_icmoautosortbill": // Sc_ICMOAutoSortBill oSc_ICMOAutoSortBill = new Sc_ICMOAutoSortBill(); // oSc_ICMOAutoSortBill.MdiParent = oMain; // oSc_ICMOAutoSortBill.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew; // oSc_ICMOAutoSortBill.ModCaption = gnmc; // oSc_ICMOAutoSortBill.Show(); // break; case "sc_icmosortbilllist": Sc_ICMOSortBillList oSc_ICMOSortBillList = new Sc_ICMOSortBillList(); oSc_ICMOSortBillList.MdiParent = oMain; oSc_ICMOSortBillList.ModCaption = gnmc; oSc_ICMOSortBillList.Show(); oMainForm.AddTabPage(oSc_ICMOSortBillList); break; case "sc_icmoautosortbilllist2": Sc_ICMOAutoSortBillList oSc_ICMOAutoSortBillList = new Sc_ICMOAutoSortBillList(); oSc_ICMOAutoSortBillList.MdiParent = oMain; oSc_ICMOAutoSortBillList.ModCaption = gnmc; oSc_ICMOAutoSortBillList.Show(); oMainForm.AddTabPage(oSc_ICMOAutoSortBillList); break; case "sc_icmosortbillhistorylist": Sc_ICMOSortBillHistoryList oSc_ICMOSortBillHistoryList = new Sc_ICMOSortBillHistoryList(); oSc_ICMOSortBillHistoryList.MdiParent = oMain; oSc_ICMOSortBillHistoryList.ModCaption = gnmc; oSc_ICMOSortBillHistoryList.Show(); oMainForm.AddTabPage(oSc_ICMOSortBillHistoryList); break; case "sc_icmosortbillhislist": Sc_ICMOSortBillHisList oSc_ICMOSortBillHisList = new Sc_ICMOSortBillHisList(); oSc_ICMOSortBillHisList.MdiParent = oMain; oSc_ICMOSortBillHisList.ModCaption = gnmc; oSc_ICMOSortBillHisList.Show(); oMainForm.AddTabPage(oSc_ICMOSortBillHisList); break; //case "gy_worktimes": // Gy_WorkTimes oGy_WorkTimes = new Gy_WorkTimes(); // oGy_WorkTimes.MdiParent = oMain; // oGy_WorkTimes.Show(); // break; //case "kf_lackmaterialanalyse": // KF_LackMaterialAnalyse oKF_LackMaterialAnalyse = new KF_LackMaterialAnalyse(); // oKF_LackMaterialAnalyse.MdiParent = oMain; // oKF_LackMaterialAnalyse.ModCaption = gnmc; // oKF_LackMaterialAnalyse.Show(); // break; case "sc_planmaterreadyanalyse": Sc_PlanMaterReadyAnalyse oSc_PlanMaterReadyAnalyse = new Sc_PlanMaterReadyAnalyse(); oSc_PlanMaterReadyAnalyse.MdiParent = oMain; oSc_PlanMaterReadyAnalyse.ModCaption = gnmc; oSc_PlanMaterReadyAnalyse.Show(); oMainForm.AddTabPage(oSc_PlanMaterReadyAnalyse); break; case "k3_icmosetworkcenterlist": K3_ICMOSetWorkCenterList oK3_ICMOSetWorkCenterList = new K3_ICMOSetWorkCenterList(); oK3_ICMOSetWorkCenterList.MdiParent = oMain; oK3_ICMOSetWorkCenterList.ModCaption = gnmc; oK3_ICMOSetWorkCenterList.Show(); oMainForm.AddTabPage(oK3_ICMOSetWorkCenterList); break; case "sc_icmoreportbill": Sc_ICMOReportBill oSc_ICMOReportBill = new Sc_ICMOReportBill(); oSc_ICMOReportBill.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew; oSc_ICMOReportBill.ModCaption = gnmc; oSc_ICMOReportBill.ShowDialog(); break; case "sc_icmoreportbilllist": Sc_ICMOReportBillList oSc_ICMOReportBillList = new Sc_ICMOReportBillList(); oSc_ICMOReportBillList.MdiParent = oMain; oSc_ICMOReportBillList.ModCaption = gnmc; oSc_ICMOReportBillList.Show(); oMainForm.AddTabPage(oSc_ICMOReportBillList); break; case "sc_icmopausebill": Sc_ICMOPauseBill oSc_ICMOPauseBill = new Sc_ICMOPauseBill(); oSc_ICMOPauseBill.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew; oSc_ICMOPauseBill.ModCaption = gnmc; oSc_ICMOPauseBill.ShowDialog(); break; case "sc_icmopausebilllist": Sc_ICMOPauseBillList oSc_ICMOPauseBillList = new Sc_ICMOPauseBillList(); oSc_ICMOPauseBillList.MdiParent = oMain; oSc_ICMOPauseBillList.ModCaption = gnmc; oSc_ICMOPauseBillList.Show(); oMainForm.AddTabPage(oSc_ICMOPauseBillList); break; case "sc_icmoautosortbilllist": Sc_ICMOSortBillList oSc_ICMOSortBillList2 = new Sc_ICMOSortBillList(); oSc_ICMOSortBillList2.MdiParent = oMain; oSc_ICMOSortBillList2.ModCaption = gnmc; oSc_ICMOSortBillList2.Show(); oMainForm.AddTabPage(oSc_ICMOSortBillList2); break; //case "sc_seorderautosortbill_rg": // Sc_SeOrderAutoSortBill_RG oSc_SeOrderAutoSortBill_RG = new Sc_SeOrderAutoSortBill_RG(); // oSc_SeOrderAutoSortBill_RG.MdiParent = oMain; // oSc_SeOrderAutoSortBill_RG.ModCaption = gnmc; // oSc_SeOrderAutoSortBill_RG.Show(); // oMainForm.AddTabPage(oSc_SeOrderAutoSortBill_RG); // break; //case "sc_dayreport": // Sc_DayReport oSc_DayReport = new Sc_DayReport(); // oSc_DayReport.MdiParent = oMain; // oSc_DayReport.ModCaption = gnmc; // oSc_DayReport.Show(); // break; //case "sc_monthreport": // Sc_MonthReport oSc_MonthReport = new Sc_MonthReport(); // oSc_MonthReport.MdiParent = oMain; // oSc_MonthReport.ModCaption = gnmc; // oSc_MonthReport.Show(); // break; case "sc_workbillsortsumbymaterial": Sc_WorkBillSortSumByMaterial oSc_WorkBillSortSumByMaterial = new Sc_WorkBillSortSumByMaterial(); oSc_WorkBillSortSumByMaterial.MdiParent = oMain; oSc_WorkBillSortSumByMaterial.ModCaption = gnmc; oSc_WorkBillSortSumByMaterial.Show(); oMainForm.AddTabPage(oSc_WorkBillSortSumByMaterial); break; case "sc_workbillsortsumbysource": Sc_WorkBillSortSumBySource oSc_WorkBillSortSumBySource = new Sc_WorkBillSortSumBySource(); oSc_WorkBillSortSumBySource.MdiParent = oMain; oSc_WorkBillSortSumBySource.ModCaption = gnmc; oSc_WorkBillSortSumBySource.Show(); oMainForm.AddTabPage(oSc_WorkBillSortSumBySource); break; case "sc_workstopbill": Sc_WorkStopBill oSc_WorkStopBill = new Sc_WorkStopBill(); oSc_WorkStopBill.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew; oSc_WorkStopBill.ModCaption = gnmc; oSc_WorkStopBill.ShowDialog(); break; case "sc_workstopbilllist": Sc_WorkStopBillList oSc_WorkStopBillList = new Sc_WorkStopBillList(); oSc_WorkStopBillList.MdiParent = oMain; oSc_WorkStopBillList.ModCaption = gnmc; oSc_WorkStopBillList.Show(); oMainForm.AddTabPage(oSc_WorkStopBillList); break; //case "sc_producemonthevaluate": // Sc_ProduceMonthEvaluate oSc_ProduceMonthEvaluate = new Sc_ProduceMonthEvaluate(); // oSc_ProduceMonthEvaluate.MdiParent = oMain; // oSc_ProduceMonthEvaluate.ModCaption = gnmc; // oSc_ProduceMonthEvaluate.Show(); // break; //case "sc_producemultilevelquery": // Sc_ProduceMultilevelQuery oSc_ProduceMultilevelQuery = new Sc_ProduceMultilevelQuery(); // oSc_ProduceMultilevelQuery.MdiParent = oMain; // oSc_ProduceMultilevelQuery.ModCaption = gnmc; // oSc_ProduceMultilevelQuery.Show(); // break; default: break; } } catch (Exception e) { MessageBox.Show(e.Message); } } #endregion #region É豸¹ÜÀí public void Zxxymk_SBGL(string gnsy, string gnmc, Form oMain) { //// MDIMain oMainForm; oMainForm = (MDIMain)oMain; //// if (gnsy.Length == 0) return; try { switch (gnsy.ToLower()) { case "sb_equipconkbookbill": // Sb_EquipConkBookBill oSb_EquipConkBookBill = new Sb_EquipConkBookBill(); oSb_EquipConkBookBill.ShowDialog(); break; case "sb_equipconkbookbilllist": //ȨÏÞ Sb_EquipConkBookBillList oSb_EquipConkBookBillList = new Sb_EquipConkBookBillList(); oSb_EquipConkBookBillList.MdiParent = oMain; oSb_EquipConkBookBillList.Show(); oMainForm.AddTabPage(oSb_EquipConkBookBillList); break; case "sb_equiprepairworkbill": // Sb_EquipRepairWorkBill oSb_EquipRepairWorkBill = new Sb_EquipRepairWorkBill(); oSb_EquipRepairWorkBill.ShowDialog(); break; case "sb_equiprepairworkbilllist": //ȨÏÞ Sb_EquipRepairWorkBillList oSb_EquipRepairWorkBillList = new Sb_EquipRepairWorkBillList(); oSb_EquipRepairWorkBillList.MdiParent = oMain; oSb_EquipRepairWorkBillList.Show(); oMainForm.AddTabPage(oSb_EquipRepairWorkBillList); break; case "sb_equiprepairrequestbill": // Sb_EquipRepairRequestBill oSb_EquipRepairRequestBill = new Sb_EquipRepairRequestBill(); oSb_EquipRepairRequestBill.ShowDialog(); break; case "sb_equiprepairrequestbilllist": //ȨÏÞ Sb_EquipRepairRequestBillList oSb_EquipRepairRequestBillList = new Sb_EquipRepairRequestBillList(); oSb_EquipRepairRequestBillList.MdiParent = oMain; oSb_EquipRepairRequestBillList.Show(); oMainForm.AddTabPage(oSb_EquipRepairRequestBillList); break; case "sb_equipdotcheckbill": // Sb_EquipDotCheckBill oSb_EquipDotCheckBill = new Sb_EquipDotCheckBill(); oSb_EquipDotCheckBill.ShowDialog(); break; case "sb_equipdotcheckbilllist": //ȨÏÞ Sb_EquipDotCheckBillList oSb_EquipDotCheckBillList = new Sb_EquipDotCheckBillList(); oSb_EquipDotCheckBillList.MdiParent = oMain; oSb_EquipDotCheckBillList.Show(); oMainForm.AddTabPage(oSb_EquipDotCheckBillList); break; case "sb_equipdotcheckplanbill": // Sb_EquipDotCheckPlanBill oSb_EquipDotCheckPlanBill = new Sb_EquipDotCheckPlanBill(); oSb_EquipDotCheckPlanBill.ShowDialog(); break; case "sb_equipdotcheckplanbilllist": //ȨÏÞ Sb_EquipDotCheckPlanBillList oSb_EquipDotCheckPlanBillList = new Sb_EquipDotCheckPlanBillList(); oSb_EquipDotCheckPlanBillList.MdiParent = oMain; oSb_EquipDotCheckPlanBillList.Show(); oMainForm.AddTabPage(oSb_EquipDotCheckPlanBillList); break; case "sb_equiplubricatebill": // Sb_EquipLubricateBill oSb_EquipLubricateBill = new Sb_EquipLubricateBill(); oSb_EquipLubricateBill.ShowDialog(); break; case "sb_equiplubricatebilllist": //ȨÏÞ Sb_EquipLubricateBillList oSb_EquipLubricateBillList = new Sb_EquipLubricateBillList(); oSb_EquipLubricateBillList.MdiParent = oMain; oSb_EquipLubricateBillList.Show(); oMainForm.AddTabPage(oSb_EquipLubricateBillList); break; case "sb_equiplubricateplanbill": // Sb_EquipLubricatePlanBill oSb_EquipLubricatePlanBill = new Sb_EquipLubricatePlanBill(); oSb_EquipLubricatePlanBill.ShowDialog(); break; case "sb_equiplubricateplanbilllist": //ȨÏÞ Sb_EquipLubricatePlanBillList oSb_EquipLubricatePlanBillList = new Sb_EquipLubricatePlanBillList(); oSb_EquipLubricatePlanBillList.MdiParent = oMain; oSb_EquipLubricatePlanBillList.Show(); oMainForm.AddTabPage(oSb_EquipLubricatePlanBillList); break; case "sb_equipmaintainbill": // Sb_EquipMaintainBill oSb_EquipMaintainBill = new Sb_EquipMaintainBill(); oSb_EquipMaintainBill.ShowDialog(); break; case "sb_equipmaintainbilllist": //ȨÏÞ Sb_EquipMaintainBillList oSb_EquipMaintainBillList = new Sb_EquipMaintainBillList(); oSb_EquipMaintainBillList.MdiParent = oMain; oSb_EquipMaintainBillList.Show(); oMainForm.AddTabPage(oSb_EquipMaintainBillList); break; case "sb_equipmaintainplanbill": // Sb_EquipMaintainPlanBill oSb_EquipMaintainPlanBill = new Sb_EquipMaintainPlanBill(); oSb_EquipMaintainPlanBill.ShowDialog(); break; case "sb_equipmaintainplanbilllist": //ȨÏÞ Sb_EquipMaintainPlanBillList oSb_EquipMaintainPlanBillList = new Sb_EquipMaintainPlanBillList(); oSb_EquipMaintainPlanBillList.MdiParent = oMain; oSb_EquipMaintainPlanBillList.Show(); oMainForm.AddTabPage(oSb_EquipMaintainPlanBillList); break; case "sb_equiprepaircheckbill": // Sb_EquipRepairCheckBill oSb_EquipRepairCheckBill = new Sb_EquipRepairCheckBill(); oSb_EquipRepairCheckBill.ShowDialog(); break; case "sb_equiprepaircheckbilllist": //ȨÏÞ Sb_EquipRepairCheckBillList oSb_EquipRepairCheckBillList = new Sb_EquipRepairCheckBillList(); oSb_EquipRepairCheckBillList.MdiParent = oMain; oSb_EquipRepairCheckBillList.Show(); oMainForm.AddTabPage(oSb_EquipRepairCheckBillList); break; case "sb_equiprepairsendworkbill": // Sb_EquipRepairSendWorkBill oSb_EquipRepairSendWorkBill = new Sb_EquipRepairSendWorkBill(); oSb_EquipRepairSendWorkBill.ShowDialog(); break; case "sb_equiprepairsendworkbilllist": //ȨÏÞ Sb_EquipRepairSendWorkBillList oSb_EquipRepairSendWorkBillList = new Sb_EquipRepairSendWorkBillList(); oSb_EquipRepairSendWorkBillList.MdiParent = oMain; oSb_EquipRepairSendWorkBillList.Show(); oMainForm.AddTabPage(oSb_EquipRepairSendWorkBillList); break; default: break; } } catch (Exception e) { MessageBox.Show(e.Message); } } #endregion #region Ó¦ÊÕϵͳ public void Zxxymk_YSGL(string gnsy, string gnmc, Form oMain) { //// MDIMain oMainForm; oMainForm = (MDIMain)oMain; //// if (gnsy.Length == 0) return; try { switch (gnsy.ToLower()) { //case "ys_receivebill_k3": // // // YS_ReceiveBill_K3 oYS_ReceiveBill_K3 = new YS_ReceiveBill_K3(); // oYS_ReceiveBill_K3.BillStatus = Pub_Class.ClsPub.Enum_BillStatus.BillStatus_AddNew; // oYS_ReceiveBill_K3.ShowDialog(); // break; //case "ys_receivebilllist_k3": // //ȨÏÞ // YS_ReceiveBillList_K3 oYS_ReceiveBillList_K3 = new YS_ReceiveBillList_K3(); // oYS_ReceiveBillList_K3.MdiParent = oMain; // oYS_ReceiveBillList_K3.Show(); // oMainForm.AddTabPage(oYS_ReceiveBillList_K3); // break; //case "ys_receivebillquery_k3": // //ȨÏÞ // YS_ReceiveBillQuery_K3 oYS_ReceiveBillQuery_K3 = new YS_ReceiveBillQuery_K3(); // oYS_ReceiveBillQuery_K3.MdiParent = oMain; // oYS_ReceiveBillQuery_K3.Show(); // oMainForm.AddTabPage(oYS_ReceiveBillQuery_K3); // break; //case "ys_receivebeforebill_k3": // // // YS_ReceiveBeforeBill_K3 oYS_ReceiveBeforeBill_K3 = new YS_ReceiveBeforeBill_K3(); // oYS_ReceiveBeforeBill_K3.BillStatus = Pub_Class.ClsPub.Enum_BillStatus.BillStatus_AddNew; // oYS_ReceiveBeforeBill_K3.ShowDialog(); // break; //case "ys_receivebeforebilllist_k3": // //ȨÏÞ // YS_ReceiveBeforeBillList_K3 oYS_ReceiveBeforeBillList_K3 = new YS_ReceiveBeforeBillList_K3(); // oYS_ReceiveBeforeBillList_K3.MdiParent = oMain; // oYS_ReceiveBeforeBillList_K3.Show(); // oMainForm.AddTabPage(oYS_ReceiveBeforeBillList_K3); // break; //case "ys_receivebeforebillquery_k3": // //ȨÏÞ // YS_ReceiveBeforeBillQuery_K3 oYS_ReceiveBeforeBillQuery_K3 = new YS_ReceiveBeforeBillQuery_K3(); // oYS_ReceiveBeforeBillQuery_K3.MdiParent = oMain; // oYS_ReceiveBeforeBillQuery_K3.Show(); // oMainForm.AddTabPage(oYS_ReceiveBeforeBillQuery_K3); // break; //case "ys_receivebackbill_k3": // // // YS_ReceiveBackBill_K3 oYS_ReceiveBackBill_K3 = new YS_ReceiveBackBill_K3(); // oYS_ReceiveBackBill_K3.BillStatus = Pub_Class.ClsPub.Enum_BillStatus.BillStatus_AddNew; // oYS_ReceiveBackBill_K3.ShowDialog(); // break; //case "ys_receivebackbilllist_k3": // //ȨÏÞ // YS_ReceiveBackBillList_K3 oYS_ReceiveBackBillList_K3 = new YS_ReceiveBackBillList_K3(); // oYS_ReceiveBackBillList_K3.MdiParent = oMain; // oYS_ReceiveBackBillList_K3.Show(); // oMainForm.AddTabPage(oYS_ReceiveBackBillList_K3); // break; //case "ys_receivebackbillquery_k3": // //ȨÏÞ // YS_ReceiveBackBillQuery_K3 oYS_ReceiveBackBillQuery_K3 = new YS_ReceiveBackBillQuery_K3(); // oYS_ReceiveBackBillQuery_K3.MdiParent = oMain; // oYS_ReceiveBackBillQuery_K3.Show(); // oMainForm.AddTabPage(oYS_ReceiveBackBillQuery_K3); // break; //case "ys_receivebill": // YS_ReceiveBill oYS_ReceiveBill = new YS_ReceiveBill(); // oYS_ReceiveBill.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew; // oYS_ReceiveBill.ShowDialog(); // break; //case "ys_receivebilllist": // YS_ReceiveBillList oYS_ReceiveBillList = new YS_ReceiveBillList(); // oYS_ReceiveBillList.MdiParent = oMain; // oYS_ReceiveBillList.Show(); // oMainForm.AddTabPage(oYS_ReceiveBillList); // break; //// //case "ys_receivebeforebill": // YS_ReceiveBeforeBill oYS_ReceiveBeforeBill = new YS_ReceiveBeforeBill(); // oYS_ReceiveBeforeBill.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew; // oYS_ReceiveBeforeBill.ShowDialog(); // break; //case "ys_receivebeforebilllist": // YS_ReceiveBeforeBillList oYS_ReceiveBeforeBillList = new YS_ReceiveBeforeBillList(); // oYS_ReceiveBeforeBillList.MdiParent = oMain; // oYS_ReceiveBeforeBillList.Show(); // oMainForm.AddTabPage(oYS_ReceiveBeforeBillList); // break; //// //case "ys_receivebackbill": // YS_ReceiveBackBill oYS_ReceiveBackBill = new YS_ReceiveBackBill(); // oYS_ReceiveBackBill.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew; // oYS_ReceiveBackBill.ShowDialog(); // break; //case "ys_receivebackbilllist": // YS_ReceiveBackBillList oYS_ReceiveBackBillList = new YS_ReceiveBackBillList(); // oYS_ReceiveBackBillList.MdiParent = oMain; // oYS_ReceiveBackBillList.Show(); // oMainForm.AddTabPage(oYS_ReceiveBackBillList); // break; //// //case "ys_receiveotherbill": // YS_ReceiveOtherBill oYS_ReceiveOtherBill = new YS_ReceiveOtherBill(); // oYS_ReceiveOtherBill.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew; // oYS_ReceiveOtherBill.ShowDialog(); // break; //case "ys_receiveotherbilllist": // YS_ReceiveOtherBillList oYS_ReceiveOtherBillList = new YS_ReceiveOtherBillList(); // oYS_ReceiveOtherBillList.MdiParent = oMain; // oYS_ReceiveOtherBillList.Show(); // oMainForm.AddTabPage(oYS_ReceiveOtherBillList); // break; //// //case "ys_receiveshouldbill": // YS_ReceiveShouldBill oYS_ReceiveShouldBill = new YS_ReceiveShouldBill(); // oYS_ReceiveShouldBill.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew; // oYS_ReceiveShouldBill.ShowDialog(); // break; //case "ys_receiveshouldbilllist": // YS_ReceiveShouldBillList oYS_ReceiveShouldBillList = new YS_ReceiveShouldBillList(); // oYS_ReceiveShouldBillList.MdiParent = oMain; // oYS_ReceiveShouldBillList.Show(); // oMainForm.AddTabPage(oYS_ReceiveShouldBillList); // break; //case "a3_receivebilllist": // A3_ReceiveBillList oA3_ReceiveBillList = new A3_ReceiveBillList(); // oA3_ReceiveBillList.MdiParent = oMain; // oA3_ReceiveBillList.Show(); // oMainForm.AddTabPage(oA3_ReceiveBillList); // break; default: break; } } catch (Exception e) { MessageBox.Show(e.Message); } } #endregion #region Ó¦¸¶ÏµÍ³ public void Zxxymk_YFGL(string gnsy, string gnmc, Form oMain) { //// MDIMain oMainForm; oMainForm = (MDIMain)oMain; //// if (gnsy.Length == 0) return; try { switch (gnsy.ToLower()) { //case "yf_paymentbill_k3": // // // YF_PayMentBill_K3 oYF_PayMentBill_K3 = new YF_PayMentBill_K3(); // oYF_PayMentBill_K3.BillStatus = Pub_Class.ClsPub.Enum_BillStatus.BillStatus_AddNew; // oYF_PayMentBill_K3.ShowDialog(); // break; //case "yf_paymentbilllist_k3": // //ȨÏÞ // YF_PayMentBillList_K3 oYF_PayMentBillList_K3 = new YF_PayMentBillList_K3(); // oYF_PayMentBillList_K3.MdiParent = oMain; // oYF_PayMentBillList_K3.Show(); // oMainForm.AddTabPage(oYF_PayMentBillList_K3); // break; //case "yf_paymentbillquery_k3": // //ȨÏÞ // YF_PayMentBillQuery_K3 oYF_PayMentBillQuery_K3 = new YF_PayMentBillQuery_K3(); // oYF_PayMentBillQuery_K3.MdiParent = oMain; // oYF_PayMentBillQuery_K3.Show(); // oMainForm.AddTabPage(oYF_PayMentBillQuery_K3); // break; //case "yf_paymentbeforebill_k3": // // // YF_PayMentBeforeBill_K3 oYF_PayMentBeforeBill_K3 = new YF_PayMentBeforeBill_K3(); // oYF_PayMentBeforeBill_K3.BillStatus = Pub_Class.ClsPub.Enum_BillStatus.BillStatus_AddNew; // oYF_PayMentBeforeBill_K3.ShowDialog(); // break; //case "yf_paymentbeforebilllist_k3": // //ȨÏÞ // YF_PayMentBeforeBillList_K3 oYF_PayMentBeforeBillList_K3 = new YF_PayMentBeforeBillList_K3(); // oYF_PayMentBeforeBillList_K3.MdiParent = oMain; // oYF_PayMentBeforeBillList_K3.Show(); // oMainForm.AddTabPage(oYF_PayMentBeforeBillList_K3); // break; //case "yf_paymentbeforebillquery_k3": // //ȨÏÞ // YF_PayMentBeforeBillQuery_K3 oYF_PayMentBeforeBillQuery_K3 = new YF_PayMentBeforeBillQuery_K3(); // oYF_PayMentBeforeBillQuery_K3.MdiParent = oMain; // oYF_PayMentBeforeBillQuery_K3.Show(); // oMainForm.AddTabPage(oYF_PayMentBeforeBillQuery_K3); // break; //case "yf_paymentbackbill_k3": // // // YF_PayMentBackBill_K3 oYF_PayMentBackBill_K3 = new YF_PayMentBackBill_K3(); // oYF_PayMentBackBill_K3.BillStatus = Pub_Class.ClsPub.Enum_BillStatus.BillStatus_AddNew; // oYF_PayMentBackBill_K3.ShowDialog(); // break; //case "yf_paymentbackbilllist_k3": // //ȨÏÞ // YF_PayMentBackBillList_K3 oYF_PayMentBackBillList_K3 = new YF_PayMentBackBillList_K3(); // oYF_PayMentBackBillList_K3.MdiParent = oMain; // oYF_PayMentBackBillList_K3.Show(); // oMainForm.AddTabPage(oYF_PayMentBackBillList_K3); // break; //case "yf_paymentbackbillquery_k3": // //ȨÏÞ // YF_PayMentBackBillQuery_K3 oYF_PayMentBackBillQuery_K3 = new YF_PayMentBackBillQuery_K3(); // oYF_PayMentBackBillQuery_K3.MdiParent = oMain; // oYF_PayMentBackBillQuery_K3.Show(); // oMainForm.AddTabPage(oYF_PayMentBackBillQuery_K3); // break; //case "yf_paymentotherbill": // YF_PayMentOtherBill oYF_PayMentOtherBill = new YF_PayMentOtherBill(); // oYF_PayMentOtherBill.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew; // oYF_PayMentOtherBill.ShowDialog(); // break; //case "yf_paymentotherbilllist": // YF_PayMentOtherBillList oYF_PayMentOtherBillList = new YF_PayMentOtherBillList(); // oYF_PayMentOtherBillList.MdiParent = oMain; // oYF_PayMentOtherBillList.Show(); // oMainForm.AddTabPage(oYF_PayMentOtherBillList); // break; //// //case "yf_paymentshouldbill": // YF_PayMentShouldBill oYF_PayMentShouldBill = new YF_PayMentShouldBill(); // oYF_PayMentShouldBill.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew; // oYF_PayMentShouldBill.ShowDialog(); // break; //case "yf_paymentshouldbilllist": // YF_PayMentShouldBillList oYF_PayMentShouldBillList = new YF_PayMentShouldBillList(); // oYF_PayMentShouldBillList.MdiParent = oMain; // oYF_PayMentShouldBillList.Show(); // oMainForm.AddTabPage(oYF_PayMentShouldBillList); // break; //case "yf_paymentbill": // YF_PayMentBill oYF_PayMentBill = new YF_PayMentBill(); // oYF_PayMentBill.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew; // oYF_PayMentBill.ShowDialog(); // break; //case "yf_paymentbilllist": // YF_PayMentBillList oYF_PayMentBillList = new YF_PayMentBillList(); // oYF_PayMentBillList.MdiParent = oMain; // oYF_PayMentBillList.Show(); // oMainForm.AddTabPage(oYF_PayMentBillList); // break; //// //case "yf_paymentbeforebill": // YF_PayMentBeforeBill oYF_PayMentBeforeBill = new YF_PayMentBeforeBill(); // oYF_PayMentBeforeBill.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew; // oYF_PayMentBeforeBill.ShowDialog(); // break; //case "yf_paymentbeforebilllist": // YF_PayMentBeforeBillList oYF_PayMentBeforeBillList = new YF_PayMentBeforeBillList(); // oYF_PayMentBeforeBillList.MdiParent = oMain; // oYF_PayMentBeforeBillList.Show(); // oMainForm.AddTabPage(oYF_PayMentBeforeBillList); // break; //// //case "yf_paymentbackbill": // YF_PayMentBackBill oYF_PayMentBackBill = new YF_PayMentBackBill(); // oYF_PayMentBackBill.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew; // oYF_PayMentBackBill.ShowDialog(); // break; //case "yf_paymentbackbilllist": // YF_PayMentBackBillList oYF_PayMentBackBillList = new YF_PayMentBackBillList(); // oYF_PayMentBackBillList.MdiParent = oMain; // oYF_PayMentBackBillList.Show(); // oMainForm.AddTabPage(oYF_PayMentBackBillList); // break; default: break; } } catch (Exception e) { MessageBox.Show(e.Message); } } #endregion #region ³É±¾ÏµÍ³ public void Zxxymk_CBXT(string gnsy, string gnmc, Form oMain) { //// MDIMain oMainForm; oMainForm = (MDIMain)oMain; //// if (gnsy.Length == 0) return; try { switch (gnsy.ToLower()) { //case "cb_workshopoutinreport": // //ȨÏÞ // CB_WorkShopOutInReport oCB_WorkShopOutInReport = new CB_WorkShopOutInReport(); // oCB_WorkShopOutInReport.MdiParent = oMain; // oCB_WorkShopOutInReport.Show(); // oMainForm.AddTabPage(oCB_WorkShopOutInReport); // break; //case "cb_icbalreport": // //ȨÏÞ // CB_ICBalReport oCB_ICBalReport = new CB_ICBalReport(); // oCB_ICBalReport.MdiParent = oMain; // oCB_ICBalReport.Show(); // oMainForm.AddTabPage(oCB_ICBalReport); // break; //case "cb_costsumreport": // //ȨÏÞ // CB_CostSumReport oCB_CostSumReport = new CB_CostSumReport(); // oCB_CostSumReport.MdiParent = oMain; // oCB_CostSumReport.Show(); // oMainForm.AddTabPage(oCB_CostSumReport); // break; //case "cb_costrecoveryreport": // //ȨÏÞ // CB_CostRecoveryReport oCB_CostRecoveryReport = new CB_CostRecoveryReport(); // oCB_CostRecoveryReport.MdiParent = oMain; // oCB_CostRecoveryReport.Show(); // oMainForm.AddTabPage(oCB_CostRecoveryReport); // break; //case "cb_costdiffreport": // //ȨÏÞ // CB_CostDiffReport oCB_CostDiffReport = new CB_CostDiffReport(); // oCB_CostDiffReport.MdiParent = oMain; // oCB_CostDiffReport.Show(); // oMainForm.AddTabPage(oCB_CostDiffReport); // break; //case "kf_wipbal": // //ȨÏÞ // Kf_WIPBal oKf_WIPBal = new Kf_WIPBal(); // oKf_WIPBal.MdiParent = oMain; // oKf_WIPBal.Show(); // oMainForm.AddTabPage(oKf_WIPBal); // break; //case "kf_icbal": // //ȨÏÞ // Kf_ICBal oKf_ICBal = new Kf_ICBal(); // oKf_ICBal.MdiParent = oMain; // oKf_ICBal.Show(); // oMainForm.AddTabPage(oKf_ICBal); // break; //case "kf_icbal_dr": // //ȨÏÞ // Kf_ICBal_DR oKf_ICBal_DR = new Kf_ICBal_DR(); // oKf_ICBal_DR.MdiParent = oMain; // oKf_ICBal_DR.Show(); // oMainForm.AddTabPage(oKf_ICBal_DR); // break; //case "kf_wipbal_dr": // //ȨÏÞ // Kf_WIPBal_DR oKf_WIPBal_DR = new Kf_WIPBal_DR(); // oKf_WIPBal_DR.MdiParent = oMain; // oKf_WIPBal_DR.Show(); // oMainForm.AddTabPage(oKf_WIPBal_DR); // break; //case "cb_itemmoneybill_tmplist": // //ȨÏÞ // CB_ItemMoneyBill_TmpList oCB_ItemMoneyBill_TmpList = new CB_ItemMoneyBill_TmpList(); // oCB_ItemMoneyBill_TmpList.MdiParent = oMain; // oCB_ItemMoneyBill_TmpList.Show(); // oMainForm.AddTabPage(oCB_ItemMoneyBill_TmpList); // break; //case "cb_itemmoneybilllist": // //ȨÏÞ // CB_ItemMoneyBillList oCB_ItemMoneyBillList = new CB_ItemMoneyBillList(); // oCB_ItemMoneyBillList.MdiParent = oMain; // oCB_ItemMoneyBillList.Show(); // oMainForm.AddTabPage(oCB_ItemMoneyBillList); // break; //case "cb_itemmoneybill": // // // CB_ItemMoneyBill oCB_ItemMoneyBill = new CB_ItemMoneyBill(); // oCB_ItemMoneyBill.BillStatus = Pub_Class.ClsPub.Enum_BillStatus.BillStatus_AddNew; // oCB_ItemMoneyBill.ShowDialog(); // break; ////========±ê×¼³É±¾ //case "cb_bomcost"://±ê×¼³É±¾ // //ȨÏÞ // CB_BOMCost oCB_BOMCost = new CB_BOMCost(); // oCB_BOMCost.MdiParent = oMain; // oCB_BOMCost.Show(); // oMainForm.AddTabPage(oCB_BOMCost); // break; //case "cb_stdbomcost"://±ê×¼³É±¾ // //ȨÏÞ // CB_StdBOMCost oCB_StdBOMCost = new CB_StdBOMCost(); // oCB_StdBOMCost.MdiParent = oMain; // oCB_StdBOMCost.Show(); // oMainForm.AddTabPage(oCB_StdBOMCost); // break; //case "cb_paymoneycostlist"://¹¤×ʺËËã // //ȨÏÞ // CB_PayMoneyCostList oCB_PayMoneyCostList = new CB_PayMoneyCostList(); // oCB_PayMoneyCostList.MdiParent = oMain; // oCB_PayMoneyCostList.Show(); // oMainForm.AddTabPage(oCB_PayMoneyCostList); // break; //case "cb_itemmoneycostlist"://·ÑÓúËËã // //ȨÏÞ // CB_ItemMoneyCostList oCB_ItemMoneyCostList = new CB_ItemMoneyCostList(); // oCB_ItemMoneyCostList.MdiParent = oMain; // oCB_ItemMoneyCostList.Show(); // oMainForm.AddTabPage(oCB_ItemMoneyCostList); // break; //case "cb_accmateoutpricelist"://²ÄÁϳɱ¾ºËËã // //ȨÏÞ // CB_AccMateOutPriceList oCB_AccMateOutPriceList = new CB_AccMateOutPriceList(); // oCB_AccMateOutPriceList.MdiParent = oMain; // oCB_AccMateOutPriceList.Show(); // oMainForm.AddTabPage(oCB_AccMateOutPriceList); // break; //case "cb_entrustmoneycostlist"://ίÍâ³É±¾ºËËã // //ȨÏÞ // CB_EntrustMoneyCostList oCB_EntrustMoneyCostList = new CB_EntrustMoneyCostList(); // oCB_EntrustMoneyCostList.MdiParent = oMain; // oCB_EntrustMoneyCostList.Show(); // oMainForm.AddTabPage(oCB_EntrustMoneyCostList); // break; //case "cb_initpaymoneycost":// // //ȨÏÞ // CB_InitPayMoneyCost oCB_InitPayMoneyCost = new CB_InitPayMoneyCost(); // oCB_InitPayMoneyCost.MdiParent = oMain; // oCB_InitPayMoneyCost.Show(); // oMainForm.AddTabPage(oCB_InitPayMoneyCost); // break; //case "cb_initmatermoneycost":// // //ȨÏÞ // CB_InitMaterMoneyCost oCB_InitMaterMoneyCost = new CB_InitMaterMoneyCost(); // oCB_InitMaterMoneyCost.MdiParent = oMain; // oCB_InitMaterMoneyCost.Show(); // oMainForm.AddTabPage(oCB_InitMaterMoneyCost); // break; //case "cb_costobjectratelist_rel": // CB_CostObjectRateList_Rel oCB_CostObjectRateList_Rel = new CB_CostObjectRateList_Rel(); // oCB_CostObjectRateList_Rel.MdiParent = oMain; // oCB_CostObjectRateList_Rel.ModCaption = gnmc; // oCB_CostObjectRateList_Rel.Show(); // oMainForm.AddTabPage(oCB_CostObjectRateList_Rel); // break; //case "cb_actualitemmoneycostlist_rel": // CB_ActualItemMoneyCostList_Rel oCB_ActualItemMoneyCostList_Rel = new CB_ActualItemMoneyCostList_Rel(); // oCB_ActualItemMoneyCostList_Rel.MdiParent = oMain; // oCB_ActualItemMoneyCostList_Rel.ModCaption = gnmc; // oCB_ActualItemMoneyCostList_Rel.Show(); // oMainForm.AddTabPage(oCB_ActualItemMoneyCostList_Rel); // break; //case "cb_actualauxproductincostlist_rel": // CB_ActualAuxProductInCostList_Rel oCB_ActualAuxProductInCostList_Rel = new CB_ActualAuxProductInCostList_Rel(); // oCB_ActualAuxProductInCostList_Rel.MdiParent = oMain; // oCB_ActualAuxProductInCostList_Rel.ModCaption = gnmc; // oCB_ActualAuxProductInCostList_Rel.Show(); // oMainForm.AddTabPage(oCB_ActualAuxProductInCostList_Rel); // break; //case "cb_actualpaymoneycostlist_rel": // CB_ActualPayMoneyCostList_Rel oCB_ActualPayMoneyCostList_Rel = new CB_ActualPayMoneyCostList_Rel(); // oCB_ActualPayMoneyCostList_Rel.MdiParent = oMain; // oCB_ActualPayMoneyCostList_Rel.ModCaption = gnmc; // oCB_ActualPayMoneyCostList_Rel.Show(); // oMainForm.AddTabPage(oCB_ActualPayMoneyCostList_Rel); // break; //case "cb_setmatestdpricelist_rel": // CB_SetMateStdPriceList_Rel oCB_SetMateStdPriceList_Rel = new CB_SetMateStdPriceList_Rel(); // oCB_SetMateStdPriceList_Rel.MdiParent = oMain; // oCB_SetMateStdPriceList_Rel.ModCaption = gnmc; // oCB_SetMateStdPriceList_Rel.Show(); // oMainForm.AddTabPage(oCB_SetMateStdPriceList_Rel); // break; //case "cb_actualentrustmoneycostlist_rel": // CB_ActualEntrustMoneyCostList_Rel oCB_ActualEntrustMoneyCostList_Rel = new CB_ActualEntrustMoneyCostList_Rel(); // oCB_ActualEntrustMoneyCostList_Rel.MdiParent = oMain; // oCB_ActualEntrustMoneyCostList_Rel.ModCaption = gnmc; // oCB_ActualEntrustMoneyCostList_Rel.Show(); // oMainForm.AddTabPage(oCB_ActualEntrustMoneyCostList_Rel); // break; //case "cb_accprodinpricelist_rel": // CB_AccProdInPriceList_Rel oCB_AccProdInPriceList_Rel = new CB_AccProdInPriceList_Rel(); // oCB_AccProdInPriceList_Rel.MdiParent = oMain; // oCB_AccProdInPriceList_Rel.ModCaption = gnmc; // oCB_AccProdInPriceList_Rel.Show(); // oMainForm.AddTabPage(oCB_AccProdInPriceList_Rel); // break; //case "ch_stockmateroutcheckcountlist": // Ch_StockMaterOutCheckCountList oCh_StockMaterOutCheckCountList = new Ch_StockMaterOutCheckCountList(); // oCh_StockMaterOutCheckCountList.MdiParent = oMain; // oCh_StockMaterOutCheckCountList.ModCaption = gnmc; // oCh_StockMaterOutCheckCountList.Show(); // oMainForm.AddTabPage(oCh_StockMaterOutCheckCountList); // break; ////---------------------------------------CB_UnQualiFiedCheckBill //case "cb_unqualifiedcheckbillquery": // //CB_UnQualiFiedCheckBillQuery oCB_UnQualiFiedCheckBillQuery = new CB_UnQualiFiedCheckBillQuery(); // //oCB_UnQualiFiedCheckBillQuery.MdiParent = oMain; // ////oCB_UnQualiFiedCheckBillQuery.ModCaption = gnmc; // //oCB_UnQualiFiedCheckBillQuery.Show(); // //oMainForm.AddTabPage(oCB_UnQualiFiedCheckBillQuery); // break; //case "cb_unqualifiedcheckbilllist": // CB_UnQualiFiedCheckBillList oCB_UnQualiFiedCheckBillList = new CB_UnQualiFiedCheckBillList(); // oCB_UnQualiFiedCheckBillList.MdiParent = oMain; // //oCB_ChangeMoneyBillList.ModCaption = gnmc; // oCB_UnQualiFiedCheckBillList.Show(); // oMainForm.AddTabPage(oCB_UnQualiFiedCheckBillList); // break; //case "cb_unqualifiedcheckbill": // // // CB_UnQualiFiedCheckBill oCB_UnQualiFiedCheckBill = new CB_UnQualiFiedCheckBill(); // oCB_UnQualiFiedCheckBill.BillStatus = Pub_Class.ClsPub.Enum_BillStatus.BillStatus_AddNew; // oCB_UnQualiFiedCheckBill.ShowDialog(); // break; //case "cb_changemoneybillquery": // CB_ChangeMoneyBillQuery oCB_ChangeMoneyBillQuery = new CB_ChangeMoneyBillQuery(); // oCB_ChangeMoneyBillQuery.MdiParent = oMain; // //oCB_ChangeMoneyBillQuery.ModCaption = gnmc; // oCB_ChangeMoneyBillQuery.Show(); // oMainForm.AddTabPage(oCB_ChangeMoneyBillQuery); // break; //case "cb_changemoneybilllist": // CB_ChangeMoneyBillList oCB_ChangeMoneyBillList = new CB_ChangeMoneyBillList(); // oCB_ChangeMoneyBillList.MdiParent = oMain; // //oCB_ChangeMoneyBillList.ModCaption = gnmc; // oCB_ChangeMoneyBillList.Show(); // oMainForm.AddTabPage(oCB_ChangeMoneyBillList); // break; //case "cb_changemoneybill": // // // CB_ChangeMoneyBill oCB_ChangeMoneyBill = new CB_ChangeMoneyBill(); // oCB_ChangeMoneyBill.BillStatus = Pub_Class.ClsPub.Enum_BillStatus.BillStatus_AddNew; // oCB_ChangeMoneyBill.ShowDialog(); // break; //case "cb_wipchangemoneybillquery": // CB_WIPChangeMoneyBillQuery oCB_WIPChangeMoneyBillQuery = new CB_WIPChangeMoneyBillQuery(); // oCB_WIPChangeMoneyBillQuery.MdiParent = oMain; // //oCB_WIPChangeMoneyBillQuery.ModCaption = gnmc; // oCB_WIPChangeMoneyBillQuery.Show(); // oMainForm.AddTabPage(oCB_WIPChangeMoneyBillQuery); // break; //case "cb_wipchangemoneybilllist": // CB_WIPChangeMoneyBillList oCB_WIPChangeMoneyBillList = new CB_WIPChangeMoneyBillList(); // oCB_WIPChangeMoneyBillList.MdiParent = oMain; // //oCB_WIPChangeMoneyBillList.ModCaption = gnmc; // oCB_WIPChangeMoneyBillList.Show(); // oMainForm.AddTabPage(oCB_WIPChangeMoneyBillList); // break; //case "cb_wipchangemoneybill": // // // CB_WIPChangeMoneyBill oCB_WIPChangeMoneyBill = new CB_WIPChangeMoneyBill(); // oCB_WIPChangeMoneyBill.BillStatus = Pub_Class.ClsPub.Enum_BillStatus.BillStatus_AddNew; // oCB_WIPChangeMoneyBill.ShowDialog(); // break; //case "cb_actualitembalancequery": // CB_ActualItemBalanceQuery oCB_ActualItemBalanceQuery = new CB_ActualItemBalanceQuery(); // oCB_ActualItemBalanceQuery.MdiParent = oMain; // oCB_ActualItemBalanceQuery.ModCaption = gnmc; // oCB_ActualItemBalanceQuery.Show(); // oMainForm.AddTabPage(oCB_ActualItemBalanceQuery); // break; //case "cb_actualpaybalancequery": // CB_ActualPayBalanceQuery oCB_ActualPayBalanceQuery = new CB_ActualPayBalanceQuery(); // oCB_ActualPayBalanceQuery.MdiParent = oMain; // oCB_ActualPayBalanceQuery.ModCaption = gnmc; // oCB_ActualPayBalanceQuery.Show(); // oMainForm.AddTabPage(oCB_ActualPayBalanceQuery); // break; //case "cb_auxmaterialbalancequery": // CB_AuxMaterialBalanceQuery oCB_AuxMaterialBalanceQuery = new CB_AuxMaterialBalanceQuery(); // oCB_AuxMaterialBalanceQuery.MdiParent = oMain; // oCB_AuxMaterialBalanceQuery.ModCaption = gnmc; // oCB_AuxMaterialBalanceQuery.Show(); // oMainForm.AddTabPage(oCB_AuxMaterialBalanceQuery); // break; //case "cb_wipbalance_qc": // CB_WIPBalance_QC oCB_WIPBalance_QC = new CB_WIPBalance_QC(); // oCB_WIPBalance_QC.MdiParent = oMain; // oCB_WIPBalance_QC.ModCaption = gnmc; // oCB_WIPBalance_QC.Show(); // oMainForm.AddTabPage(oCB_WIPBalance_QC); // break; //case "cb_wipbalancequery": // CB_WIPBalanceQuery oCB_WIPBalanceQuery = new CB_WIPBalanceQuery(); // oCB_WIPBalanceQuery.MdiParent = oMain; // oCB_WIPBalanceQuery.ModCaption = gnmc; // oCB_WIPBalanceQuery.Show(); // oMainForm.AddTabPage(oCB_WIPBalanceQuery); // break; //case "cb_wipbalancesubquery": // CB_WIPBalanceSubQuery oCB_WIPBalanceSubQuery = new CB_WIPBalanceSubQuery(); // oCB_WIPBalanceSubQuery.MdiParent = oMain; // oCB_WIPBalanceSubQuery.ModCaption = gnmc; // oCB_WIPBalanceSubQuery.Show(); // oMainForm.AddTabPage(oCB_WIPBalanceSubQuery); // break; //case "cb_worktimeperiodquery": // CB_WorkTimePeriodQuery oCB_WorkTimePeriodQuery = new CB_WorkTimePeriodQuery(); // oCB_WorkTimePeriodQuery.MdiParent = oMain; // oCB_WorkTimePeriodQuery.ModCaption = gnmc; // oCB_WorkTimePeriodQuery.Show(); // oMainForm.AddTabPage(oCB_WorkTimePeriodQuery); // break; //case "cb_costacccountend": // CB_CostAccCountEnd1 oCB_CostAccCountEnd1 = new CB_CostAccCountEnd1(); // //oCB_WorkTimePeriodQuery.MdiParent = oMain; // //oCB_WorkTimePeriodQuery.ModCaption = gnmc; // oCB_CostAccCountEnd1.Show(); // oMainForm.AddTabPage(oCB_CostAccCountEnd1); // break; //case "cb_costacccountbackend": // CB_CostAccCountBackEnd oCB_CostAccCountBackEnd = new CB_CostAccCountBackEnd(); // //oCB_WorkTimePeriodQuery.MdiParent = oMain; // //oCB_WorkTimePeriodQuery.ModCaption = gnmc; // oCB_CostAccCountBackEnd.Show(); // oMainForm.AddTabPage(oCB_CostAccCountBackEnd); // break; //case "gy_costcenterdeptrelationlist": // Gy_CostCenterDeptRelationList oGy_CostCenterDeptRelationList = new Gy_CostCenterDeptRelationList(); // oGy_CostCenterDeptRelationList.MdiParent = oMain; // //oGy_CostCenterDeptRelationList.ModCaption = gnmc; // oGy_CostCenterDeptRelationList.Show(); // oMainForm.AddTabPage(oGy_CostCenterDeptRelationList); // break; //case "gy_costitemaccountlist": // Gy_CostItemAccountList oGy_CostItemAccountList = new Gy_CostItemAccountList(); // oGy_CostItemAccountList.MdiParent = oMain; // //oGy_CostItemAccountList.ModCaption = gnmc; // oGy_CostItemAccountList.Show(); // oMainForm.AddTabPage(oGy_CostItemAccountList); //break; default: break; } } catch (Exception e) { MessageBox.Show(e.Message); } } #endregion #region ²Ö¿âϵͳ public void Zxxymk_CKXT(string gnsy, string gnmc, Form oMain) { //// MDIMain oMainForm; oMainForm = (MDIMain)oMain; //// if (gnsy.Length == 0) return; try { switch (gnsy.ToLower()) { //==================================½ðµû //case "kf_stjginbill_k3": // // // Kf_STJGInBill_K3 oKf_STJGInBill_K3 = new Kf_STJGInBill_K3(); // oKf_STJGInBill_K3.BillStatus = Pub_Class.ClsPub.Enum_BillStatus.BillStatus_AddNew; // oKf_STJGInBill_K3.ShowDialog(); // break; //case "kf_stjginbilllist_k3": // //ȨÏÞ // Kf_STJGInBillList_K3 oKf_STJGInBillList_K3 = new Kf_STJGInBillList_K3(); // oKf_STJGInBillList_K3.MdiParent = oMain; // oKf_STJGInBillList_K3.Show(); // oMainForm.AddTabPage(oKf_STJGInBillList_K3); // break; //case "kf_stjginbillquery_k3": // //ȨÏÞ // Kf_STJGInBillQuery_K3 oKf_STJGInBillQuery_K3 = new Kf_STJGInBillQuery_K3(); // oKf_STJGInBillQuery_K3.MdiParent = oMain; // oKf_STJGInBillQuery_K3.Show(); // oMainForm.AddTabPage(oKf_STJGInBillQuery_K3); // break; //case "kf_stjgoutbill_k3": // // // Kf_STJGOutBill_K3 oKf_STJGOutBill_K3 = new Kf_STJGOutBill_K3(); // oKf_STJGOutBill_K3.BillStatus = Pub_Class.ClsPub.Enum_BillStatus.BillStatus_AddNew; // oKf_STJGOutBill_K3.ShowDialog(); // break; //case "kf_stjgoutbilllist_k3": // //ȨÏÞ // Kf_STJGOutBillList_K3 oKf_STJGOutBillList_K3 = new Kf_STJGOutBillList_K3(); // oKf_STJGOutBillList_K3.MdiParent = oMain; // oKf_STJGOutBillList_K3.Show(); // oMainForm.AddTabPage(oKf_STJGOutBillList_K3); // break; //case "kf_stjgoutbillquery_k3": // //ȨÏÞ // Kf_STJGOutBillQuery_K3 oKf_STJGOutBillQuery_K3 = new Kf_STJGOutBillQuery_K3(); // oKf_STJGOutBillQuery_K3.MdiParent = oMain; // oKf_STJGOutBillQuery_K3.Show(); // oMainForm.AddTabPage(oKf_STJGOutBillQuery_K3); // break; //case "kf_virtualstockoutbill_k3": // // // Kf_VirtualStockOutBill_K3 oKf_VirtualStockOutBill_K3 = new Kf_VirtualStockOutBill_K3(); // oKf_VirtualStockOutBill_K3.BillStatus = Pub_Class.ClsPub.Enum_BillStatus.BillStatus_AddNew; // oKf_VirtualStockOutBill_K3.ShowDialog(); // break; //case "kf_virtualstockoutbilllist_k3": // //ȨÏÞ // Kf_VirtualStockOutBillList_K3 oKf_VirtualStockOutBillList_K3 = new Kf_VirtualStockOutBillList_K3(); // oKf_VirtualStockOutBillList_K3.MdiParent = oMain; // oKf_VirtualStockOutBillList_K3.Show(); // oMainForm.AddTabPage(oKf_VirtualStockOutBillList_K3); // break; //case "kf_virtualstockoutbillquery_k3": // //ȨÏÞ // Kf_VirtualStockOutBillQuery_K3 oKf_VirtualStockOutBillQuery_K3 = new Kf_VirtualStockOutBillQuery_K3(); // oKf_VirtualStockOutBillQuery_K3.MdiParent = oMain; // oKf_VirtualStockOutBillQuery_K3.Show(); // oMainForm.AddTabPage(oKf_VirtualStockOutBillQuery_K3); // break; //case "kf_virtualstockinbill_k3": // // // Kf_VirtualStockInBill_K3 oKf_VirtualStockInBill_K3 = new Kf_VirtualStockInBill_K3(); // oKf_VirtualStockInBill_K3.BillStatus = Pub_Class.ClsPub.Enum_BillStatus.BillStatus_AddNew; // oKf_VirtualStockInBill_K3.ShowDialog(); // break; //case "kf_virtualstockinbilllist_k3": // //ȨÏÞ // Kf_VirtualStockInBillList_K3 oKf_VirtualStockInBillList_K3 = new Kf_VirtualStockInBillList_K3(); // oKf_VirtualStockInBillList_K3.MdiParent = oMain; // oKf_VirtualStockInBillList_K3.Show(); // oMainForm.AddTabPage(oKf_VirtualStockInBillList_K3); // break; //case "kf_virtualstockinbillquery_k3": // //ȨÏÞ // Kf_VirtualStockInBillQuery_K3 oKf_VirtualStockInBillQuery_K3 = new Kf_VirtualStockInBillQuery_K3(); // oKf_VirtualStockInBillQuery_K3.MdiParent = oMain; // oKf_VirtualStockInBillQuery_K3.Show(); // oMainForm.AddTabPage(oKf_VirtualStockInBillQuery_K3); // break; //case "kf_virtualstockmovebill_k3": // // // Kf_VirtualStockMoveBill_K3 oKf_VirtualStockMoveBill_K3 = new Kf_VirtualStockMoveBill_K3(); // oKf_VirtualStockMoveBill_K3.BillStatus = Pub_Class.ClsPub.Enum_BillStatus.BillStatus_AddNew; // oKf_VirtualStockMoveBill_K3.ShowDialog(); // break; //case "kf_virtualstockmovebilllist_k3": // //ȨÏÞ // Kf_VirtualStockMoveBillList_K3 oKf_VirtualStockMoveBillList_K3 = new Kf_VirtualStockMoveBillList_K3(); // oKf_VirtualStockMoveBillList_K3.MdiParent = oMain; // oKf_VirtualStockMoveBillList_K3.Show(); // oMainForm.AddTabPage(oKf_VirtualStockMoveBillList_K3); // break; //case "kf_virtualstockmovebillquery_k3": // //ȨÏÞ // Kf_VirtualStockMoveBillQuery_K3 oKf_VirtualStockMoveBillQuery_K3 = new Kf_VirtualStockMoveBillQuery_K3(); // oKf_VirtualStockMoveBillQuery_K3.MdiParent = oMain; // oKf_VirtualStockMoveBillQuery_K3.Show(); // oMainForm.AddTabPage(oKf_VirtualStockMoveBillQuery_K3); // break; //case "ic_mateoutrequestbilllist": // //ȨÏÞ // IC_MateOutRequestBillList oIC_MateOutRequestBillList = new IC_MateOutRequestBillList(); // oIC_MateOutRequestBillList.MdiParent = oMain; // oIC_MateOutRequestBillList.Show(); // oMainForm.AddTabPage(oIC_MateOutRequestBillList); // break; //case "ic_mateoutrequestbillrlist": // //ȨÏÞ // IC_MateOutRequestBillRList oIC_MateOutRequestBillRList = new IC_MateOutRequestBillRList(); // oIC_MateOutRequestBillRList.MdiParent = oMain; // oIC_MateOutRequestBillRList.Show(); // oMainForm.AddTabPage(oIC_MateOutRequestBillRList); // break; //case "kf_movestockbill_k3": // // // Kf_MoveStockBill_K3 oKf_MoveStockBill_K3 = new Kf_MoveStockBill_K3(); // oKf_MoveStockBill_K3.BillStatus = Pub_Class.ClsPub.Enum_BillStatus.BillStatus_AddNew; // oKf_MoveStockBill_K3.ShowDialog(); // break; //case "kf_movestockbilllist_k3": // //ȨÏÞ // Kf_MoveStockBillList_K3 oKf_MoveStockBillList_K3 = new Kf_MoveStockBillList_K3(); // oKf_MoveStockBillList_K3.MdiParent = oMain; // oKf_MoveStockBillList_K3.Show(); // oMainForm.AddTabPage(oKf_MoveStockBillList_K3); // break; //case "kf_productinbill_k3": // // // Kf_ProductInBill_K3 oKf_ProductInBill_K3 = new Kf_ProductInBill_K3(); // oKf_ProductInBill_K3.BillStatus = Pub_Class.ClsPub.Enum_BillStatus.BillStatus_AddNew; // oKf_ProductInBill_K3.ShowDialog(); // break; //case "kf_productinbilllist_k3": // //ȨÏÞ // Kf_ProductInBillList_K3 oKf_ProductInBillList_K3 = new Kf_ProductInBillList_K3(); // oKf_ProductInBillList_K3.MdiParent = oMain; // oKf_ProductInBillList_K3.Show(); // oMainForm.AddTabPage(oKf_ProductInBillList_K3); // break; //case "kf_otheroutbill_k3": // // // Kf_OtherOutBill_K3 oKf_OtherOutBill_K3 = new Kf_OtherOutBill_K3(); // oKf_OtherOutBill_K3.ShowDialog(); // break; //case "kf_otheroutbilllist_k3": // //ȨÏÞ // Kf_OtherOutBillList_K3 oKf_OtherOutBillList_K3 = new Kf_OtherOutBillList_K3(); // oKf_OtherOutBillList_K3.MdiParent = oMain; // oKf_OtherOutBillList_K3.Show(); // oMainForm.AddTabPage(oKf_OtherOutBillList_K3); // break; //case "kf_otherinbill_k3": // // // Kf_OtherInBill_K3 oKf_OtherInBill_K3 = new Kf_OtherInBill_K3(); // oKf_OtherInBill_K3.ShowDialog(); // break; //case "kf_otherinbilllist_k3": // //ȨÏÞ // Kf_OtherInBillList_K3 oKf_OtherInBillList_K3 = new Kf_OtherInBillList_K3(); // oKf_OtherInBillList_K3.MdiParent = oMain; // oKf_OtherInBillList_K3.Show(); // oMainForm.AddTabPage(oKf_OtherInBillList_K3); // break; //case "kf_mateoutbill_k3": // // // Kf_MateOutBill_K3 oKf_MateOutBill_K3 = new Kf_MateOutBill_K3(); // oKf_MateOutBill_K3.BillStatus = Pub_Class.ClsPub.Enum_BillStatus.BillStatus_AddNew; // oKf_MateOutBill_K3.ShowDialog(); // break; //case "kf_mateoutbilllist_k3": // //ȨÏÞ // Kf_MateOutBillList_K3 oKf_MateOutBillList_K3 = new Kf_MateOutBillList_K3(); // oKf_MateOutBillList_K3.MdiParent = oMain; // oKf_MateOutBillList_K3.Show(); // oMainForm.AddTabPage(oKf_MateOutBillList_K3); // break; //case "kf_selloutbill_k3": // // // Kf_SellOutBill_K3 oKf_SellOutBill_K3 = new Kf_SellOutBill_K3(); // oKf_SellOutBill_K3.BillStatus = Pub_Class.ClsPub.Enum_BillStatus.BillStatus_AddNew; // oKf_SellOutBill_K3.ShowDialog(); // break; //case "kf_selloutbilllist_k3": // //ȨÏÞ // Kf_SellOutBillList_K3 oKf_SellOutBillList_K3 = new Kf_SellOutBillList_K3(); // oKf_SellOutBillList_K3.MdiParent = oMain; // oKf_SellOutBillList_K3.Show(); // oMainForm.AddTabPage(oKf_SellOutBillList_K3); // break; //case "kf_postockinbill_k3": // // // Kf_POStockInBill_K3 oKf_POStockInBill_K3 = new Kf_POStockInBill_K3(); // oKf_POStockInBill_K3.BillStatus = Pub_Class.ClsPub.Enum_BillStatus.BillStatus_AddNew; // oKf_POStockInBill_K3.ShowDialog(); // break; //case "kf_postockinbillquery_k3": // //ȨÏÞ // Kf_POStockInBillQuery_K3 oKf_POStockInBillQuery_K3 = new Kf_POStockInBillQuery_K3(); // oKf_POStockInBillQuery_K3.MdiParent = oMain; // oKf_POStockInBillQuery_K3.Show(); // oMainForm.AddTabPage(oKf_POStockInBillQuery_K3); // break; //case "kf_productinbillquery_k3": // //ȨÏÞ // Kf_ProductInBillQuery_K3 oKf_ProductInBillQuery_K3 = new Kf_ProductInBillQuery_K3(); // oKf_ProductInBillQuery_K3.MdiParent = oMain; // oKf_ProductInBillQuery_K3.Show(); // oMainForm.AddTabPage(oKf_ProductInBillQuery_K3); // break; //case "kf_otherinbillquery_k3": // //ȨÏÞ // Kf_OtherInBillQuery_K3 oKf_OtherInBillQuery_K3 = new Kf_OtherInBillQuery_K3(); // oKf_OtherInBillQuery_K3.MdiParent = oMain; // oKf_OtherInBillQuery_K3.Show(); // oMainForm.AddTabPage(oKf_OtherInBillQuery_K3); // break; //case "kf_movestockbillquery_k3": // //ȨÏÞ // Kf_MoveStockBillQuery_K3 oKf_MoveStockBillQuery_K3 = new Kf_MoveStockBillQuery_K3(); // oKf_MoveStockBillQuery_K3.MdiParent = oMain; // oKf_MoveStockBillQuery_K3.Show(); // oMainForm.AddTabPage(oKf_MoveStockBillQuery_K3); // break; //case "kf_otheroutbillquery_k3": // //ȨÏÞ // Kf_OtherOutBillQuery_K3 oKf_OtherOutBillQuery_K3 = new Kf_OtherOutBillQuery_K3(); // oKf_OtherOutBillQuery_K3.MdiParent = oMain; // oKf_OtherOutBillQuery_K3.Show(); // oMainForm.AddTabPage(oKf_OtherOutBillQuery_K3); // break; //case "kf_mateoutbillquery_k3": // //ȨÏÞ // Kf_MateOutBillQuery_K3 oKf_MateOutBillQuery_K3 = new Kf_MateOutBillQuery_K3(); // oKf_MateOutBillQuery_K3.MdiParent = oMain; // oKf_MateOutBillQuery_K3.Show(); // oMainForm.AddTabPage(oKf_MateOutBillQuery_K3); // break; //case "kf_selloutbillquery_k3": // //ȨÏÞ // Kf_SellOutBillQuery_K3 oKf_SellOutBillQuery_K3 = new Kf_SellOutBillQuery_K3(); // oKf_SellOutBillQuery_K3.MdiParent = oMain; // oKf_SellOutBillQuery_K3.Show(); // oMainForm.AddTabPage(oKf_SellOutBillQuery_K3); // break; //case "kf_entrustinbill_k3": // // // Kf_EntrustInBill_K3 oKf_EntrustInBill_K3 = new Kf_EntrustInBill_K3(); // oKf_EntrustInBill_K3.BillStatus = Pub_Class.ClsPub.Enum_BillStatus.BillStatus_AddNew; // oKf_EntrustInBill_K3.ShowDialog(); // break; //case "kf_entrustinbilllist_k3": // //ȨÏÞ // Kf_EntrustInBillList_K3 oKf_EntrustInBillList_K3 = new Kf_EntrustInBillList_K3(); // oKf_EntrustInBillList_K3.MdiParent = oMain; // oKf_EntrustInBillList_K3.Show(); // oMainForm.AddTabPage(oKf_EntrustInBillList_K3); // break; //case "kf_entrustinbillquery_k3": // //ȨÏÞ // Kf_EntrustInBillQuery_K3 oKf_EntrustInBillQuery_K3 = new Kf_EntrustInBillQuery_K3(); // oKf_EntrustInBillQuery_K3.MdiParent = oMain; // oKf_EntrustInBillQuery_K3.Show(); // oMainForm.AddTabPage(oKf_EntrustInBillQuery_K3); // break; //case "kf_entrustoutbill_k3": // // // Kf_EntrustOutBill_K3 oKf_EntrustOutBill_K3 = new Kf_EntrustOutBill_K3(); // oKf_EntrustOutBill_K3.BillStatus = Pub_Class.ClsPub.Enum_BillStatus.BillStatus_AddNew; // oKf_EntrustOutBill_K3.ShowDialog(); // break; //case "kf_entrustoutbilllist_k3": // //ȨÏÞ // Kf_EntrustOutBillList_K3 oKf_EntrustOutBillList_K3 = new Kf_EntrustOutBillList_K3(); // oKf_EntrustOutBillList_K3.MdiParent = oMain; // oKf_EntrustOutBillList_K3.Show(); // oMainForm.AddTabPage(oKf_EntrustOutBillList_K3); // break; //case "kf_entrustoutbillquery_k3": // //ȨÏÞ // Kf_EntrustOutBillQuery_K3 oKf_EntrustOutBillQuery_K3 = new Kf_EntrustOutBillQuery_K3(); // oKf_EntrustOutBillQuery_K3.MdiParent = oMain; // oKf_EntrustOutBillQuery_K3.Show(); // oMainForm.AddTabPage(oKf_EntrustOutBillQuery_K3); // break; //========================================================== case "sc_assemblybilllist": //ȨÏÞ Sc_AssemblyBillList oSc_AssemblyBillList = new Sc_AssemblyBillList(); oSc_AssemblyBillList.MdiParent = oMain; oSc_AssemblyBillList.Show(); oMainForm.AddTabPage(oSc_AssemblyBillList); break; case "sc_assemblybill": // Sc_AssemblyBill oSc_AssemblyBill = new Sc_AssemblyBill(); oSc_AssemblyBill.BillStatus = Pub_Class.ClsPub.Enum_BillStatus.BillStatus_AddNew; oSc_AssemblyBill.ShowDialog(); break; //case "kf_postockinbilllist_k3": // //ȨÏÞ // Kf_POStockInBillList_K3 oKf_POStockInBillList_K3 = new Kf_POStockInBillList_K3(); // oKf_POStockInBillList_K3.MdiParent = oMain; // oKf_POStockInBillList_K3.Show(); // oMainForm.AddTabPage(oKf_POStockInBillList_K3); // break; // //======================== //case "k3_icmolist": // // // K3_ICMOList oK3_ICMOList = new K3_ICMOList(); // oK3_ICMOList.BillStatus = Pub_Class.ClsPub.Enum_BillStatus.BillStatus_AddNew; // oK3_ICMOList.ShowDialog(); // break; //case "k3_poinstocklist": // // // K3_PoinStockList oK3_PoinStockList = new K3_PoinStockList(); // oK3_PoinStockList.BillStatus = Pub_Class.ClsPub.Enum_BillStatus.BillStatus_AddNew; // oK3_PoinStockList.ShowDialog(); // break; case "gy_barcodebilllist": //ȨÏÞ Gy_BarCodeBillList oGy_BarCodeBillList = new Gy_BarCodeBillList(); oGy_BarCodeBillList.MdiParent = oMain; oGy_BarCodeBillList.Show(); oMainForm.AddTabPage(oGy_BarCodeBillList); break; case "gy_barcodebill": // Gy_BarCodeBill oGy_BarCodeBill = new Gy_BarCodeBill(); oGy_BarCodeBill.BillStatus = Pub_Class.ClsPub.Enum_BillStatus.BillStatus_AddNew; oGy_BarCodeBill.ShowDialog(); break; case "gy_barcodebill_new": // Gy_BarCodeBill_New oGy_BarCodeBill_New = new Gy_BarCodeBill_New(); oGy_BarCodeBill_New.BillStatus = Pub_Class.ClsPub.Enum_BillStatus.BillStatus_AddNew; oGy_BarCodeBill_New.ShowDialog(); break; case "gy_barcodebill_rework": // Gy_BarCodeBill_Rework oGy_BarCodeBill_Rework = new Gy_BarCodeBill_Rework(); oGy_BarCodeBill_Rework.BillStatus = Pub_Class.ClsPub.Enum_BillStatus.BillStatus_AddNew; oGy_BarCodeBill_Rework.ShowDialog(); break; case "gy_cusbarcodebilllist": //ȨÏÞ Gy_CusBarCodeBillList oGy_CusBarCodeBillList = new Gy_CusBarCodeBillList(); oGy_CusBarCodeBillList.MdiParent = oMain; oGy_CusBarCodeBillList.Show(); oMainForm.AddTabPage(oGy_CusBarCodeBillList); break; case "gy_cusbarcodebill_kaibei": // Gy_CusBarCodeBill_KaiBei oGy_CusBarCodeBill_KaiBei = new Gy_CusBarCodeBill_KaiBei(); oGy_CusBarCodeBill_KaiBei.BillStatus = Pub_Class.ClsPub.Enum_BillStatus.BillStatus_AddNew; oGy_CusBarCodeBill_KaiBei.ShowDialog(); break; case "gy_cusbarcodebill_kaibei_langchao": // Gy_CusBarCodeBill_KaiBei_LangChao oGy_CusBarCodeBill_KaiBei_LangChao = new Gy_CusBarCodeBill_KaiBei_LangChao(); oGy_CusBarCodeBill_KaiBei_LangChao.BillStatus = Pub_Class.ClsPub.Enum_BillStatus.BillStatus_AddNew; oGy_CusBarCodeBill_KaiBei_LangChao.ShowDialog(); break; case "sc_icmotobarcode": // Sc_ICMOToBarCode oSc_ICMOToBarCode = new Sc_ICMOToBarCode(); oSc_ICMOToBarCode.BillStatus = Pub_Class.ClsPub.Enum_BillStatus.BillStatus_AddNew; oSc_ICMOToBarCode.ShowDialog(); break; case "kf_weightobarcode": // Kf_WeighToBarCode oKf_WeighToBarCode = new Kf_WeighToBarCode(); oKf_WeighToBarCode.ShowDialog(); break; case "kf_weightobarcode_stationoutbill": // Kf_WeighToBarCode_StationOutBill oKf_WeighToBarCode_StationOutBill = new Kf_WeighToBarCode_StationOutBill(); oKf_WeighToBarCode_StationOutBill.ShowDialog(); break; case "kf_barcodeoutinreport": //ȨÏÞ Kf_BarCodeOutInReport oKf_BarCodeOutInReport = new Kf_BarCodeOutInReport(); oKf_BarCodeOutInReport.MdiParent = oMain; oKf_BarCodeOutInReport.Show(); oMainForm.AddTabPage(oKf_BarCodeOutInReport); break; //========================================================== case "kf_virtualstockoutbill": Kf_VirtualStockOutBill oKf_VirtualStockOutBill = new Kf_VirtualStockOutBill(); oKf_VirtualStockOutBill.MdiParent = oMain; oKf_VirtualStockOutBill.Show(); oMainForm.AddTabPage(oKf_VirtualStockOutBill); break; case "kf_virtualstockoutbilllist": Kf_VirtualStockOutBillList oKf_VirtualStockOutBillList = new Kf_VirtualStockOutBillList(); oKf_VirtualStockOutBillList.MdiParent = oMain; oKf_VirtualStockOutBillList.Show(); oMainForm.AddTabPage(oKf_VirtualStockOutBillList); break; case "kf_virtualstockoutbillquery": Kf_VirtualStockOutBillQuery oKf_VirtualStockOutBillQuery = new Kf_VirtualStockOutBillQuery(); oKf_VirtualStockOutBillQuery.MdiParent = oMain; oKf_VirtualStockOutBillQuery.Show(); oMainForm.AddTabPage(oKf_VirtualStockOutBillQuery); break; case "kf_virtualstockinbill": Kf_VirtualStockInBill oKf_VirtualStockInBill = new Kf_VirtualStockInBill(); oKf_VirtualStockInBill.MdiParent = oMain; oKf_VirtualStockInBill.Show(); oMainForm.AddTabPage(oKf_VirtualStockInBill); break; case "kf_virtualstockinbilllist": Kf_VirtualStockInBillList oKf_VirtualStockInBillList = new Kf_VirtualStockInBillList(); oKf_VirtualStockInBillList.MdiParent = oMain; oKf_VirtualStockInBillList.Show(); oMainForm.AddTabPage(oKf_VirtualStockInBillList); break; case "kf_virtualstockinbillquery": Kf_VirtualStockInBillQuery oKf_VirtualStockInBillQuery = new Kf_VirtualStockInBillQuery(); oKf_VirtualStockInBillQuery.MdiParent = oMain; oKf_VirtualStockInBillQuery.Show(); oMainForm.AddTabPage(oKf_VirtualStockInBillQuery); break; case "kf_virtualstockmovebill": Kf_VirtualStockMoveBill oKf_VirtualStockMoveBill = new Kf_VirtualStockMoveBill(); oKf_VirtualStockMoveBill.MdiParent = oMain; oKf_VirtualStockMoveBill.Show(); oMainForm.AddTabPage(oKf_VirtualStockMoveBill); break; case "kf_virtualstockmovebilllist": Kf_VirtualStockMoveBillList oKf_VirtualStockMoveBillList = new Kf_VirtualStockMoveBillList(); oKf_VirtualStockMoveBillList.MdiParent = oMain; oKf_VirtualStockMoveBillList.Show(); oMainForm.AddTabPage(oKf_VirtualStockMoveBillList); break; case "kf_virtualstockmovebillquery": Kf_VirtualStockMoveBillQuery oKf_VirtualStockMoveBillQuery = new Kf_VirtualStockMoveBillQuery(); oKf_VirtualStockMoveBillQuery.MdiParent = oMain; oKf_VirtualStockMoveBillQuery.Show(); oMainForm.AddTabPage(oKf_VirtualStockMoveBillQuery); break; case "kf_inceptentinbill": // Kf_InceptEntInBill oKf_InceptEntInBill = new Kf_InceptEntInBill(); oKf_InceptEntInBill.ShowDialog(); break; case "kf_inceptentoutbilllist": //ȨÏÞ Kf_InceptEntOutBillList oKf_InceptEntOutBillList = new Kf_InceptEntOutBillList(); oKf_InceptEntOutBillList.MdiParent = oMain; oKf_InceptEntOutBillList.Show(); oMainForm.AddTabPage(oKf_InceptEntOutBillList); break; case "kf_inceptentinbilllist": //ȨÏÞ Kf_InceptEntInBillList oKf_InceptEntInBillList = new Kf_InceptEntInBillList(); oKf_InceptEntInBillList.MdiParent = oMain; oKf_InceptEntInBillList.Show(); oMainForm.AddTabPage(oKf_InceptEntInBillList); break; case "kf_inceptentoutbill": // Kf_InceptEntOutBill oKf_InceptEntOutBill = new Kf_InceptEntOutBill(); oKf_InceptEntOutBill.ShowDialog(); break; case "kf_entrustinbilllist": //ȨÏÞ Kf_EntrustInBillList oKf_EntrustInBillList = new Kf_EntrustInBillList(); oKf_EntrustInBillList.MdiParent = oMain; oKf_EntrustInBillList.Show(); oMainForm.AddTabPage(oKf_EntrustInBillList); break; case "kf_entrustinbill": // Kf_EntrustInBill oKf_EntrustInBill = new Kf_EntrustInBill(); oKf_EntrustInBill.ShowDialog(); break; case "kf_entrustoutbilllist": //ȨÏÞ Kf_EntrustOutBillList oKf_EntrustOutBillList = new Kf_EntrustOutBillList(); oKf_EntrustOutBillList.MdiParent = oMain; oKf_EntrustOutBillList.Show(); oMainForm.AddTabPage(oKf_EntrustOutBillList); break; case "kf_entrustoutbill": // Kf_EntrustOutBill oKf_EntrustOutBill = new Kf_EntrustOutBill(); oKf_EntrustOutBill.ShowDialog(); break; case "kf_selloutbilllist": //ȨÏÞ Kf_SellOutBillList oKf_SellOutBillList = new Kf_SellOutBillList(); oKf_SellOutBillList.MdiParent = oMain; oKf_SellOutBillList.Show(); oMainForm.AddTabPage(oKf_SellOutBillList); break; case "kf_selloutbill": // Kf_SellOutBill oKf_SellOutBill = new Kf_SellOutBill(); oKf_SellOutBill.ShowDialog(); break; case "kf_selloutbill_barcodenote": // Kf_SellOutBill_BarCodeNote oKf_SellOutBill_BarCodeNote = new Kf_SellOutBill_BarCodeNote(); oKf_SellOutBill_BarCodeNote.ShowDialog(); break; case "kf_mateoutbilllist": //ȨÏÞ Kf_MateOutBillList oKf_MateOutBillList = new Kf_MateOutBillList(); oKf_MateOutBillList.MdiParent = oMain; oKf_MateOutBillList.Show(); oMainForm.AddTabPage(oKf_MateOutBillList); break; case "kf_mateoutbill": // Kf_MateOutBill oKf_MateOutBill = new Kf_MateOutBill(); oKf_MateOutBill.ShowDialog(); break; case "kf_productinbilllist": //ȨÏÞ Kf_ProductInBillList oKf_ProductInBillList = new Kf_ProductInBillList(); oKf_ProductInBillList.MdiParent = oMain; oKf_ProductInBillList.Show(); oMainForm.AddTabPage(oKf_ProductInBillList); break; case "kf_productinbill": // Kf_ProductInBill oKf_ProductInBill = new Kf_ProductInBill(); oKf_ProductInBill.ShowDialog(); break; case "kf_postockinbilllist": //ȨÏÞ Kf_POStockInBillList oKf_POStockInBillList = new Kf_POStockInBillList(); oKf_POStockInBillList.MdiParent = oMain; oKf_POStockInBillList.Show(); oMainForm.AddTabPage(oKf_POStockInBillList); break; case "kf_postockinbill": // Kf_POStockInBill oKf_POStockInBill = new Kf_POStockInBill(); oKf_POStockInBill.ShowDialog(); break; case "kf_otherinbilllist": //ȨÏÞ Kf_OtherInBillList oKf_OtherInBillList = new Kf_OtherInBillList(); oKf_OtherInBillList.MdiParent = oMain; oKf_OtherInBillList.Show(); oMainForm.AddTabPage(oKf_OtherInBillList); break; case "kf_otherinbill": // Kf_OtherInBill oKf_OtherInBill = new Kf_OtherInBill(); oKf_OtherInBill.ShowDialog(); break; case "kf_otheroutbilllist": //ȨÏÞ Kf_OtherOutBillList oKf_OtherOutBillList = new Kf_OtherOutBillList(); oKf_OtherOutBillList.MdiParent = oMain; oKf_OtherOutBillList.Show(); oMainForm.AddTabPage(oKf_OtherOutBillList); break; case "kf_otheroutbill": // Kf_OtherOutBill oKf_OtherOutBill = new Kf_OtherOutBill(); oKf_OtherOutBill.ShowDialog(); break; case "kf_movestockbilllist": //ȨÏÞ Kf_MoveStockBillList oKf_MoveStockBillList = new Kf_MoveStockBillList(); oKf_MoveStockBillList.MdiParent = oMain; oKf_MoveStockBillList.Show(); oMainForm.AddTabPage(oKf_MoveStockBillList); break; case "kf_movestockbill": // Kf_MoveStockBill oKf_MoveStockBill = new Kf_MoveStockBill(); oKf_MoveStockBill.ShowDialog(); break; case "kf_checkstockbilllist": //ȨÏÞ Kf_CheckStockBillList oKf_CheckStockBillList = new Kf_CheckStockBillList(); oKf_CheckStockBillList.MdiParent = oMain; oKf_CheckStockBillList.Show(); oMainForm.AddTabPage(oKf_CheckStockBillList); break; case "kf_checkstockbill": // Kf_CheckStockBill oKf_CheckStockBill = new Kf_CheckStockBill(); oKf_CheckStockBill.ShowDialog(); break; case "kf_entrustcheckstockbilllist": //ȨÏÞ Kf_EntrustCheckStockBillList oKf_EntrustCheckStockBillList = new Kf_EntrustCheckStockBillList(); oKf_EntrustCheckStockBillList.MdiParent = oMain; oKf_EntrustCheckStockBillList.Show(); oMainForm.AddTabPage(oKf_EntrustCheckStockBillList); break; case "kf_entrustcheckstockbill": // Kf_EntrustCheckStockBill oKf_EntrustCheckStockBill = new Kf_EntrustCheckStockBill(); oKf_EntrustCheckStockBill.ShowDialog(); break; case "kf_mateoutrequestbilllist": //ȨÏÞ Kf_MateOutRequestBillList oKf_MateOutRequestBillList = new Kf_MateOutRequestBillList(); oKf_MateOutRequestBillList.MdiParent = oMain; oKf_MateOutRequestBillList.Show(); oMainForm.AddTabPage(oKf_MateOutRequestBillList); break; case "kf_mateoutrequestbill": // Kf_MateOutRequestBill oKf_MateOutRequestBill = new Kf_MateOutRequestBill(); oKf_MateOutRequestBill.ShowDialog(); break; //===================================±¨±í·ÖÎö case "kf_icinventory_barcode": Kf_ICInventory_BarCode oKf_ICInventory_BarCode = new Kf_ICInventory_BarCode(); oKf_ICInventory_BarCode.MdiParent = oMain; oKf_ICInventory_BarCode.ModCaption = gnmc; oKf_ICInventory_BarCode.Show(); oMainForm.AddTabPage(oKf_ICInventory_BarCode); break; case "wms_barcodestatusqueryreport": WMS_BarCodeStatusQueryReport oWMS_BarCodeStatusQueryReport = new WMS_BarCodeStatusQueryReport(); oWMS_BarCodeStatusQueryReport.MdiParent = oMain; oWMS_BarCodeStatusQueryReport.ModCaption = gnmc; oWMS_BarCodeStatusQueryReport.Show(); oMainForm.AddTabPage(oWMS_BarCodeStatusQueryReport); break; case "kf_icinventorylist": //ȨÏÞ WarM.KF_ICInventoryList oKF_ICInventoryList = new WarM.KF_ICInventoryList(); oKF_ICInventoryList.MdiParent = oMain; oKF_ICInventoryList.Show(); oMainForm.AddTabPage(oKF_ICInventoryList); break; case "kf_mateoutinbookreport": //ȨÏÞ Kf_MateOutInBookReport oKf_MateOutInBookReport = new Kf_MateOutInBookReport(); oKf_MateOutInBookReport.MdiParent = oMain; oKf_MateOutInBookReport.Show(); oMainForm.AddTabPage(oKf_MateOutInBookReport); break; case "kf_mateoutsumreport": //ȨÏÞ Kf_MateOutSumReport oKf_MateOutSumReport = new Kf_MateOutSumReport(); oKf_MateOutSumReport.MdiParent = oMain; oKf_MateOutSumReport.Show(); oMainForm.AddTabPage(oKf_MateOutSumReport); break; case "kf_matestockaccount": //ȨÏÞ Kf_MateStockAccount oKf_MateStockAccount = new Kf_MateStockAccount(); oKf_MateStockAccount.MdiParent = oMain; oKf_MateStockAccount.Show(); oMainForm.AddTabPage(oKf_MateStockAccount); break; case "kf_pstockinoutreport": //ȨÏÞ Kf_PStockInOutReport oKf_PStockInOutReport = new Kf_PStockInOutReport(); oKf_PStockInOutReport.MdiParent = oMain; oKf_PStockInOutReport.Show(); oMainForm.AddTabPage(oKf_PStockInOutReport); break; case "kf_pstockinoutsumreport": //ȨÏÞ Kf_PStockInOutSumReport oKf_PStockInOutSumReport = new Kf_PStockInOutSumReport(); oKf_PStockInOutSumReport.MdiParent = oMain; oKf_PStockInOutSumReport.Show(); oMainForm.AddTabPage(oKf_PStockInOutSumReport); break; case "kf_safestockreport": //ȨÏÞ Kf_SafeStockReport oKf_SafeStockReport = new Kf_SafeStockReport(); oKf_SafeStockReport.MdiParent = oMain; oKf_SafeStockReport.Show(); oMainForm.AddTabPage(oKf_SafeStockReport); break; case "pt_radiumcarvingcodebilllist": //ȨÏÞ Pt_RadiumCarvingCodeBillList oPt_RadiumCarvingCodeBillList = new Pt_RadiumCarvingCodeBillList(); oPt_RadiumCarvingCodeBillList.MdiParent = oMain; oPt_RadiumCarvingCodeBillList.Show(); oMainForm.AddTabPage(oPt_RadiumCarvingCodeBillList); break; case "sc_packunionbill": Sc_PackUnionBill oSc_PackUnionBill = new Sc_PackUnionBill(); oSc_PackUnionBill.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew; oSc_PackUnionBill.ModCaption = gnmc; oSc_PackUnionBill.ShowDialog(); break; case "gy_barcodebill_chaima": WarM.Gy_BarCodeBill_ChaiMa oGy_BarCodeBill_ChaiMa = new WarM.Gy_BarCodeBill_ChaiMa(); oGy_BarCodeBill_ChaiMa.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew; //oGy_BarCodeBill_ChaiMa.ModCaption = gnmc; oGy_BarCodeBill_ChaiMa.ShowDialog(); break; case "sc_cgkb": //ȨÏÞ Sc_CGKB oSc_CGKB = new Sc_CGKB(); oSc_CGKB.MdiParent = oMain; oSc_CGKB.Show(); oMainForm.AddTabPage(oSc_CGKB); break; case "sc_cjkb": //ȨÏÞ Sc_CJKB oSc_CJKB = new Sc_CJKB(); oSc_CJKB.MdiParent = oMain; oSc_CJKB.Show(); oMainForm.AddTabPage(oSc_CJKB); break; case "sc_qlkb": //ȨÏÞ Sc_QLKB oSc_QLKB = new Sc_QLKB(); oSc_QLKB.MdiParent = oMain; oSc_QLKB.Show(); oMainForm.AddTabPage(oSc_QLKB); break; case "kf_agvrequestbill_fastlist": //ȨÏÞ Kf_AGVRequestBill_FastList oKf_AGVRequestBill_FastList = new Kf_AGVRequestBill_FastList(); oKf_AGVRequestBill_FastList.MdiParent = oMain; oKf_AGVRequestBill_FastList.Show(); oMainForm.AddTabPage(oKf_AGVRequestBill_FastList); break; case "gy_barcodebill_automaticallybyplc": //ȨÏÞ Gy_BarCodeBill_automaticallyByPLC_New oGy_BarCodeBill_automaticallyByPLC = new Gy_BarCodeBill_automaticallyByPLC_New(); oGy_BarCodeBill_automaticallyByPLC.MdiParent = oMain; oGy_BarCodeBill_automaticallyByPLC.Show(); oMainForm.AddTabPage(oGy_BarCodeBill_automaticallyByPLC); break; case "gy_packbarcodebill_automaticallybyplc": //ȨÏÞ Gy_PackBarCodeBill_automaticallyByPLC oGy_PackBarCodeBill_automaticallyByPLC = new Gy_PackBarCodeBill_automaticallyByPLC(); oGy_PackBarCodeBill_automaticallyByPLC.MdiParent = oMain; oGy_PackBarCodeBill_automaticallyByPLC.Show(); oMainForm.AddTabPage(oGy_PackBarCodeBill_automaticallyByPLC); break; case "gy_barcodebill_automaticallybyplc_new_change": //ȨÏÞ Gy_BarCodeBill_automaticallyByPLC_New_Change oGy_BarCodeBill_automaticallyByPLC_New_Change = new Gy_BarCodeBill_automaticallyByPLC_New_Change(); oGy_BarCodeBill_automaticallyByPLC_New_Change.MdiParent = oMain; oGy_BarCodeBill_automaticallyByPLC_New_Change.Show(); oMainForm.AddTabPage(oGy_BarCodeBill_automaticallyByPLC_New_Change); break; default: break; } } catch (Exception e) { MessageBox.Show(e.Message); } } #endregion #region ´æ»õºËËã public void Zxxymk_CHHS(string gnsy, string gnmc, Form oMain) { //// MDIMain oMainForm; oMainForm = (MDIMain)oMain; //// if (gnsy.Length == 0) return; try { switch (gnsy.ToLower()) { default: break; } } catch (Exception e) { MessageBox.Show(e.Message); } } #endregion #region ²É¹ºÏµÍ³ public void Zxxymk_CGXT(string gnsy, string gnmc, Form oMain) { //// MDIMain oMainForm; oMainForm = (MDIMain)oMain; //// if (gnsy.Length == 0) return; try { switch (gnsy.ToLower()) { //case "cg_proinvoicebill_k3": // // // Cg_ProInvoiceBill_K3 oCg_ProInvoiceBill_K3 = new Cg_ProInvoiceBill_K3(); // oCg_ProInvoiceBill_K3.BillStatus = Pub_Class.ClsPub.Enum_BillStatus.BillStatus_AddNew; // oCg_ProInvoiceBill_K3.ShowDialog(); // break; //case "cg_proinvoicebilllist_k3": // //ȨÏÞ // Cg_ProInvoiceBillList_K3 oCg_ProInvoiceBillList_K3 = new Cg_ProInvoiceBillList_K3(); // oCg_ProInvoiceBillList_K3.MdiParent = oMain; // oCg_ProInvoiceBillList_K3.Show(); // oMainForm.AddTabPage(oCg_ProInvoiceBillList_K3); // break; //case "cg_proinvoicebillquery_k3": // //ȨÏÞ // Cg_ProInvoiceBillQuery_K3 oCg_ProInvoiceBillQuery_K3 = new Cg_ProInvoiceBillQuery_K3(); // oCg_ProInvoiceBillQuery_K3.MdiParent = oMain; // oCg_ProInvoiceBillQuery_K3.Show(); // oMainForm.AddTabPage(oCg_ProInvoiceBillQuery_K3); // break; //case "cg_proinvoicespecbill_k3": // // // Cg_ProInvoiceSpecBill_K3 oCg_ProInvoiceSpecBill_K3 = new Cg_ProInvoiceSpecBill_K3(); // oCg_ProInvoiceSpecBill_K3.BillStatus = Pub_Class.ClsPub.Enum_BillStatus.BillStatus_AddNew; // oCg_ProInvoiceSpecBill_K3.ShowDialog(); // break; //case "cg_proinvoicespecbilllist_k3": // //ȨÏÞ // Cg_ProInvoiceSpecBillList_K3 oCg_ProInvoiceSpecBillList_K3 = new Cg_ProInvoiceSpecBillList_K3(); // oCg_ProInvoiceSpecBillList_K3.MdiParent = oMain; // oCg_ProInvoiceSpecBillList_K3.Show(); // oMainForm.AddTabPage(oCg_ProInvoiceSpecBillList_K3); // break; //case "cg_proinvoicespecbillquery_k3": // //ȨÏÞ // Cg_ProInvoiceSpecBillQuery_K3 oCg_ProInvoiceSpecBillQuery_K3 = new Cg_ProInvoiceSpecBillQuery_K3(); // oCg_ProInvoiceSpecBillQuery_K3.MdiParent = oMain; // oCg_ProInvoiceSpecBillQuery_K3.Show(); // oMainForm.AddTabPage(oCg_ProInvoiceSpecBillQuery_K3); // break; //case "cg_poorderbill_k3_dr": // //ȨÏÞ // Cg_POOrderBill_K3_DR oCg_POOrderBill_K3_DR = new Cg_POOrderBill_K3_DR(); // oCg_POOrderBill_K3_DR.MdiParent = oMain; // oCg_POOrderBill_K3_DR.Show(); // oMainForm.AddTabPage(oCg_POOrderBill_K3_DR); // break; //case "kf_entrustorderbill_k3_dr": // //ȨÏÞ // Kf_EntrustOrderBill_K3_DR oKf_EntrustOrderBill_K3_DR = new Kf_EntrustOrderBill_K3_DR(); // oKf_EntrustOrderBill_K3_DR.MdiParent = oMain; // oKf_EntrustOrderBill_K3_DR.Show(); // oMainForm.AddTabPage(oKf_EntrustOrderBill_K3_DR); // break; //case "kf_entrustorderbillquery_k3": // //ȨÏÞ // Kf_EntrustOrderBillQuery_K3 oKf_EntrustOrderBillQuery_K3 = new Kf_EntrustOrderBillQuery_K3(); // oKf_EntrustOrderBillQuery_K3.MdiParent = oMain; // oKf_EntrustOrderBillQuery_K3.Show(); // oMainForm.AddTabPage(oKf_EntrustOrderBillQuery_K3); // break; //case "kf_entrustorderbilllist_k3": // //ȨÏÞ // Kf_EntrustOrderBillList_K3 oKf_EntrustOrderBillList_K3 = new Kf_EntrustOrderBillList_K3(); // oKf_EntrustOrderBillList_K3.MdiParent = oMain; // oKf_EntrustOrderBillList_K3.Show(); // oMainForm.AddTabPage(oKf_EntrustOrderBillList_K3); // break; //case "kf_entrustorderbill_k3": // // // Kf_EntrustOrderBill_K3 oKf_EntrustOrderBill_K3 = new Kf_EntrustOrderBill_K3(); // oKf_EntrustOrderBill_K3.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew; // oKf_EntrustOrderBill_K3.ShowDialog(); // break; //========================== case "cg_contractbilllist": //ȨÏÞ Cg_ContractBillList oCg_ContractBillList = new Cg_ContractBillList(); oCg_ContractBillList.MdiParent = oMain; oCg_ContractBillList.Show(); oMainForm.AddTabPage(oCg_ContractBillList); break; case "cg_contractbill": // Cg_ContractBill oCg_ContractBill = new Cg_ContractBill(); oCg_ContractBill.ShowDialog(); break; case "cg_porequestpricebilllist": //ȨÏÞ Cg_PORequestPriceBillList oCg_PORequestPriceBillList = new Cg_PORequestPriceBillList(); oCg_PORequestPriceBillList.MdiParent = oMain; oCg_PORequestPriceBillList.Show(); oMainForm.AddTabPage(oCg_PORequestPriceBillList); break; case "cg_porequestpricebill": // Cg_PORequestPriceBill oCg_PORequestPriceBill = new Cg_PORequestPriceBill(); oCg_PORequestPriceBill.ShowDialog(); break; case "kf_postockinbilllist": //ȨÏÞ Kf_POStockInBillList oKf_POStockInBillList = new Kf_POStockInBillList(); oKf_POStockInBillList.MdiParent = oMain; oKf_POStockInBillList.Show(); oMainForm.AddTabPage(oKf_POStockInBillList); break; case "kf_postockinbill": // Kf_POStockInBill oKf_POStockInBill = new Kf_POStockInBill(); oKf_POStockInBill.ShowDialog(); break; case "cg_poorderbilllist": //ȨÏÞ Cg_POOrderBillList oCg_POOrderBillList = new Cg_POOrderBillList(); oCg_POOrderBillList.MdiParent = oMain; oCg_POOrderBillList.Show(); oMainForm.AddTabPage(oCg_POOrderBillList); break; case "cg_poorderbill": // Cg_POOrderBill oCg_POOrderBill = new Cg_POOrderBill(); oCg_POOrderBill.ShowDialog(); break; case "cg_poinstockbilllist": //ȨÏÞ Cg_POInStockBillList oCg_POInStockBillList = new Cg_POInStockBillList(); oCg_POInStockBillList.MdiParent = oMain; oCg_POInStockBillList.Show(); oMainForm.AddTabPage(oCg_POInStockBillList); break; case "cg_poinstockbill": // Cg_POInStockBill oCg_POInStockBill = new Cg_POInStockBill(); oCg_POInStockBill.ShowDialog(); break; case "cg_poinstockbackbilllist": //ȨÏÞ Cg_POInStockBackBillList oCg_POInStockBackBillList = new Cg_POInStockBackBillList(); oCg_POInStockBackBillList.MdiParent = oMain; oCg_POInStockBackBillList.Show(); oMainForm.AddTabPage(oCg_POInStockBackBillList); break; case "cg_poinstockbackbill": // Cg_POInStockBackBill oCg_POInStockBackBill = new Cg_POInStockBackBill(); oCg_POInStockBackBill.ShowDialog(); break; case "cg_porequestbilllist": //ȨÏÞ Cg_PORequestBillList oCg_PORequestBillList = new Cg_PORequestBillList(); oCg_PORequestBillList.MdiParent = oMain; oCg_PORequestBillList.Show(); oMainForm.AddTabPage(oCg_PORequestBillList); break; case "cg_porequestbill": // Cg_PORequestBill oCg_PORequestBill = new Cg_PORequestBill(); oCg_PORequestBill.ShowDialog(); break; case "cg_invoicebilllist": //ȨÏÞ Cg_InvoiceBillList oCg_InvoiceBillList = new Cg_InvoiceBillList(); oCg_InvoiceBillList.MdiParent = oMain; oCg_InvoiceBillList.Show(); oMainForm.AddTabPage(oCg_InvoiceBillList); break; case "cg_invoicebill": // Cg_InvoiceBill oCg_InvoiceBill = new Cg_InvoiceBill(); oCg_InvoiceBill.ShowDialog(); oCg_InvoiceBill.Dispose(); break; //case "cg_poorderbilllist_k3": // //ȨÏÞ // Cg_POOrderBillList_K3 oCg_POOrderBillList_K3 = new Cg_POOrderBillList_K3(); // oCg_POOrderBillList_K3.MdiParent = oMain; // oCg_POOrderBillList_K3.Show(); // oMainForm.AddTabPage(oCg_POOrderBillList_K3); // break; //case "cg_poorderbill_k3": // // // Cg_POOrderBill_K3 oCg_POOrderBill_K3 = new Cg_POOrderBill_K3(); // oCg_POOrderBill_K3.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew; // oCg_POOrderBill_K3.ShowDialog(); // break; //case "cg_pooutstockbill_k3": // // // Cg_POOutStockBill_K3 oCg_POOutStockBill_K3 = new Cg_POOutStockBill_K3(); // oCg_POOutStockBill_K3.BillStatus = Pub_Class.ClsPub.Enum_BillStatus.BillStatus_AddNew; // oCg_POOutStockBill_K3.ShowDialog(); // break; //case "cg_pooutstockbilllist_k3": // //ȨÏÞ // Cg_POOutStockBillList_K3 oCg_POOutStockBillList_K3 = new Cg_POOutStockBillList_K3(); // oCg_POOutStockBillList_K3.MdiParent = oMain; // oCg_POOutStockBillList_K3.Show(); // oMainForm.AddTabPage(oCg_POOutStockBillList_K3); // break; //case "cg_pooutstockbillquery_k3": // //ȨÏÞ // Cg_POOutStockBillQuery_K3 oCg_POOutStockBillQuery_K3 = new Cg_POOutStockBillQuery_K3(); // oCg_POOutStockBillQuery_K3.MdiParent = oMain; // oCg_POOutStockBillQuery_K3.Show(); // oMainForm.AddTabPage(oCg_POOutStockBillQuery_K3); // break; //case "cg_poinstockbill_k3": // // // Cg_POInStockBill_K3 oCg_POInStockBill_K3 = new Cg_POInStockBill_K3(); // oCg_POInStockBill_K3.BillStatus = Pub_Class.ClsPub.Enum_BillStatus.BillStatus_AddNew; // oCg_POInStockBill_K3.ShowDialog(); // break; //case "cg_poinstockbilllist_k3": // //ȨÏÞ // Cg_POInStockBillList_K3 oCg_POInStockBillList_K3 = new Cg_POInStockBillList_K3(); // oCg_POInStockBillList_K3.MdiParent = oMain; // oCg_POInStockBillList_K3.Show(); // oMainForm.AddTabPage(oCg_POInStockBillList_K3); // break; //case "cg_poinstockbillquery_k3": // //ȨÏÞ // Cg_POInStockBillQuery_K3 oCg_POInStockBillQuery_K3 = new Cg_POInStockBillQuery_K3(); // oCg_POInStockBillQuery_K3.MdiParent = oMain; // oCg_POInStockBillQuery_K3.Show(); // oMainForm.AddTabPage(oCg_POInStockBillQuery_K3); // break; case "cg_poinstockbill_k3_dr": //ȨÏÞ //Cg_POInStockBill_K3_DR oCg_POInStockBill_K3_DR = new Cg_POInStockBill_K3_DR(); //oCg_POInStockBill_K3_DR.MdiParent = oMain; //oCg_POInStockBill_K3_DR.Show(); //oMainForm.AddTabPage(oCg_POInStockBill_K3_DR); break; //case "cg_contractbilllist": // //ȨÏÞ // Cg_ContractBillList oCg_ContractBillList = new Cg_ContractBillList(); // oCg_ContractBillList.MdiParent = oMain; // oCg_ContractBillList.Show(); // break; //case "cg_contractbill": // // // Cg_ContractBill oCg_ContractBill = new Cg_ContractBill(); // oCg_ContractBill.ShowDialog(); // oCg_ContractBill.Dispose(); // break; case "cg_invoicespecbilllist": //ȨÏÞ Cg_InvoiceSpecBillList oCg_InvoiceSpecBillList = new Cg_InvoiceSpecBillList(); oCg_InvoiceSpecBillList.MdiParent = oMain; oCg_InvoiceSpecBillList.Show(); oMainForm.AddTabPage(oCg_InvoiceSpecBillList); break; case "cg_invoicespecbill": // Cg_InvoiceSpecBill oCg_InvoiceSpecBill = new Cg_InvoiceSpecBill(); oCg_InvoiceSpecBill.ShowDialog(); break; case "cg_cgdetailreport": //ȨÏÞ Cg_CgDetailReport oCg_CgDetailReport = new Cg_CgDetailReport(); oCg_CgDetailReport.MdiParent = oMain; oCg_CgDetailReport.Show(); oMainForm.AddTabPage(oCg_CgDetailReport); break; case "cg_cgpoorderbilllist": //ȨÏÞ Cg_CgPOOrderBillList oCg_CgPOOrderBillList = new Cg_CgPOOrderBillList(); oCg_CgPOOrderBillList.MdiParent = oMain; oCg_CgPOOrderBillList.Show(); oMainForm.AddTabPage(oCg_CgPOOrderBillList); break; case "cg_cgpoorderprocreport": //ȨÏÞ Cg_CgPOOrderProcReport oCg_CgPOOrderProcReport = new Cg_CgPOOrderProcReport(); oCg_CgPOOrderProcReport.MdiParent = oMain; oCg_CgPOOrderProcReport.Show(); oMainForm.AddTabPage(oCg_CgPOOrderProcReport); break; case "cg_cgpriceanalysereport": //ȨÏÞ Cg_CgPriceAnalyseReport oCg_CgPriceAnalyseReport = new Cg_CgPriceAnalyseReport(); oCg_CgPriceAnalyseReport.MdiParent = oMain; oCg_CgPriceAnalyseReport.Show(); oMainForm.AddTabPage(oCg_CgPriceAnalyseReport); break; case "cg_cgsumreport": //ȨÏÞ Cg_CgSumReport oCg_CgSumReport = new Cg_CgSumReport(); oCg_CgSumReport.MdiParent = oMain; oCg_CgSumReport.Show(); oMainForm.AddTabPage(oCg_CgSumReport); break; case "cg_cgsumreportmonthreport": //ȨÏÞ //Cg_CgSumReportMonthReport oCg_CgSumReportMonthReport = new Cg_CgSumReportMonthReport(); //oCg_CgSumReportMonthReport.MdiParent = oMain; //oCg_CgSumReportMonthReport.Show(); //oMainForm.AddTabPage(oCg_CgSumReportMonthReport); break; case "ww_entrustorderbilllist": //ȨÏÞ WW_EntrustOrderBillList oWW_EntrustOrderBillList = new WW_EntrustOrderBillList(); oWW_EntrustOrderBillList.MdiParent = oMain; oWW_EntrustOrderBillList.Show(); oMainForm.AddTabPage(oWW_EntrustOrderBillList); break; case "ww_ppbombilllist": //ȨÏÞ WW_PPBomBillList oWW_PPBomBillList = new WW_PPBomBillList(); oWW_PPBomBillList.MdiParent = oMain; oWW_PPBomBillList.Show(); oMainForm.AddTabPage(oWW_PPBomBillList); break; default: break; } } catch (Exception e) { MessageBox.Show(e.Message); } } #endregion #region ÏúÊÛϵͳ public void Zxxymk_XSXT(string gnsy, string gnmc, Form oMain) { //// MDIMain oMainForm; oMainForm = (MDIMain)oMain; //// if (gnsy.Length == 0) return; try { switch (gnsy.ToLower()) { //case "xs_sellinvoicebill_k3": // // // Xs_SellInvoiceBill_K3 oXs_SellInvoiceBill_K3 = new Xs_SellInvoiceBill_K3(); // oXs_SellInvoiceBill_K3.BillStatus = Pub_Class.ClsPub.Enum_BillStatus.BillStatus_AddNew; // oXs_SellInvoiceBill_K3.ShowDialog(); // break; //case "xs_sellinvoicebilllist_k3": // //ȨÏÞ // Xs_SellInvoiceBillList_K3 oXs_SellInvoiceBillList_K3 = new Xs_SellInvoiceBillList_K3(); // oXs_SellInvoiceBillList_K3.MdiParent = oMain; // oXs_SellInvoiceBillList_K3.Show(); // oMainForm.AddTabPage(oXs_SellInvoiceBillList_K3); // break; //case "xs_sellinvoicebillquery_k3": // //ȨÏÞ // Xs_SellInvoiceBillQuery_K3 oXs_SellInvoiceBillQuery_K3 = new Xs_SellInvoiceBillQuery_K3(); // oXs_SellInvoiceBillQuery_K3.MdiParent = oMain; // oXs_SellInvoiceBillQuery_K3.Show(); // oMainForm.AddTabPage(oXs_SellInvoiceBillQuery_K3); // break; //case "xs_sellinvoicespecbill_k3": // // // Xs_SellInvoiceSpecBill_K3 oXs_SellInvoiceSpecBill_K3 = new Xs_SellInvoiceSpecBill_K3(); // oXs_SellInvoiceSpecBill_K3.BillStatus = Pub_Class.ClsPub.Enum_BillStatus.BillStatus_AddNew; // oXs_SellInvoiceSpecBill_K3.ShowDialog(); // break; //case "xs_sellinvoicespecbilllist_k3": // //ȨÏÞ // Xs_SellInvoiceSpecBillList_K3 oXs_SellInvoiceSpecBillList_K3 = new Xs_SellInvoiceSpecBillList_K3(); // oXs_SellInvoiceSpecBillList_K3.MdiParent = oMain; // oXs_SellInvoiceSpecBillList_K3.Show(); // oMainForm.AddTabPage(oXs_SellInvoiceSpecBillList_K3); // break; //case "xs_sellinvoicespecbillquery_k3": // //ȨÏÞ // Xs_SellInvoiceSpecBillQuery_K3 oXs_SellInvoiceSpecBillQuery_K3 = new Xs_SellInvoiceSpecBillQuery_K3(); // oXs_SellInvoiceSpecBillQuery_K3.MdiParent = oMain; // oXs_SellInvoiceSpecBillQuery_K3.Show(); // oMainForm.AddTabPage(oXs_SellInvoiceSpecBillQuery_K3); // break; //case "xs_seorderbill_k3_dr": // //ȨÏÞ // Xs_SeOrderBill_K3_DR oXs_SeOrderBill_K3_DR = new Xs_SeOrderBill_K3_DR(); // oXs_SeOrderBill_K3_DR.MdiParent = oMain; // oXs_SeOrderBill_K3_DR.Show(); // oMainForm.AddTabPage(oXs_SeOrderBill_K3_DR); // break; case "xs_sellplanexecutebill": Xs_SellPlanExecuteBill oXs_SellPlanExecuteBill = new Xs_SellPlanExecuteBill(); oXs_SellPlanExecuteBill.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew; oXs_SellPlanExecuteBill.ModCaption = gnmc; oXs_SellPlanExecuteBill.ShowDialog(); break; case "xs_sellplanexecutebilllist": Xs_SellPlanExecuteBillList oXs_SellPlanExecuteBillList = new Xs_SellPlanExecuteBillList(); oXs_SellPlanExecuteBillList.MdiParent = oMain; oXs_SellPlanExecuteBillList.ModCaption = gnmc; oXs_SellPlanExecuteBillList.Show(); oMainForm.AddTabPage(oXs_SellPlanExecuteBillList); break; //========================= //case "xs_seoutstockbackbill_k3": // // // Xs_SeOutStockBackBill_K3 oXs_SeOutStockBackBill_K3 = new Xs_SeOutStockBackBill_K3(); // oXs_SeOutStockBackBill_K3.BillStatus = Pub_Class.ClsPub.Enum_BillStatus.BillStatus_AddNew; // oXs_SeOutStockBackBill_K3.ShowDialog(); // break; //case "xs_seoutstockbackbilllist_k3": // //ȨÏÞ // Xs_SeOutStockBackBillList_K3 oXs_SeOutStockBackBillList_K3 = new Xs_SeOutStockBackBillList_K3(); // oXs_SeOutStockBackBillList_K3.MdiParent = oMain; // oXs_SeOutStockBackBillList_K3.Show(); // oMainForm.AddTabPage(oXs_SeOutStockBackBillList_K3); // break; //case "xs_seoutstockbackbillquery_k3": // //ȨÏÞ // Xs_SeOutStockBackBillQuery_K3 oXs_SeOutStockBackBillQuery_K3 = new Xs_SeOutStockBackBillQuery_K3(); // oXs_SeOutStockBackBillQuery_K3.MdiParent = oMain; // oXs_SeOutStockBackBillQuery_K3.Show(); // oMainForm.AddTabPage(oXs_SeOutStockBackBillQuery_K3); // break; //case "xs_seoutstockbill_k3_dr": // //ȨÏÞ // Xs_SeOutStockBill_K3_DR oXs_SeOutStockBill_K3_DR = new Xs_SeOutStockBill_K3_DR(); // oXs_SeOutStockBill_K3_DR.MdiParent = oMain; // oXs_SeOutStockBill_K3_DR.Show(); // oMainForm.AddTabPage(oXs_SeOutStockBill_K3_DR); // break; //case "xs_seoutstockbill_k3": // // // Xs_SeOutStockBill_K3 oXs_SeOutStockBill_K3 = new Xs_SeOutStockBill_K3(); // oXs_SeOutStockBill_K3.BillStatus = Pub_Class.ClsPub.Enum_BillStatus.BillStatus_AddNew; // oXs_SeOutStockBill_K3.ShowDialog(); // break; //case "xs_seoutstockbilllist_k3": // //ȨÏÞ // Xs_SeOutStockBillList_K3 oXs_SeOutStockBillList_K3 = new Xs_SeOutStockBillList_K3(); // oXs_SeOutStockBillList_K3.MdiParent = oMain; // oXs_SeOutStockBillList_K3.Show(); // oMainForm.AddTabPage(oXs_SeOutStockBillList_K3); // break; //case "xs_seoutstockbillquery_k3": // //ȨÏÞ // Xs_SeOutStockBillQuery_K3 oXs_SeOutStockBillQuery_K3 = new Xs_SeOutStockBillQuery_K3(); // oXs_SeOutStockBillQuery_K3.MdiParent = oMain; // oXs_SeOutStockBillQuery_K3.Show(); // oMainForm.AddTabPage(oXs_SeOutStockBillQuery_K3); // break; //case "xs_seorderbilllist_k3": // //ȨÏÞ // Xs_SeOrderBillList_K3 oXs_SeOrderBillList_K3 = new Xs_SeOrderBillList_K3(); // oXs_SeOrderBillList_K3.MdiParent = oMain; // oXs_SeOrderBillList_K3.Show(); // oMainForm.AddTabPage(oXs_SeOrderBillList_K3); // break; //case "xs_seorderbill_k3": // // // Xs_SeOrderBill_K3 oXs_SeOrderBill_K3 = new Xs_SeOrderBill_K3(); // oXs_SeOrderBill_K3.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew; // oXs_SeOrderBill_K3.ShowDialog(); // break; //======================================================== case "kf_selloutbilllist": //ȨÏÞ Kf_SellOutBillList oKf_SellOutBillList = new Kf_SellOutBillList(); oKf_SellOutBillList.MdiParent = oMain; oKf_SellOutBillList.Show(); oMainForm.AddTabPage(oKf_SellOutBillList); break; case "kf_selloutbill": // Kf_SellOutBill oKf_SellOutBill = new Kf_SellOutBill(); oKf_SellOutBill.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew; oKf_SellOutBill.ShowDialog(); break; case "xs_sellplanbilllist": //ȨÏÞ Xs_SellPlanBillList oXs_SellPlanBillList = new Xs_SellPlanBillList(); oXs_SellPlanBillList.MdiParent = oMain; oXs_SellPlanBillList.Show(); oMainForm.AddTabPage(oXs_SellPlanBillList); break; case "xs_sellplanbill": // Xs_SellPlanBill oXs_SellPlanBill = new Xs_SellPlanBill(); oXs_SellPlanBill.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew; oXs_SellPlanBill.ShowDialog(); break; case "xs_contractbilllist": //ȨÏÞ Xs_ContractBillList oXs_ContractBillList = new Xs_ContractBillList(); oXs_ContractBillList.MdiParent = oMain; oXs_ContractBillList.Show(); oMainForm.AddTabPage(oXs_ContractBillList); break; case "xs_contractbill": // Xs_ContractBill oXs_ContractBill = new Xs_ContractBill(); oXs_ContractBill.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew; oXs_ContractBill.ShowDialog(); break; case "xs_seorderbilllist": //ȨÏÞ Xs_SeOrderBillList oXs_SeOrderBillList = new Xs_SeOrderBillList(); oXs_SeOrderBillList.MdiParent = oMain; oXs_SeOrderBillList.Show(); oMainForm.AddTabPage(oXs_SeOrderBillList); break; case "xs_seorderbill": // Xs_SeOrderBill oXs_SeOrderBill = new Xs_SeOrderBill(); oXs_SeOrderBill.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew; oXs_SeOrderBill.ShowDialog(); break; case "xs_seoutstockbilllist": //ȨÏÞ Xs_SeOutStockBillList oXs_SeOutStockBillList = new Xs_SeOutStockBillList(); oXs_SeOutStockBillList.MdiParent = oMain; oXs_SeOutStockBillList.Show(); oMainForm.AddTabPage(oXs_SeOutStockBillList); break; case "xs_seoutstockbill": // Xs_SeOutStockBill oXs_SeOutStockBill = new Xs_SeOutStockBill(); oXs_SeOutStockBill.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew; oXs_SeOutStockBill.ShowDialog(); break; case "xs_seoutstockbackbilllist": //ȨÏÞ Xs_SeOutStockBackBillList oXs_SeOutStockBackBillList = new Xs_SeOutStockBackBillList(); oXs_SeOutStockBackBillList.MdiParent = oMain; oXs_SeOutStockBackBillList.Show(); oMainForm.AddTabPage(oXs_SeOutStockBackBillList); break; case "xs_seoutstockbackbill": // Xs_SeOutStockBackBill oXs_SeOutStockBackBill = new Xs_SeOutStockBackBill(); oXs_SeOutStockBackBill.ShowDialog(); break; case "xs_invoicebilllist": //ȨÏÞ Xs_InvoiceBillList oXs_InvoiceBillList = new Xs_InvoiceBillList(); oXs_InvoiceBillList.MdiParent = oMain; oXs_InvoiceBillList.Show(); oMainForm.AddTabPage(oXs_InvoiceBillList); break; case "xs_invoicebill": // Xs_InvoiceBill oXs_InvoiceBill = new Xs_InvoiceBill(); oXs_InvoiceBill.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew; oXs_InvoiceBill.ShowDialog(); break; case "xs_invoicespecbilllist": //ȨÏÞ Xs_InvoiceSpecBillList oXs_InvoiceSpecBillList = new Xs_InvoiceSpecBillList(); oXs_InvoiceSpecBillList.MdiParent = oMain; oXs_InvoiceSpecBillList.Show(); oMainForm.AddTabPage(oXs_InvoiceSpecBillList); break; case "xs_invoicespecbill": // Xs_InvoiceSpecBill oXs_InvoiceSpecBill = new Xs_InvoiceSpecBill(); oXs_InvoiceSpecBill.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew; oXs_InvoiceSpecBill.ShowDialog(); break; //case "xs_rebatebalbill": // Xs_RebateBalBill oXs_RebateBalBill = new Xs_RebateBalBill(); // oXs_RebateBalBill.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew; // oXs_RebateBalBill.ShowDialog(); // break; //case "xs_rebatebalbilllist": // Xs_RebateBalBillList oXs_RebateBalBillList = new Xs_RebateBalBillList(); // oXs_RebateBalBillList.MdiParent = oMain; // oXs_RebateBalBillList.Show(); // oMainForm.AddTabPage(oXs_RebateBalBillList); // break; //case "xs_saleenoughtargetbill": // Xs_SaleEnoughTargetBill oXs_SaleEnoughTargetBill = new Xs_SaleEnoughTargetBill(); // oXs_SaleEnoughTargetBill.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew; // oXs_SaleEnoughTargetBill.ShowDialog(); // break; //case "xs_saleenoughtargetbilllist": // Xs_SaleEnoughTargetBillList oXs_SaleEnoughTargetBillList = new Xs_SaleEnoughTargetBillList(); // oXs_SaleEnoughTargetBillList.MdiParent = oMain; // oXs_SaleEnoughTargetBillList.Show(); // oMainForm.AddTabPage(oXs_SaleEnoughTargetBillList); // break; //case "xs_fillbeerdiscountbill": // Xs_FillBeerDiscountBill oXs_FillBeerDiscountBill = new Xs_FillBeerDiscountBill(); // oXs_FillBeerDiscountBill.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew; // oXs_FillBeerDiscountBill.ShowDialog(); // break; //case "xs_fillbeerdiscountbilllist": // Xs_FillBeerDiscountBillList oXs_FillBeerDiscountBillList = new Xs_FillBeerDiscountBillList(); // oXs_FillBeerDiscountBillList.MdiParent = oMain; // oXs_FillBeerDiscountBillList.Show(); // oMainForm.AddTabPage(oXs_FillBeerDiscountBillList); // break; //case "xs_shippingadvicebill": // // // Xs_ShippingAdviceBill oXs_ShippingAdviceBill = new Xs_ShippingAdviceBill(); // oXs_ShippingAdviceBill.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew; // oXs_ShippingAdviceBill.ShowDialog(); // break; //case "xs_shippingadvicebilllist": // //ȨÏÞ // Xs_ShippingAdviceBillList oXs_ShippingAdviceBillList = new Xs_ShippingAdviceBillList(); // oXs_ShippingAdviceBillList.MdiParent = oMain; // oXs_ShippingAdviceBillList.Show(); // oMainForm.AddTabPage(oXs_ShippingAdviceBillList); // break; //case "xs_shippingadvicebillquery": // //ȨÏÞ // Xs_ShippingAdviceBillQuery oXs_ShippingAdviceBillQuery = new Xs_ShippingAdviceBillQuery(); // oXs_ShippingAdviceBillQuery.MdiParent = oMain; // oXs_ShippingAdviceBillQuery.Show(); // oMainForm.AddTabPage(oXs_ShippingAdviceBillQuery); // break; //case "xs_ladingbill": // // // Xs_LadingBill oXs_LadingBill = new Xs_LadingBill(); // oXs_LadingBill.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew; // oXs_LadingBill.ShowDialog(); // break; //case "xs_ladingbilllist": // //ȨÏÞ // Xs_LadingBillList oXs_LadingBillList = new Xs_LadingBillList(); // oXs_LadingBillList.MdiParent = oMain; // oXs_LadingBillList.Show(); // oMainForm.AddTabPage(oXs_LadingBillList); // break; //case "xs_ladingbillquery": // //ȨÏÞ // Xs_LadingBillQuery oXs_LadingBillQuery = new Xs_LadingBillQuery(); // oXs_LadingBillQuery.MdiParent = oMain; // oXs_LadingBillQuery.Show(); // oMainForm.AddTabPage(oXs_LadingBillQuery); // break; //===================================================== //case "a3_seorderbilllist": // A3_SeOrderBillList oA3_SeOrderBillList = new A3_SeOrderBillList(); // oA3_SeOrderBillList.MdiParent = oMain; // oA3_SeOrderBillList.ModCaption = gnmc; // oA3_SeOrderBillList.Show(); // oMainForm.AddTabPage(oA3_SeOrderBillList); // break; //case "a3_selloutbilllist": // A3_SellOutBillList oA3_SellOutBillList = new A3_SellOutBillList(); // oA3_SellOutBillList.MdiParent = oMain; // oA3_SellOutBillList.ModCaption = gnmc; // oA3_SellOutBillList.Show(); // oMainForm.AddTabPage(oA3_SellOutBillList); // break; //========================== //case "xs_selloutbill_cp_teechart": // Xs_SellOutBill_CP_TeeChart oXs_SellOutBill_CP_TeeChart = new Xs_SellOutBill_CP_TeeChart(); // oXs_SellOutBill_CP_TeeChart.MdiParent = oMain; // oXs_SellOutBill_CP_TeeChart.ModCaption = gnmc; // oXs_SellOutBill_CP_TeeChart.Show(); // oMainForm.AddTabPage(oXs_SellOutBill_CP_TeeChart); // break; //case "xs_selloutbill_cus_teechart": // Xs_SellOutBill_Cus_TeeChart oXs_SellOutBill_Cus_TeeChart = new Xs_SellOutBill_Cus_TeeChart(); // oXs_SellOutBill_Cus_TeeChart.MdiParent = oMain; // oXs_SellOutBill_Cus_TeeChart.ModCaption = gnmc; // oXs_SellOutBill_Cus_TeeChart.Show(); // oMainForm.AddTabPage(oXs_SellOutBill_Cus_TeeChart); // break; //case "xs_selloutbill_mx_teechart": // Xs_SellOutBill_Mx_TeeChart oXs_SellOutBill_Mx_TeeChart = new Xs_SellOutBill_Mx_TeeChart(); // oXs_SellOutBill_Mx_TeeChart.MdiParent = oMain; // oXs_SellOutBill_Mx_TeeChart.ModCaption = gnmc; // oXs_SellOutBill_Mx_TeeChart.Show(); // oMainForm.AddTabPage(oXs_SellOutBill_Mx_TeeChart); // break; //case "xs_selloutbill_quyu_teechart": // Xs_SellOutBill_Quyu_TeeChart oXs_SellOutBill_Quyu_TeeChart = new Xs_SellOutBill_Quyu_TeeChart(); // oXs_SellOutBill_Quyu_TeeChart.MdiParent = oMain; // oXs_SellOutBill_Quyu_TeeChart.ModCaption = gnmc; // oXs_SellOutBill_Quyu_TeeChart.Show(); // oMainForm.AddTabPage(oXs_SellOutBill_Quyu_TeeChart); // break; //case "xs_selloutbill_type_teechart": // Xs_SellOutBill_Type_TeeChart oXs_SellOutBill_Type_TeeChart = new Xs_SellOutBill_Type_TeeChart(); // oXs_SellOutBill_Type_TeeChart.MdiParent = oMain; // oXs_SellOutBill_Type_TeeChart.ModCaption = gnmc; // oXs_SellOutBill_Type_TeeChart.Show(); // oMainForm.AddTabPage(oXs_SellOutBill_Type_TeeChart); // break; //case "xs_contactbal2_k3": // Xs_ContactBal2_K3 oXs_ContactBal2_K3 = new Xs_ContactBal2_K3(); // oXs_ContactBal2_K3.MdiParent = oMain; // oXs_ContactBal2_K3.ModCaption = gnmc; // oXs_ContactBal2_K3.Show(); // oMainForm.AddTabPage(oXs_ContactBal2_K3); // break; //case "xs_contactbal_k3": // Xs_ContactBal_K3 oXs_ContactBal_K3 = new Xs_ContactBal_K3(); // oXs_ContactBal_K3.MdiParent = oMain; // oXs_ContactBal_K3.ModCaption = gnmc; // oXs_ContactBal_K3.Show(); // oMainForm.AddTabPage(oXs_ContactBal_K3); // break; //case "xs_selloutbill_cp2_teechart": // Xs_SellOutBill_CP2_TeeChart oXs_SellOutBill_CP2_TeeChart = new Xs_SellOutBill_CP2_TeeChart(); // oXs_SellOutBill_CP2_TeeChart.MdiParent = oMain; // oXs_SellOutBill_CP2_TeeChart.ModCaption = gnmc; // oXs_SellOutBill_CP2_TeeChart.Show(); // oMainForm.AddTabPage(oXs_SellOutBill_CP2_TeeChart); // break; //case "xs_selloutbill_cus2_teechart": // Xs_SellOutBill_Cus2_TeeChart oXs_SellOutBill_Cus2_TeeChart = new Xs_SellOutBill_Cus2_TeeChart(); // oXs_SellOutBill_Cus2_TeeChart.MdiParent = oMain; // oXs_SellOutBill_Cus2_TeeChart.ModCaption = gnmc; // oXs_SellOutBill_Cus2_TeeChart.Show(); // oMainForm.AddTabPage(oXs_SellOutBill_Cus2_TeeChart); // break; //case "xs_selloutbill_mx2_teechart": // Xs_SellOutBill_Mx2_TeeChart oXs_SellOutBill_Mx2_TeeChart = new Xs_SellOutBill_Mx2_TeeChart(); // oXs_SellOutBill_Mx2_TeeChart.MdiParent = oMain; // oXs_SellOutBill_Mx2_TeeChart.ModCaption = gnmc; // oXs_SellOutBill_Mx2_TeeChart.Show(); // oMainForm.AddTabPage(oXs_SellOutBill_Mx2_TeeChart); // break; default: break; } } catch (Exception e) { MessageBox.Show(e.Message); } } #endregion #region ÈËʹÜÀí public void Zxxymk_HRGL(string gnsy, string gnmc, Form oMain) { //// MDIMain oMainForm; oMainForm = (MDIMain)oMain; //// if (gnsy.Length == 0) return; try { switch (gnsy.ToLower()) { //case "hr_empchangebilllist": // //ȨÏÞ // HR_EmpChangeBillList oHR_EmpChangeBillList = new HR_EmpChangeBillList(); // oHR_EmpChangeBillList.MdiParent = oMain; // oHR_EmpChangeBillList.Show(); // oMainForm.AddTabPage(oHR_EmpChangeBillList); // break; //case "hr_empchangebill": // // // HR_EmpChangeBill oHR_EmpChangeBill = new HR_EmpChangeBill(); // oHR_EmpChangeBill.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew; // oHR_EmpChangeBill.ShowDialog(); // break; default: break; } } catch (Exception e) { MessageBox.Show(e.Message); } } #endregion #region ÊÛºó¹ÜÀí public void Zxxymk_SHXT(string gnsy, string gnmc, Form oMain) { //// MDIMain oMainForm; oMainForm = (MDIMain)oMain; //// if (gnsy.Length == 0) return; try { switch (gnsy.ToLower()) { //case "crm_getneedcheckcusappealdisposebilllist": // Crm_GetNeedCheckCusAppealDisposeBillList oCrm_GetNeedCheckCusAppealDisposeBillList = new Crm_GetNeedCheckCusAppealDisposeBillList(); // oCrm_GetNeedCheckCusAppealDisposeBillList.MdiParent = oMain; // //oCrm_GetNeedCheckCusAppealDisposeBillList.ModCaption = gnmc; // oCrm_GetNeedCheckCusAppealDisposeBillList.Show(); // oMainForm.AddTabPage(oCrm_GetNeedCheckCusAppealDisposeBillList); // break; //case "crm_cusappealdisposebilllist": // //ȨÏÞ // Crm_CusAppealDisposeBillList oCrm_CusAppealDisposeBillList = new Crm_CusAppealDisposeBillList(); // oCrm_CusAppealDisposeBillList.MdiParent = oMain; // oCrm_CusAppealDisposeBillList.Show(); // oMainForm.AddTabPage(oCrm_CusAppealDisposeBillList); // break; //case "crm_cusappealdisposebill": // // // Crm_CusAppealDisposeBill oCrm_CusAppealDisposeBill = new Crm_CusAppealDisposeBill(); // oCrm_CusAppealDisposeBill.ShowDialog(); // break; //case "sec_productrepairbilllist": // //ȨÏÞ // Sec_ProductRepairBillList oSec_ProductRepairBillList = new Sec_ProductRepairBillList(); // oSec_ProductRepairBillList.MdiParent = oMain; // oSec_ProductRepairBillList.Show(); // oMainForm.AddTabPage(oSec_ProductRepairBillList); // break; //case "sec_productrepairbill": // // // Sec_ProductRepairBill oSec_ProductRepairBill = new Sec_ProductRepairBill(); // oSec_ProductRepairBill.ShowDialog(); // break; //case "crm_cusappealbill": // Crm_CusAppealBill oCrm_CusAppealBill = new Crm_CusAppealBill(); // oCrm_CusAppealBill.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew; // oCrm_CusAppealBill.ModCaption = gnmc; // oCrm_CusAppealBill.ShowDialog(); // break; //case "crm_cusappealbilllist": // Crm_CusAppealBillList oCrm_CusAppealBillList = new Crm_CusAppealBillList(); // oCrm_CusAppealBillList.MdiParent = oMain; // oCrm_CusAppealBillList.ModCaption = gnmc; // oCrm_CusAppealBillList.Show(); // oMainForm.AddTabPage(oCrm_CusAppealBillList); // break; //case "crm_cusservicebill": // Crm_CusServiceBill oCrm_CusServiceBill = new Crm_CusServiceBill(); // oCrm_CusServiceBill.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew; // oCrm_CusServiceBill.ModCaption = gnmc; // oCrm_CusServiceBill.ShowDialog(); // break; //case "crm_cusservicebilllist": // Crm_CusServiceBillList oCrm_CusServiceBillList = new Crm_CusServiceBillList(); // oCrm_CusServiceBillList.MdiParent = oMain; // oCrm_CusServiceBillList.ModCaption = gnmc; // oCrm_CusServiceBillList.Show(); // oMainForm.AddTabPage(oCrm_CusServiceBillList); // break; //case "pro_designbluerequestbill": // Pro_DesignBlueRequestBill oPro_DesignBlueRequestBill = new Pro_DesignBlueRequestBill(); // oPro_DesignBlueRequestBill.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew; // oPro_DesignBlueRequestBill.ModCaption = gnmc; // oPro_DesignBlueRequestBill.ShowDialog(); // break; //case "pro_designbluerequestbilllist": // Pro_DesignBlueRequestBillList oPro_DesignBlueRequestBillList = new Pro_DesignBlueRequestBillList(); // oPro_DesignBlueRequestBillList.MdiParent = oMain; // oPro_DesignBlueRequestBillList.ModCaption = gnmc; // oPro_DesignBlueRequestBillList.Show(); // oMainForm.AddTabPage(oPro_DesignBlueRequestBillList); // break; //case "pro_getneedcheckdesignbluerequestbill": // Pro_GetNeedCheckDesignBlueRequestBill oPro_GetNeedCheckDesignBlueRequestBill = new Pro_GetNeedCheckDesignBlueRequestBill(); // oPro_GetNeedCheckDesignBlueRequestBill.MdiParent = oMain; // //oPro_GetNeedCheckDesignBlueRequestBill.ModCaption = gnmc; // oPro_GetNeedCheckDesignBlueRequestBill.Show(); // oMainForm.AddTabPage(oPro_GetNeedCheckDesignBlueRequestBill); // break; //case "pro_projectcheckbill": // Pro_ProjectCheckBill oPro_ProjectCheckBill = new Pro_ProjectCheckBill(); // oPro_ProjectCheckBill.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew; // oPro_ProjectCheckBill.ModCaption = gnmc; // oPro_ProjectCheckBill.ShowDialog(); // break; //case "pro_projectcheckbilllist": // Pro_ProjectCheckBillList oPro_ProjectCheckBillList = new Pro_ProjectCheckBillList(); // oPro_ProjectCheckBillList.MdiParent = oMain; // oPro_ProjectCheckBillList.ModCaption = gnmc; // oPro_ProjectCheckBillList.Show(); // oMainForm.AddTabPage(oPro_ProjectCheckBillList); // break; //case "pro_projectrequestbill": // Pro_ProjectRequestBill oPro_ProjectRequestBill = new Pro_ProjectRequestBill(); // oPro_ProjectRequestBill.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew; // oPro_ProjectRequestBill.ModCaption = gnmc; // oPro_ProjectRequestBill.ShowDialog(); // break; //case "pro_projectrequestbilllist": // Pro_ProjectRequestBillList oPro_ProjectRequestBillList = new Pro_ProjectRequestBillList(); // oPro_ProjectRequestBillList.MdiParent = oMain; // oPro_ProjectRequestBillList.ModCaption = gnmc; // oPro_ProjectRequestBillList.Show(); // oMainForm.AddTabPage(oPro_ProjectRequestBillList); // break; //case "sec_servicebilllist"://·þÎñµ¥ // //ȨÏÞ // Sec_ServiceBillList oSec_ServiceBillList = new Sec_ServiceBillList(); // oSec_ServiceBillList.MdiParent = oMain; // oSec_ServiceBillList.Show(); // oMainForm.AddTabPage(oSec_ServiceBillList); // break; //case "sec_servicebill": // // // Sec_ServiceBill oSec_ServiceBill = new Sec_ServiceBill(); // oSec_ServiceBill.ShowDialog(); // break; //case "sec_servicesendworkbilllist"://·þÎñÅɹ¤µ¥ // //ȨÏÞ // Sec_ServiceSendWorkBillList oSec_ServiceSendWorkBillList = new Sec_ServiceSendWorkBillList(); // oSec_ServiceSendWorkBillList.MdiParent = oMain; // oSec_ServiceSendWorkBillList.Show(); // oMainForm.AddTabPage(oSec_ServiceSendWorkBillList); // break; //case "sec_servicesendworkbill": // // // Sec_ServiceSendWorkBill oSec_ServiceSendWorkBill = new Sec_ServiceSendWorkBill(); // oSec_ServiceSendWorkBill.ShowDialog(); // break; //case "sec_servicebalbill": // Sec_ServiceBalBill oSec_ServiceBalBill = new Sec_ServiceBalBill(); // oSec_ServiceBalBill.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew; // oSec_ServiceBalBill.ShowDialog(); // break; //case "sec_servicebalbilllist": // Sec_ServiceBalBillList oSec_ServiceBalBillList = new Sec_ServiceBalBillList(); // oSec_ServiceBalBillList.MdiParent = oMain; // oSec_ServiceBalBillList.Show(); // oMainForm.AddTabPage(oSec_ServiceBalBillList); // break; //// //case "sec_servicebilling": // Sec_ServiceBilling oSec_ServiceBilling = new Sec_ServiceBilling(); // oSec_ServiceBilling.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew; // oSec_ServiceBilling.ShowDialog(); // break; //case "sec_servicebillinglist": // Sec_ServiceBillingList oSec_ServiceBillingList = new Sec_ServiceBillingList(); // oSec_ServiceBillingList.MdiParent = oMain; // oSec_ServiceBillingList.Show(); // oMainForm.AddTabPage(oSec_ServiceBillingList); // break; //// default: break; } } catch (Exception e) { MessageBox.Show(e.Message); } } #endregion #region ¼Æ»®¹ÜÀí public void Zxxymk_JHGL(string gnsy, string gnmc, Form oMain) { //// MDIMain oMainForm; oMainForm = (MDIMain)oMain; //// if (gnsy.Length == 0) return; try { switch (gnsy.ToLower()) { //case "sc_pporderbill_k3_dr": // //ȨÏÞ // Sc_PPOrderBill_K3_DR oSc_PPOrderBill_K3_DR = new Sc_PPOrderBill_K3_DR(); // oSc_PPOrderBill_K3_DR.MdiParent = oMain; // oSc_PPOrderBill_K3_DR.Show(); // oMainForm.AddTabPage(oSc_PPOrderBill_K3_DR); // break; case "sc_productionlinelist": Sc_ProductionLineList oSc_ProductionLineList = new Sc_ProductionLineList(); oSc_ProductionLineList.MdiParent = oMain; oSc_ProductionLineList.ModCaption = gnmc; oSc_ProductionLineList.Show(); oMainForm.AddTabPage(oSc_ProductionLineList); break; //=========================K3 //case "k3_process": // K3_Process oK3_Process = new K3_Process(); // oK3_Process.MdiParent = oMain; // oK3_Process.Show(); // oMainForm.AddTabPage(oK3_Process); // break; //case "k3_routingbill": // K3_RoutingBill oK3_RoutingBill = new K3_RoutingBill(); // oK3_RoutingBill.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew; // oK3_RoutingBill.ModCaption = gnmc; // oK3_RoutingBill.ShowDialog(); // break; //case "k3_routingbilllist": // K3_RoutingBillList oK3_RoutingBillList = new K3_RoutingBillList(); // oK3_RoutingBillList.MdiParent = oMain; // oK3_RoutingBillList.Show(); // oMainForm.AddTabPage(oK3_RoutingBillList); // break; //case "k3_source": // K3_Source oK3_Source = new K3_Source(); // oK3_Source.MdiParent = oMain; // oK3_Source.Show(); // oMainForm.AddTabPage(oK3_Source); // break; //case "k3_workcenter": // K3_WorkCenter oK3_WorkCenter = new K3_WorkCenter(); // oK3_WorkCenter.MdiParent = oMain; // oK3_WorkCenter.Show(); // oMainForm.AddTabPage(oK3_WorkCenter); // break; //case "k3_group": // K3_Group oK3_Group = new K3_Group(); // oK3_Group.MdiParent = oMain; // oK3_Group.Show(); // oMainForm.AddTabPage(oK3_Group); // break; //case "sc_icmrpresultbill_k3": // Sc_ICMrpResultBill_K3 oSc_ICMrpResultBill_K3 = new Sc_ICMrpResultBill_K3(); // oSc_ICMrpResultBill_K3.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew; // oSc_ICMrpResultBill_K3.ModCaption = gnmc; // oSc_ICMrpResultBill_K3.ShowDialog(); // break; //case "sc_icmrpresultbilllist_k3": // Sc_ICMrpResultBillList_K3 oSc_ICMrpResultBillList_K3 = new Sc_ICMrpResultBillList_K3(); // oSc_ICMrpResultBillList_K3.MdiParent = oMain; // oSc_ICMrpResultBillList_K3.Show(); // oMainForm.AddTabPage(oSc_ICMrpResultBillList_K3); // break; //case "gy_icbombill_k3": // Gy_ICBomBill_K3 oGy_ICBomBill_K3 = new Gy_ICBomBill_K3(); // oGy_ICBomBill_K3.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew; // oGy_ICBomBill_K3.ModCaption = gnmc; // oGy_ICBomBill_K3.ShowDialog(); // break; //case "gy_icbombilllist_k3": // Gy_ICBomBillList_K3 oGy_ICBomBillList_K3 = new Gy_ICBomBillList_K3(); // oGy_ICBomBillList_K3.MdiParent = oMain; // oGy_ICBomBillList_K3.Show(); // oMainForm.AddTabPage(oGy_ICBomBillList_K3); // break; //case "sc_icbombillmuilist_k3": // Sc_ICBomBillMuiList_K3 oSc_ICBomBillMuiList_K3 = new Sc_ICBomBillMuiList_K3(); // oSc_ICBomBillMuiList_K3.MdiParent = oMain; // oSc_ICBomBillMuiList_K3.Show(); // oMainForm.AddTabPage(oSc_ICBomBillMuiList_K3); // break; //case "sc_pporderbill_k3": // Sc_PPOrderBill_K3 oSc_PPOrderBill_K3 = new Sc_PPOrderBill_K3(); // oSc_PPOrderBill_K3.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew; // oSc_PPOrderBill_K3.ModCaption = gnmc; // oSc_PPOrderBill_K3.ShowDialog(); // break; //case "sc_pporderbilllist_k3": // Sc_PPOrderBillList_K3 oSc_PPOrderBillList_K3 = new Sc_PPOrderBillList_K3(); // oSc_PPOrderBillList_K3.MdiParent = oMain; // oSc_PPOrderBillList_K3.ModCaption = gnmc; // oSc_PPOrderBillList_K3.Show(); // oMainForm.AddTabPage(oSc_PPOrderBillList_K3); // break; //case "gy_icbombillquery_k3": // //ȨÏÞ // Gy_ICBomBillQuery_K3 oGy_ICBomBillQuery_K3 = new Gy_ICBomBillQuery_K3(); // oGy_ICBomBillQuery_K3.MdiParent = oMain; // oGy_ICBomBillQuery_K3.Show(); // oMainForm.AddTabPage(oGy_ICBomBillQuery_K3); // break; //case "k3_routingbillquery": // //ȨÏÞ // K3_RoutingBillQuery oK3_RoutingBillQuery = new K3_RoutingBillQuery(); // oK3_RoutingBillQuery.MdiParent = oMain; // oK3_RoutingBillQuery.Show(); // oMainForm.AddTabPage(oK3_RoutingBillQuery); // break; //==================================================== case "gy_routingbill": Gy_RoutingBill oGy_RoutingBill = new Gy_RoutingBill(); oGy_RoutingBill.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew; oGy_RoutingBill.ModCaption = gnmc; oGy_RoutingBill.ShowDialog(); break; case "gy_routingbilllist": Gy_RoutingBillList oGy_RoutingBillList = new Gy_RoutingBillList(); oGy_RoutingBillList.MdiParent = oMain; oGy_RoutingBillList.ModCaption = gnmc; oGy_RoutingBillList.Show(); oMainForm.AddTabPage(oGy_RoutingBillList); break; case "gy_icbombill": Gy_ICBomBill oGy_ICBomBill = new Gy_ICBomBill(); oGy_ICBomBill.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew; oGy_ICBomBill.ModCaption = gnmc; oGy_ICBomBill.ShowDialog(); break; case "gy_icbombilllist": Gy_ICBomBillList oGy_ICBomBillList = new Gy_ICBomBillList(); oGy_ICBomBillList.MdiParent = oMain; oGy_ICBomBillList.ModCaption = gnmc; oGy_ICBomBillList.Show(); oMainForm.AddTabPage(oGy_ICBomBillList); break; case "gy_group": Gy_Group oGy_Group = new Gy_Group(); oGy_Group.MdiParent = oMain; oGy_Group.Show(); oMainForm.AddTabPage(oGy_Group); break; case "gy_process": Gy_Process oGy_Process = new Gy_Process(); oGy_Process.MdiParent = oMain; oGy_Process.Show(); oMainForm.AddTabPage(oGy_Process); break; case "gy_procmul": Gy_ProcMul oGy_ProcMul = new Gy_ProcMul(); oGy_ProcMul.MdiParent = oMain; oGy_ProcMul.Show(); oMainForm.AddTabPage(oGy_ProcMul); break; case "gy_source": Gy_Source oGy_Source = new Gy_Source(); oGy_Source.MdiParent = oMain; oGy_Source.Show(); oMainForm.AddTabPage(oGy_Source); break; case "gy_workcenter": Gy_WorkCenter oGy_WorkCenter = new Gy_WorkCenter(); oGy_WorkCenter.MdiParent = oMain; oGy_WorkCenter.Show(); oMainForm.AddTabPage(oGy_WorkCenter); break; case "gy_linecenter": Gy_LineCenter oGy_LineCenter = new Gy_LineCenter(); oGy_LineCenter.MdiParent = oMain; oGy_LineCenter.Show(); oMainForm.AddTabPage(oGy_LineCenter); break; //case "gy_shifts": // Gy_Shifts oGy_Shifts = new Gy_Shifts(); // oGy_Shifts.MdiParent = oMain; // oGy_Shifts.Show(); // break; //case "gy_workshift": // Gy_WorkShift oGy_WorkShift = new Gy_WorkShift(); // oGy_WorkShift.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew; // oGy_WorkShift.ShowDialog(); // break; case "gy_workshiftlist": Gy_WorkShiftList oGy_WorkShiftList = new Gy_WorkShiftList(); oGy_WorkShiftList.MdiParent = oMain; oGy_WorkShiftList.Show(); oMainForm.AddTabPage(oGy_WorkShiftList); break; case "gy_sourceshiftlist": Gy_SourceShiftList oGy_SourceShiftList = new Gy_SourceShiftList(); oGy_SourceShiftList.MdiParent = oMain; oGy_SourceShiftList.Show(); oMainForm.AddTabPage(oGy_SourceShiftList); break; case "gy_workcentersourcebill": Gy_WorkCenterSourceBill oGy_WorkCenterSourceBill = new Gy_WorkCenterSourceBill(); oGy_WorkCenterSourceBill.MdiParent = oMain; oGy_WorkCenterSourceBill.Show(); oMainForm.AddTabPage(oGy_WorkCenterSourceBill); break; case "gy_workcentersourcebilllist": Gy_WorkCenterSourceBillList oGy_WorkCenterSourceBillList = new Gy_WorkCenterSourceBillList(); oGy_WorkCenterSourceBillList.MdiParent = oMain; oGy_WorkCenterSourceBillList.Show(); oMainForm.AddTabPage(oGy_WorkCenterSourceBillList); break; case "gy_linecentersub": Gy_LineCenterSub oGy_LineCenterSub = new Gy_LineCenterSub(); oGy_LineCenterSub.MdiParent = oMain; oGy_LineCenterSub.Show(); oMainForm.AddTabPage(oGy_LineCenterSub); break; case "gy_linecentersublist": Gy_LineCenterSubList oGy_LineCenterSubList = new Gy_LineCenterSubList(); oGy_LineCenterSubList.MdiParent = oMain; oGy_LineCenterSubList.Show(); oMainForm.AddTabPage(oGy_LineCenterSubList); break; //case "gy_icbombill_k3_dr": // //ȨÏÞ // Gy_ICBomBill_K3_DR oGy_ICBomBill_K3_DR = new Gy_ICBomBill_K3_DR(); // oGy_ICBomBill_K3_DR.MdiParent = oMain; // oGy_ICBomBill_K3_DR.Show(); // oMainForm.AddTabPage(oGy_ICBomBill_K3_DR); // break; case "gy_worktimes": //ȨÏÞ Gy_WorkTimes oGy_WorkTimes = new Gy_WorkTimes(); oGy_WorkTimes.MdiParent = oMain; oGy_WorkTimes.Show(); oMainForm.AddTabPage(oGy_WorkTimes); break; default: break; } } catch (Exception e) { MessageBox.Show(e.Message); } } #endregion #region ³µ¼ä¹ÜÀí public void Zxxymk_CJGL(string gnsy, string gnmc, Form oMain) { //// MDIMain oMainForm; oMainForm = (MDIMain)oMain; //// if (gnsy.Length == 0) return; try { switch (gnsy.ToLower()) { case "jit_getppbominfo": JIT_GetPPBomInfo oJIT_GetPPBomInfo = new JIT_GetPPBomInfo(); oJIT_GetPPBomInfo.MdiParent = oMain; oJIT_GetPPBomInfo.ModCaption = gnmc; oJIT_GetPPBomInfo.Show(); oMainForm.AddTabPage(oJIT_GetPPBomInfo); break; case "eam_sourceruningstatus": EAM_SourceRuningStatus oEAM_SourceRuningStatus = new EAM_SourceRuningStatus(); oEAM_SourceRuningStatus.MdiParent = oMain; oEAM_SourceRuningStatus.ModCaption = gnmc; oEAM_SourceRuningStatus.Show(); oMainForm.AddTabPage(oEAM_SourceRuningStatus); break; case "mes_stationoutbilllist_baofei": MES_StationOutBillList_BaoFei oMES_StationOutBillList_BaoFei = new MES_StationOutBillList_BaoFei(); oMES_StationOutBillList_BaoFei.MdiParent = oMain; oMES_StationOutBillList_BaoFei.ModCaption = gnmc; oMES_StationOutBillList_BaoFei.Show(); oMainForm.AddTabPage(oMES_StationOutBillList_BaoFei); break; case "mes_stationoutbilllist_geli": MES_StationOutBillList_GeLi oMES_StationOutBillList_GeLi = new MES_StationOutBillList_GeLi(); oMES_StationOutBillList_GeLi.MdiParent = oMain; oMES_StationOutBillList_GeLi.ModCaption = gnmc; oMES_StationOutBillList_GeLi.Show(); oMainForm.AddTabPage(oMES_StationOutBillList_GeLi); break; case "mes_stationoutbilllist_bad": MES_StationOutBillList_Bad oMES_StationOutBillList_Bad = new MES_StationOutBillList_Bad(); oMES_StationOutBillList_Bad.MdiParent = oMain; oMES_StationOutBillList_Bad.ModCaption = gnmc; oMES_StationOutBillList_Bad.Show(); oMainForm.AddTabPage(oMES_StationOutBillList_Bad); break; case "mes_stationoutbilllist_lastproc": MES_StationOutBillList_LastProc oMES_StationOutBillList_LastProc = new MES_StationOutBillList_LastProc(); oMES_StationOutBillList_LastProc.MdiParent = oMain; oMES_StationOutBillList_LastProc.ModCaption = gnmc; oMES_StationOutBillList_LastProc.Show(); oMainForm.AddTabPage(oMES_StationOutBillList_LastProc); break; case "sc_prodwiptotalreport": Sc_ProdWIPTotalReport oSc_ProdWIPTotalReport = new Sc_ProdWIPTotalReport(); oSc_ProdWIPTotalReport.MdiParent = oMain; oSc_ProdWIPTotalReport.ModCaption = gnmc; oSc_ProdWIPTotalReport.Show(); oMainForm.AddTabPage(oSc_ProdWIPTotalReport); break; case "mes_wipprocreport_wip": MES_WIPProcReport_WIP oMES_WIPProcReport_WIP = new MES_WIPProcReport_WIP(); oMES_WIPProcReport_WIP.MdiParent = oMain; oMES_WIPProcReport_WIP.ModCaption = gnmc; oMES_WIPProcReport_WIP.Show(); oMainForm.AddTabPage(oMES_WIPProcReport_WIP); break; case "mes_wipprocreport": MES_WIPProcReport oMES_WIPProcReport = new MES_WIPProcReport(); oMES_WIPProcReport.MdiParent = oMain; oMES_WIPProcReport.ModCaption = gnmc; oMES_WIPProcReport.Show(); oMainForm.AddTabPage(oMES_WIPProcReport); break; case "mes_icmobillstatusreport": MES_ICMOBillStatusReport oMES_ICMOBillStatusReport = new MES_ICMOBillStatusReport(); oMES_ICMOBillStatusReport.MdiParent = oMain; oMES_ICMOBillStatusReport.ModCaption = gnmc; oMES_ICMOBillStatusReport.Show(); oMainForm.AddTabPage(oMES_ICMOBillStatusReport); break; case "mes_wipsumreportdatereport": Mes_WIPSumReportDateReport oMes_WIPSumReportDateReport = new Mes_WIPSumReportDateReport(); oMes_WIPSumReportDateReport.MdiParent = oMain; oMes_WIPSumReportDateReport.ModCaption = gnmc; oMes_WIPSumReportDateReport.Show(); oMainForm.AddTabPage(oMes_WIPSumReportDateReport); break; case "sc_cutmaterprocexchbilllist": Sc_CutMaterProcExchBillList oSc_CutMaterProcExchBillList = new Sc_CutMaterProcExchBillList(); oSc_CutMaterProcExchBillList.MdiParent = oMain; oSc_CutMaterProcExchBillList.ModCaption = gnmc; oSc_CutMaterProcExchBillList.Show(); oMainForm.AddTabPage(oSc_CutMaterProcExchBillList); break; case "sc_cutmaterprocexchbill": Sc_CutMaterProcExchBill oSc_CutMaterProcExchBill = new Sc_CutMaterProcExchBill(); oSc_CutMaterProcExchBill.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew; oSc_CutMaterProcExchBill.ModCaption = gnmc; oSc_CutMaterProcExchBill.ShowDialog(); break; case "productionorder_executionreport": ProductionOrder_ExecutionReport oProductionOrder_ExecutionReport = new ProductionOrder_ExecutionReport(); oProductionOrder_ExecutionReport.MdiParent = oMain; oProductionOrder_ExecutionReport.ModCaption = gnmc; oProductionOrder_ExecutionReport.Show(); oMainForm.AddTabPage(oProductionOrder_ExecutionReport); break; case "sc_materbackbill": Sc_MaterBackBill oSc_MaterBackBill = new Sc_MaterBackBill(); oSc_MaterBackBill.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew; oSc_MaterBackBill.ModCaption = gnmc; oSc_MaterBackBill.ShowDialog(); break; case "sc_materbackbilllist": Sc_MaterBackBillList oSc_MaterBackBillList = new Sc_MaterBackBillList(); oSc_MaterBackBillList.MdiParent = oMain; oSc_MaterBackBillList.ModCaption = gnmc; oSc_MaterBackBillList.Show(); oMainForm.AddTabPage(oSc_MaterBackBillList); break; case "sc_materdownbill": Sc_MaterDownBill oSc_MaterDownBill = new Sc_MaterDownBill(); oSc_MaterDownBill.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew; oSc_MaterDownBill.ModCaption = gnmc; oSc_MaterDownBill.ShowDialog(); break; case "sc_materdownbilllist": Sc_MaterDownBillList oSc_MaterDownBillList = new Sc_MaterDownBillList(); oSc_MaterDownBillList.MdiParent = oMain; oSc_MaterDownBillList.ModCaption = gnmc; oSc_MaterDownBillList.Show(); oMainForm.AddTabPage(oSc_MaterDownBillList); break; //case "sc_icmobill_k3": // Sc_ICMOBill_K3 oSc_ICMOBill_K3 = new Sc_ICMOBill_K3(); // oSc_ICMOBill_K3.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew; // oSc_ICMOBill_K3.ModCaption = gnmc; // oSc_ICMOBill_K3.ShowDialog(); // break; case "mes_orderprocflowallreport": Mes_OrderProcFlowAllReport oMes_OrderProcFlowAllReport = new Mes_OrderProcFlowAllReport(); oMes_OrderProcFlowAllReport.MdiParent = oMain; oMes_OrderProcFlowAllReport.ModCaption = gnmc; oMes_OrderProcFlowAllReport.Show(); oMainForm.AddTabPage(oMes_OrderProcFlowAllReport); break; case "wms_barcodebackinforeport": WMS_BarCodeBackInfoReport oWMS_BarCodeBackInfoReport = new WMS_BarCodeBackInfoReport(); oWMS_BarCodeBackInfoReport.MdiParent = oMain; oWMS_BarCodeBackInfoReport.ModCaption = gnmc; oWMS_BarCodeBackInfoReport.Show(); oMainForm.AddTabPage(oWMS_BarCodeBackInfoReport); break; case "sc_orderprocworkstationreportbill": Sc_OrderProcWorkstationReportBill oSc_OrderProcWorkstationReportBill = new Sc_OrderProcWorkstationReportBill(); oSc_OrderProcWorkstationReportBill.MdiParent = oMain; oSc_OrderProcWorkstationReportBill.ModCaption = gnmc; oSc_OrderProcWorkstationReportBill.Show(); oMainForm.AddTabPage(oSc_OrderProcWorkstationReportBill); break; case "sc_paymentpieceentryreport": Sc_PaymentPieceEntryReport oSc_PaymentPieceEntryReport = new Sc_PaymentPieceEntryReport(); oSc_PaymentPieceEntryReport.MdiParent = oMain; oSc_PaymentPieceEntryReport.ModCaption = gnmc; oSc_PaymentPieceEntryReport.Show(); oMainForm.AddTabPage(oSc_PaymentPieceEntryReport); break; case "sc_procexchbilltransrelationqty": Sc_ProcExchBilltransRelationQty oSc_ProcExchBilltransRelationQty = new Sc_ProcExchBilltransRelationQty(); oSc_ProcExchBilltransRelationQty.MdiParent = oMain; oSc_ProcExchBilltransRelationQty.ModCaption = gnmc; oSc_ProcExchBilltransRelationQty.Show(); oMainForm.AddTabPage(oSc_ProcExchBilltransRelationQty); break; case "sc_stationoutsumreport": Sc_StationOutSumReport oSc_StationOutSumReport = new Sc_StationOutSumReport(); oSc_StationOutSumReport.MdiParent = oMain; oSc_StationOutSumReport.ModCaption = gnmc; oSc_StationOutSumReport.Show(); oMainForm.AddTabPage(oSc_StationOutSumReport); break; case "sc_procexchangenoinreport": Sc_ProcExchangeNoInReport oSc_ProcExchangeNoInReport = new Sc_ProcExchangeNoInReport(); oSc_ProcExchangeNoInReport.MdiParent = oMain; oSc_ProcExchangeNoInReport.ModCaption = gnmc; oSc_ProcExchangeNoInReport.Show(); oMainForm.AddTabPage(oSc_ProcExchangeNoInReport); break; case "sc_processexchangebill": Sc_ProcessExchangeBill oSc_ProcessExchangeBill = new Sc_ProcessExchangeBill(); oSc_ProcessExchangeBill.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew; oSc_ProcessExchangeBill.ModCaption = gnmc; oSc_ProcessExchangeBill.ShowDialog(); break; case "sc_processexchangebilllist": Sc_ProcessExchangeBillQuery oSc_ProcessExchangeBillList = new Sc_ProcessExchangeBillQuery(); oSc_ProcessExchangeBillList.MdiParent = oMain; oSc_ProcessExchangeBillList.ModCaption = gnmc; oSc_ProcessExchangeBillList.Show(); oMainForm.AddTabPage(oSc_ProcessExchangeBillList); break; //case "sc_procexchreport": // Sc_ProcExchReport oSc_ProcExchReport = new Sc_ProcExchReport(); // oSc_ProcExchReport.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew; // oSc_ProcExchReport.ModCaption = gnmc; // oSc_ProcExchReport.ShowDialog(); // break; //case "sc_procexchreport_group": // Sc_ProcExchReport_Group oSc_ProcExchReport_Group = new Sc_ProcExchReport_Group(); // oSc_ProcExchReport_Group.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew; // oSc_ProcExchReport_Group.ModCaption = gnmc; // oSc_ProcExchReport_Group.ShowDialog(); // break; //case "sc_procexchreport_fast": // Sc_ProcExchReport_Fast oSc_ProcExchReport_Fast = new Sc_ProcExchReport_Fast(); // oSc_ProcExchReport_Fast.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew; // oSc_ProcExchReport_Fast.ModCaption = gnmc; // oSc_ProcExchReport_Fast.ShowDialog(); // break; //case "sc_procexchreportlist": // Sc_ProcExchReportList oSc_ProcExchReportList = new Sc_ProcExchReportList(); // oSc_ProcExchReportList.MdiParent = oMain; // oSc_ProcExchReportList.ModCaption = gnmc; // oSc_ProcExchReportList.Show(); // oMainForm.AddTabPage(oSc_ProcExchReportList); // break; //case "sc_procexchqualityreport": // Sc_ProcExchQualityReport oSc_ProcExchQualityReport = new Sc_ProcExchQualityReport(); // oSc_ProcExchQualityReport.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew; // oSc_ProcExchQualityReport.ModCaption = gnmc; // oSc_ProcExchQualityReport.ShowDialog(); // break; //case "sc_procexchqualityreport_fast": // Sc_ProcExchQualityReport_Fast oSc_ProcExchQualityReport_Fast = new Sc_ProcExchQualityReport_Fast(); // oSc_ProcExchQualityReport_Fast.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew; // oSc_ProcExchQualityReport_Fast.ModCaption = gnmc; // oSc_ProcExchQualityReport_Fast.ShowDialog(); // break; //case "sc_procexchqualityreportlist": // Sc_ProcExchQualityReportList oSc_ProcExchQualityReportList = new Sc_ProcExchQualityReportList(); // oSc_ProcExchQualityReportList.MdiParent = oMain; // oSc_ProcExchQualityReportList.ModCaption = gnmc; // oSc_ProcExchQualityReportList.Show(); // oMainForm.AddTabPage(oSc_ProcExchQualityReportList); // break; case "sc_processmovebill": Sc_ProcessMoveBill oSc_ProcessMoveBill = new Sc_ProcessMoveBill(); oSc_ProcessMoveBill.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew; oSc_ProcessMoveBill.ModCaption = gnmc; oSc_ProcessMoveBill.ShowDialog(); break; case "sc_processmovebilllist": Sc_ProcessMoveBillList oSc_ProcessMoveBillList = new Sc_ProcessMoveBillList(); oSc_ProcessMoveBillList.MdiParent = oMain; oSc_ProcessMoveBillList.ModCaption = gnmc; oSc_ProcessMoveBillList.Show(); oMainForm.AddTabPage(oSc_ProcessMoveBillList); break; //case "sc_processexchangebackbill": // Sc_ProcessExchangeBackBill oSc_ProcessExchangeBackBill = new Sc_ProcessExchangeBackBill(); // oSc_ProcessExchangeBackBill.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew; // oSc_ProcessExchangeBackBill.ModCaption = gnmc; // oSc_ProcessExchangeBackBill.ShowDialog(); // break; //case "sc_processexchangebackbilllist": // Sc_ProcessExchangeBackBillList oSc_ProcessExchangeBackBillList = new Sc_ProcessExchangeBackBillList(); // oSc_ProcessExchangeBackBillList.MdiParent = oMain; // oSc_ProcessExchangeBackBillList.ModCaption = gnmc; // oSc_ProcessExchangeBackBillList.Show(); // oMainForm.AddTabPage(oSc_ProcessExchangeBackBillList); // break; ////--------------------------- //case "sc_messtopworkbill": // Sc_MESStopWorkBill oSc_MESStopWorkBill = new Sc_MESStopWorkBill(); // oSc_MESStopWorkBill.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew; // oSc_MESStopWorkBill.ShowDialog(); // break; //case "sc_messtopworkbilllist": // Sc_MESStopWorkBillList oSc_MESStopWorkBillList = new Sc_MESStopWorkBillList(); // oSc_MESStopWorkBillList.MdiParent = oMain; // oSc_MESStopWorkBillList.Show(); // oMainForm.AddTabPage(oSc_MESStopWorkBillList); // break; //case "sc_messtopworkbillquery": // Sc_MESStopWorkBillQuery oSc_MESStopWorkBillQuery = new Sc_MESStopWorkBillQuery(); // oSc_MESStopWorkBillQuery.MdiParent = oMain; // oSc_MESStopWorkBillQuery.Show(); // oMainForm.AddTabPage(oSc_MESStopWorkBillQuery); // break; //case "sc_mesbeginworkbill": // Sc_MESBeginWorkBill oSc_MESBeginWorkBill = new Sc_MESBeginWorkBill(); // oSc_MESBeginWorkBill.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew; // oSc_MESBeginWorkBill.ShowDialog(); // break; //case "sc_mesbeginworkbilllist": // Sc_MESBeginWorkBillList oSc_MESBeginWorkBillList = new Sc_MESBeginWorkBillList(); // oSc_MESBeginWorkBillList.MdiParent = oMain; // oSc_MESBeginWorkBillList.Show(); // oMainForm.AddTabPage(oSc_MESBeginWorkBillList); // break; //case "sc_mesbeginworkbillquery": // Sc_MESBeginWorkBillQuery oSc_MESBeginWorkBillQuery = new Sc_MESBeginWorkBillQuery(); // oSc_MESBeginWorkBillQuery.MdiParent = oMain; // oSc_MESBeginWorkBillQuery.Show(); // oMainForm.AddTabPage(oSc_MESBeginWorkBillQuery); // break; //case "sc_mesendworkbill": // Sc_MESEndWorkBill oSc_MESEndWorkBill = new Sc_MESEndWorkBill(); // oSc_MESEndWorkBill.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew; // oSc_MESEndWorkBill.ShowDialog(); // break; //case "sc_mesendworkbilllist": // Sc_MESEndWorkBillList oSc_MESEndWorkBillList = new Sc_MESEndWorkBillList(); // oSc_MESEndWorkBillList.MdiParent = oMain; // oSc_MESEndWorkBillList.Show(); // oMainForm.AddTabPage(oSc_MESEndWorkBillList); // break; //case "sc_mesendworkbillquery": // Sc_MESEndWorkBillQuery oSc_MESEndWorkBillQuery = new Sc_MESEndWorkBillQuery(); // oSc_MESEndWorkBillQuery.MdiParent = oMain; // oSc_MESEndWorkBillQuery.Show(); // oMainForm.AddTabPage(oSc_MESEndWorkBillQuery); // break; //case "sc_stationoutbill": // Sc_StationOutBill oSc_StationOutBill = new Sc_StationOutBill(); // oSc_StationOutBill.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew; // oSc_StationOutBill.ShowDialog(); // break; //case "sc_stationoutbilllist": // Sc_StationOutBillList oSc_StationOutBillList = new Sc_StationOutBillList(); // oSc_StationOutBillList.MdiParent = oMain; // oSc_StationOutBillList.Show(); // oMainForm.AddTabPage(oSc_StationOutBillList); // break; //case "sc_stationoutbillquery": // Sc_StationOutBillQuery oSc_StationOutBillQuery = new Sc_StationOutBillQuery(); // oSc_StationOutBillQuery.MdiParent = oMain; // oSc_StationOutBillQuery.Show(); // oMainForm.AddTabPage(oSc_StationOutBillQuery); // break; //case "sc_stationinbill": // Sc_StationInBill oSc_StationInBill = new Sc_StationInBill(); // oSc_StationInBill.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew; // oSc_StationInBill.ShowDialog(); // break; //case "sc_stationinbilllist": // Sc_StationInBillList oSc_StationInBillList = new Sc_StationInBillList(); // oSc_StationInBillList.MdiParent = oMain; // oSc_StationInBillList.Show(); // oMainForm.AddTabPage(oSc_StationInBillList); // break; //case "sc_stationinbillquery": // Sc_StationInBillQuery oSc_StationInBillQuery = new Sc_StationInBillQuery(); // oSc_StationInBillQuery.MdiParent = oMain; // oSc_StationInBillQuery.Show(); // oMainForm.AddTabPage(oSc_StationInBillQuery); // break; //--------------------------- case "sc_processplanchangelist": //ȨÏÞ Sc_ProcessPlanChangeList oSc_ProcessPlanChangeList = new Sc_ProcessPlanChangeList(); oSc_ProcessPlanChangeList.MdiParent = oMain; oSc_ProcessPlanChangeList.Show(); oMainForm.AddTabPage(oSc_ProcessPlanChangeList); break; case "sc_processplanchange": // Sc_ProcessPlanChange oSc_ProcessPlanChange = new Sc_ProcessPlanChange(); oSc_ProcessPlanChange.ShowDialog(); break; case "kf_procinbill": Kf_ProcInBill oKf_ProcInBill = new Kf_ProcInBill(); oKf_ProcInBill.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew; oKf_ProcInBill.ModCaption = gnmc; oKf_ProcInBill.ShowDialog(); break; case "kf_procinbilllist": Kf_ProcInBillList oKf_ProcInBillList = new Kf_ProcInBillList(); oKf_ProcInBillList.MdiParent = oMain; oKf_ProcInBillList.ModCaption = gnmc; oKf_ProcInBillList.Show(); oMainForm.AddTabPage(oKf_ProcInBillList); break; case "kf_procoutbill": Kf_ProcOutBill oKf_ProcOutBill = new Kf_ProcOutBill(); oKf_ProcOutBill.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew; oKf_ProcOutBill.ModCaption = gnmc; oKf_ProcOutBill.ShowDialog(); break; case "kf_procoutbilllist": Kf_ProcOutBillList oKf_ProcOutBillList = new Kf_ProcOutBillList(); oKf_ProcOutBillList.MdiParent = oMain; oKf_ProcOutBillList.ModCaption = gnmc; oKf_ProcOutBillList.Show(); oMainForm.AddTabPage(oKf_ProcOutBillList); break; case "sc_procprodmovebill": Sc_ProcProdMoveBill oSc_ProcProdMoveBill = new Sc_ProcProdMoveBill(); oSc_ProcProdMoveBill.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew; oSc_ProcProdMoveBill.ModCaption = gnmc; oSc_ProcProdMoveBill.ShowDialog(); break; case "sc_procprodmovebilllist": Sc_ProcProdMoveBillList oSc_ProcProdMoveBillList = new Sc_ProcProdMoveBillList(); oSc_ProcProdMoveBillList.MdiParent = oMain; oSc_ProcProdMoveBillList.ModCaption = gnmc; oSc_ProcProdMoveBillList.Show(); oMainForm.AddTabPage(oSc_ProcProdMoveBillList); break; case "sc_processsendwork": Sc_ProcessSendWork oSc_ProcessSendWork = new Sc_ProcessSendWork(); oSc_ProcessSendWork.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew; oSc_ProcessSendWork.ModCaption = gnmc; oSc_ProcessSendWork.ShowDialog(); break; case "sc_processsendworklist": Sc_ProcessSendWorkList oSc_ProcessSendWorkList = new Sc_ProcessSendWorkList(); oSc_ProcessSendWorkList.MdiParent = oMain; oSc_ProcessSendWorkList.ModCaption = gnmc; oSc_ProcessSendWorkList.Show(); oMainForm.AddTabPage(oSc_ProcessSendWorkList); break; //case "sc_processexchangebillquery": // //ȨÏÞ // Sc_ProcessExchangeBillQuery oSc_ProcessExchangeBillQuery = new Sc_ProcessExchangeBillQuery(); // oSc_ProcessExchangeBillQuery.MdiParent = oMain; // oSc_ProcessExchangeBillQuery.Show(); // oMainForm.AddTabPage(oSc_ProcessExchangeBillQuery); // break; //case "sc_procexchreportquery": // //ȨÏÞ // Sc_ProcExchReportQuery oSc_ProcExchReportQuery = new Sc_ProcExchReportQuery(); // oSc_ProcExchReportQuery.MdiParent = oMain; // oSc_ProcExchReportQuery.Show(); // oMainForm.AddTabPage(oSc_ProcExchReportQuery); // break; //case "sc_procexchqualityreportquery": // //ȨÏÞ // Sc_ProcExchQualityReportQuery oSc_ProcExchQualityReportQuery = new Sc_ProcExchQualityReportQuery(); // oSc_ProcExchQualityReportQuery.MdiParent = oMain; // oSc_ProcExchQualityReportQuery.Show(); // oMainForm.AddTabPage(oSc_ProcExchQualityReportQuery); // break; //case "sc_processexchangebackbillquery": // //ȨÏÞ // Sc_ProcessExchangeBackBillQuery oSc_ProcessExchangeBackBillQuery = new Sc_ProcessExchangeBackBillQuery(); // oSc_ProcessExchangeBackBillQuery.MdiParent = oMain; // oSc_ProcessExchangeBackBillQuery.Show(); // oMainForm.AddTabPage(oSc_ProcessExchangeBackBillQuery); // break; //case "sc_assemblybillquery": // //ȨÏÞ // Sc_AssemblyBillQuery oSc_AssemblyBillQuery = new Sc_AssemblyBillQuery(); // oSc_AssemblyBillQuery.MdiParent = oMain; // oSc_AssemblyBillQuery.Show(); // oMainForm.AddTabPage(oSc_AssemblyBillQuery); // break; //======================== case "sc_processplan": Sc_ProcessPlan oSc_ProcessPlan = new Sc_ProcessPlan(); oSc_ProcessPlan.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew; oSc_ProcessPlan.ModCaption = gnmc; oSc_ProcessPlan.ShowDialog(); break; case "sc_processplanlist": Sc_ProcessPlanList oSc_ProcessPlanList = new Sc_ProcessPlanList(); oSc_ProcessPlanList.MdiParent = oMain; oSc_ProcessPlanList.ModCaption = gnmc; oSc_ProcessPlanList.Show(); oMainForm.AddTabPage(oSc_ProcessPlanList); break; case "sc_processreport": Sc_ProcessReport oSc_ProcessReport = new Sc_ProcessReport(); oSc_ProcessReport.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew; oSc_ProcessReport.ModCaption = gnmc; oSc_ProcessReport.ShowDialog(); break; case "mes_prodwiptotalhorizontalreport": MES_ProdWIPTotalHorizontalReport oMES_ProdWIPTotalHorizontalReport = new MES_ProdWIPTotalHorizontalReport(); oMES_ProdWIPTotalHorizontalReport.MdiParent = oMain; oMES_ProdWIPTotalHorizontalReport.ModCaption = gnmc; oMES_ProdWIPTotalHorizontalReport.Show(); oMainForm.AddTabPage(oMES_ProdWIPTotalHorizontalReport); break; case "sc_processreportlist": Sc_ProcessReportList oSc_ProcessReportList = new Sc_ProcessReportList(); oSc_ProcessReportList.MdiParent = oMain; oSc_ProcessReportList.ModCaption = gnmc; oSc_ProcessReportList.Show(); oMainForm.AddTabPage(oSc_ProcessReportList); break; case "sc_assemblybilllist": //ȨÏÞ Sc_AssemblyBillList oSc_AssemblyBillList = new Sc_AssemblyBillList(); oSc_AssemblyBillList.MdiParent = oMain; oSc_AssemblyBillList.Show(); oMainForm.AddTabPage(oSc_AssemblyBillList); break; case "sc_assemblybill": // Sc_AssemblyBill oSc_AssemblyBill = new Sc_AssemblyBill(); oSc_AssemblyBill.BillStatus = Pub_Class.ClsPub.Enum_BillStatus.BillStatus_AddNew; oSc_AssemblyBill.ShowDialog(); break; case "sc_processbackplan": Sc_ProcessBackPlan oSc_ProcessBackPlan = new Sc_ProcessBackPlan(); oSc_ProcessBackPlan.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew; oSc_ProcessBackPlan.ShowDialog(); break; case "sc_processbackplanlist": Sc_ProcessBackPlanList oSc_ProcessBackPlanList = new Sc_ProcessBackPlanList(); oSc_ProcessBackPlanList.MdiParent = oMain; oSc_ProcessBackPlanList.Show(); oMainForm.AddTabPage(oSc_ProcessBackPlanList); break; //case "sc_packdoublebill": // Sc_PackDoubleBill oSc_PackDoubleBill = new Sc_PackDoubleBill(); // oSc_PackDoubleBill.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew; // oSc_PackDoubleBill.ModCaption = gnmc; // oSc_PackDoubleBill.ShowDialog(); // break; //case "sc_packdoublebilllist": // Sc_PackDoubleBillList oSc_PackDoubleBillList = new Sc_PackDoubleBillList(); // oSc_PackDoubleBillList.MdiParent = oMain; // oSc_PackDoubleBillList.ModCaption = gnmc; // oSc_PackDoubleBillList.Show(); // oMainForm.AddTabPage(oSc_PackDoubleBillList); // break; //case "sc_packsplitbill": // Sc_PackSplitBill oSc_PackSplitBill = new Sc_PackSplitBill(); // oSc_PackSplitBill.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew; // oSc_PackSplitBill.ModCaption = gnmc; // oSc_PackSplitBill.ShowDialog(); // break; //case "sc_packsplitbilllist": // Sc_PackSplitBillList oSc_PackSplitBillList = new Sc_PackSplitBillList(); // oSc_PackSplitBillList.MdiParent = oMain; // oSc_PackSplitBillList.ModCaption = gnmc; // oSc_PackSplitBillList.Show(); // oMainForm.AddTabPage(oSc_PackSplitBillList); // break; case "sc_packunionbill": Sc_PackUnionBill oSc_PackUnionBill = new Sc_PackUnionBill(); oSc_PackUnionBill.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew; oSc_PackUnionBill.ModCaption = gnmc; oSc_PackUnionBill.ShowDialog(); break; case "sc_packunionbilllist": Sc_PackUnionBillList oSc_PackUnionBillList = new Sc_PackUnionBillList(); oSc_PackUnionBillList.MdiParent = oMain; oSc_PackUnionBillList.ModCaption = gnmc; oSc_PackUnionBillList.Show(); oMainForm.AddTabPage(oSc_PackUnionBillList); break; //===========================MESƽ°åϵͳµ¥¾Ý case "mes_stationentrustinbill": MES_StationEntrustInBill oMES_StationEntrustInBill = new MES_StationEntrustInBill(); oMES_StationEntrustInBill.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew; oMES_StationEntrustInBill.ModCaption = gnmc; oMES_StationEntrustInBill.ShowDialog(); break; case "mes_stationentrustinbilllist": //ȨÏÞ MES_StationEntrustInBillList oMES_StationEntrustInBillList = new MES_StationEntrustInBillList(); oMES_StationEntrustInBillList.MdiParent = oMain; oMES_StationEntrustInBillList.ModCaption = gnmc; oMES_StationEntrustInBillList.Show(); oMainForm.AddTabPage(oMES_StationEntrustInBillList); break; case "mes_stationentrustoutbill": MES_StationEntrustOutBill oMES_StationEntrustOutBill = new MES_StationEntrustOutBill(); oMES_StationEntrustOutBill.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew; oMES_StationEntrustOutBill.ModCaption = gnmc; oMES_StationEntrustOutBill.ShowDialog(); break; case "mes_stationentrustoutbilllist": //ȨÏÞ MES_StationEntrustOutBillList oMES_StationEntrustOutBillList = new MES_StationEntrustOutBillList(); oMES_StationEntrustOutBillList.MdiParent = oMain; oMES_StationEntrustOutBillList.ModCaption = gnmc; oMES_StationEntrustOutBillList.Show(); oMainForm.AddTabPage(oMES_StationEntrustOutBillList); break; case "mes_stationinbill": MES_StationInBill oMES_StationInBill = new MES_StationInBill(); oMES_StationInBill.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew; oMES_StationInBill.ModCaption = gnmc; oMES_StationInBill.ShowDialog(); break; case "mes_stationinbilllist": //ȨÏÞ MES_StationInBillList oMES_StationInBillList = new MES_StationInBillList(); oMES_StationInBillList.MdiParent = oMain; oMES_StationInBillList.ModCaption = gnmc; oMES_StationInBillList.Show(); oMainForm.AddTabPage(oMES_StationInBillList); break; case "mes_stationoutbill": MES_StationOutBill oMES_StationOutBill = new MES_StationOutBill(); oMES_StationOutBill.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew; oMES_StationOutBill.ModCaption = gnmc; oMES_StationOutBill.ShowDialog(); break; case "mes_stationoutbilllist": //ȨÏÞ MES_StationOutBillList oMES_StationOutBillList = new MES_StationOutBillList(); oMES_StationOutBillList.MdiParent = oMain; oMES_StationOutBillList.ModCaption = gnmc; oMES_StationOutBillList.Show(); oMainForm.AddTabPage(oMES_StationOutBillList); break; //case "sc_packunionbill": // Sc_PackUnionBill oSc_PackUnionBill = new Sc_PackUnionBill(); // oSc_PackUnionBill.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew; // oSc_PackUnionBill.ModCaption = gnmc; // oSc_PackUnionBill.ShowDialog(); // break; //case "sc_packunionbilllist": // //ȨÏÞ // Sc_PackUnionBillList oSc_PackUnionBillList = new Sc_PackUnionBillList(); // oSc_PackUnionBillList.MdiParent = oMain; // oSc_PackUnionBillList.ModCaption = gnmc; // oSc_PackUnionBillList.Show(); // oMainForm.AddTabPage(oSc_PackUnionBillList); // break; //case "mes_mesbeginworkbill": // MES_MESBeginWorkBill oMES_MESBeginWorkBill = new MES_MESBeginWorkBill(); // oMES_MESBeginWorkBill.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew; // oMES_MESBeginWorkBill.ModCaption = gnmc; // oMES_MESBeginWorkBill.ShowDialog(); // break; //case "mes_mesbeginworkbilllist": // //ȨÏÞ // MES_MESBeginWorkBillList oMES_MESBeginWorkBillList = new MES_MESBeginWorkBillList(); // oMES_MESBeginWorkBillList.MdiParent = oMain; // oMES_MESBeginWorkBillList.ModCaption = gnmc; // oMES_MESBeginWorkBillList.Show(); // oMainForm.AddTabPage(oMES_MESBeginWorkBillList); // break; //case "mes_mesendworkbill": // MES_MESEndWorkBill oMES_MESEndWorkBill = new MES_MESEndWorkBill(); // oMES_MESEndWorkBill.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew; // oMES_MESEndWorkBill.ModCaption = gnmc; // oMES_MESEndWorkBill.ShowDialog(); // break; //case "mes_mesendworkbilllist": // //ȨÏÞ // MES_MESEndWorkBillList oMES_MESEndWorkBillList = new MES_MESEndWorkBillList(); // oMES_MESEndWorkBillList.MdiParent = oMain; // oMES_MESEndWorkBillList.ModCaption = gnmc; // oMES_MESEndWorkBillList.Show(); // oMainForm.AddTabPage(oMES_MESEndWorkBillList); // break; //case "mes_messtopworkbill": // MES_MESStopWorkBill oMES_MESStopWorkBill = new MES_MESStopWorkBill(); // oMES_MESStopWorkBill.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew; // oMES_MESStopWorkBill.ModCaption = gnmc; // oMES_MESStopWorkBill.ShowDialog(); // break; //case "mes_messtopworkbilllist": // //ȨÏÞ // MES_MESStopWorkBillList oMES_MESStopWorkBillList = new MES_MESStopWorkBillList(); // oMES_MESStopWorkBillList.MdiParent = oMain; // oMES_MESStopWorkBillList.ModCaption = gnmc; // oMES_MESStopWorkBillList.Show(); // oMainForm.AddTabPage(oMES_MESStopWorkBillList); // break; //case "mes_procexchreport": // MES_ProcExchReport oMES_ProcExchReport = new MES_ProcExchReport(); // oMES_ProcExchReport.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew; // oMES_ProcExchReport.ModCaption = gnmc; // oMES_ProcExchReport.ShowDialog(); // break; //case "mes_procexchreportlist": // //ȨÏÞ // MES_ProcExchReportList oMES_ProcExchReportList = new MES_ProcExchReportList(); // oMES_ProcExchReportList.MdiParent = oMain; // oMES_ProcExchReportList.ModCaption = gnmc; // oMES_ProcExchReportList.Show(); // oMainForm.AddTabPage(oMES_ProcExchReportList); // break; //case "mes_nowworkbilllist": // //ȨÏÞ // MES_NowWorkBillList oMES_NowWorkBillList = new MES_NowWorkBillList(); // oMES_NowWorkBillList.MdiParent = oMain; // oMES_NowWorkBillList.ModCaption = gnmc; // oMES_NowWorkBillList.Show(); // oMainForm.AddTabPage(oMES_NowWorkBillList); // break; ////======================±¨±í //case "sc_monthsource": // //ȨÏÞ // Sc_MonthSource oSc_MonthSource = new Sc_MonthSource(); // oSc_MonthSource.MdiParent = oMain; // oSc_MonthSource.Show(); // oMainForm.AddTabPage(oSc_MonthSource); // break; //case "sc_workprocreport": // //Sc_WorkProcReport oSc_WorkProcReport = new Sc_WorkProcReport(); // //oSc_WorkProcReport.MdiParent = oMain; // //oSc_WorkProcReport.ModCaption = gnmc; // //oSc_WorkProcReport.Show(); // break; //case "sc_workbillreport": ////Sc_WorkBillReport oSc_WorkBillReport = new Sc_WorkBillReport(); ////oSc_WorkBillReport.MdiParent = oMain; ////oSc_WorkBillReport.ModCaption = gnmc; ////oSc_WorkBillReport.Show(); //case "sc_procprogressreport": // Sc_ProcProgressReport oSc_ProcProgressReport = new Sc_ProcProgressReport(); // oSc_ProcProgressReport.MdiParent = oMain; // oSc_ProcProgressReport.ModCaption = gnmc; // oSc_ProcProgressReport.Show(); // oMainForm.AddTabPage(oSc_ProcProgressReport); // break; case "qc_nopassprodcheckbill": QC_NoPassProdCheckBill oQC_NoPassProdCheckBill = new QC_NoPassProdCheckBill(); oQC_NoPassProdCheckBill.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew; oQC_NoPassProdCheckBill.ShowDialog(); break; case "qc_nopassprodcheckbilllist": QC_NoPassProdCheckBillList oQC_NoPassProdCheckBillList = new QC_NoPassProdCheckBillList(); oQC_NoPassProdCheckBillList.MdiParent = oMain; oQC_NoPassProdCheckBillList.Show(); oMainForm.AddTabPage(oQC_NoPassProdCheckBillList); break; case "qc_nopassprodcheckbillquery": QC_NoPassProdCheckBillQuery oQC_NoPassProdCheckBillQuery = new QC_NoPassProdCheckBillQuery(); oQC_NoPassProdCheckBillQuery.MdiParent = oMain; oQC_NoPassProdCheckBillQuery.Show(); oMainForm.AddTabPage(oQC_NoPassProdCheckBillQuery); break; case "defectivedetailedyieldreport": DefectiveDetailedYieldReport oDefectiveDetailedYieldReport = new DefectiveDetailedYieldReport(); oDefectiveDetailedYieldReport.MdiParent = oMain; oDefectiveDetailedYieldReport.Show(); oMainForm.AddTabPage(oDefectiveDetailedYieldReport); break; case "mes_stationoutprocsumreport": //ȨÏÞ MES_StationOutProcSumReport oMES_StationOutProcSumReport = new MES_StationOutProcSumReport(); oMES_StationOutProcSumReport.MdiParent = oMain; oMES_StationOutProcSumReport.Show(); oMainForm.AddTabPage(oMES_StationOutProcSumReport); break; case "mes_prodhourssumreport": //ȨÏÞ MES_ProdHoursSumReport oMES_ProdHoursSumReport = new MES_ProdHoursSumReport(); oMES_ProdHoursSumReport.MdiParent = oMain; oMES_ProdHoursSumReport.Show(); oMainForm.AddTabPage(oMES_ProdHoursSumReport); break; default: break; } } catch (Exception e) { MessageBox.Show(e.Message); } } #endregion #region ÐÅϢƽ̨ public void Zxxymk_XXPT(string gnsy, string gnmc, Form oMain) { //// MDIMain oMainForm; oMainForm = (MDIMain)oMain; //// if (gnsy.Length == 0) return; try { switch (gnsy.ToLower()) { //case "crm_workmonthplanbill": // Crm_WorkMonthPlanBill oCrm_WorkMonthPlanBill = new Crm_WorkMonthPlanBill(); // oCrm_WorkMonthPlanBill.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew; // oCrm_WorkMonthPlanBill.ModCaption = gnmc; // oCrm_WorkMonthPlanBill.ShowDialog(); // break; //case "crm_workmonthplanbilllist": // Crm_WorkMonthPlanBillList oCrm_WorkMonthPlanBillList = new Crm_WorkMonthPlanBillList(); // oCrm_WorkMonthPlanBillList.MdiParent = oMain; // oCrm_WorkMonthPlanBillList.ModCaption = gnmc; // oCrm_WorkMonthPlanBillList.Show(); // oMainForm.AddTabPage(oCrm_WorkMonthPlanBillList); // break; //case "crm_worknotebill": // Crm_WorkNoteBill oCrm_WorkNoteBill = new Crm_WorkNoteBill(); // oCrm_WorkNoteBill.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew; // oCrm_WorkNoteBill.ModCaption = gnmc; // oCrm_WorkNoteBill.ShowDialog(); // break; //case "crm_worknotebilllist": // Crm_WorkNoteBillList oCrm_WorkNoteBillList = new Crm_WorkNoteBillList(); // oCrm_WorkNoteBillList.MdiParent = oMain; // oCrm_WorkNoteBillList.ModCaption = gnmc; // oCrm_WorkNoteBillList.Show(); // oMainForm.AddTabPage(oCrm_WorkNoteBillList); // break; //case "crm_workplanbill": // Crm_WorkPlanBill oCrm_WorkPlanBill = new Crm_WorkPlanBill(); // oCrm_WorkPlanBill.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew; // oCrm_WorkPlanBill.ModCaption = gnmc; // oCrm_WorkPlanBill.ShowDialog(); // break; //case "crm_workplanbilllist": // Crm_WorkPlanBillList oCrm_WorkPlanBillList = new Crm_WorkPlanBillList(); // oCrm_WorkPlanBillList.MdiParent = oMain; // oCrm_WorkPlanBillList.ModCaption = gnmc; // oCrm_WorkPlanBillList.Show(); // oMainForm.AddTabPage(oCrm_WorkPlanBillList); // break; //case "oa_empmessagebill": // OA_EmpMessageBill oOA_EmpMessageBill = new OA_EmpMessageBill(); // oOA_EmpMessageBill.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew; // oOA_EmpMessageBill.ModCaption = gnmc; // oOA_EmpMessageBill.ShowDialog(); // break; //case "oa_empmessagebilllist": // OA_EmpMessageBillList oOA_EmpMessageBillList = new OA_EmpMessageBillList(); // oOA_EmpMessageBillList.MdiParent = oMain; // oOA_EmpMessageBillList.ModCaption = gnmc; // oOA_EmpMessageBillList.Show(); // break; case "oa_worklinkbill": OA_WorkLinkBill oOA_WorkLinkBill = new OA_WorkLinkBill(); oOA_WorkLinkBill.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew; //oOA_WorkLinkBill.ModCaption = gnmc; oOA_WorkLinkBill.ShowDialog(); break; case "oa_worklinkbilllist": OA_WorkLinkBillList oOA_WorkLinkBillList = new OA_WorkLinkBillList(); oOA_WorkLinkBillList.MdiParent = oMain; //oOA_WorkLinkBillList.ModCaption = gnmc; oOA_WorkLinkBillList.Show(); oMainForm.AddTabPage(oOA_WorkLinkBillList); break; case "oa_meetnotifybill"://»áÒé֪ͨ OA_MeetNotifyBill oOA_MeetNotifyBill = new OA_MeetNotifyBill(); oOA_MeetNotifyBill.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew; oOA_MeetNotifyBill.ShowDialog(); break; case "oa_meetnotifybilllist": OA_MeetNotifyBillList oOA_MeetNotifyBillList = new OA_MeetNotifyBillList(); oOA_MeetNotifyBillList.MdiParent = oMain; oOA_MeetNotifyBillList.Show(); oMainForm.AddTabPage(oOA_MeetNotifyBillList); break; // case "oa_informbill"://֪ͨÎļþ OA_InformBill oOA_InformBill = new OA_InformBill(); oOA_InformBill.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew; oOA_InformBill.ShowDialog(); break; case "oa_informbilllist": OA_InformBillList oOA_InformBillList = new OA_InformBillList(); oOA_InformBillList.MdiParent = oMain; oOA_InformBillList.Show(); oMainForm.AddTabPage(oOA_InformBillList); break; // case "oa_knowledge"://½¡¿µÐ¡ÖªÊ¶ OA_Knowledge oOA_Knowledge = new OA_Knowledge(); oOA_Knowledge.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew; oOA_Knowledge.ShowDialog(); break; case "oa_knowledgelist": OA_KnowledgeList oOA_KnowledgeList = new OA_KnowledgeList(); oOA_KnowledgeList.MdiParent = oMain; oOA_KnowledgeList.Show(); oMainForm.AddTabPage(oOA_KnowledgeList); break; case "oa_comfilebill":// OA_ComFileBill oOA_ComFileBill = new OA_ComFileBill(); oOA_ComFileBill.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew; oOA_ComFileBill.ShowDialog(); break; case "oa_comfilebilllist": OA_ComFileBillList oOA_ComFileBillList = new OA_ComFileBillList(); oOA_ComFileBillList.MdiParent = oMain; oOA_ComFileBillList.Show(); oMainForm.AddTabPage(oOA_ComFileBillList); break; case "oa_errmsgbackbill"://Òì³£·´À¡µ¥ OA_ErrMsgBackBill oOA_ErrMsgBackBill = new OA_ErrMsgBackBill(); oOA_ErrMsgBackBill.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew; oOA_ErrMsgBackBill.ShowDialog(); break; case "oa_errmsgbackbilllist": OA_ErrMsgBackBillList oOA_ErrMsgBackBillList = new OA_ErrMsgBackBillList(); oOA_ErrMsgBackBillList.MdiParent = oMain; oOA_ErrMsgBackBillList.Show(); oMainForm.AddTabPage(oOA_ErrMsgBackBillList); break; // case "oa_manageremail"://×ܾ­ÀíÐÅÏä OA_ManagerEmail oOA_ManagerEmail = new OA_ManagerEmail(); oOA_ManagerEmail.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew; oOA_ManagerEmail.ShowDialog(); break; case "oa_manageremaillist": OA_ManagerEmailList oOA_ManagerEmailList = new OA_ManagerEmailList(); oOA_ManagerEmailList.MdiParent = oMain; oOA_ManagerEmailList.Show(); oMainForm.AddTabPage(oOA_ManagerEmailList); break; // case "oa_new"://ÆóÒµÐÂÎÅ OA_New oOA_New = new OA_New(); oOA_New.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew; oOA_New.ShowDialog(); break; case "oa_newlist": OA_NewList oOA_NewList = new OA_NewList(); oOA_NewList.MdiParent = oMain; oOA_NewList.Show(); oMainForm.AddTabPage(oOA_NewList); break; default: break; } } catch (Exception e) { MessageBox.Show(e.Message); } } #endregion #region ¹¤×Êϵͳ public void Zxxymk_GZXT(string gnsy, string gnmc, Form oMain) { //// MDIMain oMainForm; oMainForm = (MDIMain)oMain; //// if (gnsy.Length == 0) return; try { switch (gnsy.ToLower()) { case "pay_dusubsidyitembill_ks": // Pay_DuSubsidyItemBill_KS oPay_DuSubsidyItemBill_KS = new Pay_DuSubsidyItemBill_KS(); oPay_DuSubsidyItemBill_KS.ShowDialog(); break; case "pay_worktimessumquerybilllist": //ȨÏÞ Pay_WorkTimesSumQueryBillList oPay_WorkTimesSumQueryBillList = new Pay_WorkTimesSumQueryBillList(); oPay_WorkTimesSumQueryBillList.MdiParent = oMain; oPay_WorkTimesSumQueryBillList.Show(); oMainForm.AddTabPage(oPay_WorkTimesSumQueryBillList); break; case "pay_singlebalbill_enter": // Pay_SingleBalBill_Enter oPay_SingleBalBill_Enter = new Pay_SingleBalBill_Enter(); oPay_SingleBalBill_Enter.ShowDialog(); break; case "pay_singlebalbill_ks": // Pay_SingleBalBill_KS oPay_SingleBalBill_KS = new Pay_SingleBalBill_KS(); oPay_SingleBalBill_KS.ShowDialog(); break; case "pay_singlebalbill_yr": // Pay_SingleBalBill_YR oPay_SingleBalBill_YR = new Pay_SingleBalBill_YR(); oPay_SingleBalBill_YR.ShowDialog(); break; case "pay_outapplybill": // Pay_OutApplyBill oPay_OutApplyBill = new Pay_OutApplyBill(); oPay_OutApplyBill.ShowDialog(); break; case "pay_outapplybilllist": //ȨÏÞ Pay_OutApplyBillList oPay_OutApplyBillList = new Pay_OutApplyBillList(); oPay_OutApplyBillList.MdiParent = oMain; oPay_OutApplyBillList.Show(); oMainForm.AddTabPage(oPay_OutApplyBillList); break; case "pay_outapplybillquery": //ȨÏÞ Pay_OutApplyBillQuery oPay_OutApplyBillQuery = new Pay_OutApplyBillQuery(); oPay_OutApplyBillQuery.MdiParent = oMain; oPay_OutApplyBillQuery.Show(); oMainForm.AddTabPage(oPay_OutApplyBillQuery); break; case "pay_overapplybill": // Pay_OverApplyBill oPay_OverApplyBill = new Pay_OverApplyBill(); oPay_OverApplyBill.ShowDialog(); break; case "pay_overapplybilllist": //ȨÏÞ Pay_OverApplyBillList oPay_OverApplyBillList = new Pay_OverApplyBillList(); oPay_OverApplyBillList.MdiParent = oMain; oPay_OverApplyBillList.Show(); oMainForm.AddTabPage(oPay_OverApplyBillList); break; case "pay_overapplybillquery": //ȨÏÞ Pay_OverApplyBillQuery oPay_OverApplyBillQuery = new Pay_OverApplyBillQuery(); oPay_OverApplyBillQuery.MdiParent = oMain; oPay_OverApplyBillQuery.Show(); oMainForm.AddTabPage(oPay_OverApplyBillQuery); break; case "hr_empengagerequestbill": // HR_EmpEngageRequestBill oHR_EmpEngageRequestBill = new HR_EmpEngageRequestBill(); oHR_EmpEngageRequestBill.ShowDialog(); break; case "hr_empengagerequestbilllist": //ȨÏÞ HR_EmpEngageRequestBillList oHR_EmpEngageRequestBillList = new HR_EmpEngageRequestBillList(); oHR_EmpEngageRequestBillList.MdiParent = oMain; oHR_EmpEngageRequestBillList.Show(); oMainForm.AddTabPage(oHR_EmpEngageRequestBillList); break; case "hr_empdimissionbill": // HR_EmpDimissionBill oHR_EmpDimissionBill = new HR_EmpDimissionBill(); oHR_EmpDimissionBill.ShowDialog(); break; case "hr_empdimissionbilllist": //ȨÏÞ HR_EmpDimissionBillList oHR_EmpDimissionBillList = new HR_EmpDimissionBillList(); oHR_EmpDimissionBillList.MdiParent = oMain; oHR_EmpDimissionBillList.Show(); oMainForm.AddTabPage(oHR_EmpDimissionBillList); break; case "pay_subsidychangebill": // Pay_SubsidyChangeBill oPay_SubsidyChangeBill = new Pay_SubsidyChangeBill(); oPay_SubsidyChangeBill.ShowDialog(); break; case "pay_subsidychangebilllist": //ȨÏÞ Pay_SubsidyChangeBillList oPay_SubsidyChangeBillList = new Pay_SubsidyChangeBillList(); oPay_SubsidyChangeBillList.MdiParent = oMain; oPay_SubsidyChangeBillList.Show(); oMainForm.AddTabPage(oPay_SubsidyChangeBillList); break; case "gy_dataintmp_dusubsidyitem": //ȨÏÞ Gy_DataInTmp_DuSubsidyItem oGy_DataInTmp_DuSubsidyItem = new Gy_DataInTmp_DuSubsidyItem(); oGy_DataInTmp_DuSubsidyItem.MdiParent = oMain; oGy_DataInTmp_DuSubsidyItem.Show(); oMainForm.AddTabPage(oGy_DataInTmp_DuSubsidyItem); break; case "pay_dusubsidyitembilllist": //ȨÏÞ Pay_DuSubsidyItemBillList oPay_DuSubsidyItemBillList = new Pay_DuSubsidyItemBillList(); oPay_DuSubsidyItemBillList.MdiParent = oMain; oPay_DuSubsidyItemBillList.Show(); oMainForm.AddTabPage(oPay_DuSubsidyItemBillList); break; case "pay_dusubsidyitembill": // Pay_DuSubsidyItemBill oPay_DuSubsidyItemBill = new Pay_DuSubsidyItemBill(); oPay_DuSubsidyItemBill.ShowDialog(); break; //case "pay_outapplybilllist": // //ȨÏÞ // Pay_OutApplyBillList oPay_OutApplyBillList = new Pay_OutApplyBillList(); // oPay_OutApplyBillList.MdiParent = oMain; // oPay_OutApplyBillList.Show(); // break; //case "pay_outapplybill": // // // Pay_OutApplyBill oPay_OutApplyBill = new Pay_OutApplyBill(); // oPay_OutApplyBill.ShowDialog(); // break; case "hr_empchangebillquery": //ȨÏÞ HR_EmpChangeBillQuery oHR_EmpChangeBillQuery = new HR_EmpChangeBillQuery(); oHR_EmpChangeBillQuery.MdiParent = oMain; oHR_EmpChangeBillQuery.Show(); oMainForm.AddTabPage(oHR_EmpChangeBillQuery); break; //case "pay_outapplybillquery": // //ȨÏÞ // Pay_OutApplyBillQuery oPay_OutApplyBillQuery = new Pay_OutApplyBillQuery(); // oPay_OutApplyBillQuery.MdiParent = oMain; // oPay_OutApplyBillQuery.Show(); // break; case "pay_procpricerequestbilllist": //ȨÏÞ Pay_ProcPriceRequestBillList oPay_ProcPriceRequestBillList = new Pay_ProcPriceRequestBillList(); oPay_ProcPriceRequestBillList.MdiParent = oMain; oPay_ProcPriceRequestBillList.Show(); oMainForm.AddTabPage(oPay_ProcPriceRequestBillList); break; case "pay_procpricerequestbill": // Pay_ProcPriceRequestBill oPay_ProcPriceRequestBill = new Pay_ProcPriceRequestBill(); oPay_ProcPriceRequestBill.ShowDialog(); break; //case "pay_exambalbilllist": // //ȨÏÞ // Pay_ExamBalBillList oPay_ExamBalBillList = new Pay_ExamBalBillList(); // oPay_ExamBalBillList.MdiParent = oMain; // oPay_ExamBalBillList.Show(); // break; //case "pay_exambalbill": // // // Pay_ExamBalBill oPay_ExamBalBill = new Pay_ExamBalBill(); // oPay_ExamBalBill.ShowDialog(); // break; case "pay_worktimesbilllist": //ȨÏÞ Pay_WorkTimesBillList oPay_WorkTimesBillList = new Pay_WorkTimesBillList(); oPay_WorkTimesBillList.MdiParent = oMain; oPay_WorkTimesBillList.Show(); oMainForm.AddTabPage(oPay_WorkTimesBillList); break; case "pay_worktimesbill": // Pay_WorkTimesBill oPay_WorkTimesBill = new Pay_WorkTimesBill(); oPay_WorkTimesBill.ShowDialog(); break; case "pay_paymentbilllist": //ȨÏÞ Pay_PayMentBillList oPay_PayMentBillList = new Pay_PayMentBillList(); oPay_PayMentBillList.MdiParent = oMain; oPay_PayMentBillList.Show(); oMainForm.AddTabPage(oPay_PayMentBillList); break; case "pay_paymentbill": // Pay_PayMentBill oPay_PayMentBill = new Pay_PayMentBill(); oPay_PayMentBill.MdiParent = oMain; oPay_PayMentBill.Show(); oMainForm.AddTabPage(oPay_PayMentBill); break; case "pay_groupbalbilllist": //ȨÏÞ Pay_GroupBalBillList oPay_GroupBalBillList = new Pay_GroupBalBillList(); oPay_GroupBalBillList.MdiParent = oMain; oPay_GroupBalBillList.Show(); oMainForm.AddTabPage(oPay_GroupBalBillList); break; case "pay_groupbalbill": // Pay_GroupBalBill oPay_GroupBalBill = new Pay_GroupBalBill(); oPay_GroupBalBill.ShowDialog(); break; case "pay_errworktimesrequestbilllist": //ȨÏÞ Pay_ErrWorkTimesRequestBillList oPay_ErrWorkTimesRequestBillList = new Pay_ErrWorkTimesRequestBillList(); oPay_ErrWorkTimesRequestBillList.MdiParent = oMain; oPay_ErrWorkTimesRequestBillList.Show(); oMainForm.AddTabPage(oPay_ErrWorkTimesRequestBillList); break; case "pay_errworktimesrequestbill": // Pay_ErrWorkTimesRequestBill oPay_ErrWorkTimesRequestBill = new Pay_ErrWorkTimesRequestBill(); oPay_ErrWorkTimesRequestBill.ShowDialog(); break; case "pay_getneedcheckerrworktimessendbilllist": Pay_GetNeedCheckErrWorkTimesSendBillList oPay_GetNeedCheckErrWorkTimesSendBillList = new Pay_GetNeedCheckErrWorkTimesSendBillList(); oPay_GetNeedCheckErrWorkTimesSendBillList.MdiParent = oMain; //oPay_GetNeedCheckErrWorkTimesSendBillList.ModCaption = gnmc; oPay_GetNeedCheckErrWorkTimesSendBillList.Show(); oMainForm.AddTabPage(oPay_GetNeedCheckErrWorkTimesSendBillList); break; case "pay_errworktimessendbilllist": //ȨÏÞ Pay_ErrWorkTimesSendBillList oPay_ErrWorkTimesSendBillList = new Pay_ErrWorkTimesSendBillList(); oPay_ErrWorkTimesSendBillList.MdiParent = oMain; oPay_ErrWorkTimesSendBillList.Show(); oMainForm.AddTabPage(oPay_ErrWorkTimesSendBillList); break; case "pay_errworktimessendbill": // Pay_ErrWorkTimesSendBill oPay_ErrWorkTimesSendBill = new Pay_ErrWorkTimesSendBill(); oPay_ErrWorkTimesSendBill.ShowDialog(); break; case "pay_singlebalbilllist": //ȨÏÞ Pay_SingleBalBillList oPay_SingleBalBillList = new Pay_SingleBalBillList(); oPay_SingleBalBillList.MdiParent = oMain; oPay_SingleBalBillList.Show(); oMainForm.AddTabPage(oPay_SingleBalBillList); break; case "pay_singlebalbill": // Pay_SingleBalBill oPay_SingleBalBill = new Pay_SingleBalBill(); oPay_SingleBalBill.ShowDialog(); break; case "pay_monthicmostocksumbilllist": //ȨÏÞ Pay_MonthICMOStockSumBillList oPay_MonthICMOStockSumBillList = new Pay_MonthICMOStockSumBillList(); oPay_MonthICMOStockSumBillList.MdiParent = oMain; oPay_MonthICMOStockSumBillList.Show(); oMainForm.AddTabPage(oPay_MonthICMOStockSumBillList); break; case "pay_monthicmostocksumbill": // Pay_MonthICMOStockSumBill oPay_MonthICMOStockSumBill = new Pay_MonthICMOStockSumBill(); oPay_MonthICMOStockSumBill.ShowDialog(); break; case "pay_sumbalbilllist": //ȨÏÞ Pay_SumBalBillList oPay_SumBalBillList = new Pay_SumBalBillList(); oPay_SumBalBillList.MdiParent = oMain; oPay_SumBalBillList.Show(); oMainForm.AddTabPage(oPay_SumBalBillList); break; case "pay_sumbalbill": // Pay_SumBalBill oPay_SumBalBill = new Pay_SumBalBill(); oPay_SumBalBill.ShowDialog(); break; case "pay_empinitchangebilllist": //ȨÏÞ Pay_EmpInitChangeBillList oPay_EmpInitChangeBillList = new Pay_EmpInitChangeBillList(); oPay_EmpInitChangeBillList.MdiParent = oMain; oPay_EmpInitChangeBillList.Show(); oMainForm.AddTabPage(oPay_EmpInitChangeBillList); break; case "pay_empinitchangebill": // Pay_EmpInitChangeBill oPay_EmpInitChangeBill = new Pay_EmpInitChangeBill(); oPay_EmpInitChangeBill.ShowDialog(); break; case "pay_otherbalbilllist": //ȨÏÞ Pay_OtherBalBillList oPay_OtherBalBillList = new Pay_OtherBalBillList(); oPay_OtherBalBillList.MdiParent = oMain; oPay_OtherBalBillList.Show(); oMainForm.AddTabPage(oPay_OtherBalBillList); break; case "pay_otherbalbill": // Pay_OtherBalBill oPay_OtherBalBill = new Pay_OtherBalBill(); oPay_OtherBalBill.ShowDialog(); break; //case "pay_overapplybill": // // // Pay_OverApplyBill oPay_OverApplyBill = new Pay_OverApplyBill(); // oPay_OverApplyBill.ShowDialog(); // break; //case "pay_overapplybilllist": // //ȨÏÞ // Pay_OverApplyBillList oPay_OverApplyBillList = new Pay_OverApplyBillList(); // oPay_OverApplyBillList.MdiParent = oMain; // oPay_OverApplyBillList.Show(); // break; case "hr_empchangebilllist": //ȨÏÞ HR_EmpChangeBillList oHR_EmpChangeBillList = new HR_EmpChangeBillList(); oHR_EmpChangeBillList.MdiParent = oMain; oHR_EmpChangeBillList.Show(); oMainForm.AddTabPage(oHR_EmpChangeBillList); break; case "hr_empchangebill": // HR_EmpChangeBill oHR_EmpChangeBill = new HR_EmpChangeBill(); oHR_EmpChangeBill.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew; oHR_EmpChangeBill.ShowDialog(); break; case "pay_periodinfoset": //ȨÏÞ Pay_PeriodInfoSet oPay_PeriodInfoSet = new Pay_PeriodInfoSet(); oPay_PeriodInfoSet.MdiParent = oMain; oPay_PeriodInfoSet.Show(); oMainForm.AddTabPage(oPay_PeriodInfoSet); break; case "pay_worktimesbillquery": //ȨÏÞ Pay_WorkTimesBillQuery oPay_WorkTimesBillQuery = new Pay_WorkTimesBillQuery(); oPay_WorkTimesBillQuery.MdiParent = oMain; oPay_WorkTimesBillQuery.Show(); oMainForm.AddTabPage(oPay_WorkTimesBillQuery); break; case "pay_groupbalbillquery": //ȨÏÞ Pay_GroupBalBillQuery oPay_GroupBalBillQuery = new Pay_GroupBalBillQuery(); oPay_GroupBalBillQuery.MdiParent = oMain; oPay_GroupBalBillQuery.Show(); oMainForm.AddTabPage(oPay_GroupBalBillQuery); break; case "pay_singlebalbillquery": //ȨÏÞ Pay_SingleBalBillQuery oPay_SingleBalBillQuery = new Pay_SingleBalBillQuery(); oPay_SingleBalBillQuery.MdiParent = oMain; oPay_SingleBalBillQuery.Show(); oMainForm.AddTabPage(oPay_SingleBalBillQuery); break; case "pay_otherbalbillquery": //ȨÏÞ Pay_OtherBalBillQuery oPay_OtherBalBillQuery = new Pay_OtherBalBillQuery(); oPay_OtherBalBillQuery.MdiParent = oMain; oPay_OtherBalBillQuery.Show(); oMainForm.AddTabPage(oPay_OtherBalBillQuery); break; //case "pay_overapplybillquery": // //ȨÏÞ // Pay_OverApplyBillQuery oPay_OverApplyBillQuery = new Pay_OverApplyBillQuery(); // oPay_OverApplyBillQuery.MdiParent = oMain; // oPay_OverApplyBillQuery.Show(); // break; case "pay_errworktimessendbillquery": //ȨÏÞ Pay_ErrWorkTimesSendBillQuery oPay_ErrWorkTimesSendBillQuery = new Pay_ErrWorkTimesSendBillQuery(); oPay_ErrWorkTimesSendBillQuery.MdiParent = oMain; oPay_ErrWorkTimesSendBillQuery.Show(); oMainForm.AddTabPage(oPay_ErrWorkTimesSendBillQuery); break; case "pay_dusubsidyitembillquery": //ȨÏÞ Pay_DuSubsidyItemBillQuery oPay_DuSubsidyItemBillQuery = new Pay_DuSubsidyItemBillQuery(); oPay_DuSubsidyItemBillQuery.MdiParent = oMain; oPay_DuSubsidyItemBillQuery.Show(); oMainForm.AddTabPage(oPay_DuSubsidyItemBillQuery); break; case "pay_paymentbillquery": //ȨÏÞ Pay_PayMentBillQuery oPay_PayMentBillQuery = new Pay_PayMentBillQuery(); oPay_PayMentBillQuery.MdiParent = oMain; oPay_PayMentBillQuery.Show(); oMainForm.AddTabPage(oPay_PayMentBillQuery); break; case "pay_procpricerequestbillquery": //ȨÏÞ Pay_ProcPriceRequestBillQuery oPay_ProcPriceRequestBillQuery = new Pay_ProcPriceRequestBillQuery(); oPay_ProcPriceRequestBillQuery.MdiParent = oMain; oPay_ProcPriceRequestBillQuery.Show(); oMainForm.AddTabPage(oPay_ProcPriceRequestBillQuery); break; //==============================================================±¨±í·ÖÎö case "pay_prodworkqtysumreport": //ȨÏÞ Pay_ProdWorkQtySumReport oPay_ProdWorkQtySumReport = new Pay_ProdWorkQtySumReport(); oPay_ProdWorkQtySumReport.MdiParent = oMain; oPay_ProdWorkQtySumReport.Show(); oMainForm.AddTabPage(oPay_ProdWorkQtySumReport); break; case "pay_prodworkqtyentryreport": //ȨÏÞ Pay_ProdWorkQtyEntryReport oPay_ProdWorkQtyEntryReport = new Pay_ProdWorkQtyEntryReport(); oPay_ProdWorkQtyEntryReport.MdiParent = oMain; oPay_ProdWorkQtyEntryReport.Show(); oMainForm.AddTabPage(oPay_ProdWorkQtyEntryReport); break; case "pay_empworkqtyentryreport": //ȨÏÞ Pay_EmpWorkQtyEntryReport oPay_EmpWorkQtyEntryReport = new Pay_EmpWorkQtyEntryReport(); oPay_EmpWorkQtyEntryReport.MdiParent = oMain; oPay_EmpWorkQtyEntryReport.Show(); oMainForm.AddTabPage(oPay_EmpWorkQtyEntryReport); break; case "pay_paymentdeptsendlist": //ȨÏÞ Pay_PayMentDeptSendList oPay_PayMentDeptSendList = new Pay_PayMentDeptSendList(); oPay_PayMentDeptSendList.MdiParent = oMain; oPay_PayMentDeptSendList.Show(); oMainForm.AddTabPage(oPay_PayMentDeptSendList); break; case "pay_paymentdeptyearreport": //ȨÏÞ Pay_PayMentDeptYearReport oPay_PayMentDeptYearReport = new Pay_PayMentDeptYearReport(); oPay_PayMentDeptYearReport.MdiParent = oMain; oPay_PayMentDeptYearReport.Show(); oMainForm.AddTabPage(oPay_PayMentDeptYearReport); break; case "pay_paymentprintreport": //ȨÏÞ Pay_PayMentPrintReport oPay_PayMentPrintReport = new Pay_PayMentPrintReport(); oPay_PayMentPrintReport.MdiParent = oMain; oPay_PayMentPrintReport.Show(); oMainForm.AddTabPage(oPay_PayMentPrintReport); break; case "pay_paymentsendlist": //ȨÏÞ Pay_PayMentSendList oPay_PayMentSendList = new Pay_PayMentSendList(); oPay_PayMentSendList.MdiParent = oMain; oPay_PayMentSendList.Show(); oMainForm.AddTabPage(oPay_PayMentSendList); break; case "pay_paymentyearreport": //ȨÏÞ Pay_PayMentYearReport oPay_PayMentYearReport = new Pay_PayMentYearReport(); oPay_PayMentYearReport.MdiParent = oMain; oPay_PayMentYearReport.Show(); oMainForm.AddTabPage(oPay_PayMentYearReport); break; case "pay_worktimeslist": //ȨÏÞ Pay_WorkTimesList oPay_WorkTimesList = new Pay_WorkTimesList(); oPay_WorkTimesList.MdiParent = oMain; oPay_WorkTimesList.Show(); oMainForm.AddTabPage(oPay_WorkTimesList); break; case "pay_emppaymentsumreport": //ȨÏÞ Pay_EmpPayMentSumReport oPay_EmpPayMentSumReport = new Pay_EmpPayMentSumReport(); oPay_EmpPayMentSumReport.MdiParent = oMain; oPay_EmpPayMentSumReport.Show(); oMainForm.AddTabPage(oPay_EmpPayMentSumReport); break; case "pay_singlebalbillsumreport": //ȨÏÞ Pay_SingleBalBillSumReport oPay_SingleBalBillSumReport = new Pay_SingleBalBillSumReport(); oPay_SingleBalBillSumReport.MdiParent = oMain; oPay_SingleBalBillSumReport.Show(); oMainForm.AddTabPage(oPay_SingleBalBillSumReport); break; case "pay_singlebalbillentryreport": //ȨÏÞ Pay_SingleBalBillEntryReport oPay_SingleBalBillEntryReport = new Pay_SingleBalBillEntryReport(); oPay_SingleBalBillEntryReport.MdiParent = oMain; oPay_SingleBalBillEntryReport.Show(); oMainForm.AddTabPage(oPay_SingleBalBillEntryReport); break; case "pay_paymentbillreport": //ȨÏÞ Pay_PayMentBillReport oPay_PayMentBillReport = new Pay_PayMentBillReport(); oPay_PayMentBillReport.MdiParent = oMain; oPay_PayMentBillReport.Show(); oMainForm.AddTabPage(oPay_PayMentBillReport); break; case "pay_worktimespaymentsumreport": //ȨÏÞ Pay_WorkTimesPayMentSumReport oPay_WorkTimesPayMentSumReport = new Pay_WorkTimesPayMentSumReport(); oPay_WorkTimesPayMentSumReport.MdiParent = oMain; oPay_WorkTimesPayMentSumReport.Show(); oMainForm.AddTabPage(oPay_WorkTimesPayMentSumReport); break; case "pay_worktimespaymententryreport": //ȨÏÞ Pay_WorkTimesPayMentEntryReport oPay_WorkTimesPayMentEntryReport = new Pay_WorkTimesPayMentEntryReport(); oPay_WorkTimesPayMentEntryReport.MdiParent = oMain; oPay_WorkTimesPayMentEntryReport.Show(); oMainForm.AddTabPage(oPay_WorkTimesPayMentEntryReport); break; default: break; } } catch (Exception e) { MessageBox.Show(e.Message); } } #endregion #region »ù´¡ÉèÖà public void Zxxymk_JCSJ(string gnsy,string gnmc, Form oMain) { //// MDIMain oMainForm; oMainForm = (MDIMain)oMain; //// Form sFrm; if (gnsy.Length == 0) return; try { //MessageBox.Show("gnsy:"+gnsy + "gnmc:"+ gnmc); switch (gnsy.ToLower()) { case "gy_stdworktimeslist": //ȨÏÞ Gy_StdWorkTimesList oGy_StdWorkTimesList = new Gy_StdWorkTimesList(); oGy_StdWorkTimesList.MdiParent = oMain; oGy_StdWorkTimesList.Show(); oMainForm.AddTabPage(oGy_StdWorkTimesList); break; case "gy_dotcheck"://µã¼ìÏîÄ¿ Gy_DotCheck oGy_DotCheck = new Gy_DotCheck(); oGy_DotCheck.MdiParent = oMain; oGy_DotCheck.Show(); oMainForm.AddTabPage(oGy_DotCheck); break; case "gy_basedemo": //ȨÏÞ Gy_BaseDemo oGy_BaseDemo = new Gy_BaseDemo(); oGy_BaseDemo.MdiParent = oMain; oGy_BaseDemo.Show(); oMainForm.AddTabPage(oGy_BaseDemo); break; case "gy_mouldware": //ȨÏÞ Gy_MouldWare oGy_MouldWare = new Gy_MouldWare(); oGy_MouldWare.MdiParent = oMain; oGy_MouldWare.Show(); oMainForm.AddTabPage(oGy_MouldWare); break; case "gy_technologyparameter": Gy_TechnologyParameter oGy_TechnologyParameter = new Gy_TechnologyParameter(); oGy_TechnologyParameter.MdiParent = oMain; oGy_TechnologyParameter.Show(); oMainForm.AddTabPage(oGy_TechnologyParameter); break; case "gy_technologyparameterunit": Gy_TechnologyParameterUnit oGy_TechnologyParameterUnit = new Gy_TechnologyParameterUnit(); oGy_TechnologyParameterUnit.MdiParent = oMain; oGy_TechnologyParameterUnit.Show(); oMainForm.AddTabPage(oGy_TechnologyParameterUnit); break; case "gy_techparambyproc": Gy_TechParamByProc oGy_TechParamByProc = new Gy_TechParamByProc(); oGy_TechParamByProc.MdiParent = oMain; oGy_TechParamByProc.Show(); oMainForm.AddTabPage(oGy_TechParamByProc); break; case "gy_techparambyproclist": Gy_TechParamByProcList oGy_TechParamByProcList = new Gy_TechParamByProcList(); oGy_TechParamByProcList.MdiParent = oMain; oGy_TechParamByProcList.Show(); oMainForm.AddTabPage(oGy_TechParamByProcList); break; case "gy_virtualwarehouse": Gy_VirtualWarehouse oGy_VirtualWarehouse = new Gy_VirtualWarehouse(); oGy_VirtualWarehouse.MdiParent = oMain; oGy_VirtualWarehouse.Show(); oMainForm.AddTabPage(oGy_VirtualWarehouse); break; case "gy_virtualstockclass": Gy_VirtualStockClass oGy_VirtualStockClass = new Gy_VirtualStockClass(); oGy_VirtualStockClass.MdiParent = oMain; oGy_VirtualStockClass.Show(); oMainForm.AddTabPage(oGy_VirtualStockClass); break; case "gy_virtualstockplacegroup": Gy_VirtualStockPlaceGroup oGy_VirtualStockPlaceGroup = new Gy_VirtualStockPlaceGroup(); oGy_VirtualStockPlaceGroup.MdiParent = oMain; oGy_VirtualStockPlaceGroup.Show(); oMainForm.AddTabPage(oGy_VirtualStockPlaceGroup); break; case "gy_virtualstockplace": Gy_VirtualStockPlace oGy_VirtualStockPlace = new Gy_VirtualStockPlace(); oGy_VirtualStockPlace.MdiParent = oMain; oGy_VirtualStockPlace.Show(); oMainForm.AddTabPage(oGy_VirtualStockPlace); break; case "gy_barcoderulebill": //ȨÏÞ Gy_BarCodeRuleBill oGy_BarCodeRuleBill = new Gy_BarCodeRuleBill(); oGy_BarCodeRuleBill.MdiParent = oMain; oGy_BarCodeRuleBill.Show(); oMainForm.AddTabPage(oGy_BarCodeRuleBill); break; case "gy_datain_stockplace": //ȨÏÞ Gy_DataIn_StockPlace oGy_DataIn_StockPlace = new Gy_DataIn_StockPlace(); oGy_DataIn_StockPlace.MdiParent = oMain; oGy_DataIn_StockPlace.Show(); oMainForm.AddTabPage(oGy_DataIn_StockPlace); break; case "gy_datain_warehouse": //ȨÏÞ Gy_DataIn_Warehouse oGy_DataIn_Warehouse = new Gy_DataIn_Warehouse(); oGy_DataIn_Warehouse.MdiParent = oMain; oGy_DataIn_Warehouse.Show(); oMainForm.AddTabPage(oGy_DataIn_Warehouse); break; case "gy_matemouldinfo": Gy_MateMouldInfo oGy_MateMouldInfo = new Gy_MateMouldInfo(); oGy_MateMouldInfo.MdiParent = oMain; oGy_MateMouldInfo.Show(); oMainForm.AddTabPage(oGy_MateMouldInfo); break; case "gy_matemouldinfolist": Gy_MateMouldInfoList oGy_MateMouldInfoList = new Gy_MateMouldInfoList(); oGy_MateMouldInfoList.MdiParent = oMain; oGy_MateMouldInfoList.Show(); oMainForm.AddTabPage(oGy_MateMouldInfoList); break; //case "gy_datain_matepricesup_k3": // //ȨÏÞ // Gy_DataIn_MatePriceSup_K3 oGy_DataIn_MatePriceSup_K3 = new Gy_DataIn_MatePriceSup_K3(); // oGy_DataIn_MatePriceSup_K3.MdiParent = oMain; // oGy_DataIn_MatePriceSup_K3.Show(); // oMainForm.AddTabPage(oGy_DataIn_MatePriceSup_K3); // break; //case "gy_datain_matepricecus_k3": // //ȨÏÞ // Gy_DataIn_MatePriceCus_K3 oGy_DataIn_MatePriceCus_K3 = new Gy_DataIn_MatePriceCus_K3(); // oGy_DataIn_MatePriceCus_K3.MdiParent = oMain; // oGy_DataIn_MatePriceCus_K3.Show(); // oMainForm.AddTabPage(oGy_DataIn_MatePriceCus_K3); // break; //case "gy_datain_warehouse_k3": // //ȨÏÞ // Gy_DataIn_Warehouse_K3 oGy_DataIn_Warehouse_K3 = new Gy_DataIn_Warehouse_K3(); // oGy_DataIn_Warehouse_K3.MdiParent = oMain; // oGy_DataIn_Warehouse_K3.Show(); // oMainForm.AddTabPage(oGy_DataIn_Warehouse_K3); // break; //case "gy_datain_material_k3": // //ȨÏÞ // Gy_DataIn_Material_K3 oGy_DataIn_Material_K3 = new Gy_DataIn_Material_K3(); // oGy_DataIn_Material_K3.MdiParent = oMain; // oGy_DataIn_Material_K3.Show(); // oMainForm.AddTabPage(oGy_DataIn_Material_K3); // break; //case "gy_datain_customer_k3": // //ȨÏÞ // Gy_DataIn_Customer_K3 oGy_DataIn_Customer_K3 = new Gy_DataIn_Customer_K3(); // oGy_DataIn_Customer_K3.MdiParent = oMain; // oGy_DataIn_Customer_K3.Show(); // oMainForm.AddTabPage(oGy_DataIn_Customer_K3); // break; //case "gy_datain_supplier_k3": // //ȨÏÞ // Gy_DataIn_Supplier_K3 oGy_DataIn_Supplier_K3 = new Gy_DataIn_Supplier_K3(); // oGy_DataIn_Supplier_K3.MdiParent = oMain; // oGy_DataIn_Supplier_K3.Show(); // oMainForm.AddTabPage(oGy_DataIn_Supplier_K3); // break; //case "gy_datain_employee_k3": // //ȨÏÞ // Gy_DataIn_Employee_K3 oGy_DataIn_Employee_K3 = new Gy_DataIn_Employee_K3(); // oGy_DataIn_Employee_K3.MdiParent = oMain; // oGy_DataIn_Employee_K3.Show(); // oMainForm.AddTabPage(oGy_DataIn_Employee_K3); // break; //case "gy_datain_department_k3": // //ȨÏÞ // Gy_DataIn_Department_K3 oGy_DataIn_Department_K3 = new Gy_DataIn_Department_K3(); // oGy_DataIn_Department_K3.MdiParent = oMain; // oGy_DataIn_Department_K3.Show(); // oMainForm.AddTabPage(oGy_DataIn_Department_K3); // break; case "gy_salepresentratelist": Gy_SalePresentRateList oGy_SalePresentRateList = new Gy_SalePresentRateList(); oGy_SalePresentRateList.MdiParent = oMain; oGy_SalePresentRateList.Show(); oMainForm.AddTabPage(oGy_SalePresentRateList); break; case "gy_icbombilllist": Gy_ICBomBillList oGy_ICBomBillList = new Gy_ICBomBillList(); oGy_ICBomBillList.MdiParent = oMain; oGy_ICBomBillList.Show(); oMainForm.AddTabPage(oGy_ICBomBillList); break; case "gy_icbombill": Gy_ICBomBill oGy_ICBomBill = new Gy_ICBomBill(); oGy_ICBomBill.ShowDialog(); break; case "gy_icbomgroup": Gy_ICBomGroup oGy_ICBomGroup = new Gy_ICBomGroup(); oGy_ICBomGroup.MdiParent = oMain; oGy_ICBomGroup.Show(); oMainForm.AddTabPage(oGy_ICBomGroup); break; case "gy_workcentersourcebill": Gy_WorkCenterSourceBill oGy_WorkCenterSourceBill = new Gy_WorkCenterSourceBill(); oGy_WorkCenterSourceBill.MdiParent = oMain; oGy_WorkCenterSourceBill.Show(); oMainForm.AddTabPage(oGy_WorkCenterSourceBill); break; case "gy_procpricelist": //ȨÏÞ Gy_ProcPriceList oGy_ProcPriceList = new Gy_ProcPriceList(); oGy_ProcPriceList.MdiParent = oMain; oGy_ProcPriceList.Show(); oMainForm.AddTabPage(oGy_ProcPriceList); break; case "gy_classtimeprjgroup": Gy_ClassTimePrjGroup oGy_ClassTimePrjGroup = new Gy_ClassTimePrjGroup(); oGy_ClassTimePrjGroup.MdiParent = oMain; oGy_ClassTimePrjGroup.Show(); oMainForm.AddTabPage(oGy_ClassTimePrjGroup); break; case "gy_matenumrelation": Gy_MateNumRelation oGy_MateNumRelation = new Gy_MateNumRelation(); oGy_MateNumRelation.MdiParent = oMain; oGy_MateNumRelation.Show(); oMainForm.AddTabPage(oGy_MateNumRelation); break; case "gy_procpricerela": Gy_ProcPriceRela oGy_ProcPriceRela = new Gy_ProcPriceRela(); oGy_ProcPriceRela.MdiParent = oMain; oGy_ProcPriceRela.Show(); oMainForm.AddTabPage(oGy_ProcPriceRela); break; case "gy_procpricerelagroup": Gy_ProcPriceRelaGroup oGy_ProcPriceRelaGroup = new Gy_ProcPriceRelaGroup(); oGy_ProcPriceRelaGroup.MdiParent = oMain; oGy_ProcPriceRelaGroup.Show(); oMainForm.AddTabPage(oGy_ProcPriceRelaGroup); break; case "gy_stockplacegroup": Gy_StockPlaceGroup oGy_StockPlaceGroup = new Gy_StockPlaceGroup(); oGy_StockPlaceGroup.MdiParent = oMain; oGy_StockPlaceGroup.Show(); oMainForm.AddTabPage(oGy_StockPlaceGroup); break; case "gy_stockplace": Gy_StockPlace oGy_StockPlace = new Gy_StockPlace(); oGy_StockPlace.MdiParent = oMain; oGy_StockPlace.Show(); oMainForm.AddTabPage(oGy_StockPlace); break; case "gy_holiday": Gy_Holiday oGy_Holiday = new Gy_Holiday(); oGy_Holiday.MdiParent = oMain; oGy_Holiday.Show(); oMainForm.AddTabPage(oGy_Holiday); break; case "gy_productspec": Gy_ProductSpec oGy_ProductSpec = new Gy_ProductSpec(); oGy_ProductSpec.MdiParent = oMain; oGy_ProductSpec.Show(); oMainForm.AddTabPage(oGy_ProductSpec); break; case "gy_project": Gy_Project oGy_Project = new Gy_Project(); oGy_Project.MdiParent = oMain; oGy_Project.Show(); oMainForm.AddTabPage(oGy_Project); break; case "gy_shifts": Gy_Shifts oGy_Shifts = new Gy_Shifts(); oGy_Shifts.MdiParent = oMain; oGy_Shifts.Show(); oMainForm.AddTabPage(oGy_Shifts); break; case "gy_iccard": Gy_ICCard oGy_ICCard = new Gy_ICCard(); oGy_ICCard.MdiParent = oMain; oGy_ICCard.Show(); oMainForm.AddTabPage(oGy_ICCard); break; case "gy_carefor": Gy_CareFor oGy_CareFor = new Gy_CareFor(); oGy_CareFor.MdiParent = oMain; oGy_CareFor.Show(); oMainForm.AddTabPage(oGy_CareFor); break; case "gy_subsidyitem": Gy_SubsidyItem oGy_SubsidyItem = new Gy_SubsidyItem(); oGy_SubsidyItem.MdiParent = oMain; oGy_SubsidyItem.Show(); oMainForm.AddTabPage(oGy_SubsidyItem); break; case "gy_deductitem": Gy_DeductItem oGy_DeductItem = new Gy_DeductItem(); oGy_DeductItem.MdiParent = oMain; oGy_DeductItem.Show(); oMainForm.AddTabPage(oGy_DeductItem); break; case "gy_matertrait": Gy_MaterTrait oGy_MaterTrait = new Gy_MaterTrait(); oGy_MaterTrait.MdiParent = oMain; oGy_MaterTrait.Show(); oMainForm.AddTabPage(oGy_MaterTrait); break; case "gy_evaluatestatus": Gy_EvaluateStatus oGy_EvaluateStatus = new Gy_EvaluateStatus(); oGy_EvaluateStatus.MdiParent = oMain; oGy_EvaluateStatus.Show(); oMainForm.AddTabPage(oGy_EvaluateStatus); break; case "gy_suptype": Gy_SupType oGy_SupType = new Gy_SupType(); oGy_SupType.MdiParent = oMain; oGy_SupType.Show(); oMainForm.AddTabPage(oGy_SupType); break; case "gy_supstatus": Gy_SupStatus oGy_SupStatus = new Gy_SupStatus(); oGy_SupStatus.MdiParent = oMain; oGy_SupStatus.Show(); oMainForm.AddTabPage(oGy_SupStatus); break; case "gy_supsort": Gy_SupSort oGy_SupSort = new Gy_SupSort(); oGy_SupSort.MdiParent = oMain; oGy_SupSort.Show(); oMainForm.AddTabPage(oGy_SupSort); break; case "gy_comkind": Gy_ComKind oGy_ComKind = new Gy_ComKind(); oGy_ComKind.MdiParent = oMain; oGy_ComKind.Show(); oMainForm.AddTabPage(oGy_ComKind); break; case "gy_comtype": Gy_ComType oGy_ComType = new Gy_ComType(); oGy_ComType.MdiParent = oMain; oGy_ComType.Show(); oMainForm.AddTabPage(oGy_ComType); break; case "gy_comsort": Gy_ComSort oGy_ComSort = new Gy_ComSort(); oGy_ComSort.MdiParent = oMain; oGy_ComSort.Show(); oMainForm.AddTabPage(oGy_ComSort); break; case "gy_comscope": Gy_ComScope oGy_ComScope = new Gy_ComScope(); oGy_ComScope.MdiParent = oMain; oGy_ComScope.Show(); oMainForm.AddTabPage(oGy_ComScope); break; case "gy_sectype": Gy_SecType oGy_SecType = new Gy_SecType(); oGy_SecType.MdiParent = oMain; oGy_SecType.Show(); oMainForm.AddTabPage(oGy_SecType); break; case "gy_expensestatus": Gy_ExpenseStatus oGy_ExpenseStatus = new Gy_ExpenseStatus(); oGy_ExpenseStatus.MdiParent = oMain; oGy_ExpenseStatus.Show(); oMainForm.AddTabPage(oGy_ExpenseStatus); break; case "gy_papersort": Gy_PaperSort oGy_PaperSort = new Gy_PaperSort(); oGy_PaperSort.MdiParent = oMain; oGy_PaperSort.Show(); oMainForm.AddTabPage(oGy_PaperSort); break; //case "gy_project": // Gy_Project oGy_Project = new Gy_Project(); // oGy_Project.MdiParent = oMain; // oGy_Project.Show(); // break; case "gy_proccomm": Gy_ProcComm oGy_ProcComm = new Gy_ProcComm(); oGy_ProcComm.MdiParent = oMain; oGy_ProcComm.Show(); oMainForm.AddTabPage(oGy_ProcComm); break; case "gy_repaircheck": Gy_RepairCheck oGy_RepairCheck = new Gy_RepairCheck(); oGy_RepairCheck.MdiParent = oMain; oGy_RepairCheck.Show(); oMainForm.AddTabPage(oGy_RepairCheck); break; case "gy_dorm": Gy_Dorm oGy_Dorm = new Gy_Dorm(); oGy_Dorm.MdiParent = oMain; oGy_Dorm.Show(); oMainForm.AddTabPage(oGy_Dorm); break; case "gy_equipment": Gy_EquipMent oGy_EquipMent = new Gy_EquipMent(); oGy_EquipMent.MdiParent = oMain; oGy_EquipMent.Show(); oMainForm.AddTabPage(oGy_EquipMent); break; case "gy_energy": Gy_Energy oGy_Energy = new Gy_Energy(); oGy_Energy.MdiParent = oMain; oGy_Energy.Show(); oMainForm.AddTabPage(oGy_Energy); break; case "gy_model": Gy_Model oGy_Model = new Gy_Model(); oGy_Model.MdiParent = oMain; oGy_Model.Show(); oMainForm.AddTabPage(oGy_Model); break; case "gy_costcenter": Gy_CostCenter oGy_CostCenter = new Gy_CostCenter(); oGy_CostCenter.MdiParent = oMain; oGy_CostCenter.Show(); oMainForm.AddTabPage(oGy_CostCenter); break; case "gy_maintain": Gy_Maintain oGy_Maintain = new Gy_Maintain(); oGy_Maintain.MdiParent = oMain; oGy_Maintain.Show(); oMainForm.AddTabPage(oGy_Maintain); break; case "gy_safety": Gy_Safety oGy_Safety = new Gy_Safety(); oGy_Safety.MdiParent = oMain; oGy_Safety.Show(); oMainForm.AddTabPage(oGy_Safety); break; case "gy_dusubsidyitem": Gy_DuSubsidyItem oGy_DuSubsidyItem = new Gy_DuSubsidyItem(); oGy_DuSubsidyItem.MdiParent = oMain; oGy_DuSubsidyItem.Show(); oMainForm.AddTabPage(oGy_DuSubsidyItem); break; case "gy_workpaytype": Gy_WorkPayType oGy_WorkPayType = new Gy_WorkPayType(); oGy_WorkPayType.MdiParent = oMain; oGy_WorkPayType.Show(); oMainForm.AddTabPage(oGy_WorkPayType); break; case "gy_worktype": Gy_WorkType oGy_WorkType = new Gy_WorkType(); oGy_WorkType.MdiParent = oMain; oGy_WorkType.Show(); oMainForm.AddTabPage(oGy_WorkType); break; case "gy_trade": Gy_Trade oGy_Trade = new Gy_Trade(); oGy_Trade.MdiParent = oMain; oGy_Trade.Show(); oMainForm.AddTabPage(oGy_Trade); break; case "gy_archivesfloor": Gy_ArchivesFloor oGy_ArchivesFloor = new Gy_ArchivesFloor(); oGy_ArchivesFloor.MdiParent = oMain; oGy_ArchivesFloor.Show(); oMainForm.AddTabPage(oGy_ArchivesFloor); break; case "gy_archivesark": Gy_ArchivesArk oGy_ArchivesArk = new Gy_ArchivesArk(); oGy_ArchivesArk.MdiParent = oMain; oGy_ArchivesArk.Show(); oMainForm.AddTabPage(oGy_ArchivesArk); break; case "gy_property": Gy_Property oGy_Property = new Gy_Property(); oGy_Property.MdiParent = oMain; oGy_Property.Show(); oMainForm.AddTabPage(oGy_Property); break; case "gy_propertytype": Gy_PropertyType oGy_PropertyType = new Gy_PropertyType(); oGy_PropertyType.MdiParent = oMain; oGy_PropertyType.Show(); oMainForm.AddTabPage(oGy_PropertyType); break; case "gy_port": Gy_Port oGy_Port = new Gy_Port(); oGy_Port.MdiParent = oMain; oGy_Port.Show(); oMainForm.AddTabPage(oGy_Port); break; case "gy_conktype": Gy_ConkType oGy_ConkType = new Gy_ConkType(); oGy_ConkType.MdiParent = oMain; oGy_ConkType.Show(); oMainForm.AddTabPage(oGy_ConkType); break; case "gy_conkreason": Gy_ConkReason oGy_ConkReason = new Gy_ConkReason(); oGy_ConkReason.MdiParent = oMain; oGy_ConkReason.Show(); oMainForm.AddTabPage(oGy_ConkReason); break; case "gy_prodtype": Gy_ProdType oGy_ProdType = new Gy_ProdType(); oGy_ProdType.MdiParent = oMain; oGy_ProdType.Show(); oMainForm.AddTabPage(oGy_ProdType); break; case "gy_repair": Gy_Repair oGy_Repair = new Gy_Repair(); oGy_Repair.MdiParent = oMain; oGy_Repair.Show(); oMainForm.AddTabPage(oGy_Repair); break; case "gy_repairtype": Gy_RepairType oGy_RepairType = new Gy_RepairType(); oGy_RepairType.MdiParent = oMain; oGy_RepairType.Show(); oMainForm.AddTabPage(oGy_RepairType); break; case "gy_stockinstyle": Gy_StockInStyle oGy_StockInStyle = new Gy_StockInStyle(); oGy_StockInStyle.MdiParent = oMain; oGy_StockInStyle.Show(); oMainForm.AddTabPage(oGy_StockInStyle); break; case "gy_stockoutstyle": Gy_StockOutStyle oGy_StockOutStyle = new Gy_StockOutStyle(); oGy_StockOutStyle.MdiParent = oMain; oGy_StockOutStyle.Show(); oMainForm.AddTabPage(oGy_StockOutStyle); break; case "gy_postockstyle": Gy_PoStockStyle oGy_PoStockStyle = new Gy_PoStockStyle(); oGy_PoStockStyle.MdiParent = oMain; oGy_PoStockStyle.Show(); oMainForm.AddTabPage(oGy_PoStockStyle); break; case "gy_suptarget": Gy_SupTarget oGy_SupTarget = new Gy_SupTarget(); oGy_SupTarget.MdiParent = oMain; oGy_SupTarget.Show(); oMainForm.AddTabPage(oGy_SupTarget); break; case "gy_bank": Gy_Bank oGy_Bank = new Gy_Bank(); oGy_Bank.MdiParent = oMain; oGy_Bank.Show(); oMainForm.AddTabPage(oGy_Bank); break; case "gy_duty": Gy_Duty oGy_Duty = new Gy_Duty(); oGy_Duty.MdiParent = oMain; oGy_Duty.Show(); oMainForm.AddTabPage(oGy_Duty); break; case "gy_material": Gy_Material oGy_Material = new Gy_Material(); oGy_Material.MdiParent = oMain; oGy_Material.Show(); oMainForm.AddTabPage(oGy_Material); break; case "gy_supplier": Gy_Supplier oGy_Supplier = new Gy_Supplier(); oGy_Supplier.MdiParent = oMain; oGy_Supplier.Show(); oMainForm.AddTabPage(oGy_Supplier); break; case "gy_customer": Gy_Customer oGy_Customer = new Gy_Customer(); oGy_Customer.MdiParent = oMain; oGy_Customer.Show(); oMainForm.AddTabPage(oGy_Customer); break; case "gy_areaset": Gy_AreaSet oGy_AreaSet = new Gy_AreaSet(); oGy_AreaSet.ModName = gnmc; oGy_AreaSet.MdiParent = oMain; oGy_AreaSet.Show(); oMainForm.AddTabPage(oGy_AreaSet); break; case "gy_custype": Gy_CusType oGy_CusType = new Gy_CusType(); oGy_CusType.MdiParent = oMain; oGy_CusType.Show(); oMainForm.AddTabPage(oGy_CusType); break; case "gy_post": Gy_Post oGy_Post = new Gy_Post(); oGy_Post.MdiParent = oMain; oGy_Post.Show(); oMainForm.AddTabPage(oGy_Post); break; case "gy_warehouse": Gy_Warehouse oGy_Warehouse = new Gy_Warehouse(); oGy_Warehouse.MdiParent = oMain; oGy_Warehouse.Show(); oMainForm.AddTabPage(oGy_Warehouse); break; case "gy_sellstyle": Gy_SellStyle oGy_SellStyle = new Gy_SellStyle(); oGy_SellStyle.MdiParent = oMain; oGy_SellStyle.Show(); oMainForm.AddTabPage(oGy_SellStyle); break; case "gy_currency": Gy_Currency oGy_Currency = new Gy_Currency(); oGy_Currency.MdiParent = oMain; oGy_Currency.Show(); oMainForm.AddTabPage(oGy_Currency); break; case "gy_settlestyle": Gy_SettleStyle oGy_SettleStyle = new Gy_SettleStyle(); oGy_SettleStyle.MdiParent = oMain; oGy_SettleStyle.Show(); oMainForm.AddTabPage(oGy_SettleStyle); break; case "gy_unit": Gy_Unit oGy_Unit = new Gy_Unit(); oGy_Unit.MdiParent = oMain; oGy_Unit.Show(); oMainForm.AddTabPage(oGy_Unit); break; case "gy_unitgroup": Gy_UnitGroup oGy_UnitGroup = new Gy_UnitGroup(); oGy_UnitGroup.MdiParent = oMain; oGy_UnitGroup.Show(); oMainForm.AddTabPage(oGy_UnitGroup); break; case "gy_orderlev": Gy_OrderLev oGy_OrderLev = new Gy_OrderLev(); oGy_OrderLev.MdiParent = oMain; oGy_OrderLev.Show(); oMainForm.AddTabPage(oGy_OrderLev); break; case "gy_worktimes": //Gy_WorkTimes oGy_WorkTimes = new Gy_WorkTimes(); //oGy_WorkTimes.MdiParent = oMain; //oGy_WorkTimes.Show(); break; case "gy_employee": Gy_Employee oGy_Employee = new Gy_Employee(); oGy_Employee.MdiParent = oMain; oGy_Employee.Show(); oMainForm.AddTabPage(oGy_Employee); break; case "gy_matepricesuplist": Gy_MatePriceSupList oGy_MatePriceSupList = new Gy_MatePriceSupList(); oGy_MatePriceSupList.MdiParent = oMain; oGy_MatePriceSupList.Show(); oMainForm.AddTabPage(oGy_MatePriceSupList); break; case "gy_matepricecuslist": Gy_MatePriceCusList oGy_MatePriceCusList = new Gy_MatePriceCusList(); oGy_MatePriceCusList.MdiParent = oMain; oGy_MatePriceCusList.Show(); oMainForm.AddTabPage(oGy_MatePriceCusList); break; case "gy_workcentersourcebilllist": Gy_WorkCenterSourceBillList oGy_WorkCenterSourceBillList = new Gy_WorkCenterSourceBillList(); oGy_WorkCenterSourceBillList.MdiParent = oMain; oGy_WorkCenterSourceBillList.Show(); oMainForm.AddTabPage(oGy_WorkCenterSourceBillList); break; case "gy_routingbilllist": Gy_RoutingBillList oGy_RoutingBillList = new Gy_RoutingBillList(); oGy_RoutingBillList.MdiParent = oMain; oGy_RoutingBillList.Show(); oMainForm.AddTabPage(oGy_RoutingBillList); break; case "gy_routingbill": Gy_RoutingBill oGy_RoutingBill = new Gy_RoutingBill(); oGy_RoutingBill.ShowDialog(); break; case "xt_userrelationsupplierlist": //ȨÏÞ Xt_UserRelationSupplierList oXt_UserRelationSupplierList = new Xt_UserRelationSupplierList(); oXt_UserRelationSupplierList.MdiParent = oMain; oXt_UserRelationSupplierList.Show(); oMainForm.AddTabPage(oXt_UserRelationSupplierList); break; case "xt_userrelationsupplier": // Xt_UserRelationSupplier oXt_UserRelationSupplier = new Xt_UserRelationSupplier(); oXt_UserRelationSupplier.ShowDialog(); break; case "gy_cusfrom": Gy_CusFrom oGy_CusFrom = new Gy_CusFrom(); oGy_CusFrom.MdiParent = oMain; oGy_CusFrom.Show(); oMainForm.AddTabPage(oGy_CusFrom); break; case "gy_campaigntype": Gy_CampaignType oGy_CampaignType = new Gy_CampaignType(); oGy_CampaignType.MdiParent = oMain; oGy_CampaignType.Show(); oMainForm.AddTabPage(oGy_CampaignType); break; case "gy_infofrom": Gy_InfoFrom oGy_InfoFrom = new Gy_InfoFrom(); oGy_InfoFrom.MdiParent = oMain; oGy_InfoFrom.Show(); oMainForm.AddTabPage(oGy_InfoFrom); break; case "gy_selltool": Gy_SellTool oGy_SellTool = new Gy_SellTool(); oGy_SellTool.MdiParent = oMain; oGy_SellTool.Show(); oMainForm.AddTabPage(oGy_SellTool); break; case "gy_selltype": Gy_SellType oGy_SellType = new Gy_SellType(); oGy_SellType.MdiParent = oMain; oGy_SellType.Show(); oMainForm.AddTabPage(oGy_SellType); break; case "gy_cuslevel": Gy_CusLevel oGy_CusLevel = new Gy_CusLevel(); oGy_CusLevel.MdiParent = oMain; oGy_CusLevel.Show(); oMainForm.AddTabPage(oGy_CusLevel); break; case "gy_cusimport": Gy_CusImport oGy_CusImport = new Gy_CusImport(); oGy_CusImport.MdiParent = oMain; oGy_CusImport.Show(); oMainForm.AddTabPage(oGy_CusImport); break; case "gy_sellstep": Gy_SellStep oGy_SellStep = new Gy_SellStep(); oGy_SellStep.MdiParent = oMain; oGy_SellStep.Show(); oMainForm.AddTabPage(oGy_SellStep); break; case "gy_appealtype": Gy_AppealType oGy_AppealType = new Gy_AppealType(); oGy_AppealType.MdiParent = oMain; oGy_AppealType.Show(); oMainForm.AddTabPage(oGy_AppealType); break; case "gy_appeal": Gy_Appeal oGy_Appeal = new Gy_Appeal(); oGy_Appeal.MdiParent = oMain; oGy_Appeal.Show(); oMainForm.AddTabPage(oGy_Appeal); break; case "gy_infotype": Gy_InfoType oGy_InfoType = new Gy_InfoType(); oGy_InfoType.MdiParent = oMain; oGy_InfoType.Show(); oMainForm.AddTabPage(oGy_InfoType); break; case "gy_cusstatus": Gy_CusStatus oGy_CusStatus = new Gy_CusStatus(); oGy_CusStatus.MdiParent = oMain; oGy_CusStatus.Show(); oMainForm.AddTabPage(oGy_CusStatus); break; case "gy_disposeway": Gy_DisposeWay oGy_DisposeWay = new Gy_DisposeWay(); oGy_DisposeWay.MdiParent = oMain; oGy_DisposeWay.Show(); oMainForm.AddTabPage(oGy_DisposeWay); break; case "gy_projectstep": Gy_ProjectStep oGy_ProjectStep = new Gy_ProjectStep(); oGy_ProjectStep.MdiParent = oMain; oGy_ProjectStep.Show(); oMainForm.AddTabPage(oGy_ProjectStep); break; case "gy_usermaterrelation": Gy_UserMaterRelation oGy_UserMaterRelation = new Gy_UserMaterRelation(); oGy_UserMaterRelation.ShowDialog(); break; case "gy_usermaterrelationlist": Gy_UserMaterRelationList oGy_UserMaterRelationList = new Gy_UserMaterRelationList(); oGy_UserMaterRelationList.MdiParent = oMain; oGy_UserMaterRelationList.Show(); oMainForm.AddTabPage(oGy_UserMaterRelationList); break; case "gy_usercustomerrelation": Gy_UserCustomerRelation oGy_UserCustomerRelation = new Gy_UserCustomerRelation(); oGy_UserCustomerRelation.ShowDialog(); break; case "gy_usercustomerrelationlist": Gy_UserCustomerRelationList oGy_UserCustomerRelationList = new Gy_UserCustomerRelationList(); oGy_UserCustomerRelationList.MdiParent = oMain; oGy_UserCustomerRelationList.Show(); oMainForm.AddTabPage(oGy_UserCustomerRelationList); break; case "gy_userdeptrelation": Gy_UserDeptRelation oGy_UserDeptRelation = new Gy_UserDeptRelation(); oGy_UserDeptRelation.ShowDialog(); break; case "gy_userdeptrelationlist": Gy_UserDeptRelationList oGy_UserDeptRelationList = new Gy_UserDeptRelationList(); oGy_UserDeptRelationList.MdiParent = oMain; oGy_UserDeptRelationList.Show(); oMainForm.AddTabPage(oGy_UserDeptRelationList); break; case "gy_usergrouprelation": Gy_UserGroupRelation oGy_UserGroupRelation = new Gy_UserGroupRelation(); oGy_UserGroupRelation.ShowDialog(); break; case "gy_usergrouprelationlist": Gy_UserGroupRelationList oGy_UserGroupRelationList = new Gy_UserGroupRelationList(); oGy_UserGroupRelationList.MdiParent = oMain; oGy_UserGroupRelationList.Show(); oMainForm.AddTabPage(oGy_UserGroupRelationList); break; case "gy_userstockrelation": Gy_UserStockRelation oGy_UserStockRelation = new Gy_UserStockRelation(); oGy_UserStockRelation.ShowDialog(); break; case "gy_userstockrelationlist": Gy_UserStockRelationList oGy_UserStockRelationList = new Gy_UserStockRelationList(); oGy_UserStockRelationList.MdiParent = oMain; oGy_UserStockRelationList.Show(); oMainForm.AddTabPage(oGy_UserStockRelationList); break; case "gy_qcresult2": Gy_QCResult2 oGy_QCResult2 = new Gy_QCResult2(); oGy_QCResult2.MdiParent = oMain; oGy_QCResult2.Show(); oMainForm.AddTabPage(oGy_QCResult2); break; case "gy_qcresult": Gy_QCResult oGy_QCResult = new Gy_QCResult(); oGy_QCResult.MdiParent = oMain; oGy_QCResult.Show(); oMainForm.AddTabPage(oGy_QCResult); break; //case "gy_equipment": // Gy_EquipMent oGy_EquipMent = new Gy_EquipMent(); // oGy_EquipMent.MdiParent = oMain; // oGy_EquipMent.Show(); // oMainForm.AddTabPage(oGy_EquipMent); // break; //============================ //case "a3_currency": // A3_Currency oA3_Currency = new A3_Currency(); // oA3_Currency.MdiParent = oMain; // oA3_Currency.Show(); // oMainForm.AddTabPage(oA3_Currency); // break; //case "a3_customer": // A3_Customer oA3_Customer = new A3_Customer(); // oA3_Customer.MdiParent = oMain; // oA3_Customer.Show(); // oMainForm.AddTabPage(oA3_Customer); // break; //case "a3_department": // A3_Department oA3_Department = new A3_Department(); // oA3_Department.MdiParent = oMain; // oA3_Department.Show(); // oMainForm.AddTabPage(oA3_Department); // break; //case "a3_employee": // A3_Employee oA3_Employee = new A3_Employee(); // oA3_Employee.MdiParent = oMain; // oA3_Employee.Show(); // oMainForm.AddTabPage(oA3_Employee); // break; //case "a3_material": // A3_Material oA3_Material = new A3_Material(); // oA3_Material.MdiParent = oMain; // oA3_Material.Show(); // oMainForm.AddTabPage(oA3_Material); // break; //case "a3_supplier": // A3_Supplier oA3_Supplier = new A3_Supplier(); // oA3_Supplier.MdiParent = oMain; // oA3_Supplier.Show(); // oMainForm.AddTabPage(oA3_Supplier); // break; //case "a3_unit": // A3_Unit oA3_Unit = new A3_Unit(); // oA3_Unit.MdiParent = oMain; // oA3_Unit.Show(); // oMainForm.AddTabPage(oA3_Unit); // break; //case "a3_warehouse": // A3_WareHouse oA3_WareHouse = new A3_WareHouse(); // oA3_WareHouse.MdiParent = oMain; // oA3_WareHouse.Show(); // oMainForm.AddTabPage(oA3_WareHouse); // break; ////============================================== //case "k3_warehouse": // K3_Warehouse oK3_Warehouse = new K3_Warehouse(); // oK3_Warehouse.MdiParent = oMain; // oK3_Warehouse.Show(); // oMainForm.AddTabPage(oK3_Warehouse); // break; //case "k3_customer": // K3_Customer oK3_Customer = new K3_Customer(); // oK3_Customer.MdiParent = oMain; // oK3_Customer.Show(); // oMainForm.AddTabPage(oK3_Customer); // break; //case "k3_unit": // K3_Unit oK3_Unit = new K3_Unit(); // oK3_Unit.MdiParent = oMain; // oK3_Unit.Show(); // oMainForm.AddTabPage(oK3_Unit); // break; //case "k3_material": // K3_Material oK3_Material = new K3_Material(); // oK3_Material.MdiParent = oMain; // oK3_Material.Show(); // oMainForm.AddTabPage(oK3_Material); // break; //case "k3_supplier": // K3_Supplier oK3_Supplier = new K3_Supplier(); // oK3_Supplier.MdiParent = oMain; // oK3_Supplier.Show(); // oMainForm.AddTabPage(oK3_Supplier); // break; //case "k3_department": // K3_Department oK3_Department = new K3_Department(); // oK3_Department.MdiParent = oMain; // oK3_Department.Show(); // oMainForm.AddTabPage(oK3_Department); // break; //case "k3_currency": // K3_Currency oK3_Currency = new K3_Currency(); // oK3_Currency.MdiParent = oMain; // oK3_Currency.Show(); // oMainForm.AddTabPage(oK3_Currency); // break; //case "k3_employee": // K3_Employee oK3_Employee = new K3_Employee(); // oK3_Employee.MdiParent = oMain; // oK3_Employee.Show(); // oMainForm.AddTabPage(oK3_Employee); // break; //case "k3_settlestyle": // K3_SettleStyle oK3_SettleStyle = new K3_SettleStyle(); // oK3_SettleStyle.MdiParent = oMain; // oK3_SettleStyle.Show(); // oMainForm.AddTabPage(oK3_SettleStyle); // break; //case "k3_sellstyle": // K3_SellStyle oK3_SellStyle = new K3_SellStyle(); // oK3_SellStyle.MdiParent = oMain; // oK3_SellStyle.Show(); // oMainForm.AddTabPage(oK3_SellStyle); // break; //case "k3_prjgroup_extendlist": // K3_PrjGroup_ExtendList oK3_PrjGroup_ExtendList = new K3_PrjGroup_ExtendList(); // oK3_PrjGroup_ExtendList.MdiParent = oMain; // oK3_PrjGroup_ExtendList.Show(); // oMainForm.AddTabPage(oK3_PrjGroup_ExtendList); // break; //case "k3_cbexpense": // K3_cbExpense oK3_cbExpense = new K3_cbExpense(); // oK3_cbExpense.MdiParent = oMain; // oK3_cbExpense.Show(); // oMainForm.AddTabPage(oK3_cbExpense); // break; //case "k3_cbcostobj": // K3_cbCostObj oK3_cbCostObj = new K3_cbCostObj(); // oK3_cbCostObj.MdiParent = oMain; // oK3_cbCostObj.Show(); // oMainForm.AddTabPage(oK3_cbCostObj); // break; //case "k3_costitem": // K3_CostItem oK3_CostItem = new K3_CostItem(); // oK3_CostItem.MdiParent = oMain; // oK3_CostItem.Show(); // oMainForm.AddTabPage(oK3_CostItem); // break; //case "k3_account": // K3_Account oK3_Account = new K3_Account(); // oK3_Account.MdiParent = oMain; // oK3_Account.Show(); // oMainForm.AddTabPage(oK3_Account); // break; //case "k3_costcenter": // K3_CostCenter oK3_CostCenter = new K3_CostCenter(); // oK3_CostCenter.MdiParent = oMain; // oK3_CostCenter.Show(); // oMainForm.AddTabPage(oK3_CostCenter); // break; //=================================== case "gy_routinggroup": Gy_RoutingGroup oGy_RoutingGroup = new Gy_RoutingGroup(); oGy_RoutingGroup.MdiParent = oMain; oGy_RoutingGroup.Show(); oMainForm.AddTabPage(oGy_RoutingGroup); break; case "gy_department": Gy_Department oGy_Department = new Gy_Department(); oGy_Department.MdiParent = oMain; oGy_Department.Show(); oMainForm.AddTabPage(oGy_Department); break; case "gy_group": Gy_Group oGy_Group = new Gy_Group(); oGy_Group.MdiParent = oMain; oGy_Group.Show(); oMainForm.AddTabPage(oGy_Group); break; case "gy_process": Gy_Process oGy_Process = new Gy_Process(); oGy_Process.MdiParent = oMain; oGy_Process.Show(); oMainForm.AddTabPage(oGy_Process); break; case "gy_source": Gy_Source oGy_Source = new Gy_Source(); oGy_Source.MdiParent = oMain; oGy_Source.Show(); oMainForm.AddTabPage(oGy_Source); break; case "gy_workcenter": Gy_WorkCenter oGy_WorkCenter = new Gy_WorkCenter(); oGy_WorkCenter.MdiParent = oMain; oGy_WorkCenter.Show(); oMainForm.AddTabPage(oGy_WorkCenter); break; case "gy_badreason": Gy_BadReason oGy_BadReason = new Gy_BadReason(); oGy_BadReason.MdiParent = oMain; oGy_BadReason.Show(); oMainForm.AddTabPage(oGy_BadReason); break; case "gy_errtype": Gy_ErrType oGy_ErrType = new Gy_ErrType(); oGy_ErrType.MdiParent = oMain; oGy_ErrType.Show(); oMainForm.AddTabPage(oGy_ErrType); break; case "gy_scrapreason": Gy_ScrapReason oGy_ScrapReason = new Gy_ScrapReason(); oGy_ScrapReason.MdiParent = oMain; oGy_ScrapReason.Show(); oMainForm.AddTabPage(oGy_ScrapReason); break; case "gy_procmul": Gy_ProcMul oGy_ProcMul = new Gy_ProcMul(); oGy_ProcMul.MdiParent = oMain; oGy_ProcMul.Show(); oMainForm.AddTabPage(oGy_ProcMul); break; case "gy_collect": Gy_Collect oGy_Collect = new Gy_Collect(); oGy_Collect.MdiParent = oMain; oGy_Collect.Show(); oMainForm.AddTabPage(oGy_Collect); break; case "gy_housetype": Gy_HouseType oGy_HouseType = new Gy_HouseType(); oGy_HouseType.MdiParent = oMain; oGy_HouseType.Show(); oMainForm.AddTabPage(oGy_HouseType); break; case "gy_building": Gy_Building oGy_Building = new Gy_Building(); oGy_Building.MdiParent = oMain; oGy_Building.Show(); oMainForm.AddTabPage(oGy_Building); break; case "gy_room": Gy_Room oGy_Room = new Gy_Room(); oGy_Room.MdiParent = oMain; oGy_Room.Show(); oMainForm.AddTabPage(oGy_Room); break; case "gy_itemmoney": Gy_ItemMoney oGy_ItemMoney = new Gy_ItemMoney(); oGy_ItemMoney.MdiParent = oMain; oGy_ItemMoney.Show(); oMainForm.AddTabPage(oGy_ItemMoney); break; case "xt_mainmenuset": Xt_MainMenuSet oXt_MainMenuSet = new Xt_MainMenuSet(); oXt_MainMenuSet.MdiParent = oMain; oXt_MainMenuSet.Show(); oMainForm.AddTabPage(oXt_MainMenuSet); break; case "gy_classtimeprjsub": Gy_ClassTimePrjSub oGy_ClassTimePrjSub = new Gy_ClassTimePrjSub(); oGy_ClassTimePrjSub.MdiParent = oMain; oGy_ClassTimePrjSub.Show(); oMainForm.AddTabPage(oGy_ClassTimePrjSub); break; case "gy_classtimeprj": Gy_ClassTimePrj oGy_ClassTimePrj = new Gy_ClassTimePrj(); oGy_ClassTimePrj.MdiParent = oMain; oGy_ClassTimePrj.Show(); oMainForm.AddTabPage(oGy_ClassTimePrj); break; case "gy_qccheckitem"://¼ìÑéÏîÄ¿ Gy_QCCheckItem oGy_QCCheckItem = new Gy_QCCheckItem(); oGy_QCCheckItem.MdiParent = oMain; oGy_QCCheckItem.Show(); oMainForm.AddTabPage(oGy_QCCheckItem); break; case "gy_factorydayoff"://³§ÐÝ Gy_FactoryDayOff oGy_FactoryDayOff = new Gy_FactoryDayOff(); oGy_FactoryDayOff.MdiParent = oMain; oGy_FactoryDayOff.Show(); oMainForm.AddTabPage(oGy_FactoryDayOff); break; case "": // break; default: break; } } catch (Exception e) { MessageBox.Show(e.Message, "Ìáʾ"); } } #endregion #region ͳ¼Æ±¨±í public void Zxxymk_TJBB(string gnsy, string gnmc, Form oMain) { //// MDIMain oMainForm; oMainForm = (MDIMain)oMain; //// if (gnsy.Length == 0) return; try { switch (gnsy.ToLower()) { case "sc_workbillplanreportkb": Sc_WorkBillPlanReportKB oSc_WorkBillPlanReportKB = new Sc_WorkBillPlanReportKB(); oSc_WorkBillPlanReportKB.ShowDialog(); break; case "sc_workbillplansumreportkb": Sc_WorkBillPlanSumReportKB oSc_WorkBillPlanSumReportKB = new Sc_WorkBillPlanSumReportKB(); oSc_WorkBillPlanSumReportKB.ShowDialog(); break; case "sc_workbillprocmaterreportkb": Sc_WorkBillProcMaterReportKB oSc_WorkBillProcMaterReportKB = new Sc_WorkBillProcMaterReportKB(); oSc_WorkBillProcMaterReportKB.ShowDialog(); break; case "sc_workbillprocprodreportkb": Sc_WorkBillProcProdReportKB oSc_WorkBillProcProdReportKB = new Sc_WorkBillProcProdReportKB(); oSc_WorkBillProcProdReportKB.ShowDialog(); break; case "sc_workbillprocreportkb": Sc_WorkBillProcReportKB oSc_WorkBillProcReportKB = new Sc_WorkBillProcReportKB(); oSc_WorkBillProcReportKB.ShowDialog(); break; case "sc_workbillproctestreportkb": Sc_WorkBillProcTestReportKB oSc_WorkBillProcTestReportKB = new Sc_WorkBillProcTestReportKB(); oSc_WorkBillProcTestReportKB.ShowDialog(); break; case "sc_workbillproctimereportkb": Sc_WorkBillProcTimeReportKB oSc_WorkBillProcTimeReportKB = new Sc_WorkBillProcTimeReportKB(); oSc_WorkBillProcTimeReportKB.ShowDialog(); break; case "sc_workbillproctimereportkb2": Sc_WorkBillProcTimeReportKB2 oSc_WorkBillProcTimeReportKB2 = new Sc_WorkBillProcTimeReportKB2(); oSc_WorkBillProcTimeReportKB2.ShowDialog(); break; case "sc_scjdkb": Sc_SCJDKB oSc_SCJDKB = new Sc_SCJDKB(); oSc_SCJDKB.ShowDialog(); break; case "sc_wgjckkb": Sc_WGJCKKB oSc_WGJCKKB = new Sc_WGJCKKB(); oSc_WGJCKKB.ShowDialog(); break; // case "gy_sopbilllist": //ȨÏÞ Gy_SOPBillList oGy_SOPBillList = new Gy_SOPBillList(); oGy_SOPBillList.MdiParent = oMain; oGy_SOPBillList.Show(); oMainForm.AddTabPage(oGy_SOPBillList); break; case "sc_scjhlist": Sc_SCJHList oSc_SCJHList = new Sc_SCJHList(); oSc_SCJHList.ShowDialog(); break; case "sc_gwkb": Sc_GWKB oSc_GWKB = new Sc_GWKB(); oSc_GWKB.ShowDialog(); break; case "sc_workshopkb": Sc_WorkshopKB oSc_WorkshopKB = new Sc_WorkshopKB(); oSc_WorkshopKB.ShowDialog(); break; //case "sc_report": // Sc_Report oSc_Report = new Sc_Report(); // oSc_Report.MdiParent = oMain; // oSc_Report.ModCaption = gnmc; // oSc_Report.Show(); // break; //case "k3_productsellreport": // K3_ProductSellReport oK3_ProductSellReport = new K3_ProductSellReport(); // oK3_ProductSellReport.MdiParent = oMain; // oK3_ProductSellReport.ModCaption = gnmc; // oK3_ProductSellReport.Show(); // break; //case "sc_icmoworkcenter_teechart": // Sc_ICMOWorkCenter_TeeChart oSc_ICMOWorkCenter_TeeChart = new Sc_ICMOWorkCenter_TeeChart(); // oSc_ICMOWorkCenter_TeeChart.MdiParent = oMain; // oSc_ICMOWorkCenter_TeeChart.ModCaption = gnmc; // oSc_ICMOWorkCenter_TeeChart.Show(); // oMainForm.AddTabPage(oSc_ICMOWorkCenter_TeeChart); // break; //case "sc_procplansortbillreport": // Sc_ProcPlanSortBillReport oSc_ProcPlanSortBillReport = new Sc_ProcPlanSortBillReport(); // oSc_ProcPlanSortBillReport.MdiParent = oMain; // oSc_ProcPlanSortBillReport.ModCaption = gnmc; // oSc_ProcPlanSortBillReport.Show(); // break; case "sc_workprocreport_new": Sc_WorkProcReport_New oSc_WorkProcReport_New = new Sc_WorkProcReport_New(); oSc_WorkProcReport_New.MdiParent = oMain; oSc_WorkProcReport_New.ModCaption = gnmc; oSc_WorkProcReport_New.Show(); oMainForm.AddTabPage(oSc_WorkProcReport_New); break; case "sc_workshopreport": Sc_WorkShopReport oSc_WorkShopReport = new Sc_WorkShopReport(); oSc_WorkShopReport.MdiParent = oMain; oSc_WorkShopReport.ModCaption = gnmc; oSc_WorkShopReport.Show(); oMainForm.AddTabPage(oSc_WorkShopReport); break; case "sc_overprodreport": Sc_OverProdReport oSc_OverProdReport = new Sc_OverProdReport(); oSc_OverProdReport.MdiParent = oMain; oSc_OverProdReport.ModCaption = gnmc; oSc_OverProdReport.Show(); oMainForm.AddTabPage(oSc_OverProdReport); break; case "sc_warehousereport": Sc_WareHouseReport oSc_WareHouseReport = new Sc_WareHouseReport(); oSc_WareHouseReport.MdiParent = oMain; oSc_WareHouseReport.ModCaption = gnmc; oSc_WareHouseReport.Show(); oMainForm.AddTabPage(oSc_WareHouseReport); break; case "sc_brfhkb": Sc_BRFHKB oSc_BRFHKB = new Sc_BRFHKB(); oSc_BRFHKB.ShowDialog(); break; case "sc_brslkb": Sc_BRSLKB oSc_BRSLKB = new Sc_BRSLKB(); oSc_BRSLKB.ShowDialog(); break; case "sc_bjqlfxb": Sc_BJQLFXB oSc_BJQLFXB = new Sc_BJQLFXB(); oSc_BJQLFXB.ShowDialog(); break; case "sc_hzqlcgkb": Sc_HZQLCGKB oSc_HZQLCGKB = new Sc_HZQLCGKB(); oSc_HZQLCGKB.ShowDialog(); break; case "cg_poorderovertimestatusreport": Cg_POOrderOverTimeStatusReport oCg_POOrderOverTimeStatusReport = new Cg_POOrderOverTimeStatusReport(); oCg_POOrderOverTimeStatusReport.ShowDialog(); break; case "kf_icinventorystatusreport": Kf_ICInventoryStatusReport oKf_ICInventoryStatusReport = new Kf_ICInventoryStatusReport(); oKf_ICInventoryStatusReport.ShowDialog(); break; default: break; } } catch (Exception e) { MessageBox.Show(e.Message, "Ìáʾ"); } } #endregion #region ±¨±í·ÖÎö public void Zxxymk_BBFX(string gnsy, string gnmc, Form oMain) { if (gnsy.Length == 0) return; try { switch (gnsy.ToLower()) { //case "kf_icinventorylist_k3": // KF_ICInventoryList_K3 oKF_ICInventoryList_K3 = new KF_ICInventoryList_K3(); // oKF_ICInventoryList_K3.MdiParent = oMain; // oKF_ICInventoryList_K3.Show(); // break; default: break; } } catch (Exception e) { MessageBox.Show(e.Message, "Ìáʾ"); } } #endregion #region ϵͳ¹ÜÀí public void Zxxymk_XTGL(string gnsy, string gnmc, Form oMain) { //// MDIMain oMainForm; oMainForm = (MDIMain)oMain; //// if (gnsy.Length == 0) return; try { switch (gnsy.ToLower()) { case "gy_basedemorelation": //ȨÏÞ Gy_BaseDemoRelationList oGy_BaseDemoRelationList = new Gy_BaseDemoRelationList(); oGy_BaseDemoRelationList.MdiParent = oMain; oGy_BaseDemoRelationList.Show(); oMainForm.AddTabPage(oGy_BaseDemoRelationList); break; case "gy_basedemo": //ȨÏÞ Gy_BaseDemo oGy_BaseDemo = new Gy_BaseDemo(); oGy_BaseDemo.MdiParent = oMain; oGy_BaseDemo.Show(); oMainForm.AddTabPage(oGy_BaseDemo); break; case "gy_billnumber": //ȨÏÞ Gy_BillNumber oGy_BillNumber = new Gy_BillNumber(); oGy_BillNumber.MdiParent = oMain; oGy_BillNumber.Show(); oMainForm.AddTabPage(oGy_BillNumber); break; case "gy_maxnum": //ȨÏÞ Gy_MaxNum oGy_MaxNum = new Gy_MaxNum(); oGy_MaxNum.MdiParent = oMain; oGy_MaxNum.Show(); oMainForm.AddTabPage(oGy_MaxNum); break; case "xt_systemparameter": BLL.Xt_SystemParameter oXt_SystemParameter = new BLL.Xt_SystemParameter(); oXt_SystemParameter.MdiParent = oMain; oXt_SystemParameter.Show(); oMainForm.AddTabPage(oXt_SystemParameter); break; case "oa_empmessagebillmod": OA_EmpMessageBillMod oOA_EmpMessageBillMod = new OA_EmpMessageBillMod(); oOA_EmpMessageBillMod.MdiParent = oMain; oOA_EmpMessageBillMod.Show(); oMainForm.AddTabPage(oOA_EmpMessageBillMod); break; case "oa_empmessagebillmodlist": OA_EmpMessageBillModList oOA_EmpMessageBillModList = new OA_EmpMessageBillModList(); oOA_EmpMessageBillModList.MdiParent = oMain; oOA_EmpMessageBillModList.Show(); oMainForm.AddTabPage(oOA_EmpMessageBillModList); break; case "oa_fieldtochange": OA_FieldToChange oOA_FieldToChange = new OA_FieldToChange(); oOA_FieldToChange.MdiParent = oMain; oOA_FieldToChange.Show(); oMainForm.AddTabPage(oOA_FieldToChange); break; case "oa_fieldtochangelist": OA_FieldToChangeList oOA_FieldToChangeList = new OA_FieldToChangeList(); oOA_FieldToChangeList.MdiParent = oMain; oOA_FieldToChangeList.Show(); oMainForm.AddTabPage(oOA_FieldToChangeList); break; case "xt_user": BLL.Xt_User oXt_User = new BLL.Xt_User(); oXt_User.ShowDialog(); break; case "xt_accountperiod": BLL.Xt_AccountPeriod oXt_AccountPeriod=new BLL.Xt_AccountPeriod(); oXt_AccountPeriod.MdiParent = oMain; oXt_AccountPeriod.Show(); oMainForm.AddTabPage(oXt_AccountPeriod); break; case "xt_systemlog": BLL.Xt_SystemLog oXt_SystemLog = new BLL.Xt_SystemLog(); oXt_SystemLog.MdiParent = oMain; oXt_SystemLog.Show(); oMainForm.AddTabPage(oXt_SystemLog); break; case "xt_xtgnb": BLL.Xt_Xtgnb oXt_Xtgnb = new BLL.Xt_Xtgnb(); oXt_Xtgnb.MdiParent = oMain; oXt_Xtgnb.Show(); oMainForm.AddTabPage(oXt_Xtgnb); break; case "gy_userbyorgrelation": Gy_UserByOrgRelation oGy_UserByOrgRelation = new Gy_UserByOrgRelation(); oGy_UserByOrgRelation.ShowDialog(); break; case "gy_dataintmp": Gy_DataInTmp oGy_DataInTmp = new Gy_DataInTmp(); oGy_DataInTmp.MdiParent = oMain; oGy_DataInTmp.Show(); oMainForm.AddTabPage(oGy_DataInTmp); break; //case "gy_datain_hotwater": // Gy_DataIn_HotWater oGy_DataIn_HotWater = new Gy_DataIn_HotWater(); // oGy_DataIn_HotWater.MdiParent = oMain; // oGy_DataIn_HotWater.Show(); // oMainForm.AddTabPage(oGy_DataIn_HotWater); // break; //case "gy_datain_haiyan": // Gy_DataIn_HaiYan oGy_DataIn_HaiYan = new Gy_DataIn_HaiYan(); // oGy_DataIn_HaiYan.MdiParent = oMain; // oGy_DataIn_HaiYan.Show(); // oMainForm.AddTabPage(oGy_DataIn_HaiYan); // break; case "gy_datain_routingbill": Gy_DataIn_RoutingBill oGy_DataIn_RoutingBill = new Gy_DataIn_RoutingBill(); oGy_DataIn_RoutingBill.MdiParent = oMain; oGy_DataIn_RoutingBill.Show(); oMainForm.AddTabPage(oGy_DataIn_RoutingBill); break; case "gy_datain_processprice": Gy_DataIn_ProcessPrice oGy_DataIn_ProcessPrice = new Gy_DataIn_ProcessPrice(); oGy_DataIn_ProcessPrice.MdiParent = oMain; oGy_DataIn_ProcessPrice.Show(); oMainForm.AddTabPage(oGy_DataIn_ProcessPrice); break; case "gy_datain_stdworktimes": Gy_DataIn_StdWorkTimes oGy_DataIn_StdWorkTimes = new Gy_DataIn_StdWorkTimes(); oGy_DataIn_StdWorkTimes.MdiParent = oMain; oGy_DataIn_StdWorkTimes.Show(); oMainForm.AddTabPage(oGy_DataIn_StdWorkTimes); break; case "gy_datain_process": Gy_DataIn_Process oGy_DataIn_Process = new Gy_DataIn_Process(); oGy_DataIn_Process.MdiParent = oMain; oGy_DataIn_Process.Show(); oMainForm.AddTabPage(oGy_DataIn_Process); break; case "gy_datain_group": Gy_DataIn_Group oGy_DataIn_Group = new Gy_DataIn_Group(); oGy_DataIn_Group.MdiParent = oMain; oGy_DataIn_Group.Show(); oMainForm.AddTabPage(oGy_DataIn_Group); break; case "gy_datain_procmul": Gy_DataIn_ProcMul oGy_DataIn_ProcMul = new Gy_DataIn_ProcMul(); oGy_DataIn_ProcMul.MdiParent = oMain; oGy_DataIn_ProcMul.Show(); oMainForm.AddTabPage(oGy_DataIn_ProcMul); break; case "gy_datain_source": Gy_DataIn_Source oGy_DataIn_Source = new Gy_DataIn_Source(); oGy_DataIn_Source.MdiParent = oMain; oGy_DataIn_Source.Show(); oMainForm.AddTabPage(oGy_DataIn_Source); break; case "gy_datain_workcenter": Gy_DataIn_WorkCenter oGy_DataIn_WorkCenter = new Gy_DataIn_WorkCenter(); oGy_DataIn_WorkCenter.MdiParent = oMain; oGy_DataIn_WorkCenter.Show(); oMainForm.AddTabPage(oGy_DataIn_WorkCenter); break; case "xt_checkitem": Xt_CheckItem oXt_CheckItem = new Xt_CheckItem(); oXt_CheckItem.MdiParent = oMain; oXt_CheckItem.Show(); oMainForm.AddTabPage(oXt_CheckItem); break; case "xt_billtype": Xt_BillType oXt_BillType = new Xt_BillType(); oXt_BillType.MdiParent = oMain; oXt_BillType.Show(); oMainForm.AddTabPage(oXt_BillType); break; case "xt_checkflow": Xt_CheckFlow oXt_CheckFlow = new Xt_CheckFlow(); oXt_CheckFlow.ShowDialog(); break; case "xt_checkflowlist": Xt_CheckFlowList oXt_CheckFlowList = new Xt_CheckFlowList(); oXt_CheckFlowList.MdiParent = oMain; oXt_CheckFlowList.Show(); oMainForm.AddTabPage(oXt_CheckFlowList); break; case "xt_checkuserright": Xt_CheckUserRight oXt_CheckUserRight = new Xt_CheckUserRight(); oXt_CheckUserRight.MdiParent = oMain; oXt_CheckUserRight.Show(); oMainForm.AddTabPage(oXt_CheckUserRight); break; case "xt_billsourceset": Xt_BillSourceSet oXt_BillSourceSet = new Xt_BillSourceSet(); oXt_BillSourceSet.MdiParent = oMain; oXt_BillSourceSet.Show(); oMainForm.AddTabPage(oXt_BillSourceSet); break; default: break; } } catch (Exception e) { MessageBox.Show(e.Message, "Ìáʾ"); } } #endregion #region Æ·ÖʹÜÀí public void Zxxymk_PZGL(string gnsy, string gnmc, Form oMain) { //// MDIMain oMainForm; oMainForm = (MDIMain)oMain; //// if (gnsy.Length == 0) return; try { switch (gnsy.ToLower()) { //case "qc_nopassprodcheckbill": // QC_NoPassProdCheckBill oQC_NoPassProdCheckBill = new QC_NoPassProdCheckBill(); // oQC_NoPassProdCheckBill.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew; // oQC_NoPassProdCheckBill.ShowDialog(); // break; //case "qc_nopassprodcheckbilllist": // QC_NoPassProdCheckBillList oQC_NoPassProdCheckBillList = new QC_NoPassProdCheckBillList(); // oQC_NoPassProdCheckBillList.MdiParent = oMain; // oQC_NoPassProdCheckBillList.Show(); // oMainForm.AddTabPage(oQC_NoPassProdCheckBillList); // break; //case "qc_nopassprodcheckbillquery": // QC_NoPassProdCheckBillQuery oQC_NoPassProdCheckBillQuery = new QC_NoPassProdCheckBillQuery(); // oQC_NoPassProdCheckBillQuery.MdiParent = oMain; // oQC_NoPassProdCheckBillQuery.Show(); // oMainForm.AddTabPage(oQC_NoPassProdCheckBillQuery); // break; case "gy_qccheckproject": // Gy_QCCheckProject oGy_QCCheckProject = new Gy_QCCheckProject(); oGy_QCCheckProject.BillStatus = Pub_Class.ClsPub.Enum_BillStatus.BillStatus_AddNew; oGy_QCCheckProject.ShowDialog(); break; case "gy_qccheckprojectlist": //ȨÏÞ Gy_QCCheckProjectList oGy_QCCheckProjectList = new Gy_QCCheckProjectList(); oGy_QCCheckProjectList.MdiParent = oMain; oGy_QCCheckProjectList.Show(); oMainForm.AddTabPage(oGy_QCCheckProjectList); break; case "gy_qccheckprojectquery": //ȨÏÞ Gy_QCCheckProjectQuery oGy_QCCheckProjectQuery = new Gy_QCCheckProjectQuery(); oGy_QCCheckProjectQuery.MdiParent = oMain; oGy_QCCheckProjectQuery.Show(); oMainForm.AddTabPage(oGy_QCCheckProjectQuery); break; case "qc_postockincheckbill": // QC_POStockInCheckBill oQC_POStockInCheckBill = new QC_POStockInCheckBill(); oQC_POStockInCheckBill.BillStatus = Pub_Class.ClsPub.Enum_BillStatus.BillStatus_AddNew; oQC_POStockInCheckBill.ShowDialog(); break; case "qc_postockincheckbilllist": //ȨÏÞ QC_POStockInCheckBillList oQC_POStockInCheckBillList = new QC_POStockInCheckBillList(); oQC_POStockInCheckBillList.MdiParent = oMain; oQC_POStockInCheckBillList.Show(); oMainForm.AddTabPage(oQC_POStockInCheckBillList); break; case "qc_postockincheckbillquery": //ȨÏÞ QC_POStockInCheckBillQuery oQC_POStockInCheckBillQuery = new QC_POStockInCheckBillQuery(); oQC_POStockInCheckBillQuery.MdiParent = oMain; oQC_POStockInCheckBillQuery.Show(); oMainForm.AddTabPage(oQC_POStockInCheckBillQuery); break; case "qc_lastpiececheckbill": // QC_LastPieceCheckBill oQC_LastPieceCheckBill = new QC_LastPieceCheckBill(); oQC_LastPieceCheckBill.BillStatus = Pub_Class.ClsPub.Enum_BillStatus.BillStatus_AddNew; oQC_LastPieceCheckBill.ShowDialog(); break; case "qc_lastpiececheckbilllist": //ȨÏÞ QC_LastPieceCheckBillList oQC_LastPieceCheckBillList = new QC_LastPieceCheckBillList(); oQC_LastPieceCheckBillList.MdiParent = oMain; oQC_LastPieceCheckBillList.Show(); oMainForm.AddTabPage(oQC_LastPieceCheckBillList); break; case "qc_lastpiececheckbillquery": //ȨÏÞ QC_LastPieceCheckBillQuery oQC_LastPieceCheckBillQuery = new QC_LastPieceCheckBillQuery(); oQC_LastPieceCheckBillQuery.MdiParent = oMain; oQC_LastPieceCheckBillQuery.Show(); oMainForm.AddTabPage(oQC_LastPieceCheckBillQuery); break; case "qc_outcompcheckbill": // QC_OutCompCheckBill oQC_OutCompCheckBill = new QC_OutCompCheckBill(); oQC_OutCompCheckBill.BillStatus = Pub_Class.ClsPub.Enum_BillStatus.BillStatus_AddNew; oQC_OutCompCheckBill.ShowDialog(); break; case "qc_outcompcheckbilllist": //ȨÏÞ QC_OutCompCheckBillList oQC_OutCompCheckBillList = new QC_OutCompCheckBillList(); oQC_OutCompCheckBillList.MdiParent = oMain; oQC_OutCompCheckBillList.Show(); oMainForm.AddTabPage(oQC_OutCompCheckBillList); break; case "qc_outcompcheckbillquery": //ȨÏÞ QC_OutCompCheckBillQuery oQC_OutCompCheckBillQuery = new QC_OutCompCheckBillQuery(); oQC_OutCompCheckBillQuery.MdiParent = oMain; oQC_OutCompCheckBillQuery.Show(); oMainForm.AddTabPage(oQC_OutCompCheckBillQuery); break; case "qc_processcheckbill": QC_ProcessCheckBill oQC_ProcessCheckBill = new QC_ProcessCheckBill(); oQC_ProcessCheckBill.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew; oQC_ProcessCheckBill.ShowDialog(); break; case "qc_processcheckbilllist": QC_ProcessCheckBillList oQC_ProcessCheckBillList = new QC_ProcessCheckBillList(); oQC_ProcessCheckBillList.MdiParent = oMain; oQC_ProcessCheckBillList.Show(); oMainForm.AddTabPage(oQC_ProcessCheckBillList); break; // case "qc_firstpiececheckbill": QC_FirstPieceCheckBill oQC_FirstPieceCheckBill = new QC_FirstPieceCheckBill(); oQC_FirstPieceCheckBill.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew; oQC_FirstPieceCheckBill.ShowDialog(); break; case "qc_firstpiececheckbilllist": QC_FirstPieceCheckBillList oQC_FirstPieceCheckBillList = new QC_FirstPieceCheckBillList(); oQC_FirstPieceCheckBillList.MdiParent = oMain; oQC_FirstPieceCheckBillList.Show(); oMainForm.AddTabPage(oQC_FirstPieceCheckBillList); break; case "qc_patrolproccheckbill": QC_PatrolProcCheckBill oQC_PatrolProcCheckBill = new QC_PatrolProcCheckBill(); oQC_PatrolProcCheckBill.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew; oQC_PatrolProcCheckBill.ShowDialog(); break; case "qc_patrolproccheckbilllist": QC_PatrolProcCheckBillList oQC_PatrolProcCheckBillList = new QC_PatrolProcCheckBillList(); oQC_PatrolProcCheckBillList.MdiParent = oMain; oQC_PatrolProcCheckBillList.Show(); oMainForm.AddTabPage(oQC_PatrolProcCheckBillList); break; case "qc_prodreportcheckbill": QC_ProdReportCheckBill oQC_ProdReportCheckBill = new QC_ProdReportCheckBill(); oQC_ProdReportCheckBill.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew; oQC_ProdReportCheckBill.ShowDialog(); break; case "qc_prodreportcheckbilllist": QC_ProdReportCheckBillList oQC_ProdReportCheckBillList = new QC_ProdReportCheckBillList(); oQC_ProdReportCheckBillList.MdiParent = oMain; oQC_ProdReportCheckBillList.Show(); oMainForm.AddTabPage(oQC_ProdReportCheckBillList); break; default: break; } } catch (Exception e) { MessageBox.Show(e.Message); } } #endregion #region ¹«Óà public void Zxxymk_Public(string gnsy, string gnmc, Form oMain) { //// MDIMain oMainForm; oMainForm = (MDIMain)oMain; //// if (gnsy.Length == 0) return; try { switch (gnsy.ToLower()) { case "oa_empmessagebillmod": OA_EmpMessageBillMod oOA_EmpMessageBillMod = new OA_EmpMessageBillMod(); oOA_EmpMessageBillMod.MdiParent = oMain; oOA_EmpMessageBillMod.Show(); oMainForm.AddTabPage(oOA_EmpMessageBillMod); break; case "oa_empmessagebillmodlist": OA_EmpMessageBillModList oOA_EmpMessageBillModList = new OA_EmpMessageBillModList(); oOA_EmpMessageBillModList.MdiParent = oMain; oOA_EmpMessageBillModList.Show(); oMainForm.AddTabPage(oOA_EmpMessageBillModList); break; case "oa_fieldtochange": OA_FieldToChange oOA_FieldToChange = new OA_FieldToChange(); oOA_FieldToChange.MdiParent = oMain; oOA_FieldToChange.Show(); oMainForm.AddTabPage(oOA_FieldToChange); break; case "oa_fieldtochangelist": OA_FieldToChangeList oOA_FieldToChangeList = new OA_FieldToChangeList(); oOA_FieldToChangeList.MdiParent = oMain; oOA_FieldToChangeList.Show(); oMainForm.AddTabPage(oOA_FieldToChangeList); break; case "xt_user": BLL.Xt_User oXt_User = new BLL.Xt_User(); oXt_User.ShowDialog(); break; case "xt_accountperiod": BLL.Xt_AccountPeriod oXt_AccountPeriod = new BLL.Xt_AccountPeriod(); oXt_AccountPeriod.MdiParent = oMain; oXt_AccountPeriod.Show(); oMainForm.AddTabPage(oXt_AccountPeriod); break; case "xt_systemlog": BLL.Xt_SystemLog oXt_SystemLog = new BLL.Xt_SystemLog(); oXt_SystemLog.MdiParent = oMain; oXt_SystemLog.Show(); oMainForm.AddTabPage(oXt_SystemLog); break; case "xt_xtgnb": BLL.Xt_Xtgnb oXt_Xtgnb = new BLL.Xt_Xtgnb(); oXt_Xtgnb.MdiParent = oMain; oXt_Xtgnb.Show(); oMainForm.AddTabPage(oXt_Xtgnb); break; case "gy_dataintmp": Gy_DataInTmp oGy_DataInTmp = new Gy_DataInTmp(); oGy_DataInTmp.MdiParent = oMain; oGy_DataInTmp.Show(); oMainForm.AddTabPage(oGy_DataInTmp); break; case "gy_datain_processprice": Gy_DataIn_ProcessPrice oGy_DataIn_ProcessPrice = new Gy_DataIn_ProcessPrice(); oGy_DataIn_ProcessPrice.MdiParent = oMain; oGy_DataIn_ProcessPrice.Show(); oMainForm.AddTabPage(oGy_DataIn_ProcessPrice); break; case "xt_checkitem": Xt_CheckItem oXt_CheckItem = new Xt_CheckItem(); oXt_CheckItem.MdiParent = oMain; oXt_CheckItem.Show(); oMainForm.AddTabPage(oXt_CheckItem); break; case "xt_billtype": Xt_BillType oXt_BillType = new Xt_BillType(); oXt_BillType.MdiParent = oMain; oXt_BillType.Show(); oMainForm.AddTabPage(oXt_BillType); break; case "xt_checkflow": Xt_CheckFlow oXt_CheckFlow = new Xt_CheckFlow(); oXt_CheckFlow.ShowDialog(); break; case "xt_checkflowlist": Xt_CheckFlowList oXt_CheckFlowList = new Xt_CheckFlowList(); oXt_CheckFlowList.MdiParent = oMain; oXt_CheckFlowList.Show(); oMainForm.AddTabPage(oXt_CheckFlowList); break; case "xt_checkuserright": Xt_CheckUserRight oXt_CheckUserRight = new Xt_CheckUserRight(); oXt_CheckUserRight.MdiParent = oMain; oXt_CheckUserRight.Show(); oMainForm.AddTabPage(oXt_CheckUserRight); break; case "xt_billsourceset": Xt_BillSourceSet oXt_BillSourceSet = new Xt_BillSourceSet(); oXt_BillSourceSet.MdiParent = oMain; oXt_BillSourceSet.Show(); oMainForm.AddTabPage(oXt_BillSourceSet); break; //case "crm_complainbackvisitbill": // Crm_ComplainBackVisitBill oCrm_ComplainBackVisitBill = new Crm_ComplainBackVisitBill(); // oCrm_ComplainBackVisitBill.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew; // oCrm_ComplainBackVisitBill.ModCaption = gnmc; // oCrm_ComplainBackVisitBill.ShowDialog(); // break; //case "crm_complainbackvisitbilllist": // Crm_ComplainBackVisitBillList oCrm_ComplainBackVisitBillList = new Crm_ComplainBackVisitBillList(); // oCrm_ComplainBackVisitBillList.MdiParent = oMain; // oCrm_ComplainBackVisitBillList.ModCaption = gnmc; // oCrm_ComplainBackVisitBillList.Show(); // oMainForm.AddTabPage(oCrm_ComplainBackVisitBillList); // break; case "xs_sellplanexecutebill": Xs_SellPlanExecuteBill oXs_SellPlanExecuteBill = new Xs_SellPlanExecuteBill(); oXs_SellPlanExecuteBill.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew; oXs_SellPlanExecuteBill.ModCaption = gnmc; oXs_SellPlanExecuteBill.ShowDialog(); break; case "xs_sellplanexecutebilllist": Xs_SellPlanExecuteBillList oXs_SellPlanExecuteBillList = new Xs_SellPlanExecuteBillList(); oXs_SellPlanExecuteBillList.MdiParent = oMain; oXs_SellPlanExecuteBillList.ModCaption = gnmc; oXs_SellPlanExecuteBillList.Show(); oMainForm.AddTabPage(oXs_SellPlanExecuteBillList); break; //case "crm_marketinfobill": // Crm_MarketInfoBill oCrm_MarketInfoBill = new Crm_MarketInfoBill(); // oCrm_MarketInfoBill.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew; // oCrm_MarketInfoBill.ModCaption = gnmc; // oCrm_MarketInfoBill.ShowDialog(); // break; //case "crm_marketinfobilllist": // Crm_MarketInfoBillList oCrm_MarketInfoBillList = new Crm_MarketInfoBillList(); // oCrm_MarketInfoBillList.MdiParent = oMain; // oCrm_MarketInfoBillList.ModCaption = gnmc; // oCrm_MarketInfoBillList.Show(); // oMainForm.AddTabPage(oCrm_MarketInfoBillList); // break; //case "xs_getneedcheckseprodplanbilllist": // Xs_GetNeedCheckSeProdPlanBillList oXs_GetNeedCheckSeProdPlanBillList = new Xs_GetNeedCheckSeProdPlanBillList(); // oXs_GetNeedCheckSeProdPlanBillList.MdiParent = oMain; // oXs_GetNeedCheckSeProdPlanBillList.ModCaption = gnmc; // oXs_GetNeedCheckSeProdPlanBillList.Show(); // oMainForm.AddTabPage(oXs_GetNeedCheckSeProdPlanBillList); // break; //case "a3_getneedcheckseorderbilllist": // A3_GetNeedCheckSeOrderBillList oA3_GetNeedCheckSeOrderBillList = new A3_GetNeedCheckSeOrderBillList(); // oA3_GetNeedCheckSeOrderBillList.MdiParent = oMain; // oA3_GetNeedCheckSeOrderBillList.ModCaption = gnmc; // oA3_GetNeedCheckSeOrderBillList.Show(); // oMainForm.AddTabPage(oA3_GetNeedCheckSeOrderBillList); // break; //case "a3_getneedcheckselloutbilllist": // A3_GetNeedCheckSellOutBillList oA3_GetNeedCheckSellOutBillList = new A3_GetNeedCheckSellOutBillList(); // oA3_GetNeedCheckSellOutBillList.MdiParent = oMain; // oA3_GetNeedCheckSellOutBillList.ModCaption = gnmc; // oA3_GetNeedCheckSellOutBillList.Show(); // oMainForm.AddTabPage(oA3_GetNeedCheckSellOutBillList); // break; //case "crm_campaignbill": // Crm_CampaignBill oCrm_CampaignBill = new Crm_CampaignBill(); // oCrm_CampaignBill.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew; // oCrm_CampaignBill.ModCaption = gnmc; // oCrm_CampaignBill.ShowDialog(); // break; //case "crm_campaignbilllist": // Crm_CampaignBillList oCrm_CampaignBillList = new Crm_CampaignBillList(); // oCrm_CampaignBillList.MdiParent = oMain; // oCrm_CampaignBillList.ModCaption = gnmc; // oCrm_CampaignBillList.Show(); // oMainForm.AddTabPage(oCrm_CampaignBillList); // break; //case "crm_counterworkerbill": // Crm_CounterWorkerBill oCrm_CounterWorkerBill = new Crm_CounterWorkerBill(); // oCrm_CounterWorkerBill.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew; // oCrm_CounterWorkerBill.ModCaption = gnmc; // oCrm_CounterWorkerBill.ShowDialog(); // break; //case "crm_counterworkerbilllist": // Crm_CounterWorkerBillList oCrm_CounterWorkerBillList = new Crm_CounterWorkerBillList(); // oCrm_CounterWorkerBillList.MdiParent = oMain; // oCrm_CounterWorkerBillList.ModCaption = gnmc; // oCrm_CounterWorkerBillList.Show(); // oMainForm.AddTabPage(oCrm_CounterWorkerBillList); // break; //case "crm_cuscommemoratebill": // Crm_CusCommemorateBill oCrm_CusCommemorateBill = new Crm_CusCommemorateBill(); // oCrm_CusCommemorateBill.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew; // oCrm_CusCommemorateBill.ModCaption = gnmc; // oCrm_CusCommemorateBill.ShowDialog(); // break; //case "crm_cuscommemoratebilllist": // Crm_CusCommemorateBillList oCrm_CusCommemorateBillList = new Crm_CusCommemorateBillList(); // oCrm_CusCommemorateBillList.MdiParent = oMain; // oCrm_CusCommemorateBillList.ModCaption = gnmc; // oCrm_CusCommemorateBillList.Show(); // oMainForm.AddTabPage(oCrm_CusCommemorateBillList); // break; //case "crm_linkmanbill": // Crm_LinkManBill oCrm_LinkManBill = new Crm_LinkManBill(); // oCrm_LinkManBill.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew; // oCrm_LinkManBill.ModCaption = gnmc; // oCrm_LinkManBill.ShowDialog(); // break; //case "crm_linkmanbilllist": // Crm_LinkManBillList oCrm_LinkManBillList = new Crm_LinkManBillList(); // oCrm_LinkManBillList.MdiParent = oMain; // oCrm_LinkManBillList.ModCaption = gnmc; // oCrm_LinkManBillList.Show(); // oMainForm.AddTabPage(oCrm_LinkManBillList); // break; //case "crm_linknotebill": // Crm_LinkNoteBill oCrm_LinkNoteBill = new Crm_LinkNoteBill(); // oCrm_LinkNoteBill.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew; // oCrm_LinkNoteBill.ModCaption = gnmc; // oCrm_LinkNoteBill.ShowDialog(); // break; //case "crm_linknotebilllist": // Crm_LinkNoteBillList oCrm_LinkNoteBillList = new Crm_LinkNoteBillList(); // oCrm_LinkNoteBillList.MdiParent = oMain; // oCrm_LinkNoteBillList.ModCaption = gnmc; // oCrm_LinkNoteBillList.Show(); // oMainForm.AddTabPage(oCrm_LinkNoteBillList); // break; //case "crm_sellchancebill": // Crm_SellChanceBill oCrm_SellChanceBill = new Crm_SellChanceBill(); // oCrm_SellChanceBill.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew; // oCrm_SellChanceBill.ModCaption = gnmc; // oCrm_SellChanceBill.ShowDialog(); // break; //case "crm_sellchancebilllist": // Crm_SellChanceBillList oCrm_SellChanceBillList = new Crm_SellChanceBillList(); // oCrm_SellChanceBillList.MdiParent = oMain; // oCrm_SellChanceBillList.ModCaption = gnmc; // oCrm_SellChanceBillList.Show(); // oMainForm.AddTabPage(oCrm_SellChanceBillList); // break; //case "crm_sellchancechangebill": // Crm_SellChanceChangeBill oCrm_SellChanceChangeBill = new Crm_SellChanceChangeBill(); // oCrm_SellChanceChangeBill.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew; // oCrm_SellChanceChangeBill.ModCaption = gnmc; // oCrm_SellChanceChangeBill.ShowDialog(); // break; //case "crm_sellchancechangebilllist": // Crm_SellChanceChangeBillList oCrm_SellChanceChangeBillList = new Crm_SellChanceChangeBillList(); // oCrm_SellChanceChangeBillList.MdiParent = oMain; // oCrm_SellChanceChangeBillList.ModCaption = gnmc; // oCrm_SellChanceChangeBillList.Show(); // oMainForm.AddTabPage(oCrm_SellChanceChangeBillList); // break; //case "crm_cusappealbill": // Crm_CusAppealBill oCrm_CusAppealBill = new Crm_CusAppealBill(); // oCrm_CusAppealBill.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew; // oCrm_CusAppealBill.ModCaption = gnmc; // oCrm_CusAppealBill.ShowDialog(); // break; //case "crm_cusappealbilllist": // Crm_CusAppealBillList oCrm_CusAppealBillList = new Crm_CusAppealBillList(); // oCrm_CusAppealBillList.MdiParent = oMain; // oCrm_CusAppealBillList.ModCaption = gnmc; // oCrm_CusAppealBillList.Show(); // oMainForm.AddTabPage(oCrm_CusAppealBillList); // break; //case "crm_cusservicebill": // Crm_CusServiceBill oCrm_CusServiceBill = new Crm_CusServiceBill(); // oCrm_CusServiceBill.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew; // oCrm_CusServiceBill.ModCaption = gnmc; // oCrm_CusServiceBill.ShowDialog(); // break; //case "crm_cusservicebilllist": // Crm_CusServiceBillList oCrm_CusServiceBillList = new Crm_CusServiceBillList(); // oCrm_CusServiceBillList.MdiParent = oMain; // oCrm_CusServiceBillList.ModCaption = gnmc; // oCrm_CusServiceBillList.Show(); // oMainForm.AddTabPage(oCrm_CusServiceBillList); // break; //case "crm_worknotebill": // Crm_WorkNoteBill oCrm_WorkNoteBill = new Crm_WorkNoteBill(); // oCrm_WorkNoteBill.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew; // oCrm_WorkNoteBill.ModCaption = gnmc; // oCrm_WorkNoteBill.ShowDialog(); // break; //case "crm_worknotebilllist": // Crm_WorkNoteBillList oCrm_WorkNoteBillList = new Crm_WorkNoteBillList(); // oCrm_WorkNoteBillList.MdiParent = oMain; // oCrm_WorkNoteBillList.ModCaption = gnmc; // oCrm_WorkNoteBillList.Show(); // oMainForm.AddTabPage(oCrm_WorkNoteBillList); // break; //case "crm_workplanbill": // Crm_WorkPlanBill oCrm_WorkPlanBill = new Crm_WorkPlanBill(); // oCrm_WorkPlanBill.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew; // oCrm_WorkPlanBill.ModCaption = gnmc; // oCrm_WorkPlanBill.ShowDialog(); // break; //case "crm_workplanbilllist": // Crm_WorkPlanBillList oCrm_WorkPlanBillList = new Crm_WorkPlanBillList(); // oCrm_WorkPlanBillList.MdiParent = oMain; // oCrm_WorkPlanBillList.ModCaption = gnmc; // oCrm_WorkPlanBillList.Show(); // oMainForm.AddTabPage(oCrm_WorkPlanBillList); // break; //case "crm_marketsurveybill": // Crm_MarketSurveyBill oCrm_MarketSurveyBill = new Crm_MarketSurveyBill(); // oCrm_MarketSurveyBill.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew; // oCrm_MarketSurveyBill.ShowDialog(); // break; //case "crm_marketsurveybilllist": // Crm_MarketSurveyBillList oCrm_MarketSurveyBillList = new Crm_MarketSurveyBillList(); // oCrm_MarketSurveyBillList.MdiParent = oMain; // oCrm_MarketSurveyBillList.Show(); // oMainForm.AddTabPage(oCrm_MarketSurveyBillList); // break; //case "crm_cluebill"://ÏßË÷ // Crm_ClueBill oCrm_ClueBill = new Crm_ClueBill(); // oCrm_ClueBill.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew; // oCrm_ClueBill.ShowDialog(); // break; //case "crm_cluebilllist": // Crm_ClueBillList oCrm_ClueBillList = new Crm_ClueBillList(); // oCrm_ClueBillList.MdiParent = oMain; // oCrm_ClueBillList.Show(); // oMainForm.AddTabPage(oCrm_ClueBillList); // break; //case "crm_sellcampaignbill"://ÓªÏú»î¶¯ // Crm_SellCampaignBill oCrm_SellCampaignBill = new Crm_SellCampaignBill(); // oCrm_SellCampaignBill.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew; // oCrm_SellCampaignBill.ShowDialog(); // break; //case "crm_sellcampaignbilllist": // Crm_SellCampaignBillList oCrm_SellCampaignBillList = new Crm_SellCampaignBillList(); // oCrm_SellCampaignBillList.MdiParent = oMain; // oCrm_SellCampaignBillList.Show(); // oMainForm.AddTabPage(oCrm_SellCampaignBillList); // break; ////=================================================== //case "pro_designbluerequestbill": // Pro_DesignBlueRequestBill oPro_DesignBlueRequestBill = new Pro_DesignBlueRequestBill(); // oPro_DesignBlueRequestBill.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew; // oPro_DesignBlueRequestBill.ModCaption = gnmc; // oPro_DesignBlueRequestBill.ShowDialog(); // break; //case "pro_designbluerequestbilllist": // Pro_DesignBlueRequestBillList oPro_DesignBlueRequestBillList = new Pro_DesignBlueRequestBillList(); // oPro_DesignBlueRequestBillList.MdiParent = oMain; // oPro_DesignBlueRequestBillList.ModCaption = gnmc; // oPro_DesignBlueRequestBillList.Show(); // oMainForm.AddTabPage(oPro_DesignBlueRequestBillList); // break; //case "pro_getneedcheckdesignbluerequestbill": // Pro_GetNeedCheckDesignBlueRequestBill oPro_GetNeedCheckDesignBlueRequestBill = new Pro_GetNeedCheckDesignBlueRequestBill(); // oPro_GetNeedCheckDesignBlueRequestBill.MdiParent = oMain; // //oPro_GetNeedCheckDesignBlueRequestBill.ModCaption = gnmc; // oPro_GetNeedCheckDesignBlueRequestBill.Show(); // oMainForm.AddTabPage(oPro_GetNeedCheckDesignBlueRequestBill); // break; //case "pro_projectcheckbill": // Pro_ProjectCheckBill oPro_ProjectCheckBill = new Pro_ProjectCheckBill(); // oPro_ProjectCheckBill.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew; // oPro_ProjectCheckBill.ModCaption = gnmc; // oPro_ProjectCheckBill.ShowDialog(); // break; //case "pro_projectcheckbilllist": // Pro_ProjectCheckBillList oPro_ProjectCheckBillList = new Pro_ProjectCheckBillList(); // oPro_ProjectCheckBillList.MdiParent = oMain; // oPro_ProjectCheckBillList.ModCaption = gnmc; // oPro_ProjectCheckBillList.Show(); // oMainForm.AddTabPage(oPro_ProjectCheckBillList); // break; //case "pro_projectrequestbill": // Pro_ProjectRequestBill oPro_ProjectRequestBill = new Pro_ProjectRequestBill(); // oPro_ProjectRequestBill.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew; // oPro_ProjectRequestBill.ModCaption = gnmc; // oPro_ProjectRequestBill.ShowDialog(); // break; //case "pro_projectrequestbilllist": // Pro_ProjectRequestBillList oPro_ProjectRequestBillList = new Pro_ProjectRequestBillList(); // oPro_ProjectRequestBillList.MdiParent = oMain; // oPro_ProjectRequestBillList.ModCaption = gnmc; // oPro_ProjectRequestBillList.Show(); // oMainForm.AddTabPage(oPro_ProjectRequestBillList); // break; //case "xs_sequotationbill": // Xs_SeQuotationBill oXs_SeQuotationBill = new Xs_SeQuotationBill(); // oXs_SeQuotationBill.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew; // oXs_SeQuotationBill.ModCaption = gnmc; // oXs_SeQuotationBill.ShowDialog(); // break; //case "xs_sequotationbilllist": // Xs_SeQuotationBillList oXs_SeQuotationBillList = new Xs_SeQuotationBillList(); // oXs_SeQuotationBillList.MdiParent = oMain; // oXs_SeQuotationBillList.ModCaption = gnmc; // oXs_SeQuotationBillList.Show(); // oMainForm.AddTabPage(oXs_SeQuotationBillList); // break; //case "xs_sesamplebill": // Xs_SeSampleBill oXs_SeSampleBill = new Xs_SeSampleBill(); // oXs_SeSampleBill.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew; // oXs_SeSampleBill.ModCaption = gnmc; // oXs_SeSampleBill.ShowDialog(); // break; //case "xs_sesamplebilllist": // Xs_SeSampleBillList oXs_SeSampleBillList = new Xs_SeSampleBillList(); // oXs_SeSampleBillList.MdiParent = oMain; // oXs_SeSampleBillList.ModCaption = gnmc; // oXs_SeSampleBillList.Show(); // oMainForm.AddTabPage(oXs_SeSampleBillList); // break; //case "xs_seprodplanbill": // Xs_SeProdPlanBill oXs_SeProdPlanBill = new Xs_SeProdPlanBill(); // oXs_SeProdPlanBill.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew; // oXs_SeProdPlanBill.ModCaption = gnmc; // oXs_SeProdPlanBill.ShowDialog(); // break; //case "xs_seprodplanbilllist": // Xs_SeProdPlanBillList oXs_SeProdPlanBillList = new Xs_SeProdPlanBillList(); // oXs_SeProdPlanBillList.MdiParent = oMain; // oXs_SeProdPlanBillList.ModCaption = gnmc; // oXs_SeProdPlanBillList.Show(); // oMainForm.AddTabPage(oXs_SeProdPlanBillList); // break; //case "a3_seorderbilllist": // A3_SeOrderBillList oA3_SeOrderBillList = new A3_SeOrderBillList(); // oA3_SeOrderBillList.MdiParent = oMain; // oA3_SeOrderBillList.ModCaption = gnmc; // oA3_SeOrderBillList.Show(); // oMainForm.AddTabPage(oA3_SeOrderBillList); // break; //case "a3_seoutbilllist": // A3_SellOutBillList oA3_SellOutBillList = new A3_SellOutBillList(); // oA3_SellOutBillList.MdiParent = oMain; // oA3_SellOutBillList.ModCaption = gnmc; // oA3_SellOutBillList.Show(); // oMainForm.AddTabPage(oA3_SellOutBillList); // break; case "gy_customer": Gy_Customer oGy_Customer = new Gy_Customer(); oGy_Customer.MdiParent = oMain; oGy_Customer.Show(); oMainForm.AddTabPage(oGy_Customer); break; //case "crm_customerfile": // Crm_CustomerFile oCrm_CustomerFile = new Crm_CustomerFile(); // oCrm_CustomerFile.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew; // oCrm_CustomerFile.ModCaption = gnmc; // oCrm_CustomerFile.ShowDialog(); // break; //case "crm_customerfilelist": // Crm_CustomerFileList oCrm_CustomerFileList = new Crm_CustomerFileList(); // oCrm_CustomerFileList.MdiParent = oMain; // oCrm_CustomerFileList.ModCaption = gnmc; // oCrm_CustomerFileList.Show(); // oMainForm.AddTabPage(oCrm_CustomerFileList); // break; //case "crm_productfile": // Crm_ProductFile oCrm_ProductFile = new Crm_ProductFile(); // oCrm_ProductFile.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew; // oCrm_ProductFile.ModCaption = gnmc; // oCrm_ProductFile.ShowDialog(); // break; //case "crm_productfilelist": // Crm_ProductFileList oCrm_ProductFileList = new Crm_ProductFileList(); // oCrm_ProductFileList.MdiParent = oMain; // oCrm_ProductFileList.ModCaption = gnmc; // oCrm_ProductFileList.Show(); // oMainForm.AddTabPage(oCrm_ProductFileList); // break; //case "crm_cusservicesurveybill": // Crm_CusServiceSurveyBill oCrm_CusServiceSurveyBill = new Crm_CusServiceSurveyBill(); // oCrm_CusServiceSurveyBill.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew; // oCrm_CusServiceSurveyBill.ModCaption = gnmc; // oCrm_CusServiceSurveyBill.ShowDialog(); // break; //case "crm_cusservicesurveybilllist": // Crm_CusServiceSurveyBillList oCrm_CusServiceSurveyBillList = new Crm_CusServiceSurveyBillList(); // oCrm_CusServiceSurveyBillList.MdiParent = oMain; // oCrm_CusServiceSurveyBillList.ModCaption = gnmc; // oCrm_CusServiceSurveyBillList.Show(); // oMainForm.AddTabPage(oCrm_CusServiceSurveyBillList); // break; //case "crm_cuscareforbill": // Crm_CusCareForBill oCrm_CusCareForBill = new Crm_CusCareForBill(); // oCrm_CusCareForBill.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew; // oCrm_CusCareForBill.ModCaption = gnmc; // oCrm_CusCareForBill.ShowDialog(); // break; //case "crm_cuscareforbilllist": // Crm_CusCareForBillList oCrm_CusCareForBillList = new Crm_CusCareForBillList(); // oCrm_CusCareForBillList.MdiParent = oMain; // oCrm_CusCareForBillList.ModCaption = gnmc; // oCrm_CusCareForBillList.Show(); // oMainForm.AddTabPage(oCrm_CusCareForBillList); // break; //case "gy_dataintmp_dusubsidyitem": // //ȨÏÞ // Gy_DataInTmp_DuSubsidyItem oGy_DataInTmp_DuSubsidyItem = new Gy_DataInTmp_DuSubsidyItem(); // oGy_DataInTmp_DuSubsidyItem.MdiParent = oMain; // oGy_DataInTmp_DuSubsidyItem.Show(); // oMainForm.AddTabPage(oGy_DataInTmp_DuSubsidyItem); // break; //case "pay_dusubsidyitembilllist": // //ȨÏÞ // Pay_DuSubsidyItemBillList oPay_DuSubsidyItemBillList = new Pay_DuSubsidyItemBillList(); // oPay_DuSubsidyItemBillList.MdiParent = oMain; // oPay_DuSubsidyItemBillList.Show(); // oMainForm.AddTabPage(oPay_DuSubsidyItemBillList); // break; //case "pay_dusubsidyitembill": // // // Pay_DuSubsidyItemBill oPay_DuSubsidyItemBill = new Pay_DuSubsidyItemBill(); // oPay_DuSubsidyItemBill.ShowDialog(); // break; //case "pay_outapplybilllist": // //ȨÏÞ // Pay_OutApplyBillList oPay_OutApplyBillList = new Pay_OutApplyBillList(); // oPay_OutApplyBillList.MdiParent = oMain; // oPay_OutApplyBillList.Show(); // oMainForm.AddTabPage(oPay_OutApplyBillList); // break; //case "pay_outapplybill": // // // Pay_OutApplyBill oPay_OutApplyBill = new Pay_OutApplyBill(); // oPay_OutApplyBill.ShowDialog(); // break; //case "pay_procpricerequestbilllist": // //ȨÏÞ // Pay_ProcPriceRequestBillList oPay_ProcPriceRequestBillList = new Pay_ProcPriceRequestBillList(); // oPay_ProcPriceRequestBillList.MdiParent = oMain; // oPay_ProcPriceRequestBillList.Show(); // oMainForm.AddTabPage(oPay_ProcPriceRequestBillList); // break; //case "pay_procpricerequestbill": // // // Pay_ProcPriceRequestBill oPay_ProcPriceRequestBill = new Pay_ProcPriceRequestBill(); // oPay_ProcPriceRequestBill.ShowDialog(); // break; //case "pay_exambalbilllist": // //ȨÏÞ // Pay_ExamBalBillList oPay_ExamBalBillList = new Pay_ExamBalBillList(); // oPay_ExamBalBillList.MdiParent = oMain; // oPay_ExamBalBillList.Show(); // break; //case "pay_exambalbill": // // // Pay_ExamBalBill oPay_ExamBalBill = new Pay_ExamBalBill(); // oPay_ExamBalBill.ShowDialog(); // break; //case "pay_worktimesbilllist": // //ȨÏÞ // Pay_WorkTimesBillList oPay_WorkTimesBillList = new Pay_WorkTimesBillList(); // oPay_WorkTimesBillList.MdiParent = oMain; // oPay_WorkTimesBillList.Show(); // oMainForm.AddTabPage(oPay_WorkTimesBillList); // break; //case "pay_worktimesbill": // // // Pay_WorkTimesBill oPay_WorkTimesBill = new Pay_WorkTimesBill(); // oPay_WorkTimesBill.ShowDialog(); // break; //case "pay_paymentbilllist": // //ȨÏÞ // Pay_PayMentBillList oPay_PayMentBillList = new Pay_PayMentBillList(); // oPay_PayMentBillList.MdiParent = oMain; // oPay_PayMentBillList.Show(); // oMainForm.AddTabPage(oPay_PayMentBillList); // break; //case "pay_paymentbill": // // // Pay_PayMentBill oPay_PayMentBill = new Pay_PayMentBill(); // oPay_PayMentBill.MdiParent = oMain; // oPay_PayMentBill.Show(); // oMainForm.AddTabPage(oPay_PayMentBill); // break; //case "pay_groupbalbilllist": // //ȨÏÞ // Pay_GroupBalBillList oPay_GroupBalBillList = new Pay_GroupBalBillList(); // oPay_GroupBalBillList.MdiParent = oMain; // oPay_GroupBalBillList.Show(); // oMainForm.AddTabPage(oPay_GroupBalBillList); // break; //case "pay_groupbalbill": // // // Pay_GroupBalBill oPay_GroupBalBill = new Pay_GroupBalBill(); // oPay_GroupBalBill.ShowDialog(); // break; //case "pay_errworktimesrequestbilllist": // //ȨÏÞ // Pay_ErrWorkTimesRequestBillList oPay_ErrWorkTimesRequestBillList = new Pay_ErrWorkTimesRequestBillList(); // oPay_ErrWorkTimesRequestBillList.MdiParent = oMain; // oPay_ErrWorkTimesRequestBillList.Show(); // oMainForm.AddTabPage(oPay_ErrWorkTimesRequestBillList); // break; //case "pay_errworktimesrequestbill": // // // Pay_ErrWorkTimesRequestBill oPay_ErrWorkTimesRequestBill = new Pay_ErrWorkTimesRequestBill(); // oPay_ErrWorkTimesRequestBill.ShowDialog(); // break; //case "pay_getneedcheckerrworktimessendbilllist": // Pay_GetNeedCheckErrWorkTimesSendBillList oPay_GetNeedCheckErrWorkTimesSendBillList = new Pay_GetNeedCheckErrWorkTimesSendBillList(); // oPay_GetNeedCheckErrWorkTimesSendBillList.MdiParent = oMain; // //oPay_GetNeedCheckErrWorkTimesSendBillList.ModCaption = gnmc; // oPay_GetNeedCheckErrWorkTimesSendBillList.Show(); // oMainForm.AddTabPage(oPay_GetNeedCheckErrWorkTimesSendBillList); // break; //case "pay_errworktimessendbilllist": // //ȨÏÞ // Pay_ErrWorkTimesSendBillList oPay_ErrWorkTimesSendBillList = new Pay_ErrWorkTimesSendBillList(); // oPay_ErrWorkTimesSendBillList.MdiParent = oMain; // oPay_ErrWorkTimesSendBillList.Show(); // oMainForm.AddTabPage(oPay_ErrWorkTimesSendBillList); // break; //case "pay_errworktimessendbill": // // // Pay_ErrWorkTimesSendBill oPay_ErrWorkTimesSendBill = new Pay_ErrWorkTimesSendBill(); // oPay_ErrWorkTimesSendBill.ShowDialog(); // break; //case "pay_singlebalbilllist": // //ȨÏÞ // Pay_SingleBalBillList oPay_SingleBalBillList = new Pay_SingleBalBillList(); // oPay_SingleBalBillList.MdiParent = oMain; // oPay_SingleBalBillList.Show(); // oMainForm.AddTabPage(oPay_SingleBalBillList); // break; //case "pay_singlebalbill": // // // Pay_SingleBalBill oPay_SingleBalBill = new Pay_SingleBalBill(); // oPay_SingleBalBill.ShowDialog(); // break; //case "pay_otherbalbilllist": // //ȨÏÞ // Pay_OtherBalBillList oPay_OtherBalBillList = new Pay_OtherBalBillList(); // oPay_OtherBalBillList.MdiParent = oMain; // oPay_OtherBalBillList.Show(); // oMainForm.AddTabPage(oPay_OtherBalBillList); // break; //case "pay_otherbalbill": // // // Pay_OtherBalBill oPay_OtherBalBill = new Pay_OtherBalBill(); // oPay_OtherBalBill.ShowDialog(); // break; //case "pay_overapplybill": // // // Pay_OverApplyBill oPay_OverApplyBill = new Pay_OverApplyBill(); // oPay_OverApplyBill.ShowDialog(); // break; //case "pay_overapplybilllist": // //ȨÏÞ // Pay_OverApplyBillList oPay_OverApplyBillList = new Pay_OverApplyBillList(); // oPay_OverApplyBillList.MdiParent = oMain; // oPay_OverApplyBillList.Show(); // oMainForm.AddTabPage(oPay_OverApplyBillList); // break; //case "hr_empchangebilllist": // //ȨÏÞ // HR_EmpChangeBillList oHR_EmpChangeBillList = new HR_EmpChangeBillList(); // oHR_EmpChangeBillList.MdiParent = oMain; // oHR_EmpChangeBillList.Show(); // oMainForm.AddTabPage(oHR_EmpChangeBillList); // break; //case "hr_empchangebill": // // // HR_EmpChangeBill oHR_EmpChangeBill = new HR_EmpChangeBill(); // oHR_EmpChangeBill.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew; // oHR_EmpChangeBill.ShowDialog(); // break; case "pay_periodinfoset": //ȨÏÞ Pay_PeriodInfoSet oPay_PeriodInfoSet = new Pay_PeriodInfoSet(); oPay_PeriodInfoSet.MdiParent = oMain; oPay_PeriodInfoSet.Show(); oMainForm.AddTabPage(oPay_PeriodInfoSet); break; //==============================================================±¨±í·ÖÎö //case "pay_prodworkqtysumreport": // //ȨÏÞ // Pay_ProdWorkQtySumReport oPay_ProdWorkQtySumReport = new Pay_ProdWorkQtySumReport(); // oPay_ProdWorkQtySumReport.MdiParent = oMain; // oPay_ProdWorkQtySumReport.Show(); // oMainForm.AddTabPage(oPay_ProdWorkQtySumReport); // break; //case "pay_prodworkqtyentryreport": // //ȨÏÞ // Pay_ProdWorkQtyEntryReport oPay_ProdWorkQtyEntryReport = new Pay_ProdWorkQtyEntryReport(); // oPay_ProdWorkQtyEntryReport.MdiParent = oMain; // oPay_ProdWorkQtyEntryReport.Show(); // oMainForm.AddTabPage(oPay_ProdWorkQtyEntryReport); // break; //case "pay_empworkqtyentryreport": // //ȨÏÞ // Pay_EmpWorkQtyEntryReport oPay_EmpWorkQtyEntryReport = new Pay_EmpWorkQtyEntryReport(); // oPay_EmpWorkQtyEntryReport.MdiParent = oMain; // oPay_EmpWorkQtyEntryReport.Show(); // oMainForm.AddTabPage(oPay_EmpWorkQtyEntryReport); // break; //case "pay_paymentdeptsendlist": // //ȨÏÞ // Pay_PayMentDeptSendList oPay_PayMentDeptSendList = new Pay_PayMentDeptSendList(); // oPay_PayMentDeptSendList.MdiParent = oMain; // oPay_PayMentDeptSendList.Show(); // oMainForm.AddTabPage(oPay_PayMentDeptSendList); // break; //case "pay_paymentdeptyearreport": // //ȨÏÞ // Pay_PayMentDeptYearReport oPay_PayMentDeptYearReport = new Pay_PayMentDeptYearReport(); // oPay_PayMentDeptYearReport.MdiParent = oMain; // oPay_PayMentDeptYearReport.Show(); // oMainForm.AddTabPage(oPay_PayMentDeptYearReport); // break; //case "pay_paymentprintreport": // //ȨÏÞ // Pay_PayMentPrintReport oPay_PayMentPrintReport = new Pay_PayMentPrintReport(); // oPay_PayMentPrintReport.MdiParent = oMain; // oPay_PayMentPrintReport.Show(); // oMainForm.AddTabPage(oPay_PayMentPrintReport); // break; //case "pay_paymentsendlist": // //ȨÏÞ // Pay_PayMentSendList oPay_PayMentSendList = new Pay_PayMentSendList(); // oPay_PayMentSendList.MdiParent = oMain; // oPay_PayMentSendList.Show(); // oMainForm.AddTabPage(oPay_PayMentSendList); // break; //case "pay_paymentyearreport": // //ȨÏÞ // Pay_PayMentYearReport oPay_PayMentYearReport = new Pay_PayMentYearReport(); // oPay_PayMentYearReport.MdiParent = oMain; // oPay_PayMentYearReport.Show(); // oMainForm.AddTabPage(oPay_PayMentYearReport); // break; //case "pay_worktimeslist": // //ȨÏÞ // Pay_WorkTimesList oPay_WorkTimesList = new Pay_WorkTimesList(); // oPay_WorkTimesList.MdiParent = oMain; // oPay_WorkTimesList.Show(); // oMainForm.AddTabPage(oPay_WorkTimesList); // break; //case "pay_emppaymentsumreport": // //ȨÏÞ // Pay_EmpPayMentSumReport oPay_EmpPayMentSumReport = new Pay_EmpPayMentSumReport(); // oPay_EmpPayMentSumReport.MdiParent = oMain; // oPay_EmpPayMentSumReport.Show(); // oMainForm.AddTabPage(oPay_EmpPayMentSumReport); // break; default: break; } } catch (Exception e) { MessageBox.Show(e.Message, "Ìáʾ"); } } #endregion } }