home *** CD-ROM | disk | FTP | other *** search
- // 3MonthCal.h : header file
- //
-
- /////////////////////////////////////////////////////////////////////////////
- // C3MonthCal dialog
-
- class C3MonthCal : public CDialog
- {
- // Construction
- public:
- C3MonthCal(CWnd* pParent = NULL); // standard constructor
-
- // Dialog Data
- //{{AFX_DATA(C3MonthCal)
- enum { IDD = IDD_3HMONTHS };
- // NOTE: the ClassWizard will add data members here
- //}}AFX_DATA
-
-
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(C3MonthCal)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
-
- // Implementation
- protected:
-
- // Generated message map functions
- //{{AFX_MSG(C3MonthCal)
- // NOTE: the ClassWizard will add member functions here
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
-