blob: 4d45fdd7aab01e0376c5da84b6e5189070b2c4c7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by main.rc
//
#define IDD_MAINDIALOG 100
#define IDS_ALREADY_ELEVATED_CAPTION 2000
#define IDS_ALREADY_ELEVATED_TEXT 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_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 2002
#define _APS_NEXT_COMMAND_VALUE 32771
#define _APS_NEXT_CONTROL_VALUE 1005
#define _APS_NEXT_SYMED_VALUE 101
#endif
#endif
|