LAPTOP-SNT8I5JK\Boounion
2025-01-04 5f48cb704e22333b65732cbe22dd1b9610f6b186
Merge branch 'liuyang' into clh

# Conflicts:
# SourceCode/Bond/BondEq/CProjectPageMain.cpp
# SourceCode/Bond/BondEq/CProjectPageMain.h
已修改2个文件
15 ■■■■■ 文件已修改
SourceCode/Bond/BondEq/CProjectPageMain.cpp 13 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
SourceCode/Bond/BondEq/View/SystemLogManagerDlg.cpp 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
SourceCode/Bond/BondEq/CProjectPageMain.cpp
@@ -22,7 +22,6 @@
    m_crBkgnd = PROPAGE_BACKGROUND_COLOR;
    m_hbrBkgnd = nullptr;
    m_pObserver = nullptr;
    for (int i = 0; i < BTN_MAX; i++) {
        m_pBlBtns[i] = new CBlButton();
    }
@@ -214,7 +213,6 @@
                    SetButtonBackgroundColors(m_pBlBtns[BTN_STOP], capactity == 0);
                }
            }
            pAny->release();
        }, [&]() -> void {
            // onComplete
@@ -369,16 +367,5 @@
LRESULT CProjectPageMain::OnUpdateDataToUI(WPARAM wParam, LPARAM lParam)
{
    /*
    CString strText;
    strText.Format(_T("%d %s"), nVelocityRatio, _T("%"));
    GetDlgItem(IDC_EDIT_VELOCITY_RATIO)->SetWindowText(strText);
    strText.Format(_T("%.2f"), dTactTime);
    GetDlgItem(IDC_EDIT_TACT_TIME)->SetWindowText(strText);
    SetDlgItemInt(IDC_EDIT_DAY_SHIFT_CAPACITY, nDayShiftCapacity);
    SetDlgItemInt(IDC_EDIT_NIGHT_SHIFT_CAPACITY, nNightShiftCapacity);
    */
    return 0;
}
SourceCode/Bond/BondEq/View/SystemLogManagerDlg.cpp
@@ -288,4 +288,4 @@
        errorMsg.Format(_T("切换角色失败:%s"), CString(ex.what()));
        AfxMessageBox(errorMsg, MB_ICONERROR);
    }
}
}