xref: /aosp_15_r20/external/lzma/CPP/7zip/UI/FileManager/resource.h (revision f6dc9357d832569d4d1f5d24eacdb3935a1ae8e6)
1 #include "resourceGui.h"
2 
3 #define IDR_MENUBAR1      70
4 #define IDM_MENU          71
5 #define IDR_ACCELERATOR1  72
6 
7 #define IDB_ADD      100
8 #define IDB_EXTRACT  101
9 #define IDB_TEST     102
10 #define IDB_COPY     103
11 #define IDB_MOVE     104
12 #define IDB_DELETE   105
13 #define IDB_INFO     106
14 
15 #define IDB_ADD2     150
16 #define IDB_EXTRACT2 151
17 #define IDB_TEST2    152
18 #define IDB_COPY2    153
19 #define IDB_MOVE2    154
20 #define IDB_DELETE2  155
21 #define IDB_INFO2    156
22 
23 #define IDM_HASH_ALL             101
24 #define IDM_CRC32                102
25 #define IDM_CRC64                103
26 #define IDM_SHA1                 104
27 #define IDM_SHA256               105
28 #define IDM_SHA384               106
29 #define IDM_SHA512               107
30 #define IDM_SHA3_256             108
31 #define IDM_XXH64                120
32 #define IDM_BLAKE2SP             121
33 #define IDM_MD5                  122
34 
35 #define IDM_FILE                 500
36 #define IDM_EDIT                 501
37 #define IDM_VIEW                 502
38 #define IDM_FAVORITES            503
39 #define IDM_TOOLS                504
40 #define IDM_HELP                 505
41 
42 #define IDM_OPEN                 540
43 #define IDM_OPEN_INSIDE          541
44 #define IDM_OPEN_OUTSIDE         542
45 #define IDM_FILE_VIEW            543
46 #define IDM_FILE_EDIT            544
47 #define IDM_RENAME               545
48 #define IDM_COPY_TO              546
49 #define IDM_MOVE_TO              547
50 #define IDM_DELETE               548
51 #define IDM_SPLIT                549
52 #define IDM_COMBINE              550
53 #define IDM_PROPERTIES           551
54 #define IDM_COMMENT              552
55 #define IDM_CRC                  553
56 #define IDM_DIFF                 554
57 #define IDM_CREATE_FOLDER        555
58 #define IDM_CREATE_FILE          556
59 // #define IDM_EXIT                 557
60 #define IDM_LINK                 558
61 #define IDM_ALT_STREAMS          559
62 
63 #define IDM_VER_EDIT             580
64 #define IDM_VER_COMMIT           581
65 #define IDM_VER_REVERT           582
66 #define IDM_VER_DIFF             583
67 
68 #define IDM_OPEN_INSIDE_ONE      590
69 #define IDM_OPEN_INSIDE_PARSER   591
70 
71 #define IDM_SELECT_ALL           600
72 #define IDM_DESELECT_ALL         601
73 #define IDM_INVERT_SELECTION     602
74 #define IDM_SELECT               603
75 #define IDM_DESELECT             604
76 #define IDM_SELECT_BY_TYPE       605
77 #define IDM_DESELECT_BY_TYPE     606
78 
79 #define IDM_VIEW_LARGE_ICONS     700
80 #define IDM_VIEW_SMALL_ICONS     701
81 #define IDM_VIEW_LIST            702
82 #define IDM_VIEW_DETAILS         703
83 
84 #define IDM_VIEW_ARANGE_BY_NAME  710
85 #define IDM_VIEW_ARANGE_BY_TYPE  711
86 #define IDM_VIEW_ARANGE_BY_DATE  712
87 #define IDM_VIEW_ARANGE_BY_SIZE  713
88 
89 #define IDM_VIEW_ARANGE_NO_SORT  730
90 #define IDM_VIEW_FLAT_VIEW       731
91 #define IDM_VIEW_TWO_PANELS      732
92 #define IDM_VIEW_TOOLBARS        733
93 #define IDM_OPEN_ROOT_FOLDER     734
94 #define IDM_OPEN_PARENT_FOLDER   735
95 #define IDM_FOLDERS_HISTORY      736
96 #define IDM_VIEW_REFRESH         737
97 #define IDM_VIEW_AUTO_REFRESH    738
98 // #define IDM_VIEW_SHOW_DELETED    739
99 // #define IDM_VIEW_SHOW_STREAMS    740
100 
101 #define IDM_VIEW_ARCHIVE_TOOLBAR            750
102 #define IDM_VIEW_STANDARD_TOOLBAR           751
103 #define IDM_VIEW_TOOLBARS_LARGE_BUTTONS     752
104 #define IDM_VIEW_TOOLBARS_SHOW_BUTTONS_TEXT 753
105 
106 #define IDM_VIEW_TIME_POPUP      760
107 #define IDM_VIEW_TIME            761
108 #define IDM_VIEW_TIME_UTC        799
109 
110 #define IDM_ADD_TO_FAVORITES     800
111 #define IDS_BOOKMARK             801
112 
113 #define IDM_OPTIONS              900
114 #define IDM_BENCHMARK            901
115 #define IDM_BENCHMARK2           902
116 #define IDM_TEMP_DIR             910
117 
118 #define IDM_HELP_CONTENTS        960
119 #define IDM_ABOUT                961
120 
121 #define IDS_OPTIONS                     2100
122 
123 #define IDS_N_SELECTED_ITEMS            3002
124 
125 #define IDS_FILE_EXIST                  3008
126 #define IDS_WANT_UPDATE_MODIFIED_FILE   3009
127 #define IDS_CANNOT_UPDATE_FILE          3010
128 #define IDS_CANNOT_START_EDITOR         3011
129 #define IDS_VIRUS                       3012
130 #define IDS_MESSAGE_UNSUPPORTED_OPERATION_FOR_LONG_PATH_FOLDER  3013
131 #define IDS_SELECT_ONE_FILE             3014
132 #define IDS_SELECT_FILES                3015
133 #define IDS_TOO_MANY_ITEMS              3016
134 
135 #define IDS_COPY                        6000
136 #define IDS_MOVE                        6001
137 #define IDS_COPY_TO                     6002
138 #define IDS_MOVE_TO                     6003
139 #define IDS_COPYING                     6004
140 // #define IDS_MOVING                      6005
141 #define IDS_RENAMING                    6006
142 
143 #define IDS_OPERATION_IS_NOT_SUPPORTED  6008
144 #define IDS_ERROR_RENAMING              6009
145 #define IDS_CONFIRM_FILE_COPY           6010
146 #define IDS_WANT_TO_COPY_FILES          6011
147 
148 #define IDS_CONFIRM_FILE_DELETE         6100
149 #define IDS_CONFIRM_FOLDER_DELETE       6101
150 #define IDS_CONFIRM_ITEMS_DELETE        6102
151 #define IDS_WANT_TO_DELETE_FILE         6103
152 #define IDS_WANT_TO_DELETE_FOLDER       6104
153 #define IDS_WANT_TO_DELETE_ITEMS        6105
154 #define IDS_DELETING                    6106
155 #define IDS_ERROR_DELETING              6107
156 #define IDS_ERROR_LONG_PATH_TO_RECYCLE  6108
157 
158 #define IDS_CREATE_FOLDER               6300
159 #define IDS_CREATE_FILE                 6301
160 #define IDS_CREATE_FOLDER_NAME          6302
161 #define IDS_CREATE_FILE_NAME            6303
162 #define IDS_CREATE_FOLDER_DEFAULT_NAME  6304
163 #define IDS_CREATE_FILE_DEFAULT_NAME    6305
164 #define IDS_CREATE_FOLDER_ERROR         6306
165 #define IDS_CREATE_FILE_ERROR           6307
166 
167 #define IDS_COMMENT                     6400
168 #define IDS_COMMENT2                    6401
169 #define IDS_SELECT                      6402
170 #define IDS_DESELECT                    6403
171 #define IDS_SELECT_MASK                 6404
172 
173 #define IDS_PROPERTIES                  6600
174 #define IDS_FOLDERS_HISTORY             6601
175 
176 #define IDS_COMPUTER                    7100
177 #define IDS_NETWORK                     7101
178 #define IDS_DOCUMENTS                   7102
179 #define IDS_SYSTEM                      7103
180 
181 #define IDS_ADD                         7200
182 #define IDS_EXTRACT                     7201
183 #define IDS_TEST                        7202
184 #define IDS_BUTTON_COPY                 7203
185 #define IDS_BUTTON_MOVE                 7204
186 #define IDS_BUTTON_DELETE               7205
187 #define IDS_BUTTON_INFO                 7206
188 
189 #define IDS_SPLITTING                   7303
190 #define IDS_SPLIT_CONFIRM_TITLE         7304
191 #define IDS_SPLIT_CONFIRM_MESSAGE       7305
192 #define IDS_SPLIT_VOL_MUST_BE_SMALLER   7306
193 
194 #define IDS_COMBINE                     7400
195 #define IDS_COMBINE_TO                  7401
196 #define IDS_COMBINING                   7402
197 #define IDS_COMBINE_SELECT_ONE_FILE     7403
198 #define IDS_COMBINE_CANT_DETECT_SPLIT_FILE 7404
199 #define IDS_COMBINE_CANT_FIND_MORE_THAN_ONE_PART 7405
200