reactos/rostests/winetests/GUI/resource.h
Ged Murphy cda095c0fe The start of a GUI to make running the Wine API tests a pleasure rather than a pain.
This will plug into the new testing framework for the Wine tests, which will also publish it's results on a live website (if I can get Colin to help me with the web stuff ;) )
This is the time to pester me with requests / ideas anyone may have.

svn path=/trunk/; revision=34016
2008-06-18 19:10:39 +00:00

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_SMALL 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