-
Notifications
You must be signed in to change notification settings - Fork 29
/
resource.h
114 lines (113 loc) · 4.84 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by RapidCRC.rc
//
#define IDI_ICON_APP 106
#define IDI_ICON_OK 107
#define IDI_ICON_NOT_OK 108
#define IDI_ICON_NO_CRC 109
#define IDI_ICON_ERROR 110
#define IDD_OPTIONS 113
#define IDD_DLG_FILE_CREATION 114
#define IDI_ICON_OPEN 118
#define IDI_ICON_HASHFILE 119
#define IDI_ICON_PLAY 120
#define IDI_ICON_PAUSE 121
#define IDI_ICON_MODERN_ERROR 122
#define IDI_ICON_MODERN_NOCRC 123
#define IDI_ICON_MODERN_NOTOK 124
#define IDI_ICON_MODERN_OK 125
#define IDI_ICON_MODERN_OK2 128
#define IDD_DIALOG_CONTEXT_MENU 131
#define IDB_BITMAP_CONTEXT 133
#define IDI_ICON_STOP 134
#define IDC_EDIT_FILENAME_PATTERN 1018
#define IDC_BTN_DEFAULT 1019
#define IDC_STATIC_FILENAME_EXAMPLE 1020
#define IDC_EDIT_EXCLUDE_LIST 1021
#define IDC_CHECK_WINSFV_COMP 1022
#define IDC_CHECK_SORT_LIST 1023
#define IDC_CHECK_OWN_SFV_FILE 1024
#define IDC_CHECK_HASHTYPE_FROM_FILENAME 1024
#define IDC_CHECK_CREATE_UNIX_STYLE 1025
#define IDC_CHECK_AUTO_SCROLL 1026
#define IDC_ENABLE_QUEUE 1027
#define IDC_CHECK_DO_NOT_OVERRIDE 1028
#define IDC_EDIT_READ_BUFFER_SIZE 1029
#define IDC_ALWAYS_USE_NEW_WINDOW 1030
#define IDC_ENABLE_UNBUFFERED_READS 1031
#define IDC_CLOSE_AFTER_SHELLEXT_ACTION 1032
#define IDC_RADIO_ONE_PER_FILE 1040
#define IDC_CHECK_HIDE_VERIFIED 1040
#define IDC_RADIO_ONE_PER_DIR 1041
#define IDC_RADIO_ONE_FILE 1042
#define IDC_USE_DEFAULT_CP 1043
#define IDC_RADIO_ONE_FILE_DIR_NAME 1043
#define IDC_STATIC_EXPLANATION 1044
#define IDC_CRC_DELIM_LIST 1045
#define IDC_RADIO_ONE_PER_JOB 1045
#define IDC_GRPBOX_CREATE_FILE 1046
#define IDC_ALLOW_CRC_ANYWHERE 1047
#define IDC_RADIO_ONE_PER_JOB_DIR_NAME 1047
#define IDC_STATIC_INTRO_TEXT 1048
#define IDC_CHECK_INCLUDE_COMMENTS 1049
#define IDC_EDIT_FILENAME_CHECKSUM 1050
#define IDC_CHECK_CREATE_UNICODE_FILES 1051
#define IDC_UNICODE_TYPE 1052
#define IDC_DEFAULT_CP 1053
#define IDC_BTN_CONTEXT_MENU 1054
#define IDC_CHECK_CONTEXT1 1054
#define IDC_CHECK_CONTEXT2 1055
#define IDC_CHECK_CONTEXT3 1056
#define IDC_CHECK_CONTEXT4 1057
#define IDC_CHECK_CONTEXT5 1058
#define IDC_CHECK_CONTEXT6 1059
#define IDC_CHECK_CONTEXT7 1060
#define IDC_CHECK_CONTEXT8 1061
#define IDC_CHECK_CONTEXT9 1062
#define IDC_CHECK_CONTEXT10 1063
#define IDC_CHECK_CONTEXT11 1064
#define IDC_CHECK_CONTEXT12 1065
#define IDC_CHECK_CONTEXT13 1066
#define IDC_RADIO_HEX_DEFAULT 1066
#define IDC_CHECK_CONTEXT14 1067
#define IDC_RADIO_HEX_UPPERCASE 1067
#define IDC_CHECK_ABSOLUTE_PATHS 1067
#define IDC_CHECK_CONTEXT15 1068
#define IDC_RADIO_HEX_LOWERCASE 1068
#define IDC_CHECK_CONTEXT16 1069
#define IDC_STATIC_CTX 1090
#define IDC_CHECK_DISPLAY_CRC_IN_LIST 4000
#define IDC_CHECK_DISPLAY_MD5_IN_LIST 4001
#define IDC_CHECK_DISPLAY_ED2K_IN_LIST 4002
#define IDC_CHECK_DISPLAY_SHA1_IN_LIST 4003
#define IDC_CHECK_DISPLAY_SHA256_IN_LIST 4004
#define IDC_CHECK_DISPLAY_SHA512_IN_LIST 4005
#define IDC_CHECK_DISPLAY_SHA3_224_IN_LIST 4006
#define IDC_CHECK_DISPLAY_SHA3_256_IN_LIST 4007
#define IDC_CHECK_DISPLAY_SHA3_512_IN_LIST 4008
#define IDC_CHECK_DISPLAY_CRCC_IN_LIST 4009
#define IDC_CHECK_DISPLAY_BLAKE2SP_IN_LIST 4010
#define IDC_CHECK_DISPLAY_BLAKE3_IN_LIST 4011
#define IDC_CHECK_CRC_DEFAULT 5000
#define IDC_CHECK_MD5_DEFAULT 5001
#define IDC_CHECK_ED2K_DEFAULT 5002
#define IDC_CHECK_SHA1_DEFAULT 5003
#define IDC_CHECK_SHA256_DEFAULT 5004
#define IDC_CHECK_SHA512_DEFAULT 5005
#define IDC_CHECK_SHA3_224_DEFAULT 5006
#define IDC_CHECK_SHA3_256_DEFAULT 5007
#define IDC_CHECK_SHA3_512_DEFAULT 5008
#define IDC_CHECK_CRCC_DEFAULT 5009
#define IDC_CHECK_BLAKE2SP_DEFAULT 5010
#define IDC_CHECK_BLAKE3_DEFAULT 5011
// Next default values for new objects
//
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE 137
#define _APS_NEXT_COMMAND_VALUE 40001
#define _APS_NEXT_CONTROL_VALUE 1068
#define _APS_NEXT_SYMED_VALUE 101
#endif
#endif