| | |
| | | { |
| | | switch (gnsy.ToLower()) |
| | | { |
| | | 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; |