www.pudn.com > 10-11cha.rar > TestInstallDlg.h
// TestInstallDlg.h : header file
//
#if !defined(AFX_TESTINSTALLDLG_H__F0C53320_7BB1_4D40_B7B3_0C9AC3E09469__INCLUDED_)
#define AFX_TESTINSTALLDLG_H__F0C53320_7BB1_4D40_B7B3_0C9AC3E09469__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
/////////////////////////////////////////////////////////////////////////////
// CTestInstallDlg dialog
class CTestInstallDlg : public CDialog
{
// Construction
public:
CTestInstallDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CTestInstallDlg)
enum { IDD = IDD_TESTINSTALL_DIALOG };
// NOTE: the ClassWizard will add data members here
//}}AFX_DATA
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CTestInstallDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
HICON m_hIcon;
// Generated message map functions
//{{AFX_MSG(CTestInstallDlg)
virtual BOOL OnInitDialog();
afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
afx_msg void OnPaint();
afx_msg HCURSOR OnQueryDragIcon();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_TESTINSTALLDLG_H__F0C53320_7BB1_4D40_B7B3_0C9AC3E09469__INCLUDED_)