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,8 +1,8 @@
#pragma once
#pragma once
#include "afxcmn.h"
#include "IOCPServer.h"
// CSystemDlg <EFBFBD>Ի<EFBFBD><EFBFBD><EFBFBD>
// CSystemDlg 对话框
class CSystemDlg : public DialogBase
{
@@ -19,11 +19,11 @@ public:
void OnReceiveComplete(void);
CWnd* m_pParent;
BOOL m_bHow;
// <EFBFBD>Ի<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
// 对话框数据
enum { IDD = IDD_DIALOG_SYSTEM };
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV ֧<EFBFBD><EFBFBD>
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV 支持
DECLARE_MESSAGE_MAP()
public: