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.

64 lines
1.6 KiB

  1. #if !defined(AFX_PROPPAGEGENERAL_H__617991BA_50EF_4DA1_8BAE_0A593EA0BE73__INCLUDED_)
  2. #define AFX_PROPPAGEGENERAL_H__617991BA_50EF_4DA1_8BAE_0A593EA0BE73__INCLUDED_
  3. #include "emsvc.h" // Added by ClassView
  4. #if _MSC_VER > 1000
  5. #pragma once
  6. #endif // _MSC_VER > 1000
  7. // PropPageGeneral.h : header file
  8. //
  9. /////////////////////////////////////////////////////////////////////////////
  10. // CPropPageGeneral dialog
  11. class CPropPageGeneral : public CPropertyPage
  12. {
  13. DECLARE_DYNCREATE(CPropPageGeneral)
  14. // Construction
  15. public:
  16. PEmObject m_pEmObject;
  17. CPropPageGeneral();
  18. ~CPropPageGeneral();
  19. // Dialog Data
  20. //{{AFX_DATA(CPropPageGeneral)
  21. enum { IDD = IDD_PROPPAGE_GENERAL };
  22. CStatic m_ctrlHRLabel;
  23. CStatic m_ctrlszBucket1Label;
  24. CStatic m_ctrldwBucket1Label;
  25. CStatic m_ctrlGUIDLabel;
  26. CString m_strdwBucket1;
  27. CString m_strName;
  28. CString m_strszBucket1;
  29. CString m_strGUID;
  30. CString m_strHR;
  31. CString m_strPID;
  32. CString m_strType;
  33. CString m_strEndDate;
  34. CString m_strStartDate;
  35. CString m_strStatus;
  36. //}}AFX_DATA
  37. // Overrides
  38. // ClassWizard generate virtual function overrides
  39. //{{AFX_VIRTUAL(CPropPageGeneral)
  40. protected:
  41. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  42. //}}AFX_VIRTUAL
  43. // Implementation
  44. protected:
  45. // Generated message map functions
  46. //{{AFX_MSG(CPropPageGeneral)
  47. virtual BOOL OnInitDialog();
  48. //}}AFX_MSG
  49. DECLARE_MESSAGE_MAP()
  50. };
  51. //{{AFX_INSERT_LOCATION}}
  52. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  53. #endif // !defined(AFX_PROPPAGEGENERAL_H__617991BA_50EF_4DA1_8BAE_0A593EA0BE73__INCLUDED_)