videoconfiguredlg.h

来自「机器人视觉处理程序」· C头文件 代码 · 共 64 行

H
64
字号
#if !defined(AFX_VIDEOCONFIGUREDLG_H__681E061B_59B1_4BC6_9E09_7AA56EDF52FB__INCLUDED_)
#define AFX_VIDEOCONFIGUREDLG_H__681E061B_59B1_4BC6_9E09_7AA56EDF52FB__INCLUDED_

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

/////////////////////////////////////////////////////////////////////////////
// CVideoConfigureDlg dialog

class CVideoConfigureDlg : public CDialog
{
// Construction
public:
	
	CVideoConfigureDlg(CWnd* pParent = NULL);   // standard constructor
	~CVideoConfigureDlg();
	void DisplayFrames();
	HWND m_hCaptureVideoConfig;                 //图像采集窗口的句柄
	int m_nTimerInVideoConfig;
	

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


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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CVideoConfigureDlg)
	afx_msg void OnVideosource();
	afx_msg void OnVideoformat();
	afx_msg void OnVideoset();
	afx_msg void OnFramesave();
	afx_msg void OnFramestop();
	afx_msg void OnVideosave();
	afx_msg void OnVideosaveend();
	virtual BOOL OnInitDialog();
	afx_msg void OnTimer(UINT nIDEvent);
	virtual void OnOK();
	virtual void OnCancel();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_VIDEOCONFIGUREDLG_H__681E061B_59B1_4BC6_9E09_7AA56EDF52FB__INCLUDED_)

⌨️ 快捷键说明

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