www.pudn.com > xxmpx_sjs.rar > FirstDlg.h
#if !defined(AFX_FIRSTDLG_H__E8D93CC0_A315_11D6_900C_B3FE012C8134__INCLUDED_)
#define AFX_FIRSTDLG_H__E8D93CC0_A315_11D6_900C_B3FE012C8134__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// FirstDlg.h : header file
//
#include "DoTest.h"
/////////////////////////////////////////////////////////////////////////////
// FirstDlg dialog
class FirstDlg : public CDialog
{
// Construction
public:
FirstDlg(CWnd* pParent = NULL); // standard constructor
DoTest *DoTestDlg;
// Dialog Data
//{{AFX_DATA(FirstDlg)
enum { IDD = IDD_DIALOG_FIRST };
// NOTE: the ClassWizard will add data members here
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(FirstDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(FirstDlg)
afx_msg HBRUSH OnCtlColor(CDC* pDC, CWnd* pWnd, UINT nCtlColor);
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_FIRSTDLG_H__E8D93CC0_A315_11D6_900C_B3FE012C8134__INCLUDED_)