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.

55 lines
2.0 KiB

  1. #include "resource.h"
  2. #include <windows.h>
  3. #include "commctrl.h" // for WC_LINK
  4. // registration info
  5. REGINST REGINST "selfreg.inf"
  6. IDR_SSHOW_EXE BINARY DISCARDABLE "res\\sshow.exe"
  7. DLG_RESIZEPICTURES DIALOG DISCARDABLE 0, 0, 219, 94
  8. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  9. CAPTION "Resize Pictures"
  10. FONT 8, "MS Shell Dlg"
  11. BEGIN
  12. DEFPUSHBUTTON "OK",IDOK,107,73,50,14
  13. PUSHBUTTON "Cancel",IDCANCEL,162,73,50,14
  14. LTEXT "What size would you like to make these pictures?", IDC_STATIC, 7,7,205,10
  15. CONTROL "&Small (fits in a 640 by 480 window)",IDC_RESIZE_SMALL, "Button",BS_AUTORADIOBUTTON | WS_GROUP | WS_TABSTOP, 7,23,124,10
  16. CONTROL "&Medium (fits in a 800 by 600 window)", IDC_RESIZE_MEDIUM,"Button",BS_AUTORADIOBUTTON, 7,36,132,10
  17. CONTROL "&Large (fits in a 1024 by 768 window)", IDC_RESIZE_LARGE,"Button",BS_AUTORADIOBUTTON, 7,51,129,10
  18. END
  19. DLG_BURNWIZ_SLIDESHOW DIALOGEX 0, 0, 317, 143
  20. STYLE DS_3DLOOK | DS_FIXEDSYS | WS_CHILD
  21. FONT 8, "MS Shell Dlg"
  22. BEGIN
  23. LTEXT "A picture viewer can be included on this disc so that your pictures are automatically displayed as a slide show. Do you want to include a picture viewer when your files are written to the CD?",
  24. IDC_STATIC,14,8,242,24
  25. CONTROL "Yes, &add a picture viewer",
  26. IDC_BURNWIZ_BURNPICTURE,"Button",BS_AUTORADIOBUTTON | WS_TABSTOP | BS_MULTILINE,14,53,195,10
  27. CONTROL "No, &write the pictures to the CD normally",
  28. IDC_BURNWIZ_BURNDATA,"Button",BS_AUTORADIOBUTTON | WS_TABSTOP | BS_MULTILINE,14,68,195,10
  29. END
  30. STRINGTABLE DISCARDABLE
  31. BEGIN
  32. IDS_BURNWIZ_SLIDESHOW_HEAD "Do you want to make a picture CD?"
  33. IDS_BURNWIZ_SLIDESHOW_SUB ""
  34. IDS_BURN_WIZTITLE "CD Writing Wizard"
  35. END
  36. STRINGTABLE DISCARDABLE
  37. BEGIN
  38. IDS_RESIZEPICTURES "Resize Pictures"
  39. IDS_RESIZESMALLSUFFIX " (Small)"
  40. IDS_RESIZEMEDIUMSUFFIX " (Medium)"
  41. IDS_RESIZELARGESUFFIX " (Large)"
  42. END
  43. // version information
  44. #include "resource.rcv"