style: Change files encoding format to UTF8-BOM

This commit is contained in:
yuanyuanxiang
2026-01-02 20:00:18 +01:00
parent ba9be08411
commit b6af9ce615
356 changed files with 2819 additions and 2819 deletions

View File

@@ -1,4 +1,4 @@
#pragma once
#pragma once
#include "afxcmn.h"
#include <string.h>
@@ -9,9 +9,9 @@ public:
~CSortListCtrl(void) {}
// 是否为升序
// 鏄惁涓哄崌搴?
bool m_bAsc;
// 当前排列的序
// 褰撳墠鎺掑垪鐨勫簭
int m_nSortedCol;
afx_msg void OnLvnColumnclick(NMHDR *pNMHDR, LRESULT *pResult);