Source code of Windows XP (NT5)
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.

47 lines
1.8 KiB

  1. /****************************************************************************
  2. *
  3. * AVIOPTS.DLG
  4. *
  5. * dialog resource for the AVISaveOptions() function
  6. *
  7. * include this file in you RC file.
  8. *
  9. * Copyright (c) 1992 Microsoft Corporation. All Rights Reserved.
  10. *
  11. * You have a royalty-free right to use, modify, reproduce and
  12. * distribute the Sample Files (and/or any modified version) in
  13. * any way you find useful, provided that you agree that
  14. * Microsoft has no warranty obligations or liability for any
  15. * Sample Application Files which are modified.
  16. *
  17. ***************************************************************************/
  18. #define IDC_intINTERLEAVE 110
  19. #define IDC_intINTERLEAVEEDIT 111
  20. #define IDC_intINTERLEAVETEXT 112
  21. #define IDC_intCHOOSESTREAM 113
  22. #define IDC_intOPTIONS 114
  23. #define IDC_intFORMAT 115
  24. #ifdef RC_INVOKED
  25. IDD_COMPRESSOPTIONS DIALOG 43, 37, 195, 82
  26. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  27. CAPTION "Compression Options"
  28. FONT 8, "MS Shell Dlg"
  29. BEGIN
  30. LTEXT "&Choose a stream...", -1, 2, 5, 65, 10
  31. COMBOBOX IDC_intCHOOSESTREAM, 2, 18, 134, 61, CBS_DROPDOWNLIST |
  32. WS_VSCROLL | WS_TABSTOP
  33. PUSHBUTTON "&Options...", IDC_intOPTIONS, 145, 17, 44, 14
  34. CONTROL "I&nterleave every", IDC_intINTERLEAVE, "Button",
  35. BS_AUTOCHECKBOX | WS_TABSTOP, 3, 42, 68, 11
  36. EDITTEXT IDC_intINTERLEAVEEDIT, 74, 41, 32, 12, ES_AUTOHSCROLL
  37. LTEXT "Frames", IDC_intINTERLEAVETEXT, 112, 43, 30, 9
  38. LTEXT "Current Format:", -1, 3, 56, 52, 9
  39. LTEXT "This space for rent", IDC_intFORMAT, 55, 56, 90, 26
  40. DEFPUSHBUTTON "OK", IDOK, 147, 42, 40, 14
  41. PUSHBUTTON "Cancel", IDCANCEL, 147, 61, 40, 14
  42. END
  43. #endif // RC_INVOKED