⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 screeninfodlg.h

📁 VIPSHELL2007客户端代码
💻 H
字号:
#if !defined(AFX_SCREENINFODLG_H__307B4A7A_B557_41C7_AE55_E65ACC90684D__INCLUDED_)
#define AFX_SCREENINFODLG_H__307B4A7A_B557_41C7_AE55_E65ACC90684D__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// ScreenInfoDlg.h : header file
//

#include "PictureWnd.h"

/////////////////////////////////////////////////////////////////////////////
// CScreenInfoDlg dialog



class CScreenInfoDlg : public CDialog
{
// Construction
	UINT32 m_nSideLen;

	CPinboardPtr<I_VipShellClientInputHandle>  m_spVipShellClientInputHandle;
	CPinboardPtr<I_VipShellClientScreenHandle> m_spVipShellClientScreenHandle;
	bool m_isControl;
	bool m_isGetScreen;
public:
	CScreenInfoDlg(CWnd* pParent = NULL);   // standard constructor

// Dialog Data
	//{{AFX_DATA(CScreenInfoDlg)
	enum { IDD = IDD_DIALOG_SCREEN };
	CPictureWnd	m_wndPic;
	int		m_nCount;
	int		m_nArea;
	//}}AFX_DATA

	void Layout();
	bool SetVipShellClientScreenHandle(I_VipShellClientScreenHandle*  p)
	{
		m_spVipShellClientScreenHandle = p;
		return true;
	}
	bool SetVipShellClientInputHandle(I_VipShellClientInputHandle* p)
	{
		m_spVipShellClientInputHandle = p;
		return true;
	}
// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CScreenInfoDlg)
	public:
	virtual BOOL PreTranslateMessage(MSG* pMsg);
	protected:
	virtual BOOL OnInitDialog();
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CScreenInfoDlg)
	afx_msg void OnSize(UINT nType, int cx, int cy);
	afx_msg void OnCheckControl();
	afx_msg void OnCheckGetscreen();
	afx_msg void OnSelchangeComboColorcount();
	afx_msg void OnRadio1();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
public:
	afx_msg void OnTimer(UINT nIDEvent);
};

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_SCREENINFODLG_H__307B4A7A_B557_41C7_AE55_E65ACC90684D__INCLUDED_)

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -