reactos/rostests/winetests/GUI/resource.h
Ged Murphy b686c53533 Prepare for a change of architecture.
Instead of building all Wine tests as dlls, we'll revert back to separate processes, but redirect the client processes stdin, stdout and stderr to named pipes set by the parent.

svn path=/trunk/; revision=36844
2008-10-20 14:49:59 +00:00

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