www.pudn.com > fivesource.zip > WelcomDlg.h
// WelcomDlg.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CWelcomDlg dialog
class CWelcomDlg : public CDialog
{
// Construction
public:
CWelcomDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CWelcomDlg)
enum { IDD = IDD_DIALOG_WELCOM };
CButton m_OneCtrl;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CWelcomDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CWelcomDlg)
virtual BOOL OnInitDialog();
afx_msg void OnMouseMove(UINT nFlags, CPoint point);
afx_msg void OnLButtonUp(UINT nFlags, CPoint point);
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};