reactos/rostests/apitests/user32/user32_apitest.rc

16 lines
284 B
Plaintext
Raw Normal View History

#include <windef.h>
#include "resource.h"
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
IDI_TEST ICON "test.ico"
TESTCURSOR CURSOR "test.cur"
TESTDIALOG DIALOG 0,0, 200,200
CLASS "TestDialogClass"
CAPTION "Testdialog"
FONT 8, "MS Shell Dlg"
{
PUSHBUTTON "a button", 1, 5,5, 100,20
}