Improve: #48 Support sorting in file management dialog

This commit is contained in:
yuanyuanxiang
2025-06-09 03:36:10 +08:00
parent ae39639e9f
commit 70d5382fda
5 changed files with 60 additions and 3 deletions

View File

@@ -234,7 +234,6 @@ BOOL CFileManagerDlg::OnInitDialog()
// <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ť
m_wndToolBar_Local.AddDropDownButton(this, IDT_LOCAL_VIEW, IDR_LOCAL_VIEW);
if (!m_wndToolBar_Remote.Create(this, WS_CHILD |
WS_VISIBLE | CBRS_ALIGN_ANY | CBRS_TOOLTIPS | CBRS_FLYBY, ID_REMOTE_TOOLBAR)
||!m_wndToolBar_Remote.LoadToolBar(IDR_TOOLBAR2))
@@ -284,6 +283,8 @@ BOOL CFileManagerDlg::OnInitDialog()
m_ProgressCtrl->SetRange(0, 100); //<2F><><EFBFBD>ý<EFBFBD><C3BD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Χ
m_ProgressCtrl->SetPos(20); //<2F><><EFBFBD>ý<EFBFBD><C3BD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ǰλ<C7B0><CEBB>
m_list_local.ModifyStyle(FALSE, LVS_REPORT);
m_list_remote.ModifyStyle(FALSE, LVS_REPORT);
FixedLocalDriveList();
FixedRemoteDriveList();
/////////////////////////////////////////////