mirror of
https://github.com/reactos/reactos.git
synced 2024-11-01 04:11:30 +00:00
29 lines
1.1 KiB
C
29 lines
1.1 KiB
C
#define IDD_WINETESTGUI 102
|
|
#define IDD_TESTBROWSER 103
|
|
#define IDD_OPTIONS 104
|
|
//#define IDM_ABOUT 104
|
|
#define IDM_EXIT 105
|
|
#define IDI_ICON 107
|
|
#define IDI_TESTS 108
|
|
#define IDC_DELETE 109
|
|
#define IDR_MAINFRAME 128
|
|
#define IDC_LIST 1000
|
|
#define IDC_OUTPUT 1001
|
|
#define IDC_TESTSELECTION 1002
|
|
#define IDC_BROWSE 1003
|
|
#define IDC_RUN 1004
|
|
#define IDC_PROGRESS 1005
|
|
#define IDC_NUMRUNS 1006
|
|
#define IDC_NUMERRORS 1007
|
|
#define IDC_NUMFAILURES 1008
|
|
#define IDC_STOP 1010
|
|
#define IDC_OPTIONS 1011
|
|
#define IDC_SELECT 1013
|
|
#define IDC_TREEVIEW 1014
|
|
|
|
#define IDC_HIDECONSOLE 1020
|
|
#define IDC_RUNONSTART 1021
|
|
#define IDC_STATUS 1012
|
|
|
|
#define IDC_STATIC -1
|