LAPTOP-T815PCOQ\25526
2024-12-09 51a915e1487515a626638a73e668b0ada227788e
SourceCode/Bond/BondEq/BondEqDlg.cpp
@@ -760,8 +760,9 @@
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);