reactos/rostests/apitests/user32/user32_apitest.rc
Thomas Faber f499a92d44 [USER32_APITEST]
- Add a test for CreateDialog. Patch by Andreas Maier.
ROSTESTS-163 #resolve

svn path=/trunk/; revision=67213
2015-04-16 11:35:23 +00:00

16 lines
284 B
Plaintext

#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
}