Windows NT 4.0 source code leak
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.

26 lines
902 B

4 years ago
  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. FONT 8, "MS Shell Dlg"
  9. BEGIN
  10. CTEXT "Microsoft Video 1 Compressor\nVersion 1.00\n\nCopyright (C) Microsoft Corp. 1990-1992\nPortions Copyright MediaVision Inc.",
  11. -1, 0, 2, 198, 44
  12. DEFPUSHBUTTON "OK", IDOK, 155, 53, 40, 14
  13. PUSHBUTTON "Cancel", IDCANCEL, 155, 68, 40, 14
  14. CONTROL "", -1, "Static", SS_BLACKRECT, 1, 48, 197, 2
  15. LTEXT "&Temporal Quality Ratio:", -1, 7, 55, 103, 8
  16. SCROLLBAR ID_SCROLL, 7, 68, 140, 11, WS_TABSTOP
  17. RTEXT "Text", ID_TEXT, 103, 55, 44, 10, NOT WS_GROUP
  18. END
  19. STRINGTABLE
  20. BEGIN
  21. IDS_DESCRIPTION, "Microsoft Video 1"
  22. IDS_NAME, "MS-CRAM"
  23. IDS_ABOUT, "About"
  24. END