| | |
| | | { |
| | | switch (gnsy.ToLower()) |
| | | { |
| | | 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 "sc_prodwiptotalreport": |
| | | Sc_ProdWIPTotalReport oSc_ProdWIPTotalReport = new Sc_ProdWIPTotalReport(); |
| | | oSc_ProdWIPTotalReport.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; |
| | | |
| | | default: |
| | | break; |