About.h 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. #if !defined(AFX_ABOUT_H__02A95202_4AEF_4854_9DC0_161326D7B914__INCLUDED_)
  2. #define AFX_ABOUT_H__02A95202_4AEF_4854_9DC0_161326D7B914__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // About.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CAbout dialog
  10. #include "hyperlink.h"
  11. #include "HListBox.h"
  12. class CAbout : public CPropertyPage
  13. {
  14. DECLARE_DYNCREATE(CAbout)
  15. // Construction
  16. public:
  17. CAbout();
  18. ~CAbout();
  19. // Dialog Data
  20. //{{AFX_DATA(CAbout)
  21. enum { IDD = IDD_ABOUT };
  22. CHyperLink m_Link;
  23. CHyperLink m_HyperLink;
  24. CHListBox m_List;
  25. //}}AFX_DATA
  26. // Overrides
  27. // ClassWizard generate virtual function overrides
  28. //{{AFX_VIRTUAL(CAbout)
  29. protected:
  30. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  31. //}}AFX_VIRTUAL
  32. // Implementation
  33. protected:
  34. CString m_csTitle;
  35. // Generated message map functions
  36. //{{AFX_MSG(CAbout)
  37. virtual BOOL OnInitDialog();
  38. //}}AFX_MSG
  39. DECLARE_MESSAGE_MAP()
  40. };
  41. //{{AFX_INSERT_LOCATION}}
  42. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  43. #endif // !defined(AFX_ABOUT_H__02A95202_4AEF_4854_9DC0_161326D7B914__INCLUDED_)