BOOL CMRLGaugerDrawerDlg::PreTranslateMessage(MSG* pMsg) { if (pMsg->message == WM_KEYDOWN) { if (pMsg->wParam == VK_RETURN || pMsg->wParam == VK_ESCAPE) { // Do not process further return TRUE; } }
return CDialogEx::PreTranslateMessage(pMsg); }
设置标题文字
#define APP_VERSION ("serial port tool version: 2020.02.19-1341")