mirror of
https://github.com/mirror/processhacker
synced 2026-06-08 16:03:24 +00:00
9de88a634a
* PhShowChooseProcessDialog is now exported git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3569 21ef857c-d57f-4fe0-8362-d861dc6d29cd
36 lines
1.3 KiB
C
36 lines
1.3 KiB
C
//{{NO_DEPENDENCIES}}
|
|
// Microsoft Visual C++ generated include file.
|
|
// Used by ProcessActions.rc
|
|
//
|
|
#define IDD_DIALOG1 101
|
|
#define IDD_CONFIG 101
|
|
#define IDC_ENTRIES 1001
|
|
#define IDC_PROCESSNAME_NAME 1003
|
|
#define IDC_PROCESSNAME_CHECK 1006
|
|
#define IDC_FILENAME_CHECK 1007
|
|
#define IDC_FILENAME_NAME 1008
|
|
#define IDC_REMOVE 1009
|
|
#define IDC_ADD 1010
|
|
#define IDC_BROWSE 1011
|
|
#define IDC_SELECT 1012
|
|
#define IDC_ENABLED 1013
|
|
#define IDC_TERMINATE 1014
|
|
#define IDC_SETPRIORITYCLASS 1015
|
|
#define IDC_SETPRIORITYCLASS_VALUE 1016
|
|
#define IDC_CHECK7 1017
|
|
#define IDC_SETAFFINITY 1017
|
|
#define IDC_CANCEL 1018
|
|
#define IDC_SETAFFINITYMASK_VALUE 1019
|
|
#define IDC_SETAFFINITY_VALUE 1019
|
|
|
|
// Next default values for new objects
|
|
//
|
|
#ifdef APSTUDIO_INVOKED
|
|
#ifndef APSTUDIO_READONLY_SYMBOLS
|
|
#define _APS_NEXT_RESOURCE_VALUE 102
|
|
#define _APS_NEXT_COMMAND_VALUE 40001
|
|
#define _APS_NEXT_CONTROL_VALUE 1019
|
|
#define _APS_NEXT_SYMED_VALUE 101
|
|
#endif
|
|
#endif
|