www.pudn.com > SkinDemo.rar > SkinDlg.h
// SkinDlg.h : header file
//
#if !defined(AFX_SKINDLG_H__E190109D_93EB_4B23_8397_F697E98BFFCB__INCLUDED_)
#define AFX_SKINDLG_H__E190109D_93EB_4B23_8397_F697E98BFFCB__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
/////////////////////////////////////////////////////////////////////////////
// CSkinDlg dialog
class CSkinDlg : public CDialog
{
// Construction
public:
CSkinDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CSkinDlg)
enum { IDD = IDD_SKIN_DIALOG };
//}}AFX_DATA
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CSkinDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
virtual LRESULT DefWindowProc(UINT message, WPARAM wParam, LPARAM lParam);
//}}AFX_VIRTUAL
// Implementation
protected:
HICON m_hIcon;
// Generated message map functions
//{{AFX_MSG(CSkinDlg)
virtual BOOL OnInitDialog();
afx_msg void OnPaint();
afx_msg HCURSOR OnQueryDragIcon();
afx_msg void OnButtonClear();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_SKINDLG_H__E190109D_93EB_4B23_8397_F697E98BFFCB__INCLUDED_)