propzonelaunch.h 1.4 KB

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