14 lines
576 B
C
14 lines
576 B
C
// HelpIDs for the runtime dialog's control IDs
|
|
// for What's this help...
|
|
|
|
#define HIDC_THUMB_SIZE_THUMBBOX 0x10000
|
|
#define HIDC_THUMB_SIZE_ASPECT 0x10001
|
|
#define HIDC_THUMB_SIZE_WIDTH 0x10002
|
|
#define HIDC_THUMB_SIZE_HEIGHT 0x10003
|
|
#define HIDC_THUMB_SIZE_THUMBBOXLABEL 0x10004
|
|
#define HIDC_THUMB_SIZE_ASPECTLABEL 0x10005
|
|
#define HIDC_THUMB_SIZE_WIDTHLABEL 0x10006
|
|
#define HIDC_THUMB_SIZE_HEIGHTLABEL 0x10007
|
|
#define HIDC_THUMB_SIZE_OK 0x10008
|
|
#define HIDC_THUMB_SIZE_CANCEL 0x10009
|