hidclass.sys: Remove old reports from WINE_HIDP_PREPARSED_DATA.
[wine.git] / dlls / light.msstyles / light.rc
blobbddf183132c4649ade6cca73f3dac5ad0c5c5827
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 "; System colors\r\n"
148 "Scrollbar = 255 255 255\r\n"
149 "Background = 37 111 149\r\n"
150 "ActiveCaption = 50 150 250\r\n"
151 "InactiveCaption = 245 245 245\r\n"
152 "Menu = 255 255 255\r\n"
153 "Window = 255 255 255\r\n"
154 "WindowFrame = 158 158 158\r\n"
155 "MenuText = 0 0 0\r\n"
156 "WindowText = 0 0 0\r\n"
157 "CaptionText = 0 0 0\r\n"
158 "ActiveBorder = 255 255 255\r\n"
159 "InactiveBorder = 255 255 255\r\n"
160 "AppWorkSpace = 128 128 128\r\n"
161 "Highlight = 48 150 250\r\n"
162 "HighlightText = 255 255 255\r\n"
163 "BtnFace = 245 245 245\r\n"
164 "BtnShadow = 166 166 166\r\n"
165 "GrayText = 166 166 166\r\n"
166 "BtnText = 0 0 0\r\n"
167 "InactiveCaptionText = 100 100 100\r\n"
168 "BtnHighlight = 255 255 255\r\n"
169 "DkShadow3d = 106 106 106\r\n"
170 "Light3d = 227 227 227\r\n"
171 "InfoText = 0 0 0\r\n"
172 "InfoBk = 255 255 255\r\n"
173 "ButtonAlternateFace = 255 255 255\r\n"
174 "HotTracking = 224 224 224\r\n"
175 "GradientActiveCaption = 50 150 250\r\n"
176 "GradientInactiveCaption = 245 245 245\r\n"
177 "MenuHilight = 48 150 250\r\n"
178 "MenuBar = 255 255 255\r\n"
180 "\r\n; Flat menus\r\n"
181 "FlatMenus = true\r\n"
183 "\r\n; Button\r\n"
184 "[Button.Pushbutton]\r\n"
185 "BgType = ImageFile\r\n"
186 "SizingMargins = 8, 8, 8, 8\r\n"
187 "SizingType = Stretch\r\n"
188 "ContentMargins = 3, 3, 3, 3\r\n"
189 "ImageFile = blue_button.bmp\r\n"
190 "ImageCount = 6\r\n"
191 "ImageLayout = Vertical\r\n"
192 "TextColor = 0 0 0\r\n"
193 "MinSize = 10, 5\r\n"
195 "[Button.Pushbutton(Pressed)]\r\n"
196 "TextColor = 255 255 255\r\n"
198 "[Button.Pushbutton(Disabled)]\r\n"
199 "TextColor = 166 166 166\r\n"
201 "[Button.Checkbox]\r\n"
202 "BgType = ImageFile\r\n"
203 "ImageLayout = Vertical\r\n"
204 "SizingType = TrueSize\r\n"
205 "SizingMargins = 0, 0, 0, 0\r\n"
206 "ContentMargins = 0, 0, 0, 0\r\n"
207 "ImageCount = 12\r\n"
208 "MirrorImage = False\r\n"
209 "ImageSelectType = Dpi\r\n"
210 "UniformSizing = True\r\n"
211 "Transparent = True\r\n"
212 "ImageFile1 = blue_checkbox_13px.bmp\r\n"
213 "ImageFile2 = blue_checkbox_16px.bmp\r\n"
214 "ImageFile3 = blue_checkbox_25px.bmp\r\n"
215 "MinDpi1 = 96\r\n"
216 "MinDpi2 = 118\r\n"
217 "MinDpi3 = 185\r\n"
219 "[Button.Checkbox(Checkeddisabled)]\r\n"
220 "TextColor = 189 189 189\r\n"
222 "[Button.Checkbox(Uncheckeddisabled)]\r\n"
223 "TextColor = 189 189 189\r\n"
225 "[Button.Checkbox(Mixeddisabled)]\r\n"
226 "TextColor = 189 189 189\r\n"
228 "[Button.Radiobutton]\r\n"
229 "BgType = ImageFile\r\n"
230 "ImageLayout = Vertical\r\n"
231 "Transparent = True\r\n"
232 "SizingType = TrueSize\r\n"
233 "SizingMargins = 0, 0, 0, 0\r\n"
234 "ContentMargins = 0, 0, 0, 0\r\n"
235 "ImageCount = 8\r\n"
236 "ImageSelectType = Dpi\r\n"
237 "UniformSizing = True\r\n"
238 "ImageFile1 = blue_radiobutton_13px.bmp\r\n"
239 "ImageFile2 = blue_radiobutton_16px.bmp\r\n"
240 "ImageFile3 = blue_radiobutton_25px.bmp\r\n"
241 "MinDpi1 = 96\r\n"
242 "MinDpi2 = 118\r\n"
243 "MinDpi3 = 185\r\n"
245 "[Button.Radiobutton(Checkeddisabled)]\r\n"
246 "TextColor = 189 189 189\r\n"
248 "[Button.Radiobutton(Uncheckeddisabled)]\r\n"
249 "TextColor = 189 189 189\r\n"
251 "[Button.Groupbox]\r\n"
252 "TextColor = 0 0 0\r\n"
253 "BgType = ImageFile\r\n"
254 "SizingMargins = 5, 5, 5, 5\r\n"
255 "SizingType = Tile\r\n"
256 "ImageFile = blue_groupbox.bmp\r\n"
257 "BorderOnly = True\r\n"
258 "Transparent = True\r\n"
260 "[Button.Commandlink]\r\n"
261 "BgType = ImageFile\r\n"
262 "BorderSize = 0\r\n"
263 "ContentMargins = 7, 7, 10, 10\r\n"
264 "Font = Tahoma, 10\r\n"
265 "BodyFont = Tahoma, 8\r\n"
266 "ImageFile = blue_commandlink.bmp\r\n"
267 "ImageCount = 6\r\n"
268 "ImageLayout = Vertical\r\n"
269 "SizingType = Stretch\r\n"
270 "SizingMargins = 5, 5, 24, 24\r\n"
271 "Transparent = True\r\n"
272 "TextColor = 0 0 0\r\n"
273 "MinSize = 10, 5\r\n"
275 "[Button.Commandlink(Hot)]\r\n"
276 "TextColor = 48 150 250\r\n"
278 "[Button.Commandlink(Pressed)]\r\n"
279 "TextColor = 41 121 255\r\n"
281 "[Button.Commandlink(Disabled)]\r\n"
282 "TextColor = 174 174 174\r\n"
284 "[Button.CommandlinkGlyph]\r\n"
285 "BgType = ImageFile\r\n"
286 "SizingType = TrueSize\r\n"
287 "ImageCount = 5\r\n"
288 "Transparent = True\r\n"
289 "ImageLayout = Vertical\r\n"
290 "ImageSelectType = Dpi\r\n"
291 "Transparent = True\r\n"
292 "UniformSizing = True\r\n"
293 "ImageFile1 = blue_commandlink_glyph_30px.bmp\r\n"
294 "ImageFile2 = blue_commandlink_glyph_45px.bmp\r\n"
295 "MinDpi1 = 96\r\n"
296 "MinDpi2 = 144\r\n"
298 "\r\n; ComboBox\r\n"
299 "[ComboBox]\r\n"
300 "BgType = BorderFill\r\n"
301 "BorderSize = 1\r\n"
302 "FillColor = 255 255 255\r\n"
303 "BorderColor = 174 174 174\r\n"
305 "[ComboBox(Disabled)]\r\n"
306 "BorderColor = 228 228 228\r\n"
307 "FillColor = 231 231 231\r\n"
309 "[ComboBox.DropDownButton]\r\n"
310 "BgType = ImageFile\r\n"
311 "ImageLayout = Vertical\r\n"
312 "SizingType = Stretch\r\n"
313 "ImageFile = blue_combobutton.bmp\r\n"
314 "SizingMargins = 3, 3, 3, 3\r\n"
315 "ContentMargins = 0, 0, 0, 0\r\n"
316 "ImageCount = 4\r\n"
317 "GlyphType = ImageGlyph\r\n"
318 "GlyphImageFile = blue_combobutton_glyph.bmp\r\n"
319 "GlyphTransparent = True\r\n"
320 "Transparent = True\r\n"
322 "\r\n; Edit\r\n"
323 "[Edit]\r\n"
324 "BgType = BorderFill\r\n"
325 "BorderSize = 1\r\n"
326 "FillColor = 255 255 255\r\n"
327 "BorderColor = 174 174 174\r\n"
329 "[Edit.Edittext(Disabled)]\r\n"
330 "FillColor = 245 245 245\r\n"
331 "TextColor = 166 166 166\r\n"
333 "[Edit.Edittext(ReadOnly)]\r\n"
334 "FillColor = 245 245 245\r\n"
335 "TextColor = 0 0 0\r\n"
337 "\r\n; Header\r\n"
338 "[Header]\r\n"
339 "BgType = ImageFile\r\n"
340 "SizingMargins = 2, 2, 2, 4\r\n"
341 "ImageFile = blue_header.bmp\r\n"
342 "SizingType = Tile\r\n"
344 "[Header.HeaderItem]\r\n"
345 "BgType = ImageFile\r\n"
346 "SizingMargins = 2, 2, 2, 4\r\n"
347 "ContentMargins = 3, 0, 0, 0\r\n"
348 "ImageFile = blue_header_item.bmp\r\n"
349 "ImageCount = 5\r\n"
350 "ImageLayout = Vertical\r\n"
351 "SizingType = Tile\r\n"
352 "Transparent = True\r\n"
354 "\r\n; ListBox\r\n"
355 "[ListBox]\r\n"
356 "BgType = BorderFill\r\n"
357 "BorderSize = 1\r\n"
358 "FillColor = 255 255 255\r\n"
359 "BorderColor = 174 174 174\r\n"
361 "\r\n; ListView\r\n"
362 "[ListView]\r\n"
363 "BgType = BorderFill\r\n"
364 "BorderSize = 1\r\n"
365 "FillColor = 255 255 255\r\n"
366 "BorderColor = 174 174 174\r\n"
368 "\r\n; Progress\r\n"
369 "[Progress]\r\n"
370 "ProgressChunkSize = 1\r\n"
371 "ProgressSpaceSize = 0\r\n"
372 "BgType = BorderFill\r\n"
373 "FillType = Solid\r\n"
374 "FillColor = 255 255 255\r\n"
375 "BorderSize = 1\r\n"
376 "BorderColor = 174 174 174\r\n"
378 "[Progress.Bar]\r\n"
379 "BgType = ImageFile\r\n"
380 "ImageFile = blue_progress_track_horizontal.bmp\r\n"
381 "MinSize = 10, 10\r\n"
382 "SizingMargins = 1, 1, 1, 1\r\n"
383 "SizingType = Stretch\r\n"
385 "[Progress.BarVert]\r\n"
386 "BgType = ImageFile\r\n"
387 "ImageFile = blue_progress_track_vertical.bmp\r\n"
388 "SizingMargins = 1, 1, 1, 1\r\n"
389 "SizingType = Stretch\r\n"
391 "[Progress.Chunk]\r\n"
392 "BgType = ImageFile\r\n"
393 "ImageFile = blue_progress_chunk_horizontal.bmp\r\n"
394 "SizingMargins = 1, 1, 1, 1\r\n"
395 "SizingType = Stretch\r\n"
397 "[Progress.ChunkVert]\r\n"
398 "BgType = ImageFile\r\n"
399 "ImageFile = blue_progress_chunk_vertical.bmp\r\n"
400 "SizingMargins = 1, 1, 1, 1\r\n"
401 "SizingType = Stretch\r\n"
403 "\r\n; Rebar\r\n"
404 "[Rebar]\r\n"
405 "BgType = ImageFile\r\n"
406 "SizingType = Stretch\r\n"
407 "ImageFile = blue_rebar_background.bmp\r\n"
408 "SizingMargins = 1, 1, 9, 2\r\n"
409 "Font = Tahoma, 8\r\n"
410 "TextColor = 0 0 0\r\n"
412 "[Rebar.Band]\r\n"
413 "BgType = None\r\n"
414 "ContentMargins = 2, 0, 0, 0\r\n"
416 "[Rebar.Gripper]\r\n"
417 "Bgtype = imagefile\r\n"
418 "SizingMargins = 2, 1, 4, 2\r\n"
419 "ContentMargins = 2, 1, 0, 0\r\n"
420 "ImageFile = blue_rebar_gripper_horizontal.bmp\r\n"
421 "SizingType = Tile\r\n"
422 "Transparent = True\r\n"
424 "[Rebar.GripperVert]\r\n"
425 "Bgtype = ImageFile\r\n"
426 "SizingMargins = 3, 3, 2, 1\r\n"
427 "ContentMargins = 1, 2, 0, 0\r\n"
428 "ImageFile = blue_rebar_gripper_vertical.bmp\r\n"
429 "SizingType = Tile\r\n"
430 "Transparent = True\r\n"
432 "[Rebar.Chevron]\r\n"
433 "SizingMargins = 4, 4, 4, 4\r\n"
434 "ContentMargins = 0, 0, 0, 0\r\n"
435 "; Same as toolbar buttons \r\n"
436 "ImageFile = blue_toolbar_buttons.bmp\r\n"
437 "Bgtype = ImageFile\r\n"
438 "Imagelayout = Vertical\r\n"
439 "ImageCount = 6\r\n"
440 "SizingType = Stretch\r\n"
441 "Transparent = True\r\n"
442 "GlyphType = ImageGlyph\r\n"
443 "GlyphImageFile = blue_rebar_chevron.bmp\r\n"
444 "GlyphTransparent = True\r\n"
445 "VAlign = Top\r\n"
447 "[Rebar.ChevronVert]\r\n"
448 "SizingMargins = 4, 4, 4, 4\r\n"
449 "ContentMargins = 0, 0, 0, 0\r\n"
450 "; Same as toolbar buttons \r\n"
451 "ImageFile = blue_toolbar_buttons.bmp\r\n"
452 "Bgtype = ImageFile\r\n"
453 "Imagelayout = Vertical\r\n"
454 "ImageCount = 6\r\n"
455 "SizingType = Stretch\r\n"
456 "Transparent = True\r\n"
457 "GlyphType = ImageGlyph\r\n"
458 "GlyphImageFile = blue_rebar_chevron.bmp\r\n"
459 "GlyphTransparent = True\r\n"
460 "VAlign = Top\r\n"
462 "\r\n; Scroll Bar\r\n"
463 "[ScrollBar.ArrowBtn]\r\n"
464 "BgType = ImageFile\r\n"
465 "SizingMargins = 5, 5, 5, 5\r\n"
466 "ContentMargins = 0, 0, 3, 3\r\n"
467 "SizingType = Tile\r\n"
468 "ImageFile = blue_scrollbar_arrows.bmp\r\n"
469 "ImageCount = 16\r\n"
470 "ImageLayout = Vertical\r\n"
471 "GlyphType = ImageGlyph\r\n"
472 "GlyphTransparent = True\r\n"
473 "ImageSelectType = Size\r\n"
474 "UniformSizing = True\r\n"
475 "ImageFile1 = blue_scrollbar_arrow_glyphs_7px.bmp\r\n"
476 "ImageFile2 = blue_scrollbar_arrow_glyphs_9px.bmp\r\n"
477 "MinSize1 = 7, 7\r\n"
478 "MinSize2 = 9, 9\r\n"
480 "[ScrollBar.ThumbBtnHorz]\r\n"
481 "BgType = ImageFile\r\n"
482 "SizingMargins = 5, 5, 5, 5\r\n"
483 "ContentMargins = 4, 4, 0, 0\r\n"
484 "ImageFile = blue_scrollbar_thumb_horizontal.bmp\r\n"
485 "ImageCount = 4\r\n"
486 "ImageLayout = Vertical\r\n"
488 "[ScrollBar.ThumbBtnVert]\r\n"
489 "BgType = ImageFile\r\n"
490 "SizingMargins = 5, 5, 5, 5\r\n"
491 "ContentMargins = 0, 0, 4, 4\r\n"
492 "ImageFile = blue_scrollbar_thumb_vertical.bmp\r\n"
493 "ImageCount = 4\r\n"
494 "ImageLayout = Vertical\r\n"
496 "[ScrollBar.GripperHorz]\r\n"
497 "BgType = None\r\n"
499 "[ScrollBar.GripperVert]\r\n"
500 "BgType = None\r\n"
502 "[ScrollBar.LowerTrackHorz]\r\n"
503 "BgType = ImageFile\r\n"
504 "ImageFile = blue_scrollbar_shaft_horizontal.bmp\r\n"
505 "SizingMargins = 0, 0, 1, 1\r\n"
506 "ImageCount = 4\r\n"
507 "ImageLayout = Vertical\r\n"
509 "[ScrollBar.LowerTrackVert]\r\n"
510 "BgType = ImageFile\r\n"
511 "ImageFile = blue_scrollbar_shaft_vertical.bmp\r\n"
512 "SizingMargins = 1, 1, 0, 0\r\n"
513 "ImageCount = 4\r\n"
514 "ImageLayout = Vertical\r\n"
516 "[ScrollBar.UpperTrackHorz]\r\n"
517 "BgType = ImageFile\r\n"
518 "ImageFile = blue_scrollbar_shaft_horizontal.bmp\r\n"
519 "SizingMargins = 0, 0, 1, 1\r\n"
520 "ImageCount = 4\r\n"
521 "ImageLayout = Vertical\r\n"
523 "[ScrollBar.UpperTrackVert]\r\n"
524 "BgType = ImageFile\r\n"
525 "ImageFile = blue_scrollbar_shaft_vertical.bmp\r\n"
526 "SizingMargins = 1, 1, 0, 0\r\n"
527 "ImageCount = 4\r\n"
528 "ImageLayout = Vertical\r\n"
530 "[ScrollBar.SizeBox]\r\n"
531 "ImageFile = blue_scrollbar_resizebox_grip.bmp\r\n"
532 "BgType = ImageFile\r\n"
533 "ImageCount = 2\r\n"
534 "SizingType = TrueSize\r\n"
535 "Transparent = True\r\n"
536 "VAlign = Bottom\r\n"
538 "\r\n; Spin\r\n"
539 "[Spin]\r\n"
540 "BgType = ImageFile\r\n"
541 "SizingType = Tile\r\n"
542 "ImageFile = blue_spin_background.bmp\r\n"
543 "SizingMargins = 2, 2, 2, 2\r\n"
544 "ImageCount = 1\r\n"
546 "[Spin.Up]\r\n"
547 "BgType = ImageFile\r\n"
548 "SizingType = Stretch\r\n"
549 "ImageFile = blue_spin_background_up.bmp\r\n"
550 "SizingMargins = 4, 3, 4, 2\r\n"
551 "ContentMargins = 0, 0, 0, 0\r\n"
552 "ImageCount = 4\r\n"
553 "ImageLayout = Vertical\r\n"
554 "GlyphType = ImageGlyph\r\n"
555 "GlyphImageFile = blue_spin_glyph_up.bmp\r\n"
556 "GlyphTransparent = True\r\n"
558 "[Spin.Down]\r\n"
559 "BgType = ImageFile\r\n"
560 "SizingType = Tile\r\n"
561 "ImageFile = blue_spin_background_down.bmp\r\n"
562 "SizingMargins = 4, 3, 3, 3\r\n"
563 "ContentMargins = 0, 0, 0, 0\r\n"
564 "ImageCount = 4\r\n"
565 "ImageLayout = Vertical\r\n"
566 "GlyphType = ImageGlyph\r\n"
567 "GlyphImageFile = blue_spin_glyph_down.bmp\r\n"
568 "GlyphTransparent = True\r\n"
570 "[Spin.Uphorz]\r\n"
571 "BgType = ImageFile\r\n"
572 "SizingType = Stretch\r\n"
573 "ImageFile = blue_spin_background_right.bmp\r\n"
574 "SizingMargins = 3, 3, 4, 2\r\n"
575 "ContentMargins = 0, 0, 0, 0\r\n"
576 "ImageCount = 4\r\n"
577 "ImageLayout = Vertical\r\n"
578 "GlyphType = ImageGlyph\r\n"
579 "GlyphImageFile = blue_spin_glyph_right.bmp\r\n"
580 "GlyphTransparent = True\r\n"
582 "[Spin.Downhorz]\r\n"
583 "BgType = ImageFile\r\n"
584 "SizingType = Stretch\r\n"
585 "ImageFile = blue_spin_background_left.bmp\r\n"
586 "SizingMargins = 4, 2, 4, 2\r\n"
587 "ContentMargins = 0, 0, 0, 0\r\n"
588 "ImageCount = 4\r\n"
589 "ImageLayout = Vertical\r\n"
590 "GlyphType = ImageGlyph\r\n"
591 "GlyphImageFile = blue_spin_glyph_left.bmp\r\n"
592 "GlyphTransparent = True\r\n"
594 "\r\n; Status\r\n"
595 "[Status]\r\n"
596 "SizingMargins = 1, 1, 2, 1\r\n"
597 "ImageFile = blue_status_background.bmp\r\n"
598 "BgType = ImageFile\r\n"
599 "ImageCount = 1\r\n"
600 "SizingType = Stretch\r\n"
602 "[Status.Pane]\r\n"
603 "SizingMargins = 0, 2, 2, 2\r\n"
604 "ImageFile = blue_status_pane.bmp\r\n"
605 "BgType = ImageFile\r\n"
606 "ImageCount = 1\r\n"
607 "SizingType = Tile\r\n"
608 "Transparent = True\r\n"
610 "[Status.GripperPane]\r\n"
611 "BgType = None\r\n"
613 "[Status.Gripper]\r\n"
614 "ContentMargins = 0, 0, 0, 0\r\n"
615 "; Same as scrollbar resize box gripper \r\n"
616 "ImageFile = blue_scrollbar_resizebox_grip.bmp\r\n"
617 "BgType = ImageFile\r\n"
618 "ImageCount = 2\r\n"
619 "SizingType = TrueSize\r\n"
620 "Transparent = True\r\n"
621 "VAlign = Bottom\r\n"
623 "\r\n; Tab\r\n"
624 "[Tab]\r\n"
625 "BgType = BorderFill\r\n"
626 "FillType = Solid\r\n"
627 "FillColor = 255 255 255\r\n"
628 "BorderSize = 0\r\n"
630 "[Tab.Pane]\r\n"
631 "BgType = ImageFile\r\n"
632 "ImageFile = blue_tab_pane_edge.bmp\r\n"
633 "SizingMargins = 2, 4, 2, 4\r\n"
634 "SizingType = Stretch\r\n"
635 "ImageCount = 1\r\n"
637 "[Tab.TabItem]\r\n"
638 "SizingMargins = 2, 2, 6, 6\r\n"
639 "ContentMargins = 0, 0, 0, 0\r\n"
640 "BgType = ImageFile\r\n"
641 "ImageFile = blue_tab_item.bmp\r\n"
642 "ImageCount = 5\r\n"
643 "ImageLayout = Vertical\r\n"
645 "[Tab.TabItemLeftEdge]\r\n"
646 "SizingMargins = 2, 2, 6, 6\r\n"
647 "ContentMargins = 0, 0, 0, 0\r\n"
648 "BgType = ImageFile\r\n"
649 "ImageFile = blue_tab_item_left.bmp\r\n"
650 "ImageCount = 5\r\n"
651 "ImageLayout = Vertical\r\n"
652 "Transparent = True\r\n"
654 "[Tab.TabItemRightEdge]\r\n"
655 "SizingMargins = 2, 2, 6, 6\r\n"
656 "ContentMargins = 0, 0, 0, 0\r\n"
657 "BgType = ImageFile\r\n"
658 "ImageFile = blue_tab_item_right.bmp\r\n"
659 "ImageCount = 5\r\n"
660 "ImageLayout = Vertical\r\n"
661 "Transparent = True\r\n"
663 "[Tab.TabItemBothEdge]\r\n"
664 "SizingMargins = 2, 2, 6, 6\r\n"
665 "ContentMargins = 0, 0, 0, 0\r\n"
666 "BgType = ImageFile\r\n"
667 "ImageFile = blue_tab_item.bmp\r\n"
668 "ImageCount = 5\r\n"
669 "ImageLayout = Vertical\r\n"
671 "[Tab.TopTabItem]\r\n"
672 "SizingMargins = 2, 2, 6, 6\r\n"
673 "ContentMargins = 0, 0, 0, 0\r\n"
674 "BgType = ImageFile\r\n"
675 "ImageFile = blue_tab_item.bmp\r\n"
676 "ImageCount = 5\r\n"
677 "ImageLayout = Vertical\r\n"
678 "Transparent = True\r\n"
680 "[Tab.TopTabItemLeftEdge]\r\n"
681 "SizingMargins = 2, 2, 6, 6\r\n"
682 "ContentMargins = 0, 0, 0, 0\r\n"
683 "BgType = ImageFile\r\n"
684 "ImageFile = blue_tab_item_left.bmp\r\n"
685 "ImageCount = 5\r\n"
686 "ImageLayout = Vertical\r\n"
687 "Transparent = True\r\n"
689 "[Tab.TopTabItemRightEdge]\r\n"
690 "SizingMargins = 2, 2, 6, 6\r\n"
691 "ContentMargins = 0, 0, 0, 0\r\n"
692 "BgType = ImageFile\r\n"
693 "ImageFile = blue_tab_item_right.bmp\r\n"
694 "ImageCount = 5\r\n"
695 "ImageLayout = Vertical\r\n"
696 "Transparent = True\r\n"
698 "[Tab.TopTabItemBothEdge]\r\n"
699 "SizingMargins = 2, 2, 6, 6\r\n"
700 "ContentMargins = 0, 0, 0, 0\r\n"
701 "BgType = ImageFile\r\n"
702 "ImageFile = blue_tab_item.bmp\r\n"
703 "ImageCount = 5\r\n"
704 "ImageLayout = Vertical\r\n"
705 "Transparent = True\r\n"
707 "[Tab.Body]\r\n"
708 "BgType = ImageFile\r\n"
709 "ImageFile = blue_tab_background.bmp\r\n"
711 "\r\n; Toolbar\r\n"
712 "[Toolbar]\r\n"
713 "BgType = BorderFill\r\n"
714 "BorderSize = 0\r\n"
715 "FillColor = 244 244 244\r\n"
716 "TextColor = 0 0 0\r\n"
718 "[Toolbar(Pressed)]\r\n"
719 "TextColor = 0 0 0\r\n"
721 "[Toolbar.Button]\r\n"
722 "SizingMargins = 3, 3, 3, 3\r\n"
723 "ContentMargins = 0, 0, 0, 0\r\n"
724 "ImageFile = blue_toolbar_buttons.bmp\r\n"
725 "BgType = ImageFile\r\n"
726 "ImageLayout = Vertical\r\n"
727 "ImageCount = 6\r\n"
728 "SizingType = Stretch\r\n"
729 "Transparent = True\r\n"
731 "[Toolbar.Separator]\r\n"
732 "SizingMargins = 5, 2, 2, 1\r\n"
733 "ImageFile = blue_toolbar_separator_horizontal.bmp\r\n"
734 "BgType = ImageFile\r\n"
735 "ImageCount = 1\r\n"
736 "SizingType = Tile\r\n"
737 "Transparent = True\r\n"
739 "[Toolbar.SeparatorVert]\r\n"
740 "SizingMargins = 2, 1, 5, 1\r\n"
741 "ImageFile = blue_toolbar_separator_vertical.bmp\r\n"
742 "BgType = ImageFile\r\n"
743 "ImageCount = 1\r\n"
744 "SizingType = Tile\r\n"
745 "Transparent = True\r\n"
747 "[Toolbar.DropdownButton]\r\n"
748 "SizingMargins = 4, 4, 4, 4\r\n"
749 "ContentMargins = 0, 0, 0, 0\r\n"
750 "ImageFile = blue_toolbar_buttons.bmp\r\n"
751 "BgType = ImageFile\r\n"
752 "ImageLayout = Vertical\r\n"
753 "ImageCount = 6\r\n"
754 "SizingType = Stretch\r\n"
755 "Transparent = True\r\n"
757 "[Toolbar.SplitButton]\r\n"
758 "SizingMargins = 3, 2, 3, 3\r\n"
759 "ImageFile = blue_toolbar_buttons_split.bmp\r\n"
760 "BgType = ImageFile\r\n"
761 "ImageLayout = Vertical\r\n"
762 "ImageCount = 6\r\n"
763 "SizingType = Stretch\r\n"
764 "Transparent = True\r\n"
766 "[Toolbar.SplitButtonDropdown]\r\n"
767 "SizingMargins = 1, 3, 3, 3\r\n"
768 "ImageFile = blue_toolbar_buttons_split_dropdown.bmp\r\n"
769 "BgType = ImageFile\r\n"
770 "ImageLayout = Vertical\r\n"
771 "ImageCount = 6\r\n"
772 "SizingType = Stretch\r\n"
773 "Transparent = True\r\n"
774 "GlyphType = ImageGlyph\r\n"
775 "GlyphImageFile = blue_toolbar_buttons_split_dropdown_glyph.bmp\r\n"
776 "GlyphTransparent = True\r\n"
778 "\r\n; TrackBar\r\n"
779 "[TrackBar]\r\n"
780 "BgType = BorderFill\r\n"
781 "FillType = Solid\r\n"
782 "FillColor = 245 245 245\r\n"
783 "BorderSize = 1\r\n"
784 "BorderColor = 174 174 174\r\n"
786 "[TrackBar.Thumb]\r\n"
787 "BgType = ImageFile\r\n"
788 "ImageFile = blue_trackbar_thumb_horizontal.bmp\r\n"
789 "ImageCount = 5\r\n"
790 "ImageLayout = Vertical\r\n"
791 "SizingMargins = 2, 3, 2, 3\r\n"
792 "SizingType = Tile\r\n"
794 "[TrackBar.ThumbVert]\r\n"
795 "BgType = ImageFile\r\n"
796 "ImageFile = blue_trackbar_thumb_vertical.bmp\r\n"
797 "SizingMargins = 2, 3, 2, 3\r\n"
798 "SizingType = Stretch\r\n"
799 "ImageCount = 5\r\n"
800 "ImageLayout = Vertical\r\n"
802 "[TrackBar.ThumbTop]\r\n"
803 "BgType = ImageFile\r\n"
804 "ImageCount = 5\r\n"
805 "ImageLayout = Vertical\r\n"
806 "Transparent = True\r\n"
807 "SizingType = TrueSize\r\n"
808 "ImageSelectType = Dpi\r\n"
809 "UniformSizing = true\r\n"
810 "ImageFile1 = blue_trackbar_thumb_up_11px.bmp\r\n"
811 "ImageFile2 = blue_trackbar_thumb_up_15px.bmp\r\n"
812 "ImageFile3 = blue_trackbar_thumb_up_21px.bmp\r\n"
813 "MinDpi1 = 96\r\n"
814 "MinDpi2 = 118\r\n"
815 "MinDpi3 = 185\r\n"
817 "[TrackBar.ThumbBottom]\r\n"
818 "BgType = ImageFile\r\n"
819 "ImageCount = 5\r\n"
820 "Transparent = True\r\n"
821 "SizingType = TrueSize\r\n"
822 "ImageLayout = Vertical\r\n"
823 "ImageSelectType = Dpi\r\n"
824 "UniformSizing = True\r\n"
825 "ImageFile1 = blue_trackbar_thumb_down_11px.bmp\r\n"
826 "ImageFile2 = blue_trackbar_thumb_down_15px.bmp\r\n"
827 "ImageFile3 = blue_trackbar_thumb_down_21px.bmp\r\n"
828 "MinDpi1 = 96\r\n"
829 "MinDpi2 = 118\r\n"
830 "MinDpi3 = 185\r\n"
832 "[TrackBar.ThumbLeft]\r\n"
833 "BgType = ImageFile\r\n"
834 "SizingType = TrueSize\r\n"
835 "ImageCount = 5\r\n"
836 "Transparent = True\r\n"
837 "ImageLayout = Vertical\r\n"
838 "ImageSelectType = Dpi\r\n"
839 "UniformSizing = True\r\n"
840 "ImageFile1 = blue_trackbar_thumb_left_19px.bmp\r\n"
841 "ImageFile2 = blue_trackbar_thumb_left_25px.bmp\r\n"
842 "ImageFile3 = blue_trackbar_thumb_left_44px.bmp\r\n"
843 "MinDpi1 = 96\r\n"
844 "MinDpi2 = 118\r\n"
845 "MinDpi3 = 185\r\n"
847 "[TrackBar.ThumbRight]\r\n"
848 "BgType = ImageFile\r\n"
849 "SizingType = TrueSize\r\n"
850 "ImageCount = 5\r\n"
851 "Transparent = True\r\n"
852 "ImageLayout = Vertical\r\n"
853 "ImageSelectType = Dpi\r\n"
854 "UniformSizing = True\r\n"
855 "ImageFile1 = blue_trackbar_thumb_right_19px.bmp\r\n"
856 "ImageFile2 = blue_trackbar_thumb_right_25px.bmp\r\n"
857 "ImageFile3 = blue_trackbar_thumb_right_44px.bmp\r\n"
858 "MinDpi1 = 96\r\n"
859 "MinDpi2 = 118\r\n"
860 "MinDpi3 = 185\r\n"
862 "[TrackBar.Track]\r\n"
863 "BgType = ImageFile\r\n"
864 "ImageFile = blue_trackbar_slider_track.bmp\r\n"
865 "ImageCount = 1\r\n"
866 "SizingType = Stretch\r\n"
867 "SizingMargins = 2, 2, 2, 2\r\n"
869 "[TrackBar.TrackVert]\r\n"
870 "BgType = ImageFile\r\n"
871 "ImageFile = blue_trackbar_slider_track.bmp\r\n"
872 "ImageCount = 1\r\n"
873 "SizingType = Stretch\r\n"
874 "SizingMargins = 2, 2, 2, 2\r\n"
876 "[TrackBar.Tics]\r\n"
877 "Color = 174 174 174\r\n"
879 "[TrackBar.TicsVert]\r\n"
880 "Color = 174 174 174\r\n"
882 "\r\n; Tooltip\r\n"
883 "[Tooltip.Close]\r\n"
884 "BgType = ImageFile\r\n"
885 "ImageFile = blue_tooltip_close.bmp\r\n"
886 "ImageCount = 3\r\n"
887 "SizingType = TrueSize\r\n"
888 "ImageLayout = Vertical\r\n"
890 "\r\n; TreeView\r\n"
891 "[TreeView]\r\n"
892 "BgType = BorderFill\r\n"
893 "BorderSize = 1\r\n"
894 "FillColor = 255 255 255\r\n"
895 "BorderColor = 174 174 174\r\n"
897 "[TreeView.Glyph]\r\n"
898 "BgType = ImageFile\r\n"
899 "SizingType = TrueSize\r\n"
900 "ImageCount = 2\r\n"
901 "ImageLayout = vertical\r\n"
902 "ImageSelectType = Dpi\r\n"
903 "UniformSizing = True\r\n"
904 "ImageFile1 = blue_treeview_expand_collapse_9px.bmp\r\n"
905 "ImageFile2 = blue_treeview_expand_collapse_10px.bmp\r\n"
906 "ImageFile3 = blue_treeview_expand_collapse_15px.bmp\r\n"
907 "MinDpi1 = 96\r\n"
908 "MinDpi2 = 133\r\n"
909 "MinDpi3 = 150\r\n"
912 /* Button */
913 /* @makedep: blue_button.bmp */
914 BLUE_BUTTON_BMP BITMAP "blue_button.bmp"
916 /* @makedep: blue_checkbox_13px.bmp */
917 BLUE_CHECKBOX_13PX_BMP BITMAP "blue_checkbox_13px.bmp"
919 /* @makedep: blue_checkbox_16px.bmp */
920 BLUE_CHECKBOX_16PX_BMP BITMAP "blue_checkbox_16px.bmp"
922 /* @makedep: blue_checkbox_25px.bmp */
923 BLUE_CHECKBOX_25PX_BMP BITMAP "blue_checkbox_25px.bmp"
925 /* @makedep: blue_radiobutton_13px.bmp */
926 BLUE_RADIOBUTTON_13PX_BMP BITMAP "blue_radiobutton_13px.bmp"
928 /* @makedep: blue_radiobutton_16px.bmp */
929 BLUE_RADIOBUTTON_16PX_BMP BITMAP "blue_radiobutton_16px.bmp"
931 /* @makedep: blue_radiobutton_25px.bmp */
932 BLUE_RADIOBUTTON_25PX_BMP BITMAP "blue_radiobutton_25px.bmp"
934 /* @makedep: blue_groupbox.bmp */
935 BLUE_GROUPBOX_BMP BITMAP "blue_groupbox.bmp"
937 /* @makedep: blue_commandlink.bmp */
938 BLUE_COMMANDLINK_BMP BITMAP "blue_commandlink.bmp"
940 /* @makedep: blue_commandlink_glyph_30px.bmp */
941 BLUE_COMMANDLINK_GLYPH_30PX_BMP BITMAP "blue_commandlink_glyph_30px.bmp"
943 /* @makedep: blue_commandlink_glyph_45px.bmp */
944 BLUE_COMMANDLINK_GLYPH_45PX_BMP BITMAP "blue_commandlink_glyph_45px.bmp"
946 /* ComboBox */
947 /* @makedep: blue_combobutton.bmp */
948 BLUE_COMBOBUTTON_BMP BITMAP "blue_combobutton.bmp"
950 /* @makedep: blue_combobutton_glyph.bmp */
951 BLUE_COMBOBUTTON_GLYPH_BMP BITMAP "blue_combobutton_glyph.bmp"
953 /* Header */
954 /* @makedep: blue_header.bmp */
955 BLUE_HEADER_BMP BITMAP "blue_header.bmp"
957 /* @makedep: blue_header_item.bmp */
958 BLUE_HEADER_ITEM_BMP BITMAP "blue_header_item.bmp"
960 /* Progress */
961 /* @makedep: blue_progress_chunk_horizontal.bmp */
962 BLUE_PROGRESS_CHUNK_HORIZONTAL_BMP BITMAP "blue_progress_chunk_horizontal.bmp"
964 /* @makedep: blue_progress_chunk_vertical.bmp */
965 BLUE_PROGRESS_CHUNK_VERTICAL_BMP BITMAP "blue_progress_chunk_vertical.bmp"
967 /* @makedep: blue_progress_track_horizontal.bmp */
968 BLUE_PROGRESS_TRACK_HORIZONTAL_BMP BITMAP "blue_progress_track_horizontal.bmp"
970 /* @makedep: blue_progress_track_vertical.bmp */
971 BLUE_PROGRESS_TRACK_VERTICAL_BMP BITMAP "blue_progress_track_vertical.bmp"
973 /* Rebar */
974 /* @makedep: blue_rebar_background.bmp */
975 BLUE_REBAR_BACKGROUND_BMP BITMAP "blue_rebar_background.bmp"
977 /* @makedep: blue_rebar_gripper_horizontal.bmp */
978 BLUE_REBAR_GRIPPER_HORIZONTAL_BMP BITMAP "blue_rebar_gripper_horizontal.bmp"
980 /* @makedep: blue_rebar_gripper_vertical.bmp */
981 BLUE_REBAR_GRIPPER_VERTICAL_BMP BITMAP "blue_rebar_gripper_vertical.bmp"
983 /* @makedep: blue_rebar_chevron.bmp */
984 BLUE_REBAR_CHEVRON_BMP BITMAP "blue_rebar_chevron.bmp"
986 /* Scroll Bar */
987 /* @makedep: blue_scrollbar_arrows.bmp */
988 BLUE_SCROLLBAR_ARROWS_BMP BITMAP "blue_scrollbar_arrows.bmp"
990 /* @makedep: blue_scrollbar_arrow_glyphs_7px.bmp */
991 BLUE_SCROLLBAR_ARROW_GLYPHS_7PX_BMP BITMAP "blue_scrollbar_arrow_glyphs_7px.bmp"
993 /* @makedep: blue_scrollbar_arrow_glyphs_9px.bmp */
994 BLUE_SCROLLBAR_ARROW_GLYPHS_9PX_BMP BITMAP "blue_scrollbar_arrow_glyphs_9px.bmp"
996 /* @makedep: blue_scrollbar_resizebox_grip.bmp */
997 BLUE_SCROLLBAR_RESIZEBOX_GRIP_BMP BITMAP "blue_scrollbar_resizebox_grip.bmp"
999 /* @makedep: blue_scrollbar_shaft_horizontal.bmp */
1000 BLUE_SCROLLBAR_SHAFT_HORIZONTAL_BMP BITMAP "blue_scrollbar_shaft_horizontal.bmp"
1002 /* @makedep: blue_scrollbar_shaft_vertical.bmp */
1003 BLUE_SCROLLBAR_SHAFT_VERTICAL_BMP BITMAP "blue_scrollbar_shaft_vertical.bmp"
1005 /* @makedep: blue_scrollbar_thumb_horizontal.bmp */
1006 BLUE_SCROLLBAR_THUMB_HORIZONTAL_BMP BITMAP "blue_scrollbar_thumb_horizontal.bmp"
1008 /* @makedep: blue_scrollbar_thumb_vertical.bmp */
1009 BLUE_SCROLLBAR_THUMB_VERTICAL_BMP BITMAP "blue_scrollbar_thumb_vertical.bmp"
1011 /* Spin */
1012 /* @makedep: blue_spin_background.bmp */
1013 BLUE_SPIN_BACKGROUND_BMP BITMAP "blue_spin_background.bmp"
1015 /* @makedep: blue_spin_background_down.bmp */
1016 BLUE_SPIN_BACKGROUND_DOWN_BMP BITMAP "blue_spin_background_down.bmp"
1018 /* @makedep: blue_spin_background_right.bmp */
1019 BLUE_SPIN_BACKGROUND_RIGHT_BMP BITMAP "blue_spin_background_right.bmp"
1021 /* @makedep: blue_spin_background_left.bmp */
1022 BLUE_SPIN_BACKGROUND_LEFT_BMP BITMAP "blue_spin_background_left.bmp"
1024 /* @makedep: blue_spin_background_up.bmp */
1025 BLUE_SPIN_BACKGROUND_UP_BMP BITMAP "blue_spin_background_up.bmp"
1027 /* @makedep: blue_spin_glyph_down.bmp */
1028 BLUE_SPIN_GLYPH_DOWN_BMP BITMAP "blue_spin_glyph_down.bmp"
1030 /* @makedep: blue_spin_glyph_left.bmp */
1031 BLUE_SPIN_GLYPH_LEFT_BMP BITMAP "blue_spin_glyph_left.bmp"
1033 /* @makedep: blue_spin_glyph_right.bmp */
1034 BLUE_SPIN_GLYPH_RIGHT_BMP BITMAP "blue_spin_glyph_right.bmp"
1036 /* @makedep: blue_spin_glyph_up.bmp */
1037 BLUE_SPIN_GLYPH_UP_BMP BITMAP "blue_spin_glyph_up.bmp"
1039 /* Status */
1040 /* @makedep: blue_status_background.bmp */
1041 BLUE_STATUS_BACKGROUND_BMP BITMAP "blue_status_background.bmp"
1043 /* @makedep: blue_status_pane.bmp */
1044 BLUE_STATUS_PANE_BMP BITMAP "blue_status_pane.bmp"
1046 /* Tab */
1047 /* @makedep: blue_tab_background.bmp */
1048 BLUE_TAB_BACKGROUND_BMP BITMAP "blue_tab_background.bmp"
1050 /* @makedep: blue_tab_item.bmp */
1051 BLUE_TAB_ITEM_BMP BITMAP "blue_tab_item.bmp"
1053 /* @makedep: blue_tab_item_left.bmp */
1054 BLUE_TAB_ITEM_LEFT_BMP BITMAP "blue_tab_item_left.bmp"
1056 /* @makedep: blue_tab_item_right.bmp */
1057 BLUE_TAB_ITEM_RIGHT_BMP BITMAP "blue_tab_item_right.bmp"
1059 /* @makedep: blue_tab_pane_edge.bmp */
1060 BLUE_TAB_PANE_EDGE_BMP BITMAP "blue_tab_pane_edge.bmp"
1062 /* ToolBar */
1063 /* @makedep: blue_toolbar_buttons.bmp */
1064 BLUE_TOOLBAR_BUTTONS_BMP BITMAP "blue_toolbar_buttons.bmp"
1066 /* @makedep: blue_toolbar_buttons_split.bmp */
1067 BLUE_TOOLBAR_BUTTONS_SPLIT_BMP BITMAP "blue_toolbar_buttons_split.bmp"
1069 /* @makedep: blue_toolbar_separator_horizontal.bmp */
1070 BLUE_TOOLBAR_SEPARATOR_HORIZONTAL_BMP BITMAP "blue_toolbar_separator_horizontal.bmp"
1072 /* @makedep: blue_toolbar_separator_vertical.bmp */
1073 BLUE_TOOLBAR_SEPARATOR_VERTICAL_BMP BITMAP "blue_toolbar_separator_vertical.bmp"
1075 /* @makedep: blue_toolbar_buttons_split_dropdown.bmp */
1076 BLUE_TOOLBAR_BUTTONS_SPLIT_DROPDOWN_BMP BITMAP "blue_toolbar_buttons_split_dropdown.bmp"
1078 /* @makedep: blue_toolbar_buttons_split_dropdown_glyph.bmp */
1079 BLUE_TOOLBAR_BUTTONS_SPLIT_DROPDOWN_GLYPH_BMP BITMAP "blue_toolbar_buttons_split_dropdown_glyph.bmp"
1081 /* Tooltip */
1082 /* @makedep: blue_tooltip_close.bmp */
1083 BLUE_TOOLTIP_CLOSE_BMP BITMAP "blue_tooltip_close.bmp"
1085 /* TrackBar */
1086 /* @makedep: blue_trackbar_thumb_horizontal.bmp */
1087 BLUE_TRACKBAR_THUMB_HORIZONTAL_BMP BITMAP "blue_trackbar_thumb_horizontal.bmp"
1089 /* @makedep: blue_trackbar_thumb_vertical.bmp */
1090 BLUE_TRACKBAR_THUMB_VERTICAL_BMP BITMAP "blue_trackbar_thumb_vertical.bmp"
1092 /* @makedep: blue_trackbar_slider_track.bmp */
1093 BLUE_TRACKBAR_SLIDER_TRACK_BMP BITMAP "blue_trackbar_slider_track.bmp"
1095 /* @makedep: blue_trackbar_thumb_down_11px.bmp */
1096 BLUE_TRACKBAR_THUMB_DOWN_11PX_BMP BITMAP "blue_trackbar_thumb_down_11px.bmp"
1098 /* @makedep: blue_trackbar_thumb_down_15px.bmp */
1099 BLUE_TRACKBAR_THUMB_DOWN_15PX_BMP BITMAP "blue_trackbar_thumb_down_15px.bmp"
1101 /* @makedep: blue_trackbar_thumb_down_21px.bmp */
1102 BLUE_TRACKBAR_THUMB_DOWN_21PX_BMP BITMAP "blue_trackbar_thumb_down_21px.bmp"
1104 /* @makedep: blue_trackbar_thumb_left_19px.bmp */
1105 BLUE_TRACKBAR_THUMB_LEFT_19PX_BMP BITMAP "blue_trackbar_thumb_left_19px.bmp"
1107 /* @makedep: blue_trackbar_thumb_left_25px.bmp */
1108 BLUE_TRACKBAR_THUMB_LEFT_25PX_BMP BITMAP "blue_trackbar_thumb_left_25px.bmp"
1110 /* @makedep: blue_trackbar_thumb_left_44px.bmp */
1111 BLUE_TRACKBAR_THUMB_LEFT_44PX_BMP BITMAP "blue_trackbar_thumb_left_44px.bmp"
1113 /* @makedep: blue_trackbar_thumb_right_19px.bmp */
1114 BLUE_TRACKBAR_THUMB_RIGHT_19PX_BMP BITMAP "blue_trackbar_thumb_right_19px.bmp"
1116 /* @makedep: blue_trackbar_thumb_right_25px.bmp */
1117 BLUE_TRACKBAR_THUMB_RIGHT_25PX_BMP BITMAP "blue_trackbar_thumb_right_25px.bmp"
1119 /* @makedep: blue_trackbar_thumb_right_44px.bmp */
1120 BLUE_TRACKBAR_THUMB_RIGHT_44PX_BMP BITMAP "blue_trackbar_thumb_right_44px.bmp"
1122 /* @makedep: blue_trackbar_thumb_up_11px.bmp */
1123 BLUE_TRACKBAR_THUMB_UP_11PX_BMP BITMAP "blue_trackbar_thumb_up_11px.bmp"
1125 /* @makedep: blue_trackbar_thumb_up_15px.bmp */
1126 BLUE_TRACKBAR_THUMB_UP_15PX_BMP BITMAP "blue_trackbar_thumb_up_15px.bmp"
1128 /* @makedep: blue_trackbar_thumb_up_21px.bmp */
1129 BLUE_TRACKBAR_THUMB_UP_21PX_BMP BITMAP "blue_trackbar_thumb_up_21px.bmp"
1131 /* TreeView */
1132 /* @makedep: blue_treeview_expand_collapse_9px.bmp */
1133 BLUE_TREEVIEW_EXPAND_COLLAPSE_9PX_BMP BITMAP "blue_treeview_expand_collapse_9px.bmp"
1135 /* @makedep: blue_treeview_expand_collapse_10px.bmp */
1136 BLUE_TREEVIEW_EXPAND_COLLAPSE_10PX_BMP BITMAP "blue_treeview_expand_collapse_10px.bmp"
1138 /* @makedep: blue_treeview_expand_collapse_15px.bmp */
1139 BLUE_TREEVIEW_EXPAND_COLLAPSE_15PX_BMP BITMAP "blue_treeview_expand_collapse_15px.bmp"
1141 /* File version */
1142 #define WINE_FILEDESCRIPTION_STR "Light Theme"
1143 #define WINE_FILENAME_STR "light.msstyles"
1144 #define WINE_FILEVERSION 1,0,0,1
1145 #define WINE_FILEVERSION_STR "1.0.0.1"
1146 #define WINE_PRODUCTVERSION 1,0,0,1
1147 #define WINE_PRODUCTVERSION_STR "1.0.0.1"
1149 #include "wine/wine_common_ver.rc"