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.

16 lines
407 B

  1. //
  2. // CUIRES.RC
  3. //
  4. // This file is included by module's RC file.
  5. //
  6. STRINGTABLE MOVEABLE DISCARDABLE
  7. BEGIN
  8. CUI_IDS_OK, "OK"
  9. CUI_IDS_CANCEL, "Cancel"
  10. CUI_IDS_ABORT, "&Abort"
  11. CUI_IDS_RETRY, "&Retry"
  12. CUI_IDS_IGNORE, "&Ignore"
  13. CUI_IDS_YES, "&Yes"
  14. CUI_IDS_NO, "&No"
  15. END