-
Notifications
You must be signed in to change notification settings - Fork 1
/
resource.h
46 lines (45 loc) · 1.74 KB
/
resource.h
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by Uninstaller64.rc
//
#define IDI_MAIN_ICON 101
#define IDI_DEFAULT_ICON 102
#define IDI_HOMEPAGE_ICON 103
#define IDI_MAIL_ICON 104
#define IDD_ABOUTBOX 105
#define IDD_SETTINGS 106
#define IDD_ENTRY_PROPERTIES 107
#define IDR_DEFAULT_LANGUAGE 108
#define IDC_PROGRAM 1001
#define IDC_AUTHOR 1002
#define IDC_VERSION 1003
#define IDC_HOMEPAGE_TXT 1004
#define IDC_HOMEPAGE 1005
#define IDC_EMAIL_TXT 1006
#define IDC_EMAIL 1007
#define IDC_SHOW_HIDDEN 1008
#define IDC_SHOW_HIDDEN_ICONS 1009
#define IDC_SHOW_HOTFIXES 1010
#define IDC_CONFIRM_UNINST 1011
#define IDC_CONFIRM_UNINST_HIDDEN 1012
#define IDC_INI_LOCATION_TXT 1013
#define IDC_INI_LOCATION 1014
#define IDC_LANGUAGE_TXT 1015
#define IDC_LANGUAGE 1016
#define IDC_ABOUT 1017
#define IDC_GRP_STANDARD 1018
#define IDC_GRP_HIDDEN 1019
#define IDC_DISPLAY_NAME 1020
#define IDC_UNINSTALL_STRING 1021
#define IDC_QUIET_DISPLAY_NAME 1022
#define IDC_QUIET_UNINSTALL_STRING 1023
// Next default values for new objects
//
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE 109
#define _APS_NEXT_COMMAND_VALUE 40001
#define _APS_NEXT_CONTROL_VALUE 1024
#define _APS_NEXT_SYMED_VALUE 101
#endif
#endif