Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

54 lines
1.3 KiB

  1. //
  2. // MODULE: TSHOOTPPG.H
  3. //
  4. // PURPOSE: Declaration of the CTSHOOTPropPage property page class.
  5. //
  6. // PROJECT: Generic Troubleshooter DLL for Microsoft AnswerPoint
  7. //
  8. // COMPANY: Saltmine Creative, Inc. (206)-284-7511 [email protected]
  9. //
  10. // AUTHOR: Roman Mach
  11. //
  12. // ORIGINAL DATE: 8/7/97
  13. //
  14. // NOTES:
  15. // 1.
  16. //
  17. // Version Date By Comments
  18. //--------------------------------------------------------------------
  19. // V0.2 8/7/97 RM Local Version for Memphis
  20. // V0.3 3/24/98 JM Local Version for NT5
  21. //
  22. ////////////////////////////////////////////////////////////////////////////
  23. // CTSHOOTPropPage : See TSHOOTPpg.cpp.cpp for implementation.
  24. class CTSHOOTPropPage : public COlePropertyPage
  25. {
  26. DECLARE_DYNCREATE(CTSHOOTPropPage)
  27. DECLARE_OLECREATE_EX(CTSHOOTPropPage)
  28. // Constructor
  29. public:
  30. CTSHOOTPropPage();
  31. // Dialog Data
  32. //{{AFX_DATA(CTSHOOTPropPage)
  33. enum { IDD = IDD_PROPPAGE_TSHOOT };
  34. // NOTE - ClassWizard will add data members here.
  35. // DO NOT EDIT what you see in these blocks of generated code !
  36. //}}AFX_DATA
  37. // Implementation
  38. protected:
  39. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  40. // Message maps
  41. protected:
  42. //{{AFX_MSG(CTSHOOTPropPage)
  43. // NOTE - ClassWizard will add and remove member functions here.
  44. // DO NOT EDIT what you see in these blocks of generated code !
  45. //}}AFX_MSG
  46. DECLARE_MESSAGE_MAP()
  47. };