capture.h

来自「VC写的harris角点检测程序。又名plessey」· C头文件 代码 · 共 56 行

H
56
字号
#if !defined(AFX_CAPTURE_H__0DDD669C_3467_4AFB_AC30_8EB91BF13E70__INCLUDED_)
#define AFX_CAPTURE_H__0DDD669C_3467_4AFB_AC30_8EB91BF13E70__INCLUDED_

#include "imager32.h"

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

/////////////////////////////////////////////////////////////////////////////
// CCapture dialog

class CCapture : public CDialog
{
// Construction
public:
	~CCapture();
	CCapture(CWnd* pParent = NULL);   // standard constructor
//	HWND m_hCapWnd;
	BOOL m_bInit;
	CAPDRIVERCAPS m_CapDrvCap;
	CAPSTATUS m_CapStatus;
	CAPTUREPARMS m_Parms;
	CString m_CapFileName;

// Dialog Data
	//{{AFX_DATA(CCapture)
	enum { IDD = IDD_CAPTURE };
		// NOTE: the ClassWizard will add data members here
	//}}AFX_DATA


// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CCapture)
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:
     HICON m_hIcon;
	// Generated message map functions
	//{{AFX_MSG(CCapture)
	virtual BOOL OnInitDialog();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_CAPTURE_H__0DDD669C_3467_4AFB_AC30_8EB91BF13E70__INCLUDED_)

⌨️ 快捷键说明

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