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.
21 lines
721 B
21 lines
721 B
#define IDD_OPTIONS 100
|
|
#define IDC_TESTALL 101
|
|
#define IDC_TESTLIST 102
|
|
#define IDC_LOGALL 103
|
|
#define IDC_LOGTIMES 104
|
|
#define IDC_LOGFILE 105
|
|
#define IDC_GETFILE 106
|
|
#define IDC_LOGFILENAME 107
|
|
#define IDC_TESTS 109
|
|
#define ID_ITERATIONS 110
|
|
#define IDC_EXIT 111
|
|
|
|
#define IDM_MAINMENU 1001
|
|
#define IDM_TESTS_OPTIONS 1002
|
|
#define IDM_TESTS_EXECUTE 1003
|
|
#define IDM_EXIT 1004
|
|
|
|
#define IDD_SHOWTHUMBS 201
|
|
#define IDC_THUMBS 2000
|
|
|
|
#define IDI_APPICON 10
|