RemoteDesktopDlg.h
资源名称:Visualhk.rar [点击查看]
上传用户:cjw5120
上传日期:2022-05-11
资源大小:5032k
文件大小:2k
源码类别:
网络截获/分析
开发平台:
Visual C++
- #if !defined(AFX_REMOTEDESKTOPDLG_H__1E8BC826_64A0_4458_BF6E_FE230616186D__INCLUDED_)
- #define AFX_REMOTEDESKTOPDLG_H__1E8BC826_64A0_4458_BF6E_FE230616186D__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // RemoteDesktopDlg.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // CRemoteDesktopDlg dialog
- /*
- 作者:海啸 lyyer English Name: Jack
- blog:http://lyyer.blog.sohu.com
- website:http://www.cnGSG.com
- 海啸网络安全组织
- */
- #include "Jpegfile.h"
- //#include "comm.h"
- #include "FullScreenTitleBar.h"
- class CRemoteDesktopDlg : public CDialog
- {
- // Construction
- public:
- void SetFullScreen(BOOL OnOff);
- BOOL OnInitDialog();
- SOCKET ClientSocket;
- CRemoteDesktopDlg(CWnd* pParent = NULL); // standard constructor
- CTitleBar *TitleBar;
- JpegFile m_Jpeg;
- HDC m_hMemDC;
- CRect m_rcArea;
- HGLOBAL m_lpBmpData;
- BYTE *m_lpImageData;
- DWORD m_dwBmpSize;
- DWORD m_dwBmpInfoSize;
- int m_nBmpTop, m_nBmpLeft;
- int m_nBmpWidth, m_nBmpHeight;
- int m_nTop, m_nLeft;
- //int m_nWidth, m_nHeight;
- int m_nbottom, m_nRight;
- // Dialog Data
- //{{AFX_DATA(CRemoteDesktopDlg)
- enum { IDD = IDD_DIALOG_REMOTEDESKTOP };
- CStatic m_picStatArea;
- BOOL m_bChkContinue;
- //}}AFX_DATA
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CRemoteDesktopDlg)
- public:
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- BOOL IsFullScreen;
- // Generated message map functions
- //{{AFX_MSG(CRemoteDesktopDlg)
- afx_msg void OnCheckCap();
- afx_msg void OnButtonScreen();
- afx_msg void OnButtonFullscr();
- afx_msg void OnMenuitemClose();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- //ON_MESSAGE(IDC_GET_SCREEN, Get_Screen_Data)
- //END_MESSAGE_MAP()
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_REMOTEDESKTOPDLG_H__1E8BC826_64A0_4458_BF6E_FE230616186D__INCLUDED_)