chenluhua1980
2025-11-13 2444bfcf24f4d699a3086fb09c33c00c486f5d1d
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);