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

21 lines
745 B
Plaintext
Raw Permalink 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.

idDlgAddLog DIALOG 6, 18, 301, 128
STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
CAPTION "Add To Log"
FONT 8, "MS Shell Dlg"
BEGIN
PUSHBUTTON "&Add", IDD_ADDLOGADD, 256, 4, 40, 14
PUSHBUTTON "Cancel", IDD_ADDLOGDONE, 256, 24, 40, 14
PUSHBUTTON "&Help", IDD_ADDLOGHELP, 256, 67, 40, 14
LTEXT "&Computer:", -1, 6, 6, 35, 8
EDITTEXT IDD_ADDLOGCOMPUTER,
42, 6, 195, 12, ES_AUTOHSCROLL
LTEXT "&Objects:", IDD_ADDLOGOBJECTTEXT, 6, 24, 31, 8
LISTBOX IDD_ADDLOGOBJECT,
42, 22, 206, 100, LBS_SORT | LBS_EXTENDEDSEL | WS_VSCROLL | WS_TABSTOP
PUSHBUTTON "...", IDD_ADDLOGELLIPSES, 237, 6, 13, 12
END