TestTPWDlg.h
上传用户:cuiyan8037
上传日期:2007-01-01
资源大小:215k
文件大小:1k
源码类别:

ListView/ListBox

开发平台:

Visual C++

  1. // TestTPWDlg.h : header file
  2. //
  3. /////////////////////////////////////////////////////////////////////////////
  4. // CTestTPWDlg dialog
  5. // ID of the titled picture list window.
  6. #define ID_WND_PICLIST 1234
  7. class CTestTPWDlg : public CDialog
  8. {
  9. // Construction
  10. public:
  11. CTestTPWDlg(CWnd* pParent = NULL);   // standard constructor
  12. // Dialog Data
  13. //{{AFX_DATA(CTestTPWDlg)
  14. enum { IDD = ID_DLG_TESTTPW };
  15. CStatic m_picFrame;
  16. CString m_strMouseEvents;
  17. CString m_strSelectionChange;
  18. //}}AFX_DATA
  19. // Overrides
  20. // ClassWizard generated virtual function overrides
  21. //{{AFX_VIRTUAL(CTestTPWDlg)
  22. protected:
  23. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  24. //}}AFX_VIRTUAL
  25. // Implementation
  26. protected:
  27. // Generated message map functions
  28. //{{AFX_MSG(CTestTPWDlg)
  29. virtual BOOL OnInitDialog();
  30. afx_msg void OnSelChange(void);
  31. afx_msg void OnClick(void);
  32. afx_msg void OnRClick(void);
  33. afx_msg void OnDblClk(void);
  34. //}}AFX_MSG
  35. DECLARE_MESSAGE_MAP()
  36. private:
  37. CBitmap m_bmpPics[10]; CTitledPicsWnd * m_pWndPicList; };