LAPTOP-SNT8I5JK\Boounion
2025-06-24 d1aa8faa0632de2dafb7d081a3a93a3c2d4f8962
SourceCode/Bond/Servo/MsgDlg.cpp
@@ -22,6 +22,7 @@
   m_crTitle = CR_MSGBOX_TITLE;
   m_crMessage = CR_MSGBOX_MESSAGE;
   m_nIcon = MSG_BOX_TIP;
   m_bDelayClose = FALSE;
}
CMsgDlg::CMsgDlg(CString strTitle, CString strMessage)
@@ -169,8 +170,11 @@
void CMsgDlg::DelayClose(int nDelay)
{
   if (!m_bDelayClose) {
      m_bDelayClose = TRUE;
   SetTimer(1, nDelay, NULL);
}
}
void CMsgDlg::ShowCloseButton(BOOL bVisible)
{