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.

25 lines
844 B

  1. #include <windows.h>
  2. #include <ntverp.h>
  3. #include "resource.h"
  4. #define VER_FILETYPE VFT_DLL
  5. #define VER_FILESUBTYPE VFT2_UNKNOWN
  6. #define VER_FILEDESCRIPTION_STR "Channel Stream Delay filter"
  7. #define VER_INTERNALNAME_STR "delay.ax"
  8. #define VER_ORIGINALFILENAME_STR "delay.ax"
  9. #include "common.ver"
  10. IDD_DVDEC DIALOG DISCARDABLE 0, 0, 226, 101
  11. STYLE WS_CHILD
  12. FONT 8, "MS Shell Dlg"
  13. BEGIN
  14. GROUPBOX "Size", IDC_DISPLAY,10,30,80,80,WS_GROUP
  15. CONTROL "720x480",IDC_DEC720x480, "Button",BS_AUTORADIOBUTTON,15,40,50,10
  16. CONTROL "360x240",IDC_DEC360x240, "Button",BS_AUTORADIOBUTTON,15,55,50,10
  17. CONTROL "180x120",IDC_DEC180x120, "Button",BS_AUTORADIOBUTTON,15,70,50,10
  18. CONTROL "88x60" ,IDC_DEC88x60 , "Button",BS_AUTORADIOBUTTON,15,85,50,10
  19. END