WelcomeDlg.h
资源名称:FTP总集.rar [点击查看]
上传用户:tjfeida
上传日期:2013-03-10
资源大小:1917k
文件大小:2k
源码类别:
Ftp客户端
开发平台:
Visual C++
- #if !defined(AFX_WELCOMEDLG_H__DE704065_BFB4_41FB_92A3_3FF071A18FD1__INCLUDED_)
- #define AFX_WELCOMEDLG_H__DE704065_BFB4_41FB_92A3_3FF071A18FD1__INCLUDED_
- /*********************************************
- **该文件是属于WolfFTP工程中的。如果有什么问题
- **请联系
- ** tablejiang@21cn.com
- **或者访问
- ** http://wolfftp.51.net
- **以得到最新的支持。
- *********************************************/
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // WelcomeDlg.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // CWelcomeDlg dialog
- class CWelcomeDlg : public CDialog
- {
- // Construction
- public:
- CWelcomeDlg(CWnd* pParent = NULL); // standard constructor
- // Dialog Data
- //{{AFX_DATA(CWelcomeDlg)
- enum { IDD = IDD_DIALOG_WELCOME };
- // NOTE: the ClassWizard will add data members here
- //}}AFX_DATA
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CWelcomeDlg)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(CWelcomeDlg)
- virtual void OnOK();
- virtual void OnCancel();
- afx_msg void OnTimer(UINT nIDEvent);
- virtual BOOL OnInitDialog();
- afx_msg void OnLButtonDown(UINT nFlags, CPoint point);
- afx_msg BOOL OnEraseBkgnd(CDC* pDC);
- afx_msg void OnDestroy();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- protected:
- CBitmap m_BackBmp ;
- int m_iHeight ;
- int m_iWidth ;
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_WELCOMEDLG_H__DE704065_BFB4_41FB_92A3_3FF071A18FD1__INCLUDED_)