SkinListDlg.h
资源名称:SkinList.zip [点击查看]
上传用户:sgmlaoniu
上传日期:2022-06-15
资源大小:28k
文件大小:1k
源码类别:
ListView/ListBox
开发平台:
Visual C++
- // SkinListDlg.h : header file
- //
- #if !defined(AFX_SKINLISTDLG_H__526E3261_90F4_4C3C_8FFD_C77EEE12FAF3__INCLUDED_)
- #define AFX_SKINLISTDLG_H__526E3261_90F4_4C3C_8FFD_C77EEE12FAF3__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- #include "SkinListCtrl.h"
- /////////////////////////////////////////////////////////////////////////////
- // CSkinListDlg dialog
- class CSkinListDlg : public CDialog
- {
- // Construction
- public:
- CSkinListDlg(CWnd* pParent = NULL); // standard constructor
- CFont font;
- // Dialog Data
- //{{AFX_DATA(CSkinListDlg)
- enum { IDD = IDD_SKINLIST_DIALOG };
- CSkinListCtrl m_SkinList;
- //}}AFX_DATA
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CSkinListDlg)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- HICON m_hIcon;
- // Generated message map functions
- //{{AFX_MSG(CSkinListDlg)
- virtual BOOL OnInitDialog();
- afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
- afx_msg void OnPaint();
- afx_msg HCURSOR OnQueryDragIcon();
- afx_msg void OnEndtrackSkinList(NMHDR* pNMHDR, LRESULT* pResult);
- afx_msg void OnSize(UINT nType, int cx, int cy);
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_SKINLISTDLG_H__526E3261_90F4_4C3C_8FFD_C77EEE12FAF3__INCLUDED_)