www.pudn.com > VC生成漂亮界面.zip > VCFaceDlg.h
// VCFaceDlg.h : header file
#include "StyleButton.h"
#include "HyperLink.h"
#include "ShadowText.h"
//
#if !defined(AFX_VCFACEDLG_H__B32B3970_DDF5_438D_84D5_93196F465EE3__INCLUDED_)
#define AFX_VCFACEDLG_H__B32B3970_DDF5_438D_84D5_93196F465EE3__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
/////////////////////////////////////////////////////////////////////////////
// CVCFaceDlg dialog
class CVCFaceDlg : public CDialog
{
// Construction
public:
CVCFaceDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CVCFaceDlg)
enum { IDD = IDD_VCFACE_DIALOG };
CShadowText m_Shadow;
CHyperLink m_Link;
CStyleButton m_IconButton;
CStyleButton m_FlatButton;
CStyleButton m_StyleButton;
//}}AFX_DATA
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CVCFaceDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
HICON m_hIcon;
// Generated message map functions
//{{AFX_MSG(CVCFaceDlg)
virtual BOOL OnInitDialog();
afx_msg void OnPaint();
afx_msg HCURSOR OnQueryDragIcon();
afx_msg void OnButton2();
afx_msg void OnButton1();
afx_msg void OnButton3();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_VCFACEDLG_H__B32B3970_DDF5_438D_84D5_93196F465EE3__INCLUDED_)