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.

39 lines
1.2 KiB

  1. //Copyright (c) 1998 - 1999 Microsoft Corporation
  2. /*******************************************************************************
  3. *
  4. * resource.h
  5. *
  6. * WINUTILS commmon resource file defines
  7. *
  8. * Note: resource.h and common.rc are not intended to be RC compiled by this
  9. * tree but will be included by the WINUTILS apps which will use
  10. * COMMON.LIB.
  11. *
  12. * copyright notice: Copyright 1996, Citrix Systems Inc.
  13. *
  14. * $Author: butchd $ Butch Davis
  15. *
  16. * $Log: N:\NT\PRIVATE\UTILS\CITRIX\WINUTILS\COMMON\VCS\RESOURCE.H $
  17. *
  18. * Rev 1.10 20 Sep 1996 20:35:42 butchd
  19. * update
  20. *
  21. *******************************************************************************/
  22. //#define IDS_TOO_MANY_ROWS 0x4000
  23. #ifndef IDS_BASEWIZ_BACK
  24. #define IDS_BASEWIZ_BACK 0x4001
  25. #define IDS_BASEWIZ_NEXT 0x4002
  26. #define IDS_BASEWIZ_FINISH 0x4003
  27. #define IDS_BASEPROP_OK 0x4004
  28. #define IDS_BASEPROP_CANCEL 0x4005
  29. #define IDS_BASEPROP_APPLY 0x4006
  30. #define IDS_BASEPROP_HELP 0x4007
  31. #define IDS_BASEPROP_CLOSE 0x4008
  32. #endif
  33. #ifndef IDP_CONFIRM_SHEET_CLOSE
  34. #define IDP_CONFIRM_SHEET_CLOSE 0x4100
  35. #endif