forked from rainmeter/rainmeter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresource.h
381 lines (365 loc) · 20.9 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
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by Library.rc
//
#define IDC_STATIC -1
#define IDI_RAINMETER 100
//#define IDI_TRAY 101
#define IDI_ADDFOLDER 102
#define IDI_SKININSTALLER 200
#define IDB_INSTALLHEADER 201
#define IDD_INSTALL_DIALOG 202
#define IDD_INSTALL_TAB 203
#define IDR_INSTALL_MENU 204
#define IDD_PACKAGE_DIALOG 205
#define IDD_PACKAGEINFO_TAB 206
#define IDD_PACKAGEOPTIONS_TAB 207
#define IDD_PACKAGEADVANCED_TAB 208
#define IDD_PACKAGESELECTFOLDER_DIALOG 209
#define IDD_PACKAGESELECTPLUGIN_DIALOG 210
#define IDC_INSTALL_TAB 1000
#define IDC_INSTALL_HEADER_BITMAP 1001
#define IDC_INSTALL_ADVANCED_BUTTON 1002
#define IDC_INSTALL_INSTALL_BUTTON 1003
#define IDC_INSTALLTAB_NAME_TEXT 1000
#define IDC_INSTALLTAB_AUTHOR_TEXT 1001
#define IDC_INSTALLTAB_VERSION_TEXT 1002
#define IDC_INSTALLTAB_COMPONENTS_LIST 1003
#define IDC_INSTALLTAB_THEME_CHECKBOX 1004
#define IDC_INSTALLTAB_INPROGRESS_TEXT 1005
#define IDC_INSTALLTAB_PROGRESS 1006
#define IDC_PACKAGE_TAB 1000
#define IDC_PACKAGE_NEXT_BUTTON 1001
#define IDC_PACKAGE_CREATEPACKAGE_BUTTON 1002
#define IDC_PACKAGEINFO_NAME_EDIT 1000
#define IDC_PACKAGEINFO_AUTHOR_EDIT 1001
#define IDC_PACKAGEINFO_VERSION_EDIT 1002
#define IDC_PACKAGEINFO_COMPONENTS_LIST 1003
#define IDC_PACKAGEINFO_ADDSKIN_BUTTON 1004
#define IDC_PACKAGEINFO_ADDTHEME_BUTTON 1005
#define IDC_PACKAGEINFO_ADDPLUGIN_BUTTON 1006
#define IDC_PACKAGEINFO_REMOVE_BUTTON 1007
#define IDC_PACKAGEINFO_WHATIS_LINK 1008
#define IDC_PACKAGEOPTIONS_FILE_EDIT 1000
#define IDC_PACKAGEOPTIONS_FILEBROWSE_BUTTON 1001
#define IDC_PACKAGEOPTIONS_DONOTHING_RADIO 1002
#define IDC_PACKAGEOPTIONS_LOADSKIN_RADIO 1003
#define IDC_PACKAGEOPTIONS_LOADSKIN_EDIT 1004
#define IDC_PACKAGEOPTIONS_LOADSKINBROWSE_BUTTON 1005
#define IDC_PACKAGEOPTIONS_LOADTHEME_RADIO 1006
#define IDC_PACKAGEOPTIONS_LOADTHEME_COMBO 1007
#define IDC_PACKAGEOPTIONS_RAINMETERVERSION_EDIT 1008
#define IDC_PACKAGEOPTIONS_WINDOWSVERSION_COMBO 1009
#define IDC_INSTALLTAB_CREATING_TEXT 1010
#define IDC_INSTALLTAB_CREATING_BAR 1011
#define IDC_PACKAGEADVANCED_HEADER_EDIT 1000
#define IDC_PACKAGEADVANCED_HEADERROWSE_BUTTON 1001
#define IDC_PACKAGEADVANCED_VARIABLEFILES_EDIT 1002
#define IDC_PACKAGEADVANCED_MERGESKINS_CHECK 1003
#define IDC_PACKAGEADVANCED_HELP_LINK 1004
#define IDC_PACKAGESELECTFOLDER_EXISTING_RADIO 1000
#define IDC_PACKAGESELECTFOLDER_EXISTING_COMBO 1001
#define IDC_PACKAGESELECTFOLDER_CUSTOM_RADIO 1002
#define IDC_PACKAGESELECTFOLDER_CUSTOM_EDIT 1003
#define IDC_PACKAGESELECTFOLDER_CUSTOMBROWSE_BUTTON 1004
#define IDC_PACKAGESELECTPLUGIN_32BIT_EDIT 1000
#define IDC_PACKAGESELECTPLUGIN_32BITBROWSE_BUTTON 1001
#define IDC_PACKAGESELECTPLUGIN_64BIT_EDIT 1002
#define IDC_PACKAGESELECTPLUGIN_64BITBROWSE_BUTTON 1003
#define IDM_INSTALL_BACKUPSKINS 4200
#define IDM_INSTALL_SYSTEMFONTS 4201
#define IDM_INSTALL_FORMAT 4202
#define ID_STR_NUM_BUTTONWIDTH 1998
#define ID_STR_NUM_LABELWIDTH 1999
#define ID_STR_ISRTL 2000
#define ID_STR_UPDATEAVAILABLE 2001
#define ID_STR_MANAGE 2002
#define ID_STR_ABOUT 2003
#define ID_STR_HELP 2004
#define ID_STR_SKINS 2005
#define ID_STR_NOSKINS 2006
#define ID_STR_OPENFOLDER 2007
#define ID_STR_DISABLEDRAGGING 2008
#define ID_STR_THEMES 2009
#define ID_STR_NOTHEMES 2010
#define ID_STR_EDITSETTINGS 2011
#define ID_STR_REFRESHALL 2012
#define ID_STR_LOGGING 2013
#define ID_STR_SHOWLOGFILE 2014
#define ID_STR_STARTLOGGING 2015
#define ID_STR_STOPLOGGING 2016
#define ID_STR_DELETELOGFILE 2017
#define ID_STR_DEBUGMODE 2018
#define ID_STR_EXIT 2019
#define ID_STR_VARIANTS 2020
#define ID_STR_SETTINGS 2021
#define ID_STR_POSITION 2022
#define ID_STR_DISPLAYMONITOR 2023
#define ID_STR_USEDEFAULTMONITOR 2024
#define ID_STR_VIRTUALSCREEN 2025
#define ID_STR_AUTOSELECTMONITOR 2026
#define ID_STR_STAYTOPMOST 2027
#define ID_STR_TOPMOST 2028
#define ID_STR_NORMAL 2029
#define ID_STR_BOTTOM 2030
#define ID_STR_ONDESKTOP 2031
#define ID_STR_FROMRIGHT 2032
#define ID_STR_FROMBOTTOM 2033
#define ID_STR_XASPERCENTAGE 2034
#define ID_STR_YASPERCENTAGE 2035
#define ID_STR_TRANSPARENCY 2036
#define ID_STR_0PERCENT 2037
#define ID_STR_10PERCENT 2038
#define ID_STR_20PERCENT 2039
#define ID_STR_30PERCENT 2040
#define ID_STR_40PERCENT 2041
#define ID_STR_50PERCENT 2042
#define ID_STR_60PERCENT 2043
#define ID_STR_70PERCENT 2044
#define ID_STR_80PERCENT 2045
#define ID_STR_90PERCENT 2046
#define ID_STR_100PERCENT 2047
#define ID_STR_FADEIN 2048
#define ID_STR_FADEOUT 2049
#define ID_STR_HIDEONMOUSEOVER 2050
#define ID_STR_DRAGGABLE 2051
#define ID_STR_SAVEPOSITION 2052
#define ID_STR_SNAPTOEDGES 2053
#define ID_STR_CLICKTHROUGH 2054
#define ID_STR_KEEPONSCREEN 2055
#define ID_STR_MANAGESKIN 2056
#define ID_STR_EDITSKIN 2057
#define ID_STR_REFRESHSKIN 2058
#define ID_STR_UNLOADSKIN 2059
#define ID_STR_CLOSE 2060
#define ID_STR_ABOUTRAINMETER 2061
#define ID_STR_LOG 2062
#define ID_STR_MEASURES 2063
#define ID_STR_VARIABLES 2064
#define ID_STR_PLUGINS 2065
#define ID_STR_VERSION 2066
#define ID_STR_TYPE 2067
#define ID_STR_TIME 2068
#define ID_STR_MESSAGE 2069
#define ID_STR_NAME 2070
#define ID_STR_RANGE 2071
#define ID_STR_VALUE 2072
#define ID_STR_AUTHOR 2073
#define ID_STR_ERROR 2074
#define ID_STR_WARNING 2075
#define ID_STR_NOTICE 2076
#define ID_STR_DEBUG 2077
#define ID_STR_GETLATESTVERSION 2078
#define ID_STR_COPYRIGHTNOTICE 2079
#define ID_STR_COPYTOCLIPBOARD 2080
#define ID_STR_MANAGERAINMETER 2081
#define ID_STR_ACTIVESKINS 2082
#define ID_STR_EXPAND 2083
#define ID_STR_COLLAPSE 2084
#define ID_STR_OPENLOG 2085
#define ID_STR_LOAD 2086
#define ID_STR_UNLOAD 2087
#define ID_STR_REFRESH 2088
#define ID_STR_EDIT 2089
#define ID_STR_AUTHORSC 2090
#define ID_STR_VERSIONSC 2091
#define ID_STR_LICENSESC 2092
#define ID_STR_INFORMATIONSC 2093
#define ID_STR_ADDMETADATA 2094
#define ID_STR_COORDINATESSC 2095
#define ID_STR_POSITIONSC 2096
#define ID_STR_LOADORDERSC 2097
#define ID_STR_TRANSPARENCYSC 2098
#define ID_STR_ONHOVERSC 2099
#define ID_STR_DONOTHING 2100
#define ID_STR_HIDE 2101
#define ID_STR_SAVENEWTHEME 2102
#define ID_STR_THEMEDESCRIPTION 2103
#define ID_STR_SAVEASEMPTYTHEME 2104
#define ID_STR_EXCLUDEUNUSEDSKINS 2105
#define ID_STR_INCLUDEWALLPAPER 2106
#define ID_STR_NAMESC 2107
#define ID_STR_SAVE 2108
#define ID_STR_SAVEDTHEMES 2109
#define ID_STR_DELETE 2110
#define ID_STR_BACKUP 2111
#define ID_STR_BACKUPDESCRIPTION 2112
#define ID_STR_BACKUPE 2113
#define ID_STR_LANGUAGESC 2114
#define ID_STR_GENERAL 2115
#define ID_STR_CHECKFORUPDATES 2116
#define ID_STR_RESETSTATISTICS 2117
#define ID_STR_LOGTOFILE 2118
#define ID_STR_SETTINGSNOTWRITABLE 2119
#define ID_STR_SETTINGSMOVEFILE 2120
#define ID_STR_SETTINGSREADONLY 2121
#define ID_STR_THEMEALREADYEXISTS 2122
#define ID_STR_THEMESAVEFAIL 2123
#define ID_STR_THEMEDELETE 2124
#define ID_STR_LOGFILECREATEFAIL 2125
#define ID_STR_LOGFILEDELETE 2126
#define ID_STR_NOAVAILABLESKINS 2127
#define ID_STR_UNABLETOACTIVATESKIN 2128
#define ID_STR_UNABLETOREFRESHSKIN 2129
#define ID_STR_NEWVERSIONREQUIRED 2130
#define ID_STR_NOMETERSINSKIN 2131
#define ID_STR_INCLUDEINFINITELOOP 2132
#define ID_STR_WELCOME 2133
#define ID_STR_CLICKTOMANAGE 2134
#define ID_STR_CLICKTODOWNLOAD 2135
#define ID_STR_CREATERMSKINPACKAGE 2136
#define ID_STR_EDITORSC 2137
#define ID_STR_ELLIPSIS 2138
#define ID_STR_SHOWNOTIFICATIONAREAICON 2139
#define ID_STR_SOURCE 2140
#define ID_STR_CLEAR 2142
#define ID_STR_FAVORITE 2143
#define ID_STR_FAVORITES 2144
#define ID_STR_NOFAVORITES 2145
#define ID_STR_CUSTOMSKINACTIONS 2146
#define ID_STR_NUMBER 2147
#define ID_STR_STRING 2148
#define ID_STR_EXTERNALPLUGINS 2149
#define ID_STR_BUILTINPLUGINS 2150
#define ID_STR_SKININSTALLER 2151
#define ID_STR_ARCHIVEPLUGINS 2152
#define ID_STR_HARDWAREACCELERATED 2153
#define ID_STR_RESTART_CONFIRM 2154
#define ID_STR_MEASURE 2155
#define ID_STR_LANGUAGEOBSOLETE 2156
#define ID_STR_CLICKLANGUAGE 2157
#define ID_STR_SAFESTART_TITLE 2158
#define ID_STR_SAFESTART_MESSAGE 2159
#define ID_STR_AUTOMATICUPDATE 2160
#define ID_STR_INSTALL_NEW_VERSION 2161
#define ID_STR_CLICK_TO_INSTALL 2162
#define ID_STR_ONHOVER 2163
#define ID_STR_GAMEMODE 2800
#define ID_STR_GAMEMODE_START 2801
#define ID_STR_GAMEMODE_STOP 2802
#define ID_STR_GAMEMODE_FULLSCREEN 2803
#define ID_STR_GAMEMODE_PROCESSLIST 2804
#define ID_STR_GAMEMODE_PROCESSLISTSC 2805
#define ID_STR_GAMEMODE_SETTINGS_DESC 2806
#define ID_STR_GAMEMODE_ACTIONS_ONSTART 2807
#define ID_STR_GAMEMODE_ACTIONS_ONSTOP 2808
#define ID_STR_GAMEMODE_ACTIONS_DESC 2809
#define ID_STR_GAMEMODE_ACTIONS_UNLOADALL 2810
#define ID_STR_GAMEMODE_ACTIONS_CURRENT 2811
#define ID_STR_CREATENEWSKIN 2999
#define ID_STR_NEWSKIN 3000
#define ID_STR_TEMPLATE 3001
#define ID_STR_TEMPLATEE 3002
#define ID_STR_ADDFOLDER 3003
#define ID_STR_ADDRESOURCES 3004
#define ID_STR_ADDSKIN 3005
#define ID_STR_RENAME 3006
#define ID_STR_SAVENEWTEMPLATE 3007
#define ID_STR_SAVEDTEMPLATES 3008
#define ID_STR_USEDEFAULTTEMPLATE 3009
#define ID_STR_CREATEFOLDERFAIL 3010
#define ID_STR_CREATEFILEFAIL 3011
#define ID_STR_FOLDEREXISTS 3012
#define ID_STR_FILEEXISTS 3013
#define ID_STR_RENAMEFOLDERFAIL 3014
#define ID_STR_RENAMEFILEFAIL 3015
#define ID_STR_FOLDERDELETE 3016
#define ID_STR_FILEDELETE 3017
#define ID_STR_FOLDERDELETEFAIL 3018
#define ID_STR_FILEDELETEFAIL 3019
#define ID_STR_TEMPLATEDOESNOTEXIST 3020
#define ID_STR_TEMPLATEEXISTS 3021
#define ID_STR_TEMPLATEFOLDERFAIL 3022
#define ID_STR_TEMPLATEFILEFAIL 3023
#define ID_STR_TEMPLATEDELETE 3024
#define IDM_REFRESH 4001
#define IDM_QUIT 4002
#define IDM_DISABLEDRAG 4003
#define IDM_MANAGE 4004
#define IDM_ABOUT 4005
#define IDM_EDITCONFIG 4006
#define IDM_CLOSESKIN 4007
#define IDM_SKIN_VERYTOPMOST 4008
#define IDM_SKIN_TOPMOST 4009
#define IDM_SKIN_NORMAL 4010
#define IDM_SKIN_BOTTOM 4011
#define IDM_SKIN_ONDESKTOP 4012
#define IDM_SKIN_TRANSPARENCY_0 4013
#define IDM_SKIN_TRANSPARENCY_10 4014
#define IDM_SKIN_TRANSPARENCY_20 4015
#define IDM_SKIN_TRANSPARENCY_30 4016
#define IDM_SKIN_TRANSPARENCY_40 4017
#define IDM_SKIN_TRANSPARENCY_50 4018
#define IDM_SKIN_TRANSPARENCY_60 4019
#define IDM_SKIN_TRANSPARENCY_70 4020
#define IDM_SKIN_TRANSPARENCY_80 4021
#define IDM_SKIN_TRANSPARENCY_90 4022
#define IDM_SKIN_TRANSPARENCY_100 4023
#define IDM_SKIN_REFRESH 4024
#define IDM_SKIN_HIDEONMOUSE 4025
#define IDM_SKIN_DRAGGABLE 4026
#define IDM_SKIN_REMEMBERPOSITION 4027
#define IDM_SKIN_SNAPTOEDGES 4028
#define IDM_SKIN_CLICKTHROUGH 4029
#define IDM_SKIN_EDITSKIN 4030
#define IDM_SHOW_HELP 4034
#define IDM_SHOWLOGFILE 4035
#define IDM_SKIN_TRANSPARENCY_FADEIN 4037
#define IDM_SKIN_TRANSPARENCY_FADEOUT 4038
#define IDM_SKIN_KEEPONSCREEN 4039
#define IDM_SKIN_FROMRIGHT 4040
#define IDM_SKIN_FROMBOTTOM 4041
#define IDM_SKIN_XPERCENTAGE 4042
#define IDM_SKIN_YPERCENTAGE 4043
#define IDM_OPENSKINSFOLDER 4044
#define IDM_SKIN_OPENSKINSFOLDER 4045
#define IDM_SKIN_MONITOR_PRIMARY 4046
#define IDM_SKIN_MONITOR_AUTOSELECT 4047
#define IDM_NEW_VERSION 4048
#define IDM_STARTLOG 4049
#define IDM_STOPLOG 4050
#define IDM_DEBUGLOG 4051
#define IDM_DELETELOGFILE 4052
#define IDM_SKIN_MANAGESKIN 4053
#define IDM_MANAGESKINSMENU_EXPAND 4054
#define IDM_MANAGESKINSMENU_OPENFOLDER 4055
#define IDM_MANAGESKINSMENU_LOAD 4056
#define IDM_MANAGESKINSMENU_REFRESH 4057
#define IDM_MANAGESKINSMENU_EDIT 4058
#define IDM_COPY 4059
#define IDM_SKIN_FAVORITE 4061
#define IDM_CREATENEWSKIN 4062
#define IDM_DEFAULT_TEMPLATE 4063
#define IDM_NEWSKINMENU_EXPAND 4064
#define IDM_NEWSKINMENU_OPENFOLDER 4065
#define IDM_NEWSKINMENU_EDITSKIN 4066
#define IDM_NEWSKINMENU_EDITFOLDERNAME 4067
#define IDM_NEWSKINMENU_EDITFILENAME 4068
#define IDM_NEWSKINMENU_DELETEFOLDER 4069
#define IDM_NEWSKINMENU_DELETEFILE 4070
#define IDM_COPYNUMBERVALUE 4071
#define IDM_COPYSTRINGVALUE 4072
#define IDM_COPYRANGE 4073
#define IDM_LANGUAGEOBSOLETE 4074
#define IDM_COPYMEASURENAME 4075
#define IDM_GAMEMODE_START 4076
#define IDM_GAMEMODE_STOP 4077
#define IDM_GAMEMODE_FULLSCREEN 4078
#define IDM_GAMEMODE_PROCESSLIST 4079
#define IDM_INSTALL_NEW_VERSION 4080
#define IDM_SKIN_HIDEONMOUSE_NONE 4081
#define IDM_SKIN_CUSTOMCONTEXTMENU_FIRST 9000
#define IDM_SKIN_CUSTOMCONTEXTMENU_LAST 9024
#define ID_CONFIG_EDIT 30000
#define ID_CONFIG_FIRST 30001
#define ID_CONFIG_LAST 40000
#define ID_THEME_FIRST 40001
#define ID_THEME_LAST 43000
#define ID_MONITOR_FIRST 43001
#define ID_MONITOR_LAST 44000
#define ID_TEMPLATE_FIRST 45001
#define ID_TEMPLATE_LAST 46000
#define ID_GAMEMODE_ONSTART_FIRST 50001
#define ID_GAMEMODE_ONSTART_LAST 53000
#define ID_GAMEMODE_ONSTOP_FIRST 53001
#define ID_GAMEMODE_ONSTOP_LAST 56000