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.

25 lines
902 B

  1. #include <windows.h>
  2. #include "msvidc.h"
  3. #include "msvidc.rcv"
  4. CONFIGURE DIALOG 20, 24, 198, 85
  5. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  6. CAPTION "Configure"
  7. FONT 8, "MS Sans Serif"
  8. BEGIN
  9. CTEXT "Microsoft Video 1 Compressor\nVersion 1.00\n\nCopyright (C) Microsoft Corp. 1990-1992\nPortions Copyright MediaVision Inc.",
  10. -1, 0, 2, 198, 44
  11. DEFPUSHBUTTON "OK", IDOK, 155, 53, 40, 14
  12. PUSHBUTTON "Cancel", IDCANCEL, 155, 68, 40, 14
  13. CONTROL "", -1, "Static", SS_BLACKRECT, 1, 48, 197, 2
  14. LTEXT "&Temporal Quality Ratio:", -1, 7, 55, 103, 8
  15. SCROLLBAR ID_SCROLL, 7, 68, 140, 11, WS_TABSTOP
  16. RTEXT "Text", ID_TEXT, 103, 55, 44, 10, NOT WS_GROUP
  17. END
  18. STRINGTABLE
  19. BEGIN
  20. IDS_DESCRIPTION, "Microsoft Video 1"
  21. IDS_NAME, "MS-CRAM"
  22. IDS_ABOUT, "About"
  23. END