home *** CD-ROM | disk | FTP | other *** search
- // scheddlg.h : header file
- //
-
- /////////////////////////////////////////////////////////////////////////////
- // SchedDlg dialog
-
- class SchedDlg : public CDialog
- {
- // Construction
- public:
- SchedDlg(CWnd* pParent = NULL); // standard constructor
-
- // Dialog Data
- //{{AFX_DATA(SchedDlg)
- enum { IDD = IDD_DIALOG1 };
- CVBControl* m_SchedVBX;
- //}}AFX_DATA
-
- // Implementation
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
-
- // Generated message map functions
- //{{AFX_MSG(SchedDlg)
- afx_msg void OnTbchangedSchedvbx1(UINT, int, CWnd*, LPVOID);
- afx_msg void OnMonthly();
- afx_msg void OnResource();
- virtual BOOL OnInitDialog();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
-