2008-06-18 19:10:39 +00:00
|
|
|
#define IDD_WINETESTGUI 102
|
|
|
|
#define IDD_TESTBROWSER 103
|
2008-10-20 14:49:59 +00:00
|
|
|
#define IDD_OPTIONS 104
|
|
|
|
//#define IDM_ABOUT 104
|
2008-06-18 19:10:39 +00:00
|
|
|
#define IDM_EXIT 105
|
|
|
|
#define IDI_ICON 107
|
2008-06-19 08:36:17 +00:00
|
|
|
#define IDI_TESTS 108
|
2008-06-18 19:10:39 +00:00
|
|
|
#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
|
2008-10-20 14:49:59 +00:00
|
|
|
#define IDC_OPTIONS 1011
|
|
|
|
#define IDC_SELECT 1013
|
|
|
|
#define IDC_TREEVIEW 1014
|
|
|
|
|
|
|
|
#define IDC_HIDECONSOLE 1020
|
|
|
|
#define IDC_RUNONSTART 1021
|
2008-06-18 19:10:39 +00:00
|
|
|
#define IDC_STATUS 1012
|
2008-10-20 14:49:59 +00:00
|
|
|
|
2008-06-18 19:10:39 +00:00
|
|
|
#define IDC_STATIC -1
|