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

35 lines
1.2 KiB
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.

idDlgLogDisplay DIALOG 0, 0, 256, 108
STYLE WS_CHILD | WS_VISIBLE
FONT 8, "MS Shell Dlg"
BEGIN
RTEXT "Log File:", IDD_LOGFILETEXT,
8, 8, 46, 12
EDITTEXT IDD_LOGFILE,
61, 5, 72, 14, ES_AUTOHSCROLL | ES_READONLY
RTEXT "Status:", IDD_LOGSTATUSTEXT,
141, 8, 46, 12
EDITTEXT IDD_LOGSTATUS,
190, 5, 66, 14, ES_AUTOHSCROLL | ES_READONLY
RTEXT "File Size:", IDD_LOGSIZETEXT,
8, 25, 46, 12
EDITTEXT IDD_LOGSIZE,
63, 22, 72, 14, ES_AUTOHSCROLL | ES_READONLY
RTEXT "Log Interval:", IDD_LOGINTERVALTEXT,
139, 25, 46, 12
EDITTEXT IDD_LOGINTERVAL,
190, 22, 66, 14, ES_AUTOHSCROLL | ES_READONLY
LTEXT "Object Computer",
IDD_LOGENTRIESTEXT, 10, 47, 247, 12
LISTBOX IDD_LOGENTRIES,
10, 60, 246, 45,
WS_VSCROLL | WS_TABSTOP |
LBS_NOINTEGRALHEIGHT | LBS_OWNERDRAWFIXED
END