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

37 lines
1.5 KiB
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.

idDlgAlertOptions DIALOG 6, 18, 205, 130
STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
CAPTION "Alert Options"
FONT 8, "MS Shell Dlg"
BEGIN
CONTROL "Switch to Alert &View", IDD_ALERTOPTIONSPOPUP, "Button",
BS_AUTOCHECKBOX | WS_TABSTOP, 6, 5, 80, 10
CONTROL "&Log Event in Application Log", IDD_ALERTOPTIONSEVENTLOG, "Button",
BS_AUTOCHECKBOX | WS_TABSTOP, 6, 17, 120, 10
GROUPBOX "Network Alert", IDD_ALERTOPTIONSNETGROUPTEXT,
5, 31, 100, 49
CONTROL "&Send network message", IDD_ALERTOPTIONSNETWORKALERT, "Button",
BS_AUTOCHECKBOX | WS_TABSTOP, 10, 43, 90 , 10
LTEXT "&Net Name:", IDD_ALERTOPTIONSMSGNAMETEXT,
10, 54, 90, 10
EDITTEXT IDD_ALERTOPTIONSMSGNAME, 10, 64, 90, 12, ES_AUTOHSCROLL
GROUPBOX "Update Time", 211, 5, 82, 154, 45
LTEXT "&Interval (seconds):", IDD_ALERTOPTIONSINTERVALTEXT,
80, 89, 70, 9
EDITTEXT IDD_ALERTOPTIONSINTERVAL, 80, 99, 70, 12, ES_AUTOHSCROLL
CONTROL "&Periodic Update", IDD_ALERTOPTIONSPERIODIC, "Button",
BS_RADIOBUTTON, 10, 99, 66, 10
CONTROL "&Manual Update", IDD_ALERTOPTIONSMANUALREFRESH, "Button",
BS_RADIOBUTTON, 10, 113, 66, 10
PUSHBUTTON "OK", IDD_OK, 160, 5, 40, 14
PUSHBUTTON "Cancel", IDD_CANCEL, 160, 21, 40, 14
PUSHBUTTON "&Help", IDD_DISPLAYHELP, 160, 48, 40, 14
END