[ADVAPI32]
[reactos.git] / rostests / winetests / winetest / winetest.rc
1 /*
2 * Winetest resources
3 *
4 * Copyright 2004 Ferenc Wagner
5 *
6 * This library is free software; you can redistribute it and/or
7 * modify it under the terms of the GNU Lesser General Public
8 * License as published by the Free Software Foundation; either
9 * version 2.1 of the License, or (at your option) any later version.
10 *
11 * This library is distributed in the hope that it will be useful,
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14 * Lesser General Public License for more details.
15 *
16 * You should have received a copy of the GNU Lesser General Public
17 * License along with this library; if not, write to the Free Software
18 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
19 */
20
21 #include <windef.h>
22 #include <winuser.h>
23 #include <commctrl.h>
24
25 #include "resource.h"
26
27 #ifdef BUILD_SHA1
28 STRINGTABLE
29 BEGIN
30 IDS_BUILD_ID BUILD_SHA1
31 END
32 #endif
33
34 IDD_TAG DIALOG 0, 0, 150, 65
35 STYLE WS_POPUP | WS_CAPTION | WS_SYSMENU
36 CAPTION "No tag supplied"
37 BEGIN
38 CTEXT "Please supply a tag for your report. You can use letters, digits, dashes and periods."
39 IDC_STATIC, 10, 5, 130, 30
40 EDITTEXT IDC_TAG, 35, 30, 80, 10, ES_AUTOHSCROLL
41 DEFPUSHBUTTON "Start", IDOK, 25, 45, 40, 14
42 PUSHBUTTON "Abort", IDABORT, 85, 45, 40, 14
43 END
44
45 IDD_STATUS DIALOG 0, 0, 160, 150
46 STYLE WS_OVERLAPPED | WS_CAPTION | WS_SYSMENU | WS_MINIMIZEBOX
47 CAPTION "Wine Test Shell"
48 BEGIN
49 LTEXT "Extracting:", IDC_ST0, 10, 5, 140, 10
50 CONTROL "PB0", IDC_PB0, PROGRESS_CLASS, 0, 5, 15, 150, 10
51 LTEXT "Running:", IDC_ST1, 10, 30, 140, 10
52 CONTROL "PB1", IDC_PB1, PROGRESS_CLASS, 0, 5, 40, 150, 15
53 LTEXT "Network transfer:", IDC_ST2, 10, 60, 140, 10
54 CONTROL "PB2", IDC_PB2, PROGRESS_CLASS, 0, 5, 70, 150, 10
55
56 LTEXT "Tag:", IDC_STATIC, 10, 89, 100, 10
57 EDITTEXT IDC_TAG, 25, 88, 125, 10,
58 ES_READONLY
59 LTEXT "Working directory:", IDC_STATIC, 10, 100, 100, 10
60 EDITTEXT IDC_DIR, 71, 99, 79, 10,
61 ES_READONLY | ES_AUTOHSCROLL
62 LTEXT "Output file:", IDC_STATIC, 10, 111, 100, 10
63 EDITTEXT IDC_OUT, 46, 110, 104, 10,
64 ES_READONLY | ES_AUTOHSCROLL
65
66 DEFPUSHBUTTON "About", IDHELP, 20, 123, 30, 14
67 PUSHBUTTON "Edit", IDCANCEL, 65, 123, 30, 14,
68 WS_DISABLED
69 PUSHBUTTON "Stop", IDABORT, 110, 123, 30, 14
70
71 CONTROL "Created", IDC_SB, STATUSCLASSNAME, 0, 0,0,0,0
72 END
73
74 IDD_ABOUT DIALOG 0, 0, 150, 60
75 STYLE WS_POPUP
76 CAPTION "About Wine Test Shell"
77 BEGIN
78 CTEXT "This program extracts and runs a series of tests which check Wine's conformance to the Windows API.",
79 IDC_STATIC, 10, 5, 130, 30
80 DEFPUSHBUTTON "Close", IDCANCEL, 55, 40, 40, 14
81 END
82
83 /* @makedep: winetest.ico */
84 IDI_WINE ICON "winetest.ico"
85
86 /* list of tests (automatically generated by make_makefiles) */
87
88 /*
89 advapi32_test.exe TESTRES "advapi32_test.exe"
90 advpack_test.exe TESTRES "advpack_test.exe"
91 browseui_test.exe TESTRES "browseui_test.exe"
92 cabinet_test.exe TESTRES "cabinet_test.exe"
93 comcat_test.exe TESTRES "comcat_test.exe"
94 comctl32_test.exe TESTRES "comctl32_test.exe"
95 comdlg32_test.exe TESTRES "comdlg32_test.exe"
96 credui_test.exe TESTRES "credui_test.exe"
97 crypt32_test.exe TESTRES "crypt32_test.exe"
98 cryptnet_test.exe TESTRES "cryptnet_test.exe"
99 d3d8_test.exe TESTRES "d3d8_test.exe"
100 d3d9_test.exe TESTRES "d3d9_test.exe"
101 d3drm_test.exe TESTRES "d3drm_test.exe"
102 d3dx8_test.exe TESTRES "d3dx8_test.exe"
103 d3dx9_36_test.exe TESTRES "d3dx9_36_test.exe"
104 ddraw_test.exe TESTRES "ddraw_test.exe"
105 dinput_test.exe TESTRES "dinput_test.exe"
106 dnsapi_test.exe TESTRES "dnsapi_test.exe"
107 dplayx_test.exe TESTRES "dplayx_test.exe"
108 dsound_test.exe TESTRES "dsound_test.exe"
109 fusion_test.exe TESTRES "fusion_test.exe"
110 gdi32_test.exe TESTRES "gdi32_test.exe"
111 gdiplus_test.exe TESTRES "gdiplus_test.exe"
112 hlink_test.exe TESTRES "hlink_test.exe"
113 imm32_test.exe TESTRES "imm32_test.exe"
114 inetcomm_test.exe TESTRES "inetcomm_test.exe"
115 infosoft_test.exe TESTRES "infosoft_test.exe"
116 iphlpapi_test.exe TESTRES "iphlpapi_test.exe"
117 itss_test.exe TESTRES "itss_test.exe"
118 jscript_test.exe TESTRES "jscript_test.exe"
119 kernel32_test.exe TESTRES "kernel32_test.exe"
120 localspl_test.exe TESTRES "localspl_test.exe"
121 localui_test.exe TESTRES "localui_test.exe"
122 lz32_test.exe TESTRES "lz32_test.exe"
123 mapi32_test.exe TESTRES "mapi32_test.exe"
124 mlang_test.exe TESTRES "mlang_test.exe"
125 msacm32_test.exe TESTRES "msacm32_test.exe"
126 mscms_test.exe TESTRES "mscms_test.exe"
127 mshtml_test.exe TESTRES "mshtml_test.exe"
128 msi_test.exe TESTRES "msi_test.exe"
129 msvcrt_test.exe TESTRES "msvcrt_test.exe"
130 msvcrtd_test.exe TESTRES "msvcrtd_test.exe"
131 msxml3_test.exe TESTRES "msxml3_test.exe"
132 netapi32_test.exe TESTRES "netapi32_test.exe"
133 ntdll_test.exe TESTRES "ntdll_test.exe"
134 ntdsapi_test.exe TESTRES "ntdsapi_test.exe"
135 ntprint_test.exe TESTRES "ntprint_test.exe"
136 odbccp32_test.exe TESTRES "odbccp32_test.exe"
137 ole32_test.exe TESTRES "ole32_test.exe"
138 oleaut32_test.exe TESTRES "oleaut32_test.exe"
139 opengl32_test.exe TESTRES "opengl32_test.exe"
140 pdh_test.exe TESTRES "pdh_test.exe"
141 psapi_test.exe TESTRES "psapi_test.exe"
142 qedit_test.exe TESTRES "qedit_test.exe"
143 qmgr_test.exe TESTRES "qmgr_test.exe"
144 quartz_test.exe TESTRES "quartz_test.exe"
145 riched20_test.exe TESTRES "riched20_test.exe"
146 riched32_test.exe TESTRES "riched32_test.exe"
147 rpcrt4_test.exe TESTRES "rpcrt4_test.exe"
148 rsaenh_test.exe TESTRES "rsaenh_test.exe"
149 schannel_test.exe TESTRES "schannel_test.exe"
150 secur32_test.exe TESTRES "secur32_test.exe"
151 serialui_test.exe TESTRES "serialui_test.exe"
152 setupapi_test.exe TESTRES "setupapi_test.exe"
153 shdocvw_test.exe TESTRES "shdocvw_test.exe"
154 shell32_test.exe TESTRES "shell32_test.exe"
155 shlwapi_test.exe TESTRES "shlwapi_test.exe"
156 snmpapi_test.exe TESTRES "snmpapi_test.exe"
157 spoolss_test.exe TESTRES "spoolss_test.exe"
158 urlmon_test.exe TESTRES "urlmon_test.exe"
159 user32_test.exe TESTRES "user32_test.exe"
160 userenv_test.exe TESTRES "userenv_test.exe"
161 usp10_test.exe TESTRES "usp10_test.exe"
162 uxtheme_test.exe TESTRES "uxtheme_test.exe"
163 version_test.exe TESTRES "version_test.exe"
164 wininet_test.exe TESTRES "wininet_test.exe"
165 winmm_test.exe TESTRES "winmm_test.exe"
166 winspool.drv_test.exe TESTRES "winspool.drv_test.exe"
167 wintrust_test.exe TESTRES "wintrust_test.exe"
168 ws2_32_test.exe TESTRES "ws2_32_test.exe"
169 */