reactos/modules/rostests/apitests/comctl32/comctl32_apitest.rc
Katayama Hirofumi MZ fce898063e
[COMCTL32_APITEST] Add propsheetv6 testcase (#1853)
The proof of #1842. Property sheet does unchange the page after WM_INITDIALOG. CORE-16280
2019-08-18 18:53:37 +09:00

22 lines
452 B
Plaintext

#include <windef.h>
#include <winuser.h>
#include <dlgs.h>
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
#include <reactos/manifest_exe.rc>
5 BITMAP "test.bmp"
LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
1 DIALOG 0, 0, 171, 82
CAPTION "propsheet page1"
STYLE DS_MODALFRAME | WS_POPUPWINDOW | WS_CAPTION
FONT 9, "MS Shell Dlg"
{
EDITTEXT edt1, 29, 22, 60, 14
DEFPUSHBUTTON "OK", IDOK, 25, 60, 60, 14
PUSHBUTTON "Cancel", IDCANCEL, 96, 60, 60, 14
}