diff options
Diffstat (limited to 'src/resource_ids.h')
-rw-r--r-- | src/resource_ids.h | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/src/resource_ids.h b/src/resource_ids.h index 4c6d90f..8c12cf8 100644 --- a/src/resource_ids.h +++ b/src/resource_ids.h @@ -1,21 +1,23 @@ //{{NO_DEPENDENCIES}} // Microsoft Visual C++ generated include file. -// Used by resource.rc +// Used by main.rc // #define IDD_MAINDIALOG 100 +#define IDS_ELEVATION_CAPTION 2000 +#define IDS_ALREADY_ELEVATED 2001 #define IDC_BUTTON_ELEVATE 1000 -#define IDC_ADMINISTRATOR 1001 -#define IDC_RUN_AS_ADMINISTRATOR 1002 -#define IDC_ELEVATED 1003 -#define IDC_INTEGRITY_LEVEL 1004 +#define IDC_ADMINISTRATOR 1001 +#define IDC_RUN_AS_ADMINISTRATOR 1002 +#define IDC_ELEVATED 1003 +#define IDC_INTEGRITY_LEVEL 1004 #define IDC_STATIC -1 // Next default values for new objects -// +// #ifdef APSTUDIO_INVOKED #ifndef APSTUDIO_READONLY_SYMBOLS #define _APS_NO_MFC 1 -#define _APS_NEXT_RESOURCE_VALUE 129 +#define _APS_NEXT_RESOURCE_VALUE 130 #define _APS_NEXT_COMMAND_VALUE 32771 #define _APS_NEXT_CONTROL_VALUE 1005 #define _APS_NEXT_SYMED_VALUE 110 |