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.

43 lines
1016 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. #define IDS_STREAMNAME 100
  11. #define IDS_FILETYPE 101
  12. #define IDD_COMPRESSOPTIONS 110
  13. /* - - - - - - - - */
  14. #ifdef RC_INVOKED
  15. #include <windows.h>
  16. #include "avifile.rcv"
  17. #include "avireg.h"
  18. STRINGTABLE MOVEABLE DISCARDABLE
  19. BEGIN
  20. IDS_ALLFILES "All Files (*.*)@*.*"
  21. IDS_BADACM "Choosing a wave format from this dialog requires at least version 2.0 of the Microsoft Audio Compression Manager."
  22. IDS_BADACMV "Bad MSACM Version"
  23. IDS_RLEDECOMPRESS "Microsoft RLE (Decompress)"
  24. IDS_VIDEO "Video"
  25. IDS_AUDIO "Audio"
  26. IDS_SSSTREAMD "%s %s #%d"
  27. IDS_AVIFILE "AVI Default File Handler"
  28. IDS_FFDESC "Uncompressed"
  29. IDS_STREAMNAME "Microsoft Waveform: %s"
  30. IDS_FILETYPE "Microsoft Waveform"
  31. END
  32. #endif
  33. #include "aviopts.dlg"
  34. /* - - - - - - - - */