www.pudn.com > DialogBar调用切分窗口.rar > Mydlgbar1.h
#if !defined(AFX_MYDLGBAR1_H__AA0D89C2_C57F_4534_833E_2F59D0A61B24__INCLUDED_)
#define AFX_MYDLGBAR1_H__AA0D89C2_C57F_4534_833E_2F59D0A61B24__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// Mydlgbar1.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CMydlgbar dialog
class CMydlgbar : public CDialog
{
// 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_MYDLGBAR1_H__AA0D89C2_C57F_4534_833E_2F59D0A61B24__INCLUDED_)