mirror of https://github.com/tongzx/nt5src
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
460 B
10 lines
460 B
TEST_A DIALOG LOADONCALL MOVEABLE DISCARDABLE -35, 19, 300, 206
|
|
CAPTION "WNet{Open,Resource,Close}Enum"
|
|
STYLE WS_VISIBLE|WS_BORDER | WS_CAPTION | WS_DLGFRAME | WS_SYSMENU | WS_POPUP
|
|
BEGIN
|
|
CONTROL "END", ID_END, "button", BS_DEFPUSHBUTTON | WS_GROUP | WS_TABSTOP | WS_CHILD, 53, 170, 32, 14
|
|
CONTROL "", ID_GO, "button", BS_DEFPUSHBUTTON | WS_GROUP | WS_TABSTOP | WS_CHILD, 100, 170, 60, 14
|
|
LISTBOX ID_LISTBOX,10,10,275,100,WS_CHILD|WS_VSCROLL
|
|
END
|
|
|
|
|