mirror of https://github.com/lianthony/NT4.0
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.
13 lines
576 B
13 lines
576 B
// 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
|