Leaked source code of windows server 2003
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.

24 lines
554 B

  1. //Copyright (c) 1997-2000 Microsoft Corporation
  2. #ifndef _INC_PGMSEBUT_H
  3. #define _INC_PGMSEBUT_H
  4. #include "pgbase.h"
  5. class CMouseButtonPg : public WizardPage
  6. {
  7. public:
  8. CMouseButtonPg(LPPROPSHEETPAGE ppsp);
  9. ~CMouseButtonPg(VOID);
  10. protected:
  11. POINT m_ptRight;
  12. POINT m_ptLeft;
  13. void UpdateControls();
  14. LRESULT OnInitDialog(HWND hwnd, WPARAM wParam, LPARAM lParam);
  15. LRESULT OnCommand(HWND hwnd, WPARAM wParam, LPARAM lParam);
  16. LRESULT OnPSN_WizNext(HWND hwnd, INT idCtl, LPPSHNOTIFY pnmh);
  17. };
  18. #endif // _INC_PGMSEBUT_H