Feature: Add menu to set screen strategy for remote control

This commit is contained in:
yuanyuanxiang
2026-01-08 22:10:38 +01:00
parent e0239dce8d
commit 808371ed6e
31 changed files with 541 additions and 425 deletions

View File

@@ -9,11 +9,11 @@ public:
~CSortListCtrl(void) {}
// 鏄惁涓哄崌搴?
// 是否为升序
bool m_bAsc;
// 褰撳墠鎺掑垪鐨勫簭
// 当前排列的序
int m_nSortedCol;
afx_msg void OnLvnColumnclick(NMHDR *pNMHDR, LRESULT *pResult);
afx_msg void OnLvnColumnclick(NMHDR* pNMHDR, LRESULT* pResult);
DECLARE_MESSAGE_MAP()
};