www.pudn.com > PlateDSP.rar > demoDlg.h


// demoDlg.h : header file 
// 
//{{AFX_INCLUDES() 
#include "platedspx.h" 
//}}AFX_INCLUDES 
 
#if !defined(AFX_DEMODLG_H__5066F516_E3C0_47FB_BBBC_B008BB264CF5__INCLUDED_) 
#define AFX_DEMODLG_H__5066F516_E3C0_47FB_BBBC_B008BB264CF5__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
 
///////////////////////////////////////////////////////////////////////////// 
// CDemoDlg dialog 
 
class CDemoDlg : public CDialog 
{ 
// Construction 
public: 
	CDemoDlg(CWnd* pParent = NULL);	// standard constructor 
 
// Dialog Data 
	//{{AFX_DATA(CDemoDlg) 
	enum { IDD = IDD_DEMO_DIALOG }; 
	CStatic	m_PicturePlate; 
	CStatic	m_PictureCar; 
	CPlateDSPX	m_PlateDSPX1; 
	CString	m_LabelPlate; 
	CString	m_LabelType; 
	CString	m_LabelColor; 
	CString	m_LabelPercent; 
	//}}AFX_DATA 
 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CDemoDlg) 
	protected: 
	virtual void DoDataExchange(CDataExchange* pDX);	// DDX/DDV support 
	//}}AFX_VIRTUAL 
 
// Implementation 
protected: 
	HICON m_hIcon; 
 
	// Generated message map functions 
	//{{AFX_MSG(CDemoDlg) 
	virtual BOOL OnInitDialog(); 
	afx_msg void OnPaint(); 
	afx_msg HCURSOR OnQueryDragIcon(); 
	afx_msg void OnOnRecogedPlatedspx1(long PlateNum); 
	DECLARE_EVENTSINK_MAP() 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
}; 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_DEMODLG_H__5066F516_E3C0_47FB_BBBC_B008BB264CF5__INCLUDED_)