| | |
| | | { |
| | | switch (gnsy.ToLower()) |
| | | { |
| | | case "kf_ponderationbillmain_icmoreport": |
| | | KF_PonderationBillMain_ICMOReport oKF_PonderationBillMain_ICMOReport = new KF_PonderationBillMain_ICMOReport(); |
| | | oKF_PonderationBillMain_ICMOReport.MdiParent = oMain; |
| | | oKF_PonderationBillMain_ICMOReport.ModCaption = gnmc; |
| | | oKF_PonderationBillMain_ICMOReport.Show(); |
| | | oMainForm.AddTabPage(oKF_PonderationBillMain_ICMOReport); |
| | | break; |
| | | case "kf_icmoreportandprodinreport": |
| | | Kf_ICMOReportAndProdInReport oKf_ICMOReportAndProdInReport = new Kf_ICMOReportAndProdInReport(); |
| | | oKf_ICMOReportAndProdInReport.MdiParent = oMain; |