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.

42 lines
1.3 KiB

  1. //Copyright (c) 1998 - 1999 Microsoft Corporation
  2. /*******************************************************************************
  3. *
  4. * common.rc
  5. *
  6. * WINUTILS commmon resource file (non-AppStudio editable)
  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\COMMON.RC $
  17. *
  18. * Rev 1.9 20 Sep 1996 20:35:36 butchd
  19. * update
  20. *
  21. *******************************************************************************/
  22. #include "rescom.h"
  23. STRINGTABLE DISCARDABLE
  24. BEGIN
  25. IDS_TOO_MANY_ROWS "<<Maximum row limit exceeded. Cannot display more rows in this view>>"
  26. IDS_BASEWIZ_BACK "< &Back"
  27. IDS_BASEWIZ_NEXT "Next >"
  28. IDS_BASEWIZ_FINISH "Finish"
  29. IDS_BASEPROP_OK "OK"
  30. IDS_BASEPROP_CANCEL "Cancel"
  31. IDS_BASEPROP_APPLY "Apply"
  32. IDS_BASEPROP_HELP "Help"
  33. IDS_BASEPROP_CLOSE "Close"
  34. END
  35. STRINGTABLE DISCARDABLE
  36. BEGIN
  37. IDP_CONFIRM_SHEET_CLOSE "You have changes that have not been applied.\nDo you wish to apply these now?"
  38. END