Reactos
at master 28 lines 1.2 kB view raw
1#define IDD_WINETESTGUI 102 2#define IDD_TESTBROWSER 103 3#define IDD_OPTIONS 104 4//#define IDM_ABOUT 104 5#define IDM_EXIT 105 6#define IDI_ICON 107 7#define IDI_TESTS 108 8#define IDC_DELETE 109 9#define IDR_MAINFRAME 128 10#define IDC_LIST 1000 11#define IDC_OUTPUT 1001 12#define IDC_TESTSELECTION 1002 13#define IDC_BROWSE 1003 14#define IDC_RUN 1004 15#define IDC_PROGRESS 1005 16#define IDC_NUMRUNS 1006 17#define IDC_NUMERRORS 1007 18#define IDC_NUMFAILURES 1008 19#define IDC_STOP 1010 20#define IDC_OPTIONS 1011 21#define IDC_SELECT 1013 22#define IDC_TREEVIEW 1014 23 24#define IDC_HIDECONSOLE 1020 25#define IDC_RUNONSTART 1021 26#define IDC_STATUS 1012 27 28#define IDC_STATIC -1