ScrollerTestDlg.h
上传用户:zengj883
上传日期:2013-02-03
资源大小:670k
文件大小:1k
- // ScrollerTestDlg.h : header file
- //
- #pragma once
- #include "ScrollerCtrl.h"
- #include "TipsDialog.h"
- // CScrollerTestDlg dialog
- class CScrollerTestDlg : public CDialog
- {
- // Construction
- public:
- CScrollerTestDlg(CWnd* pParent = NULL); // standard constructor
- // Dialog Data
- enum { IDD = IDD_SCROLLERTEST_DIALOG };
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- // Implementation
- protected:
- HICON m_hIcon;
- CScrollerCtrl m_scroller;
- CTipsDialog m_dlgTips;
- // Generated message map functions
- virtual BOOL OnInitDialog();
- afx_msg void OnPaint();
- afx_msg HCURSOR OnQueryDragIcon();
- DECLARE_MESSAGE_MAP()
- public:
- afx_msg void OnSize(UINT nType, int cx, int cy);
- };