SQLServerDataProviderView.h
上传用户:szled88
上传日期:2015-04-09
资源大小:43957k
文件大小:2k
源码类别:

对话框与窗口

开发平台:

Visual C++

  1. // SQLServerDataProviderView.h : interface of the CSQLServerDataProviderView class
  2. //
  3. /////////////////////////////////////////////////////////////////////////////
  4. #if !defined(AFX_SQLSERVERDATAPROVIDERVIEW_H__8FE5799D_0E4B_494B_8CE9_6049C38FA1CA__INCLUDED_)
  5. #define AFX_SQLSERVERDATAPROVIDERVIEW_H__8FE5799D_0E4B_494B_8CE9_6049C38FA1CA__INCLUDED_
  6. #if _MSC_VER > 1000
  7. #pragma once
  8. #endif // _MSC_VER > 1000
  9. class CSQLServerDataProviderView : public CXTPCalendarControlView
  10. {
  11. protected: // create from serialization only
  12. CSQLServerDataProviderView();
  13. DECLARE_DYNCREATE(CSQLServerDataProviderView)
  14. // Attributes
  15. public:
  16. CSQLServerDataProviderDoc* GetDocument();
  17. CXTPDatePickerControl m_wndDatePicker;
  18. CXTPCalendarController m_CalendarController;
  19. // Operations
  20. public:
  21. // Overrides
  22. // ClassWizard generated virtual function overrides
  23. //{{AFX_VIRTUAL(CSQLServerDataProviderView)
  24. public:
  25. virtual void OnDraw(CDC* pDC);  // overridden to draw this view
  26. virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
  27. virtual void OnInitialUpdate();
  28. protected:
  29. virtual void OnUpdate(CView* pSender, LPARAM lHint, CObject* pHint);
  30. afx_msg void OnCalendarViewDay();
  31. afx_msg void OnCalendarViewWorkWeek();
  32. afx_msg void OnCalendarViewWeek();
  33. afx_msg void OnCalendarViewMonth();
  34. afx_msg void OnUpdateCalendarViewDay(CCmdUI* pCmdUI);
  35. afx_msg void OnUpdateCalendarViewWorkWeek(CCmdUI* pCmdUI);
  36. afx_msg void OnUpdateCalendarViewWeek(CCmdUI* pCmdUI);
  37. afx_msg void OnUpdateCalendarViewMonth(CCmdUI* pCmdUI);
  38. //}}AFX_VIRTUAL
  39. // Implementation
  40. public:
  41. virtual ~CSQLServerDataProviderView();
  42. #ifdef _DEBUG
  43. virtual void AssertValid() const;
  44. virtual void Dump(CDumpContext& dc) const;
  45. #endif
  46. protected:
  47. // Generated message map functions
  48. protected:
  49. //{{AFX_MSG(CSQLServerDataProviderView)
  50. // NOTE - the ClassWizard will add and remove member functions here.
  51. //    DO NOT EDIT what you see in these blocks of generated code !
  52. //}}AFX_MSG
  53. DECLARE_MESSAGE_MAP()
  54. };
  55. #ifndef _DEBUG  // debug version in SQLServerDataProviderView.cpp
  56. inline CSQLServerDataProviderDoc* CSQLServerDataProviderView::GetDocument()
  57.    { return (CSQLServerDataProviderDoc*)m_pDocument; }
  58. #endif
  59. /////////////////////////////////////////////////////////////////////////////
  60. //{{AFX_INSERT_LOCATION}}
  61. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  62. #endif // !defined(AFX_SQLSERVERDATAPROVIDERVIEW_H__8FE5799D_0E4B_494B_8CE9_6049C38FA1CA__INCLUDED_)