About.h 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  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. class CAbout : public CPropertyPage
  12. {
  13. DECLARE_DYNCREATE(CAbout)
  14. // Construction
  15. public:
  16. CAbout();
  17. ~CAbout();
  18. // Dialog Data
  19. //{{AFX_DATA(CAbout)
  20. enum { IDD = IDD_ABOUT };
  21. CHyperLink m_Link;
  22. CHyperLink m_HyperLink;
  23. CListBox m_List;
  24. //}}AFX_DATA
  25. // Overrides
  26. // ClassWizard generate virtual function overrides
  27. //{{AFX_VIRTUAL(CAbout)
  28. protected:
  29. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  30. //}}AFX_VIRTUAL
  31. // Implementation
  32. protected:
  33. CString m_csTitle;
  34. // Generated message map functions
  35. //{{AFX_MSG(CAbout)
  36. virtual BOOL OnInitDialog();
  37. //}}AFX_MSG
  38. DECLARE_MESSAGE_MAP()
  39. };
  40. //{{AFX_INSERT_LOCATION}}
  41. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  42. #endif // !defined(AFX_ABOUT_H__02A95202_4AEF_4854_9DC0_161326D7B914__INCLUDED_)