mirror of
https://github.com/reactos/reactos.git
synced 2025-01-03 21:09:19 +00:00
6cc8e7db4b
- Add IItemNameLimits interface into shobjidl.idl. - Add a testcase for shell32!SHLimitInputEdit function. CORE-11701
16 lines
378 B
Text
16 lines
378 B
Text
#include <windef.h>
|
|
#include <winuser.h>
|
|
#include <dlgs.h>
|
|
|
|
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
|
|
|
|
1 ICON "1.ico"
|
|
|
|
SHLIMIT DIALOG 0, 0, 122, 84
|
|
CAPTION "SHLIMIT"
|
|
STYLE DS_MODALFRAME | WS_POPUPWINDOW | WS_CAPTION
|
|
FONT 9, "Tahoma"
|
|
{
|
|
CONTROL "edt1", edt1, "EDIT", ES_AUTOHSCROLL | ES_MULTILINE | WS_BORDER | WS_TABSTOP, 19, 18, 80, 14
|
|
LTEXT "stc1", stc1, 24, 49, 72, 21
|
|
}
|