www.pudn.com > 21920013.rar > Dlg2.h


#if !defined(AFX_DLG2_H__C765ED10_60BF_4D76_A4C7_DD63233CDE43__INCLUDED_) 
#define AFX_DLG2_H__C765ED10_60BF_4D76_A4C7_DD63233CDE43__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
// Dlg2.h : header file 
// 
 
///////////////////////////////////////////////////////////////////////////// 
// CDlg2 dialog 
 
class CDlg2 : public CDialog 
{ 
// Construction 
public: 
	CDlg2(CWnd* pParent = NULL);   // standard constructor 
	DECLARE_DYNCREATE(CDlg2) 
// Dialog Data 
	//{{AFX_DATA(CDlg2) 
	enum { IDD = CG_IDD_MYDIALOGBAR1 }; 
		// NOTE: the ClassWizard will add data members here 
	//}}AFX_DATA 
 
 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CDlg2) 
	protected: 
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support 
	//}}AFX_VIRTUAL 
 
// Implementation 
protected: 
 
	// Generated message map functions 
	//{{AFX_MSG(CDlg2) 
		// NOTE: the ClassWizard will add member functions here 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
}; 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_DLG2_H__C765ED10_60BF_4D76_A4C7_DD63233CDE43__INCLUDED_)