home *** CD-ROM | disk | FTP | other *** search
/ Mastering Visual Basic 5 / MasteringVisualBasic5.iso / protview / demowinx / data.1 / CALTYPES.H < prev    next >
Encoding:
C/C++ Source or Header  |  1996-08-27  |  814 b   |  37 lines

  1. // CalTypes.h : header file
  2. //
  3.  
  4. /////////////////////////////////////////////////////////////////////////////
  5. // CCalTypes dialog
  6.  
  7. class CCalTypes : public CDialog
  8. {
  9. // Construction
  10. public:
  11.     CCalTypes(CWnd* pParent = NULL);   // standard constructor
  12.  
  13. // Dialog Data
  14.     //{{AFX_DATA(CCalTypes)
  15.     enum { IDD = IDD_CALTYPES };
  16.         // NOTE: the ClassWizard will add data members here
  17.     //}}AFX_DATA
  18.  
  19.  
  20. // Overrides
  21.     // ClassWizard generated virtual function overrides
  22.     //{{AFX_VIRTUAL(CCalTypes)
  23.     protected:
  24.     virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  25.     //}}AFX_VIRTUAL
  26.  
  27. // Implementation
  28. protected:
  29.  
  30.     // Generated message map functions
  31.     //{{AFX_MSG(CCalTypes)
  32.     afx_msg void OnClickShowcalendar();
  33.     DECLARE_EVENTSINK_MAP()
  34.     //}}AFX_MSG
  35.     DECLARE_MESSAGE_MAP()
  36. };
  37.