ntdll/tests: Add tests for RtlVirtualUnwind for arm.
[wine.git] / dlls / light.msstyles / light.rc
blobaad8aa51d09d398dc17a2135df634e75ad039d40
1 /*
2  * Copyright 2021 Zhiyi Zhang for CodeWeavers
3  *
4  * This library is free software; you can redistribute it and/or
5  * modify it under the terms of the GNU Lesser General Public
6  * License as published by the Free Software Foundation; either
7  * version 2.1 of the License, or (at your option) any later version.
8  *
9  * This library is distributed in the hope that it will be useful,
10  * but WITHOUT ANY WARRANTY; without even the implied warranty of
11  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
12  * Lesser General Public License for more details.
13  *
14  * You should have received a copy of the GNU Lesser General Public
15  * License along with this library; if not, write to the Free Software
16  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
17  */
19 #include "resources.h"
21 #pragma makedep po
23 LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
25 /* Theme color display names */
26 STRINGTABLE
28     IDS_COLOR_DISPLAY_NAME_BLUE         "Blue"
29     IDS_COLOR_DISPLAY_NAME_CLASSIC_BLUE "Classic Blue"
32 /* Theme color tooltips */
33 STRINGTABLE
35     IDS_COLOR_TOOLTIP_BLUE         "Blue"
36     IDS_COLOR_TOOLTIP_CLASSIC_BLUE "Classic Blue"
39 /* Theme size display names */
40 STRINGTABLE
42     IDS_SIZE_DISPLAY_NAME_NORMAL "Normal"
45 /* Theme size tooltips */
46 STRINGTABLE
48     IDS_SIZE_TOOLTIP_NORMAL "Normal"
51 LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
53 /* Theme version */
54 1 PACKTHEM_VERSION {0x3}
56 /* Theme color names */
57 1 COLORNAMES
59 "Blue\0"
60 "Classic Blue\0"
61 "\0"
64 /* Theme size names */
65 1 SIZENAMES
67 "NormalSize\0"
68 "\0"
71 /* Theme ini files */
72 1 FILERESNAMES
74 "BLUE_INI\0"
75 "CLASSIC_BLUE_INI\0"
76 "\0"
79 /* Theme definition */
80 THEMES_INI TEXTFILE
82 "[documentation]\r\n"
83 "DisplayName = Light\r\n"
84 "ToolTip = Light Visual Style\r\n"
87 /* Light theme definition */
88 /* Classic blue theme, no bitmaps */
89 CLASSIC_BLUE_INI TEXTFILE
91 "[Globals]\r\n"
92 "EdgeLightColor = 255 255 255\r\n"
93 "EdgeHighLightColor = 255 255 255\r\n"
94 "EdgeShadowColor = 189 189 189\r\n"
95 "EdgeDkShadowColor = 158 158 158\r\n"
96 "EdgeFillColor = 255 255 255\r\n"
98 "\r\n[SysMetrics]\r\n"
99 "; System colors\r\n"
100 "Scrollbar = 255 255 255\r\n"
101 "Background = 37 111 149\r\n"
102 "ActiveCaption = 50 150 250\r\n"
103 "InactiveCaption = 245 245 245\r\n"
104 "Menu = 255 255 255\r\n"
105 "Window = 255 255 255\r\n"
106 "WindowFrame = 158 158 158\r\n"
107 "MenuText = 0 0 0\r\n"
108 "WindowText = 0 0 0\r\n"
109 "CaptionText = 0 0 0\r\n"
110 "ActiveBorder = 255 255 255\r\n"
111 "InactiveBorder = 255 255 255\r\n"
112 "AppWorkSpace = 128 128 128\r\n"
113 "Highlight = 48 150 250\r\n"
114 "HighlightText = 255 255 255\r\n"
115 "BtnFace = 245 245 245\r\n"
116 "BtnShadow = 166 166 166\r\n"
117 "GrayText = 166 166 166\r\n"
118 "BtnText = 0 0 0\r\n"
119 "InactiveCaptionText = 100 100 100\r\n"
120 "BtnHighlight = 255 255 255\r\n"
121 "DkShadow3d = 106 106 106\r\n"
122 "Light3d = 227 227 227\r\n"
123 "InfoText = 0 0 0\r\n"
124 "InfoBk = 255 255 255\r\n"
125 "ButtonAlternateFace = 255 255 255\r\n"
126 "HotTracking = 224 224 224\r\n"
127 "GradientActiveCaption = 50 150 250\r\n"
128 "GradientInactiveCaption = 245 245 245\r\n"
129 "MenuHilight = 48 150 250\r\n"
130 "MenuBar = 255 255 255\r\n"
132 "\r\n; Flat menus\r\n"
133 "FlatMenus = true\r\n"
136 /* Blue theme */
137 BLUE_INI TEXTFILE
139 "[Globals]\r\n"
140 "EdgeLightColor = 255 255 255\r\n"
141 "EdgeHighLightColor = 255 255 255\r\n"
142 "EdgeShadowColor = 189 189 189\r\n"
143 "EdgeDkShadowColor = 158 158 158\r\n"
144 "EdgeFillColor = 255 255 255\r\n"
146 "\r\n[SysMetrics]\r\n"
147 "ScrollbarWidth = 16\r\n"
148 "ScrollbarHeight = 16\r\n"
150 "\r\n; System colors\r\n"
151 "Scrollbar = 255 255 255\r\n"
152 "Background = 37 111 149\r\n"
153 "ActiveCaption = 50 150 250\r\n"
154 "InactiveCaption = 245 245 245\r\n"
155 "Menu = 255 255 255\r\n"
156 "Window = 255 255 255\r\n"
157 "WindowFrame = 158 158 158\r\n"
158 "MenuText = 0 0 0\r\n"
159 "WindowText = 0 0 0\r\n"
160 "CaptionText = 0 0 0\r\n"
161 "ActiveBorder = 255 255 255\r\n"
162 "InactiveBorder = 255 255 255\r\n"
163 "AppWorkSpace = 128 128 128\r\n"
164 "Highlight = 48 150 250\r\n"
165 "HighlightText = 255 255 255\r\n"
166 "BtnFace = 245 245 245\r\n"
167 "BtnShadow = 166 166 166\r\n"
168 "GrayText = 166 166 166\r\n"
169 "BtnText = 0 0 0\r\n"
170 "InactiveCaptionText = 100 100 100\r\n"
171 "BtnHighlight = 255 255 255\r\n"
172 "DkShadow3d = 106 106 106\r\n"
173 "Light3d = 227 227 227\r\n"
174 "InfoText = 0 0 0\r\n"
175 "InfoBk = 255 255 255\r\n"
176 "ButtonAlternateFace = 255 255 255\r\n"
177 "HotTracking = 224 224 224\r\n"
178 "GradientActiveCaption = 50 150 250\r\n"
179 "GradientInactiveCaption = 245 245 245\r\n"
180 "MenuHilight = 48 150 250\r\n"
181 "MenuBar = 255 255 255\r\n"
183 "\r\n; Flat menus\r\n"
184 "FlatMenus = true\r\n"
186 "\r\n; Button\r\n"
187 "[Button.Pushbutton]\r\n"
188 "BgType = ImageFile\r\n"
189 "SizingMargins = 8, 8, 8, 8\r\n"
190 "SizingType = Stretch\r\n"
191 "ContentMargins = 3, 3, 3, 3\r\n"
192 "ImageFile = blue_button.bmp\r\n"
193 "ImageCount = 6\r\n"
194 "ImageLayout = Vertical\r\n"
195 "TextColor = 0 0 0\r\n"
196 "MinSize = 10, 5\r\n"
197 "TransitionDurations = 6, "
198 "0, 100, 100, 100, 100, 100, "
199 "100, 0, 100, 100, 100, 100, "
200 "100, 100, 0, 100, 100, 100, "
201 "100, 100, 100, 0, 100, 100, "
202 "100, 100, 100, 100, 0, 100, "
203 "100, 100, 100, 100, 100, 0\r\n"
205 "[Button.Pushbutton(Pressed)]\r\n"
206 "TextColor = 255 255 255\r\n"
208 "[Button.Pushbutton(Disabled)]\r\n"
209 "TextColor = 166 166 166\r\n"
211 "[Button.Checkbox]\r\n"
212 "BgType = ImageFile\r\n"
213 "ImageLayout = Vertical\r\n"
214 "SizingType = TrueSize\r\n"
215 "SizingMargins = 0, 0, 0, 0\r\n"
216 "ContentMargins = 0, 0, 0, 0\r\n"
217 "ImageCount = 12\r\n"
218 "MirrorImage = False\r\n"
219 "ImageSelectType = Dpi\r\n"
220 "TrueSizeScalingType = Dpi\r\n"
221 "UniformSizing = True\r\n"
222 "Transparent = True\r\n"
223 "ImageFile1 = blue_checkbox_13px.bmp\r\n"
224 "ImageFile2 = blue_checkbox_16px.bmp\r\n"
225 "ImageFile3 = blue_checkbox_19px.bmp\r\n"
226 "ImageFile4 = blue_checkbox_22px.bmp\r\n"
227 "ImageFile5 = blue_checkbox_25px.bmp\r\n"
228 "ImageFile6 = blue_checkbox_28px.bmp\r\n"
229 "ImageFile7 = blue_checkbox_31px.bmp\r\n"
230 "MinDpi1 = 96\r\n"
231 "MinDpi2 = 120\r\n"
232 "MinDpi3 = 144\r\n"
233 "MinDpi4 = 168\r\n"
234 "MinDpi5 = 192\r\n"
235 "MinDpi6 = 216\r\n"
236 "MinDpi7 = 240\r\n"
237 "TransitionDurations = 20, "
238 "0, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, "
239 "100, 0, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, "
240 "100, 100, 0, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, "
241 "100, 100, 100, 0, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, "
242 "100, 100, 100, 100, 0, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, "
243 "100, 100, 100, 100, 100, 0, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, "
244 "100, 100, 100, 100, 100, 100, 0, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, "
245 "100, 100, 100, 100, 100, 100, 100, 0, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, "
246 "100, 100, 100, 100, 100, 100, 100, 100, 0, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, "
247 "100, 100, 100, 100, 100, 100, 100, 100, 100, 0, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, "
248 "100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 0, 100, 100, 100, 100, 100, 100, 100, 100, 100, "
249 "100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 0, 100, 100, 100, 100, 100, 100, 100, 100, "
250 "100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 0, 100, 100, 100, 100, 100, 100, 100, "
251 "100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 0, 100, 100, 100, 100, 100, 100, "
252 "100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 0, 100, 100, 100, 100, 100, "
253 "100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 0, 100, 100, 100, 100, "
254 "100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 0, 100, 100, 100, "
255 "100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 0, 100, 100, "
256 "100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 0, 100, "
257 "100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 0\r\n"
259 "[Button.Checkbox(Checkeddisabled)]\r\n"
260 "TextColor = 189 189 189\r\n"
262 "[Button.Checkbox(Uncheckeddisabled)]\r\n"
263 "TextColor = 189 189 189\r\n"
265 "[Button.Checkbox(Mixeddisabled)]\r\n"
266 "TextColor = 189 189 189\r\n"
268 "[Button.Radiobutton]\r\n"
269 "BgType = ImageFile\r\n"
270 "ImageLayout = Vertical\r\n"
271 "Transparent = True\r\n"
272 "SizingType = TrueSize\r\n"
273 "SizingMargins = 0, 0, 0, 0\r\n"
274 "ContentMargins = 0, 0, 0, 0\r\n"
275 "ImageCount = 8\r\n"
276 "ImageSelectType = Dpi\r\n"
277 "TrueSizeScalingType = Dpi\r\n"
278 "UniformSizing = True\r\n"
279 "ImageFile1 = blue_radiobutton_13px.bmp\r\n"
280 "ImageFile2 = blue_radiobutton_16px.bmp\r\n"
281 "ImageFile3 = blue_radiobutton_19px.bmp\r\n"
282 "ImageFile4 = blue_radiobutton_22px.bmp\r\n"
283 "ImageFile5 = blue_radiobutton_25px.bmp\r\n"
284 "ImageFile6 = blue_radiobutton_28px.bmp\r\n"
285 "ImageFile7 = blue_radiobutton_31px.bmp\r\n"
286 "MinDpi1 = 96\r\n"
287 "MinDpi2 = 120\r\n"
288 "MinDpi3 = 144\r\n"
289 "MinDpi4 = 168\r\n"
290 "MinDpi5 = 192\r\n"
291 "MinDpi6 = 216\r\n"
292 "MinDpi7 = 240\r\n"
293 "TransitionDurations = 8, "
294 "0, 100, 100, 100, 100, 100, 100, 100, "
295 "100, 0, 100, 100, 100, 100, 100, 100, "
296 "100, 100, 0, 100, 100, 100, 100, 100, "
297 "100, 100, 100, 0, 100, 100, 100, 100, "
298 "100, 100, 100, 100, 0, 100, 100, 100, "
299 "100, 100, 100, 100, 100, 0, 100, 100, "
300 "100, 100, 100, 100, 100, 100, 0, 100, "
301 "100, 100, 100, 100, 100, 100, 100, 0\r\n"
303 "[Button.Radiobutton(Checkeddisabled)]\r\n"
304 "TextColor = 189 189 189\r\n"
306 "[Button.Radiobutton(Uncheckeddisabled)]\r\n"
307 "TextColor = 189 189 189\r\n"
309 "[Button.Groupbox]\r\n"
310 "TextColor = 0 0 0\r\n"
311 "BgType = ImageFile\r\n"
312 "SizingMargins = 5, 5, 5, 5\r\n"
313 "SizingType = Tile\r\n"
314 "ImageFile = blue_groupbox.bmp\r\n"
315 "BorderOnly = True\r\n"
316 "Transparent = True\r\n"
318 "[Button.Commandlink]\r\n"
319 "BgType = ImageFile\r\n"
320 "BorderSize = 0\r\n"
321 "ContentMargins = 7, 7, 10, 10\r\n"
322 "Font = Tahoma, 10\r\n"
323 "BodyFont = Tahoma, 8\r\n"
324 "ImageFile = blue_commandlink.bmp\r\n"
325 "ImageCount = 6\r\n"
326 "ImageLayout = Vertical\r\n"
327 "SizingType = Stretch\r\n"
328 "SizingMargins = 5, 5, 24, 24\r\n"
329 "Transparent = True\r\n"
330 "TextColor = 0 0 0\r\n"
331 "MinSize = 10, 5\r\n"
332 "TransitionDurations = 6, "
333 "0, 100, 100, 100, 100, 100, "
334 "100, 0, 100, 100, 100, 100, "
335 "100, 100, 0, 100, 100, 100, "
336 "100, 100, 100, 0, 100, 100, "
337 "100, 100, 100, 100, 0, 100, "
338 "100, 100, 100, 100, 100, 0\r\n"
340 "[Button.Commandlink(Hot)]\r\n"
341 "TextColor = 48 150 250\r\n"
343 "[Button.Commandlink(Pressed)]\r\n"
344 "TextColor = 41 121 255\r\n"
346 "[Button.Commandlink(Disabled)]\r\n"
347 "TextColor = 174 174 174\r\n"
349 "[Button.CommandlinkGlyph]\r\n"
350 "BgType = ImageFile\r\n"
351 "SizingType = TrueSize\r\n"
352 "ImageCount = 5\r\n"
353 "Transparent = True\r\n"
354 "ImageLayout = Vertical\r\n"
355 "ImageSelectType = Dpi\r\n"
356 "TrueSizeScalingType = Dpi\r\n"
357 "Transparent = True\r\n"
358 "UniformSizing = True\r\n"
359 "ImageFile1 = blue_commandlink_glyph_30px.bmp\r\n"
360 "ImageFile2 = blue_commandlink_glyph_37px.bmp\r\n"
361 "ImageFile3 = blue_commandlink_glyph_45px.bmp\r\n"
362 "ImageFile4 = blue_commandlink_glyph_52px.bmp\r\n"
363 "ImageFile5 = blue_commandlink_glyph_60px.bmp\r\n"
364 "ImageFile6 = blue_commandlink_glyph_67px.bmp\r\n"
365 "ImageFile7 = blue_commandlink_glyph_75px.bmp\r\n"
366 "MinDpi1 = 96\r\n"
367 "MinDpi2 = 120\r\n"
368 "MinDpi3 = 144\r\n"
369 "MinDpi4 = 168\r\n"
370 "MinDpi5 = 192\r\n"
371 "MinDpi6 = 216\r\n"
372 "MinDpi7 = 240\r\n"
374 "\r\n; ComboBox\r\n"
375 "[ComboBox]\r\n"
376 "BgType = BorderFill\r\n"
377 "BorderSize = 1\r\n"
378 "FillColor = 255 255 255\r\n"
379 "BorderColor = 174 174 174\r\n"
380 "TransitionDurations = 4, "
381 "0, 100, 100, 100, "
382 "100, 0, 100, 100, "
383 "100, 100, 0, 100, "
384 "100, 100, 100, 0\r\n"
386 "[ComboBox(Disabled)]\r\n"
387 "BorderColor = 228 228 228\r\n"
388 "FillColor = 231 231 231\r\n"
390 "[ComboBox.DropDownButton]\r\n"
391 "BgType = ImageFile\r\n"
392 "ImageLayout = Vertical\r\n"
393 "SizingType = Stretch\r\n"
394 "ImageFile = blue_combobutton.bmp\r\n"
395 "SizingMargins = 3, 3, 3, 3\r\n"
396 "ContentMargins = 0, 0, 0, 0\r\n"
397 "ImageCount = 4\r\n"
398 "GlyphType = ImageGlyph\r\n"
399 "GlyphImageFile = blue_combobutton_glyph.bmp\r\n"
400 "GlyphTransparent = True\r\n"
401 "Transparent = True\r\n"
402 "TransitionDurations = 4, "
403 "0, 100, 100, 100, "
404 "100, 0, 100, 100, "
405 "100, 100, 0, 100, "
406 "100, 100, 100, 0\r\n"
408 "\r\n; Edit\r\n"
409 "[Edit]\r\n"
410 "BgType = BorderFill\r\n"
411 "BorderSize = 1\r\n"
412 "FillColor = 255 255 255\r\n"
413 "BorderColor = 174 174 174\r\n"
415 "[Edit.Edittext(Disabled)]\r\n"
416 "FillColor = 245 245 245\r\n"
417 "TextColor = 166 166 166\r\n"
419 "[Edit.Edittext(ReadOnly)]\r\n"
420 "FillColor = 245 245 245\r\n"
421 "TextColor = 0 0 0\r\n"
423 "\r\n; Header\r\n"
424 "[Header]\r\n"
425 "BgType = ImageFile\r\n"
426 "SizingMargins = 2, 2, 2, 4\r\n"
427 "ImageFile = blue_header.bmp\r\n"
428 "SizingType = Tile\r\n"
430 "[Header.HeaderItem]\r\n"
431 "BgType = ImageFile\r\n"
432 "SizingMargins = 2, 2, 2, 4\r\n"
433 "ContentMargins = 3, 0, 0, 0\r\n"
434 "ImageFile = blue_header_item.bmp\r\n"
435 "ImageCount = 5\r\n"
436 "ImageLayout = Vertical\r\n"
437 "SizingType = Tile\r\n"
438 "Transparent = True\r\n"
440 "\r\n; ListBox\r\n"
441 "[ListBox]\r\n"
442 "BgType = BorderFill\r\n"
443 "BorderSize = 1\r\n"
444 "FillColor = 255 255 255\r\n"
445 "BorderColor = 174 174 174\r\n"
447 "\r\n; ListView\r\n"
448 "[ListView]\r\n"
449 "BgType = BorderFill\r\n"
450 "BorderSize = 1\r\n"
451 "FillColor = 255 255 255\r\n"
452 "BorderColor = 174 174 174\r\n"
454 "\r\n; Progress\r\n"
455 "[Progress]\r\n"
456 "ProgressChunkSize = 1\r\n"
457 "ProgressSpaceSize = 0\r\n"
458 "BgType = BorderFill\r\n"
459 "FillType = Solid\r\n"
460 "FillColor = 255 255 255\r\n"
461 "BorderSize = 1\r\n"
462 "BorderColor = 174 174 174\r\n"
464 "[Progress.Bar]\r\n"
465 "BgType = ImageFile\r\n"
466 "ImageFile = blue_progress_track_horizontal.bmp\r\n"
467 "MinSize = 10, 10\r\n"
468 "SizingMargins = 1, 1, 1, 1\r\n"
469 "SizingType = Stretch\r\n"
471 "[Progress.BarVert]\r\n"
472 "BgType = ImageFile\r\n"
473 "ImageFile = blue_progress_track_vertical.bmp\r\n"
474 "SizingMargins = 1, 1, 1, 1\r\n"
475 "SizingType = Stretch\r\n"
477 "[Progress.Chunk]\r\n"
478 "BgType = ImageFile\r\n"
479 "ImageFile = blue_progress_chunk_horizontal.bmp\r\n"
480 "SizingMargins = 1, 1, 1, 1\r\n"
481 "SizingType = Stretch\r\n"
483 "[Progress.ChunkVert]\r\n"
484 "BgType = ImageFile\r\n"
485 "ImageFile = blue_progress_chunk_vertical.bmp\r\n"
486 "SizingMargins = 1, 1, 1, 1\r\n"
487 "SizingType = Stretch\r\n"
489 "\r\n; Rebar\r\n"
490 "[Rebar]\r\n"
491 "BgType = ImageFile\r\n"
492 "SizingType = Stretch\r\n"
493 "ImageFile = blue_rebar_background.bmp\r\n"
494 "SizingMargins = 1, 1, 9, 2\r\n"
495 "Font = Tahoma, 8\r\n"
496 "TextColor = 0 0 0\r\n"
498 "[Rebar.Band]\r\n"
499 "BgType = None\r\n"
500 "ContentMargins = 2, 0, 0, 0\r\n"
502 "[Rebar.Gripper]\r\n"
503 "Bgtype = imagefile\r\n"
504 "SizingMargins = 2, 1, 4, 2\r\n"
505 "ContentMargins = 2, 1, 0, 0\r\n"
506 "ImageFile = blue_rebar_gripper_horizontal.bmp\r\n"
507 "SizingType = Tile\r\n"
508 "Transparent = True\r\n"
510 "[Rebar.GripperVert]\r\n"
511 "Bgtype = ImageFile\r\n"
512 "SizingMargins = 3, 3, 2, 1\r\n"
513 "ContentMargins = 1, 2, 0, 0\r\n"
514 "ImageFile = blue_rebar_gripper_vertical.bmp\r\n"
515 "SizingType = Tile\r\n"
516 "Transparent = True\r\n"
518 "[Rebar.Chevron]\r\n"
519 "SizingMargins = 4, 4, 4, 4\r\n"
520 "ContentMargins = 0, 0, 0, 0\r\n"
521 "; Same as toolbar buttons \r\n"
522 "ImageFile = blue_toolbar_buttons.bmp\r\n"
523 "Bgtype = ImageFile\r\n"
524 "Imagelayout = Vertical\r\n"
525 "ImageCount = 6\r\n"
526 "SizingType = Stretch\r\n"
527 "Transparent = True\r\n"
528 "GlyphType = ImageGlyph\r\n"
529 "GlyphImageFile = blue_rebar_chevron.bmp\r\n"
530 "GlyphTransparent = True\r\n"
531 "VAlign = Top\r\n"
533 "[Rebar.ChevronVert]\r\n"
534 "SizingMargins = 4, 4, 4, 4\r\n"
535 "ContentMargins = 0, 0, 0, 0\r\n"
536 "; Same as toolbar buttons \r\n"
537 "ImageFile = blue_toolbar_buttons.bmp\r\n"
538 "Bgtype = ImageFile\r\n"
539 "Imagelayout = Vertical\r\n"
540 "ImageCount = 6\r\n"
541 "SizingType = Stretch\r\n"
542 "Transparent = True\r\n"
543 "GlyphType = ImageGlyph\r\n"
544 "GlyphImageFile = blue_rebar_chevron.bmp\r\n"
545 "GlyphTransparent = True\r\n"
546 "VAlign = Top\r\n"
548 "\r\n; Scroll Bar\r\n"
549 "[ScrollBar]\r\n"
550 "TransitionDurations = 5, "
551 "0, 100, 100, 100, 100, "
552 "100, 0, 100, 100, 100, "
553 "100, 100, 0, 100, 100, "
554 "100, 100, 100, 0, 100, "
555 "100, 100, 100, 100, 0\r\n"
557 "[ScrollBar.ArrowBtn]\r\n"
558 "BgType = ImageFile\r\n"
559 "SizingMargins = 5, 5, 5, 5\r\n"
560 "ContentMargins = 0, 0, 3, 3\r\n"
561 "SizingType = Tile\r\n"
562 "ImageFile = blue_scrollbar_arrows.bmp\r\n"
563 "ImageCount = 16\r\n"
564 "ImageLayout = Vertical\r\n"
565 "GlyphType = ImageGlyph\r\n"
566 "GlyphTransparent = True\r\n"
567 "ImageSelectType = Size\r\n"
568 "UniformSizing = True\r\n"
569 "ImageFile1 = blue_scrollbar_arrow_glyphs_7px.bmp\r\n"
570 "ImageFile2 = blue_scrollbar_arrow_glyphs_9px.bmp\r\n"
571 "MinSize1 = 7, 7\r\n"
572 "MinSize2 = 9, 9\r\n"
574 "[ScrollBar.ThumbBtnHorz]\r\n"
575 "BgType = ImageFile\r\n"
576 "SizingMargins = 5, 5, 5, 5\r\n"
577 "ContentMargins = 4, 4, 0, 0\r\n"
578 "ImageFile = blue_scrollbar_thumb_horizontal.bmp\r\n"
579 "ImageCount = 4\r\n"
580 "ImageLayout = Vertical\r\n"
582 "[ScrollBar.ThumbBtnVert]\r\n"
583 "BgType = ImageFile\r\n"
584 "SizingMargins = 5, 5, 5, 5\r\n"
585 "ContentMargins = 0, 0, 4, 4\r\n"
586 "ImageFile = blue_scrollbar_thumb_vertical.bmp\r\n"
587 "ImageCount = 4\r\n"
588 "ImageLayout = Vertical\r\n"
590 "[ScrollBar.GripperHorz]\r\n"
591 "BgType = None\r\n"
593 "[ScrollBar.GripperVert]\r\n"
594 "BgType = None\r\n"
596 "[ScrollBar.LowerTrackHorz]\r\n"
597 "BgType = ImageFile\r\n"
598 "ImageFile = blue_scrollbar_shaft_horizontal.bmp\r\n"
599 "SizingMargins = 0, 0, 1, 1\r\n"
600 "ImageCount = 4\r\n"
601 "ImageLayout = Vertical\r\n"
603 "[ScrollBar.LowerTrackVert]\r\n"
604 "BgType = ImageFile\r\n"
605 "ImageFile = blue_scrollbar_shaft_vertical.bmp\r\n"
606 "SizingMargins = 1, 1, 0, 0\r\n"
607 "ImageCount = 4\r\n"
608 "ImageLayout = Vertical\r\n"
610 "[ScrollBar.UpperTrackHorz]\r\n"
611 "BgType = ImageFile\r\n"
612 "ImageFile = blue_scrollbar_shaft_horizontal.bmp\r\n"
613 "SizingMargins = 0, 0, 1, 1\r\n"
614 "ImageCount = 4\r\n"
615 "ImageLayout = Vertical\r\n"
617 "[ScrollBar.UpperTrackVert]\r\n"
618 "BgType = ImageFile\r\n"
619 "ImageFile = blue_scrollbar_shaft_vertical.bmp\r\n"
620 "SizingMargins = 1, 1, 0, 0\r\n"
621 "ImageCount = 4\r\n"
622 "ImageLayout = Vertical\r\n"
624 "[ScrollBar.SizeBox]\r\n"
625 "BgType = ImageFile\r\n"
626 "ImageSelectType = Dpi\r\n"
627 "TrueSizeScalingType = Dpi\r\n"
628 "ImageCount = 2\r\n"
629 "SizingType = TrueSize\r\n"
630 "Transparent = True\r\n"
631 "VAlign = Bottom\r\n"
632 "ImageFile1 = blue_scrollbar_resizebox_grip_16px.bmp\r\n"
633 "ImageFile2 = blue_scrollbar_resizebox_grip_20px.bmp\r\n"
634 "ImageFile3 = blue_scrollbar_resizebox_grip_24px.bmp\r\n"
635 "ImageFile4 = blue_scrollbar_resizebox_grip_28px.bmp\r\n"
636 "ImageFile5 = blue_scrollbar_resizebox_grip_32px.bmp\r\n"
637 "ImageFile6 = blue_scrollbar_resizebox_grip_36px.bmp\r\n"
638 "ImageFile7 = blue_scrollbar_resizebox_grip_40px.bmp\r\n"
639 "MinDpi1 = 96\r\n"
640 "MinDpi2 = 120\r\n"
641 "MinDpi3 = 144\r\n"
642 "MinDpi4 = 168\r\n"
643 "MinDpi5 = 192\r\n"
644 "MinDpi6 = 216\r\n"
645 "MinDpi7 = 240\r\n"
647 "\r\n; Spin\r\n"
648 "[Spin]\r\n"
649 "BgType = ImageFile\r\n"
650 "SizingType = Tile\r\n"
651 "ImageFile = blue_spin_background.bmp\r\n"
652 "SizingMargins = 2, 2, 2, 2\r\n"
653 "ImageCount = 1\r\n"
655 "[Spin.Up]\r\n"
656 "BgType = ImageFile\r\n"
657 "SizingType = Stretch\r\n"
658 "ImageFile = blue_spin_background_up.bmp\r\n"
659 "SizingMargins = 4, 3, 4, 2\r\n"
660 "ContentMargins = 0, 0, 0, 0\r\n"
661 "ImageCount = 4\r\n"
662 "ImageLayout = Vertical\r\n"
663 "GlyphType = ImageGlyph\r\n"
664 "GlyphImageFile = blue_spin_glyph_up.bmp\r\n"
665 "GlyphTransparent = True\r\n"
666 "TransitionDurations = 4, "
667 "0, 100, 100, 100, "
668 "100, 0, 100, 100, "
669 "100, 100, 0, 100, "
670 "100, 100, 100, 0\r\n"
672 "[Spin.Down]\r\n"
673 "BgType = ImageFile\r\n"
674 "SizingType = Tile\r\n"
675 "ImageFile = blue_spin_background_down.bmp\r\n"
676 "SizingMargins = 4, 3, 3, 3\r\n"
677 "ContentMargins = 0, 0, 0, 0\r\n"
678 "ImageCount = 4\r\n"
679 "ImageLayout = Vertical\r\n"
680 "GlyphType = ImageGlyph\r\n"
681 "GlyphImageFile = blue_spin_glyph_down.bmp\r\n"
682 "GlyphTransparent = True\r\n"
683 "TransitionDurations = 4, "
684 "0, 100, 100, 100, "
685 "100, 0, 100, 100, "
686 "100, 100, 0, 100, "
687 "100, 100, 100, 0\r\n"
689 "[Spin.Uphorz]\r\n"
690 "BgType = ImageFile\r\n"
691 "SizingType = Stretch\r\n"
692 "ImageFile = blue_spin_background_right.bmp\r\n"
693 "SizingMargins = 3, 3, 4, 2\r\n"
694 "ContentMargins = 0, 0, 0, 0\r\n"
695 "ImageCount = 4\r\n"
696 "ImageLayout = Vertical\r\n"
697 "GlyphType = ImageGlyph\r\n"
698 "GlyphImageFile = blue_spin_glyph_right.bmp\r\n"
699 "GlyphTransparent = True\r\n"
700 "TransitionDurations = 4, "
701 "0, 100, 100, 100, "
702 "100, 0, 100, 100, "
703 "100, 100, 0, 100, "
704 "100, 100, 100, 0\r\n"
706 "[Spin.Downhorz]\r\n"
707 "BgType = ImageFile\r\n"
708 "SizingType = Stretch\r\n"
709 "ImageFile = blue_spin_background_left.bmp\r\n"
710 "SizingMargins = 4, 2, 4, 2\r\n"
711 "ContentMargins = 0, 0, 0, 0\r\n"
712 "ImageCount = 4\r\n"
713 "ImageLayout = Vertical\r\n"
714 "GlyphType = ImageGlyph\r\n"
715 "GlyphImageFile = blue_spin_glyph_left.bmp\r\n"
716 "GlyphTransparent = True\r\n"
717 "TransitionDurations = 4, "
718 "0, 100, 100, 100, "
719 "100, 0, 100, 100, "
720 "100, 100, 0, 100, "
721 "100, 100, 100, 0\r\n"
723 "\r\n; Status\r\n"
724 "[Status]\r\n"
725 "SizingMargins = 1, 1, 2, 1\r\n"
726 "ImageFile = blue_status_background.bmp\r\n"
727 "BgType = ImageFile\r\n"
728 "ImageCount = 1\r\n"
729 "SizingType = Stretch\r\n"
731 "[Status.Pane]\r\n"
732 "SizingMargins = 0, 2, 2, 2\r\n"
733 "ImageFile = blue_status_pane.bmp\r\n"
734 "BgType = ImageFile\r\n"
735 "ImageCount = 1\r\n"
736 "SizingType = Tile\r\n"
737 "Transparent = True\r\n"
739 "[Status.GripperPane]\r\n"
740 "BgType = None\r\n"
742 "[Status.Gripper]\r\n"
743 "ContentMargins = 0, 0, 0, 0\r\n"
744 "BgType = ImageFile\r\n"
745 "ImageSelectType = Dpi\r\n"
746 "TrueSizeScalingType = Dpi\r\n"
747 "ImageCount = 2\r\n"
748 "SizingType = TrueSize\r\n"
749 "Transparent = True\r\n"
750 "VAlign = Bottom\r\n"
751 "; Same as scrollbar resize box gripper \r\n"
752 "ImageFile1 = blue_scrollbar_resizebox_grip_16px.bmp\r\n"
753 "ImageFile2 = blue_scrollbar_resizebox_grip_20px.bmp\r\n"
754 "ImageFile3 = blue_scrollbar_resizebox_grip_24px.bmp\r\n"
755 "ImageFile4 = blue_scrollbar_resizebox_grip_28px.bmp\r\n"
756 "ImageFile5 = blue_scrollbar_resizebox_grip_32px.bmp\r\n"
757 "ImageFile6 = blue_scrollbar_resizebox_grip_36px.bmp\r\n"
758 "ImageFile7 = blue_scrollbar_resizebox_grip_40px.bmp\r\n"
759 "MinDpi1 = 96\r\n"
760 "MinDpi2 = 120\r\n"
761 "MinDpi3 = 144\r\n"
762 "MinDpi4 = 168\r\n"
763 "MinDpi5 = 192\r\n"
764 "MinDpi6 = 216\r\n"
765 "MinDpi7 = 240\r\n"
767 "\r\n; Tab\r\n"
768 "[Tab]\r\n"
769 "BgType = BorderFill\r\n"
770 "FillType = Solid\r\n"
771 "FillColor = 255 255 255\r\n"
772 "BorderSize = 0\r\n"
774 "[Tab.Pane]\r\n"
775 "BgType = ImageFile\r\n"
776 "ImageFile = blue_tab_pane_edge.bmp\r\n"
777 "SizingMargins = 2, 4, 2, 4\r\n"
778 "SizingType = Stretch\r\n"
779 "ImageCount = 1\r\n"
781 "[Tab.TabItem]\r\n"
782 "SizingMargins = 2, 2, 6, 6\r\n"
783 "ContentMargins = 0, 0, 0, 0\r\n"
784 "BgType = ImageFile\r\n"
785 "ImageFile = blue_tab_item.bmp\r\n"
786 "ImageCount = 5\r\n"
787 "ImageLayout = Vertical\r\n"
788 "TransitionDurations = 5, "
789 "0, 100, 100, 100, 100, "
790 "100, 0, 100, 100, 100, "
791 "100, 100, 0, 100, 100, "
792 "100, 100, 100, 0, 100, "
793 "100, 100, 100, 100, 0\r\n"
795 "[Tab.TabItemLeftEdge]\r\n"
796 "SizingMargins = 2, 2, 6, 6\r\n"
797 "ContentMargins = 0, 0, 0, 0\r\n"
798 "BgType = ImageFile\r\n"
799 "ImageFile = blue_tab_item_left.bmp\r\n"
800 "ImageCount = 5\r\n"
801 "ImageLayout = Vertical\r\n"
802 "Transparent = True\r\n"
803 "TransitionDurations = 5, "
804 "0, 100, 100, 100, 100, "
805 "100, 0, 100, 100, 100, "
806 "100, 100, 0, 100, 100, "
807 "100, 100, 100, 0, 100, "
808 "100, 100, 100, 100, 0\r\n"
810 "[Tab.TabItemRightEdge]\r\n"
811 "SizingMargins = 2, 2, 6, 6\r\n"
812 "ContentMargins = 0, 0, 0, 0\r\n"
813 "BgType = ImageFile\r\n"
814 "ImageFile = blue_tab_item_right.bmp\r\n"
815 "ImageCount = 5\r\n"
816 "ImageLayout = Vertical\r\n"
817 "Transparent = True\r\n"
818 "TransitionDurations = 5, "
819 "0, 100, 100, 100, 100, "
820 "100, 0, 100, 100, 100, "
821 "100, 100, 0, 100, 100, "
822 "100, 100, 100, 0, 100, "
823 "100, 100, 100, 100, 0\r\n"
825 "[Tab.TabItemBothEdge]\r\n"
826 "SizingMargins = 2, 2, 6, 6\r\n"
827 "ContentMargins = 0, 0, 0, 0\r\n"
828 "BgType = ImageFile\r\n"
829 "ImageFile = blue_tab_item.bmp\r\n"
830 "ImageCount = 5\r\n"
831 "ImageLayout = Vertical\r\n"
832 "TransitionDurations = 5, "
833 "0, 100, 100, 100, 100, "
834 "100, 0, 100, 100, 100, "
835 "100, 100, 0, 100, 100, "
836 "100, 100, 100, 0, 100, "
837 "100, 100, 100, 100, 0\r\n"
839 "[Tab.TopTabItem]\r\n"
840 "SizingMargins = 2, 2, 6, 6\r\n"
841 "ContentMargins = 0, 0, 0, 0\r\n"
842 "BgType = ImageFile\r\n"
843 "ImageFile = blue_tab_item.bmp\r\n"
844 "ImageCount = 5\r\n"
845 "ImageLayout = Vertical\r\n"
846 "Transparent = True\r\n"
847 "TransitionDurations = 5, "
848 "0, 100, 100, 100, 100, "
849 "100, 0, 100, 100, 100, "
850 "100, 100, 0, 100, 100, "
851 "100, 100, 100, 0, 100, "
852 "100, 100, 100, 100, 0\r\n"
854 "[Tab.TopTabItemLeftEdge]\r\n"
855 "SizingMargins = 2, 2, 6, 6\r\n"
856 "ContentMargins = 0, 0, 0, 0\r\n"
857 "BgType = ImageFile\r\n"
858 "ImageFile = blue_tab_item_left.bmp\r\n"
859 "ImageCount = 5\r\n"
860 "ImageLayout = Vertical\r\n"
861 "Transparent = True\r\n"
862 "TransitionDurations = 5, "
863 "0, 100, 100, 100, 100, "
864 "100, 0, 100, 100, 100, "
865 "100, 100, 0, 100, 100, "
866 "100, 100, 100, 0, 100, "
867 "100, 100, 100, 100, 0\r\n"
869 "[Tab.TopTabItemRightEdge]\r\n"
870 "SizingMargins = 2, 2, 6, 6\r\n"
871 "ContentMargins = 0, 0, 0, 0\r\n"
872 "BgType = ImageFile\r\n"
873 "ImageFile = blue_tab_item_right.bmp\r\n"
874 "ImageCount = 5\r\n"
875 "ImageLayout = Vertical\r\n"
876 "Transparent = True\r\n"
877 "TransitionDurations = 5, "
878 "0, 100, 100, 100, 100, "
879 "100, 0, 100, 100, 100, "
880 "100, 100, 0, 100, 100, "
881 "100, 100, 100, 0, 100, "
882 "100, 100, 100, 100, 0\r\n"
884 "[Tab.TopTabItemBothEdge]\r\n"
885 "SizingMargins = 2, 2, 6, 6\r\n"
886 "ContentMargins = 0, 0, 0, 0\r\n"
887 "BgType = ImageFile\r\n"
888 "ImageFile = blue_tab_item.bmp\r\n"
889 "ImageCount = 5\r\n"
890 "ImageLayout = Vertical\r\n"
891 "Transparent = True\r\n"
892 "TransitionDurations = 5, "
893 "0, 100, 100, 100, 100, "
894 "100, 0, 100, 100, 100, "
895 "100, 100, 0, 100, 100, "
896 "100, 100, 100, 0, 100, "
897 "100, 100, 100, 100, 0\r\n"
899 "[Tab.Body]\r\n"
900 "BgType = ImageFile\r\n"
901 "ImageFile = blue_tab_background.bmp\r\n"
903 "\r\n; Toolbar\r\n"
904 "[Toolbar]\r\n"
905 "BgType = BorderFill\r\n"
906 "BorderSize = 0\r\n"
907 "FillColor = 244 244 244\r\n"
908 "TextColor = 0 0 0\r\n"
909 "TransitionDurations = 8, "
910 "0, 100, 100, 100, 100, 100, 100, 100, "
911 "100, 0, 100, 100, 100, 100, 100, 100, "
912 "100, 100, 0, 100, 100, 100, 100, 100, "
913 "100, 100, 100, 0, 100, 100, 100, 100, "
914 "100, 100, 100, 100, 0, 100, 100, 100, "
915 "100, 100, 100, 100, 100, 0, 100, 100, "
916 "100, 100, 100, 100, 100, 100, 0, 100, "
917 "100, 100, 100, 100, 100, 100, 100, 0\r\n"
919 "[Toolbar(Pressed)]\r\n"
920 "TextColor = 0 0 0\r\n"
922 "[Toolbar.Button]\r\n"
923 "SizingMargins = 3, 3, 3, 3\r\n"
924 "ContentMargins = 0, 0, 0, 0\r\n"
925 "ImageFile = blue_toolbar_buttons.bmp\r\n"
926 "BgType = ImageFile\r\n"
927 "ImageLayout = Vertical\r\n"
928 "ImageCount = 6\r\n"
929 "SizingType = Stretch\r\n"
930 "Transparent = True\r\n"
931 "TransitionDurations = 8, "
932 "0, 100, 100, 100, 100, 100, 100, 100, "
933 "100, 0, 100, 100, 100, 100, 100, 100, "
934 "100, 100, 0, 100, 100, 100, 100, 100, "
935 "100, 100, 100, 0, 100, 100, 100, 100, "
936 "100, 100, 100, 100, 0, 100, 100, 100, "
937 "100, 100, 100, 100, 100, 0, 100, 100, "
938 "100, 100, 100, 100, 100, 100, 0, 100, "
939 "100, 100, 100, 100, 100, 100, 100, 0\r\n"
941 "[Toolbar.Separator]\r\n"
942 "SizingMargins = 5, 2, 2, 1\r\n"
943 "ImageFile = blue_toolbar_separator_horizontal.bmp\r\n"
944 "BgType = ImageFile\r\n"
945 "ImageCount = 1\r\n"
946 "SizingType = Tile\r\n"
947 "Transparent = True\r\n"
948 "TransitionDurations = 8, "
949 "0, 100, 100, 100, 100, 100, 100, 100, "
950 "100, 0, 100, 100, 100, 100, 100, 100, "
951 "100, 100, 0, 100, 100, 100, 100, 100, "
952 "100, 100, 100, 0, 100, 100, 100, 100, "
953 "100, 100, 100, 100, 0, 100, 100, 100, "
954 "100, 100, 100, 100, 100, 0, 100, 100, "
955 "100, 100, 100, 100, 100, 100, 0, 100, "
956 "100, 100, 100, 100, 100, 100, 100, 0\r\n"
958 "[Toolbar.SeparatorVert]\r\n"
959 "SizingMargins = 2, 1, 5, 1\r\n"
960 "ImageFile = blue_toolbar_separator_vertical.bmp\r\n"
961 "BgType = ImageFile\r\n"
962 "ImageCount = 1\r\n"
963 "SizingType = Tile\r\n"
964 "Transparent = True\r\n"
965 "TransitionDurations = 8, "
966 "0, 100, 100, 100, 100, 100, 100, 100, "
967 "100, 0, 100, 100, 100, 100, 100, 100, "
968 "100, 100, 0, 100, 100, 100, 100, 100, "
969 "100, 100, 100, 0, 100, 100, 100, 100, "
970 "100, 100, 100, 100, 0, 100, 100, 100, "
971 "100, 100, 100, 100, 100, 0, 100, 100, "
972 "100, 100, 100, 100, 100, 100, 0, 100, "
973 "100, 100, 100, 100, 100, 100, 100, 0\r\n"
975 "[Toolbar.DropdownButton]\r\n"
976 "SizingMargins = 4, 4, 4, 4\r\n"
977 "ContentMargins = 0, 0, 0, 0\r\n"
978 "ImageFile = blue_toolbar_buttons.bmp\r\n"
979 "BgType = ImageFile\r\n"
980 "ImageLayout = Vertical\r\n"
981 "ImageCount = 6\r\n"
982 "SizingType = Stretch\r\n"
983 "Transparent = True\r\n"
984 "TransitionDurations = 8, "
985 "0, 100, 100, 100, 100, 100, 100, 100, "
986 "100, 0, 100, 100, 100, 100, 100, 100, "
987 "100, 100, 0, 100, 100, 100, 100, 100, "
988 "100, 100, 100, 0, 100, 100, 100, 100, "
989 "100, 100, 100, 100, 0, 100, 100, 100, "
990 "100, 100, 100, 100, 100, 0, 100, 100, "
991 "100, 100, 100, 100, 100, 100, 0, 100, "
992 "100, 100, 100, 100, 100, 100, 100, 0\r\n"
994 "[Toolbar.SplitButton]\r\n"
995 "SizingMargins = 3, 2, 3, 3\r\n"
996 "ImageFile = blue_toolbar_buttons_split.bmp\r\n"
997 "BgType = ImageFile\r\n"
998 "ImageLayout = Vertical\r\n"
999 "ImageCount = 6\r\n"
1000 "SizingType = Stretch\r\n"
1001 "Transparent = True\r\n"
1002 "TransitionDurations = 8, "
1003 "0, 100, 100, 100, 100, 100, 100, 100, "
1004 "100, 0, 100, 100, 100, 100, 100, 100, "
1005 "100, 100, 0, 100, 100, 100, 100, 100, "
1006 "100, 100, 100, 0, 100, 100, 100, 100, "
1007 "100, 100, 100, 100, 0, 100, 100, 100, "
1008 "100, 100, 100, 100, 100, 0, 100, 100, "
1009 "100, 100, 100, 100, 100, 100, 0, 100, "
1010 "100, 100, 100, 100, 100, 100, 100, 0\r\n"
1012 "[Toolbar.SplitButtonDropdown]\r\n"
1013 "SizingMargins = 1, 3, 3, 3\r\n"
1014 "ImageFile = blue_toolbar_buttons_split_dropdown.bmp\r\n"
1015 "BgType = ImageFile\r\n"
1016 "ImageLayout = Vertical\r\n"
1017 "ImageCount = 6\r\n"
1018 "SizingType = Stretch\r\n"
1019 "Transparent = True\r\n"
1020 "GlyphType = ImageGlyph\r\n"
1021 "GlyphImageFile = blue_toolbar_buttons_split_dropdown_glyph.bmp\r\n"
1022 "GlyphTransparent = True\r\n"
1023 "TransitionDurations = 8, "
1024 "0, 100, 100, 100, 100, 100, 100, 100, "
1025 "100, 0, 100, 100, 100, 100, 100, 100, "
1026 "100, 100, 0, 100, 100, 100, 100, 100, "
1027 "100, 100, 100, 0, 100, 100, 100, 100, "
1028 "100, 100, 100, 100, 0, 100, 100, 100, "
1029 "100, 100, 100, 100, 100, 0, 100, 100, "
1030 "100, 100, 100, 100, 100, 100, 0, 100, "
1031 "100, 100, 100, 100, 100, 100, 100, 0\r\n"
1033 "\r\n; TrackBar\r\n"
1034 "[TrackBar]\r\n"
1035 "BgType = BorderFill\r\n"
1036 "FillType = Solid\r\n"
1037 "FillColor = 245 245 245\r\n"
1038 "BorderSize = 1\r\n"
1039 "BorderColor = 174 174 174\r\n"
1041 "[TrackBar.Thumb]\r\n"
1042 "BgType = ImageFile\r\n"
1043 "ImageFile = blue_trackbar_thumb_horizontal.bmp\r\n"
1044 "ImageCount = 5\r\n"
1045 "ImageLayout = Vertical\r\n"
1046 "SizingMargins = 2, 3, 2, 3\r\n"
1047 "SizingType = Tile\r\n"
1049 "[TrackBar.ThumbVert]\r\n"
1050 "BgType = ImageFile\r\n"
1051 "ImageFile = blue_trackbar_thumb_vertical.bmp\r\n"
1052 "SizingMargins = 2, 3, 2, 3\r\n"
1053 "SizingType = Stretch\r\n"
1054 "ImageCount = 5\r\n"
1055 "ImageLayout = Vertical\r\n"
1057 "[TrackBar.ThumbTop]\r\n"
1058 "BgType = ImageFile\r\n"
1059 "ImageCount = 5\r\n"
1060 "ImageLayout = Vertical\r\n"
1061 "Transparent = True\r\n"
1062 "SizingType = TrueSize\r\n"
1063 "ImageSelectType = Dpi\r\n"
1064 "TrueSizeScalingType = Dpi\r\n"
1065 "UniformSizing = true\r\n"
1066 "ImageFile1 = blue_trackbar_thumb_up_11px.bmp\r\n"
1067 "ImageFile2 = blue_trackbar_thumb_up_15px.bmp\r\n"
1068 "ImageFile3 = blue_trackbar_thumb_up_21px.bmp\r\n"
1069 "MinDpi1 = 96\r\n"
1070 "MinDpi2 = 118\r\n"
1071 "MinDpi3 = 185\r\n"
1073 "[TrackBar.ThumbBottom]\r\n"
1074 "BgType = ImageFile\r\n"
1075 "ImageCount = 5\r\n"
1076 "Transparent = True\r\n"
1077 "SizingType = TrueSize\r\n"
1078 "ImageLayout = Vertical\r\n"
1079 "ImageSelectType = Dpi\r\n"
1080 "TrueSizeScalingType = Dpi\r\n"
1081 "UniformSizing = True\r\n"
1082 "ImageFile1 = blue_trackbar_thumb_down_11px.bmp\r\n"
1083 "ImageFile2 = blue_trackbar_thumb_down_15px.bmp\r\n"
1084 "ImageFile3 = blue_trackbar_thumb_down_21px.bmp\r\n"
1085 "MinDpi1 = 96\r\n"
1086 "MinDpi2 = 118\r\n"
1087 "MinDpi3 = 185\r\n"
1089 "[TrackBar.ThumbLeft]\r\n"
1090 "BgType = ImageFile\r\n"
1091 "SizingType = TrueSize\r\n"
1092 "ImageCount = 5\r\n"
1093 "Transparent = True\r\n"
1094 "ImageLayout = Vertical\r\n"
1095 "ImageSelectType = Dpi\r\n"
1096 "TrueSizeScalingType = Dpi\r\n"
1097 "UniformSizing = True\r\n"
1098 "ImageFile1 = blue_trackbar_thumb_left_19px.bmp\r\n"
1099 "ImageFile2 = blue_trackbar_thumb_left_25px.bmp\r\n"
1100 "ImageFile3 = blue_trackbar_thumb_left_44px.bmp\r\n"
1101 "MinDpi1 = 96\r\n"
1102 "MinDpi2 = 118\r\n"
1103 "MinDpi3 = 185\r\n"
1105 "[TrackBar.ThumbRight]\r\n"
1106 "BgType = ImageFile\r\n"
1107 "SizingType = TrueSize\r\n"
1108 "ImageCount = 5\r\n"
1109 "Transparent = True\r\n"
1110 "ImageLayout = Vertical\r\n"
1111 "ImageSelectType = Dpi\r\n"
1112 "TrueSizeScalingType = Dpi\r\n"
1113 "UniformSizing = True\r\n"
1114 "ImageFile1 = blue_trackbar_thumb_right_19px.bmp\r\n"
1115 "ImageFile2 = blue_trackbar_thumb_right_25px.bmp\r\n"
1116 "ImageFile3 = blue_trackbar_thumb_right_44px.bmp\r\n"
1117 "MinDpi1 = 96\r\n"
1118 "MinDpi2 = 118\r\n"
1119 "MinDpi3 = 185\r\n"
1121 "[TrackBar.Track]\r\n"
1122 "BgType = ImageFile\r\n"
1123 "ImageFile = blue_trackbar_slider_track.bmp\r\n"
1124 "ImageCount = 1\r\n"
1125 "SizingType = Stretch\r\n"
1126 "SizingMargins = 2, 2, 2, 2\r\n"
1128 "[TrackBar.TrackVert]\r\n"
1129 "BgType = ImageFile\r\n"
1130 "ImageFile = blue_trackbar_slider_track.bmp\r\n"
1131 "ImageCount = 1\r\n"
1132 "SizingType = Stretch\r\n"
1133 "SizingMargins = 2, 2, 2, 2\r\n"
1135 "[TrackBar.Tics]\r\n"
1136 "Color = 174 174 174\r\n"
1138 "[TrackBar.TicsVert]\r\n"
1139 "Color = 174 174 174\r\n"
1141 "\r\n; Tooltip\r\n"
1142 "[Tooltip.Close]\r\n"
1143 "BgType = ImageFile\r\n"
1144 "ImageSelectType = Dpi\r\n"
1145 "TrueSizeScalingType = Dpi\r\n"
1146 "ImageCount = 3\r\n"
1147 "SizingType = TrueSize\r\n"
1148 "ImageLayout = Vertical\r\n"
1149 "ImageFile1 = blue_tooltip_close_16px.bmp\r\n"
1150 "ImageFile2 = blue_tooltip_close_20px.bmp\r\n"
1151 "ImageFile3 = blue_tooltip_close_24px.bmp\r\n"
1152 "ImageFile4 = blue_tooltip_close_28px.bmp\r\n"
1153 "ImageFile5 = blue_tooltip_close_32px.bmp\r\n"
1154 "ImageFile6 = blue_tooltip_close_36px.bmp\r\n"
1155 "ImageFile7 = blue_tooltip_close_40px.bmp\r\n"
1156 "MinDpi1 = 96\r\n"
1157 "MinDpi2 = 120\r\n"
1158 "MinDpi3 = 144\r\n"
1159 "MinDpi4 = 168\r\n"
1160 "MinDpi5 = 192\r\n"
1161 "MinDpi6 = 216\r\n"
1162 "MinDpi7 = 240\r\n"
1164 "\r\n; TreeView\r\n"
1165 "[TreeView]\r\n"
1166 "BgType = BorderFill\r\n"
1167 "BorderSize = 1\r\n"
1168 "FillColor = 255 255 255\r\n"
1169 "BorderColor = 174 174 174\r\n"
1171 "[TreeView.Glyph]\r\n"
1172 "BgType = ImageFile\r\n"
1173 "SizingType = TrueSize\r\n"
1174 "ImageCount = 2\r\n"
1175 "ImageLayout = vertical\r\n"
1176 "ImageSelectType = Dpi\r\n"
1177 "TrueSizeScalingType = Dpi\r\n"
1178 "UniformSizing = True\r\n"
1179 "ImageFile1 = blue_treeview_expand_collapse_9px.bmp\r\n"
1180 "ImageFile2 = blue_treeview_expand_collapse_11px.bmp\r\n"
1181 "ImageFile3 = blue_treeview_expand_collapse_13px.bmp\r\n"
1182 "ImageFile4 = blue_treeview_expand_collapse_16px.bmp\r\n"
1183 "ImageFile5 = blue_treeview_expand_collapse_18px.bmp\r\n"
1184 "ImageFile6 = blue_treeview_expand_collapse_20px.bmp\r\n"
1185 "ImageFile7 = blue_treeview_expand_collapse_23px.bmp\r\n"
1186 "MinDpi1 = 96\r\n"
1187 "MinDpi2 = 120\r\n"
1188 "MinDpi3 = 144\r\n"
1189 "MinDpi4 = 168\r\n"
1190 "MinDpi5 = 192\r\n"
1191 "MinDpi6 = 216\r\n"
1192 "MinDpi7 = 240\r\n"
1195 /* Button */
1196 /* @makedep: blue_button.bmp */
1197 BLUE_BUTTON_BMP BITMAP "blue_button.bmp"
1199 /* @makedep: blue_checkbox_13px.bmp */
1200 BLUE_CHECKBOX_13PX_BMP BITMAP "blue_checkbox_13px.bmp"
1202 /* @makedep: blue_checkbox_16px.bmp */
1203 BLUE_CHECKBOX_16PX_BMP BITMAP "blue_checkbox_16px.bmp"
1205 /* @makedep: blue_checkbox_19px.bmp */
1206 BLUE_CHECKBOX_19PX_BMP BITMAP "blue_checkbox_19px.bmp"
1208 /* @makedep: blue_checkbox_22px.bmp */
1209 BLUE_CHECKBOX_22PX_BMP BITMAP "blue_checkbox_22px.bmp"
1211 /* @makedep: blue_checkbox_25px.bmp */
1212 BLUE_CHECKBOX_25PX_BMP BITMAP "blue_checkbox_25px.bmp"
1214 /* @makedep: blue_checkbox_28px.bmp */
1215 BLUE_CHECKBOX_28PX_BMP BITMAP "blue_checkbox_28px.bmp"
1217 /* @makedep: blue_checkbox_31px.bmp */
1218 BLUE_CHECKBOX_31PX_BMP BITMAP "blue_checkbox_31px.bmp"
1220 /* @makedep: blue_radiobutton_13px.bmp */
1221 BLUE_RADIOBUTTON_13PX_BMP BITMAP "blue_radiobutton_13px.bmp"
1223 /* @makedep: blue_radiobutton_16px.bmp */
1224 BLUE_RADIOBUTTON_16PX_BMP BITMAP "blue_radiobutton_16px.bmp"
1226 /* @makedep: blue_radiobutton_19px.bmp */
1227 BLUE_RADIOBUTTON_19PX_BMP BITMAP "blue_radiobutton_19px.bmp"
1229 /* @makedep: blue_radiobutton_22px.bmp */
1230 BLUE_RADIOBUTTON_22PX_BMP BITMAP "blue_radiobutton_22px.bmp"
1232 /* @makedep: blue_radiobutton_25px.bmp */
1233 BLUE_RADIOBUTTON_25PX_BMP BITMAP "blue_radiobutton_25px.bmp"
1235 /* @makedep: blue_radiobutton_28px.bmp */
1236 BLUE_RADIOBUTTON_28PX_BMP BITMAP "blue_radiobutton_28px.bmp"
1238 /* @makedep: blue_radiobutton_31px.bmp */
1239 BLUE_RADIOBUTTON_31PX_BMP BITMAP "blue_radiobutton_31px.bmp"
1241 /* @makedep: blue_groupbox.bmp */
1242 BLUE_GROUPBOX_BMP BITMAP "blue_groupbox.bmp"
1244 /* @makedep: blue_commandlink.bmp */
1245 BLUE_COMMANDLINK_BMP BITMAP "blue_commandlink.bmp"
1247 /* @makedep: blue_commandlink_glyph_30px.bmp */
1248 BLUE_COMMANDLINK_GLYPH_30PX_BMP BITMAP "blue_commandlink_glyph_30px.bmp"
1250 /* @makedep: blue_commandlink_glyph_37px.bmp */
1251 BLUE_COMMANDLINK_GLYPH_37PX_BMP BITMAP "blue_commandlink_glyph_37px.bmp"
1253 /* @makedep: blue_commandlink_glyph_45px.bmp */
1254 BLUE_COMMANDLINK_GLYPH_45PX_BMP BITMAP "blue_commandlink_glyph_45px.bmp"
1256 /* @makedep: blue_commandlink_glyph_52px.bmp */
1257 BLUE_COMMANDLINK_GLYPH_52PX_BMP BITMAP "blue_commandlink_glyph_52px.bmp"
1259 /* @makedep: blue_commandlink_glyph_60px.bmp */
1260 BLUE_COMMANDLINK_GLYPH_60PX_BMP BITMAP "blue_commandlink_glyph_60px.bmp"
1262 /* @makedep: blue_commandlink_glyph_67px.bmp */
1263 BLUE_COMMANDLINK_GLYPH_67PX_BMP BITMAP "blue_commandlink_glyph_67px.bmp"
1265 /* @makedep: blue_commandlink_glyph_75px.bmp */
1266 BLUE_COMMANDLINK_GLYPH_75PX_BMP BITMAP "blue_commandlink_glyph_75px.bmp"
1268 /* ComboBox */
1269 /* @makedep: blue_combobutton.bmp */
1270 BLUE_COMBOBUTTON_BMP BITMAP "blue_combobutton.bmp"
1272 /* @makedep: blue_combobutton_glyph.bmp */
1273 BLUE_COMBOBUTTON_GLYPH_BMP BITMAP "blue_combobutton_glyph.bmp"
1275 /* Header */
1276 /* @makedep: blue_header.bmp */
1277 BLUE_HEADER_BMP BITMAP "blue_header.bmp"
1279 /* @makedep: blue_header_item.bmp */
1280 BLUE_HEADER_ITEM_BMP BITMAP "blue_header_item.bmp"
1282 /* Progress */
1283 /* @makedep: blue_progress_chunk_horizontal.bmp */
1284 BLUE_PROGRESS_CHUNK_HORIZONTAL_BMP BITMAP "blue_progress_chunk_horizontal.bmp"
1286 /* @makedep: blue_progress_chunk_vertical.bmp */
1287 BLUE_PROGRESS_CHUNK_VERTICAL_BMP BITMAP "blue_progress_chunk_vertical.bmp"
1289 /* @makedep: blue_progress_track_horizontal.bmp */
1290 BLUE_PROGRESS_TRACK_HORIZONTAL_BMP BITMAP "blue_progress_track_horizontal.bmp"
1292 /* @makedep: blue_progress_track_vertical.bmp */
1293 BLUE_PROGRESS_TRACK_VERTICAL_BMP BITMAP "blue_progress_track_vertical.bmp"
1295 /* Rebar */
1296 /* @makedep: blue_rebar_background.bmp */
1297 BLUE_REBAR_BACKGROUND_BMP BITMAP "blue_rebar_background.bmp"
1299 /* @makedep: blue_rebar_gripper_horizontal.bmp */
1300 BLUE_REBAR_GRIPPER_HORIZONTAL_BMP BITMAP "blue_rebar_gripper_horizontal.bmp"
1302 /* @makedep: blue_rebar_gripper_vertical.bmp */
1303 BLUE_REBAR_GRIPPER_VERTICAL_BMP BITMAP "blue_rebar_gripper_vertical.bmp"
1305 /* @makedep: blue_rebar_chevron.bmp */
1306 BLUE_REBAR_CHEVRON_BMP BITMAP "blue_rebar_chevron.bmp"
1308 /* Scroll Bar */
1309 /* @makedep: blue_scrollbar_arrows.bmp */
1310 BLUE_SCROLLBAR_ARROWS_BMP BITMAP "blue_scrollbar_arrows.bmp"
1312 /* @makedep: blue_scrollbar_arrow_glyphs_7px.bmp */
1313 BLUE_SCROLLBAR_ARROW_GLYPHS_7PX_BMP BITMAP "blue_scrollbar_arrow_glyphs_7px.bmp"
1315 /* @makedep: blue_scrollbar_arrow_glyphs_9px.bmp */
1316 BLUE_SCROLLBAR_ARROW_GLYPHS_9PX_BMP BITMAP "blue_scrollbar_arrow_glyphs_9px.bmp"
1318 /* @makedep: blue_scrollbar_resizebox_grip_16px.bmp */
1319 BLUE_SCROLLBAR_RESIZEBOX_GRIP_16PX_BMP BITMAP "blue_scrollbar_resizebox_grip_16px.bmp"
1321 /* @makedep: blue_scrollbar_resizebox_grip_20px.bmp */
1322 BLUE_SCROLLBAR_RESIZEBOX_GRIP_20PX_BMP BITMAP "blue_scrollbar_resizebox_grip_20px.bmp"
1324 /* @makedep: blue_scrollbar_resizebox_grip_24px.bmp */
1325 BLUE_SCROLLBAR_RESIZEBOX_GRIP_24PX_BMP BITMAP "blue_scrollbar_resizebox_grip_24px.bmp"
1327 /* @makedep: blue_scrollbar_resizebox_grip_28px.bmp */
1328 BLUE_SCROLLBAR_RESIZEBOX_GRIP_28PX_BMP BITMAP "blue_scrollbar_resizebox_grip_28px.bmp"
1330 /* @makedep: blue_scrollbar_resizebox_grip_32px.bmp */
1331 BLUE_SCROLLBAR_RESIZEBOX_GRIP_32PX_BMP BITMAP "blue_scrollbar_resizebox_grip_32px.bmp"
1333 /* @makedep: blue_scrollbar_resizebox_grip_36px.bmp */
1334 BLUE_SCROLLBAR_RESIZEBOX_GRIP_36PX_BMP BITMAP "blue_scrollbar_resizebox_grip_36px.bmp"
1336 /* @makedep: blue_scrollbar_resizebox_grip_40px.bmp */
1337 BLUE_SCROLLBAR_RESIZEBOX_GRIP_40PX_BMP BITMAP "blue_scrollbar_resizebox_grip_40px.bmp"
1339 /* @makedep: blue_scrollbar_shaft_horizontal.bmp */
1340 BLUE_SCROLLBAR_SHAFT_HORIZONTAL_BMP BITMAP "blue_scrollbar_shaft_horizontal.bmp"
1342 /* @makedep: blue_scrollbar_shaft_vertical.bmp */
1343 BLUE_SCROLLBAR_SHAFT_VERTICAL_BMP BITMAP "blue_scrollbar_shaft_vertical.bmp"
1345 /* @makedep: blue_scrollbar_thumb_horizontal.bmp */
1346 BLUE_SCROLLBAR_THUMB_HORIZONTAL_BMP BITMAP "blue_scrollbar_thumb_horizontal.bmp"
1348 /* @makedep: blue_scrollbar_thumb_vertical.bmp */
1349 BLUE_SCROLLBAR_THUMB_VERTICAL_BMP BITMAP "blue_scrollbar_thumb_vertical.bmp"
1351 /* Spin */
1352 /* @makedep: blue_spin_background.bmp */
1353 BLUE_SPIN_BACKGROUND_BMP BITMAP "blue_spin_background.bmp"
1355 /* @makedep: blue_spin_background_down.bmp */
1356 BLUE_SPIN_BACKGROUND_DOWN_BMP BITMAP "blue_spin_background_down.bmp"
1358 /* @makedep: blue_spin_background_right.bmp */
1359 BLUE_SPIN_BACKGROUND_RIGHT_BMP BITMAP "blue_spin_background_right.bmp"
1361 /* @makedep: blue_spin_background_left.bmp */
1362 BLUE_SPIN_BACKGROUND_LEFT_BMP BITMAP "blue_spin_background_left.bmp"
1364 /* @makedep: blue_spin_background_up.bmp */
1365 BLUE_SPIN_BACKGROUND_UP_BMP BITMAP "blue_spin_background_up.bmp"
1367 /* @makedep: blue_spin_glyph_down.bmp */
1368 BLUE_SPIN_GLYPH_DOWN_BMP BITMAP "blue_spin_glyph_down.bmp"
1370 /* @makedep: blue_spin_glyph_left.bmp */
1371 BLUE_SPIN_GLYPH_LEFT_BMP BITMAP "blue_spin_glyph_left.bmp"
1373 /* @makedep: blue_spin_glyph_right.bmp */
1374 BLUE_SPIN_GLYPH_RIGHT_BMP BITMAP "blue_spin_glyph_right.bmp"
1376 /* @makedep: blue_spin_glyph_up.bmp */
1377 BLUE_SPIN_GLYPH_UP_BMP BITMAP "blue_spin_glyph_up.bmp"
1379 /* Status */
1380 /* @makedep: blue_status_background.bmp */
1381 BLUE_STATUS_BACKGROUND_BMP BITMAP "blue_status_background.bmp"
1383 /* @makedep: blue_status_pane.bmp */
1384 BLUE_STATUS_PANE_BMP BITMAP "blue_status_pane.bmp"
1386 /* Tab */
1387 /* @makedep: blue_tab_background.bmp */
1388 BLUE_TAB_BACKGROUND_BMP BITMAP "blue_tab_background.bmp"
1390 /* @makedep: blue_tab_item.bmp */
1391 BLUE_TAB_ITEM_BMP BITMAP "blue_tab_item.bmp"
1393 /* @makedep: blue_tab_item_left.bmp */
1394 BLUE_TAB_ITEM_LEFT_BMP BITMAP "blue_tab_item_left.bmp"
1396 /* @makedep: blue_tab_item_right.bmp */
1397 BLUE_TAB_ITEM_RIGHT_BMP BITMAP "blue_tab_item_right.bmp"
1399 /* @makedep: blue_tab_pane_edge.bmp */
1400 BLUE_TAB_PANE_EDGE_BMP BITMAP "blue_tab_pane_edge.bmp"
1402 /* ToolBar */
1403 /* @makedep: blue_toolbar_buttons.bmp */
1404 BLUE_TOOLBAR_BUTTONS_BMP BITMAP "blue_toolbar_buttons.bmp"
1406 /* @makedep: blue_toolbar_buttons_split.bmp */
1407 BLUE_TOOLBAR_BUTTONS_SPLIT_BMP BITMAP "blue_toolbar_buttons_split.bmp"
1409 /* @makedep: blue_toolbar_separator_horizontal.bmp */
1410 BLUE_TOOLBAR_SEPARATOR_HORIZONTAL_BMP BITMAP "blue_toolbar_separator_horizontal.bmp"
1412 /* @makedep: blue_toolbar_separator_vertical.bmp */
1413 BLUE_TOOLBAR_SEPARATOR_VERTICAL_BMP BITMAP "blue_toolbar_separator_vertical.bmp"
1415 /* @makedep: blue_toolbar_buttons_split_dropdown.bmp */
1416 BLUE_TOOLBAR_BUTTONS_SPLIT_DROPDOWN_BMP BITMAP "blue_toolbar_buttons_split_dropdown.bmp"
1418 /* @makedep: blue_toolbar_buttons_split_dropdown_glyph.bmp */
1419 BLUE_TOOLBAR_BUTTONS_SPLIT_DROPDOWN_GLYPH_BMP BITMAP "blue_toolbar_buttons_split_dropdown_glyph.bmp"
1421 /* Tooltip */
1422 /* @makedep: blue_tooltip_close_16px.bmp */
1423 BLUE_TOOLTIP_CLOSE_16PX_BMP BITMAP "blue_tooltip_close_16px.bmp"
1425 /* @makedep: blue_tooltip_close_20px.bmp */
1426 BLUE_TOOLTIP_CLOSE_20PX_BMP BITMAP "blue_tooltip_close_20px.bmp"
1428 /* @makedep: blue_tooltip_close_24px.bmp */
1429 BLUE_TOOLTIP_CLOSE_24PX_BMP BITMAP "blue_tooltip_close_24px.bmp"
1431 /* @makedep: blue_tooltip_close_28px.bmp */
1432 BLUE_TOOLTIP_CLOSE_28PX_BMP BITMAP "blue_tooltip_close_28px.bmp"
1434 /* @makedep: blue_tooltip_close_32px.bmp */
1435 BLUE_TOOLTIP_CLOSE_32PX_BMP BITMAP "blue_tooltip_close_32px.bmp"
1437 /* @makedep: blue_tooltip_close_36px.bmp */
1438 BLUE_TOOLTIP_CLOSE_36PX_BMP BITMAP "blue_tooltip_close_36px.bmp"
1440 /* @makedep: blue_tooltip_close_40px.bmp */
1441 BLUE_TOOLTIP_CLOSE_40PX_BMP BITMAP "blue_tooltip_close_40px.bmp"
1443 /* TrackBar */
1444 /* @makedep: blue_trackbar_thumb_horizontal.bmp */
1445 BLUE_TRACKBAR_THUMB_HORIZONTAL_BMP BITMAP "blue_trackbar_thumb_horizontal.bmp"
1447 /* @makedep: blue_trackbar_thumb_vertical.bmp */
1448 BLUE_TRACKBAR_THUMB_VERTICAL_BMP BITMAP "blue_trackbar_thumb_vertical.bmp"
1450 /* @makedep: blue_trackbar_slider_track.bmp */
1451 BLUE_TRACKBAR_SLIDER_TRACK_BMP BITMAP "blue_trackbar_slider_track.bmp"
1453 /* @makedep: blue_trackbar_thumb_down_11px.bmp */
1454 BLUE_TRACKBAR_THUMB_DOWN_11PX_BMP BITMAP "blue_trackbar_thumb_down_11px.bmp"
1456 /* @makedep: blue_trackbar_thumb_down_15px.bmp */
1457 BLUE_TRACKBAR_THUMB_DOWN_15PX_BMP BITMAP "blue_trackbar_thumb_down_15px.bmp"
1459 /* @makedep: blue_trackbar_thumb_down_21px.bmp */
1460 BLUE_TRACKBAR_THUMB_DOWN_21PX_BMP BITMAP "blue_trackbar_thumb_down_21px.bmp"
1462 /* @makedep: blue_trackbar_thumb_left_19px.bmp */
1463 BLUE_TRACKBAR_THUMB_LEFT_19PX_BMP BITMAP "blue_trackbar_thumb_left_19px.bmp"
1465 /* @makedep: blue_trackbar_thumb_left_25px.bmp */
1466 BLUE_TRACKBAR_THUMB_LEFT_25PX_BMP BITMAP "blue_trackbar_thumb_left_25px.bmp"
1468 /* @makedep: blue_trackbar_thumb_left_44px.bmp */
1469 BLUE_TRACKBAR_THUMB_LEFT_44PX_BMP BITMAP "blue_trackbar_thumb_left_44px.bmp"
1471 /* @makedep: blue_trackbar_thumb_right_19px.bmp */
1472 BLUE_TRACKBAR_THUMB_RIGHT_19PX_BMP BITMAP "blue_trackbar_thumb_right_19px.bmp"
1474 /* @makedep: blue_trackbar_thumb_right_25px.bmp */
1475 BLUE_TRACKBAR_THUMB_RIGHT_25PX_BMP BITMAP "blue_trackbar_thumb_right_25px.bmp"
1477 /* @makedep: blue_trackbar_thumb_right_44px.bmp */
1478 BLUE_TRACKBAR_THUMB_RIGHT_44PX_BMP BITMAP "blue_trackbar_thumb_right_44px.bmp"
1480 /* @makedep: blue_trackbar_thumb_up_11px.bmp */
1481 BLUE_TRACKBAR_THUMB_UP_11PX_BMP BITMAP "blue_trackbar_thumb_up_11px.bmp"
1483 /* @makedep: blue_trackbar_thumb_up_15px.bmp */
1484 BLUE_TRACKBAR_THUMB_UP_15PX_BMP BITMAP "blue_trackbar_thumb_up_15px.bmp"
1486 /* @makedep: blue_trackbar_thumb_up_21px.bmp */
1487 BLUE_TRACKBAR_THUMB_UP_21PX_BMP BITMAP "blue_trackbar_thumb_up_21px.bmp"
1489 /* TreeView */
1490 /* @makedep: blue_treeview_expand_collapse_9px.bmp */
1491 BLUE_TREEVIEW_EXPAND_COLLAPSE_9PX_BMP BITMAP "blue_treeview_expand_collapse_9px.bmp"
1493 /* @makedep: blue_treeview_expand_collapse_11px.bmp */
1494 BLUE_TREEVIEW_EXPAND_COLLAPSE_11PX_BMP BITMAP "blue_treeview_expand_collapse_11px.bmp"
1496 /* @makedep: blue_treeview_expand_collapse_13px.bmp */
1497 BLUE_TREEVIEW_EXPAND_COLLAPSE_13PX_BMP BITMAP "blue_treeview_expand_collapse_13px.bmp"
1499 /* @makedep: blue_treeview_expand_collapse_16px.bmp */
1500 BLUE_TREEVIEW_EXPAND_COLLAPSE_16PX_BMP BITMAP "blue_treeview_expand_collapse_16px.bmp"
1502 /* @makedep: blue_treeview_expand_collapse_18px.bmp */
1503 BLUE_TREEVIEW_EXPAND_COLLAPSE_18PX_BMP BITMAP "blue_treeview_expand_collapse_18px.bmp"
1505 /* @makedep: blue_treeview_expand_collapse_20px.bmp */
1506 BLUE_TREEVIEW_EXPAND_COLLAPSE_20PX_BMP BITMAP "blue_treeview_expand_collapse_20px.bmp"
1508 /* @makedep: blue_treeview_expand_collapse_23px.bmp */
1509 BLUE_TREEVIEW_EXPAND_COLLAPSE_23PX_BMP BITMAP "blue_treeview_expand_collapse_23px.bmp"
1511 /* File version */
1512 #define WINE_FILEDESCRIPTION_STR "Light Theme"
1513 #define WINE_FILENAME_STR "light.msstyles"
1514 #define WINE_FILEVERSION 1,0,0,1
1515 #define WINE_FILEVERSION_STR "1.0.0.1"
1516 #define WINE_PRODUCTVERSION 1,0,0,1
1517 #define WINE_PRODUCTVERSION_STR "1.0.0.1"
1519 #include "wine/wine_common_ver.rc"