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

@@ -158,17 +158,13 @@ public:
// CVideoDlg <20>Ի<EFBFBD><D4BB><EFBFBD>
class CVideoDlg : public CDialog
class CVideoDlg : public DialogBase
{
DECLARE_DYNAMIC(CVideoDlg)
HICON m_hIcon;
public:
CVideoDlg(CWnd* pParent = NULL, IOCPServer* IOCPServer = NULL, CONTEXT_OBJECT *ContextObject = NULL); // <20><>׼<EFBFBD><D7BC><EFBFBD><EFBFBD><ECBAAF>
virtual ~CVideoDlg();
CONTEXT_OBJECT* m_ContextObject;
IOCPServer* m_iocpServer;
CString m_strIPAddress;
LPBITMAPINFO m_BitmapInfor_Full;
BYTE* m_BitmapData_Full;