25 lines
765 B
C
25 lines
765 B
C
|
// controls for the resize pictures dialog
|
||
|
|
||
|
#define IDR_SSHOW_EXE 100
|
||
|
|
||
|
#define DLG_RESIZEPICTURES 256
|
||
|
#define DLG_BURNWIZ_SLIDESHOW 257
|
||
|
|
||
|
#define IDC_RESIZE_SMALL 1024
|
||
|
#define IDC_RESIZE_MEDIUM 1025
|
||
|
#define IDC_RESIZE_LARGE 1026
|
||
|
|
||
|
#define IDC_BURNWIZ_BURNPICTURE 1024
|
||
|
#define IDC_BURNWIZ_BURNDATA 1025
|
||
|
|
||
|
#define IDS_BURNWIZ_SLIDESHOW_HEAD 2000
|
||
|
#define IDS_BURNWIZ_SLIDESHOW_SUB 2001
|
||
|
#define IDS_BURN_WIZTITLE 2002
|
||
|
|
||
|
#define IDS_RESIZEPICTURES 2100
|
||
|
#define IDS_RESIZESMALLSUFFIX 2101
|
||
|
#define IDS_RESIZEMEDIUMSUFFIX 2102
|
||
|
#define IDS_RESIZELARGESUFFIX 2103
|
||
|
|
||
|
#define IDC_STATIC -1
|