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.

35 lines
843 B

  1. #define IDS_ALLFILES 185
  2. #define IDS_BADACM 186
  3. #define IDS_BADACMV 187
  4. #define IDS_RLEDECOMPRESS 188
  5. #define IDS_VIDEO 189
  6. #define IDS_AUDIO 190
  7. #define IDS_SSSTREAMD 191
  8. #define IDS_AVIFILE 192
  9. #define IDS_FFDESC 193
  10. /* - - - - - - - - */
  11. #ifdef RC_INVOKED
  12. #include <windows.h>
  13. #include "avifile.rcv"
  14. #include "aviopts.dlg"
  15. #include "avireg.h"
  16. STRINGTABLE MOVEABLE DISCARDABLE
  17. BEGIN
  18. IDS_ALLFILES "All Files (*.*)@*.*"
  19. IDS_BADACM "Choosing a wave format from this dialog requires at least version 2.0 of the Microsoft Audio Compression Manager."
  20. IDS_BADACMV "Bad MSACM Version"
  21. IDS_RLEDECOMPRESS "Microsoft RLE (Decompress)"
  22. IDS_VIDEO "Video"
  23. IDS_AUDIO "Audio"
  24. IDS_SSSTREAMD "%s %s #%d"
  25. IDS_AVIFILE "AVI Default File Handler"
  26. IDS_FFDESC "Uncompressed"
  27. END
  28. #endif
  29. /* - - - - - - - - */