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.

57 lines
1.1 KiB

  1. /*++
  2. Copyright (c) 1996 Microsoft Corporation
  3. Module Name:
  4. WizBaseD.h : header file
  5. CPropertyPage support for User mgmt wizard
  6. File History:
  7. JonY Apr-96 created
  8. --*/
  9. /////////////////////////////////////////////////////////////////////////////
  10. // CWizBaseDlg dialog
  11. class CWizBaseDlg : public CPropertyPage
  12. {
  13. DECLARE_DYNCREATE(CWizBaseDlg)
  14. // Construction
  15. public:
  16. CWizBaseDlg();
  17. CWizBaseDlg(short sIDD);
  18. ~CWizBaseDlg();
  19. public:
  20. // base class paint fn for space on left side of dialog
  21. void SetButtonAccess(short sFlags);
  22. // Dialog Data
  23. //{{AFX_DATA(CWizBaseDlg)
  24. enum { IDD = IDD_BASE_DIALOG };
  25. // NOTE - ClassWizard will add data members here.
  26. // DO NOT EDIT what you see in these blocks of generated code !
  27. //}}AFX_DATA
  28. // Overrides
  29. // ClassWizard generate virtual function overrides
  30. //{{AFX_VIRTUAL(CWizBaseDlg)
  31. protected:
  32. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  33. //}}AFX_VIRTUAL
  34. // Implementation
  35. protected:
  36. // Generated message map functions
  37. //{{AFX_MSG(CWizBaseDlg)
  38. //}}AFX_MSG
  39. DECLARE_MESSAGE_MAP()
  40. };