www.pudn.com > RMS2000_C.rar > CalendarDlg.h
#if !defined(AFX_CALENDARDLG_H__6B4A0420_BEC3_11D4_924C_00A02469CE0C__INCLUDED_)
#define AFX_CALENDARDLG_H__6B4A0420_BEC3_11D4_924C_00A02469CE0C__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#include "Calendarfrm.h"
// CalendarDlg.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CCalendarDlg dialog
class CCalendarDlg : public CDialog
{
// Construction
public:
CCalendarDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CCalendarDlg)
enum { IDD = IDD_CALENDAR };
// NOTE: the ClassWizard will add data members here
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CCalendarDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CCalendarDlg)
virtual BOOL OnInitDialog();
afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
protected:
CCalendarFrm m_oCalendar;
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_CALENDARDLG_H__6B4A0420_BEC3_11D4_924C_00A02469CE0C__INCLUDED_)