AboutDlg.h 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. #if !defined(AFX_ABOUTDLG_H__56E3A5D1_3A45_11D6_AB38_00D0B70C3D79__INCLUDED_)
  2. #define AFX_ABOUTDLG_H__56E3A5D1_3A45_11D6_AB38_00D0B70C3D79__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. #include "StarWarsCtrl.h"
  7. class CAboutDlg : public CDialog
  8. {
  9. // Construction
  10. public:
  11. CAboutDlg(CWnd* pParent = NULL); // standard constructor
  12. // Dialog Data
  13. //{{AFX_DATA(CAboutDlg)
  14. enum { IDD = IDD_ABOUT };
  15. CStarWarsCtrl m_StarWarsCtrl;
  16. //}}AFX_DATA
  17. // Overrides
  18. // ClassWizard generated virtual function overrides
  19. //{{AFX_VIRTUAL(CAboutDlg)
  20. protected:
  21. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  22. //}}AFX_VIRTUAL
  23. // Implementation
  24. protected:
  25. // Generated message map functions
  26. //{{AFX_MSG(CAboutDlg)
  27. // NOTE: the ClassWizard will add member functions here
  28. //}}AFX_MSG
  29. DECLARE_MESSAGE_MAP()
  30. };
  31. //{{AFX_INSERT_LOCATION}}
  32. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  33. #endif // !defined(AFX_ABOUTDLG_H__56E3A5D1_3A45_11D6_AB38_00D0B70C3D79__INCLUDED_)