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

24 lines
767 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.

#include "legend.h"
idDlgAlertDisplay DIALOG 0, 0, 256, 108
STYLE WS_CHILD | WS_VISIBLE
FONT 8, "MS Shell Dlg"
BEGIN
LTEXT "Alert Interval:",
IDD_ALERTINTERVALTEXT, 3, 12, 52, 11
EDITTEXT IDD_ALERTINTERVAL,
60, 11, 82, 12, ES_AUTOHSCROLL | ES_READONLY
LTEXT "Alert Log:",
IDD_ALERTLOGTEXT, 7, 31, 47, 11
LISTBOX IDD_ALERTLOG,
7, 44, 283, 76, WS_VSCROLL | WS_HSCROLL | WS_TABSTOP | LBS_OWNERDRAWFIXED
LTEXT "Alert Legend:",
IDD_ALERTLEGENDTEXT, 4, 121, 62, 8
CONTROL "", IDD_ALERTLEGEND, szGraphLegendClassA, WS_VISIBLE,
7, 132, 285, 80
END