LAPTOP-SNT8I5JK\Boounion
2025-08-21 ba50ece48a4b95563031f1dacffd3e04f89d952f
SourceCode/Bond/Servo/CControlJobDlg.cpp
@@ -39,12 +39,6 @@
{
   CDialogEx::OnInitDialog();
    DWORD dwStyle = m_listCtrl.GetExtendedStyle();
    dwStyle |= LVS_EX_FULLROWSELECT;
    dwStyle |= LVS_EX_GRIDLINES;
    dwStyle |= LVS_EX_DOUBLEBUFFER;
    m_listCtrl.SetExtendedStyle(dwStyle);
    HIMAGELIST imageList = ImageList_Create(24, 24, ILC_COLOR24, 1, 1);
    ListView_SetImageList(m_listCtrl.GetSafeHwnd(), imageList, LVSIL_SMALL);
@@ -64,8 +58,8 @@
    m_listCtrl.InsertChild(ch21, { _T("SubStep A2"), _T("Run"),  _T("Bond") });
    // 初始让顶层展开
    //root1->expanded = true;
    //root2->expanded = true;
    root1->expanded = true;
    root2->expanded = true;
    m_listCtrl.RebuildVisible();