WelcomeDlg.h
上传用户:tjfeida
上传日期:2013-03-10
资源大小:1917k
文件大小:2k
源码类别:

Ftp客户端

开发平台:

Visual C++

  1. #if !defined(AFX_WELCOMEDLG_H__DE704065_BFB4_41FB_92A3_3FF071A18FD1__INCLUDED_)
  2. #define AFX_WELCOMEDLG_H__DE704065_BFB4_41FB_92A3_3FF071A18FD1__INCLUDED_
  3. /*********************************************
  4. **该文件是属于WolfFTP工程中的。如果有什么问题
  5. **请联系
  6. **         tablejiang@21cn.com
  7. **或者访问
  8. **         http://wolfftp.51.net
  9. **以得到最新的支持。
  10. *********************************************/
  11. #if _MSC_VER > 1000
  12. #pragma once
  13. #endif // _MSC_VER > 1000
  14. // WelcomeDlg.h : header file
  15. //
  16. /////////////////////////////////////////////////////////////////////////////
  17. // CWelcomeDlg dialog
  18. class CWelcomeDlg : public CDialog
  19. {
  20. // Construction
  21. public:
  22. CWelcomeDlg(CWnd* pParent = NULL);   // standard constructor
  23. // Dialog Data
  24. //{{AFX_DATA(CWelcomeDlg)
  25. enum { IDD = IDD_DIALOG_WELCOME };
  26. // NOTE: the ClassWizard will add data members here
  27. //}}AFX_DATA
  28. // Overrides
  29. // ClassWizard generated virtual function overrides
  30. //{{AFX_VIRTUAL(CWelcomeDlg)
  31. protected:
  32. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  33. //}}AFX_VIRTUAL
  34. // Implementation
  35. protected:
  36. // Generated message map functions
  37. //{{AFX_MSG(CWelcomeDlg)
  38. virtual void OnOK();
  39. virtual void OnCancel();
  40. afx_msg void OnTimer(UINT nIDEvent);
  41. virtual BOOL OnInitDialog();
  42. afx_msg void OnLButtonDown(UINT nFlags, CPoint point);
  43. afx_msg BOOL OnEraseBkgnd(CDC* pDC);
  44. afx_msg void OnDestroy();
  45. //}}AFX_MSG
  46. DECLARE_MESSAGE_MAP()
  47. protected:
  48. CBitmap m_BackBmp ;
  49. int m_iHeight ;
  50. int m_iWidth ;
  51. };
  52. //{{AFX_INSERT_LOCATION}}
  53. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  54. #endif // !defined(AFX_WELCOMEDLG_H__DE704065_BFB4_41FB_92A3_3FF071A18FD1__INCLUDED_)