SkinSBDemoDlg.h 661 B

1234567891011121314151617181920212223242526272829303132333435
  1. // SkinSBDemoDlg.h : header file
  2. //
  3. #pragma once
  4. #include "afxcmn.h"
  5. // CSkinSBDemoDlg dialog
  6. class CSkinSBDemoDlg : public CDialog
  7. {
  8. // Construction
  9. public:
  10. CSkinSBDemoDlg(CWnd* pParent = NULL); // standard constructor
  11. // Dialog Data
  12. enum { IDD = IDD_SKINSBDEMO_DIALOG };
  13. protected:
  14. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  15. // Implementation
  16. protected:
  17. HICON m_hIcon;
  18. CBitmap m_bmScroll;
  19. CListCtrl m_ListCtrl;
  20. // Generated message map functions
  21. virtual BOOL OnInitDialog();
  22. afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
  23. afx_msg void OnPaint();
  24. afx_msg HCURSOR OnQueryDragIcon();
  25. DECLARE_MESSAGE_MAP()
  26. };