Skip to content

Commit ed96e48

Browse files
committed
Add missing file from previous commit
1 parent 203c557 commit ed96e48

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

ProcessHacker/resource.h

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,9 @@
3939
#define IDD_FINDOBJECTS 130
4040
#define IDD_OBJTOKEN 131
4141
#define ID_PLUGIN_MENU_ITEM 131
42-
#define ID_SHOWCONTEXTMENU 132
4342
#define IDR_PRIVILEGE 133
4443
#define IDC_SEPARATOR 133
4544
#define IDR_FINDOBJ 134
46-
#define IDC_COMMIT 134
4745
#define IDD_HIDDENPROCESSES 135
4846
#define ID_TRAYICONS_REGISTERED 135
4947
#define IDD_RUNAS 136
@@ -74,6 +72,7 @@
7472
#define IDD_NETSTACK 167
7573
#define IDD_CREATESERVICE 168
7674
#define IDD_PROCPERFORMANCE 169
75+
#define ID_SHOWCONTEXTMENU 169
7776
#define IDD_PROCSTATISTICS 170
7877
#define IDD_OPTADVANCED 171
7978
#define IDR_ICON 173
@@ -88,6 +87,7 @@
8887
#define IDD_MEMSTRING 185
8988
#define IDD_OPTGRAPHS 186
9089
#define IDD_PLUGINS 187
90+
#define IDD_PLUGINMANAGER 187
9191
#define IDD_HANDLESTATS 188
9292
#define IDD_PROCRECORD 189
9393
#define IDD_CHOOSEPROCESS 190
@@ -125,6 +125,8 @@
125125
#define IDB_SEARCH_ACTIVE_BMP 225
126126
#define IDB_SEARCH_INACTIVE_BMP 226
127127
#define IDD_OPTIONS 227
128+
#define IDD_PLUGINPROPERTIES 228
129+
#define IDD_PLUGINSDISABLED 241
128130
#define IDC_TERMINATE 1003
129131
#define IDC_FILEICON 1005
130132
#define IDC_FILE 1006
@@ -414,7 +416,6 @@
414416
#define IDC_COMPANYNAME_LINK 1279
415417
#define IDC_SAMPLECOUNT 1280
416418
#define IDC_SAMPLECOUNTLABEL 1281
417-
#define IDC_DISABLE 1282
418419
#define IDC_VIRTUALKEY 1283
419420
#define IDC_CTRL 1284
420421
#define IDC_ALT 1285
@@ -523,6 +524,9 @@
523524
#define IDC_INFO 1396
524525
#define IDC_DEFSTATE 1398
525526
#define IDC_SETTINGS 1399
527+
#define IDC_PLUGINTREE 1400
528+
#define IDC_DISABLED 1401
529+
#define IDC_LIST_DISABLED 1402
526530
#define ID_HACKER_EXIT 40001
527531
#define ID_PROCESS_PROPERTIES 40006
528532
#define ID_PROCESS_TERMINATE 40007
@@ -551,7 +555,6 @@
551555
#define ID_PROCESS_AFFINITY 40035
552556
#define ID_PROCESS_CREATEDUMPFILE 40036
553557
#define ID_MISCELLANEOUS_DETACHFROMDEBUGGER 40039
554-
#define ID_MISCELLANEOUS_HEAPS 40040
555558
#define ID_MISCELLANEOUS_INJECTDLL 40041
556559
#define ID_PRIORITY_REALTIME 40048
557560
#define ID_PRIORITY_HIGH 40049
@@ -728,9 +731,9 @@
728731
//
729732
#ifdef APSTUDIO_INVOKED
730733
#ifndef APSTUDIO_READONLY_SYMBOLS
731-
#define _APS_NEXT_RESOURCE_VALUE 239
734+
#define _APS_NEXT_RESOURCE_VALUE 243
732735
#define _APS_NEXT_COMMAND_VALUE 40297
733-
#define _APS_NEXT_CONTROL_VALUE 1400
734-
#define _APS_NEXT_SYMED_VALUE 169
736+
#define _APS_NEXT_CONTROL_VALUE 1403
737+
#define _APS_NEXT_SYMED_VALUE 170
735738
#endif
736739
#endif

0 commit comments

Comments
 (0)