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.

24 lines
765 B

  1. // controls for the resize pictures dialog
  2. #define IDR_SSHOW_EXE 100
  3. #define DLG_RESIZEPICTURES 256
  4. #define DLG_BURNWIZ_SLIDESHOW 257
  5. #define IDC_RESIZE_SMALL 1024
  6. #define IDC_RESIZE_MEDIUM 1025
  7. #define IDC_RESIZE_LARGE 1026
  8. #define IDC_BURNWIZ_BURNPICTURE 1024
  9. #define IDC_BURNWIZ_BURNDATA 1025
  10. #define IDS_BURNWIZ_SLIDESHOW_HEAD 2000
  11. #define IDS_BURNWIZ_SLIDESHOW_SUB 2001
  12. #define IDS_BURN_WIZTITLE 2002
  13. #define IDS_RESIZEPICTURES 2100
  14. #define IDS_RESIZESMALLSUFFIX 2101
  15. #define IDS_RESIZEMEDIUMSUFFIX 2102
  16. #define IDS_RESIZELARGESUFFIX 2103
  17. #define IDC_STATIC -1