mirror of https://github.com/tongzx/nt5src
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
24 lines
765 B
// 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
|