Windows NT 4.0 source code leak
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.

47 lines
1.2 KiB

4 years ago
  1. /************************************************************************
  2. * *
  3. * PAGEWIND.H *
  4. * *
  5. * Copyright (C) Microsoft Corporation 1995 *
  6. * All Rights reserved. *
  7. * *
  8. ************************************************************************/
  9. #ifndef __WINPG_H__
  10. #include "winpg.h"
  11. #endif
  12. /////////////////////////////////////////////////////////////////////////////
  13. // CPageWind dialog
  14. class CPageWind : public CWindowsPage
  15. {
  16. public:
  17. CPageWind(CPropWindows *pOwner);
  18. protected:
  19. virtual void InitializeControls(void);
  20. virtual void SaveAndValidate(CDataExchange *pDX = NULL);
  21. virtual const DWORD* GetHelpIDs();
  22. // The following sections are ClassWizard maintained
  23. public:
  24. //{{AFX_DATA(CPageWind)
  25. enum { IDD = IDD_PAGE_WINDOW };
  26. // NOTE - ClassWizard will add data members here.
  27. // DO NOT EDIT what you see in these blocks of generated code !
  28. //}}AFX_DATA
  29. protected:
  30. // Generated message map functions
  31. //{{AFX_MSG(CPageWind)
  32. afx_msg void OnButtonAddWindow();
  33. afx_msg void OnButtonRemoveWindow();
  34. afx_msg void OnButtonIncludeWindow();
  35. afx_msg void OnCheckAutosize();
  36. afx_msg void OnCheckMaximize();
  37. //}}AFX_MSG
  38. DECLARE_MESSAGE_MAP()
  39. };