AboutDlg.h
上传用户:geanq888
上传日期:2007-01-03
资源大小:316k
文件大小:1k
源码类别:

Ftp客户端

开发平台:

Visual C++

  1. #if !defined(AFX_ABOUTDLG_H__A959D363_FF86_11D1_BFD5_BB0577C9544A__INCLUDED_)
  2. #define AFX_ABOUTDLG_H__A959D363_FF86_11D1_BFD5_BB0577C9544A__INCLUDED_
  3. #if _MSC_VER >= 1000
  4. #pragma once
  5. #endif // _MSC_VER >= 1000
  6. // AboutDlg.h : header file
  7. //
  8. #include "StatLink.h"
  9. /////////////////////////////////////////////////////////////////////////////
  10. // CAboutDlg dialog
  11. class CAboutDlg : public CDialog
  12. {
  13. // Construction
  14. public:
  15. CAboutDlg(CWnd* pParent = NULL);   // standard constructor
  16. // Dialog Data
  17. //{{AFX_DATA(CAboutDlg)
  18. enum { IDD = IDD_ABOUT };
  19. // NOTE: the ClassWizard will add data members here
  20. //}}AFX_DATA
  21. CStaticLink m_wndLink1;
  22. CStaticLink m_wndLink2;
  23. CStaticLink m_wndLink3;
  24. // Overrides
  25. // ClassWizard generated virtual function overrides
  26. //{{AFX_VIRTUAL(CAboutDlg)
  27. protected:
  28. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  29. //}}AFX_VIRTUAL
  30. // Implementation
  31. protected:
  32. // Generated message map functions
  33. //{{AFX_MSG(CAboutDlg)
  34. virtual BOOL OnInitDialog();
  35. //}}AFX_MSG
  36. DECLARE_MESSAGE_MAP()
  37. };
  38. //{{AFX_INSERT_LOCATION}}
  39. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  40. #endif // !defined(AFX_ABOUTDLG_H__A959D363_FF86_11D1_BFD5_BB0577C9544A__INCLUDED_)