mirror of
https://github.com/reactos/reactos.git
synced 2024-10-30 11:35:58 +00:00
b790fafdb2
svn path=/trunk/; revision=34022
25 lines
1 KiB
C
25 lines
1 KiB
C
#define IDD_WINETESTGUI 102
|
|
#define IDD_TESTBROWSER 103
|
|
#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_CHECK2 1011
|
|
#define IDC_RUNONSTART 1011
|
|
#define IDC_STATUS 1012
|
|
#define IDC_SELECT 1020
|
|
#define IDC_TREEVIEW 1021
|
|
#define IDC_STATIC -1
|