[ROSTESTS] Add an interactive test for window stations. See also PR #621.
[reactos.git] / modules / rostests / win32 / user32 / winstation / winstation.rc
1
2 #include <windef.h>
3 #include <winuser.h>
4 #include "resource.h"
5
6 LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
7
8 IDD_ABOUTBOX DIALOGEX 0, 0, 170, 62
9 STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU
10 CAPTION "Test WindowStation"
11 FONT 8, "MS Shell Dlg", 0, 0, 0x1
12 BEGIN
13 CTEXT "Test for WindowStation\nTo start the test, press on the button below.",IDC_STATIC,7,7,156,20,SS_NOPREFIX
14 DEFPUSHBUTTON "Start!",IDOK,7,32,156,23,WS_GROUP
15 END