ScrollerTestDlg.h
上传用户:zengj883
上传日期:2013-02-03
资源大小:670k
文件大小:1k
源码类别:

源码/资料

开发平台:

C/C++

  1. // ScrollerTestDlg.h : header file
  2. //
  3. #pragma once
  4. #include "ScrollerCtrl.h"
  5. #include "TipsDialog.h"
  6. // CScrollerTestDlg dialog
  7. class CScrollerTestDlg : public CDialog
  8. {
  9. // Construction
  10. public:
  11. CScrollerTestDlg(CWnd* pParent = NULL); // standard constructor
  12. // Dialog Data
  13. enum { IDD = IDD_SCROLLERTEST_DIALOG };
  14. protected:
  15. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  16. // Implementation
  17. protected:
  18. HICON m_hIcon;
  19. CScrollerCtrl  m_scroller;
  20.    CTipsDialog    m_dlgTips;
  21. // Generated message map functions
  22. virtual BOOL OnInitDialog();
  23. afx_msg void OnPaint();
  24. afx_msg HCURSOR OnQueryDragIcon();
  25. DECLARE_MESSAGE_MAP()
  26. public:
  27. afx_msg void OnSize(UINT nType, int cx, int cy);
  28. };