WelcomDlg.h
上传用户:kkzhu_0
上传日期:2007-01-05
资源大小:214k
文件大小:1k
- // 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()
- };