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.

45 lines
1.3 KiB

  1. //+---------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation 1996-2001.
  5. //
  6. // File: lnumber.h
  7. //
  8. // Contents: definition of CLocalPolNumber
  9. //
  10. //----------------------------------------------------------------------------
  11. #if !defined(AFX_LNUMBER_H__2B949F0D_4F4D_11D2_ABC8_00C04FB6C6FA__INCLUDED_)
  12. #define AFX_LNUMBER_H__2B949F0D_4F4D_11D2_ABC8_00C04FB6C6FA__INCLUDED_
  13. #if _MSC_VER > 1000
  14. #pragma once
  15. #endif // _MSC_VER > 1000
  16. #include "cnumber.h"
  17. /////////////////////////////////////////////////////////////////////////////
  18. // CLocalPolNumber dialog
  19. class CLocalPolNumber : public CConfigNumber
  20. {
  21. // Construction
  22. public:
  23. CLocalPolNumber(); // standard constructor
  24. // Dialog Data
  25. //{{AFX_DATA(CLocalPolNumber)
  26. enum { IDD = IDD_LOCALPOL_NUMBER };
  27. //}}AFX_DATA
  28. // Implementation
  29. protected:
  30. // Generated message map functions
  31. //{{AFX_MSG(CLocalPolNumber)
  32. virtual BOOL OnApply();
  33. //}}AFX_MSG
  34. };
  35. //{{AFX_INSERT_LOCATION}}
  36. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  37. #endif // !defined(AFX_LNUMBER_H__2B949F0D_4F4D_11D2_ABC8_00C04FB6C6FA__INCLUDED_)