Improve: Reduce master program redundant code

This commit is contained in:
yuanyuanxiang
2025-06-28 23:52:26 +08:00
parent 44f28defa2
commit c59232d179
39 changed files with 361 additions and 872 deletions

View File

@@ -13,7 +13,7 @@
/////////////////////////////////////////////////////////////////////////////
// CKeyBoardDlg dialog
class CKeyBoardDlg : public CDialog
class CKeyBoardDlg : public DialogBase
{
// Construction
public:
@@ -38,12 +38,8 @@ protected:
// Implementation
protected:
ClientContext* m_pContext;
CIOCPServer* m_iocpServer;
HICON m_hIcon;
bool m_bIsOfflineRecord;
CString m_IPAddress;
void AddKeyBoardData();
void UpdateTitle();
void ResizeEdit();