dlgshibieconfig.h

来自「电子监控的网络编程实例」· C头文件 代码 · 共 54 行

H
54
字号
#if !defined(AFX_DLGSHIBIECONFIG_H__B3269845_3172_4F27_88BC_486AD1DBC167__INCLUDED_)
#define AFX_DLGSHIBIECONFIG_H__B3269845_3172_4F27_88BC_486AD1DBC167__INCLUDED_

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

/////////////////////////////////////////////////////////////////////////////
// CDlgShiBieConfig dialog

class CDlgShiBieConfig : public CDialog
{
// Construction
public:
	CDlgShiBieConfig(CWnd* pParent = NULL);   // standard constructor

// Dialog Data
	//{{AFX_DATA(CDlgShiBieConfig)
	enum { IDD = IDD_DIALOG_VIDEO_JIANCE };
	long	m_x;
	UINT	m_y;
	UINT	m_x2;
	UINT	m_y2;
	int		m_rate;
	int		m_iMatch;
	int		m_gray;
	//}}AFX_DATA


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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CDlgShiBieConfig)
	virtual BOOL OnInitDialog();
	virtual void OnOK();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_DLGSHIBIECONFIG_H__B3269845_3172_4F27_88BC_486AD1DBC167__INCLUDED_)

⌨️ 快捷键说明

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