SourceCode/Bond/Servo/ServoDlg.cpp
@@ -359,6 +359,13 @@ SetIcon(m_hIcon, FALSE); // 设置小图标 // 最大化/窗口标题/版本号 ShowWindow(SW_MAXIMIZE); CString strTitle; strTitle.Format(_T("Bond Master -- V%s(%d)"), theApp.m_strVersionName, theApp.m_nVersionNumber); SetWindowText(strTitle); // model init theApp.m_model.init(); SetTimer(TIMER_ID_TEST, 1000, nullptr);