windows-nt/Source/XPSP1/NT/sdktools/wst/wstdump/wstdump.dlg
2020-09-26 16:20:57 +08:00

11 lines
705 B
Plaintext
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

DUMPDIALOG DIALOG LOADONCALL MOVEABLE DISCARDABLE 89, 27, 106, 56
STYLE WS_OVERLAPPEDWINDOW
CAPTION "WST Dump Utility"
BEGIN
CONTROL "OK", IDOK, "button", BS_PUSHBUTTON | WS_TABSTOP | WS_CHILD, 16, 42, 30, 10
CONTROL "Exit", IDEXIT, "button", BS_PUSHBUTTON | WS_TABSTOP | WS_CHILD, 60, 42, 30, 10
CONTROL "Stop", ID_PAUSE, "button", BS_RADIOBUTTON | BS_LEFTTEXT | WS_TABSTOP | WS_CHILD, 18, 3, 69, 12
CONTROL "Clear and Restart", ID_CLEAR, "button", BS_RADIOBUTTON | BS_LEFTTEXT | WS_TABSTOP | WS_CHILD, 18, 14, 69, 12
CONTROL "Dump and Stop", ID_DUMP, "button", BS_RADIOBUTTON | BS_LEFTTEXT | WS_TABSTOP | WS_CHILD, 18, 25, 69, 12
END