| | |
| | | #include "UserManagerDlg.h" |
| | | #include "SystemLogManagerDlg.h" |
| | | |
| | | // test |
| | | #include "AxisSettingsDlg.h" |
| | | #include "IOMonitoringDlg.h" |
| | | |
| | | #ifdef _DEBUG |
| | | #define new DEBUG_NEW |
| | |
| | | |
| | | void CBondEqDlg::OnMenuFileSettings() |
| | | { |
| | | CAxisSettingsDlg axisDlg; |
| | | axisDlg.SetPLC(theApp.m_model.getBonder().getPLC("PLC(1)")); |
| | | axisDlg.SetRecipeName(_T("Default")); |
| | | axisDlg.DoModal(); |
| | | |
| | | // Cavity VacuumBake AfterBake AOI |
| | | /* |
| | | CIOMonitoringDlg dlg; |
| | | dlg.SetIOManager("Cavity"); |
| | | dlg.SetPLC(theApp.m_model.getBonder().getPLC("PLC(1)")); |
| | | dlg.DoModal(); |
| | | */ |
| | | |
| | | /* |
| | | CSettingsDlg dlg; |
| | | dlg.DoModal(); |
| | | */ |
| | | } |
| | | |
| | | void CBondEqDlg::OnUpdateMenuFileSettings(CCmdUI* pCmdUI) |
| | |
| | | CComponentPLCDlg* CBondEqDlg::CreateComponentPLCDlg(CComponent* pComponent) |
| | | { |
| | | CComponentPLCDlg* pDlg = new CComponentPLCDlg(m_pMainContainer); |
| | | pDlg->Create(IDD_COMPONENT_PLC, m_pMainContainer); |
| | | pDlg->SetContext(pComponent); |
| | | pDlg->Create(IDD_COMPONENT_PLC, m_pMainContainer); |
| | | |
| | | |
| | | CString strIcon0, strIcon1, strIcon2, strIcon3; |
| | | strIcon0.Format(_T("%s\\Res\\small_close0.ico"), (LPTSTR)(LPCTSTR)theApp.m_strAppDir); |