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.

56 lines
1.1 KiB

  1. // gopgenp1.h : header file
  2. //
  3. enum Gop_NUM_REG_ENTRIES {
  4. GopPage_EnableSvcLoc,
  5. GopPage_LogAnonymous,
  6. GopPage_CheckForWAISDB,
  7. GopPage_TotalNumRegEntries
  8. };
  9. /////////////////////////////////////////////////////////////////////////////
  10. // CGOPGENP1 dialog
  11. class CGOPGENP1 : public CGenPage
  12. {
  13. DECLARE_DYNCREATE(CGOPGENP1)
  14. // Construction
  15. public:
  16. CGOPGENP1();
  17. ~CGOPGENP1();
  18. // Dialog Data
  19. //{{AFX_DATA(CGOPGENP1)
  20. enum { IDD = IDD_GOPHERGENPAGE1 };
  21. CButton m_cboxLogAnon;
  22. CButton m_cboxEnWais;
  23. CButton m_cboxEnSvcLoc;
  24. //}}AFX_DATA
  25. // Overrides
  26. // ClassWizard generate virtual function overrides
  27. //{{AFX_VIRTUAL(CGOPGENP1)
  28. protected:
  29. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  30. virtual void SaveInfo(void);
  31. //}}AFX_VIRTUAL
  32. // Implementation
  33. protected:
  34. // Generated message map functions
  35. //{{AFX_MSG(CGOPGENP1)
  36. afx_msg void OnEnsvclocdata1();
  37. afx_msg void OnEnwaisdata1();
  38. afx_msg void OnLoganondata1();
  39. virtual BOOL OnInitDialog();
  40. //}}AFX_MSG
  41. NUM_REG_ENTRY m_binNumericRegistryEntries[GopPage_TotalNumRegEntries];
  42. DECLARE_MESSAGE_MAP()
  43. };