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.

49 lines
990 B

  1. // gopadvp1.h : header file
  2. //
  3. enum ADV_GOP_NUM_REG_ENTRIES {
  4. AdvGopPage_DebugFlags,
  5. AdvGopPage_TotalNumRegEntries
  6. };
  7. /////////////////////////////////////////////////////////////////////////////
  8. // CGOPADVP1 dialog
  9. class CGOPADVP1 : public CGenPage
  10. {
  11. DECLARE_DYNCREATE(CGOPADVP1)
  12. // Construction
  13. public:
  14. CGOPADVP1();
  15. ~CGOPADVP1();
  16. // Dialog Data
  17. //{{AFX_DATA(CGOPADVP1)
  18. enum { IDD = IDD_GOPADVPAGE1 };
  19. CEdit m_editGopDbgFlags;
  20. DWORD m_ulGopDbgFlags;
  21. //}}AFX_DATA
  22. // Overrides
  23. // ClassWizard generated virtual function overrides
  24. //{{AFX_VIRTUAL(CGOPADVP1)
  25. protected:
  26. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  27. virtual void SaveInfo(void);
  28. //}}AFX_VIRTUAL
  29. // Implementation
  30. protected:
  31. // Generated message map functions
  32. //{{AFX_MSG(CGOPADVP1)
  33. afx_msg void OnChangeGopdbgflagsdata1();
  34. virtual BOOL OnInitDialog();
  35. //}}AFX_MSG
  36. NUM_REG_ENTRY m_binNumericRegistryEntries[AdvGopPage_TotalNumRegEntries];
  37. DECLARE_MESSAGE_MAP()
  38. };