Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

46 lines
916 B

  1. // RatExprD.h : header file
  2. //
  3. /////////////////////////////////////////////////////////////////////////////
  4. // CRatExpireDlg dialog
  5. //{{AFX_INCLUDES()
  6. #include "msacal70.h"
  7. //}}AFX_INCLUDES
  8. class CRatExpireDlg : public CDialog
  9. {
  10. // Construction
  11. public:
  12. CRatExpireDlg(CWnd* pParent = NULL); // standard constructor
  13. virtual BOOL OnInitDialog( );
  14. WORD m_day;
  15. WORD m_month;
  16. WORD m_year;
  17. // Dialog Data
  18. //{{AFX_DATA(CRatExpireDlg)
  19. enum { IDD = IDD_RAT_EXPIRE };
  20. CMsacal70 m_calendar;
  21. //}}AFX_DATA
  22. // Overrides
  23. // ClassWizard generated virtual function overrides
  24. //{{AFX_VIRTUAL(CRatExpireDlg)
  25. protected:
  26. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  27. //}}AFX_VIRTUAL
  28. // Implementation
  29. protected:
  30. BOOL IsSystemDBCS( void );
  31. // Generated message map functions
  32. //{{AFX_MSG(CRatExpireDlg)
  33. virtual void OnOK();
  34. //}}AFX_MSG
  35. DECLARE_MESSAGE_MAP()
  36. };