Leaked source code of windows server 2003
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.

56 lines
1.4 KiB

  1. #if !defined(AFX_CALDLG_H__555D45A2_E366_11D0_9A66_00A0C91F9C8B__INCLUDED_)
  2. #define AFX_CALDLG_H__555D45A2_E366_11D0_9A66_00A0C91F9C8B__INCLUDED_
  3. #if _MSC_VER >= 1000
  4. #pragma once
  5. #endif // _MSC_VER >= 1000
  6. // CalDlg.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CCalDlg dialog
  10. class CCalDlg : public CDialog
  11. {
  12. // Construction
  13. public:
  14. CCalDlg(CWnd* pParent = NULL); // standard constructor
  15. void SetItemName(CString szName);
  16. void SetDate(SYSTEMTIME st);
  17. void GetDate(SYSTEMTIME * lpst);
  18. // Dialog Data
  19. //{{AFX_DATA(CCalDlg)
  20. enum { IDD = IDD_DIALOG_CAL };
  21. // NOTE: the ClassWizard will add data members here
  22. //}}AFX_DATA
  23. // Overrides
  24. // ClassWizard generated virtual function overrides
  25. //{{AFX_VIRTUAL(CCalDlg)
  26. protected:
  27. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  28. //}}AFX_VIRTUAL
  29. // Implementation
  30. protected:
  31. CString * m_psz;
  32. short m_Day;
  33. short m_Month;
  34. short m_Year;
  35. // Generated message map functions
  36. //{{AFX_MSG(CCalDlg)
  37. virtual BOOL OnInitDialog();
  38. virtual void OnOK();
  39. afx_msg void OnDestroy();
  40. //}}AFX_MSG
  41. DECLARE_MESSAGE_MAP()
  42. };
  43. //{{AFX_INSERT_LOCATION}}
  44. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  45. #endif // !defined(AFX_CALDLG_H__555D45A2_E366_11D0_9A66_00A0C91F9C8B__INCLUDED_)