wined3d: Don't use persistent BOs from the client thread if we might need to do verte...
[wine.git] / dlls / light.msstyles / light.rc
blob4596f0f0458e4446a631d2807b079f7fbbb40cbe
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 = 17\r\n"
148 "ScrollbarHeight = 17\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 "TransitionDurations = 4, "
402 "0, 100, 100, 100, "
403 "100, 0, 100, 100, "
404 "100, 100, 0, 100, "
405 "100, 100, 100, 0\r\n"
407 "\r\n; Edit\r\n"
408 "[Edit]\r\n"
409 "BgType = BorderFill\r\n"
410 "BorderSize = 1\r\n"
411 "FillColor = 255 255 255\r\n"
412 "BorderColor = 174 174 174\r\n"
414 "[Edit.Edittext(Disabled)]\r\n"
415 "FillColor = 245 245 245\r\n"
416 "TextColor = 166 166 166\r\n"
418 "[Edit.Edittext(ReadOnly)]\r\n"
419 "FillColor = 245 245 245\r\n"
420 "TextColor = 0 0 0\r\n"
422 "\r\n; Header\r\n"
423 "[Header]\r\n"
424 "BgType = ImageFile\r\n"
425 "SizingMargins = 2, 2, 2, 4\r\n"
426 "ImageFile = blue_header.bmp\r\n"
427 "SizingType = Tile\r\n"
429 "[Header.HeaderItem]\r\n"
430 "BgType = ImageFile\r\n"
431 "SizingMargins = 2, 2, 2, 4\r\n"
432 "ContentMargins = 3, 0, 0, 0\r\n"
433 "ImageFile = blue_header_item.bmp\r\n"
434 "ImageCount = 5\r\n"
435 "ImageLayout = Vertical\r\n"
436 "SizingType = Tile\r\n"
437 "Transparent = True\r\n"
439 "\r\n; ListBox\r\n"
440 "[ListBox]\r\n"
441 "BgType = BorderFill\r\n"
442 "BorderSize = 1\r\n"
443 "FillColor = 255 255 255\r\n"
444 "BorderColor = 174 174 174\r\n"
446 "\r\n; ListView\r\n"
447 "[ListView]\r\n"
448 "BgType = BorderFill\r\n"
449 "BorderSize = 1\r\n"
450 "FillColor = 255 255 255\r\n"
451 "BorderColor = 174 174 174\r\n"
453 "\r\n; Progress\r\n"
454 "[Progress]\r\n"
455 "ProgressChunkSize = 1\r\n"
456 "ProgressSpaceSize = 0\r\n"
457 "BgType = BorderFill\r\n"
458 "FillType = Solid\r\n"
459 "FillColor = 48 150 250\r\n"
460 "BorderSize = 1\r\n"
461 "BorderColor = 174 174 174\r\n"
463 "[Progress.Bar]\r\n"
464 "BgType = ImageFile\r\n"
465 "ImageFile = blue_progress_track_horizontal.bmp\r\n"
466 "MinSize = 10, 10\r\n"
467 "SizingMargins = 1, 1, 1, 1\r\n"
468 "SizingType = Stretch\r\n"
470 "[Progress.BarVert]\r\n"
471 "BgType = ImageFile\r\n"
472 "ImageFile = blue_progress_track_vertical.bmp\r\n"
473 "SizingMargins = 1, 1, 1, 1\r\n"
474 "SizingType = Stretch\r\n"
476 "[Progress.Chunk]\r\n"
477 "BgType = ImageFile\r\n"
478 "ImageFile = blue_progress_chunk_horizontal.bmp\r\n"
479 "SizingMargins = 1, 1, 1, 1\r\n"
480 "SizingType = Stretch\r\n"
482 "[Progress.ChunkVert]\r\n"
483 "BgType = ImageFile\r\n"
484 "ImageFile = blue_progress_chunk_vertical.bmp\r\n"
485 "SizingMargins = 1, 1, 1, 1\r\n"
486 "SizingType = Stretch\r\n"
488 "[Progress.Fill]\r\n"
489 "FillColor = 48 150 250\r\n"
491 "[Progress.FillVert]\r\n"
492 "FillColor = 48 150 250\r\n"
494 "[Progress.Fill(Error)]\r\n"
495 "FillColor = 213 0 0\r\n"
497 "[Progress.FillVert(Error)]\r\n"
498 "FillColor = 213 0 0\r\n"
500 "[Progress.Fill(Paused)]\r\n"
501 "FillColor = 255 238 88\r\n"
503 "[Progress.FillVert(Paused)]\r\n"
504 "FillColor = 255 238 88\r\n"
506 "[Progress.Fill(Partial)]\r\n"
507 "FillColor = 189 189 189\r\n"
509 "[Progress.FillVert(Partial)]\r\n"
510 "FillColor = 189 189 189\r\n"
512 "[Progress.PulseOverlay]\r\n"
513 "BgType = None\r\n"
515 "[Progress.MoveOverlay]\r\n"
516 "BgType = None\r\n"
518 "[Progress.PulseOverlayVert]\r\n"
519 "BgType = None\r\n"
521 "[Progress.MoveOverlayVert]\r\n"
522 "BgType = None\r\n"
524 "[Progress.TransparentBar]\r\n"
525 "BgType = ImageFile\r\n"
526 "ImageFile = blue_progress_track_horizontal.bmp\r\n"
527 "MinSize = 10, 10\r\n"
528 "SizingMargins = 1, 1, 1, 1\r\n"
529 "SizingType = Stretch\r\n"
531 "[Progress.TransparentBarVert]\r\n"
532 "BgType = ImageFile\r\n"
533 "ImageFile = blue_progress_track_vertical.bmp\r\n"
534 "SizingMargins = 1, 1, 1, 1\r\n"
535 "SizingType = Stretch\r\n"
537 "\r\n; Rebar\r\n"
538 "[Rebar]\r\n"
539 "BgType = ImageFile\r\n"
540 "SizingType = Stretch\r\n"
541 "ImageFile = blue_rebar_background.bmp\r\n"
542 "SizingMargins = 1, 1, 9, 2\r\n"
543 "Font = Tahoma, 8\r\n"
544 "TextColor = 0 0 0\r\n"
546 "[Rebar.Band]\r\n"
547 "BgType = None\r\n"
548 "ContentMargins = 2, 0, 0, 0\r\n"
550 "[Rebar.Gripper]\r\n"
551 "Bgtype = imagefile\r\n"
552 "SizingMargins = 2, 1, 4, 2\r\n"
553 "ContentMargins = 2, 1, 0, 0\r\n"
554 "ImageFile = blue_rebar_gripper_horizontal.bmp\r\n"
555 "SizingType = Tile\r\n"
556 "Transparent = True\r\n"
558 "[Rebar.GripperVert]\r\n"
559 "Bgtype = ImageFile\r\n"
560 "SizingMargins = 3, 3, 2, 1\r\n"
561 "ContentMargins = 1, 2, 0, 0\r\n"
562 "ImageFile = blue_rebar_gripper_vertical.bmp\r\n"
563 "SizingType = Tile\r\n"
564 "Transparent = True\r\n"
566 "[Rebar.Chevron]\r\n"
567 "SizingMargins = 4, 4, 4, 4\r\n"
568 "ContentMargins = 0, 0, 0, 0\r\n"
569 "; Same as toolbar buttons \r\n"
570 "ImageFile = blue_toolbar_buttons.bmp\r\n"
571 "Bgtype = ImageFile\r\n"
572 "Imagelayout = Vertical\r\n"
573 "ImageCount = 6\r\n"
574 "SizingType = Stretch\r\n"
575 "Transparent = True\r\n"
576 "GlyphType = ImageGlyph\r\n"
577 "GlyphImageFile = blue_rebar_chevron.bmp\r\n"
578 "GlyphTransparent = True\r\n"
579 "VAlign = Top\r\n"
581 "[Rebar.ChevronVert]\r\n"
582 "SizingMargins = 4, 4, 4, 4\r\n"
583 "ContentMargins = 0, 0, 0, 0\r\n"
584 "; Same as toolbar buttons \r\n"
585 "ImageFile = blue_toolbar_buttons.bmp\r\n"
586 "Bgtype = ImageFile\r\n"
587 "Imagelayout = Vertical\r\n"
588 "ImageCount = 6\r\n"
589 "SizingType = Stretch\r\n"
590 "Transparent = True\r\n"
591 "GlyphType = ImageGlyph\r\n"
592 "GlyphImageFile = blue_rebar_chevron.bmp\r\n"
593 "GlyphTransparent = True\r\n"
594 "VAlign = Top\r\n"
596 "\r\n; Scroll Bar\r\n"
597 "[ScrollBar]\r\n"
598 "TransitionDurations = 5, "
599 "0, 100, 100, 100, 100, "
600 "100, 0, 100, 100, 100, "
601 "100, 100, 0, 100, 100, "
602 "100, 100, 100, 0, 100, "
603 "100, 100, 100, 100, 0\r\n"
605 "[ScrollBar.ArrowBtn]\r\n"
606 "BgType = ImageFile\r\n"
607 "SizingMargins = 5, 5, 5, 5\r\n"
608 "ContentMargins = 0, 0, 3, 3\r\n"
609 "SizingType = Stretch\r\n"
610 "ImageFile = blue_scrollbar_arrows.bmp\r\n"
611 "ImageCount = 16\r\n"
612 "ImageLayout = Vertical\r\n"
613 "GlyphType = ImageGlyph\r\n"
614 "GlyphTransparent = True\r\n"
615 "ImageSelectType = Size\r\n"
616 "UniformSizing = True\r\n"
617 "ImageFile1 = blue_scrollbar_arrow_glyphs_7px.bmp\r\n"
618 "ImageFile2 = blue_scrollbar_arrow_glyphs_9px.bmp\r\n"
619 "MinSize1 = 7, 7\r\n"
620 "MinSize2 = 9, 9\r\n"
622 "[ScrollBar.ThumbBtnHorz]\r\n"
623 "BgType = ImageFile\r\n"
624 "SizingMargins = 5, 5, 5, 5\r\n"
625 "ContentMargins = 4, 4, 0, 0\r\n"
626 "ImageFile = blue_scrollbar_thumb_horizontal.bmp\r\n"
627 "ImageCount = 4\r\n"
628 "ImageLayout = Vertical\r\n"
630 "[ScrollBar.ThumbBtnVert]\r\n"
631 "BgType = ImageFile\r\n"
632 "SizingMargins = 5, 5, 5, 5\r\n"
633 "ContentMargins = 0, 0, 4, 4\r\n"
634 "ImageFile = blue_scrollbar_thumb_vertical.bmp\r\n"
635 "ImageCount = 4\r\n"
636 "ImageLayout = Vertical\r\n"
638 "[ScrollBar.GripperHorz]\r\n"
639 "BgType = None\r\n"
641 "[ScrollBar.GripperVert]\r\n"
642 "BgType = None\r\n"
644 "[ScrollBar.LowerTrackHorz]\r\n"
645 "BgType = ImageFile\r\n"
646 "ImageFile = blue_scrollbar_shaft_horizontal.bmp\r\n"
647 "SizingMargins = 0, 0, 1, 1\r\n"
648 "ImageCount = 4\r\n"
649 "ImageLayout = Vertical\r\n"
651 "[ScrollBar.LowerTrackVert]\r\n"
652 "BgType = ImageFile\r\n"
653 "ImageFile = blue_scrollbar_shaft_vertical.bmp\r\n"
654 "SizingMargins = 1, 1, 0, 0\r\n"
655 "ImageCount = 4\r\n"
656 "ImageLayout = Vertical\r\n"
658 "[ScrollBar.UpperTrackHorz]\r\n"
659 "BgType = ImageFile\r\n"
660 "ImageFile = blue_scrollbar_shaft_horizontal.bmp\r\n"
661 "SizingMargins = 0, 0, 1, 1\r\n"
662 "ImageCount = 4\r\n"
663 "ImageLayout = Vertical\r\n"
665 "[ScrollBar.UpperTrackVert]\r\n"
666 "BgType = ImageFile\r\n"
667 "ImageFile = blue_scrollbar_shaft_vertical.bmp\r\n"
668 "SizingMargins = 1, 1, 0, 0\r\n"
669 "ImageCount = 4\r\n"
670 "ImageLayout = Vertical\r\n"
672 "[ScrollBar.SizeBox]\r\n"
673 "BgType = ImageFile\r\n"
674 "ImageSelectType = Dpi\r\n"
675 "TrueSizeScalingType = Dpi\r\n"
676 "ImageCount = 2\r\n"
677 "SizingType = TrueSize\r\n"
678 "Transparent = True\r\n"
679 "VAlign = Bottom\r\n"
680 "ImageFile1 = blue_scrollbar_resizebox_grip_16px.bmp\r\n"
681 "ImageFile2 = blue_scrollbar_resizebox_grip_20px.bmp\r\n"
682 "ImageFile3 = blue_scrollbar_resizebox_grip_24px.bmp\r\n"
683 "ImageFile4 = blue_scrollbar_resizebox_grip_28px.bmp\r\n"
684 "ImageFile5 = blue_scrollbar_resizebox_grip_32px.bmp\r\n"
685 "ImageFile6 = blue_scrollbar_resizebox_grip_36px.bmp\r\n"
686 "ImageFile7 = blue_scrollbar_resizebox_grip_40px.bmp\r\n"
687 "MinDpi1 = 96\r\n"
688 "MinDpi2 = 120\r\n"
689 "MinDpi3 = 144\r\n"
690 "MinDpi4 = 168\r\n"
691 "MinDpi5 = 192\r\n"
692 "MinDpi6 = 216\r\n"
693 "MinDpi7 = 240\r\n"
695 "\r\n; Spin\r\n"
696 "[Spin]\r\n"
697 "BgType = ImageFile\r\n"
698 "SizingType = Tile\r\n"
699 "ImageFile = blue_spin_background.bmp\r\n"
700 "SizingMargins = 2, 2, 2, 2\r\n"
701 "ImageCount = 1\r\n"
703 "[Spin.Up]\r\n"
704 "BgType = ImageFile\r\n"
705 "SizingType = Stretch\r\n"
706 "ImageFile = blue_spin_background_up.bmp\r\n"
707 "SizingMargins = 4, 3, 4, 2\r\n"
708 "ContentMargins = 0, 0, 0, 0\r\n"
709 "ImageCount = 4\r\n"
710 "ImageLayout = Vertical\r\n"
711 "GlyphType = ImageGlyph\r\n"
712 "GlyphImageFile = blue_spin_glyph_up.bmp\r\n"
713 "GlyphTransparent = True\r\n"
714 "TransitionDurations = 4, "
715 "0, 100, 100, 100, "
716 "100, 0, 100, 100, "
717 "100, 100, 0, 100, "
718 "100, 100, 100, 0\r\n"
720 "[Spin.Down]\r\n"
721 "BgType = ImageFile\r\n"
722 "SizingType = Tile\r\n"
723 "ImageFile = blue_spin_background_down.bmp\r\n"
724 "SizingMargins = 4, 3, 3, 3\r\n"
725 "ContentMargins = 0, 0, 0, 0\r\n"
726 "ImageCount = 4\r\n"
727 "ImageLayout = Vertical\r\n"
728 "GlyphType = ImageGlyph\r\n"
729 "GlyphImageFile = blue_spin_glyph_down.bmp\r\n"
730 "GlyphTransparent = True\r\n"
731 "TransitionDurations = 4, "
732 "0, 100, 100, 100, "
733 "100, 0, 100, 100, "
734 "100, 100, 0, 100, "
735 "100, 100, 100, 0\r\n"
737 "[Spin.Uphorz]\r\n"
738 "BgType = ImageFile\r\n"
739 "SizingType = Stretch\r\n"
740 "ImageFile = blue_spin_background_right.bmp\r\n"
741 "SizingMargins = 3, 3, 4, 2\r\n"
742 "ContentMargins = 0, 0, 0, 0\r\n"
743 "ImageCount = 4\r\n"
744 "ImageLayout = Vertical\r\n"
745 "GlyphType = ImageGlyph\r\n"
746 "GlyphImageFile = blue_spin_glyph_right.bmp\r\n"
747 "GlyphTransparent = True\r\n"
748 "TransitionDurations = 4, "
749 "0, 100, 100, 100, "
750 "100, 0, 100, 100, "
751 "100, 100, 0, 100, "
752 "100, 100, 100, 0\r\n"
754 "[Spin.Downhorz]\r\n"
755 "BgType = ImageFile\r\n"
756 "SizingType = Stretch\r\n"
757 "ImageFile = blue_spin_background_left.bmp\r\n"
758 "SizingMargins = 4, 2, 4, 2\r\n"
759 "ContentMargins = 0, 0, 0, 0\r\n"
760 "ImageCount = 4\r\n"
761 "ImageLayout = Vertical\r\n"
762 "GlyphType = ImageGlyph\r\n"
763 "GlyphImageFile = blue_spin_glyph_left.bmp\r\n"
764 "GlyphTransparent = True\r\n"
765 "TransitionDurations = 4, "
766 "0, 100, 100, 100, "
767 "100, 0, 100, 100, "
768 "100, 100, 0, 100, "
769 "100, 100, 100, 0\r\n"
771 "\r\n; Status\r\n"
772 "[Status]\r\n"
773 "SizingMargins = 1, 1, 2, 1\r\n"
774 "ImageFile = blue_status_background.bmp\r\n"
775 "BgType = ImageFile\r\n"
776 "ImageCount = 1\r\n"
777 "SizingType = Stretch\r\n"
779 "[Status.Pane]\r\n"
780 "SizingMargins = 0, 2, 2, 2\r\n"
781 "ImageFile = blue_status_pane.bmp\r\n"
782 "BgType = ImageFile\r\n"
783 "ImageCount = 1\r\n"
784 "SizingType = Tile\r\n"
785 "Transparent = True\r\n"
787 "[Status.GripperPane]\r\n"
788 "BgType = None\r\n"
790 "[Status.Gripper]\r\n"
791 "ContentMargins = 0, 0, 0, 0\r\n"
792 "BgType = ImageFile\r\n"
793 "ImageSelectType = Dpi\r\n"
794 "TrueSizeScalingType = Dpi\r\n"
795 "ImageCount = 2\r\n"
796 "SizingType = TrueSize\r\n"
797 "Transparent = True\r\n"
798 "VAlign = Bottom\r\n"
799 "; Same as scrollbar resize box gripper \r\n"
800 "ImageFile1 = blue_scrollbar_resizebox_grip_16px.bmp\r\n"
801 "ImageFile2 = blue_scrollbar_resizebox_grip_20px.bmp\r\n"
802 "ImageFile3 = blue_scrollbar_resizebox_grip_24px.bmp\r\n"
803 "ImageFile4 = blue_scrollbar_resizebox_grip_28px.bmp\r\n"
804 "ImageFile5 = blue_scrollbar_resizebox_grip_32px.bmp\r\n"
805 "ImageFile6 = blue_scrollbar_resizebox_grip_36px.bmp\r\n"
806 "ImageFile7 = blue_scrollbar_resizebox_grip_40px.bmp\r\n"
807 "MinDpi1 = 96\r\n"
808 "MinDpi2 = 120\r\n"
809 "MinDpi3 = 144\r\n"
810 "MinDpi4 = 168\r\n"
811 "MinDpi5 = 192\r\n"
812 "MinDpi6 = 216\r\n"
813 "MinDpi7 = 240\r\n"
815 "\r\n; Tab\r\n"
816 "[Tab]\r\n"
817 "BgType = BorderFill\r\n"
818 "FillType = Solid\r\n"
819 "FillColor = 255 255 255\r\n"
820 "BorderSize = 0\r\n"
822 "[Tab.Pane]\r\n"
823 "BgType = ImageFile\r\n"
824 "ImageFile = blue_tab_pane_edge.bmp\r\n"
825 "SizingMargins = 2, 4, 2, 4\r\n"
826 "SizingType = Stretch\r\n"
827 "ImageCount = 1\r\n"
829 "[Tab.TabItem]\r\n"
830 "SizingMargins = 2, 2, 6, 6\r\n"
831 "ContentMargins = 0, 0, 0, 0\r\n"
832 "BgType = ImageFile\r\n"
833 "ImageFile = blue_tab_item.bmp\r\n"
834 "ImageCount = 5\r\n"
835 "ImageLayout = Vertical\r\n"
836 "TransitionDurations = 5, "
837 "0, 100, 100, 100, 100, "
838 "100, 0, 100, 100, 100, "
839 "100, 100, 0, 100, 100, "
840 "100, 100, 100, 0, 100, "
841 "100, 100, 100, 100, 0\r\n"
843 "[Tab.TabItemLeftEdge]\r\n"
844 "SizingMargins = 2, 2, 6, 6\r\n"
845 "ContentMargins = 0, 0, 0, 0\r\n"
846 "BgType = ImageFile\r\n"
847 "ImageFile = blue_tab_item_left.bmp\r\n"
848 "ImageCount = 5\r\n"
849 "ImageLayout = Vertical\r\n"
850 "Transparent = True\r\n"
851 "TransitionDurations = 5, "
852 "0, 100, 100, 100, 100, "
853 "100, 0, 100, 100, 100, "
854 "100, 100, 0, 100, 100, "
855 "100, 100, 100, 0, 100, "
856 "100, 100, 100, 100, 0\r\n"
858 "[Tab.TabItemRightEdge]\r\n"
859 "SizingMargins = 2, 2, 6, 6\r\n"
860 "ContentMargins = 0, 0, 0, 0\r\n"
861 "BgType = ImageFile\r\n"
862 "ImageFile = blue_tab_item_right.bmp\r\n"
863 "ImageCount = 5\r\n"
864 "ImageLayout = Vertical\r\n"
865 "Transparent = True\r\n"
866 "TransitionDurations = 5, "
867 "0, 100, 100, 100, 100, "
868 "100, 0, 100, 100, 100, "
869 "100, 100, 0, 100, 100, "
870 "100, 100, 100, 0, 100, "
871 "100, 100, 100, 100, 0\r\n"
873 "[Tab.TabItemBothEdge]\r\n"
874 "SizingMargins = 2, 2, 6, 6\r\n"
875 "ContentMargins = 0, 0, 0, 0\r\n"
876 "BgType = ImageFile\r\n"
877 "ImageFile = blue_tab_item.bmp\r\n"
878 "ImageCount = 5\r\n"
879 "ImageLayout = Vertical\r\n"
880 "TransitionDurations = 5, "
881 "0, 100, 100, 100, 100, "
882 "100, 0, 100, 100, 100, "
883 "100, 100, 0, 100, 100, "
884 "100, 100, 100, 0, 100, "
885 "100, 100, 100, 100, 0\r\n"
887 "[Tab.TopTabItem]\r\n"
888 "SizingMargins = 2, 2, 6, 6\r\n"
889 "ContentMargins = 0, 0, 0, 0\r\n"
890 "BgType = ImageFile\r\n"
891 "ImageFile = blue_tab_item.bmp\r\n"
892 "ImageCount = 5\r\n"
893 "ImageLayout = Vertical\r\n"
894 "Transparent = True\r\n"
895 "TransitionDurations = 5, "
896 "0, 100, 100, 100, 100, "
897 "100, 0, 100, 100, 100, "
898 "100, 100, 0, 100, 100, "
899 "100, 100, 100, 0, 100, "
900 "100, 100, 100, 100, 0\r\n"
902 "[Tab.TopTabItemLeftEdge]\r\n"
903 "SizingMargins = 2, 2, 6, 6\r\n"
904 "ContentMargins = 0, 0, 0, 0\r\n"
905 "BgType = ImageFile\r\n"
906 "ImageFile = blue_tab_item_left.bmp\r\n"
907 "ImageCount = 5\r\n"
908 "ImageLayout = Vertical\r\n"
909 "Transparent = True\r\n"
910 "TransitionDurations = 5, "
911 "0, 100, 100, 100, 100, "
912 "100, 0, 100, 100, 100, "
913 "100, 100, 0, 100, 100, "
914 "100, 100, 100, 0, 100, "
915 "100, 100, 100, 100, 0\r\n"
917 "[Tab.TopTabItemRightEdge]\r\n"
918 "SizingMargins = 2, 2, 6, 6\r\n"
919 "ContentMargins = 0, 0, 0, 0\r\n"
920 "BgType = ImageFile\r\n"
921 "ImageFile = blue_tab_item_right.bmp\r\n"
922 "ImageCount = 5\r\n"
923 "ImageLayout = Vertical\r\n"
924 "Transparent = True\r\n"
925 "TransitionDurations = 5, "
926 "0, 100, 100, 100, 100, "
927 "100, 0, 100, 100, 100, "
928 "100, 100, 0, 100, 100, "
929 "100, 100, 100, 0, 100, "
930 "100, 100, 100, 100, 0\r\n"
932 "[Tab.TopTabItemBothEdge]\r\n"
933 "SizingMargins = 2, 2, 6, 6\r\n"
934 "ContentMargins = 0, 0, 0, 0\r\n"
935 "BgType = ImageFile\r\n"
936 "ImageFile = blue_tab_item.bmp\r\n"
937 "ImageCount = 5\r\n"
938 "ImageLayout = Vertical\r\n"
939 "Transparent = True\r\n"
940 "TransitionDurations = 5, "
941 "0, 100, 100, 100, 100, "
942 "100, 0, 100, 100, 100, "
943 "100, 100, 0, 100, 100, "
944 "100, 100, 100, 0, 100, "
945 "100, 100, 100, 100, 0\r\n"
947 "[Tab.Body]\r\n"
948 "BgType = ImageFile\r\n"
949 "ImageFile = blue_tab_background.bmp\r\n"
951 "\r\n; Toolbar\r\n"
952 "[Toolbar]\r\n"
953 "BgType = BorderFill\r\n"
954 "BorderSize = 0\r\n"
955 "FillColor = 244 244 244\r\n"
956 "TextColor = 0 0 0\r\n"
957 "TransitionDurations = 8, "
958 "0, 100, 100, 100, 100, 100, 100, 100, "
959 "100, 0, 100, 100, 100, 100, 100, 100, "
960 "100, 100, 0, 100, 100, 100, 100, 100, "
961 "100, 100, 100, 0, 100, 100, 100, 100, "
962 "100, 100, 100, 100, 0, 100, 100, 100, "
963 "100, 100, 100, 100, 100, 0, 100, 100, "
964 "100, 100, 100, 100, 100, 100, 0, 100, "
965 "100, 100, 100, 100, 100, 100, 100, 0\r\n"
967 "[Toolbar(Pressed)]\r\n"
968 "TextColor = 0 0 0\r\n"
970 "[Toolbar.Button]\r\n"
971 "SizingMargins = 3, 3, 3, 3\r\n"
972 "ContentMargins = 0, 0, 0, 0\r\n"
973 "ImageFile = blue_toolbar_buttons.bmp\r\n"
974 "BgType = ImageFile\r\n"
975 "ImageLayout = Vertical\r\n"
976 "ImageCount = 6\r\n"
977 "SizingType = Stretch\r\n"
978 "Transparent = True\r\n"
979 "TransitionDurations = 8, "
980 "0, 100, 100, 100, 100, 100, 100, 100, "
981 "100, 0, 100, 100, 100, 100, 100, 100, "
982 "100, 100, 0, 100, 100, 100, 100, 100, "
983 "100, 100, 100, 0, 100, 100, 100, 100, "
984 "100, 100, 100, 100, 0, 100, 100, 100, "
985 "100, 100, 100, 100, 100, 0, 100, 100, "
986 "100, 100, 100, 100, 100, 100, 0, 100, "
987 "100, 100, 100, 100, 100, 100, 100, 0\r\n"
989 "[Toolbar.Separator]\r\n"
990 "SizingMargins = 5, 2, 2, 1\r\n"
991 "ImageFile = blue_toolbar_separator_horizontal.bmp\r\n"
992 "BgType = ImageFile\r\n"
993 "ImageCount = 1\r\n"
994 "SizingType = Tile\r\n"
995 "Transparent = True\r\n"
996 "TransitionDurations = 8, "
997 "0, 100, 100, 100, 100, 100, 100, 100, "
998 "100, 0, 100, 100, 100, 100, 100, 100, "
999 "100, 100, 0, 100, 100, 100, 100, 100, "
1000 "100, 100, 100, 0, 100, 100, 100, 100, "
1001 "100, 100, 100, 100, 0, 100, 100, 100, "
1002 "100, 100, 100, 100, 100, 0, 100, 100, "
1003 "100, 100, 100, 100, 100, 100, 0, 100, "
1004 "100, 100, 100, 100, 100, 100, 100, 0\r\n"
1006 "[Toolbar.SeparatorVert]\r\n"
1007 "SizingMargins = 2, 1, 5, 1\r\n"
1008 "ImageFile = blue_toolbar_separator_vertical.bmp\r\n"
1009 "BgType = ImageFile\r\n"
1010 "ImageCount = 1\r\n"
1011 "SizingType = Tile\r\n"
1012 "Transparent = True\r\n"
1013 "TransitionDurations = 8, "
1014 "0, 100, 100, 100, 100, 100, 100, 100, "
1015 "100, 0, 100, 100, 100, 100, 100, 100, "
1016 "100, 100, 0, 100, 100, 100, 100, 100, "
1017 "100, 100, 100, 0, 100, 100, 100, 100, "
1018 "100, 100, 100, 100, 0, 100, 100, 100, "
1019 "100, 100, 100, 100, 100, 0, 100, 100, "
1020 "100, 100, 100, 100, 100, 100, 0, 100, "
1021 "100, 100, 100, 100, 100, 100, 100, 0\r\n"
1023 "[Toolbar.DropdownButton]\r\n"
1024 "SizingMargins = 4, 4, 4, 4\r\n"
1025 "ContentMargins = 0, 0, 0, 0\r\n"
1026 "ImageFile = blue_toolbar_buttons.bmp\r\n"
1027 "BgType = ImageFile\r\n"
1028 "ImageLayout = Vertical\r\n"
1029 "ImageCount = 6\r\n"
1030 "SizingType = Stretch\r\n"
1031 "Transparent = True\r\n"
1032 "TransitionDurations = 8, "
1033 "0, 100, 100, 100, 100, 100, 100, 100, "
1034 "100, 0, 100, 100, 100, 100, 100, 100, "
1035 "100, 100, 0, 100, 100, 100, 100, 100, "
1036 "100, 100, 100, 0, 100, 100, 100, 100, "
1037 "100, 100, 100, 100, 0, 100, 100, 100, "
1038 "100, 100, 100, 100, 100, 0, 100, 100, "
1039 "100, 100, 100, 100, 100, 100, 0, 100, "
1040 "100, 100, 100, 100, 100, 100, 100, 0\r\n"
1042 "[Toolbar.SplitButton]\r\n"
1043 "SizingMargins = 3, 2, 3, 3\r\n"
1044 "ImageFile = blue_toolbar_buttons_split.bmp\r\n"
1045 "BgType = ImageFile\r\n"
1046 "ImageLayout = Vertical\r\n"
1047 "ImageCount = 6\r\n"
1048 "SizingType = Stretch\r\n"
1049 "Transparent = True\r\n"
1050 "TransitionDurations = 8, "
1051 "0, 100, 100, 100, 100, 100, 100, 100, "
1052 "100, 0, 100, 100, 100, 100, 100, 100, "
1053 "100, 100, 0, 100, 100, 100, 100, 100, "
1054 "100, 100, 100, 0, 100, 100, 100, 100, "
1055 "100, 100, 100, 100, 0, 100, 100, 100, "
1056 "100, 100, 100, 100, 100, 0, 100, 100, "
1057 "100, 100, 100, 100, 100, 100, 0, 100, "
1058 "100, 100, 100, 100, 100, 100, 100, 0\r\n"
1060 "[Toolbar.SplitButtonDropdown]\r\n"
1061 "SizingMargins = 1, 3, 3, 3\r\n"
1062 "ImageFile = blue_toolbar_buttons_split_dropdown.bmp\r\n"
1063 "BgType = ImageFile\r\n"
1064 "ImageLayout = Vertical\r\n"
1065 "ImageCount = 6\r\n"
1066 "SizingType = Stretch\r\n"
1067 "Transparent = True\r\n"
1068 "GlyphType = ImageGlyph\r\n"
1069 "GlyphImageFile = blue_toolbar_buttons_split_dropdown_glyph.bmp\r\n"
1070 "GlyphTransparent = True\r\n"
1071 "TransitionDurations = 8, "
1072 "0, 100, 100, 100, 100, 100, 100, 100, "
1073 "100, 0, 100, 100, 100, 100, 100, 100, "
1074 "100, 100, 0, 100, 100, 100, 100, 100, "
1075 "100, 100, 100, 0, 100, 100, 100, 100, "
1076 "100, 100, 100, 100, 0, 100, 100, 100, "
1077 "100, 100, 100, 100, 100, 0, 100, 100, "
1078 "100, 100, 100, 100, 100, 100, 0, 100, "
1079 "100, 100, 100, 100, 100, 100, 100, 0\r\n"
1081 "\r\n; TrackBar\r\n"
1082 "[TrackBar]\r\n"
1083 "BgType = BorderFill\r\n"
1084 "FillType = Solid\r\n"
1085 "FillColor = 245 245 245\r\n"
1086 "BorderSize = 1\r\n"
1087 "BorderColor = 174 174 174\r\n"
1089 "[TrackBar.Thumb]\r\n"
1090 "BgType = ImageFile\r\n"
1091 "ImageFile = blue_trackbar_thumb_horizontal.bmp\r\n"
1092 "ImageCount = 5\r\n"
1093 "ImageLayout = Vertical\r\n"
1094 "SizingMargins = 1, 1, 1, 1\r\n"
1095 "SizingType = Tile\r\n"
1097 "[TrackBar.ThumbVert]\r\n"
1098 "BgType = ImageFile\r\n"
1099 "ImageFile = blue_trackbar_thumb_vertical.bmp\r\n"
1100 "SizingMargins = 1, 1, 1, 1\r\n"
1101 "SizingType = Stretch\r\n"
1102 "ImageCount = 5\r\n"
1103 "ImageLayout = Vertical\r\n"
1105 "[TrackBar.ThumbTop]\r\n"
1106 "BgType = ImageFile\r\n"
1107 "ImageCount = 5\r\n"
1108 "ImageLayout = Vertical\r\n"
1109 "Transparent = True\r\n"
1110 "SizingType = TrueSize\r\n"
1111 "ImageSelectType = Dpi\r\n"
1112 "TrueSizeScalingType = Dpi\r\n"
1113 "UniformSizing = true\r\n"
1114 "ImageFile1 = blue_trackbar_thumb_up_11px.bmp\r\n"
1115 "ImageFile2 = blue_trackbar_thumb_up_15px.bmp\r\n"
1116 "ImageFile3 = blue_trackbar_thumb_up_21px.bmp\r\n"
1117 "MinDpi1 = 96\r\n"
1118 "MinDpi2 = 118\r\n"
1119 "MinDpi3 = 185\r\n"
1121 "[TrackBar.ThumbBottom]\r\n"
1122 "BgType = ImageFile\r\n"
1123 "ImageCount = 5\r\n"
1124 "Transparent = True\r\n"
1125 "SizingType = TrueSize\r\n"
1126 "ImageLayout = Vertical\r\n"
1127 "ImageSelectType = Dpi\r\n"
1128 "TrueSizeScalingType = Dpi\r\n"
1129 "UniformSizing = True\r\n"
1130 "ImageFile1 = blue_trackbar_thumb_down_11px.bmp\r\n"
1131 "ImageFile2 = blue_trackbar_thumb_down_15px.bmp\r\n"
1132 "ImageFile3 = blue_trackbar_thumb_down_21px.bmp\r\n"
1133 "MinDpi1 = 96\r\n"
1134 "MinDpi2 = 118\r\n"
1135 "MinDpi3 = 185\r\n"
1137 "[TrackBar.ThumbLeft]\r\n"
1138 "BgType = ImageFile\r\n"
1139 "SizingType = TrueSize\r\n"
1140 "ImageCount = 5\r\n"
1141 "Transparent = True\r\n"
1142 "ImageLayout = Vertical\r\n"
1143 "ImageSelectType = Dpi\r\n"
1144 "TrueSizeScalingType = Dpi\r\n"
1145 "UniformSizing = True\r\n"
1146 "ImageFile1 = blue_trackbar_thumb_left_19px.bmp\r\n"
1147 "ImageFile2 = blue_trackbar_thumb_left_25px.bmp\r\n"
1148 "ImageFile3 = blue_trackbar_thumb_left_44px.bmp\r\n"
1149 "MinDpi1 = 96\r\n"
1150 "MinDpi2 = 118\r\n"
1151 "MinDpi3 = 185\r\n"
1153 "[TrackBar.ThumbRight]\r\n"
1154 "BgType = ImageFile\r\n"
1155 "SizingType = TrueSize\r\n"
1156 "ImageCount = 5\r\n"
1157 "Transparent = True\r\n"
1158 "ImageLayout = Vertical\r\n"
1159 "ImageSelectType = Dpi\r\n"
1160 "TrueSizeScalingType = Dpi\r\n"
1161 "UniformSizing = True\r\n"
1162 "ImageFile1 = blue_trackbar_thumb_right_19px.bmp\r\n"
1163 "ImageFile2 = blue_trackbar_thumb_right_25px.bmp\r\n"
1164 "ImageFile3 = blue_trackbar_thumb_right_44px.bmp\r\n"
1165 "MinDpi1 = 96\r\n"
1166 "MinDpi2 = 118\r\n"
1167 "MinDpi3 = 185\r\n"
1169 "[TrackBar.Track]\r\n"
1170 "BgType = ImageFile\r\n"
1171 "ImageFile = blue_trackbar_slider_track.bmp\r\n"
1172 "ImageCount = 1\r\n"
1173 "SizingType = Stretch\r\n"
1174 "SizingMargins = 2, 2, 2, 2\r\n"
1176 "[TrackBar.TrackVert]\r\n"
1177 "BgType = ImageFile\r\n"
1178 "ImageFile = blue_trackbar_slider_track.bmp\r\n"
1179 "ImageCount = 1\r\n"
1180 "SizingType = Stretch\r\n"
1181 "SizingMargins = 2, 2, 2, 2\r\n"
1183 "[TrackBar.Tics]\r\n"
1184 "Color = 174 174 174\r\n"
1186 "[TrackBar.TicsVert]\r\n"
1187 "Color = 174 174 174\r\n"
1189 "\r\n; Tooltip\r\n"
1190 "[Tooltip.Close]\r\n"
1191 "BgType = ImageFile\r\n"
1192 "ImageSelectType = Dpi\r\n"
1193 "TrueSizeScalingType = Dpi\r\n"
1194 "ImageCount = 3\r\n"
1195 "SizingType = TrueSize\r\n"
1196 "ImageLayout = Vertical\r\n"
1197 "ImageFile1 = blue_tooltip_close_16px.bmp\r\n"
1198 "ImageFile2 = blue_tooltip_close_20px.bmp\r\n"
1199 "ImageFile3 = blue_tooltip_close_24px.bmp\r\n"
1200 "ImageFile4 = blue_tooltip_close_28px.bmp\r\n"
1201 "ImageFile5 = blue_tooltip_close_32px.bmp\r\n"
1202 "ImageFile6 = blue_tooltip_close_36px.bmp\r\n"
1203 "ImageFile7 = blue_tooltip_close_40px.bmp\r\n"
1204 "MinDpi1 = 96\r\n"
1205 "MinDpi2 = 120\r\n"
1206 "MinDpi3 = 144\r\n"
1207 "MinDpi4 = 168\r\n"
1208 "MinDpi5 = 192\r\n"
1209 "MinDpi6 = 216\r\n"
1210 "MinDpi7 = 240\r\n"
1212 "\r\n; TreeView\r\n"
1213 "[TreeView]\r\n"
1214 "BgType = BorderFill\r\n"
1215 "BorderSize = 1\r\n"
1216 "FillColor = 255 255 255\r\n"
1217 "BorderColor = 174 174 174\r\n"
1219 "[TreeView.Glyph]\r\n"
1220 "BgType = ImageFile\r\n"
1221 "SizingType = TrueSize\r\n"
1222 "ImageCount = 2\r\n"
1223 "ImageLayout = vertical\r\n"
1224 "ImageSelectType = Dpi\r\n"
1225 "TrueSizeScalingType = Dpi\r\n"
1226 "UniformSizing = True\r\n"
1227 "ImageFile1 = blue_treeview_expand_collapse_9px.bmp\r\n"
1228 "ImageFile2 = blue_treeview_expand_collapse_11px.bmp\r\n"
1229 "ImageFile3 = blue_treeview_expand_collapse_13px.bmp\r\n"
1230 "ImageFile4 = blue_treeview_expand_collapse_16px.bmp\r\n"
1231 "ImageFile5 = blue_treeview_expand_collapse_18px.bmp\r\n"
1232 "ImageFile6 = blue_treeview_expand_collapse_20px.bmp\r\n"
1233 "ImageFile7 = blue_treeview_expand_collapse_23px.bmp\r\n"
1234 "MinDpi1 = 96\r\n"
1235 "MinDpi2 = 120\r\n"
1236 "MinDpi3 = 144\r\n"
1237 "MinDpi4 = 168\r\n"
1238 "MinDpi5 = 192\r\n"
1239 "MinDpi6 = 216\r\n"
1240 "MinDpi7 = 240\r\n"
1243 /* Button */
1244 /* @makedep: blue_button.bmp */
1245 BLUE_BUTTON_BMP BITMAP "blue_button.bmp"
1247 /* @makedep: blue_checkbox_13px.bmp */
1248 BLUE_CHECKBOX_13PX_BMP BITMAP "blue_checkbox_13px.bmp"
1250 /* @makedep: blue_checkbox_16px.bmp */
1251 BLUE_CHECKBOX_16PX_BMP BITMAP "blue_checkbox_16px.bmp"
1253 /* @makedep: blue_checkbox_19px.bmp */
1254 BLUE_CHECKBOX_19PX_BMP BITMAP "blue_checkbox_19px.bmp"
1256 /* @makedep: blue_checkbox_22px.bmp */
1257 BLUE_CHECKBOX_22PX_BMP BITMAP "blue_checkbox_22px.bmp"
1259 /* @makedep: blue_checkbox_25px.bmp */
1260 BLUE_CHECKBOX_25PX_BMP BITMAP "blue_checkbox_25px.bmp"
1262 /* @makedep: blue_checkbox_28px.bmp */
1263 BLUE_CHECKBOX_28PX_BMP BITMAP "blue_checkbox_28px.bmp"
1265 /* @makedep: blue_checkbox_31px.bmp */
1266 BLUE_CHECKBOX_31PX_BMP BITMAP "blue_checkbox_31px.bmp"
1268 /* @makedep: blue_radiobutton_13px.bmp */
1269 BLUE_RADIOBUTTON_13PX_BMP BITMAP "blue_radiobutton_13px.bmp"
1271 /* @makedep: blue_radiobutton_16px.bmp */
1272 BLUE_RADIOBUTTON_16PX_BMP BITMAP "blue_radiobutton_16px.bmp"
1274 /* @makedep: blue_radiobutton_19px.bmp */
1275 BLUE_RADIOBUTTON_19PX_BMP BITMAP "blue_radiobutton_19px.bmp"
1277 /* @makedep: blue_radiobutton_22px.bmp */
1278 BLUE_RADIOBUTTON_22PX_BMP BITMAP "blue_radiobutton_22px.bmp"
1280 /* @makedep: blue_radiobutton_25px.bmp */
1281 BLUE_RADIOBUTTON_25PX_BMP BITMAP "blue_radiobutton_25px.bmp"
1283 /* @makedep: blue_radiobutton_28px.bmp */
1284 BLUE_RADIOBUTTON_28PX_BMP BITMAP "blue_radiobutton_28px.bmp"
1286 /* @makedep: blue_radiobutton_31px.bmp */
1287 BLUE_RADIOBUTTON_31PX_BMP BITMAP "blue_radiobutton_31px.bmp"
1289 /* @makedep: blue_groupbox.bmp */
1290 BLUE_GROUPBOX_BMP BITMAP "blue_groupbox.bmp"
1292 /* @makedep: blue_commandlink.bmp */
1293 BLUE_COMMANDLINK_BMP BITMAP "blue_commandlink.bmp"
1295 /* @makedep: blue_commandlink_glyph_30px.bmp */
1296 BLUE_COMMANDLINK_GLYPH_30PX_BMP BITMAP "blue_commandlink_glyph_30px.bmp"
1298 /* @makedep: blue_commandlink_glyph_37px.bmp */
1299 BLUE_COMMANDLINK_GLYPH_37PX_BMP BITMAP "blue_commandlink_glyph_37px.bmp"
1301 /* @makedep: blue_commandlink_glyph_45px.bmp */
1302 BLUE_COMMANDLINK_GLYPH_45PX_BMP BITMAP "blue_commandlink_glyph_45px.bmp"
1304 /* @makedep: blue_commandlink_glyph_52px.bmp */
1305 BLUE_COMMANDLINK_GLYPH_52PX_BMP BITMAP "blue_commandlink_glyph_52px.bmp"
1307 /* @makedep: blue_commandlink_glyph_60px.bmp */
1308 BLUE_COMMANDLINK_GLYPH_60PX_BMP BITMAP "blue_commandlink_glyph_60px.bmp"
1310 /* @makedep: blue_commandlink_glyph_67px.bmp */
1311 BLUE_COMMANDLINK_GLYPH_67PX_BMP BITMAP "blue_commandlink_glyph_67px.bmp"
1313 /* @makedep: blue_commandlink_glyph_75px.bmp */
1314 BLUE_COMMANDLINK_GLYPH_75PX_BMP BITMAP "blue_commandlink_glyph_75px.bmp"
1316 /* ComboBox */
1317 /* @makedep: blue_combobutton.bmp */
1318 BLUE_COMBOBUTTON_BMP BITMAP "blue_combobutton.bmp"
1320 /* @makedep: blue_combobutton_glyph.bmp */
1321 BLUE_COMBOBUTTON_GLYPH_BMP BITMAP "blue_combobutton_glyph.bmp"
1323 /* Header */
1324 /* @makedep: blue_header.bmp */
1325 BLUE_HEADER_BMP BITMAP "blue_header.bmp"
1327 /* @makedep: blue_header_item.bmp */
1328 BLUE_HEADER_ITEM_BMP BITMAP "blue_header_item.bmp"
1330 /* Progress */
1331 /* @makedep: blue_progress_chunk_horizontal.bmp */
1332 BLUE_PROGRESS_CHUNK_HORIZONTAL_BMP BITMAP "blue_progress_chunk_horizontal.bmp"
1334 /* @makedep: blue_progress_chunk_vertical.bmp */
1335 BLUE_PROGRESS_CHUNK_VERTICAL_BMP BITMAP "blue_progress_chunk_vertical.bmp"
1337 /* @makedep: blue_progress_track_horizontal.bmp */
1338 BLUE_PROGRESS_TRACK_HORIZONTAL_BMP BITMAP "blue_progress_track_horizontal.bmp"
1340 /* @makedep: blue_progress_track_vertical.bmp */
1341 BLUE_PROGRESS_TRACK_VERTICAL_BMP BITMAP "blue_progress_track_vertical.bmp"
1343 /* Rebar */
1344 /* @makedep: blue_rebar_background.bmp */
1345 BLUE_REBAR_BACKGROUND_BMP BITMAP "blue_rebar_background.bmp"
1347 /* @makedep: blue_rebar_gripper_horizontal.bmp */
1348 BLUE_REBAR_GRIPPER_HORIZONTAL_BMP BITMAP "blue_rebar_gripper_horizontal.bmp"
1350 /* @makedep: blue_rebar_gripper_vertical.bmp */
1351 BLUE_REBAR_GRIPPER_VERTICAL_BMP BITMAP "blue_rebar_gripper_vertical.bmp"
1353 /* @makedep: blue_rebar_chevron.bmp */
1354 BLUE_REBAR_CHEVRON_BMP BITMAP "blue_rebar_chevron.bmp"
1356 /* Scroll Bar */
1357 /* @makedep: blue_scrollbar_arrows.bmp */
1358 BLUE_SCROLLBAR_ARROWS_BMP BITMAP "blue_scrollbar_arrows.bmp"
1360 /* @makedep: blue_scrollbar_arrow_glyphs_7px.bmp */
1361 BLUE_SCROLLBAR_ARROW_GLYPHS_7PX_BMP BITMAP "blue_scrollbar_arrow_glyphs_7px.bmp"
1363 /* @makedep: blue_scrollbar_arrow_glyphs_9px.bmp */
1364 BLUE_SCROLLBAR_ARROW_GLYPHS_9PX_BMP BITMAP "blue_scrollbar_arrow_glyphs_9px.bmp"
1366 /* @makedep: blue_scrollbar_resizebox_grip_16px.bmp */
1367 BLUE_SCROLLBAR_RESIZEBOX_GRIP_16PX_BMP BITMAP "blue_scrollbar_resizebox_grip_16px.bmp"
1369 /* @makedep: blue_scrollbar_resizebox_grip_20px.bmp */
1370 BLUE_SCROLLBAR_RESIZEBOX_GRIP_20PX_BMP BITMAP "blue_scrollbar_resizebox_grip_20px.bmp"
1372 /* @makedep: blue_scrollbar_resizebox_grip_24px.bmp */
1373 BLUE_SCROLLBAR_RESIZEBOX_GRIP_24PX_BMP BITMAP "blue_scrollbar_resizebox_grip_24px.bmp"
1375 /* @makedep: blue_scrollbar_resizebox_grip_28px.bmp */
1376 BLUE_SCROLLBAR_RESIZEBOX_GRIP_28PX_BMP BITMAP "blue_scrollbar_resizebox_grip_28px.bmp"
1378 /* @makedep: blue_scrollbar_resizebox_grip_32px.bmp */
1379 BLUE_SCROLLBAR_RESIZEBOX_GRIP_32PX_BMP BITMAP "blue_scrollbar_resizebox_grip_32px.bmp"
1381 /* @makedep: blue_scrollbar_resizebox_grip_36px.bmp */
1382 BLUE_SCROLLBAR_RESIZEBOX_GRIP_36PX_BMP BITMAP "blue_scrollbar_resizebox_grip_36px.bmp"
1384 /* @makedep: blue_scrollbar_resizebox_grip_40px.bmp */
1385 BLUE_SCROLLBAR_RESIZEBOX_GRIP_40PX_BMP BITMAP "blue_scrollbar_resizebox_grip_40px.bmp"
1387 /* @makedep: blue_scrollbar_shaft_horizontal.bmp */
1388 BLUE_SCROLLBAR_SHAFT_HORIZONTAL_BMP BITMAP "blue_scrollbar_shaft_horizontal.bmp"
1390 /* @makedep: blue_scrollbar_shaft_vertical.bmp */
1391 BLUE_SCROLLBAR_SHAFT_VERTICAL_BMP BITMAP "blue_scrollbar_shaft_vertical.bmp"
1393 /* @makedep: blue_scrollbar_thumb_horizontal.bmp */
1394 BLUE_SCROLLBAR_THUMB_HORIZONTAL_BMP BITMAP "blue_scrollbar_thumb_horizontal.bmp"
1396 /* @makedep: blue_scrollbar_thumb_vertical.bmp */
1397 BLUE_SCROLLBAR_THUMB_VERTICAL_BMP BITMAP "blue_scrollbar_thumb_vertical.bmp"
1399 /* Spin */
1400 /* @makedep: blue_spin_background.bmp */
1401 BLUE_SPIN_BACKGROUND_BMP BITMAP "blue_spin_background.bmp"
1403 /* @makedep: blue_spin_background_down.bmp */
1404 BLUE_SPIN_BACKGROUND_DOWN_BMP BITMAP "blue_spin_background_down.bmp"
1406 /* @makedep: blue_spin_background_right.bmp */
1407 BLUE_SPIN_BACKGROUND_RIGHT_BMP BITMAP "blue_spin_background_right.bmp"
1409 /* @makedep: blue_spin_background_left.bmp */
1410 BLUE_SPIN_BACKGROUND_LEFT_BMP BITMAP "blue_spin_background_left.bmp"
1412 /* @makedep: blue_spin_background_up.bmp */
1413 BLUE_SPIN_BACKGROUND_UP_BMP BITMAP "blue_spin_background_up.bmp"
1415 /* @makedep: blue_spin_glyph_down.bmp */
1416 BLUE_SPIN_GLYPH_DOWN_BMP BITMAP "blue_spin_glyph_down.bmp"
1418 /* @makedep: blue_spin_glyph_left.bmp */
1419 BLUE_SPIN_GLYPH_LEFT_BMP BITMAP "blue_spin_glyph_left.bmp"
1421 /* @makedep: blue_spin_glyph_right.bmp */
1422 BLUE_SPIN_GLYPH_RIGHT_BMP BITMAP "blue_spin_glyph_right.bmp"
1424 /* @makedep: blue_spin_glyph_up.bmp */
1425 BLUE_SPIN_GLYPH_UP_BMP BITMAP "blue_spin_glyph_up.bmp"
1427 /* Status */
1428 /* @makedep: blue_status_background.bmp */
1429 BLUE_STATUS_BACKGROUND_BMP BITMAP "blue_status_background.bmp"
1431 /* @makedep: blue_status_pane.bmp */
1432 BLUE_STATUS_PANE_BMP BITMAP "blue_status_pane.bmp"
1434 /* Tab */
1435 /* @makedep: blue_tab_background.bmp */
1436 BLUE_TAB_BACKGROUND_BMP BITMAP "blue_tab_background.bmp"
1438 /* @makedep: blue_tab_item.bmp */
1439 BLUE_TAB_ITEM_BMP BITMAP "blue_tab_item.bmp"
1441 /* @makedep: blue_tab_item_left.bmp */
1442 BLUE_TAB_ITEM_LEFT_BMP BITMAP "blue_tab_item_left.bmp"
1444 /* @makedep: blue_tab_item_right.bmp */
1445 BLUE_TAB_ITEM_RIGHT_BMP BITMAP "blue_tab_item_right.bmp"
1447 /* @makedep: blue_tab_pane_edge.bmp */
1448 BLUE_TAB_PANE_EDGE_BMP BITMAP "blue_tab_pane_edge.bmp"
1450 /* ToolBar */
1451 /* @makedep: blue_toolbar_buttons.bmp */
1452 BLUE_TOOLBAR_BUTTONS_BMP BITMAP "blue_toolbar_buttons.bmp"
1454 /* @makedep: blue_toolbar_buttons_split.bmp */
1455 BLUE_TOOLBAR_BUTTONS_SPLIT_BMP BITMAP "blue_toolbar_buttons_split.bmp"
1457 /* @makedep: blue_toolbar_separator_horizontal.bmp */
1458 BLUE_TOOLBAR_SEPARATOR_HORIZONTAL_BMP BITMAP "blue_toolbar_separator_horizontal.bmp"
1460 /* @makedep: blue_toolbar_separator_vertical.bmp */
1461 BLUE_TOOLBAR_SEPARATOR_VERTICAL_BMP BITMAP "blue_toolbar_separator_vertical.bmp"
1463 /* @makedep: blue_toolbar_buttons_split_dropdown.bmp */
1464 BLUE_TOOLBAR_BUTTONS_SPLIT_DROPDOWN_BMP BITMAP "blue_toolbar_buttons_split_dropdown.bmp"
1466 /* @makedep: blue_toolbar_buttons_split_dropdown_glyph.bmp */
1467 BLUE_TOOLBAR_BUTTONS_SPLIT_DROPDOWN_GLYPH_BMP BITMAP "blue_toolbar_buttons_split_dropdown_glyph.bmp"
1469 /* Tooltip */
1470 /* @makedep: blue_tooltip_close_16px.bmp */
1471 BLUE_TOOLTIP_CLOSE_16PX_BMP BITMAP "blue_tooltip_close_16px.bmp"
1473 /* @makedep: blue_tooltip_close_20px.bmp */
1474 BLUE_TOOLTIP_CLOSE_20PX_BMP BITMAP "blue_tooltip_close_20px.bmp"
1476 /* @makedep: blue_tooltip_close_24px.bmp */
1477 BLUE_TOOLTIP_CLOSE_24PX_BMP BITMAP "blue_tooltip_close_24px.bmp"
1479 /* @makedep: blue_tooltip_close_28px.bmp */
1480 BLUE_TOOLTIP_CLOSE_28PX_BMP BITMAP "blue_tooltip_close_28px.bmp"
1482 /* @makedep: blue_tooltip_close_32px.bmp */
1483 BLUE_TOOLTIP_CLOSE_32PX_BMP BITMAP "blue_tooltip_close_32px.bmp"
1485 /* @makedep: blue_tooltip_close_36px.bmp */
1486 BLUE_TOOLTIP_CLOSE_36PX_BMP BITMAP "blue_tooltip_close_36px.bmp"
1488 /* @makedep: blue_tooltip_close_40px.bmp */
1489 BLUE_TOOLTIP_CLOSE_40PX_BMP BITMAP "blue_tooltip_close_40px.bmp"
1491 /* TrackBar */
1492 /* @makedep: blue_trackbar_thumb_horizontal.bmp */
1493 BLUE_TRACKBAR_THUMB_HORIZONTAL_BMP BITMAP "blue_trackbar_thumb_horizontal.bmp"
1495 /* @makedep: blue_trackbar_thumb_vertical.bmp */
1496 BLUE_TRACKBAR_THUMB_VERTICAL_BMP BITMAP "blue_trackbar_thumb_vertical.bmp"
1498 /* @makedep: blue_trackbar_slider_track.bmp */
1499 BLUE_TRACKBAR_SLIDER_TRACK_BMP BITMAP "blue_trackbar_slider_track.bmp"
1501 /* @makedep: blue_trackbar_thumb_down_11px.bmp */
1502 BLUE_TRACKBAR_THUMB_DOWN_11PX_BMP BITMAP "blue_trackbar_thumb_down_11px.bmp"
1504 /* @makedep: blue_trackbar_thumb_down_15px.bmp */
1505 BLUE_TRACKBAR_THUMB_DOWN_15PX_BMP BITMAP "blue_trackbar_thumb_down_15px.bmp"
1507 /* @makedep: blue_trackbar_thumb_down_21px.bmp */
1508 BLUE_TRACKBAR_THUMB_DOWN_21PX_BMP BITMAP "blue_trackbar_thumb_down_21px.bmp"
1510 /* @makedep: blue_trackbar_thumb_left_19px.bmp */
1511 BLUE_TRACKBAR_THUMB_LEFT_19PX_BMP BITMAP "blue_trackbar_thumb_left_19px.bmp"
1513 /* @makedep: blue_trackbar_thumb_left_25px.bmp */
1514 BLUE_TRACKBAR_THUMB_LEFT_25PX_BMP BITMAP "blue_trackbar_thumb_left_25px.bmp"
1516 /* @makedep: blue_trackbar_thumb_left_44px.bmp */
1517 BLUE_TRACKBAR_THUMB_LEFT_44PX_BMP BITMAP "blue_trackbar_thumb_left_44px.bmp"
1519 /* @makedep: blue_trackbar_thumb_right_19px.bmp */
1520 BLUE_TRACKBAR_THUMB_RIGHT_19PX_BMP BITMAP "blue_trackbar_thumb_right_19px.bmp"
1522 /* @makedep: blue_trackbar_thumb_right_25px.bmp */
1523 BLUE_TRACKBAR_THUMB_RIGHT_25PX_BMP BITMAP "blue_trackbar_thumb_right_25px.bmp"
1525 /* @makedep: blue_trackbar_thumb_right_44px.bmp */
1526 BLUE_TRACKBAR_THUMB_RIGHT_44PX_BMP BITMAP "blue_trackbar_thumb_right_44px.bmp"
1528 /* @makedep: blue_trackbar_thumb_up_11px.bmp */
1529 BLUE_TRACKBAR_THUMB_UP_11PX_BMP BITMAP "blue_trackbar_thumb_up_11px.bmp"
1531 /* @makedep: blue_trackbar_thumb_up_15px.bmp */
1532 BLUE_TRACKBAR_THUMB_UP_15PX_BMP BITMAP "blue_trackbar_thumb_up_15px.bmp"
1534 /* @makedep: blue_trackbar_thumb_up_21px.bmp */
1535 BLUE_TRACKBAR_THUMB_UP_21PX_BMP BITMAP "blue_trackbar_thumb_up_21px.bmp"
1537 /* TreeView */
1538 /* @makedep: blue_treeview_expand_collapse_9px.bmp */
1539 BLUE_TREEVIEW_EXPAND_COLLAPSE_9PX_BMP BITMAP "blue_treeview_expand_collapse_9px.bmp"
1541 /* @makedep: blue_treeview_expand_collapse_11px.bmp */
1542 BLUE_TREEVIEW_EXPAND_COLLAPSE_11PX_BMP BITMAP "blue_treeview_expand_collapse_11px.bmp"
1544 /* @makedep: blue_treeview_expand_collapse_13px.bmp */
1545 BLUE_TREEVIEW_EXPAND_COLLAPSE_13PX_BMP BITMAP "blue_treeview_expand_collapse_13px.bmp"
1547 /* @makedep: blue_treeview_expand_collapse_16px.bmp */
1548 BLUE_TREEVIEW_EXPAND_COLLAPSE_16PX_BMP BITMAP "blue_treeview_expand_collapse_16px.bmp"
1550 /* @makedep: blue_treeview_expand_collapse_18px.bmp */
1551 BLUE_TREEVIEW_EXPAND_COLLAPSE_18PX_BMP BITMAP "blue_treeview_expand_collapse_18px.bmp"
1553 /* @makedep: blue_treeview_expand_collapse_20px.bmp */
1554 BLUE_TREEVIEW_EXPAND_COLLAPSE_20PX_BMP BITMAP "blue_treeview_expand_collapse_20px.bmp"
1556 /* @makedep: blue_treeview_expand_collapse_23px.bmp */
1557 BLUE_TREEVIEW_EXPAND_COLLAPSE_23PX_BMP BITMAP "blue_treeview_expand_collapse_23px.bmp"
1559 /* File version */
1560 #define WINE_FILEDESCRIPTION_STR "Light Theme"
1561 #define WINE_FILENAME_STR "light.msstyles"
1562 #define WINE_FILEVERSION 1,0,0,1
1563 #define WINE_FILEVERSION_STR "1.0.0.1"
1564 #define WINE_PRODUCTVERSION 1,0,0,1
1565 #define WINE_PRODUCTVERSION_STR "1.0.0.1"
1567 #include "wine/wine_common_ver.rc"