www.pudn.com > DialogBar调用切分窗口.rar > MyDlgBar.h


#if !defined(AFX_MYDLGBAR_H__B892D8E7_C213_4FDF_9573_BEAAF1708785__INCLUDED_) 
#define AFX_MYDLGBAR_H__B892D8E7_C213_4FDF_9573_BEAAF1708785__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
// MyDlgBar.h : header file 
// 
 
///////////////////////////////////////////////////////////////////////////// 
// CMyDlgBar dialog 
 
class CMyDlgBar : public CDialogBar 
{ 
// Construction 
public: 
	CMyDlgBar(CWnd* pParent = NULL);   // standard constructor 
 
// Dialog Data 
	//{{AFX_DATA(CMyDlgBar) 
	enum { IDD = ID_DIALOGBAR }; 
		// NOTE: the ClassWizard will add data members here 
	//}}AFX_DATA 
 
 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CMyDlgBar) 
	protected: 
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support 
	//}}AFX_VIRTUAL 
 
// Implementation 
protected: 
 
	// Generated message map functions 
	//{{AFX_MSG(CMyDlgBar) 
		// 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_MYDLGBAR_H__B892D8E7_C213_4FDF_9573_BEAAF1708785__INCLUDED_)