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

📄 consoledlg.h

📁 This paper provides video capture and category CcaptureVideo example, in Win2K DirectX9 SDK VC6 thro
💻 H
字号:
// ConsoleDlg.h : header file//#if !defined(AFX_CONSOLEDLG_H__4AB75497_BC69_4688_B378_EE4132AC10AF__INCLUDED_)#define AFX_CONSOLEDLG_H__4AB75497_BC69_4688_B378_EE4132AC10AF__INCLUDED_#if _MSC_VER > 1000#pragma once#endif // _MSC_VER > 1000#include "StaticEx.h"#include "..\\inc\\cg300-32.h"#include "..\\inc\\cg300util.h"#include "macrodef.h"/////////////////////////////////////////////////////////////////////////////// CConsoleDlg dialogclass CConsoleDlg : public CDialog{// Constructionpublic:	CConsoleDlg(CWnd* pParent = NULL);	// standard constructor	~CConsoleDlg();//Attributespublic:	int m_iOpd;     //当前操作码,为-1时处于空闲状态private:	BOOL CalcuRectFromView(CRect &rect, int nCounts, int nNum);	//播放器,由CStaticEx类抽象,每一个卡对应一个播放器	CStaticEx *m_pStatic[MAX_CARD_NUMBER];	int m_iCardNum;	     //当前检测到的图像卡数目	HWND m_hDeskTop;     //桌面窗口句柄,重画整个桌面时使用// Operationspublic:// Dialog Data	//{{AFX_DATA(CConsoleDlg)	enum { IDD = IDD_CONSOLE_DIALOG };		//}}AFX_DATA	// ClassWizard generated virtual function overrides	//{{AFX_VIRTUAL(CConsoleDlg)	public:	protected:	virtual void DoDataExchange(CDataExchange* pDX);	// DDX/DDV support	//}}AFX_VIRTUAL// Implementationpublic:	BOOL bMoveFlag;	BOOL bShowMax;	BOOL bSnapEnable;	CRect RectMaxShow;	CButton* pCapButton;	BOOL InitFlag;	//BOOL CloseAllSnapOne();protected:	HICON m_hIcon;	// Generated message map functions	//{{AFX_MSG(CConsoleDlg)	virtual BOOL OnInitDialog();	afx_msg void OnSysCommand(UINT nID, LPARAM lParam);	afx_msg void OnPaint();	afx_msg HCURSOR OnQueryDragIcon();	afx_msg void OnSetButton();	afx_msg void OnCaptureButton();	afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);	afx_msg void OnSize(UINT nType, int cx, int cy);	afx_msg void OnShowWindow(BOOL bShow, UINT nStatus);	afx_msg void OnMove(int x, int y);	afx_msg void OnTimer(UINT nIDEvent);	//}}AFX_MSG	DECLARE_MESSAGE_MAP()};//{{AFX_INSERT_LOCATION}}// Microsoft Visual C++ will insert additional declarations immediately before the previous line.#endif // !defined(AFX_CONSOLEDLG_H__4AB75497_BC69_4688_B378_EE4132AC10AF__INCLUDED_)

⌨️ 快捷键说明

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