mirror of
https://github.com/mirror/processhacker
synced 2026-06-08 16:03:24 +00:00
PerfMonPlugin: Added warning to options window;
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@5674 21ef857c-d57f-4fe0-8362-d861dc6d29cd
This commit is contained in:
@@ -98,14 +98,15 @@ END
|
||||
|
||||
IDD_PERFMON_OPTIONS DIALOGEX 0, 0, 309, 177
|
||||
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
||||
CAPTION "Dialog"
|
||||
CAPTION "PerfMon Options"
|
||||
FONT 8, "MS Shell Dlg", 400, 0, 0x1
|
||||
BEGIN
|
||||
DEFPUSHBUTTON "OK",IDOK,198,156,50,14
|
||||
PUSHBUTTON "Cancel",IDCANCEL,252,156,50,14
|
||||
CONTROL "",IDC_PERFCOUNTER_LISTVIEW,"SysListView32",LVS_REPORT | LVS_ALIGNLEFT | WS_BORDER | WS_TABSTOP,7,7,295,146
|
||||
CONTROL "",IDC_PERFCOUNTER_LISTVIEW,"SysListView32",LVS_REPORT | LVS_ALIGNLEFT | WS_BORDER | WS_TABSTOP,7,18,295,135
|
||||
PUSHBUTTON "Add",IDC_ADD_BUTTON,7,156,50,14
|
||||
PUSHBUTTON "Remove",IDC_REMOVE_BUTTON,61,156,50,14
|
||||
LTEXT "Warning: Performance counters may seriously degrade application performance.",IDC_STATIC,7,7,258,8
|
||||
END
|
||||
|
||||
IDD_PERFMON_DIALOG DIALOGEX 0, 0, 269, 130
|
||||
|
||||
Reference in New Issue
Block a user