| | |
| | | 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 "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_item30jitai": |
| | | K3_Item30JiTai oK3_Item30JiTai = new K3_Item30JiTai(); |