DlgSections.h
资源名称:Skinload.rar [点击查看]
上传用户:tjjuxin
上传日期:2021-06-01
资源大小:3552k
文件大小:1k
源码类别:
Shell编程
开发平台:
Visual C++
- #if !defined(AFX_DLGSECTIONS_H__24BC90F3_5905_4F70_8BDB_100F1907E4D5__INCLUDED_)
- #define AFX_DLGSECTIONS_H__24BC90F3_5905_4F70_8BDB_100F1907E4D5__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // DlgSections.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // CDlgSections dialog
- class CDlgSections : public CDialog
- {
- // Construction
- public:
- CDlgSections(CWnd* pParent = NULL, char *pImage = NULL); // standard constructor
- // Dialog Data
- //{{AFX_DATA(CDlgSections)
- enum { IDD = IDD_DLG_SECTION_LIST };
- CListCtrl m_list;
- //}}AFX_DATA
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CDlgSections)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- private:
- char *m_pImage;
- void GetSections(char *pImage);
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(CDlgSections)
- virtual BOOL OnInitDialog();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_DLGSECTIONS_H__24BC90F3_5905_4F70_8BDB_100F1907E4D5__INCLUDED_)