TestTPWDlg.h
上传用户:cuiyan8037
上传日期:2007-01-01
资源大小:215k
文件大小:1k
源码类别:
ListView/ListBox
开发平台:
Visual C++
- // TestTPWDlg.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // CTestTPWDlg dialog
- // ID of the titled picture list window.
- #define ID_WND_PICLIST 1234
- class CTestTPWDlg : public CDialog
- {
- // Construction
- public:
- CTestTPWDlg(CWnd* pParent = NULL); // standard constructor
- // Dialog Data
- //{{AFX_DATA(CTestTPWDlg)
- enum { IDD = ID_DLG_TESTTPW };
- CStatic m_picFrame;
- CString m_strMouseEvents;
- CString m_strSelectionChange;
- //}}AFX_DATA
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CTestTPWDlg)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(CTestTPWDlg)
- virtual BOOL OnInitDialog();
- afx_msg void OnSelChange(void);
- afx_msg void OnClick(void);
- afx_msg void OnRClick(void);
- afx_msg void OnDblClk(void);
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- private:
- CBitmap m_bmpPics[10]; CTitledPicsWnd * m_pWndPicList; };