[USER32_APITEST]
[reactos.git] / rostests / apitests / user32 / user32_apitest.rc
1 #include <windef.h>
2 #include "resource.h"
3
4 LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
5
6 IDI_TEST ICON "test.ico"
7 TESTCURSOR CURSOR "test.cur"
8
9 TESTDIALOG DIALOG 0,0, 200,200
10 CLASS "TestDialogClass"
11 CAPTION "Testdialog"
12 FONT 8, "MS Shell Dlg"
13 {
14 PUSHBUTTON "a button", 1, 5,5, 100,20
15 }