www.pudn.com > IE_Style_Wizard.rar > IE_Style_WizardDlg.h
// IE_Style_WizardDlg.h : header file
//
#if !defined(AFX_IE_STYLE_WIZARDDLG_H__AB4BEEBC_200F_4855_B33D_341C35E02593__INCLUDED_)
#define AFX_IE_STYLE_WIZARDDLG_H__AB4BEEBC_200F_4855_B33D_341C35E02593__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
/////////////////////////////////////////////////////////////////////////////
// CIE_Style_WizardDlg dialog
class CIE_Style_WizardDlg : public CDialog
{
// Construction
public:
CIE_Style_WizardDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CIE_Style_WizardDlg)
enum { IDD = IDD_IE_STYLE_WIZARD_DIALOG };
// NOTE: the ClassWizard will add data members here
//}}AFX_DATA
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CIE_Style_WizardDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
HICON m_hIcon;
// Generated message map functions
//{{AFX_MSG(CIE_Style_WizardDlg)
virtual BOOL OnInitDialog();
afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
afx_msg void OnPaint();
afx_msg HCURSOR OnQueryDragIcon();
afx_msg void OnButton1();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_IE_STYLE_WIZARDDLG_H__AB4BEEBC_200F_4855_B33D_341C35E02593__INCLUDED_)