www.pudn.com > hongmodingweiyuanchengxu.rar > DlgResult.h
#if !defined(AFX_DLGRESULT_H__464854FF_7112_4DAA_B38A_9729B8C07DDE__INCLUDED_)
#define AFX_DLGRESULT_H__464854FF_7112_4DAA_B38A_9729B8C07DDE__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// DlgResult.h : header file
//
/*
本程序是练习时顺手写的程序,简陋至极,欢迎高手指点。
“打开”一幅虹膜样本就可以进行操作。
作者: 吴春雷
QQ: 26885133
群: 29153069
EMail: wuchunlei@163.com
*/
/////////////////////////////////////////////////////////////////////////////
// CDlgResult dialog
class CDlgResult : public CDialog
{
// Construction
public:
CDlgResult(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CDlgResult)
enum { IDD = IDD_DIALOG_RESULT };
// NOTE: the ClassWizard will add data members here
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CDlgResult)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CDlgResult)
afx_msg void OnClose();
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_DLGRESULT_H__464854FF_7112_4DAA_B38A_9729B8C07DDE__INCLUDED_)