DateComboBox.h
上传用户:yangzi5763
上传日期:2007-01-02
资源大小:239k
文件大小:1k
源码类别:

ActiveX/DCOM/ATL

开发平台:

Visual C++

  1. #if !defined(AFX_DATECOMBOBOX_H__67BA8C99_823D_11D2_8710_0040055C08D9__INCLUDED_)
  2. #define AFX_DATECOMBOBOX_H__67BA8C99_823D_11D2_8710_0040055C08D9__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // DateComboBox.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CDateComboBox window
  10. #include <afxdtctl.h>
  11. class CControlsWnd_CDataComboBox;
  12. class CDateComboBox : public CDateTimeCtrl
  13. {
  14. // Construction
  15. public:
  16. CDateComboBox();
  17. // Attributes
  18. public:
  19. // Operations
  20. public:
  21. // Overrides
  22. // ClassWizard generated virtual function overrides
  23. //{{AFX_VIRTUAL(CDateComboBox)
  24. //}}AFX_VIRTUAL
  25. // Implementation
  26. public:
  27. virtual BOOL Create(CControlsWnd_CDataComboBox* pControl);
  28. virtual ~CDateComboBox();
  29. // Generated message map functions
  30. protected:
  31. CControlsWnd_CDataComboBox* m_pControl;
  32. //{{AFX_MSG(CDateComboBox)
  33. afx_msg void OnDatetimechange(NMHDR* pNMHDR, LRESULT* pResult);
  34. //}}AFX_MSG
  35. DECLARE_MESSAGE_MAP()
  36. };
  37. /////////////////////////////////////////////////////////////////////////////
  38. //{{AFX_INSERT_LOCATION}}
  39. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  40. #endif // !defined(AFX_DATECOMBOBOX_H__67BA8C99_823D_11D2_8710_0040055C08D9__INCLUDED_)