reactos/modules/rostests/win32/user32/winstation/winstation.rc

16 lines
491 B
Plaintext

#include <windef.h>
#include <winuser.h>
#include "resource.h"
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
IDD_ABOUTBOX DIALOGEX 0, 0, 170, 62
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Test WindowStation"
FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
CTEXT "Test for WindowStation\nTo start the test, press on the button below.",IDC_STATIC,7,7,156,20,SS_NOPREFIX
DEFPUSHBUTTON "Start!",IDOK,7,32,156,23,WS_GROUP
END