From a1244ec0ecd0bb7789eb70615193df5a094dc798 Mon Sep 17 00:00:00 2001 From: dmex Date: Mon, 9 Feb 2015 04:53:53 +0000 Subject: [PATCH] PerfMonPlugin: Added warning to options window; git-svn-id: svn://svn.code.sf.net/p/processhacker/code@5674 21ef857c-d57f-4fe0-8362-d861dc6d29cd --- 2.x/trunk/plugins-extra/PerfMonPlugin/PerfMonPlugin.rc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/2.x/trunk/plugins-extra/PerfMonPlugin/PerfMonPlugin.rc b/2.x/trunk/plugins-extra/PerfMonPlugin/PerfMonPlugin.rc index 1736fec44..10b7d90ee 100644 --- a/2.x/trunk/plugins-extra/PerfMonPlugin/PerfMonPlugin.rc +++ b/2.x/trunk/plugins-extra/PerfMonPlugin/PerfMonPlugin.rc @@ -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