mrDarker
2025-08-09 a8fb417ef1fb696723c8b8d5a340e8ca2e0312ae
SourceCode/Bond/Servo/CPagePortProperty.cpp
@@ -290,13 +290,11 @@
   theApp.m_model.setPortCassetteType(m_pPort->getIndex(), SERVO::CassetteType(index + 1));
   /*
   g_nMsgDlgShow = 0;
   CMsgDlg msgDlg("请等待", "正在操作,请等待...");
   msgDlg.SetData((DWORD_PTR)this);
   ASSERT(m_pPort != nullptr);
   int index = ((CComboBox*)GetDlgItem(IDC_COMBO_PORT_CASSERT_TYPE))->GetCurSel();
   m_pPort->setCassetteType(SERVO::CassetteType(index + 1), [&](int code) -> int {
      Sleep(100);
      CString strMsg;
@@ -333,7 +331,6 @@
   msgDlg.DoModal();
   g_nMsgDlgShow = 1;
   */
}
void CPagePortProperty::OnCbnSelchangeComboPortTransferMode()