Wine-Devel
Threads by month
- ----- 2026 -----
- June
- May
- April
- March
- February
- January
- ----- 2025 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2024 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2023 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2022 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2021 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2020 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2019 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2018 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2017 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2016 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2015 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2014 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2013 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2012 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2011 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2010 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2009 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2008 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2007 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2006 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2005 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2004 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2003 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2002 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2001 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- 3 participants
- 84543 discussions
[PATCH 0/1] MR337: winepulse: Return device-specific values for GetMixFormat and GetDevicePeriod
by Claire (@ClearlyClaire) June 29, 2022
by Claire (@ClearlyClaire) June 29, 2022
June 29, 2022
When `GetMixFormat` or `GetDevicePeriod` are used, return values specific to the selected device instead of those of the default one.
This is especially useful when the audio devices features less channels than one specifically selected by the application.
This patch is part of an attempt to get Sony's DualSense controllers to work with Windows games through Wine. This is not enough by itself, but getting the proper mix format is required for most of those games to correctly use the haptic feedback features of the DualSense (which go through an audio output with 4 audio devices).
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/337
4
5
[PATCH v2 0/2] MR340: regedit: Fix broken handling of REG_DWORD and REG_QWORD values
by Hugh McMaster (@hmc) June 29, 2022
by Hugh McMaster (@hmc) June 29, 2022
June 29, 2022
--
v2: regedit: Use correct printf specifier for UINT64 (QWORD) values
https://gitlab.winehq.org/wine/wine/-/merge_requests/340
3
3
[PATCH 0/2] MR340: regedit: Fix broken handling of REG_DWORD and REG_QWORD values
by Hugh McMaster (@hmc) June 29, 2022
by Hugh McMaster (@hmc) June 29, 2022
June 29, 2022
[PATCH 0/1] MR342: secur32: Return a SECBUFFER_MISSING buffer from the handshake if the input message is incomplete.
by Hans Leidekker (@hans) June 29, 2022
by Hans Leidekker (@hans) June 29, 2022
June 29, 2022
[PATCH 0/1] MR341: dbghelp/msc: support LF_INDEX* in enumeration type definition
by eric pouech (@epo) June 29, 2022
by eric pouech (@epo) June 29, 2022
June 29, 2022
Signed-off-by: Eric Pouech <eric.pouech(a)gmail.com>
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/341
2
1
[PATCH 0/1] MR339: programs/winedbg: no longer hide current WineDbg process from 'info proc'
by eric pouech (@epo) June 29, 2022
by eric pouech (@epo) June 29, 2022
June 29, 2022
We used to hide current WineDbg instance when displaying processes' list
(command 'info proc'). This can potentially generate some "dangling"
processes in the hierarchy (related to this WineDbg instance):
- conhost.exe
- start.exe (when launched from unix shell without full path
to winedbg.exe)
Also, print a more comprehensive error message when trying to attach to
itself (now that debugger's PID is more easily available).
Signed-off-by: Eric Pouech <eric.pouech(a)gmail.com>
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/339
2
1
So that the mf tests pass again on 32bit on the testbot, though they still fail locally with `LIBGL_ALWAYS_SOFTWARE=true GALLIUM_DRIVER=softpipe`.
--
v7: mf: Uninitialize renderer before creating mixer and presenter.
mf: Release video renderer services before re-initializing.
mf: Avoid leaking nodes in IMFTopoLoader_Load.
mf/tests: Add some missing IMFActivate_ShutdownObject calls.
mf/tests: Add more consistent reference count checks.
https://gitlab.winehq.org/wine/wine/-/merge_requests/310
3
9
June 29, 2022
This looks good to me. Please update second patch subject to use correct method name - ShutdownObject(). The rest is fine I think.
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/310#note_2923
1
0
Signed-off-by: Zhiyi Zhang <zzhang(a)codeweavers.com>
---
dlls/light.msstyles/light.rc | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/dlls/light.msstyles/light.rc b/dlls/light.msstyles/light.rc
index 774183473a7..e22612122c1 100644
--- a/dlls/light.msstyles/light.rc
+++ b/dlls/light.msstyles/light.rc
@@ -1837,6 +1837,11 @@ BLUE_INI TEXTFILE
"BgType = ImageFile\r\n"
"ImageFile = blue_tab_background.bmp\r\n"
+"[Tab.AeroWizardBody]\r\n"
+"BgType = BorderFill\r\n"
+"BorderSize = 0\r\n"
+"FillColor = 255 255 255\r\n"
+
"\r\n; Toolbar\r\n"
"[Toolbar]\r\n"
"BgType = BorderFill\r\n"
--
2.34.1
1
1
Signed-off-by: Zhiyi Zhang <zzhang(a)codeweavers.com>
---
dlls/light.msstyles/Makefile.in | 62 ++-
dlls/light.msstyles/blue_window_caption.bmp | Bin 0 -> 15450 bytes
dlls/light.msstyles/blue_window_caption.svg | 9 +
.../blue_window_caption_sizing_template.bmp | Bin 0 -> 11738 bytes
.../blue_window_caption_sizing_template.svg | 10 +
.../blue_window_close_button_background.bmp | Bin 0 -> 11562 bytes
.../blue_window_close_button_background.svg | 22 +
.../blue_window_close_button_glyph_13px.bmp | Bin 0 -> 5546 bytes
.../blue_window_close_button_glyph_13px.svg | 13 +
.../blue_window_close_button_glyph_19px.bmp | Bin 0 -> 11690 bytes
.../blue_window_close_button_glyph_19px.svg | 13 +
.../blue_window_close_button_glyph_23px.bmp | Bin 0 -> 17066 bytes
.../blue_window_close_button_glyph_23px.svg | 13 +
.../blue_window_close_button_glyph_26px.bmp | Bin 0 -> 21770 bytes
.../blue_window_close_button_glyph_26px.svg | 13 +
.../blue_window_close_button_glyph_32px.bmp | Bin 0 -> 32906 bytes
.../blue_window_close_button_glyph_32px.svg | 13 +
.../blue_window_close_button_glyph_39px.bmp | Bin 0 -> 48810 bytes
.../blue_window_close_button_glyph_39px.svg | 13 +
.../blue_window_close_button_glyph_52px.bmp | Bin 0 -> 86666 bytes
.../blue_window_close_button_glyph_52px.svg | 13 +
.../blue_window_frame_bottom.bmp | Bin 0 -> 234 bytes
.../blue_window_frame_bottom.svg | 9 +
.../light.msstyles/blue_window_frame_left.bmp | Bin 0 -> 4554 bytes
.../light.msstyles/blue_window_frame_left.svg | 6 +
.../blue_window_frame_right.bmp | Bin 0 -> 4554 bytes
.../blue_window_frame_right.svg | 6 +
.../blue_window_help_button_background.bmp | Bin 0 -> 2314 bytes
.../blue_window_help_button_background.svg | 22 +
.../blue_window_help_button_glyph_13px.bmp | Bin 0 -> 5546 bytes
.../blue_window_help_button_glyph_13px.svg | 13 +
.../blue_window_help_button_glyph_19px.bmp | Bin 0 -> 11690 bytes
.../blue_window_help_button_glyph_19px.svg | 13 +
.../blue_window_help_button_glyph_23px.bmp | Bin 0 -> 17066 bytes
.../blue_window_help_button_glyph_23px.svg | 13 +
.../blue_window_help_button_glyph_26px.bmp | Bin 0 -> 21770 bytes
.../blue_window_help_button_glyph_26px.svg | 13 +
.../blue_window_help_button_glyph_32px.bmp | Bin 0 -> 32906 bytes
.../blue_window_help_button_glyph_32px.svg | 13 +
.../blue_window_help_button_glyph_39px.bmp | Bin 0 -> 48810 bytes
.../blue_window_help_button_glyph_39px.svg | 13 +
.../blue_window_help_button_glyph_52px.bmp | Bin 0 -> 86666 bytes
.../blue_window_help_button_glyph_52px.svg | 13 +
.../blue_window_max_button_background.bmp | Bin 0 -> 2314 bytes
.../blue_window_max_button_background.svg | 22 +
.../blue_window_max_button_glyph_13px.bmp | Bin 0 -> 5546 bytes
.../blue_window_max_button_glyph_13px.svg | 13 +
.../blue_window_max_button_glyph_19px.bmp | Bin 0 -> 11690 bytes
.../blue_window_max_button_glyph_19px.svg | 13 +
.../blue_window_max_button_glyph_23px.bmp | Bin 0 -> 17066 bytes
.../blue_window_max_button_glyph_23px.svg | 13 +
.../blue_window_max_button_glyph_26px.bmp | Bin 0 -> 21770 bytes
.../blue_window_max_button_glyph_26px.svg | 13 +
.../blue_window_max_button_glyph_32px.bmp | Bin 0 -> 32906 bytes
.../blue_window_max_button_glyph_32px.svg | 13 +
.../blue_window_max_button_glyph_39px.bmp | Bin 0 -> 48810 bytes
.../blue_window_max_button_glyph_39px.svg | 13 +
.../blue_window_max_button_glyph_52px.bmp | Bin 0 -> 86666 bytes
.../blue_window_max_button_glyph_52px.svg | 13 +
.../blue_window_max_caption.bmp | Bin 0 -> 370 bytes
.../blue_window_max_caption.svg | 7 +
...lue_window_mdi_close_button_background.bmp | Bin 0 -> 938 bytes
...lue_window_mdi_close_button_background.svg | 18 +
.../blue_window_mdi_close_button_glyph.bmp | Bin 0 -> 1738 bytes
.../blue_window_mdi_close_button_glyph.svg | 9 +
.../blue_window_mdi_min_button_background.bmp | Bin 0 -> 938 bytes
.../blue_window_mdi_min_button_background.svg | 18 +
.../blue_window_mdi_min_button_glyph.bmp | Bin 0 -> 1738 bytes
.../blue_window_mdi_min_button_glyph.svg | 9 +
...e_window_mdi_restore_button_background.bmp | Bin 0 -> 938 bytes
...e_window_mdi_restore_button_background.svg | 18 +
.../blue_window_mdi_restore_button_glyph.bmp | Bin 0 -> 1738 bytes
.../blue_window_mdi_restore_button_glyph.svg | 21 +
.../blue_window_min_button_background.bmp | Bin 0 -> 2314 bytes
.../blue_window_min_button_background.svg | 22 +
.../blue_window_min_button_glyph_13px.bmp | Bin 0 -> 5546 bytes
.../blue_window_min_button_glyph_13px.svg | 13 +
.../blue_window_min_button_glyph_19px.bmp | Bin 0 -> 11690 bytes
.../blue_window_min_button_glyph_19px.svg | 13 +
.../blue_window_min_button_glyph_23px.bmp | Bin 0 -> 17066 bytes
.../blue_window_min_button_glyph_23px.svg | 15 +
.../blue_window_min_button_glyph_26px.bmp | Bin 0 -> 21770 bytes
.../blue_window_min_button_glyph_26px.svg | 13 +
.../blue_window_min_button_glyph_32px.bmp | Bin 0 -> 32906 bytes
.../blue_window_min_button_glyph_32px.svg | 17 +
.../blue_window_min_button_glyph_39px.bmp | Bin 0 -> 48810 bytes
.../blue_window_min_button_glyph_39px.svg | 13 +
.../blue_window_min_button_glyph_52px.bmp | Bin 0 -> 86666 bytes
.../blue_window_min_button_glyph_52px.svg | 17 +
.../blue_window_min_caption.bmp | Bin 0 -> 3154 bytes
.../blue_window_min_caption.svg | 7 +
.../blue_window_restore_button_background.bmp | Bin 0 -> 2314 bytes
.../blue_window_restore_button_background.svg | 22 +
.../blue_window_restore_button_glyph_13px.bmp | Bin 0 -> 5546 bytes
.../blue_window_restore_button_glyph_13px.svg | 37 ++
.../blue_window_restore_button_glyph_19px.bmp | Bin 0 -> 11690 bytes
.../blue_window_restore_button_glyph_19px.svg | 39 ++
.../blue_window_restore_button_glyph_23px.bmp | Bin 0 -> 17066 bytes
.../blue_window_restore_button_glyph_23px.svg | 37 ++
.../blue_window_restore_button_glyph_26px.bmp | Bin 0 -> 21770 bytes
.../blue_window_restore_button_glyph_26px.svg | 37 ++
.../blue_window_restore_button_glyph_32px.bmp | Bin 0 -> 32906 bytes
.../blue_window_restore_button_glyph_32px.svg | 37 ++
.../blue_window_restore_button_glyph_39px.bmp | Bin 0 -> 48810 bytes
.../blue_window_restore_button_glyph_39px.svg | 37 ++
.../blue_window_restore_button_glyph_52px.bmp | Bin 0 -> 86666 bytes
.../blue_window_restore_button_glyph_52px.svg | 37 ++
.../blue_window_small_caption.bmp | Bin 0 -> 746 bytes
.../blue_window_small_caption.svg | 9 +
...e_window_small_caption_sizing_template.bmp | Bin 0 -> 9562 bytes
...e_window_small_caption_sizing_template.svg | 23 +
...e_window_small_close_button_background.bmp | Bin 0 -> 5546 bytes
...e_window_small_close_button_background.svg | 17 +
.../blue_window_small_close_button_glyph.bmp | Bin 0 -> 1706 bytes
.../blue_window_small_close_button_glyph.svg | 13 +
.../blue_window_small_frame_bottom.bmp | Bin 0 -> 234 bytes
.../blue_window_small_frame_bottom.svg | 9 +
.../blue_window_small_frame_left.bmp | Bin 0 -> 162 bytes
.../blue_window_small_frame_left.svg | 6 +
.../blue_window_small_frame_right.bmp | Bin 0 -> 162 bytes
.../blue_window_small_frame_right.svg | 6 +
dlls/light.msstyles/light.rc | 514 +++++++++++++++++-
122 files changed, 1549 insertions(+), 2 deletions(-)
create mode 100644 dlls/light.msstyles/blue_window_caption.bmp
create mode 100644 dlls/light.msstyles/blue_window_caption.svg
create mode 100644 dlls/light.msstyles/blue_window_caption_sizing_template.bmp
create mode 100644 dlls/light.msstyles/blue_window_caption_sizing_template.svg
create mode 100644 dlls/light.msstyles/blue_window_close_button_background.bmp
create mode 100644 dlls/light.msstyles/blue_window_close_button_background.svg
create mode 100644 dlls/light.msstyles/blue_window_close_button_glyph_13px.bmp
create mode 100644 dlls/light.msstyles/blue_window_close_button_glyph_13px.svg
create mode 100644 dlls/light.msstyles/blue_window_close_button_glyph_19px.bmp
create mode 100644 dlls/light.msstyles/blue_window_close_button_glyph_19px.svg
create mode 100644 dlls/light.msstyles/blue_window_close_button_glyph_23px.bmp
create mode 100644 dlls/light.msstyles/blue_window_close_button_glyph_23px.svg
create mode 100644 dlls/light.msstyles/blue_window_close_button_glyph_26px.bmp
create mode 100644 dlls/light.msstyles/blue_window_close_button_glyph_26px.svg
create mode 100644 dlls/light.msstyles/blue_window_close_button_glyph_32px.bmp
create mode 100644 dlls/light.msstyles/blue_window_close_button_glyph_32px.svg
create mode 100644 dlls/light.msstyles/blue_window_close_button_glyph_39px.bmp
create mode 100644 dlls/light.msstyles/blue_window_close_button_glyph_39px.svg
create mode 100644 dlls/light.msstyles/blue_window_close_button_glyph_52px.bmp
create mode 100644 dlls/light.msstyles/blue_window_close_button_glyph_52px.svg
create mode 100644 dlls/light.msstyles/blue_window_frame_bottom.bmp
create mode 100644 dlls/light.msstyles/blue_window_frame_bottom.svg
create mode 100644 dlls/light.msstyles/blue_window_frame_left.bmp
create mode 100644 dlls/light.msstyles/blue_window_frame_left.svg
create mode 100644 dlls/light.msstyles/blue_window_frame_right.bmp
create mode 100644 dlls/light.msstyles/blue_window_frame_right.svg
create mode 100644 dlls/light.msstyles/blue_window_help_button_background.bmp
create mode 100644 dlls/light.msstyles/blue_window_help_button_background.svg
create mode 100644 dlls/light.msstyles/blue_window_help_button_glyph_13px.bmp
create mode 100644 dlls/light.msstyles/blue_window_help_button_glyph_13px.svg
create mode 100644 dlls/light.msstyles/blue_window_help_button_glyph_19px.bmp
create mode 100644 dlls/light.msstyles/blue_window_help_button_glyph_19px.svg
create mode 100644 dlls/light.msstyles/blue_window_help_button_glyph_23px.bmp
create mode 100644 dlls/light.msstyles/blue_window_help_button_glyph_23px.svg
create mode 100644 dlls/light.msstyles/blue_window_help_button_glyph_26px.bmp
create mode 100644 dlls/light.msstyles/blue_window_help_button_glyph_26px.svg
create mode 100644 dlls/light.msstyles/blue_window_help_button_glyph_32px.bmp
create mode 100644 dlls/light.msstyles/blue_window_help_button_glyph_32px.svg
create mode 100644 dlls/light.msstyles/blue_window_help_button_glyph_39px.bmp
create mode 100644 dlls/light.msstyles/blue_window_help_button_glyph_39px.svg
create mode 100644 dlls/light.msstyles/blue_window_help_button_glyph_52px.bmp
create mode 100644 dlls/light.msstyles/blue_window_help_button_glyph_52px.svg
create mode 100644 dlls/light.msstyles/blue_window_max_button_background.bmp
create mode 100644 dlls/light.msstyles/blue_window_max_button_background.svg
create mode 100644 dlls/light.msstyles/blue_window_max_button_glyph_13px.bmp
create mode 100644 dlls/light.msstyles/blue_window_max_button_glyph_13px.svg
create mode 100644 dlls/light.msstyles/blue_window_max_button_glyph_19px.bmp
create mode 100644 dlls/light.msstyles/blue_window_max_button_glyph_19px.svg
create mode 100644 dlls/light.msstyles/blue_window_max_button_glyph_23px.bmp
create mode 100644 dlls/light.msstyles/blue_window_max_button_glyph_23px.svg
create mode 100644 dlls/light.msstyles/blue_window_max_button_glyph_26px.bmp
create mode 100644 dlls/light.msstyles/blue_window_max_button_glyph_26px.svg
create mode 100644 dlls/light.msstyles/blue_window_max_button_glyph_32px.bmp
create mode 100644 dlls/light.msstyles/blue_window_max_button_glyph_32px.svg
create mode 100644 dlls/light.msstyles/blue_window_max_button_glyph_39px.bmp
create mode 100644 dlls/light.msstyles/blue_window_max_button_glyph_39px.svg
create mode 100644 dlls/light.msstyles/blue_window_max_button_glyph_52px.bmp
create mode 100644 dlls/light.msstyles/blue_window_max_button_glyph_52px.svg
create mode 100644 dlls/light.msstyles/blue_window_max_caption.bmp
create mode 100644 dlls/light.msstyles/blue_window_max_caption.svg
create mode 100644 dlls/light.msstyles/blue_window_mdi_close_button_background.bmp
create mode 100644 dlls/light.msstyles/blue_window_mdi_close_button_background.svg
create mode 100644 dlls/light.msstyles/blue_window_mdi_close_button_glyph.bmp
create mode 100644 dlls/light.msstyles/blue_window_mdi_close_button_glyph.svg
create mode 100644 dlls/light.msstyles/blue_window_mdi_min_button_background.bmp
create mode 100644 dlls/light.msstyles/blue_window_mdi_min_button_background.svg
create mode 100644 dlls/light.msstyles/blue_window_mdi_min_button_glyph.bmp
create mode 100644 dlls/light.msstyles/blue_window_mdi_min_button_glyph.svg
create mode 100644 dlls/light.msstyles/blue_window_mdi_restore_button_background.bmp
create mode 100644 dlls/light.msstyles/blue_window_mdi_restore_button_background.svg
create mode 100644 dlls/light.msstyles/blue_window_mdi_restore_button_glyph.bmp
create mode 100644 dlls/light.msstyles/blue_window_mdi_restore_button_glyph.svg
create mode 100644 dlls/light.msstyles/blue_window_min_button_background.bmp
create mode 100644 dlls/light.msstyles/blue_window_min_button_background.svg
create mode 100644 dlls/light.msstyles/blue_window_min_button_glyph_13px.bmp
create mode 100644 dlls/light.msstyles/blue_window_min_button_glyph_13px.svg
create mode 100644 dlls/light.msstyles/blue_window_min_button_glyph_19px.bmp
create mode 100644 dlls/light.msstyles/blue_window_min_button_glyph_19px.svg
create mode 100644 dlls/light.msstyles/blue_window_min_button_glyph_23px.bmp
create mode 100644 dlls/light.msstyles/blue_window_min_button_glyph_23px.svg
create mode 100644 dlls/light.msstyles/blue_window_min_button_glyph_26px.bmp
create mode 100644 dlls/light.msstyles/blue_window_min_button_glyph_26px.svg
create mode 100644 dlls/light.msstyles/blue_window_min_button_glyph_32px.bmp
create mode 100644 dlls/light.msstyles/blue_window_min_button_glyph_32px.svg
create mode 100644 dlls/light.msstyles/blue_window_min_button_glyph_39px.bmp
create mode 100644 dlls/light.msstyles/blue_window_min_button_glyph_39px.svg
create mode 100644 dlls/light.msstyles/blue_window_min_button_glyph_52px.bmp
create mode 100644 dlls/light.msstyles/blue_window_min_button_glyph_52px.svg
create mode 100644 dlls/light.msstyles/blue_window_min_caption.bmp
create mode 100644 dlls/light.msstyles/blue_window_min_caption.svg
create mode 100644 dlls/light.msstyles/blue_window_restore_button_background.bmp
create mode 100644 dlls/light.msstyles/blue_window_restore_button_background.svg
create mode 100644 dlls/light.msstyles/blue_window_restore_button_glyph_13px.bmp
create mode 100644 dlls/light.msstyles/blue_window_restore_button_glyph_13px.svg
create mode 100644 dlls/light.msstyles/blue_window_restore_button_glyph_19px.bmp
create mode 100644 dlls/light.msstyles/blue_window_restore_button_glyph_19px.svg
create mode 100644 dlls/light.msstyles/blue_window_restore_button_glyph_23px.bmp
create mode 100644 dlls/light.msstyles/blue_window_restore_button_glyph_23px.svg
create mode 100644 dlls/light.msstyles/blue_window_restore_button_glyph_26px.bmp
create mode 100644 dlls/light.msstyles/blue_window_restore_button_glyph_26px.svg
create mode 100644 dlls/light.msstyles/blue_window_restore_button_glyph_32px.bmp
create mode 100644 dlls/light.msstyles/blue_window_restore_button_glyph_32px.svg
create mode 100644 dlls/light.msstyles/blue_window_restore_button_glyph_39px.bmp
create mode 100644 dlls/light.msstyles/blue_window_restore_button_glyph_39px.svg
create mode 100644 dlls/light.msstyles/blue_window_restore_button_glyph_52px.bmp
create mode 100644 dlls/light.msstyles/blue_window_restore_button_glyph_52px.svg
create mode 100644 dlls/light.msstyles/blue_window_small_caption.bmp
create mode 100644 dlls/light.msstyles/blue_window_small_caption.svg
create mode 100644 dlls/light.msstyles/blue_window_small_caption_sizing_template.bmp
create mode 100644 dlls/light.msstyles/blue_window_small_caption_sizing_template.svg
create mode 100644 dlls/light.msstyles/blue_window_small_close_button_background.bmp
create mode 100644 dlls/light.msstyles/blue_window_small_close_button_background.svg
create mode 100644 dlls/light.msstyles/blue_window_small_close_button_glyph.bmp
create mode 100644 dlls/light.msstyles/blue_window_small_close_button_glyph.svg
create mode 100644 dlls/light.msstyles/blue_window_small_frame_bottom.bmp
create mode 100644 dlls/light.msstyles/blue_window_small_frame_bottom.svg
create mode 100644 dlls/light.msstyles/blue_window_small_frame_left.bmp
create mode 100644 dlls/light.msstyles/blue_window_small_frame_left.svg
create mode 100644 dlls/light.msstyles/blue_window_small_frame_right.bmp
create mode 100644 dlls/light.msstyles/blue_window_small_frame_right.svg
diff --git a/dlls/light.msstyles/Makefile.in b/dlls/light.msstyles/Makefile.in
index 163040c3e42..8c31d5b9b08 100644
--- a/dlls/light.msstyles/Makefile.in
+++ b/dlls/light.msstyles/Makefile.in
@@ -426,4 +426,64 @@ SVG_SRCS = \
blue_treeview_expand_collapse_18px.svg \
blue_treeview_expand_collapse_20px.svg \
blue_treeview_expand_collapse_23px.svg \
- blue_treeview_expand_collapse_9px.svg
+ blue_treeview_expand_collapse_9px.svg \
+ blue_window_caption.svg \
+ blue_window_caption_sizing_template.svg \
+ blue_window_close_button_background.svg \
+ blue_window_close_button_glyph_13px.svg \
+ blue_window_close_button_glyph_19px.svg \
+ blue_window_close_button_glyph_23px.svg \
+ blue_window_close_button_glyph_26px.svg \
+ blue_window_close_button_glyph_32px.svg \
+ blue_window_close_button_glyph_39px.svg \
+ blue_window_close_button_glyph_52px.svg \
+ blue_window_frame_bottom.svg \
+ blue_window_frame_left.svg \
+ blue_window_frame_right.svg \
+ blue_window_help_button_background.svg \
+ blue_window_help_button_glyph_13px.svg \
+ blue_window_help_button_glyph_19px.svg \
+ blue_window_help_button_glyph_23px.svg \
+ blue_window_help_button_glyph_26px.svg \
+ blue_window_help_button_glyph_32px.svg \
+ blue_window_help_button_glyph_39px.svg \
+ blue_window_help_button_glyph_52px.svg \
+ blue_window_max_button_background.svg \
+ blue_window_max_button_glyph_13px.svg \
+ blue_window_max_button_glyph_19px.svg \
+ blue_window_max_button_glyph_23px.svg \
+ blue_window_max_button_glyph_26px.svg \
+ blue_window_max_button_glyph_32px.svg \
+ blue_window_max_button_glyph_39px.svg \
+ blue_window_max_button_glyph_52px.svg \
+ blue_window_max_caption.svg \
+ blue_window_mdi_close_button_background.svg \
+ blue_window_mdi_close_button_glyph.svg \
+ blue_window_mdi_min_button_background.svg \
+ blue_window_mdi_min_button_glyph.svg \
+ blue_window_mdi_restore_button_background.svg \
+ blue_window_mdi_restore_button_glyph.svg \
+ blue_window_min_button_background.svg \
+ blue_window_min_button_glyph_13px.svg \
+ blue_window_min_button_glyph_19px.svg \
+ blue_window_min_button_glyph_23px.svg \
+ blue_window_min_button_glyph_26px.svg \
+ blue_window_min_button_glyph_32px.svg \
+ blue_window_min_button_glyph_39px.svg \
+ blue_window_min_button_glyph_52px.svg \
+ blue_window_min_caption.svg \
+ blue_window_restore_button_background.svg \
+ blue_window_restore_button_glyph_13px.svg \
+ blue_window_restore_button_glyph_19px.svg \
+ blue_window_restore_button_glyph_23px.svg \
+ blue_window_restore_button_glyph_26px.svg \
+ blue_window_restore_button_glyph_32px.svg \
+ blue_window_restore_button_glyph_39px.svg \
+ blue_window_restore_button_glyph_52px.svg \
+ blue_window_small_caption.svg \
+ blue_window_small_caption_sizing_template.svg \
+ blue_window_small_close_button_background.svg \
+ blue_window_small_close_button_glyph.svg \
+ blue_window_small_frame_bottom.svg \
+ blue_window_small_frame_left.svg \
+ blue_window_small_frame_right.svg
diff --git a/dlls/light.msstyles/blue_window_caption.bmp b/dlls/light.msstyles/blue_window_caption.bmp
new file mode 100644
index 0000000000000000000000000000000000000000..01c76f88bf40eaad46be33e5ab8a9d0fbdda9644
GIT binary patch
literal 15450
zcmeI1F>ZrE5JicSQ(a)F}Gl2kOQ(xl8a()t9c5EO6<5Q5%~>C?bnye!$wfRIOVkpt{o
zc~}H){?pr`nDp)AC0W;(T#r(z)RWX*@|fJq{{1YMn-!8|`{|pIzP^9n{N<kq4}ad*
zb^Q|}U&0{3A*>AG0EfLDs0;Xj5BRVX*mlkZ9IO%efDia!3E+dJL4Uvpe6R%Y!P1~V
z-~&Eb0{CEQ&>!#tA1ncUur%loS09?Dxp?m_o~Z6MyD)HF*PW(m^2(a)SBm0!bZ=5ZXo
zGHBcO(D(gWn0PrSI^&9_G_z(`23eLxKj#$&0S;kh00%hi9|m;+AMgPmb^_bZxqyQ;
z0w3(a)JA1ncUur%lo_<#?V06th6^ap&v2TK4SEDibtKH!5TfDe`i{o(3Ep63_moW&E>
u{XEY>7`UpcPQx(B*f+kJw`SJt%AhEULs^z*VdCYS=!`3x(#)D&8T<m^NQP?w
literal 0
HcmV?d00001
diff --git a/dlls/light.msstyles/blue_window_caption.svg b/dlls/light.msstyles/blue_window_caption.svg
new file mode 100644
index 00000000000..663051ae20d
--- /dev/null
+++ b/dlls/light.msstyles/blue_window_caption.svg
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg id="bitmap:66-32" width="66" height="58" version="1.1" viewBox="0 0 17.462 15.346" xmlns="http://www.w3.org/2000/svg">
+ <g fill="#fff">
+ <path d="m0.66146 0.13229h16.14c0.29316 0 0.52917 0.25416 0.52917 0.56987v6.8385h-17.198v-6.8385c0-0.31571 0.23601-0.56987 0.52917-0.56987z" stroke="#909090" stroke-width=".26458"/>
+ <rect x=".26458" y="7.4083" width="16.933" height=".26458"/>
+ <path d="m0.66146 7.8052h16.14c0.29316 0 0.52917 0.25416 0.52917 0.56987v6.8385h-17.198v-6.8385c0-0.31571 0.23601-0.56987 0.52917-0.56987z" stroke="#aeaeae" stroke-width=".26458"/>
+ <rect x=".26458" y="15.081" width="16.933" height=".26458"/>
+ </g>
+</svg>
diff --git a/dlls/light.msstyles/blue_window_caption_sizing_template.bmp b/dlls/light.msstyles/blue_window_caption_sizing_template.bmp
new file mode 100644
index 0000000000000000000000000000000000000000..7dca690980b44792524c6001ef662ff1f90c7681
GIT binary patch
literal 11738
zcmeI1F>ZrE6hwcd9Kt<yE|8KYRiwxbrvQqy>F9hHI0tY9AAt(a)oK)&tB`bHWl-FVTg
zysKTt(w{#Mxmf3)=Qq2KldnHMbD!@%U+mzk+1H<bJ=~Yo?Dn}lS(a)VzM_g(tu=5_PE
zHH?k)<i}wAl1Ug(ZhT`e7*`*gY#2xJV5E*~iU-byp@;_~bzD<Ca5fA(a)JQ%6tn&N(a)8
zVJPCkNFCP{51b7{5f4V{xTbjEY#7QudCc=18%uHTEtrktn4<USx$k?kx~`XHiI3CT
zyZN##&5EMPvaIX6X`0gNzzw%;>*l=$-S0AfX&-CGw?{l4vtgXXgONI}DIPc*h9Vw}
z)NxJmz}YYq(a)nEEmYl;WXhM|ZDBXwL;Ja9G)MLZa(<C@}uvtcOv<e_`&$d$U^)jf67
WG*wmkzX!>^U~YIA1~>05nEe8ZYrwex
literal 0
HcmV?d00001
diff --git a/dlls/light.msstyles/blue_window_caption_sizing_template.svg b/dlls/light.msstyles/blue_window_caption_sizing_template.svg
new file mode 100644
index 00000000000..d577067cf73
--- /dev/null
+++ b/dlls/light.msstyles/blue_window_caption_sizing_template.svg
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg id="bitmap:66-24" width="66" height="58" version="1.1" viewBox="0 0 17.462 15.346" xmlns="http://www.w3.org/2000/svg">
+ <rect x="-.00034483" y="-4.4409e-16" width="17.463" height="15.346" stroke="#aeaeae" stroke-width=".26459"/>
+ <g>
+ <path d="m1.0333 0.52917h15.395c0.27963 0 0.50475 0.22693 0.50475 0.50882v6.1058h-16.404v-6.1058c0-0.28189 0.22512-0.50882 0.50475-0.50882z" stroke="#fff" stroke-width="1.0583"/>
+ <rect x="1.058" y="6.6147" width="15.346" height="1.0583"/>
+ <path d="m1.0333 8.2022h15.395c0.27963 0 0.50475 0.22693 0.50475 0.50882v6.1058h-16.404v-6.1058c0-0.28189 0.22512-0.50882 0.50475-0.50882z" stroke="#fff" stroke-width="1.0583"/>
+ <rect x="1.058" y="14.288" width="15.346" height="1.0583"/>
+ </g>
+</svg>
diff --git a/dlls/light.msstyles/blue_window_close_button_background.bmp b/dlls/light.msstyles/blue_window_close_button_background.bmp
new file mode 100644
index 0000000000000000000000000000000000000000..e968d93f3f0875788f4920c77d9eeece3de4a0fb
GIT binary patch
literal 11562
zcmeI1yG{Z(a)6o$vdz$0jZFJSZ~mWx{0czqBrG<I?^7RLAl7DhY6JHRVwpkfgV3^fU?
zf#bi7Ap?zx=S)HNOm>&q4f%5BpPfI<Pq4qaZKmxO*DIVEoHsaE%sQ^dJZ?=t7A|Cr
zJ>usS>>QjeeBsaA)rD^i27^YUQLEKn*$oh&0Ib*RtyXJ19uvC((rh+ug(5&(5m0u>
z>;mTiR>HYQ>>FjWC7c7Oo^x`rZ#?OV<te`2efW|O{|v(@pAS>1cVpg|2Oxz)r_+gY
zxv*UBk46*rgcBgw*L_=|2+)=^98S{dc*y(;U4j+ReZuc6ldqvmP(58W_<c`$!c1h>
zJAm12SgDBlQmGXC68sZbDgT6X!asXmDxT18hH`7%1CZh=eSOm9F+JbYcf_CY81i)Y
zTcHTh))b9sZzCSBY_l3FQ%V8VQ%Xt8St31QCbH`t!1F_Td62=PHdq{tuJ=I~M`HdN
z1H0tow>P2&1P&rw4?r}#!1hpfZF<^oYMp}9l<+xPqU-{Zhz&yRl>Pe(h|PZ0lXV(a)5
zD3EXu!SF?7oIw(<XOcZx^W(a)no;CDP_Yryhra|v3fs|LTXdh#`N3DDC=o*V>WwJMe;
z<1aJBzwNego(x0QJlTC2nEfTn>rkp})3K|bQVQT*(mYu<579hX>g5C{;d(a)xk1d{nK
IB{{qJ0jO}+BLDyZ
literal 0
HcmV?d00001
diff --git a/dlls/light.msstyles/blue_window_close_button_background.svg b/dlls/light.msstyles/blue_window_close_button_background.svg
new file mode 100644
index 00000000000..b284992a10b
--- /dev/null
+++ b/dlls/light.msstyles/blue_window_close_button_background.svg
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg id="bitmap:28-24" width="28" height="136" version="1.1" viewBox="0 0 7.4082 35.983" xmlns="http://www.w3.org/2000/svg" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+ <metadata>
+ <rdf:RDF>
+ <cc:Work rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <rect y="-6.9998e-5" width="7.4083" height="35.983" fill="#fff" stroke-width=".26458"/>
+ <g transform="translate(5.0184e-6,-6.4982e-5)" fill="none" stroke-width=".26458">
+ <rect x=".13228" y=".13228" width="7.1437" height="4.2334" rx=".52916" ry=".52916" stroke="#aeaeae"/>
+ <rect x=".13227" y="13.626" width="7.1437" height="4.2334" rx=".52916" ry=".52916" stroke="#aeaeae"/>
+ <rect x=".13228" y="4.6303" width="7.1437" height="4.2334" rx=".52916" ry=".52916" stroke="#ff1744"/>
+ <rect x=".13228" y="9.1282" width="7.1437" height="4.2334" rx=".52916" ry=".52916" fill="#fff" stroke="#d50000"/>
+ <rect x=".13228" y="18.124" width="7.1437" height="4.2334" rx=".52916" ry=".52916" stroke="#aeaeae"/>
+ <rect x=".13227" y="31.618" width="7.1437" height="4.2334" rx=".52916" ry=".52916" stroke="#aeaeae"/>
+ <rect x=".13228" y="22.622" width="7.1437" height="4.2334" rx=".52916" ry=".52916" stroke="#ff1744"/>
+ <rect x=".13228" y="27.12" width="7.1437" height="4.2334" rx=".52916" ry=".52916" fill="#fff" stroke="#d50000"/>
+ </g>
+</svg>
diff --git a/dlls/light.msstyles/blue_window_close_button_glyph_13px.bmp b/dlls/light.msstyles/blue_window_close_button_glyph_13px.bmp
new file mode 100644
index 0000000000000000000000000000000000000000..6ce57306a217a4d6d4bc02eab11e93f5165cc16a
GIT binary patch
literal 5546
zcmeHKK~4fe5FDddj{-;Df)Gz$d;=sJy?ONop7{gD1o#Z_8!}ceTV^R|c9>0waovq;
zE!|bqy*(q{j_yBiTyeeQ_Z#kO+>f{~+|XSDhov8nmCHMK_%WLw-95ZkoF_eAoy0mH
zX|-C-*X#9DD1zC|uRhpjxc9i9tG?xOIW;?UFI79ARhQyZSLR{y7UlZEe90%4d~Zlw
z9p=W-{1GQu7sgaR?R7f%viFDUwg-1OgS*I{o8A0+ZD!7G_s(sO&M3IkgMAx3qu`4!
z#b;d0qlkyIW*EzteB#FV_!cod<;snt`Rn^>Oy$#Gr)#o5T(=!~+w=2r&j-(_+0CzS
zI_~=!?)_xokIv|%@26%T4}9>9sxHN6T+5?~*Y}HJ{Ybv#6S2PWy&-LNm>Wm)*Z0#{
z%BR0h*JOXVZd<TPFJW)eo*uKaR_fQ!<SDWT13#d#St9s1r8;nJHaJ_a*ZlQ!AfI9u
z$f+CF{P(@SNe#Fcz(a)zWc*u2HPQeBEq9nUEA-8{;o0L!}k=yMfHOCFodJF)pGHgB<1
zs!Q>y%bgRc>*i5b;xA*9c_%hM#pW&6M|COwx2~H<gR(a)QS{{_~qEr|Y^J(a)07GW-U^^
STXiWu*X??Jc>eyaUjGH=av3-P
literal 0
HcmV?d00001
diff --git a/dlls/light.msstyles/blue_window_close_button_glyph_13px.svg b/dlls/light.msstyles/blue_window_close_button_glyph_13px.svg
new file mode 100644
index 00000000000..d68c92c4340
--- /dev/null
+++ b/dlls/light.msstyles/blue_window_close_button_glyph_13px.svg
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg id="bitmap:13-32" width="13" height="104" version="1.1" viewBox="0 0 3.4396 27.517" xmlns="http://www.w3.org/2000/svg">
+ <g stroke-width=".26458">
+ <path d="m2.9104 0.769-0.23982-0.23983-0.95082 0.95081-0.95081-0.95081-0.23983 0.23983 0.95082 0.95081-0.95082 0.95081 0.23983 0.23983 0.95081-0.95081 0.95082 0.95081 0.23982-0.23983-0.95082-0.95081z" fill="#aeaeae"/>
+ <path d="m2.9104 11.088-0.23982-0.23983-0.95082 0.95081-0.95081-0.95081-0.23983 0.23983 0.95082 0.95081-0.95082 0.95081 0.23983 0.23983 0.95081-0.95081 0.95082 0.95081 0.23982-0.23983-0.95082-0.95081z" fill="#aeaeae"/>
+ <path d="m2.9104 4.2086-0.23982-0.23983-0.95082 0.95081-0.95081-0.95081-0.23983 0.23983 0.95081 0.95081-0.95081 0.95081 0.23983 0.23983 0.95081-0.95081 0.95082 0.95081 0.23982-0.23983-0.95082-0.95081z" fill="#ff1744"/>
+ <path d="m2.9104 7.6483-0.23982-0.23983-0.95082 0.95081-0.95081-0.95081-0.23983 0.23983 0.95082 0.95081-0.95082 0.95081 0.23983 0.23983 0.95081-0.95081 0.95082 0.95081 0.23982-0.23983-0.95082-0.95081z" fill="#d50000"/>
+ <path d="m2.9104 14.528-0.23982-0.23983-0.95082 0.95081-0.95081-0.95081-0.23983 0.23983 0.95082 0.95081-0.95082 0.95081 0.23983 0.23983 0.95081-0.95081 0.95082 0.95081 0.23982-0.23983-0.95082-0.95081z" fill="#aeaeae"/>
+ <path d="m2.9104 24.846-0.23982-0.23983-0.95082 0.95081-0.95081-0.95081-0.23983 0.23983 0.95082 0.95081-0.95082 0.95081 0.23983 0.23983 0.95081-0.95081 0.95082 0.95081 0.23982-0.23983-0.95082-0.95081z" fill="#aeaeae"/>
+ <path d="m2.9104 17.967-0.23982-0.23983-0.95082 0.95081-0.95081-0.95081-0.23983 0.23983 0.95081 0.95081-0.95081 0.95081 0.23983 0.23983 0.95081-0.95081 0.95082 0.95081 0.23982-0.23983-0.95082-0.95081z" fill="#ff1744"/>
+ <path d="m2.9104 21.407-0.23982-0.23983-0.95082 0.95081-0.95081-0.95081-0.23983 0.23983 0.95082 0.95081-0.95082 0.95081 0.23983 0.23983 0.95081-0.95081 0.95082 0.95081 0.23982-0.23983-0.95082-0.95081z" fill="#d50000"/>
+ </g>
+</svg>
diff --git a/dlls/light.msstyles/blue_window_close_button_glyph_19px.bmp b/dlls/light.msstyles/blue_window_close_button_glyph_19px.bmp
new file mode 100644
index 0000000000000000000000000000000000000000..1ec76b1501bee687c7eb4db28b0e869cab4c1fe2
GIT binary patch
literal 11690
zcmeHNOKuuL5N#`2L9&X?psaj>oB&y}4M|qs<SN<b1UW&@fW%KA5F3yX-enWTW91}l
zJ5}SZsHt?d>B&eA<FY(1=z8;9^QtK{53X<e?@aOY75;vK;|(0&;5aeo<^{xamxqVm
zk2U7u7uW3d$4{TV<UtQ#9)zkdXgnTY42Q#czu$iqyGqO>4)GEW^Ke)=HWHuX**M%>
z;#w}3O~9-jZabMwUi;YTblQO2O3M3Kd(a)S*$@(^!;FH5P1cqlSmcJ8`F9qBwN0$&?A
zh-Zh-C2VZHs=Bz&u0FB9QcawP_C=r{d;5j+Nj!v0;RBs3+xLUPpaXmhx-P1RM_1nr
z(a)K-#i&+Dc(a)4l_50S(!&?^h3VDi8I>qz`JI?k@@id6nVsnGuoIRO=IrYfI-~Wm|yHQ
z_q_q(a)D>={mB=M#45HIKZnWfc3JQVkI*}3bA=t$>DF^8F)6A#8xGaAnG`$c>u>f$<M
zJ+b~u*Ts2gU+{j=dMXd$Q}~M4MMeAmt^=Ac{@(9Y7e%ZupBZzfGnyo+Y3!cai}x)%
zzdW<i8I5_wAzqRK^S#X4UdwJIK3vB<;t(%!eaLJRFzbRZv)j(8-J8)jZ*2o|D=E);
zCB9T1;^lnZmd#S?As&jpF2J)Zt}CJ=ohL=$YyaT^K71}=W9wDb#dUV|iT#yo;yko3
zct2=8m51;td{ypy;Og|+cJWyKuD)5fZFNRd(`p)z)$4HgdjIToq}<c`TY#Te_THU1
ztMU{)KJ_|Cj6hVcBOr<{{g(>pjE?)>Qqy!s$3MT|y78G<_B~B{Z|40t(9ae9(a)D#qM
z^rJ_k(IwYfpVv)+I{4A|w}<(6A^%hIHy`UW_bb(pjw|NtjQy&@kM{e{`=NexydRo9
z76sIgPV=>?uiURxKbn*YNA4r5A05_7{pheR&w2G&y$*iwT=w2Jm5269;9gk2dq?5~
hBG<XB*TH$H?}2{oea6g7l6VN0!uOP3$8-Gd-ET-+`X>MY
literal 0
HcmV?d00001
diff --git a/dlls/light.msstyles/blue_window_close_button_glyph_19px.svg b/dlls/light.msstyles/blue_window_close_button_glyph_19px.svg
new file mode 100644
index 00000000000..746b10b5cb3
--- /dev/null
+++ b/dlls/light.msstyles/blue_window_close_button_glyph_19px.svg
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg id="bitmap:19-32" width="19" height="152" version="1.1" viewBox="0 0 5.0271 40.217" xmlns="http://www.w3.org/2000/svg">
+ <g stroke-width=".26458">
+ <path d="m4.2334 1.1402-0.34641-0.34642-1.3734 1.3734-1.3734-1.3734-0.34642 0.34642 1.3734 1.3734-1.3734 1.3734 0.34642 0.34642 1.3734-1.3734 1.3734 1.3734 0.34641-0.34642-1.3734-1.3734z" fill="#aeaeae"/>
+ <path d="m4.2334 16.222-0.34641-0.34642-1.3734 1.3734-1.3734-1.3734-0.34642 0.34642 1.3734 1.3734-1.3734 1.3734 0.34642 0.34642 1.3734-1.3734 1.3734 1.3734 0.34641-0.34642-1.3734-1.3734z" fill="#aeaeae"/>
+ <path d="m4.2334 6.1673-0.34641-0.34642-1.3734 1.3734-1.3734-1.3734-0.34642 0.34642 1.3734 1.3734-1.3734 1.3734 0.34642 0.34642 1.3734-1.3734 1.3734 1.3734 0.34641-0.34642-1.3734-1.3734z" fill="#ff1744"/>
+ <path d="m4.2334 11.194-0.34641-0.34642-1.3734 1.3734-1.3734-1.3734-0.34642 0.34642 1.3734 1.3734-1.3734 1.3734 0.34642 0.34642 1.3734-1.3734 1.3734 1.3734 0.34641-0.34642-1.3734-1.3734z" fill="#d50000"/>
+ <path d="m4.2334 21.249-0.34641-0.34642-1.3734 1.3734-1.3734-1.3734-0.34642 0.34642 1.3734 1.3734-1.3734 1.3734 0.34642 0.34642 1.3734-1.3734 1.3734 1.3734 0.34641-0.34642-1.3734-1.3734z" fill="#aeaeae"/>
+ <path d="m4.2334 36.33-0.34641-0.34642-1.3734 1.3734-1.3734-1.3734-0.34642 0.34642 1.3734 1.3734-1.3734 1.3734 0.34642 0.34642 1.3734-1.3734 1.3734 1.3734 0.34641-0.34642-1.3734-1.3734z" fill="#aeaeae"/>
+ <path d="m4.2334 26.276-0.34641-0.34642-1.3734 1.3734-1.3734-1.3734-0.34642 0.34642 1.3734 1.3734-1.3734 1.3734 0.34642 0.34642 1.3734-1.3734 1.3734 1.3734 0.34641-0.34642-1.3734-1.3734z" fill="#ff1744"/>
+ <path d="m4.2334 31.303-0.34641-0.34642-1.3734 1.3734-1.3734-1.3734-0.34642 0.34642 1.3734 1.3734-1.3734 1.3734 0.34642 0.34642 1.3734-1.3734 1.3734 1.3734 0.34641-0.34642-1.3734-1.3734z" fill="#d50000"/>
+ </g>
+</svg>
diff --git a/dlls/light.msstyles/blue_window_close_button_glyph_23px.bmp b/dlls/light.msstyles/blue_window_close_button_glyph_23px.bmp
new file mode 100644
index 0000000000000000000000000000000000000000..945f88f014782285be25e386c79817067f8fbc9f
GIT binary patch
literal 17066
zcmeHOOKux63{}ydp=kr;hn^(UAYFCSt908F^e6`MK~~v$?vOg(a)DzI~rDc(a)KejM<?{
zYdl30a1e!-L_TqzXhjf}>g%jZ?emj<|DbX}<(|r$bei6hJk9;|vG+77t$)zgRA0V*
z?{&I9zH(a)1X(!XNh>gwv``ue)QySqE{j0rvH!_Lwty*ZWU=H_N);iDgV(1)FcJ)6yr
z$%m(`|4g=@hHSig($=!G`X!#MYxY{Zw72S*pFThI`Mh7(__A=hU*KcTP}F%~JFg_H
zDq}MC;ELqMV?DtyV~_S*#P1S(lmAP+gD3vkKPiR3ou68}wAbpEz13fe%XTIB#AWT}
zQ_M%r<7)Eu_V$Rd=icuH;vfE4>zX!Rv<CyPhk?a$N{c$B->yBxS`YfLvz}IucAblr
zjgRr6w}3w3ThAlyVHQtW|2d_H!94`^<NX|Zay$#a6qm=*@W<k6_`lA}cwjs!H~hz(
zp=_B4X>ZjRv}b5B8GA2#2*T{g17q*O?~V9H9K(N(XOiCUm*i!`-=3cv{P)_Wy;j$7
zS-%wD!X1M@<$CgPl+xo|Uq{$)mMuSZ`Mfet$Y9`QGf;hOPA(3b`tqPT^SlZ4pbtAs
zpY-Nb8Y(LbKjW^lK7E(BKNpA1G3h>K{pad^Gq{KF>dDb8JF8#f$+~8*wM%=ep69jW
z=ktf=+{2fJ%l!f$bBv<S1KW8e#Y2(a)bTWr+5w%haszkBmr#P2fmz0B`m#=qvX(a)VDbv
zYu9jOyJc_nOFXW7?Yw%73rSqoUOvTq)P0<x&zFbI5n<1(a)bwt|ix^7DQs0RbDg#nx?
z?s6uFvpeX+&f)-iR9t7dyPiFYv-IwaSNc?PW(o`ozZ94K)9}aQYWOr><T8jH!S5uw
z4CF2-?yD?a(a)z3)nrSP|lb1i<Py;j$7S-%wD!X1M@<$4mi44#>g!N6_|V6DJ+)0@}h
zJp}BmkqCEA#kGctJ%o7<;a#h|dh%T?JF8#f$+~8*wM%=eF8>BlJ(a)ybpn&5YmJp{#k
z+=npk$B238_D0*{8tYWydQxx0MPKY8EQX>#7|<AK^Ov<huh-^%NgsCBGiCnLo3Hie
zXXU$C_@%f!j)p%LSHq9{5Nl>O_-!bTQ3~!8FwZRGKEwdOTX(a)ytpZOe;Q?4g*A7Y5{
zXbT1`26A3<=lc+_GqESkUy6KumnW7!mE>K4Vd0nJvVR)>SX>Q1?nA7Z5&TYd9|HFu
zaG!(k_w4;Xgcd(M|CSUy{Pq1Q#kX+TuM+&Y55eq(3<mxm25_c`Gs0bS8L+e7V#>2e
zc~-CePgcp9Dc;M%FU4ifH2kr+8h+$5*31ZgC&^{ReF*!1uC(a)5*_#Ki{t|yVp7-IZo
GwEY1Be~T0V
literal 0
HcmV?d00001
diff --git a/dlls/light.msstyles/blue_window_close_button_glyph_23px.svg b/dlls/light.msstyles/blue_window_close_button_glyph_23px.svg
new file mode 100644
index 00000000000..ca069a15bcf
--- /dev/null
+++ b/dlls/light.msstyles/blue_window_close_button_glyph_23px.svg
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg id="bitmap:23-32" width="23" height="184" version="1.1" viewBox="0 0 6.0854 48.684" xmlns="http://www.w3.org/2000/svg">
+ <g stroke-width=".26458">
+ <path d="m5.0271 1.4581-0.3997-0.39972-1.5847 1.5847-1.5847-1.5847-0.39971 0.39972 1.5847 1.5847-1.5847 1.5847 0.39971 0.39972 1.5847-1.5847 1.5847 1.5847 0.3997-0.39972-1.5847-1.5847z" fill="#aeaeae"/>
+ <path d="m5.0271 19.715-0.3997-0.39972-1.5847 1.5847-1.5847-1.5847-0.39971 0.39972 1.5847 1.5847-1.5847 1.5847 0.39971 0.39972 1.5847-1.5847 1.5847 1.5847 0.3997-0.39972-1.5847-1.5847z" fill="#aeaeae"/>
+ <path d="m5.0271 7.5436-0.3997-0.39972-1.5847 1.5847-1.5847-1.5847-0.39971 0.39972 1.5847 1.5847-1.5847 1.5847 0.39971 0.39972 1.5847-1.5847 1.5847 1.5847 0.3997-0.39972-1.5847-1.5847z" fill="#ff1744"/>
+ <path d="m5.0271 13.629-0.3997-0.39972-1.5847 1.5847-1.5847-1.5847-0.39971 0.39972 1.5847 1.5847-1.5847 1.5847 0.39971 0.39972 1.5847-1.5847 1.5847 1.5847 0.3997-0.39972-1.5847-1.5847z" fill="#d50000"/>
+ <path d="m5.0271 25.8-0.3997-0.39972-1.5847 1.5847-1.5847-1.5847-0.39971 0.39972 1.5847 1.5847-1.5847 1.5847 0.39971 0.39972 1.5847-1.5847 1.5847 1.5847 0.3997-0.39972-1.5847-1.5847z" fill="#aeaeae"/>
+ <path d="m5.0271 44.057-0.3997-0.39972-1.5847 1.5847-1.5847-1.5847-0.39971 0.39972 1.5847 1.5847-1.5847 1.5847 0.39971 0.39972 1.5847-1.5847 1.5847 1.5847 0.3997-0.39972-1.5847-1.5847z" fill="#aeaeae"/>
+ <path d="m5.0271 31.886-0.3997-0.39972-1.5847 1.5847-1.5847-1.5847-0.39971 0.39972 1.5847 1.5847-1.5847 1.5847 0.39971 0.39972 1.5847-1.5847 1.5847 1.5847 0.3997-0.39972-1.5847-1.5847z" fill="#ff1744"/>
+ <path d="m5.0271 37.971-0.3997-0.39972-1.5847 1.5847-1.5847-1.5847-0.39971 0.39972 1.5847 1.5847-1.5847 1.5847 0.39971 0.39972 1.5847-1.5847 1.5847 1.5847 0.3997-0.39972-1.5847-1.5847z" fill="#d50000"/>
+ </g>
+</svg>
diff --git a/dlls/light.msstyles/blue_window_close_button_glyph_26px.bmp b/dlls/light.msstyles/blue_window_close_button_glyph_26px.bmp
new file mode 100644
index 0000000000000000000000000000000000000000..57e6d08c6b03c38f0c2c3e2c0ae85e3a4b670eed
GIT binary patch
literal 21770
zcmeI3!EV$r5Qc-gTzCLlapE0#0aS`Oap}?nyarbeoOy#@d+17)+CD;GfCCa;9;Ule
zn8{`;=U->+iA{vmS&_PlXXcB4PZ}3bk3YURYr4-5`udHIS9JWM<5}~%IiU9YC;GDY
zX`5#Ek9*qV52s)EOcECsiGJ_?zZJN<yIb7c+^nvzucH~F-97uTFUQdAxR34VXzAEk
zSUqFY`>s-)+uPeE**^64TRQ)2^&#e$ln?h?SZJHeko!RY*tpQf%E)2WVrZ<|3}Hbo
zaZX8InQ~I%X)TO_^L{&ZKCB#KCv#qliG6eE26}Z`;kD9nVZ3lYux~00<Ae;+6>Y36
z^p7!0Sr$eKi=K;F-V0Y(R|hnv3r#B-2e!QytMl{o=h)}xu7E30QvqH}-qSj7ZC;P=
zeAqX=9_<<Q+s}GqWAS};KIF(a)+)aQOl_78M0YfC;E?`HH_XRSvmwt<DVxeOUE`p3qF
zHdaOss}@6J)n*7Q%%v`;I2R}6q{P$O!5I2noH`#?PAoUH7^%KFbQ|bJ&n;_(*Gk8Q
z(a)xuAQzNsvX6EZ|+w6U_#KgK9!Sr{d(?%gxt84PnW=e^L<f6J{ec6lZDo7=J$%=qc+
z(Ok*g&J~!Tz}u!>ygzJL?~YpYdX#<Gmt&;RY<F_lwsdSPEVgAI_T?BU&dJMmNwyDc
zPsf&glIv0QA-}BkDEetEw9RG6c+o$`LK`b1hgFNAv1&7f73LCY!#UOE6}Oh0lz3VT
zW9V{m>U>x^vE0yNr26L24fNWwR(P#+To^B$5A2)D!Z;yAbVeI13;kn^QkI2L!lJRy
z@?JP=+Jlp$_CnK2#(^zs!T0&5X?;D4;`q5MP*DNjuixKy&)w6(JuNyPUHhVKE<>go
z{bMY&u`+U4wHO+!HbYpX2iKQ8?$L+ebD!ANXkiS#U!M>a^z!|BMX#7vW9Dc}=c7NP
z!Wih6^Ronfa#+4!AFA%(y8=&J0bh^$dK8}k?Y)A1IqxZqAD&}8euv?;Qikw&%^9vi
z!|%CI>}s?y249aRL<PNkJ*wyx(`w8dZRy<Cqhn%?T<<mX`q2(a)6{IV-hPXVs|{Byah
z)v`wAx*GP)sUKy#u2zq0I}Pvtu1<)3sK$t6q&}g2ZvE)*Q;Od+*hj0!3i%e+lzJ>H
ztCS%;ZCte&8ml(rkwt&?DYeLZ^`re?go<rxJJ9eS){hQyx93>v5mRFwjD>4%rS8`F
zENh&>IQnOBz|E`$*BDw})naK3xwleQ4x^N1VF(L-a`MpYM(a)2nvU4f^rfY*;U&6HXx
z&Kva8>cG&}TE~R`F&5fb8S*S(oREcmQyChoHbYo*)Ikah#^Cj%BFsn&dU^fmh)#St
zrq!4^+J?{an2(hqai*~7e!PBE1oYMwc;X89e!cJ4<0GK$@nK)-UOL93bKkGW2~o~L
wzpgHTHB?;8U31hqz&L!rUYVtsR%7O9o0}Wxm-C#XPY%oLN5^K)uh&rEFOiKQ<^TWy
literal 0
HcmV?d00001
diff --git a/dlls/light.msstyles/blue_window_close_button_glyph_26px.svg b/dlls/light.msstyles/blue_window_close_button_glyph_26px.svg
new file mode 100644
index 00000000000..951d030fa7e
--- /dev/null
+++ b/dlls/light.msstyles/blue_window_close_button_glyph_26px.svg
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg id="bitmap:26-32" width="26" height="208" version="1.1" viewBox="0 0 6.8791 55.034" xmlns="http://www.w3.org/2000/svg">
+ <g transform="matrix(1 0 0 1 10.583 37.042)" stroke-width=".26458">
+ <path d="m-4.7626-35.504-0.47964-0.47966-1.9016 1.9016-1.9016-1.9016-0.47966 0.47966 1.9016 1.9016-1.9016 1.9016 0.47966 0.47966 1.9016-1.9016 1.9016 1.9016 0.47964-0.47966-1.9016-1.9016z" fill="#aeaeae"/>
+ <path d="m-4.7626-14.866-0.47964-0.47966-1.9016 1.9016-1.9016-1.9016-0.47966 0.47966 1.9016 1.9016-1.9016 1.9016 0.47966 0.47966 1.9016-1.9016 1.9016 1.9016 0.47964-0.47966-1.9016-1.9016z" fill="#aeaeae"/>
+ <path d="m-4.7626-28.625-0.47964-0.47966-1.9016 1.9016-1.9016-1.9016-0.47966 0.47966 1.9016 1.9016-1.9016 1.9016 0.47966 0.47966 1.9016-1.9016 1.9016 1.9016 0.47964-0.47966-1.9016-1.9016z" fill="#ff1744"/>
+ <path d="m-4.7626-21.746-0.47964-0.47966-1.9016 1.9016-1.9016-1.9016-0.47966 0.47966 1.9016 1.9016-1.9016 1.9016 0.47966 0.47966 1.9016-1.9016 1.9016 1.9016 0.47964-0.47966-1.9016-1.9016z" fill="#d50000"/>
+ <path d="m-4.7626-7.9871-0.47964-0.47966-1.9016 1.9016-1.9016-1.9016-0.47966 0.47966 1.9016 1.9016-1.9016 1.9016 0.47966 0.47966 1.9016-1.9016 1.9016 1.9016 0.47964-0.47966-1.9016-1.9016z" fill="#aeaeae"/>
+ <path d="m-4.7626 12.651-0.47964-0.47966-1.9016 1.9016-1.9016-1.9016-0.47966 0.47966 1.9016 1.9016-1.9016 1.9016 0.47966 0.47966 1.9016-1.9016 1.9016 1.9016 0.47964-0.47966-1.9016-1.9016z" fill="#aeaeae"/>
+ <path d="m-4.7626-1.1079-0.47964-0.47966-1.9016 1.9016-1.9016-1.9016-0.47966 0.47966 1.9016 1.9016-1.9016 1.9016 0.47966 0.47966 1.9016-1.9016 1.9016 1.9016 0.47964-0.47966-1.9016-1.9016z" fill="#ff1744"/>
+ <path d="m-4.7626 5.7714-0.47964-0.47966-1.9016 1.9016-1.9016-1.9016-0.47966 0.47966 1.9016 1.9016-1.9016 1.9016 0.47966 0.47966 1.9016-1.9016 1.9016 1.9016 0.47964-0.47966-1.9016-1.9016z" fill="#d50000"/>
+ </g>
+</svg>
diff --git a/dlls/light.msstyles/blue_window_close_button_glyph_32px.bmp b/dlls/light.msstyles/blue_window_close_button_glyph_32px.bmp
new file mode 100644
index 0000000000000000000000000000000000000000..cfb0e755ee34a1a035b44b62839167fc5d2dd1e2
GIT binary patch
literal 32906
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
literal 0
HcmV?d00001
diff --git a/dlls/light.msstyles/blue_window_close_button_glyph_32px.svg b/dlls/light.msstyles/blue_window_close_button_glyph_32px.svg
new file mode 100644
index 00000000000..21d2c704f31
--- /dev/null
+++ b/dlls/light.msstyles/blue_window_close_button_glyph_32px.svg
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg id="bitmap:32-32" width="32" height="256" version="1.1" viewBox="0 0 8.4666 67.734" xmlns="http://www.w3.org/2000/svg">
+ <g transform="matrix(1.1111 0 0 1 16.933 76.73)" stroke-width=".25101">
+ <path d="m-9.0489-74.61-0.47964-0.53296-1.9016 2.1129-1.9016-2.1129-0.47966 0.53296 1.9016 2.1129-1.9016 2.1129 0.47966 0.53296 1.9016-2.1129 1.9016 2.1129 0.47964-0.53296-1.9016-2.1129z" fill="#aeaeae"/>
+ <path d="m-9.0489-49.209-0.47964-0.53296-1.9016 2.1129-1.9016-2.1129-0.47966 0.53296 1.9016 2.1129-1.9016 2.1129 0.47966 0.53296 1.9016-2.1129 1.9016 2.1129 0.47964-0.53296-1.9016-2.1129z" fill="#aeaeae"/>
+ <path d="m-9.0489-66.143-0.47964-0.53296-1.9016 2.1129-1.9016-2.1129-0.47966 0.53296 1.9016 2.1129-1.9016 2.1129 0.47966 0.53296 1.9016-2.1129 1.9016 2.1129 0.47964-0.53296-1.9016-2.1129z" fill="#ff1744"/>
+ <path d="m-9.0489-57.676-0.47964-0.53296-1.9016 2.1129-1.9016-2.1129-0.47966 0.53296 1.9016 2.1129-1.9016 2.1129 0.47966 0.53296 1.9016-2.1129 1.9016 2.1129 0.47964-0.53296-1.9016-2.1129z" fill="#d50000"/>
+ <path d="m-9.0523-40.743-0.47964-0.53296-1.9016 2.1129-1.9016-2.1129-0.47966 0.53296 1.9016 2.1129-1.9016 2.1129 0.47966 0.53296 1.9016-2.1129 1.9016 2.1129 0.47964-0.53296-1.9016-2.1129z" fill="#aeaeae"/>
+ <path d="m-9.0523-15.342-0.47964-0.53296-1.9016 2.1129-1.9016-2.1129-0.47966 0.53296 1.9016 2.1129-1.9016 2.1129 0.47966 0.53296 1.9016-2.1129 1.9016 2.1129 0.47964-0.53296-1.9016-2.1129z" fill="#aeaeae"/>
+ <path d="m-9.0523-32.276-0.47964-0.53296-1.9016 2.1129-1.9016-2.1129-0.47966 0.53296 1.9016 2.1129-1.9016 2.1129 0.47966 0.53296 1.9016-2.1129 1.9016 2.1129 0.47964-0.53296-1.9016-2.1129z" fill="#ff1744"/>
+ <path d="m-9.0523-23.809-0.47964-0.53296-1.9016 2.1129-1.9016-2.1129-0.47966 0.53296 1.9016 2.1129-1.9016 2.1129 0.47966 0.53296 1.9016-2.1129 1.9016 2.1129 0.47964-0.53296-1.9016-2.1129z" fill="#d50000"/>
+ </g>
+</svg>
diff --git a/dlls/light.msstyles/blue_window_close_button_glyph_39px.bmp b/dlls/light.msstyles/blue_window_close_button_glyph_39px.bmp
new file mode 100644
index 0000000000000000000000000000000000000000..ff5d491b1c6d9cdbe8cce2d82ee998919efad422
GIT binary patch
literal 48810
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
S-hZWB+)p%D1yq6Y75EpAa<H(a)j
literal 0
HcmV?d00001
diff --git a/dlls/light.msstyles/blue_window_close_button_glyph_39px.svg b/dlls/light.msstyles/blue_window_close_button_glyph_39px.svg
new file mode 100644
index 00000000000..429a08b8be2
--- /dev/null
+++ b/dlls/light.msstyles/blue_window_close_button_glyph_39px.svg
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg id="bitmap:39-32" width="39" height="312" version="1.1" viewBox="0 0 10.319 82.551" xmlns="http://www.w3.org/2000/svg">
+ <g transform="matrix(1.5 0 0 1 31.566 136.26)" stroke-width=".21603">
+ <path d="m-15.223-133.95-0.47964-0.7195-1.9016 2.8524-1.9016-2.8524-0.47966 0.7195 1.9016 2.8524-1.9016 2.8524 0.47966 0.7195 1.9016-2.8524 1.9016 2.8524 0.47964-0.7195-1.9016-2.8524z" fill="#aeaeae"/>
+ <path d="m-15.223-103-0.47964-0.7195-1.9016 2.8524-1.9016-2.8524-0.47966 0.7195 1.9016 2.8524-1.9016 2.8524 0.47966 0.7195 1.9016-2.8524 1.9016 2.8524 0.47964-0.7195-1.9016-2.8524z" fill="#aeaeae"/>
+ <path d="m-15.223-123.64-0.47964-0.7195-1.9016 2.8524-1.9016-2.8524-0.47966 0.7195 1.9016 2.8524-1.9016 2.8524 0.47966 0.71949 1.9016-2.8524 1.9016 2.8524 0.47964-0.71949-1.9016-2.8524z" fill="#ff1744"/>
+ <path d="m-15.223-113.32-0.47964-0.71949-1.9016 2.8524-1.9016-2.8524-0.47966 0.71949 1.9016 2.8524-1.9016 2.8524 0.47966 0.7195 1.9016-2.8524 1.9016 2.8524 0.47964-0.7195-1.9016-2.8524z" fill="#d50000"/>
+ <path d="m-15.223-92.68-0.47964-0.7195-1.9016 2.8524-1.9016-2.8524-0.47966 0.7195 1.9016 2.8524-1.9016 2.8524 0.47966 0.7195 1.9016-2.8524 1.9016 2.8524 0.47964-0.7195-1.9016-2.8524z" fill="#aeaeae"/>
+ <path d="m-15.223-61.723-0.47964-0.7195-1.9016 2.8524-1.9016-2.8524-0.47966 0.7195 1.9016 2.8524-1.9016 2.8524 0.47966 0.7195 1.9016-2.8524 1.9016 2.8524 0.47964-0.7195-1.9016-2.8524z" fill="#aeaeae"/>
+ <path d="m-15.223-82.361-0.47964-0.7195-1.9016 2.8524-1.9016-2.8524-0.47966 0.7195 1.9016 2.8524-1.9016 2.8524 0.47966 0.71949 1.9016-2.8524 1.9016 2.8524 0.47964-0.71949-1.9016-2.8524z" fill="#ff1744"/>
+ <path d="m-15.223-72.042-0.47964-0.71949-1.9016 2.8524-1.9016-2.8524-0.47966 0.71949 1.9016 2.8524-1.9016 2.8524 0.47966 0.7195 1.9016-2.8524 1.9016 2.8524 0.47964-0.7195-1.9016-2.8524z" fill="#d50000"/>
+ </g>
+</svg>
diff --git a/dlls/light.msstyles/blue_window_close_button_glyph_52px.bmp b/dlls/light.msstyles/blue_window_close_button_glyph_52px.bmp
new file mode 100644
index 0000000000000000000000000000000000000000..7f27fac87a53e029dbef296d14c0562f41958e4a
GIT binary patch
literal 86666
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
literal 0
HcmV?d00001
diff --git a/dlls/light.msstyles/blue_window_close_button_glyph_52px.svg b/dlls/light.msstyles/blue_window_close_button_glyph_52px.svg
new file mode 100644
index 00000000000..4fa12e5e298
--- /dev/null
+++ b/dlls/light.msstyles/blue_window_close_button_glyph_52px.svg
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg id="bitmap:52-32" width="52" height="416" version="1.1" viewBox="0 0 13.759 110.07" xmlns="http://www.w3.org/2000/svg">
+ <g transform="matrix(2.0001 0 0 1 52.143 218.29)" stroke-width=".18709">
+ <path d="m-20.25-215.21-0.47964-0.95933-1.9016 3.8032-1.9016-3.8032-0.47966 0.95933 1.9016 3.8032-1.9016 3.8032 0.47966 0.95933 1.9016-3.8032 1.9016 3.8032 0.47964-0.95933-1.9016-3.8032z" fill="#aeaeae"/>
+ <path d="m-20.25-173.93-0.47964-0.95933-1.9016 3.8032-1.9016-3.8032-0.47966 0.95933 1.9016 3.8032-1.9016 3.8032 0.47966 0.95933 1.9016-3.8032 1.9016 3.8032 0.47964-0.95933-1.9016-3.8032z" fill="#aeaeae"/>
+ <path d="m-20.25-201.45-0.47964-0.95933-1.9016 3.8032-1.9016-3.8032-0.47966 0.95933 1.9016 3.8032-1.9016 3.8032 0.47966 0.95932 1.9016-3.8032 1.9016 3.8032 0.47964-0.95932-1.9016-3.8032z" fill="#ff1744"/>
+ <path d="m-20.25-187.69-0.47964-0.95932-1.9016 3.8032-1.9016-3.8032-0.47966 0.95932 1.9016 3.8032-1.9016 3.8032 0.47966 0.95933 1.9016-3.8032 1.9016 3.8032 0.47964-0.95933-1.9016-3.8032z" fill="#d50000"/>
+ <path d="m-20.25-160.17-0.47964-0.95933-1.9016 3.8032-1.9016-3.8032-0.47966 0.95933 1.9016 3.8032-1.9016 3.8032 0.47966 0.95933 1.9016-3.8032 1.9016 3.8032 0.47964-0.95933-1.9016-3.8032z" fill="#aeaeae"/>
+ <path d="m-20.25-118.9-0.47964-0.95933-1.9016 3.8032-1.9016-3.8032-0.47966 0.95933 1.9016 3.8032-1.9016 3.8032 0.47966 0.95933 1.9016-3.8032 1.9016 3.8032 0.47964-0.95933-1.9016-3.8032z" fill="#aeaeae"/>
+ <path d="m-20.25-146.41-0.47964-0.95933-1.9016 3.8032-1.9016-3.8032-0.47966 0.95933 1.9016 3.8032-1.9016 3.8032 0.47966 0.95932 1.9016-3.8032 1.9016 3.8032 0.47964-0.95932-1.9016-3.8032z" fill="#ff1744"/>
+ <path d="m-20.25-132.66-0.47964-0.95932-1.9016 3.8032-1.9016-3.8032-0.47966 0.95932 1.9016 3.8032-1.9016 3.8032 0.47966 0.95933 1.9016-3.8032 1.9016 3.8032 0.47964-0.95933-1.9016-3.8032z" fill="#d50000"/>
+ </g>
+</svg>
diff --git a/dlls/light.msstyles/blue_window_frame_bottom.bmp b/dlls/light.msstyles/blue_window_frame_bottom.bmp
new file mode 100644
index 0000000000000000000000000000000000000000..5ed7925cac8e35f712fe72586e88d3fdc4073e89
GIT binary patch
literal 234
zcmZ?reZ>F)T|lY^h*^P{4Tu>TB!DCXLjssYC;l(a)qKoCgczmt1VF}eyud=@kX>rep$
YkozA7fNTu(a)1XREP<ieEy2eL8v08v;?xBvhE
literal 0
HcmV?d00001
diff --git a/dlls/light.msstyles/blue_window_frame_bottom.svg b/dlls/light.msstyles/blue_window_frame_bottom.svg
new file mode 100644
index 00000000000..69a4b9d0c48
--- /dev/null
+++ b/dlls/light.msstyles/blue_window_frame_bottom.svg
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg id="bitmap:5-24" width="5" height="6" version="1.1" viewBox="0 0 1.3229 1.5875" xmlns="http://www.w3.org/2000/svg">
+ <g fill="#fff">
+ <rect x=".13227" y=".13229" width="1.0583" height=".52915" stroke="#909090" stroke-width=".26459"/>
+ <rect x=".26456" y="-3.15e-6" width=".79376" height=".26459"/>
+ <rect x=".13227" y=".92603" width="1.0583" height=".52915" stroke="#aeaeae" stroke-width=".26459"/>
+ <rect x=".26456" y=".79374" width=".79376" height=".26459"/>
+ </g>
+</svg>
diff --git a/dlls/light.msstyles/blue_window_frame_left.bmp b/dlls/light.msstyles/blue_window_frame_left.bmp
new file mode 100644
index 0000000000000000000000000000000000000000..72445b1912572675f5dc906246340210140a3cb2
GIT binary patch
literal 4554
zcmZ?rJtfEh23<h128cO;cn1(OGDrYP1_lSHJeUI~{xdK(a)5J=>|lY3AxT#85r3!1uh
z>(>3p21dmpp)wi{qv3#@KStBTXnGh;56B(a)fnjVltW3+srZhDw7VFGgS!r7zZkf0b1
hhtY6=X9^%=G(C)_htc$a90H^10XZ~A%LnSF2LN6<X_){3
literal 0
HcmV?d00001
diff --git a/dlls/light.msstyles/blue_window_frame_left.svg b/dlls/light.msstyles/blue_window_frame_left.svg
new file mode 100644
index 00000000000..0dbbe39dce9
--- /dev/null
+++ b/dlls/light.msstyles/blue_window_frame_left.svg
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg id="bitmap:8-24" width="8" height="184" version="1.1" viewBox="0 0 2.1166 48.684" xmlns="http://www.w3.org/2000/svg">
+ <rect x="-3.1034e-6" y="-1.0214e-14" width=".26458" height="24.342" fill="#909090"/>
+ <rect x="-1.2413e-5" y="24.342" width=".26458" height="24.342" fill="#aeaeae"/>
+ <rect x=".26457" width="1.8521" height="48.684" fill="#fff"/>
+</svg>
diff --git a/dlls/light.msstyles/blue_window_frame_right.bmp b/dlls/light.msstyles/blue_window_frame_right.bmp
new file mode 100644
index 0000000000000000000000000000000000000000..9e55d84542b87f9c102787fb3782b79dd0cd7ec6
GIT binary patch
literal 4554
zcmZ?rJtfEh23<h128cO;cn1(OGDrYP1_lSHJeUI~{xdK(a)5J=>|lY3AxT#85r3!1wB
z*uc7V>#zy`9~FlL%V;=^h68d28BGtP>0vZIAcw$cdO!}1(ei=1>0!cz3CO_<XOD_Q
kf?_lrM#BM~DS(X8^e~zpM$-dw2#lr&<j@!`AIMG*09rU{nE(I)
literal 0
HcmV?d00001
diff --git a/dlls/light.msstyles/blue_window_frame_right.svg b/dlls/light.msstyles/blue_window_frame_right.svg
new file mode 100644
index 00000000000..bfc2e1ae5d7
--- /dev/null
+++ b/dlls/light.msstyles/blue_window_frame_right.svg
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg id="bitmap:8-24" width="8" height="184" version="1.1" viewBox="0 0 2.1166 48.684" xmlns="http://www.w3.org/2000/svg">
+ <rect transform="scale(-1,1)" x="-2.1167" y="-1.0214e-14" width=".26458" height="24.342" fill="#909090"/>
+ <rect transform="scale(-1,1)" x="-2.1167" y="24.342" width=".26458" height="24.342" fill="#aeaeae"/>
+ <rect transform="scale(-1,1)" x="-1.8521" width="1.8521" height="48.684" fill="#fff"/>
+</svg>
diff --git a/dlls/light.msstyles/blue_window_help_button_background.bmp b/dlls/light.msstyles/blue_window_help_button_background.bmp
new file mode 100644
index 0000000000000000000000000000000000000000..3584b0131e2e74b69c733045559c3df2972685f0
GIT binary patch
literal 2314
zcmeH}zfJ-{5XQ$u6ZHvv1sXIOOthr2vhfKN4Qg#gg2B(a)G0LuSIAl%ub36yFLJzyt^
z=16Y$j?eGzh`=_sMA_WV&dhGHzsc;EOCGMTNjUCkvz#lOx139|K`U~z8ZL%`Nc07H
zBoB_Rj03-h%f<=EaaygGWm&ZJrP*wDIvvmR+U+(|Qm(a)y2-v>ZTUuv})gJ{s7``EmH
z#HY0$^F{o&ZIAge=%I3o+zzT|81w~|6rKuj9W)-eA;`wzseoU*xZV_GV&iIX$;9SA
zp1yxJE-0Ubd_y$yAs_jf%54YW<R5+ZwSA#V`}*;6^z|;<KKEbCP>%mn<c6qx0)AKz
z&sBw8QTJOv^`Jlh@$~)k3DH*Cf2%?bNl8}n_q3f>r9B3$g_!-qwqYkt`pN9Kzwurs
tdO&_Yp^08B>M>i7|EC|vcrL;n1}aiX2|l`0`q5kH$3j15{wGZR_y(xxvT*<a
literal 0
HcmV?d00001
diff --git a/dlls/light.msstyles/blue_window_help_button_background.svg b/dlls/light.msstyles/blue_window_help_button_background.svg
new file mode 100644
index 00000000000..3c8d6149f5a
--- /dev/null
+++ b/dlls/light.msstyles/blue_window_help_button_background.svg
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg id="bitmap:5-24" width="5" height="136" version="1.1" viewBox="0 0 1.3229 35.983" xmlns="http://www.w3.org/2000/svg" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+ <metadata>
+ <rdf:RDF>
+ <cc:Work rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <rect y="-7e-5" width="1.3229" height="35.984" fill="#fff" stroke-width=".26458"/>
+ <g transform="translate(5.0184e-6,-6.4982e-5)" fill="none" stroke-width=".26458">
+ <rect x=".13228" y=".13228" width="1.0583" height="4.2334" rx=".52917" ry=".52917" stroke="#aeaeae"/>
+ <rect x=".13228" y="4.6303" width="1.0583" height="4.2334" rx=".52917" ry=".52917" stroke="#3096fa"/>
+ <rect x=".13228" y="9.1282" width="1.0583" height="4.2334" rx=".52917" ry=".52917" fill="#fff" stroke="#2979ff"/>
+ <rect x=".13228" y="13.626" width="1.0583" height="4.2334" rx=".52917" ry=".52917" stroke="#aeaeae"/>
+ <rect x=".13228" y="18.124" width="1.0583" height="4.2334" rx=".52917" ry=".52917" stroke="#aeaeae"/>
+ <rect x=".13228" y="22.622" width="1.0583" height="4.2334" rx=".52917" ry=".52917" stroke="#3096fa"/>
+ <rect x=".13228" y="27.12" width="1.0583" height="4.2334" rx=".52917" ry=".52917" fill="#fff" stroke="#2979ff"/>
+ <rect x=".13228" y="31.618" width="1.0583" height="4.2334" rx=".52917" ry=".52917" stroke="#aeaeae"/>
+ </g>
+</svg>
diff --git a/dlls/light.msstyles/blue_window_help_button_glyph_13px.bmp b/dlls/light.msstyles/blue_window_help_button_glyph_13px.bmp
new file mode 100644
index 0000000000000000000000000000000000000000..561042616427fd6ca49dc0267d35e015d82ec5ae
GIT binary patch
literal 5546
zcmeI0zi!%46vmyjYsaQ*rpgXgv0Jqd5K*NP&C=!}I#C6vWLq7WQmISJU|Uti3sn4l
zfIbW(8Q2)GjZS|dg)l^zgG2|w;^SU?&*%HcpYQq1>G|)+#`O5c_ZRR8d;|x^vGIWN
z_+LBKg+mPE_H%PiPS4&~78+NoK3pm4{{^+%?Jj6(dL+IMekeIdy<YE$lGC7{KN?P}
z)hfVADK9iUI3+M(a)Hk;-$UaeL;<l3)hF`Z7Q5AXBr_kAVtMPeqP45}anZ|{p;JV%TR
z24KiFu0-Tuv3*zS;#*zuER{yZGwb47Dve6@`H}d~R2rp^27ReC%6#51pHy7)gXSK>
z`vh+!-qWQTm6~xVZf>qoIDNQFHOd^`5jP?3Qhc*=JHA||Mwx?0>@^sQck-3(aVIsJ
zM0Pg`9hFAoAYYF|`@2d55gPra(`XzxjW~2v8f7j8#+Hr)N41Z}kyC;<8vlHmsnIyf
zzn;w<PCp6lr5a5`yGYz53G?M7u&X!YOM(}f8cia{C3XOY<IrXw-A#>>NA|fM!Lbe{
zu<2ZXNzSg&&py}B9`Y4R)@v<|;=@$?DE(}WA7$?IeRN$vitjzkx;?Df-jA|Kc%<#}
zqpnq$`aLhF%JulY61>g$QQs<Z?FqiLOh47>_}mrzsAsxx2E-4=Ke^ib(X6NXu6^o9
nBU|^*v`v0Au;=egc*VURy_3d9YU}2Dcq)x<Q?B2&|DOH=b(b**
literal 0
HcmV?d00001
diff --git a/dlls/light.msstyles/blue_window_help_button_glyph_13px.svg b/dlls/light.msstyles/blue_window_help_button_glyph_13px.svg
new file mode 100644
index 00000000000..d1e057183da
--- /dev/null
+++ b/dlls/light.msstyles/blue_window_help_button_glyph_13px.svg
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg id="bitmap:13-32" width="13" height="104" version="1.1" viewBox="0 0 3.4396 27.517" xmlns="http://www.w3.org/2000/svg">
+ <g stroke-width=".070004">
+ <path d="m1.7393 1.7637c0.093263-0.17421 0.27252-0.27698 0.37669-0.43114 0.11022-0.16168 0.048448-0.46372-0.26404-0.46372-0.20469 0-0.30522 0.16042-0.34762 0.29327l-0.3137-0.13661c0.085996-0.26695 0.31976-0.49631 0.66011-0.49631 0.28463 0 0.47964 0.1341 0.57896 0.30205 0.084785 0.14413 0.13444 0.41359 0.00364 0.61412-0.14534 0.22183-0.28463 0.28951-0.35973 0.43239-0.03028 0.057652-0.042393 0.095251-0.042393 0.28074h-0.35004c-0.00121-0.097758-0.015745-0.25693 0.058138-0.39479zm0.35488 0.89611c0 0.13786-0.10901 0.25066-0.24224 0.25066-0.13323 0-0.24224-0.1128-0.24224-0.25066 0-0.13786 0.10901-0.25066 0.24224-0.25066 0.13323 0 0.24224 0.1128 0.24224 0.25066z" fill="#aeaeae"/>
+ <path d="m1.7393 5.2033c0.093263-0.17421 0.27252-0.27698 0.37669-0.43114 0.11022-0.16168 0.048448-0.46372-0.26404-0.46372-0.20469 0-0.30522 0.16042-0.34762 0.29327l-0.3137-0.13661c0.085996-0.26695 0.31976-0.49631 0.66011-0.49631 0.28463 0 0.47964 0.1341 0.57896 0.30205 0.084785 0.14413 0.13444 0.41359 0.00364 0.61412-0.14534 0.22183-0.28463 0.28951-0.35973 0.43239-0.03028 0.057652-0.042393 0.095251-0.042393 0.28074h-0.35004c-0.00121-0.097758-0.015745-0.25693 0.058138-0.39479zm0.35488 0.89611c0 0.13786-0.10901 0.25066-0.24224 0.25066-0.13323 0-0.24224-0.1128-0.24224-0.25066 0-0.13786 0.10901-0.25066 0.24224-0.25066 0.13323 0 0.24224 0.1128 0.24224 0.25066z" fill="#3096fa"/>
+ <path d="m1.7393 8.6429c0.093263-0.17421 0.27252-0.27698 0.37669-0.43114 0.11022-0.16168 0.048448-0.46372-0.26404-0.46372-0.20469 0-0.30522 0.16042-0.34762 0.29327l-0.3137-0.13661c0.085996-0.26695 0.31976-0.49631 0.66011-0.49631 0.28463 0 0.47964 0.1341 0.57896 0.30205 0.084785 0.14413 0.13444 0.41359 0.00364 0.61412-0.14534 0.22183-0.28463 0.28951-0.35973 0.43239-0.03028 0.057652-0.042393 0.095251-0.042393 0.28074h-0.35004c-0.00121-0.097758-0.015745-0.25693 0.058138-0.39479zm0.35488 0.89611c0 0.13786-0.10901 0.25066-0.24224 0.25066-0.13323 0-0.24224-0.1128-0.24224-0.25066 0-0.13786 0.10901-0.25066 0.24224-0.25066 0.13323 0 0.24224 0.1128 0.24224 0.25066z" fill="#2979ff"/>
+ <path d="m1.7393 12.083c0.093263-0.17421 0.27252-0.27698 0.37669-0.43114 0.11022-0.16168 0.048448-0.46372-0.26404-0.46372-0.20469 0-0.30522 0.16042-0.34762 0.29327l-0.3137-0.13661c0.085996-0.26695 0.31976-0.49631 0.66011-0.49631 0.28463 0 0.47964 0.1341 0.57896 0.30205 0.084785 0.14413 0.13444 0.41359 0.00364 0.61412-0.14534 0.22184-0.28463 0.28951-0.35973 0.43239-0.03028 0.05765-0.042393 0.09525-0.042393 0.28074h-0.35004c-0.00121-0.09776-0.015745-0.25693 0.058138-0.39479zm0.35488 0.89611c0 0.13786-0.10901 0.25066-0.24224 0.25066-0.13323 0-0.24224-0.1128-0.24224-0.25066 0-0.13786 0.10901-0.25066 0.24224-0.25066 0.13323 0 0.24224 0.1128 0.24224 0.25066z" fill="#aeaeae"/>
+ <path d="m1.7393 15.522c0.093263-0.17421 0.27252-0.27698 0.37669-0.43114 0.11022-0.16168 0.048448-0.46372-0.26404-0.46372-0.20469 0-0.30522 0.16042-0.34762 0.29327l-0.3137-0.13661c0.085996-0.26695 0.31976-0.49631 0.66011-0.49631 0.28463 0 0.47964 0.1341 0.57896 0.30205 0.084785 0.14413 0.13444 0.41359 0.00364 0.61412-0.14534 0.22184-0.28463 0.28951-0.35973 0.43239-0.03028 0.05765-0.042393 0.09525-0.042393 0.28074h-0.35004c-0.00121-0.09776-0.015745-0.25693 0.058138-0.39479zm0.35488 0.89611c0 0.13786-0.10901 0.25066-0.24224 0.25066-0.13323 0-0.24224-0.1128-0.24224-0.25066 0-0.13786 0.10901-0.25066 0.24224-0.25066 0.13323 0 0.24224 0.1128 0.24224 0.25066z" fill="#aeaeae"/>
+ <path d="m1.7393 18.962c0.093263-0.17421 0.27252-0.27698 0.37669-0.43114 0.11022-0.16168 0.048448-0.46372-0.26404-0.46372-0.20469 0-0.30522 0.16042-0.34762 0.29327l-0.3137-0.13661c0.085996-0.26696 0.31976-0.49631 0.66011-0.49631 0.28463 0 0.47964 0.1341 0.57896 0.30205 0.084785 0.14413 0.13444 0.41359 0.00364 0.61412-0.14534 0.22184-0.28463 0.28951-0.35973 0.43239-0.03028 0.05765-0.042393 0.09525-0.042393 0.28074h-0.35004c-0.00121-0.09776-0.015745-0.25693 0.058138-0.39479zm0.35488 0.89611c0 0.13786-0.10901 0.25066-0.24224 0.25066-0.13323 0-0.24224-0.1128-0.24224-0.25066 0-0.13786 0.10901-0.25066 0.24224-0.25066 0.13323 0 0.24224 0.1128 0.24224 0.25066z" fill="#3096fa"/>
+ <path d="m1.7393 22.401c0.093263-0.17421 0.27252-0.27698 0.37669-0.43114 0.11022-0.16168 0.048448-0.46372-0.26404-0.46372-0.20469 0-0.30522 0.16042-0.34762 0.29327l-0.3137-0.13661c0.085996-0.26695 0.31976-0.49631 0.66011-0.49631 0.28463 0 0.47964 0.1341 0.57896 0.30205 0.084785 0.14413 0.13444 0.41359 0.00364 0.61412-0.14534 0.22184-0.28463 0.28951-0.35973 0.43239-0.03028 0.05765-0.042393 0.09525-0.042393 0.28074h-0.35004c-0.00121-0.09776-0.015745-0.25693 0.058138-0.39479zm0.35488 0.89611c0 0.13786-0.10901 0.25066-0.24224 0.25066-0.13323 0-0.24224-0.1128-0.24224-0.25066 0-0.13786 0.10901-0.25066 0.24224-0.25066 0.13323 0 0.24224 0.1128 0.24224 0.25066z" fill="#2979ff"/>
+ <path d="m1.7393 25.841c0.093263-0.17421 0.27252-0.27698 0.37669-0.43114 0.11022-0.16168 0.048448-0.46372-0.26404-0.46372-0.20469 0-0.30522 0.16042-0.34762 0.29327l-0.3137-0.13661c0.085996-0.26695 0.31976-0.49631 0.66011-0.49631 0.28463 0 0.47964 0.1341 0.57896 0.30205 0.084785 0.14413 0.13444 0.41359 0.00364 0.61412-0.14534 0.22184-0.28463 0.28951-0.35973 0.43239-0.03028 0.05765-0.042393 0.09525-0.042393 0.28074h-0.35004c-0.00121-0.09776-0.015745-0.25693 0.058138-0.39479zm0.35488 0.89611c0 0.13786-0.10901 0.25066-0.24224 0.25066-0.13323 0-0.24224-0.1128-0.24224-0.25066 0-0.13786 0.10901-0.25066 0.24224-0.25066 0.13323 0 0.24224 0.1128 0.24224 0.25066z" fill="#aeaeae"/>
+ </g>
+</svg>
diff --git a/dlls/light.msstyles/blue_window_help_button_glyph_19px.bmp b/dlls/light.msstyles/blue_window_help_button_glyph_19px.bmp
new file mode 100644
index 0000000000000000000000000000000000000000..97aee66be5245add943252d3efd76c77b9561c54
GIT binary patch
literal 11690
zcmeI2y-yTD7{<?NLIS1#00jxRXYNbv1W_6rY)mLXd(RjvO}Ik~Ywc9_;4jb^J}x04
zIchDSqQruN2rVWgZnAd=<8SVE%~Fue-n%4=yBD6D+1+`coq6BMljYf)dh{)y>3-hx
z{TAE=OW;~&ICGtL*t<?Q(a)KKpe?@ymoQx6}%3S2bm-Y^=KtU+sQYZY*^y1M#Ix^j57
zfC9}3xW?gWFt58(t|;Tz*Vkv6*FLC7dEuA_3eK-mu8ob2L3j>4zNb>YMx&93>lipI
zD=T-Te9Y~>o*VccmTPl!bAY(XU>wIs;7{<JNuQV<;Igmo>G7;{g5wVOX%ZhC1IHY3
zXC4k|Pk~<Ji{LoZK5;W(7dT)Ki1(Q3z0+~=&48-rDyn9ks9H{}(eP{m1;iSy=5LLw
z1*@TIqp{LxRn5+lt9_j}X;oD%JMHC5tkLS-*dSa7UA~2!SfkZ^HV(a)Y^aMYVou|~7j
z$?n{$){n4xQ!hsbbbK%lt|L9S;5m~%JUhg>YToK<G_{=IxC26Kv|7l{5qIX{koFWP
z_HADp&7PWJe!Flus%q^;vBykul8%XY23mHx(y~h(a)t$I<c(XGYO7F^1;OJa>~FBZq!
z^-=@GN~7Jy(a)+@oI*Ljmxwo(a)-o>wLi_*XZT3LAVZj`7eq!+WnNz!*vXt)>2ul(QUgt
zspkg5YxKvF0UaOAciS!<>A3~Zne>U-0dD(qxvSA_yD-6V2ZYvW_W2xfXBy1skoFYl
zHTI>^@XZjr3mmW)#U3-sNjfIp8PNYvfz<0TEYoFp9pwLu;q5OR)@(M1e6It(Cl?Mh
zynw$^faf=G;2kpzyKor3zyrAY_BwoT!oLAr{dyhS#Jbw!&|LJjrxu0R(a)yp|h%<CZU
z&;9kLZE`cfzDhMZMER4V(Vib2nMRX0ksqCEbcjuw4*jn(kowW#${AZf`gLIlAG7C2
zS99X$=yQH_H7kCO{^v*6a-rWDcKvA2KlZD|TKn{)t!-kjh96zC(&uQu;0bP1KRR6T
zW9vtMC=B6Y_WbC2NvzT5{Al~OSfc}eba;){ezfNw`_)Q>A6+k}8toT6!ENewge(4K
qcpY$x-x)^jM+bj<$Na<^E%iFsr{~@oa@?;UePw=oN6r$j(SHFwn#$k+
literal 0
HcmV?d00001
diff --git a/dlls/light.msstyles/blue_window_help_button_glyph_19px.svg b/dlls/light.msstyles/blue_window_help_button_glyph_19px.svg
new file mode 100644
index 00000000000..bd69e45952a
--- /dev/null
+++ b/dlls/light.msstyles/blue_window_help_button_glyph_19px.svg
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg id="bitmap:19-32" width="19" height="152" version="1.1" viewBox="0 0 5.0271 40.217" xmlns="http://www.w3.org/2000/svg">
+ <g stroke-width=".070004">
+ <path d="m2.3556 2.5769c0.13056-0.25163 0.38153-0.40008 0.52736-0.62275 0.15431-0.23353 0.06783-0.66982-0.36966-0.66982-0.28657 0-0.42731 0.23172-0.48666 0.42362l-0.43918-0.19732c0.1204-0.3856 0.44766-0.71689 0.92415-0.71689 0.39849 0 0.6715 0.1937 0.81054 0.43629 0.11871 0.20819 0.18822 0.59741 0.00502 0.88706-0.20349 0.32043-0.39849 0.41818-0.50362 0.62456-0.042397 0.083271-0.059348 0.13758-0.059348 0.40551h-0.49006c-0.00163-0.14121-0.022038-0.37111 0.081399-0.57025zm0.49684 1.2944c0 0.19914-0.15261 0.36206-0.33914 0.36206-0.18653 0-0.33914-0.16293-0.33914-0.36206s0.15261-0.36206 0.33914-0.36206c0.18653 0 0.33914 0.16293 0.33914 0.36206z" fill="#aeaeae"/>
+ <path d="m2.3557 7.604c0.13056-0.25163 0.38153-0.40008 0.52736-0.62275 0.15431-0.23353 0.06783-0.66982-0.36966-0.66982-0.28657 0-0.42732 0.23172-0.48666 0.42361l-0.43918-0.19732c0.1204-0.3856 0.44766-0.71689 0.92415-0.71689 0.39849 0 0.6715 0.1937 0.81054 0.43629 0.11871 0.20819 0.18822 0.59741 5e-3 0.88706-0.20348 0.32043-0.39849 0.41818-0.50362 0.62456-0.0424 0.08327-0.05935 0.13758-0.05935 0.40551h-0.49006c-0.0016-0.14121-0.02204-0.37111 0.0814-0.57025zm0.49684 1.2944c0 0.19914-0.15261 0.36206-0.33914 0.36206-0.18653 0-0.33914-0.16293-0.33914-0.36206s0.15261-0.36206 0.33914-0.36206c0.18653 0 0.33914 0.16293 0.33914 0.36206z" fill="#3096fa"/>
+ <path d="m2.3557 12.631c0.13056-0.25163 0.38153-0.40008 0.52736-0.62275 0.15431-0.23353 0.06783-0.66982-0.36966-0.66982-0.28657 0-0.42732 0.23172-0.48666 0.42361l-0.43918-0.19732c0.1204-0.3856 0.44766-0.71689 0.92415-0.71689 0.39849 0 0.6715 0.1937 0.81054 0.43629 0.11871 0.20819 0.18822 0.59741 5e-3 0.88706-0.20348 0.32043-0.39849 0.41818-0.50362 0.62456-0.0424 0.08327-0.05935 0.13758-0.05935 0.40551h-0.49006c-0.0016-0.14121-0.02204-0.37112 0.0814-0.57025zm0.49684 1.2944c0 0.19914-0.15261 0.36206-0.33914 0.36206-0.18653 0-0.33914-0.16293-0.33914-0.36206s0.15261-0.36206 0.33914-0.36206c0.18653 0 0.33914 0.16293 0.33914 0.36206z" fill="#2979ff"/>
+ <path d="m2.3556 17.658c0.13056-0.25163 0.38153-0.40008 0.52736-0.62275 0.15431-0.23353 0.06783-0.66982-0.36966-0.66982-0.28657 0-0.42731 0.23172-0.48666 0.42362l-0.43918-0.19732c0.1204-0.3856 0.44766-0.71689 0.92415-0.71689 0.39849 0 0.6715 0.1937 0.81054 0.43629 0.11871 0.20819 0.18822 0.59741 0.00502 0.88706-0.20349 0.32043-0.39849 0.41818-0.50362 0.62456-0.042397 0.08327-0.059349 0.13758-0.059349 0.40551h-0.49006c-0.00163-0.14121-0.022038-0.37112 0.081399-0.57025zm0.49684 1.2944c0 0.19914-0.15261 0.36206-0.33914 0.36206-0.18653 0-0.33914-0.16293-0.33914-0.36206s0.15261-0.36206 0.33914-0.36206c0.18653 0 0.33914 0.16293 0.33914 0.36206z" fill="#aeaeae"/>
+ <path d="m2.3556 22.685c0.13056-0.25163 0.38153-0.40008 0.52736-0.62275 0.15431-0.23353 0.06783-0.66982-0.36966-0.66982-0.28657 0-0.42731 0.23172-0.48666 0.42362l-0.43918-0.19732c0.1204-0.3856 0.44766-0.71689 0.92415-0.71689 0.39849 0 0.6715 0.1937 0.81054 0.43629 0.11871 0.20819 0.18822 0.59741 0.00502 0.88706-0.20349 0.32043-0.39849 0.41818-0.50362 0.62456-0.042397 0.08327-0.059349 0.13758-0.059349 0.40551h-0.49006c-0.00163-0.14121-0.022038-0.37112 0.081399-0.57025zm0.49684 1.2944c0 0.19914-0.15261 0.36206-0.33914 0.36206-0.18653 0-0.33914-0.16293-0.33914-0.36206 0-0.19914 0.15261-0.36206 0.33914-0.36206 0.18653 0 0.33914 0.16293 0.33914 0.36206z" fill="#aeaeae"/>
+ <path d="m2.3557 27.713c0.13056-0.25163 0.38153-0.40008 0.52736-0.62275 0.15431-0.23353 0.06783-0.66982-0.36966-0.66982-0.28657 0-0.42732 0.23172-0.48666 0.42361l-0.43918-0.19732c0.1204-0.3856 0.44766-0.71689 0.92415-0.71689 0.39849 0 0.6715 0.1937 0.81054 0.43629 0.11871 0.20819 0.18822 0.59741 5e-3 0.88706-0.20348 0.32043-0.39849 0.41818-0.50362 0.62456-0.0424 0.08327-0.05935 0.13758-0.05935 0.40551h-0.49006c-0.0016-0.14121-0.02204-0.37111 0.0814-0.57025zm0.49684 1.2944c0 0.19914-0.15261 0.36206-0.33914 0.36206-0.18653 0-0.33914-0.16293-0.33914-0.36206s0.15261-0.36206 0.33914-0.36206c0.18653 0 0.33914 0.16293 0.33914 0.36206z" fill="#3096fa"/>
+ <path d="m2.3557 32.74c0.13056-0.25163 0.38153-0.40008 0.52736-0.62275 0.15431-0.23353 0.06783-0.66982-0.36966-0.66982-0.28657 0-0.42732 0.23172-0.48666 0.42361l-0.43918-0.19732c0.1204-0.3856 0.44766-0.71689 0.92415-0.71689 0.39849 0 0.6715 0.1937 0.81054 0.43629 0.11871 0.20819 0.18822 0.59741 5e-3 0.88706-0.20348 0.32043-0.39849 0.41818-0.50362 0.62456-0.0424 0.08327-0.05935 0.13758-0.05935 0.40551h-0.49006c-0.0016-0.14121-0.02204-0.37112 0.0814-0.57025zm0.49684 1.2944c0 0.19914-0.15261 0.36206-0.33914 0.36206-0.18653 0-0.33914-0.16293-0.33914-0.36206s0.15261-0.36206 0.33914-0.36206c0.18653 0 0.33914 0.16293 0.33914 0.36206z" fill="#2979ff"/>
+ <path d="m2.3556 37.767c0.13056-0.25163 0.38153-0.40008 0.52736-0.62275 0.15431-0.23353 0.06783-0.66982-0.36966-0.66982-0.28657 0-0.42731 0.23172-0.48666 0.42362l-0.43918-0.19732c0.1204-0.3856 0.44766-0.71689 0.92415-0.71689 0.39849 0 0.6715 0.1937 0.81054 0.43629 0.11871 0.20819 0.18822 0.59741 0.00502 0.88706-0.20349 0.32043-0.39849 0.41818-0.50362 0.62456-0.042397 0.08327-0.059349 0.13758-0.059349 0.40551h-0.49006c-0.00163-0.14121-0.022038-0.37112 0.081399-0.57025zm0.49684 1.2944c0 0.19914-0.15261 0.36206-0.33914 0.36206-0.18653 0-0.33914-0.16293-0.33914-0.36206s0.15261-0.36206 0.33914-0.36206c0.18653 0 0.33914 0.16293 0.33914 0.36206z" fill="#aeaeae"/>
+ </g>
+</svg>
diff --git a/dlls/light.msstyles/blue_window_help_button_glyph_23px.bmp b/dlls/light.msstyles/blue_window_help_button_glyph_23px.bmp
new file mode 100644
index 0000000000000000000000000000000000000000..9992bc0ed8742ecad4c7815a3a5bd5ad7884cac3
GIT binary patch
literal 17066
zcmeI2%S#(k6vijCx=_K5w9=Jy(Hc{l3Bi4F(^U~7O8XCV(~V$TA9UdZH!b)eoy4Ia
zbQ(a)m;7d9*Z16{eYg5ahrr9#Dwfz$6!&(z7pLLN6!%LyLuBa@#u-#rPRb5GxkOrPOC
zKH~QW#C^m!M9Ane?x5}B=h5{&$T0r=s5$C;o*3~xSyuOMSy#zL<tVVezP^Y!-PqWe
zFX#GlugPRGo#2ue*=$y&hn9zJ+fCpeDE8Xg+Wz+Tw$_x`+}!K{yI-|h7Th2R*1U{3
zMr3vWNoK44{9Xt4Ah=$xywS-gq7c|C%r79%U+Lr{&zr&CV*WYuu~#P_IoN_V?=U}C
z3p<y~wW{zlu-;*2|MbsS(#Pv(5hsW#|LZWGL#TcI;h(RhkJm0Sqkwh+S_~kj(RX<M
zYb8AYwb;9MFm{>a<)7Cc;XCVr|N2V%;I~2F8SwWIXNW_LlW6Z%%986vft#uTjdw57
zc=!~d)kDy`NGF)|HzuBF^APkp-bCX)2h855$!A(U1dTlEpwXUw)!x*7yJ}t7%VlVC
zj8?mcV7A&%?H+<AdWJ6ZB&^p%;9nZ>SD9a+iSWy-w5xWGCL_(zW{dgfG#1h7A!st*
z0`?B`Yw{5E_GzmM|9b^@nAuf(2)zGUFi!B9Eb<UE7M^2v)gA)uC1w=R&SRWVe+PZX
zogWKV?ICFNVLKSRF30~}<@URe=>6lGJOpy14eS}j9^wpfh_xrN2jU_8NhtkWt$<@i
z7oC)OiqPvJtlmyA$qV|T(L>nrCU6g!t=~h~@s9jwv!Br3rp<*O%ZTHPl&RfAFk9`X
zb`OzHnS<bZxuVxYkP*5_n=8yO<gJ+2`w*0gH0M*%E#{v)mZ{f6*zp#ycN8Bw)#f2S
z!9yVYISuYGuf1vyfpyJ-aRMERJcN(a)r=UldBR_!4iE4IYzD}c9<PsaxGR&*M34$oKb
zA?$cN7`x2z^3QFNGe^IYvD!R(a)6=}<-Vl&|HA<htoct1%>i-+*%p!9FI0=TaxXBmMl
zl(US0AQ&P~)H#W|&#T=-;NJ8QvlU;nhoBJdAFncB-4EA#A41MD+}vo$SqAcC9{ZO-
zOd;efqx54cGonDl6~JdvJVZcs(a)elz)Fhriz%|n1K^$?|!yE9S`A(a)vadNDY}51#W}_
zIA4@{h`>%rJw!kd43Q_Q)<Wtb0(a)6r5gqs^u4-v=<HI#aYD(a)2j0|4sp^hbY}rRR<yU
z5XHLSELYW9)TbUI9UWq};%h$3Ks`h%y2|_l&eOG?Wk@}QVKl5B0ySHxg-EEn3+$)V
wLll2RWh4q*ivn_%Q7XHfWt3`C&$A4vhbYzCn~}4O%d-rrhw!pOTHOl#233dv1poj5
literal 0
HcmV?d00001
diff --git a/dlls/light.msstyles/blue_window_help_button_glyph_23px.svg b/dlls/light.msstyles/blue_window_help_button_glyph_23px.svg
new file mode 100644
index 00000000000..02bdfec724b
--- /dev/null
+++ b/dlls/light.msstyles/blue_window_help_button_glyph_23px.svg
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg id="bitmap:23-32" width="23" height="184" version="1.1" viewBox="0 0 6.0854 48.684" xmlns="http://www.w3.org/2000/svg">
+ <g stroke-width=".26458">
+ <path d="m2.8397 3.253c0.16786-0.3097 0.49054-0.49241 0.67804-0.76646 0.1984-0.28742 0.08721-0.8244-0.47528-0.8244-0.36845 0-0.5494 0.28519-0.62571 0.52138l-0.56466-0.24286c0.1548-0.47459 0.57557-0.88233 1.1882-0.88233 0.51235 0 0.86336 0.2384 1.0421 0.53697 0.15263 0.25623 0.242 0.73528 0.00645 1.0918-0.26163 0.39438-0.51235 0.51469-0.64752 0.76869-0.05451 0.10249-0.076305 0.16933-0.076305 0.49909h-0.63008c-0.0021-0.1738-0.028335-0.45675 0.10466-0.70185zm0.6388 1.5931c0 0.2451-0.19621 0.44561-0.43604 0.44561s-0.43604-0.20053-0.43604-0.44561c0-0.24508 0.19621-0.44561 0.43604-0.44561s0.43604 0.20053 0.43604 0.44561z" fill="#aeaeae"/>
+ <path d="m2.8397 21.51c0.16786-0.3097 0.49054-0.49241 0.67804-0.76646 0.1984-0.28742 0.08721-0.8244-0.47528-0.8244-0.36845 0-0.5494 0.28519-0.62571 0.52138l-0.56466-0.24286c0.1548-0.47459 0.57557-0.88233 1.1882-0.88233 0.51235 0 0.86336 0.2384 1.0421 0.53698 0.15263 0.25623 0.242 0.73528 0.0064 1.0918-0.26163 0.39438-0.51235 0.51468-0.64752 0.76869-0.05451 0.10249-0.0763 0.16933-0.0763 0.49909h-0.63008c-0.0021-0.1738-0.02834-0.45675 0.10466-0.70185zm0.6388 1.5931c0 0.2451-0.19622 0.44561-0.43604 0.44561-0.23983 0-0.43604-0.20053-0.43604-0.44561 0-0.24508 0.19622-0.44561 0.43604-0.44561 0.23982 0 0.43604 0.20053 0.43604 0.44561z" fill="#aeaeae"/>
+ <path d="m2.8397 9.3385c0.16786-0.3097 0.49054-0.49241 0.67804-0.76646 0.1984-0.28742 0.08721-0.82439-0.47528-0.82439-0.36845 0-0.54942 0.28519-0.62571 0.52137l-0.56466-0.24286c0.1548-0.47458 0.57557-0.88233 1.1882-0.88233 0.51235 0 0.86336 0.2384 1.0421 0.53697 0.15263 0.25623 0.242 0.73527 0.00643 1.0918-0.26162 0.39437-0.51235 0.51468-0.64752 0.76869-0.054514 0.10249-0.076307 0.16933-0.076307 0.49909h-0.63008c-0.00206-0.1738-0.028337-0.45675 0.10466-0.70185zm0.6388 1.5931c0 0.2451-0.19621 0.44561-0.43604 0.44561-0.23983 0-0.43604-0.20053-0.43604-0.44561s0.19621-0.44561 0.43604-0.44561c0.23983 0 0.43604 0.20053 0.43604 0.44561z" fill="#3096fa"/>
+ <path d="m2.8397 15.424c0.16786-0.3097 0.49054-0.49241 0.67804-0.76646 0.1984-0.28742 0.08721-0.8244-0.47528-0.8244-0.36845 0-0.54942 0.28519-0.62571 0.52137l-0.56466-0.24286c0.1548-0.47458 0.57557-0.88233 1.1882-0.88233 0.51235 0 0.86336 0.2384 1.0421 0.53697 0.15263 0.25623 0.242 0.73527 0.00643 1.0918-0.26162 0.39438-0.51235 0.51468-0.64752 0.76869-0.054514 0.10249-0.076307 0.16933-0.076307 0.49909h-0.63008c-0.00206-0.1738-0.028337-0.45676 0.10466-0.70185zm0.6388 1.5931c0 0.2451-0.19621 0.44561-0.43604 0.44561-0.23983 0-0.43604-0.20053-0.43604-0.44561s0.19621-0.44561 0.43604-0.44561c0.23983 0 0.43604 0.20053 0.43604 0.44561z" fill="#2979ff"/>
+ <path d="m2.8397 27.595c0.16786-0.3097 0.49054-0.4924 0.67804-0.76646 0.1984-0.28742 0.08721-0.8244-0.47528-0.8244-0.36845 0-0.5494 0.2852-0.62571 0.52138l-0.56466-0.24285c0.1548-0.47459 0.57557-0.88233 1.1882-0.88233 0.51235 0 0.86336 0.2384 1.0421 0.53697 0.15263 0.25624 0.242 0.73528 0.0064 1.0918-0.26163 0.39438-0.51235 0.51469-0.64752 0.76869-0.05451 0.10249-0.0763 0.16933-0.0763 0.49909h-0.63008c-0.0021-0.17379-0.02834-0.45675 0.10466-0.70184zm0.6388 1.5931c0 0.24509-0.19622 0.44561-0.43604 0.44561-0.23983 0-0.43604-0.20053-0.43604-0.44561 0-0.24509 0.19622-0.44562 0.43604-0.44562 0.23982 0 0.43604 0.20053 0.43604 0.44562z" fill="#aeaeae"/>
+ <path d="m2.8397 45.852c0.16786-0.3097 0.49054-0.4924 0.67804-0.76646 0.1984-0.28742 0.08721-0.8244-0.47528-0.8244-0.36845 0-0.5494 0.2852-0.62571 0.52138l-0.56466-0.24285c0.1548-0.47459 0.57557-0.88233 1.1882-0.88233 0.51235 0 0.86336 0.2384 1.0421 0.53697 0.15263 0.25624 0.242 0.73528 0.0064 1.0918-0.26163 0.39438-0.51235 0.51469-0.64752 0.76869-0.05451 0.10249-0.0763 0.16933-0.0763 0.49909h-0.63008c-0.0021-0.17379-0.02834-0.45675 0.10466-0.70184zm0.6388 1.5931c0 0.24509-0.19622 0.44561-0.43604 0.44561-0.23983 0-0.43604-0.20053-0.43604-0.44561 0-0.24509 0.19622-0.44562 0.43604-0.44562 0.23982 0 0.43604 0.20053 0.43604 0.44562z" fill="#aeaeae"/>
+ <path d="m2.8397 33.681c0.16786-0.3097 0.49054-0.49241 0.67804-0.76646 0.1984-0.28742 0.08721-0.8244-0.47528-0.8244-0.36845 0-0.54942 0.2852-0.62571 0.52137l-0.56466-0.24286c0.1548-0.47458 0.57557-0.88232 1.1882-0.88232 0.51235 0 0.86336 0.2384 1.0421 0.53697 0.15263 0.25624 0.242 0.73528 0.0064 1.0918-0.26162 0.39437-0.51235 0.51468-0.64752 0.76869-0.05451 0.10248-0.07631 0.16933-0.07631 0.49908h-0.63008c-0.0021-0.17379-0.02834-0.45674 0.10466-0.70184zm0.6388 1.5931c0 0.24509-0.19622 0.44561-0.43604 0.44561-0.23983 0-0.43604-0.20053-0.43604-0.44561 0-0.24509 0.19621-0.44562 0.43604-0.44562 0.23983 0 0.43604 0.20053 0.43604 0.44562z" fill="#3096fa"/>
+ <path d="m2.8397 39.766c0.16786-0.3097 0.49054-0.49241 0.67804-0.76646 0.1984-0.28742 0.08721-0.8244-0.47528-0.8244-0.36845 0-0.54942 0.2852-0.62571 0.52137l-0.56466-0.24286c0.1548-0.47458 0.57557-0.88232 1.1882-0.88232 0.51235 0 0.86336 0.2384 1.0421 0.53697 0.15263 0.25623 0.242 0.73527 0.0064 1.0918-0.26162 0.39437-0.51235 0.51468-0.64752 0.76869-0.05451 0.10248-0.07631 0.16933-0.07631 0.49909h-0.63008c-0.0021-0.1738-0.02834-0.45677 0.10466-0.70185zm0.6388 1.5931c0 0.24509-0.19622 0.44561-0.43604 0.44561-0.23983 0-0.43604-0.20053-0.43604-0.44561 0-0.24509 0.19621-0.44562 0.43604-0.44562 0.23983 0 0.43604 0.20053 0.43604 0.44562z" fill="#2979ff"/>
+ </g>
+</svg>
diff --git a/dlls/light.msstyles/blue_window_help_button_glyph_26px.bmp b/dlls/light.msstyles/blue_window_help_button_glyph_26px.bmp
new file mode 100644
index 0000000000000000000000000000000000000000..15034c3bf58a17011440070e4350382984dd0b6d
GIT binary patch
literal 21770
zcmeI4!A~1U6vo|z6FKHYq(Y81L9rdwDB)D0q8y-?Dn4>RN+PaNr51-CeC{nYHsM?@
z-2(a)CmLgEnl62t+C<S&4NdPKnoXkdvn{f#}dI5u*^?hX~`Sv=3~jOTrxZ{F^H;yror
z$Ie`$_WGUo->@6ld+eLU&BRsO!b9F#UMi8O|LGAm_~56XTR!rIj*c&k%kafzU}0fl
zV19o7Z)^*@?`kFZu3*a88;3YR)N$tK=3cwP(a)jR~^91r^o4!?DUb6$Sos*APcv~k?y
z3K!qQVAwc#>=5Uk#R2mVS2&eQrK4OfZyT&bj_<m{VjVw#;~T79+CEoU_|~yd!!ql;
z?h1=_jhZ#-xOnagNBd<h8wTs2s5mPtE7$Nf&i8-R?2G<ojl<Y}^VnI>`OfR+J6E~a
z^xFCO?xDYG#@^Zfuq}SZj4!<p2iPlY7Td$@HTyKI|HgUvd*0yF`nK&N_g5`xVtK)n
zzUREvdqJz$vIeJ53WdUzSOCO{Fdz)X!ho7g4yb%;3)@tase7?FJ;e$BE10TV(wQE`
zfB6I_HFwHaiKR>ZdaGMKOL;Y$?7Q%Kly!8eiQZhzCR5JzC^*Bx{!FA=p5w7>4o-9|
z2RQlUR9t?W{iwqC9pLO3tV1<%>$~R9#B~mLL*V!ZYnO9pdbAb?Cs^AmpLC{2S<k3h
z6ZeOtQ#}gKhQW%gM^&M}6Q0J^DRE5SvcWlsy8rlDH@>Rsm%fzsM~wH-Uo~Tq^{C4C
zju~J2KD|$Td9344jz0wb&r-4IQTBN%@EJT8g6G4c%GLhGW|tbN1#5(Ltb%udRXJW$
z6Uis4kPtl(a)iCLK}48+U8aWOOCmoi(}reC__OpoHff~mS?o$1lzQl(a)Nij!Ri*di3K=
ze>Yg3wttJ4K#$J!cO8{7Ic*<bWS!~JPo>PT-5*+KdQ`{q2~OIn9`#Gv9fNh~7c<WE
z=<&<U5IDZU+C7(a)S?M#pAIB3AyRxj>4)1&@$cGRp%`NgzTJqpf-#^Sn-u19D3JK6hj
z{I$d}{4JX`Mb(a)Ll)VlFiJu2P_^r*g0>93lx$a>T-rN(a)jfeV^Xf_cpL+Io=EUi|JVO
zC|Fa0&)~UGe?EY_sJvWk{~!G{ogM*e6+6J-E4(a)Z5dNf`sA>M?6$PAc#{T8{5P0X1d
zB}Y=hY(B=B9%T*X1{`O4v>{*bNxuH;!;t;axwBdvaNP17|9VgDKdEEc;*gtjrbl(Y
z9-JM6bqKCAJqpGUCi(jITi<px&V2pS(o!e;(KcVtcw{}=n6JlQpht<d9?qTQ>+!8~
z+qxdfNxoiRllZpJgXT8Yd_6cLtY?*0*C1%VBwye5Dv?29;QwJj^k_KVMURH#jpu^s
z(Qwoyc#eu54auFICVJE|(b^JULH(%c(N=z>M;H(W+%h2bqv80K`q7ZQN&RRz;+Q4%
zqoJt_CQ?5r^`ikBpC6oBKblX@!r2~Hul<+$(a%YfGhsj&h>ZcM9}P#P)Q^VaP3lL(
z(a)up`<{b+dZ>`dwgrGC_s(bP))XcHlFDhvn%=gNS|*I%07dm_&y^`jvo2;R>9_nyGK
s6!oLzfaUj|Ld2Y%LL6Mk-+Pk!QM-d(a)Z_m4alv)J&y{EHp(}kGvA4KRZp8x;=
literal 0
HcmV?d00001
diff --git a/dlls/light.msstyles/blue_window_help_button_glyph_26px.svg b/dlls/light.msstyles/blue_window_help_button_glyph_26px.svg
new file mode 100644
index 00000000000..65e5b9f17ed
--- /dev/null
+++ b/dlls/light.msstyles/blue_window_help_button_glyph_26px.svg
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg id="bitmap:26-32" width="26" height="208" version="1.1" viewBox="0 0 6.8791 55.034" xmlns="http://www.w3.org/2000/svg">
+ <g transform="translate(-.18147 23.974)" stroke-width=".070004">
+ <path d="m3.3954-20.446c0.18653-0.34842 0.54504-0.55396 0.75338-0.86228 0.22044-0.32336 0.096896-0.92744-0.52808-0.92744-0.40938 0-0.61044 0.32084-0.69524 0.58654l-0.6274-0.27322c0.17199-0.5339 0.63952-0.99262 1.3202-0.99262 0.56926 0 0.95928 0.2682 1.1579 0.6041 0.16957 0.28826 0.26888 0.82718 0.00728 1.2282-0.29068 0.44366-0.56926 0.57902-0.71946 0.86478-0.06056 0.1153-0.084785 0.1905-0.084785 0.56148h-0.70008c-0.00242-0.19552-0.03149-0.51386 0.11628-0.78958zm0.70976 1.7922c0 0.27572-0.21802 0.50132-0.48448 0.50132-0.26646 0-0.48448-0.2256-0.48448-0.50132 0-0.27572 0.21802-0.50132 0.48448-0.50132 0.26646 0 0.48448 0.2256 0.48448 0.50132z" fill="#aeaeae"/>
+ <path d="m3.3954 0.1915c0.18652-0.34842 0.54504-0.55396 0.75338-0.86228 0.22044-0.32336 0.0969-0.92744-0.52808-0.92744-0.40938 0-0.61044 0.32084-0.69524 0.58654l-0.6274-0.27322c0.17199-0.5339 0.63952-0.99262 1.3202-0.99262 0.56926 0 0.95928 0.2682 1.1579 0.6041 0.16957 0.28826 0.26888 0.82718 0.0073 1.2282-0.29068 0.44366-0.56926 0.57902-0.71946 0.86478-0.06056 0.1153-0.08479 0.1905-0.08479 0.56148h-0.70008c-0.0024-0.19552-0.03149-0.51386 0.11628-0.78958zm0.70976 1.7922c0 0.27572-0.21802 0.50132-0.48448 0.50132s-0.48448-0.2256-0.48448-0.50132c0-0.27572 0.21802-0.50132 0.48448-0.50132s0.48448 0.2256 0.48448 0.50132z" fill="#aeaeae"/>
+ <path d="m3.3954-13.567c0.18653-0.34842 0.54504-0.55396 0.75338-0.86228 0.22044-0.32336 0.096896-0.92744-0.52808-0.92744-0.40938 0-0.61044 0.32084-0.69524 0.58654l-0.6274-0.27322c0.17199-0.5339 0.63952-0.99262 1.3202-0.99262 0.56926 0 0.95928 0.2682 1.1579 0.6041 0.16957 0.28826 0.26888 0.82718 0.00728 1.2282-0.29068 0.44366-0.56926 0.57902-0.71946 0.86478-0.06056 0.1153-0.084786 0.1905-0.084786 0.56148h-0.70008c-0.00242-0.19552-0.03149-0.51386 0.11628-0.78958zm0.70976 1.7922c0 0.27572-0.21802 0.50132-0.48448 0.50132s-0.48448-0.2256-0.48448-0.50132 0.21802-0.50132 0.48448-0.50132 0.48448 0.2256 0.48448 0.50132z" fill="#3096fa"/>
+ <path d="m3.3954-6.6877c0.18653-0.34842 0.54504-0.55396 0.75338-0.86228 0.22044-0.32336 0.096896-0.92744-0.52808-0.92744-0.40938 0-0.61044 0.32084-0.69524 0.58654l-0.6274-0.27322c0.17199-0.5339 0.63952-0.99262 1.3202-0.99262 0.56926 0 0.95928 0.2682 1.1579 0.6041 0.16957 0.28826 0.26888 0.82718 0.00728 1.2282-0.29068 0.44366-0.56926 0.57902-0.71946 0.86478-0.06056 0.1153-0.084785 0.1905-0.084785 0.56148h-0.70008c-0.00242-0.19552-0.03149-0.51386 0.11628-0.78958zm0.70976 1.7922c0 0.27572-0.21802 0.50132-0.48448 0.50132s-0.48448-0.2256-0.48448-0.50132c0-0.27572 0.21802-0.50132 0.48448-0.50132s0.48448 0.2256 0.48448 0.50132z" fill="#2979ff"/>
+ <path d="m3.3954 7.0708c0.18652-0.34842 0.54504-0.55396 0.75338-0.86228 0.22044-0.32336 0.0969-0.92744-0.52808-0.92744-0.40938 0-0.61044 0.32084-0.69524 0.58654l-0.6274-0.27322c0.17199-0.5339 0.63952-0.99262 1.3202-0.99262 0.56926 0 0.95928 0.2682 1.1579 0.6041 0.16957 0.28826 0.26888 0.82718 0.0073 1.2282-0.29068 0.44366-0.56926 0.57902-0.71946 0.86478-0.06056 0.1153-0.08479 0.1905-0.08479 0.56148h-0.70009c-0.00242-0.19552-0.03149-0.51386 0.11628-0.78958zm0.70976 1.7922c0 0.27572-0.21802 0.50132-0.48448 0.50132-0.26646 0-0.48448-0.2256-0.48448-0.50132 0-0.27572 0.21802-0.50132 0.48448-0.50132 0.26646 0 0.48448 0.2256 0.48448 0.50132z" fill="#aeaeae"/>
+ <path d="m3.3954 27.709c0.18652-0.34842 0.54504-0.55396 0.75338-0.86228 0.22044-0.32336 0.0969-0.92744-0.52808-0.92744-0.40938 0-0.61044 0.32084-0.69524 0.58654l-0.6274-0.27322c0.17199-0.5339 0.63952-0.99262 1.3202-0.99262 0.56926 0 0.95928 0.2682 1.1579 0.6041 0.16957 0.28826 0.26888 0.82718 0.0073 1.2282-0.29068 0.44366-0.56926 0.57902-0.71946 0.86478-0.06056 0.1153-0.08479 0.1905-0.08479 0.56148h-0.70008c-0.0024-0.19552-0.03149-0.51386 0.11628-0.78958zm0.70976 1.7922c0 0.27572-0.21802 0.50132-0.48448 0.50132-0.26646 0-0.48448-0.2256-0.48448-0.50132 0-0.27572 0.21802-0.50132 0.48448-0.50132 0.26646 0 0.48448 0.2256 0.48448 0.50132z" fill="#aeaeae"/>
+ <path d="m3.3954 13.95c0.18653-0.34842 0.54504-0.55396 0.75338-0.86228 0.22044-0.32336 0.0969-0.92744-0.52808-0.92744-0.40938 0-0.61044 0.32084-0.69524 0.58654l-0.6274-0.27322c0.17199-0.5339 0.63952-0.99262 1.3202-0.99262 0.56926 0 0.95928 0.2682 1.1579 0.6041 0.16957 0.28826 0.26888 0.82718 0.0073 1.2282-0.29068 0.44366-0.56926 0.57902-0.71946 0.86478-0.06056 0.1153-0.08479 0.1905-0.08479 0.56148h-0.70009c-0.00242-0.19552-0.03149-0.51386 0.11628-0.78958zm0.70976 1.7922c0 0.27572-0.21802 0.50132-0.48448 0.50132-0.26646 0-0.48448-0.2256-0.48448-0.50132s0.21802-0.50132 0.48448-0.50132c0.26646 0 0.48448 0.2256 0.48448 0.50132z" fill="#3096fa"/>
+ <path d="m3.3954 20.829c0.18653-0.34842 0.54504-0.55396 0.75338-0.86228 0.22044-0.32336 0.0969-0.92744-0.52808-0.92744-0.40938 0-0.61044 0.32084-0.69524 0.58654l-0.6274-0.27322c0.17199-0.5339 0.63952-0.99262 1.3202-0.99262 0.56926 0 0.95928 0.2682 1.1579 0.6041 0.16957 0.28826 0.26888 0.82718 0.0073 1.2282-0.29068 0.44366-0.56926 0.57902-0.71946 0.86478-0.06056 0.1153-0.08479 0.1905-0.08479 0.56148h-0.70009c-0.00242-0.19552-0.03149-0.51386 0.11628-0.78958zm0.70976 1.7922c0 0.27572-0.21802 0.50132-0.48448 0.50132-0.26646 0-0.48448-0.2256-0.48448-0.50132 0-0.27572 0.21802-0.50132 0.48448-0.50132 0.26646 0 0.48448 0.2256 0.48448 0.50132z" fill="#2979ff"/>
+ </g>
+</svg>
diff --git a/dlls/light.msstyles/blue_window_help_button_glyph_32px.bmp b/dlls/light.msstyles/blue_window_help_button_glyph_32px.bmp
new file mode 100644
index 0000000000000000000000000000000000000000..f7d5906e127b9f8007a07b1bd554185ed23e5ca4
GIT binary patch
literal 32906
zcmeHQJ5L-}6rQ}OqQr!tq;xDxc)-9cBu<yYO^T2ve;~q2(j`KQlzrI6)NU+U-a$yA
zpa7)RvP6Px5&r}%icr`H3M2<9S~*3K5HLJ$zB4<sdySCRBr}H~eJjq+bI*6?JLk(a)w
z!`w4-`^)>j6MgRE`yS+~EWIXwSDiOx-j}b_ALBU9KiObzfBw~vr}yZz{AQ;exSb4;
zfsPDRDwVEUtu_zYfy_-!O}*9eM=9<A%yEdZ<m(jGcT}~ourOg^iyc37{85TK0IvtK
z9^3E~{&+7%^{=EVjsaKO_pfA}!cO3R8d4E4#-R7o{Q$QCiP`{s(a)wP6y<18*Nt|s_s
z4_|2G13RDKW4a0H(X>J09~`VCHpqOvUVlf~hF;*WB{pDM_kI6$Z5!bK4a<gaHSq-t
z+>a*s;)ks8rJdtgubrhI_%C7`{yuB_e_aRNcOc^H29EKHt#5gGxf|<4h(a)21pw6~=-
z554k<&Nsk+jQIahbc-$Eq?&BQ^p~_SZ9Ua$bqKn5Eu0g~KZopF>yBZ|XZG*XoCnSr
zWY5Bj_=uN}FwOir02nT02C(a)wipKrkjvyfY99xHW`0Wv(a)a$N(8Q&4BR-x=hiXhwMP+
z%y*-z`M)Xlj|11V<%Vkh58R11w%F01dB1P_z!Y!v0DnEQq2NA)Kh*R8C<cDI>1zAl
z=HVjeO~IWuCAShu^xtb;YvB7vD+c`m_52^$t1bMJtDgUZ|9lI-=x$1z(DXoj4t!$S
zuwwk{s`<YuUhf6|nq|YU#&=Zn|Ja6&mJJ2>8%;k5mbu&aaSOlbW|sd)SoiuqI_vm=
z|01>_ll(vK^L__L!{o2MYujK7gWXsk#`u}!|2WUpV*S$Z{$@%yKZyA7y(^~FUu|tG
zxtZkurqnkCjNKMa(LF(%e~#sSYu&NQyP4(xz#9YBo`q*!gSbZ;*8xWQ+=4p;8(a)3_h
z^DW(a)cn!5wc|LsP>c``r-$N(8godHuB=n8}3`7rQy!bxw=OzGzTz#a#-u|zfh2kwN0
zZNkZ%ZvOx1RuAykBOA)YPtDI4kpCkF4$330w(nC9=6|U$Ea#>V1Fs(a)tjEr8>{lNE)
zBnC}cKmP~zYJz_>IXtF&^p0~F4CfPkOg9mS?`zr+ode6>ie<wS^YByM{QqID7x-(5
z4F`c&SI_^OHf$s|gk?|t{(l&Zj9U1a<^R&o_k+PR(a)Bah;uh(a)o6^8avh_zv`ouN&rp
z_tO1;6AX4^eHh`Fy-f1|!?IV4^f&w6$EN&AbpKzl(H5)8Hk=O^vuKA0!N?FWb`u;-
zPk{9YrU%x#<HJX}%<_LZ&*9o*&%(2>L5{*8_k9+}ZtIjj7x*(c_H9hX=Ub3j#0T?#
zn<&nc0Wv(a)a$Uy20#AClX{=Z#=pql?<%pb(a)9rykYkQwSe${C_+C)$@Pw|I+yXrKKg+
z{Ga3ho9zWW^m6>a;~*Y6{vYQ9#6l+d|795ek7Lg~|3{p0{Qvp7YVJ)2$N(8211T}U
z{GavzaSX8jpY{K8&96TG|8)M3W!3Tj%>SF63G(a)FZ56u5t&*RBt{QqUh{}BV3-v<B&
z^Z%5tW2uG=kO4A42F}L->;GB*&-#DX|F`O3S^qC}z^wn5XR@&VKa=tQtp8{Izg(rU
z{{MW}s@$6lkO4A42GV1I_5c5i`u}IB`!nH1)&Jv}53K)Z{lCN@>;I!?k+A+hIv=tA
zKfRu|t%>#jtpAs2VEuo)O>mA3kO4A426P$V_<xT7=lFlt|6?p_^8PE<|MUHSNi3*8
c{}1mz<NN>k{y&L7zW-16Qjln5;L<Yi4{WB<qyPW_
literal 0
HcmV?d00001
diff --git a/dlls/light.msstyles/blue_window_help_button_glyph_32px.svg b/dlls/light.msstyles/blue_window_help_button_glyph_32px.svg
new file mode 100644
index 00000000000..05797079a9f
--- /dev/null
+++ b/dlls/light.msstyles/blue_window_help_button_glyph_32px.svg
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg id="bitmap:32-32" width="32" height="256" version="1.1" viewBox="0 0 8.4666 67.734" xmlns="http://www.w3.org/2000/svg">
+ <g stroke-width=".070004">
+ <path d="m4.1174 4.3309c0.20518-0.38713 0.59954-0.61551 0.82871-0.95809 0.24248-0.35929 0.10659-1.0305-0.58088-1.0305-0.45032 0-0.67148 0.35649-0.76476 0.65171l-0.69014-0.30358c0.18919-0.59322 0.70347-1.1029 1.4522-1.1029 0.62618 0 1.0552 0.298 1.2737 0.67122 0.18653 0.32029 0.29577 0.91909 0.00801 1.3647-0.31975 0.49295-0.62618 0.64335-0.7914 0.96086-0.066616 0.12812-0.093263 0.21167-0.093263 0.62387h-0.77008c-0.00266-0.21724-0.034639-0.57095 0.1279-0.87731zm0.78073 1.9914c0 0.30636-0.23982 0.55702-0.53292 0.55702-0.2931 0-0.53292-0.25066-0.53292-0.55702 0-0.30635 0.23982-0.55702 0.53292-0.55702 0.2931 0 0.53292 0.25067 0.53292 0.55702z" fill="#aeaeae"/>
+ <path d="m4.1174 29.731c0.20518-0.38713 0.59954-0.61551 0.82871-0.95809 0.24248-0.35929 0.10658-1.0305-0.58088-1.0305-0.45032 0-0.67148 0.35649-0.76476 0.65171l-0.69014-0.30358c0.18919-0.59322 0.70347-1.1029 1.4522-1.1029 0.62618 0 1.0552 0.298 1.2737 0.67122 0.18653 0.32029 0.29577 0.91909 8e-3 1.3647-0.31975 0.49295-0.62618 0.64335-0.7914 0.96086-0.06662 0.12812-0.09326 0.21167-0.09326 0.62387h-0.77008c-0.0027-0.21724-0.03464-0.57095 0.1279-0.87731zm0.78073 1.9914c0 0.30636-0.23982 0.55702-0.53292 0.55702s-0.53292-0.25066-0.53292-0.55702c0-0.30635 0.23982-0.55702 0.53292-0.55702s0.53292 0.25067 0.53292 0.55702z" fill="#aeaeae"/>
+ <path d="m4.1174 12.798c0.20518-0.38713 0.59954-0.61551 0.82871-0.95809 0.24248-0.35929 0.10659-1.0305-0.58088-1.0305-0.45032 0-0.67148 0.35649-0.76476 0.65171l-0.69014-0.30358c0.18919-0.59322 0.70347-1.1029 1.4522-1.1029 0.62618 0 1.0552 0.298 1.2737 0.67122 0.18653 0.32029 0.29577 0.91908 0.00801 1.3647-0.31975 0.49296-0.62618 0.64336-0.7914 0.96086-0.066616 0.12811-0.093265 0.21167-0.093265 0.62386h-0.77008c-0.00266-0.21724-0.034639-0.57095 0.1279-0.87731zm0.78073 1.9914c0 0.30636-0.23982 0.55702-0.53292 0.55702s-0.53292-0.25066-0.53292-0.55702 0.23982-0.55702 0.53292-0.55702 0.53292 0.25067 0.53292 0.55702z" fill="#3096fa"/>
+ <path d="m4.1174 21.264c0.20518-0.38713 0.59954-0.61551 0.82871-0.95809 0.24248-0.35929 0.10659-1.0305-0.58088-1.0305-0.45032 0-0.67148 0.35649-0.76476 0.65171l-0.69014-0.30358c0.18919-0.59322 0.70347-1.1029 1.4522-1.1029 0.62618 0 1.0552 0.298 1.2737 0.67122 0.18653 0.32029 0.29577 0.91909 0.00801 1.3647-0.31975 0.49296-0.62618 0.64335-0.7914 0.96086-0.066616 0.12811-0.093263 0.21167-0.093263 0.62386h-0.77008c-0.00266-0.21724-0.034639-0.57095 0.1279-0.87731zm0.78073 1.9913c0 0.30636-0.23982 0.55702-0.53292 0.55702s-0.53292-0.25066-0.53292-0.55702c0-0.30635 0.23982-0.55702 0.53292-0.55702s0.53292 0.25067 0.53292 0.55702z" fill="#2979ff"/>
+ <path d="m4.1174 38.198c0.20518-0.38713 0.59954-0.61551 0.82871-0.95809 0.24248-0.35929 0.10659-1.0305-0.58088-1.0305-0.45032 0-0.67148 0.35649-0.76476 0.65171l-0.69014-0.30358c0.18919-0.59322 0.70347-1.1029 1.4522-1.1029 0.62618 0 1.0552 0.298 1.2737 0.67122 0.18652 0.32029 0.29577 0.91909 8e-3 1.3647-0.31975 0.49295-0.62618 0.64335-0.7914 0.96086-0.06662 0.12812-0.09326 0.21167-0.09326 0.62387h-0.77008c-0.0027-0.21724-0.03464-0.57095 0.1279-0.87731zm0.78073 1.9914c0 0.30636-0.23982 0.55702-0.53292 0.55702s-0.53292-0.25066-0.53292-0.55702c0-0.30635 0.23982-0.55702 0.53292-0.55702s0.53292 0.25067 0.53292 0.55702z" fill="#aeaeae"/>
+ <path d="m4.1174 63.598c0.20518-0.38713 0.59954-0.61551 0.82871-0.95809 0.24248-0.35929 0.10658-1.0305-0.58088-1.0305-0.45032 0-0.67148 0.35649-0.76476 0.65171l-0.69014-0.30358c0.18919-0.59322 0.70347-1.1029 1.4522-1.1029 0.62618 0 1.0552 0.298 1.2737 0.67122 0.18653 0.32029 0.29577 0.91909 8e-3 1.3647-0.31975 0.49295-0.62618 0.64335-0.7914 0.96086-0.06662 0.12812-0.09326 0.21167-0.09326 0.62387h-0.77008c-0.0027-0.21724-0.03464-0.57095 0.1279-0.87731zm0.78073 1.9914c0 0.30636-0.23982 0.55702-0.53292 0.55702s-0.53292-0.25066-0.53292-0.55702c0-0.30635 0.23982-0.55702 0.53292-0.55702s0.53292 0.25067 0.53292 0.55702z" fill="#aeaeae"/>
+ <path d="m4.1174 46.665c0.20518-0.38713 0.59954-0.61551 0.82871-0.95809 0.24248-0.35929 0.10658-1.0305-0.58088-1.0305-0.45032 0-0.67148 0.35649-0.76476 0.65171l-0.69014-0.30358c0.18919-0.59322 0.70347-1.1029 1.4522-1.1029 0.62618 0 1.0552 0.298 1.2737 0.67122 0.18653 0.32029 0.29577 0.91909 8e-3 1.3647-0.31975 0.49296-0.62618 0.64336-0.7914 0.96086-0.06662 0.12811-0.09326 0.21167-0.09326 0.62386h-0.77008c-0.0027-0.21724-0.03464-0.57095 0.1279-0.87731zm0.78073 1.9913c0 0.30636-0.23982 0.55702-0.53292 0.55702-0.2931 0-0.53292-0.25066-0.53292-0.55702 0-0.30636 0.23982-0.55702 0.53292-0.55702 0.2931 0 0.53292 0.25067 0.53292 0.55702z" fill="#3096fa"/>
+ <path d="m4.1174 55.131c0.20518-0.38713 0.59954-0.61551 0.82871-0.95809 0.24248-0.35929 0.10658-1.0305-0.58088-1.0305-0.45032 0-0.67148 0.35649-0.76476 0.65171l-0.69014-0.30358c0.18919-0.59322 0.70347-1.1029 1.4522-1.1029 0.62618 0 1.0552 0.298 1.2737 0.67122 0.18653 0.32029 0.29577 0.91909 8e-3 1.3647-0.31975 0.49296-0.62618 0.64335-0.7914 0.96086-0.06662 0.12811-0.09326 0.21167-0.09326 0.62386h-0.77008c-0.0027-0.21724-0.03464-0.57095 0.1279-0.87731zm0.78073 1.9913c0 0.30636-0.23982 0.55702-0.53292 0.55702-0.2931 0-0.53292-0.25066-0.53292-0.55702 0-0.30635 0.23982-0.55702 0.53292-0.55702 0.2931 0 0.53292 0.25067 0.53292 0.55702z" fill="#2979ff"/>
+ </g>
+</svg>
diff --git a/dlls/light.msstyles/blue_window_help_button_glyph_39px.bmp b/dlls/light.msstyles/blue_window_help_button_glyph_39px.bmp
new file mode 100644
index 0000000000000000000000000000000000000000..2706f755b8d1accb1c8ca18fafdb5bd11748146c
GIT binary patch
literal 48810
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
literal 0
HcmV?d00001
diff --git a/dlls/light.msstyles/blue_window_help_button_glyph_39px.svg b/dlls/light.msstyles/blue_window_help_button_glyph_39px.svg
new file mode 100644
index 00000000000..4bb3b9aa606
--- /dev/null
+++ b/dlls/light.msstyles/blue_window_help_button_glyph_39px.svg
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg id="bitmap:39-32" width="39" height="312" version="1.1" viewBox="0 0 10.319 82.551" xmlns="http://www.w3.org/2000/svg">
+ <g>
+ <path d="m4.8211 5.2493c0.27979-0.52264 0.81757-0.83095 1.1301-1.2934 0.33066-0.48505 0.14535-1.3912-0.79213-1.3912-0.61408 0-0.91567 0.48126-1.0429 0.87982l-0.94111-0.40984c0.25799-0.80086 0.95929-1.4889 1.9803-1.4889 0.8539 0 1.4389 0.4023 1.7369 0.90616 0.25436 0.4324 0.40332 1.2408 0.01092 1.8424-0.43602 0.6655-0.8539 0.86854-1.0792 1.2972-0.09084 0.17295-0.12718 0.28575-0.12718 0.84223h-1.0501c-0.00363-0.29328-0.047235-0.7708 0.17442-1.1844zm1.0646 2.6884c0 0.41359-0.32703 0.75199-0.72673 0.75199-0.39969 0-0.72673-0.3384-0.72673-0.75199 0-0.41358 0.32703-0.75199 0.72673-0.75199 0.39969 0 0.72673 0.3384 0.72673 0.75199z" fill="#aeaeae"/>
+ <path d="m4.8211 36.248c0.27979-0.52264 0.81757-0.83095 1.1301-1.2934 0.33066-0.48505 0.14535-1.3912-0.79213-1.3912-0.61408 0-0.91567 0.48126-1.0429 0.87982l-0.94111-0.40984c0.25799-0.80086 0.95929-1.4889 1.9803-1.4889 0.8539 0 1.4389 0.4023 1.7369 0.90616 0.25436 0.4324 0.40332 1.2408 0.01092 1.8424-0.43602 0.6655-0.8539 0.86854-1.0792 1.2972-0.09084 0.17295-0.12718 0.28575-0.12718 0.84223h-1.0501c-0.00363-0.29328-0.047235-0.7708 0.17442-1.1844zm1.0646 2.6884c0 0.41359-0.32703 0.75199-0.72673 0.75199-0.39969 0-0.72673-0.3384-0.72673-0.75199 0-0.41358 0.32703-0.75199 0.72673-0.75199 0.39969 0 0.72673 0.3384 0.72673 0.75199z" fill="#aeaeae"/>
+ <path d="m4.8211 15.61c0.27979-0.52264 0.81757-0.83095 1.1301-1.2934 0.33066-0.48505 0.14535-1.3912-0.79213-1.3912-0.61408 0-0.91567 0.48127-1.0429 0.87982l-0.94111-0.40984c0.25799-0.80086 0.95929-1.4889 1.9803-1.4889 0.8539 0 1.4389 0.40231 1.7369 0.90616 0.25436 0.43239 0.40332 1.2408 0.01092 1.8424-0.43602 0.6655-0.8539 0.86854-1.0792 1.2972-0.09084 0.17295-0.12718 0.28575-0.12718 0.84223h-1.0501c-0.00363-0.29328-0.047235-0.7708 0.17442-1.1844zm1.0646 2.6884c0 0.41358-0.32703 0.75199-0.72673 0.75199-0.39969 0-0.72673-0.33841-0.72673-0.75199 0-0.41359 0.32703-0.75199 0.72673-0.75199 0.39969 0 0.72673 0.3384 0.72673 0.75199z" fill="#3096fa"/>
+ <path d="m4.8211 25.929c0.27979-0.52264 0.81757-0.83095 1.1301-1.2934 0.33066-0.48505 0.14535-1.3912-0.79213-1.3912-0.61408 0-0.91567 0.48127-1.0429 0.87982l-0.94111-0.40983c0.25799-0.80086 0.95929-1.4889 1.9803-1.4889 0.8539 0 1.4389 0.4023 1.7369 0.90616 0.25436 0.4324 0.40332 1.2408 0.01092 1.8424-0.43602 0.6655-0.8539 0.86854-1.0792 1.2972-0.09084 0.17295-0.12718 0.28575-0.12718 0.84223h-1.0501c-0.00363-0.29328-0.047235-0.7708 0.17442-1.1844zm1.0646 2.6884c0 0.41359-0.32703 0.75199-0.72673 0.75199-0.39969 0-0.72673-0.3384-0.72673-0.75199 0-0.41358 0.32703-0.75199 0.72673-0.75199 0.39969 0 0.72673 0.33841 0.72673 0.75199z" fill="#2979ff"/>
+ <path d="m4.8211 46.567c0.27979-0.52264 0.81757-0.83095 1.1301-1.2934 0.33066-0.48505 0.14535-1.3912-0.79213-1.3912-0.61408 0-0.91567 0.48126-1.0429 0.87982l-0.94111-0.40984c0.25799-0.80086 0.95929-1.4889 1.9803-1.4889 0.8539 0 1.4389 0.4023 1.7369 0.90616 0.25436 0.4324 0.40332 1.2408 0.01092 1.8424-0.43602 0.6655-0.8539 0.86854-1.0792 1.2972-0.09084 0.17295-0.12718 0.28575-0.12718 0.84223h-1.0501c-0.0036-0.29328-0.04724-0.7708 0.17442-1.1844zm1.0646 2.6884c0 0.41359-0.32703 0.75199-0.72673 0.75199-0.39969 0-0.72673-0.3384-0.72673-0.75199 0-0.41358 0.32703-0.75199 0.72673-0.75199 0.39969 0 0.72673 0.3384 0.72673 0.75199z" fill="#aeaeae"/>
+ <path d="m4.8211 77.565c0.27979-0.52264 0.81757-0.83095 1.1301-1.2934 0.33066-0.48505 0.14535-1.3912-0.79213-1.3912-0.61408 0-0.91567 0.48126-1.0429 0.87982l-0.94111-0.40984c0.25799-0.80086 0.95929-1.4889 1.9803-1.4889 0.8539 0 1.4389 0.4023 1.7369 0.90616 0.25436 0.4324 0.40332 1.2408 0.01092 1.8424-0.43602 0.6655-0.8539 0.86854-1.0792 1.2972-0.09084 0.17295-0.12718 0.28575-0.12718 0.84223h-1.0501c-0.0036-0.29328-0.04724-0.7708 0.17442-1.1844zm1.0646 2.6884c0 0.41359-0.32703 0.75199-0.72673 0.75199-0.39969 0-0.72673-0.3384-0.72673-0.75199 0-0.41358 0.32703-0.75199 0.72673-0.75199 0.39969 0 0.72673 0.3384 0.72673 0.75199z" fill="#aeaeae"/>
+ <path d="m4.8211 56.927c0.27979-0.52264 0.81757-0.83095 1.1301-1.2934 0.33066-0.48505 0.14535-1.3912-0.79213-1.3912-0.61408 0-0.91567 0.48127-1.0429 0.87982l-0.94111-0.40984c0.25799-0.80086 0.95929-1.4889 1.9803-1.4889 0.8539 0 1.4389 0.40231 1.7369 0.90616 0.25436 0.43239 0.40332 1.2408 0.01092 1.8424-0.43602 0.6655-0.8539 0.86854-1.0792 1.2972-0.09084 0.17295-0.12718 0.28575-0.12718 0.84223h-1.0501c-0.0036-0.29328-0.04724-0.7708 0.17442-1.1844zm1.0646 2.6884c0 0.41358-0.32703 0.75199-0.72673 0.75199-0.39969 0-0.72673-0.33841-0.72673-0.75199 0-0.41359 0.32703-0.75199 0.72673-0.75199 0.39969 0 0.72673 0.3384 0.72673 0.75199z" fill="#3096fa"/>
+ <path d="m4.8211 67.246c0.27979-0.52264 0.81757-0.83095 1.1301-1.2934 0.33066-0.48505 0.14535-1.3912-0.79213-1.3912-0.61408 0-0.91567 0.48127-1.0429 0.87982l-0.94111-0.40983c0.25799-0.80086 0.95929-1.4889 1.9803-1.4889 0.8539 0 1.4389 0.4023 1.7369 0.90616 0.25436 0.4324 0.40332 1.2408 0.01092 1.8424-0.43602 0.6655-0.8539 0.86854-1.0792 1.2972-0.09084 0.17295-0.12718 0.28575-0.12718 0.84223h-1.0501c-0.0036-0.29328-0.04724-0.7708 0.17442-1.1844zm1.0646 2.6884c0 0.41359-0.32703 0.75199-0.72673 0.75199-0.39969 0-0.72673-0.3384-0.72673-0.75199 0-0.41358 0.32703-0.75199 0.72673-0.75199 0.39969 0 0.72673 0.33841 0.72673 0.75199z" fill="#2979ff"/>
+ </g>
+</svg>
diff --git a/dlls/light.msstyles/blue_window_help_button_glyph_52px.bmp b/dlls/light.msstyles/blue_window_help_button_glyph_52px.bmp
new file mode 100644
index 0000000000000000000000000000000000000000..c733253551feeada220763a049171f6f378556f0
GIT binary patch
literal 86666
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
literal 0
HcmV?d00001
diff --git a/dlls/light.msstyles/blue_window_help_button_glyph_52px.svg b/dlls/light.msstyles/blue_window_help_button_glyph_52px.svg
new file mode 100644
index 00000000000..1cf4b09e279
--- /dev/null
+++ b/dlls/light.msstyles/blue_window_help_button_glyph_52px.svg
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg id="bitmap:52-32" width="52" height="416" version="1.1" viewBox="0 0 13.759 110.07" xmlns="http://www.w3.org/2000/svg">
+ <g>
+ <path d="m6.4283 7.0549c0.37308-0.69687 1.0901-1.108 1.5068-1.7246 0.4409-0.64675 0.1938-1.855-1.0562-1.855-0.8188 0-1.2209 0.6417-1.3905 1.1731l-1.2549-0.54646c0.344-1.0678 1.2791-1.9853 2.6405-1.9853 1.1386 0 1.9186 0.53642 2.3159 1.2082 0.33916 0.57654 0.53779 1.6544 0.0146 2.4565-0.58139 0.88736-1.1386 1.1581-1.439 1.7296-0.12112 0.23061-0.16958 0.38102-0.16958 1.123h-1.4002c-0.0048-0.39106-0.06298-1.0278 0.23257-1.5792zm1.4196 3.5845c0 0.55146-0.43606 1.0027-0.96901 1.0027-0.53294 0-0.969-0.45122-0.969-1.0027s0.43606-1.0027 0.969-1.0027c0.53295 0 0.96901 0.45122 0.96901 1.0027z" fill="#aeaeae"/>
+ <path d="m6.4283 48.332c0.37308-0.69687 1.0901-1.108 1.5068-1.7246 0.4409-0.64675 0.1938-1.855-1.0562-1.855-0.8188 0-1.2209 0.6417-1.3905 1.1731l-1.2549-0.54646c0.344-1.0678 1.2791-1.9853 2.6405-1.9853 1.1386 0 1.9186 0.53642 2.3159 1.2082 0.33916 0.57654 0.53779 1.6544 0.0146 2.4565-0.58139 0.88736-1.1386 1.1581-1.439 1.7296-0.12112 0.23061-0.16958 0.38102-0.16958 1.123h-1.4002c-0.0048-0.39106-0.06298-1.0278 0.23257-1.5792zm1.4196 3.5845c0 0.55146-0.43606 1.0027-0.96901 1.0027-0.53294 0-0.969-0.45122-0.969-1.0027s0.43606-1.0027 0.969-1.0027c0.53295 0 0.96901 0.45122 0.96901 1.0027z" fill="#aeaeae"/>
+ <path d="m6.4283 20.814c0.37308-0.69687 1.0901-1.108 1.5068-1.7246 0.4409-0.64675 0.1938-1.855-1.0562-1.855-0.8188 0-1.2209 0.6417-1.3905 1.1731l-1.2549-0.54646c0.344-1.0678 1.2791-1.9853 2.6405-1.9853 1.1386 0 1.9186 0.53642 2.3159 1.2082 0.33916 0.57654 0.53779 1.6544 0.0146 2.4565-0.58139 0.88736-1.1386 1.1581-1.439 1.7296-0.12112 0.23061-0.16958 0.38102-0.16958 1.123h-1.4002c-0.0048-0.39106-0.06298-1.0278 0.23257-1.5792zm1.4196 3.5845c0 0.55146-0.43606 1.0027-0.96901 1.0027-0.53294 0-0.969-0.45122-0.969-1.0027s0.43606-1.0027 0.969-1.0027c0.53295 0 0.96901 0.45122 0.96901 1.0027z" fill="#3096fa"/>
+ <path d="m6.4283 34.573c0.37308-0.69687 1.0901-1.108 1.5068-1.7246 0.4409-0.64675 0.1938-1.855-1.0562-1.855-0.8188 0-1.2209 0.64171-1.3905 1.1731l-1.2549-0.54646c0.344-1.0678 1.2791-1.9853 2.6405-1.9853 1.1386 0 1.9186 0.53642 2.3159 1.2082 0.33916 0.57654 0.53779 1.6544 0.0146 2.4565-0.58139 0.88736-1.1386 1.1581-1.439 1.7296-0.12112 0.23061-0.16958 0.38101-0.16958 1.123h-1.4002c-0.0048-0.39106-0.06298-1.0278 0.23257-1.5792zm1.4196 3.5845c0 0.55146-0.43606 1.0027-0.96901 1.0027-0.53294 0-0.969-0.45122-0.969-1.0027 0-0.55146 0.43606-1.0027 0.969-1.0027 0.53295 0 0.96901 0.45122 0.96901 1.0027z" fill="#2979ff"/>
+ <path d="m6.4283 62.09c0.37308-0.69687 1.0901-1.108 1.5068-1.7246 0.4409-0.64675 0.1938-1.855-1.0562-1.855-0.8188 0-1.2209 0.6417-1.3905 1.1731l-1.2549-0.54646c0.344-1.0678 1.2791-1.9853 2.6405-1.9853 1.1386 0 1.9186 0.53642 2.3159 1.2082 0.33916 0.57654 0.53779 1.6544 0.0146 2.4565-0.58139 0.88736-1.1386 1.1581-1.439 1.7296-0.12112 0.23061-0.16958 0.38102-0.16958 1.123h-1.4002c-0.0048-0.39106-0.06298-1.0278 0.23257-1.5792zm1.4196 3.5845c0 0.55146-0.43606 1.0027-0.96901 1.0027-0.53294 0-0.969-0.45122-0.969-1.0027s0.43606-1.0027 0.969-1.0027c0.53295 0 0.96901 0.45122 0.96901 1.0027z" fill="#aeaeae"/>
+ <path d="m6.4283 103.37c0.37308-0.69687 1.0901-1.108 1.5068-1.7246 0.4409-0.64674 0.1938-1.855-1.0562-1.855-0.8188 0-1.2209 0.64171-1.3905 1.1731l-1.2549-0.54646c0.344-1.0678 1.2791-1.9853 2.6405-1.9853 1.1386 0 1.9186 0.53642 2.3159 1.2082 0.33916 0.57655 0.53779 1.6544 0.0146 2.4565-0.58139 0.88735-1.1386 1.1581-1.439 1.7296-0.12112 0.23061-0.16958 0.38102-0.16958 1.123h-1.4002c-0.0048-0.39106-0.06298-1.0278 0.23257-1.5792zm1.4196 3.5845c0 0.55146-0.43606 1.0027-0.96901 1.0027-0.53294 0-0.969-0.45122-0.969-1.0027s0.43606-1.0027 0.969-1.0027c0.53295 0 0.96901 0.45122 0.96901 1.0027z" fill="#aeaeae"/>
+ <path d="m6.4283 75.849c0.37308-0.69687 1.0901-1.108 1.5068-1.7246 0.4409-0.64675 0.1938-1.855-1.0562-1.855-0.8188 0-1.2209 0.6417-1.3905 1.1731l-1.2549-0.54646c0.344-1.0678 1.2791-1.9853 2.6405-1.9853 1.1386 0 1.9186 0.53642 2.3159 1.2082 0.33916 0.57654 0.53779 1.6544 0.0146 2.4565-0.58139 0.88736-1.1386 1.1581-1.439 1.7296-0.12112 0.23061-0.16958 0.38102-0.16958 1.123h-1.4002c-0.0048-0.39106-0.06298-1.0278 0.23257-1.5792zm1.4196 3.5845c0 0.55146-0.43606 1.0027-0.96901 1.0027-0.53294 0-0.969-0.45122-0.969-1.0027s0.43606-1.0027 0.969-1.0027c0.53295 0 0.96901 0.45122 0.96901 1.0027z" fill="#3096fa"/>
+ <path d="m6.4283 89.608c0.37308-0.69687 1.0901-1.108 1.5068-1.7246 0.4409-0.64675 0.1938-1.855-1.0562-1.855-0.8188 0-1.2209 0.64171-1.3905 1.1731l-1.2549-0.54646c0.344-1.0678 1.2791-1.9853 2.6405-1.9853 1.1386 0 1.9186 0.53642 2.3159 1.2082 0.33916 0.57654 0.53779 1.6544 0.0146 2.4565-0.58139 0.88736-1.1386 1.1581-1.439 1.7296-0.12112 0.23061-0.16958 0.38101-0.16958 1.123h-1.4002c-0.0048-0.39106-0.06298-1.0278 0.23257-1.5792zm1.4196 3.5845c0 0.55146-0.43606 1.0027-0.96901 1.0027-0.53294 0-0.969-0.45122-0.969-1.0027 0-0.55146 0.43606-1.0027 0.969-1.0027 0.53295 0 0.96901 0.45122 0.96901 1.0027z" fill="#2979ff"/>
+ </g>
+</svg>
diff --git a/dlls/light.msstyles/blue_window_max_button_background.bmp b/dlls/light.msstyles/blue_window_max_button_background.bmp
new file mode 100644
index 0000000000000000000000000000000000000000..3584b0131e2e74b69c733045559c3df2972685f0
GIT binary patch
literal 2314
zcmeH}zfJ-{5XQ$u6ZHvv1sXIOOthr2vhfKN4Qg#gg2B(a)G0LuSIAl%ub36yFLJzyt^
z=16Y$j?eGzh`=_sMA_WV&dhGHzsc;EOCGMTNjUCkvz#lOx139|K`U~z8ZL%`Nc07H
zBoB_Rj03-h%f<=EaaygGWm&ZJrP*wDIvvmR+U+(|Qm(a)y2-v>ZTUuv})gJ{s7``EmH
z#HY0$^F{o&ZIAge=%I3o+zzT|81w~|6rKuj9W)-eA;`wzseoU*xZV_GV&iIX$;9SA
zp1yxJE-0Ubd_y$yAs_jf%54YW<R5+ZwSA#V`}*;6^z|;<KKEbCP>%mn<c6qx0)AKz
z&sBw8QTJOv^`Jlh@$~)k3DH*Cf2%?bNl8}n_q3f>r9B3$g_!-qwqYkt`pN9Kzwurs
tdO&_Yp^08B>M>i7|EC|vcrL;n1}aiX2|l`0`q5kH$3j15{wGZR_y(xxvT*<a
literal 0
HcmV?d00001
diff --git a/dlls/light.msstyles/blue_window_max_button_background.svg b/dlls/light.msstyles/blue_window_max_button_background.svg
new file mode 100644
index 00000000000..3c8d6149f5a
--- /dev/null
+++ b/dlls/light.msstyles/blue_window_max_button_background.svg
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg id="bitmap:5-24" width="5" height="136" version="1.1" viewBox="0 0 1.3229 35.983" xmlns="http://www.w3.org/2000/svg" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+ <metadata>
+ <rdf:RDF>
+ <cc:Work rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <rect y="-7e-5" width="1.3229" height="35.984" fill="#fff" stroke-width=".26458"/>
+ <g transform="translate(5.0184e-6,-6.4982e-5)" fill="none" stroke-width=".26458">
+ <rect x=".13228" y=".13228" width="1.0583" height="4.2334" rx=".52917" ry=".52917" stroke="#aeaeae"/>
+ <rect x=".13228" y="4.6303" width="1.0583" height="4.2334" rx=".52917" ry=".52917" stroke="#3096fa"/>
+ <rect x=".13228" y="9.1282" width="1.0583" height="4.2334" rx=".52917" ry=".52917" fill="#fff" stroke="#2979ff"/>
+ <rect x=".13228" y="13.626" width="1.0583" height="4.2334" rx=".52917" ry=".52917" stroke="#aeaeae"/>
+ <rect x=".13228" y="18.124" width="1.0583" height="4.2334" rx=".52917" ry=".52917" stroke="#aeaeae"/>
+ <rect x=".13228" y="22.622" width="1.0583" height="4.2334" rx=".52917" ry=".52917" stroke="#3096fa"/>
+ <rect x=".13228" y="27.12" width="1.0583" height="4.2334" rx=".52917" ry=".52917" fill="#fff" stroke="#2979ff"/>
+ <rect x=".13228" y="31.618" width="1.0583" height="4.2334" rx=".52917" ry=".52917" stroke="#aeaeae"/>
+ </g>
+</svg>
diff --git a/dlls/light.msstyles/blue_window_max_button_glyph_13px.bmp b/dlls/light.msstyles/blue_window_max_button_glyph_13px.bmp
new file mode 100644
index 0000000000000000000000000000000000000000..23da908a0746bf69833e43d57363508c66ef6a60
GIT binary patch
literal 5546
zcmeHJJr2T92&U21(cRU}Gjwrs(a)f7Y(CZ50pcnF6c&;=j<B$V*eG&Ru|8qvr10S0&}
zw7c69p3kLxpNlMt9Evosf?4(a)pz4>xv4+6YCgkihg9~n95I3Hy7J)^GcFcSIiWG^wU
zYrKY~53c}#RwKe9=|`zg!_yigky(?y#JH~U8kRo10_7#A)RnME`cdlB?$-(a)QBC{rY
zL})A_Uh|O{*V6~UssZ7i(a)H*1j>I=uE&oArI9I(a)t)ms9%Kb9+qPq8(a)oMYv7{%^S(`c
z-(a)H3x)jH~t7qbQ~+I6fQ$;&-`?A>xq-J%|OF>BzwJ?F#8JPDT=*EL?l(uY(a)Ix_z`C
Z_5ZbKj#%@@%RGIi-4CK3dA;}s_W%uy1kL~e
literal 0
HcmV?d00001
diff --git a/dlls/light.msstyles/blue_window_max_button_glyph_13px.svg b/dlls/light.msstyles/blue_window_max_button_glyph_13px.svg
new file mode 100644
index 00000000000..a7b2ba67362
--- /dev/null
+++ b/dlls/light.msstyles/blue_window_max_button_glyph_13px.svg
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg id="bitmap:13-32" width="13" height="104" version="1.1" viewBox="0 0 3.4396 27.517" xmlns="http://www.w3.org/2000/svg">
+ <g fill="none" stroke-width=".26458">
+ <rect x=".66146" y=".66146" width="2.1167" height="2.1167" stroke="#aeaeae"/>
+ <rect x=".66146" y="10.98" width="2.1167" height="2.1167" stroke="#aeaeae"/>
+ <rect x=".66146" y="4.101" width="2.1167" height="2.1167" stroke="#3096fa"/>
+ <rect x=".66146" y="7.5406" width="2.1167" height="2.1167" stroke="#2979ff"/>
+ <rect x=".66146" y="14.42" width="2.1167" height="2.1167" stroke="#aeaeae"/>
+ <rect x=".66146" y="24.739" width="2.1167" height="2.1167" stroke="#aeaeae"/>
+ <rect x=".66146" y="17.859" width="2.1167" height="2.1167" stroke="#3096fa"/>
+ <rect x=".66146" y="21.299" width="2.1167" height="2.1167" stroke="#2979ff"/>
+ </g>
+</svg>
diff --git a/dlls/light.msstyles/blue_window_max_button_glyph_19px.bmp b/dlls/light.msstyles/blue_window_max_button_glyph_19px.bmp
new file mode 100644
index 0000000000000000000000000000000000000000..a57e7aa7428fcdc9bc141fe79053ab3441894b3f
GIT binary patch
literal 11690
zcmeI0F^WP#5JX4Z8+ZXz1Hm(xY_y42F%mq12N2J&!9U<8vs3O42tD0c+0fL-)=yQ@
zOg&8gKYo4h%k#Rm?`xY)n(a)5{f*_L(t-TwRS_T{Rj{C%L+<LBx8V!n0z(a)m4BtXjzuZ
zjz<G~Ja42&`N-2QOF+ChCNuNG*_g4-rDP&dFT2W)*B^U4Z=^^0$kQ%MK)g66GxNgP
zn6b^JWFqi$KU8+S{@CMrBR$GTo_1LR;>9tUnHSE+jBPF(a)69ML#s%O3a(a)I7y&NBPLp
zE=xeXI3_dm!r7Ry&81`_!2B0_*6R=7^G14<k38+N1jLJDGBYonjTzfqN+tr#d#|4L
z`os6UksjqEPrEDu@#2`w%nN5@#x|Fdi2(E7t7pCb(a)I7y&NBPLpE=xeXI3_dm!r7Ry
m&81`_z&um+tk)mD=Z*9zA9>nk35XZRWM*DC8#A_fZsivua8q*t
literal 0
HcmV?d00001
diff --git a/dlls/light.msstyles/blue_window_max_button_glyph_19px.svg b/dlls/light.msstyles/blue_window_max_button_glyph_19px.svg
new file mode 100644
index 00000000000..ebd6d031856
--- /dev/null
+++ b/dlls/light.msstyles/blue_window_max_button_glyph_19px.svg
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg id="bitmap:19-32" width="19" height="152" version="1.1" viewBox="0 0 5.0271 40.217" xmlns="http://www.w3.org/2000/svg">
+ <g fill="none" stroke-width=".26458">
+ <rect x=".92603" y=".92605" width="3.175" height="3.175" stroke="#aeaeae"/>
+ <rect x=".92603" y="16.007" width="3.175" height="3.175" stroke="#aeaeae"/>
+ <rect x=".92603" y="5.9532" width="3.175" height="3.175" stroke="#3096fa"/>
+ <rect x=".92603" y="10.98" width="3.175" height="3.175" stroke="#2979ff"/>
+ <rect x=".92603" y="21.035" width="3.175" height="3.175" stroke="#aeaeae"/>
+ <rect x=".92603" y="36.116" width="3.175" height="3.175" stroke="#aeaeae"/>
+ <rect x=".92603" y="26.062" width="3.175" height="3.175" stroke="#3096fa"/>
+ <rect x=".92603" y="31.089" width="3.175" height="3.175" stroke="#2979ff"/>
+ </g>
+</svg>
diff --git a/dlls/light.msstyles/blue_window_max_button_glyph_23px.bmp b/dlls/light.msstyles/blue_window_max_button_glyph_23px.bmp
new file mode 100644
index 0000000000000000000000000000000000000000..87c6ec4aadf96fa417cc0e0ba308f7531dca940e
GIT binary patch
literal 17066
zcmeI1F;2ul3`GaQ9cXFkIKwtnG+c!Wi4$-D4neUsXQK&Yz><-@@{5ZVO1#3%;Q9Y2
zc^jhD&f($xFuq@}^Y_cF>scSOF2>Ecoa4>!`kb2AGRDu3^p?Z@<C9rL(<`KE(YXj5
zkH(a)82**QvXris>xk7znOBH(+3CDHigF^G?7Iy)lZdxRy?_~h-sm%^n|5v%SsfxQq|
zo^O|GWsJUa=f~3dL1JCab0XQ9CR&$siu$%kG*+*3;v*W(vm@~ljm^|K(a)ez&Y*^&5&
z#%AiA_=raH>_~h>V>5M5d_<#pb|gNcv6(t2KBCb)I}#t!*i4-hpJ=M3$2m2we*T%~
z<*Cf>H-Y~`;PdTnsaAFklACFwb>btM&W;H99$`r|K6wn{Bbv^R2>2dhNi;rr`|qW2
zsZ_+Odre?31S;R%sV8G3y7{_TTjC?xnI>BAY)_?`G!sw2ceZ|?$n{mqllt3P`~0)|
zze)X96Zn4wD*rR;$*x9pnI>8%KBDRDh=A`AmPF%|x4(xTU31nWEQuyM4)GDq9<zl@
zr6N|{YXW;AP~8KhdyEy1o$aYLlV;)x_)gy^btb~DQvQhDX#)EpP}%=ePew^}nI>8%
zKBDRDh=A`AmPF%|x4(xTU31nWEQuyM4)GDq9<zl(a)r6N|{YXW;AQ2FjoJsBg>WtwQ6
p_=u*nBLcohSQ3p-?!Am=5)tq{a(@wxPv-Za<X0*>X7|oV;0uuCdZ+*Z
literal 0
HcmV?d00001
diff --git a/dlls/light.msstyles/blue_window_max_button_glyph_23px.svg b/dlls/light.msstyles/blue_window_max_button_glyph_23px.svg
new file mode 100644
index 00000000000..86887431cf2
--- /dev/null
+++ b/dlls/light.msstyles/blue_window_max_button_glyph_23px.svg
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg id="bitmap:23-32" width="23" height="184" version="1.1" viewBox="0 0 6.0854 48.684" xmlns="http://www.w3.org/2000/svg">
+ <g fill="none" stroke-width=".26458">
+ <rect x="1.1906" y="1.1906" width="3.7042" height="3.7042" stroke="#aeaeae"/>
+ <rect x="1.1906" y="19.447" width="3.7042" height="3.7042" stroke="#aeaeae"/>
+ <rect x="1.1906" y="7.2761" width="3.7042" height="3.7042" stroke="#3096fa"/>
+ <rect x="1.1906" y="13.362" width="3.7042" height="3.7042" stroke="#2979ff"/>
+ <rect x="1.1906" y="25.532" width="3.7042" height="3.7042" stroke="#aeaeae"/>
+ <rect x="1.1906" y="43.789" width="3.7042" height="3.7042" stroke="#aeaeae"/>
+ <rect x="1.1906" y="31.618" width="3.7042" height="3.7042" stroke="#3096fa"/>
+ <rect x="1.1906" y="37.703" width="3.7042" height="3.7042" stroke="#2979ff"/>
+ </g>
+</svg>
diff --git a/dlls/light.msstyles/blue_window_max_button_glyph_26px.bmp b/dlls/light.msstyles/blue_window_max_button_glyph_26px.bmp
new file mode 100644
index 0000000000000000000000000000000000000000..29e4ab88542f42c19008e746969604d57fdeba6b
GIT binary patch
literal 21770
zcmeI2F>Vx55JcC4h$9e(a)l5qwnL?j4KLWD#>%mFxt&%${~hFRbtxmG>@F(a)LmLL|Y!0
z>UUN3-!f<|+4pary+8f(a)__BWev_8+*=iB<+onD-ttoZre`sLzdIh}reo+r!w>$e{+
zB!h#egL#i{yMc#?hvkT8^eT_oan7)NM!IUwJ*zqAR);>(`mHYW;nr_;<R)6b)nz{1
z`mK)KMC-S@%!gaQ)sdTM{Z^OxaO<}^aucoJ>M|d0{Z>bAqV-!{=EJSu>c~yBesr^#
z`;*V+<ImjY-N66Q!1{yN-4V~ItL5X%<%s9j_KfaR&FP|=b8dC$6RqFsG9PaJR!454
z^;=!$!>!-y$W63<tIK(a)2^;;deiPmp*nGd&qt0Onj`mHYW;nr_;<R)6b)nz{1`qAxv
z5BmMS!rlu1?3sKYs`5F%)*kjXb_3nO-#766>#OC6XSDf<9p?<YXQZp<+_Rc<ZguDr
zt>5Z0A8!3tM{c6^TV3YEt>5a%O|*Wi%Y3-?TOGNH)^By054V1+BRA3dtuFK7)^By>
zCR)GMWj@^ct&ZG8>qj?>xj*@AKK{&Y-VJmE$2Gw3A!c!OquG4?cF#yx&3jMP%=UTr
zw%t!P?cS<pw$Hn_?S881t(a)g&f_G0yVIp3R`KJps7fo|aV2J-*gUOu|n-rV%rJtJK;
zXJ0kv-0ILLTEEq0KHU1Pj@(4+x4O)STffzjn`r%3m-%q(w>okYt>5Z0A8!3tM{c6^
zTV3YEt>5a%O|*Wi%Y3-?TOGNH){kx$bAR&LeEgZ)yc_5Sj%(mre^+zuJ$oDCo+H22
zRXNsgb-m|t1Kr!cKDxK=?cBh%{~fSzFFyXRU9!Eo>AOtslWw3JII02uE(a)l=-_nFPd
zZ}*IJ)x7sq&1|1{Z`=J;)9$TmX8XK*+wP~D-fC~$YcE!>m-D^3=_9YP8|Vg(Z-C!J
z%;M-~v-$Y#o{_Ga_nxYm?ep$!yPs;>y;aR(a)pLcKD{Z!Li?Tvfw#p?BPzBf00<Td^q
G4g3IVR+`EH
literal 0
HcmV?d00001
diff --git a/dlls/light.msstyles/blue_window_max_button_glyph_26px.svg b/dlls/light.msstyles/blue_window_max_button_glyph_26px.svg
new file mode 100644
index 00000000000..150e9b44578
--- /dev/null
+++ b/dlls/light.msstyles/blue_window_max_button_glyph_26px.svg
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg id="bitmap:26-32" width="26" height="208" version="1.1" viewBox="0 0 6.8791 55.034" xmlns="http://www.w3.org/2000/svg">
+ <g fill="none" stroke-width=".52917">
+ <rect x="1.3229" y="1.3229" width="4.2334" height="4.2334" stroke="#aeaeae"/>
+ <rect x="1.3229" y="21.961" width="4.2334" height="4.2334" stroke="#aeaeae"/>
+ <rect x="1.3229" y="8.2022" width="4.2334" height="4.2334" stroke="#3096fa"/>
+ <rect x="1.3229" y="15.081" width="4.2334" height="4.2334" stroke="#2979ff"/>
+ <rect x="1.3229" y="28.84" width="4.2334" height="4.2334" stroke="#aeaeae"/>
+ <rect x="1.3229" y="49.478" width="4.2334" height="4.2334" stroke="#aeaeae"/>
+ <rect x="1.3229" y="35.719" width="4.2334" height="4.2334" stroke="#3096fa"/>
+ <rect x="1.3229" y="42.599" width="4.2334" height="4.2334" stroke="#2979ff"/>
+ </g>
+</svg>
diff --git a/dlls/light.msstyles/blue_window_max_button_glyph_32px.bmp b/dlls/light.msstyles/blue_window_max_button_glyph_32px.bmp
new file mode 100644
index 0000000000000000000000000000000000000000..4a05c084747ac6c657b74e73959239c9b3552922
GIT binary patch
literal 32906
zcmeI3F-{yo5Jd;s2O)LlGmtoP!c~YYIUwc$KE(a)u<$(UwU9#ti!eyWUzSeokYUvKw~
zdJxj?)6cip<Kye?{pauZ$K$FV*7xJ_W&QrTe$=n?IPTwT;e7h>{8D#x_1A8L>l)C&
zal75l$;YnJN%rbR`MbHgKVC<j?`oQ>eQ6(>lb;Pxk2II*$NzI&=et_|{r=Z^>ei`8
znyb%;_MtiX*#PxObD8e>rye6WHP-9W)l=N))A3x_fCe<60Sznz=dW+)<YU+BBzyIu
z{M}sLAFrd%cQwt`zO)a`$<GF;N1Ds@>m1klu9knl|8<_ab?TAk>hqy}Xik1MKt0l2
zrhERW$H+~M^}2NR6gT>GJl8d#0S#zC1IxhQKi|*E$F9{$_Uc9XySchQUPqnpYMQHk
zX&;)CpAArtG?(euIj-|vE&qQ1>pXSq)FaK+=R^C(a)ocwHndZf8b_xw|jk((Opb?NFU
zZuIGRu4_O88qk0SmVtQR*wnadb&4B(D1SFs_seJRqo&^UpAArtG?(eueWcEJwS0DN
zs#off=HzDs)FaJhy62C2jNH^%uS-`?aidSib6o=((0~RsunffCjj3_h>J&HnQ2uVN
z?w8O0kD=c5pAArtG?(eueWcEJwS0DNs#off=HzDs)FaJhy62C2jNH^%uS-`?aidSi
zb6o=((0~RsunffK#-_$yt5e+QL;1V8x?eu~95wZ(|7?JIq`6GL?jv=+tL3wEQ(a)v7;
zG$%hBpdM*1(>;IGW8|jBdR(a)ADiW_}8p6eRWfCe<6fn^{*H#RlyTAkuXAIjg&)&26>
z=cuVS{bvKzBh6*{bswqoT`ixTo9dN%q&fN70QE?7neO?c9wRq3*6Y&MQ{3p&@m$w{
z1~i}n4J-rkzOkus*Xk5E`cVFEuI`u5-p5S6=|3Bw9%(Mqulq=y?`rw%+*GgBBhAUr
f2B=4x%XH5l^%%LSv0j(1p5jKIj_0}tKBIwu>M7`l
literal 0
HcmV?d00001
diff --git a/dlls/light.msstyles/blue_window_max_button_glyph_32px.svg b/dlls/light.msstyles/blue_window_max_button_glyph_32px.svg
new file mode 100644
index 00000000000..3c838138547
--- /dev/null
+++ b/dlls/light.msstyles/blue_window_max_button_glyph_32px.svg
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg id="bitmap:32-32" width="32" height="256" version="1.1" viewBox="0 0 8.4666 67.734" xmlns="http://www.w3.org/2000/svg">
+ <g fill="none" stroke-width=".52917">
+ <rect x="1.852" y="1.8521" width="4.7626" height="4.7626" stroke="#aeaeae"/>
+ <rect x="1.852" y="27.252" width="4.7626" height="4.7626" stroke="#aeaeae"/>
+ <rect x="1.852" y="10.319" width="4.7626" height="4.7626" stroke="#3096fa"/>
+ <rect x="1.852" y="18.786" width="4.7626" height="4.7626" stroke="#2979ff"/>
+ <rect x="1.852" y="35.719" width="4.7626" height="4.7626" stroke="#aeaeae"/>
+ <rect x="1.852" y="61.119" width="4.7626" height="4.7626" stroke="#aeaeae"/>
+ <rect x="1.852" y="44.186" width="4.7626" height="4.7626" stroke="#3096fa"/>
+ <rect x="1.852" y="52.653" width="4.7626" height="4.7626" stroke="#2979ff"/>
+ </g>
+</svg>
diff --git a/dlls/light.msstyles/blue_window_max_button_glyph_39px.bmp b/dlls/light.msstyles/blue_window_max_button_glyph_39px.bmp
new file mode 100644
index 0000000000000000000000000000000000000000..f0c33cf633664d2214370d4dfcc5636c0af54d14
GIT binary patch
literal 48810
zcmeI4F^(iv5CwY#2U!o{VPda?g~L^_kT?Mc;1C#d1P+GN%m7A6rD*+9>@R7WT+!$$
zCtp-lwy|1c_w$c`{CWH5*KcqC|Ml(j&D-bum)q^-_UZQ3TmJOl&)*_`-EX&l|9hX^
zKmYL4&-md|{Ca6?mgWL;fsb&3*VotkRiCr>xXSDOInU~Lzu#ZJ^oQR|x!c+9%Ko^m
zT<N$ocRSu>WioeLxzcfG?smM%%4F`ga;4+W-0gUimC4*~<x0n$x!dt3E0ej~%9V~g
z|A)Kr9e3p8RUc1wI2iM>$?>Pg*)cyp{qf{W|9SKg(a)3G1JbS^L#m<!AW<^mu00{36O
zy<hb?d!?(q-k<ZVZfD<XWuM>6%072WmmJH5U%KYQdEu8X9V{1q>6#Dcg<raKuw3}1
zYd)M8e(BP|a^aV*`EXwNrAr6Pg<rbn!+GJCE*&fve(9PI=Y?Oobg*3brE5N%7k=r|
z!E)i3uK93Y_(a)zq+%Y|RM=EHg6mo6PF7k=rQ59fu??(R(ImAu=B{1qSWu)90+xs&Gt
zbAh?QTwpFR7r5pEfBpX5{i(a)H|H(a)eE}{W;I-cJ{qi_W8Z6>~p7d$+2AcrE5N%7k=r|
z!E)i3uK93Y_(a)zq+%Y|RM=EHg6mo6PF7k=rQ59ftnx^%Ey_@!$;oELuS(!p}!m#+D6
zUihU;2g`+Dy5_(a)q;g>EQEEj(1nh)oNU%GU#T==DHKAabR>C(Y+;g_!Ya9;TA?#^^x
z$-8~XU-97%ySp==J9#cJ7nlpo1?B>Cfom?X<L}lP^XwZLXUF_m-Oj$(%0BPEvd^8;
zCC75%m#+D6UihU;2g`+Dy5_(a)q;g>EQEEj(1nh)oNU%GU#T==DHKAabR>C(Y+;g_!Y
za9;SOO9#t^U%KYQdEu8X9V{1q>6#Dcg<raKuw3}1Yd)M8e(BP|a^aV*`EXwNrAr6P
zg<rbn!+GJeyF1f)CGYkjf5nG8?C#Ed?&P_^TwpFR7nlpo1+KZk?%&_ZKl?`P?#|EZ
zcJ{qi_W50`>~p7d$+2AcrE5N%7k=r|!E)i3uK93Y_(a)zq+%Y|RM=EHg6mo6PF7k=rQ
z59ftnx^%Ey_@!$;oELuS(!p}!m#+D6UihU;2g`+Dy5_(a)q;g>EQEEj(1nh)oNU%GU#
zT==DHKAabR>C(Y+;g_!Ya9;TA?#^^x$-8~XU-97%ySp==J9#cJ7nlpo1?B>Cfom?X
z``^kV|LhyFyE{Lt+u8S8+2?n$vd^8;CC75%m#+D6UihU;2g`+Dy5_(a)q;g>EQEEj(1
znh)oNU%GU#T==DHKAabR>C(Y+;g_!Ya9;SOO9#t^U%KYQdEu8X9V{1q>6#Dcg<raK
zuw3}1Yd)M8e(BP|a^aV*`EXwNrAr6Pg<rbn!+GJeyF1f)CGYkjf5nG8?C#Ed?&P_^
zTwpFR7nlpo1+KZk?td$f{IhSw?(Y1oZfD<XWuM>0%072WmmJH5U%KYQdEu8X9V{1q
z>6#Dcg<raKuw3}1Yd)M8e(BP|a^aV*`EXwNrAr6Pg<rbn!+GJCE*&fve(9PI=Y?Oo
zbg*3brE5N%7k=r|!E)i3uK93Y_(a)zq+%Y|RM=EHg6mo6PF7k=rQ59fu??(R(ImAu=B
z{1qSWu)90+xs&GtbAh?QTwpFR7r5pEyZ(a)dY`DfpV-QD?F-Oj$(%09n~m3{7%E;*J9
zzjV!q^TID(I#@3J(lsB>3%_*fV7c&1*L*lH{L-a^<-#vr^WnVkOP3Co3%_*Dhx5WO
zT{>7U{L(ca&I`YE>0r6=OV(a)ljFZ|M_gXO|6UGw3*@Jp8tmJ7dh&4=^CFI_rVF8tCp
iAI=M(-QAhaD|xpM`71u$VRv`tb0^OQ<^mt<0)GPo%vlrw
literal 0
HcmV?d00001
diff --git a/dlls/light.msstyles/blue_window_max_button_glyph_39px.svg b/dlls/light.msstyles/blue_window_max_button_glyph_39px.svg
new file mode 100644
index 00000000000..9cbc912f703
--- /dev/null
+++ b/dlls/light.msstyles/blue_window_max_button_glyph_39px.svg
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg id="bitmap:39-32" width="39" height="312" version="1.1" viewBox="0 0 10.319 82.551" xmlns="http://www.w3.org/2000/svg">
+ <g fill="none" stroke-width=".79376">
+ <rect x="1.9843" y="1.9844" width="6.3501" height="6.3501" stroke="#aeaeae"/>
+ <rect x="1.9843" y="32.941" width="6.3501" height="6.3501" stroke="#aeaeae"/>
+ <rect x="1.9843" y="12.303" width="6.3501" height="6.3501" stroke="#3096fa"/>
+ <rect x="1.9843" y="22.622" width="6.3501" height="6.3501" stroke="#2979ff"/>
+ <rect x="1.9843" y="43.26" width="6.3501" height="6.3501" stroke="#aeaeae"/>
+ <rect x="1.9843" y="74.216" width="6.3501" height="6.3501" stroke="#aeaeae"/>
+ <rect x="1.9843" y="53.579" width="6.3501" height="6.3501" stroke="#3096fa"/>
+ <rect x="1.9843" y="63.898" width="6.3501" height="6.3501" stroke="#2979ff"/>
+ </g>
+</svg>
diff --git a/dlls/light.msstyles/blue_window_max_button_glyph_52px.bmp b/dlls/light.msstyles/blue_window_max_button_glyph_52px.bmp
new file mode 100644
index 0000000000000000000000000000000000000000..e6130551b82a39b9ca79b336b2e3126ce8488317
GIT binary patch
literal 86666
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
literal 0
HcmV?d00001
diff --git a/dlls/light.msstyles/blue_window_max_button_glyph_52px.svg b/dlls/light.msstyles/blue_window_max_button_glyph_52px.svg
new file mode 100644
index 00000000000..a97bea1eb5c
--- /dev/null
+++ b/dlls/light.msstyles/blue_window_max_button_glyph_52px.svg
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg id="bitmap:52-32" width="52" height="416" version="1.1" viewBox="0 0 13.759 110.07" xmlns="http://www.w3.org/2000/svg">
+ <g fill="none" stroke-width="1.0584">
+ <rect x="2.6459" y="2.6458" width="8.4669" height="8.4669" stroke="#aeaeae"/>
+ <rect x="2.6459" y="43.922" width="8.4669" height="8.4669" stroke="#aeaeae"/>
+ <rect x="2.6459" y="16.404" width="8.4669" height="8.4669" stroke="#3096fa"/>
+ <rect x="2.6459" y="30.163" width="8.4669" height="8.4669" stroke="#2979ff"/>
+ <rect x="2.6459" y="57.68" width="8.4669" height="8.4669" stroke="#aeaeae"/>
+ <rect x="2.6459" y="98.956" width="8.4669" height="8.4669" stroke="#aeaeae"/>
+ <rect x="2.6459" y="71.438" width="8.4669" height="8.4669" stroke="#3096fa"/>
+ <rect x="2.6459" y="85.197" width="8.4669" height="8.4669" stroke="#2979ff"/>
+ </g>
+</svg>
diff --git a/dlls/light.msstyles/blue_window_max_caption.bmp b/dlls/light.msstyles/blue_window_max_caption.bmp
new file mode 100644
index 0000000000000000000000000000000000000000..848d5a46aafceef3550cb87cfa2eb0556fe05341
GIT binary patch
literal 370
zcmZ?rEn;K<gDxOh1H>S%6_}O)k_-$lz$7~HpMe2_Kob9*+=GhIRS(a)E{pegwO|33pg
S(a)w#>E=xQIxZxbd=U;qH3$+M*Z
literal 0
HcmV?d00001
diff --git a/dlls/light.msstyles/blue_window_max_caption.svg b/dlls/light.msstyles/blue_window_max_caption.svg
new file mode 100644
index 00000000000..a4e81db3447
--- /dev/null
+++ b/dlls/light.msstyles/blue_window_max_caption.svg
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg id="bitmap:1-24" width="1" height="58" version="1.1" viewBox="0 0 .26458 15.346" xmlns="http://www.w3.org/2000/svg">
+ <rect x="-3.1034e-6" y="-1.1102e-16" width=".26458" height=".26459" fill="#909090"/>
+ <rect x="3.0921e-6" y="7.673" width=".26458" height=".26459" fill="#aeaeae"/>
+ <rect x="-3.1034e-6" y="7.9376" width=".26458" height="7.4084" fill="#fff"/>
+ <rect x="3.0881e-6" y=".26459" width=".26458" height="7.4084" fill="#fff"/>
+</svg>
diff --git a/dlls/light.msstyles/blue_window_mdi_close_button_background.bmp b/dlls/light.msstyles/blue_window_mdi_close_button_background.bmp
new file mode 100644
index 0000000000000000000000000000000000000000..7b6cf627541c3ba8c886fd273c980db12563c22a
GIT binary patch
literal 938
zcmZ?rUB%1*23<h128h{!SObU|86<!t1A_uo9?XFg{}~t{2qf~~$vvnTE=44R1x?*L
zRPg^l(0o*(b%Ra}=pZxz^3+vi1e6Dh!PNmJ2U-lneQ?LY84L_A;{TBm*v&uzIDoLh
n>IO;-!+mgvz!^Bx5L^W?jRDzUbps`aoXo*)fjb1wU|;|M>!CQp
literal 0
HcmV?d00001
diff --git a/dlls/light.msstyles/blue_window_mdi_close_button_background.svg b/dlls/light.msstyles/blue_window_mdi_close_button_background.svg
new file mode 100644
index 00000000000..2aae13176a7
--- /dev/null
+++ b/dlls/light.msstyles/blue_window_mdi_close_button_background.svg
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg id="bitmap:6-24" width="6" height="40" version="1.1" viewBox="0 0 1.5875 10.583" xmlns="http://www.w3.org/2000/svg" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+ <metadata>
+ <rdf:RDF>
+ <cc:Work rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <rect x="-2.5542e-6" width="1.5875" height="10.583" fill="#fff" stroke-width=".26458"/>
+ <g transform="translate(5.0184e-6,-6.4982e-5)" fill="none" stroke-width=".26458">
+ <rect x=".13228" y=".39694" width="1.0583" height="2.1166" stroke="#aeaeae"/>
+ <rect x=".13228" y="3.0427" width="1.0583" height="2.1166" stroke="#ff1744"/>
+ <rect x=".13228" y="5.6886" width="1.0583" height="2.1166" stroke="#d50000"/>
+ <rect x=".13228" y="8.3344" width="1.0583" height="2.1166" fill="#aeaeae" stroke="#aeaeae"/>
+ </g>
+</svg>
diff --git a/dlls/light.msstyles/blue_window_mdi_close_button_glyph.bmp b/dlls/light.msstyles/blue_window_mdi_close_button_glyph.bmp
new file mode 100644
index 0000000000000000000000000000000000000000..9632c5296e28e6daab854237e8919d10de20509f
GIT binary patch
literal 1738
zcmd5+L2kk(a)5Hu>{(0hR+$37xbX%yhZg|Cn!FX&T{l85vj^$W=>mRZLu){88BX(a)tcx
z-tl<6j%Am}--Yw-2mcquJK_^Da~t;t+=g*<RU_xdA9GY5PG>ck)tx6)ZQEWEUwW8x
z<_%YX>k%dMz$iCbo<AV!fRVq}HcfMeh8Q)k`xy6rLCd}me&C{dY%YG_v-T_c>9NCi
z|1<mJoO#{40$h*q=K(ai*82GaG&KTf{k68kIdp_bp2s+!eY`f|XX~-KteLxC(NBxj
zimtmgMd!ge^SYAig9>o{entK~Y#wRXw1sx4mQ*uZ|42J(Xt$)~c~rrVH7P$^kIiLG
s%+K1d=%>cq`z!Y!Z^k#*C^<0PmwV;lp1v=l{_pon>Xr3S+e^MzHz2baqW}N^
literal 0
HcmV?d00001
diff --git a/dlls/light.msstyles/blue_window_mdi_close_button_glyph.svg b/dlls/light.msstyles/blue_window_mdi_close_button_glyph.svg
new file mode 100644
index 00000000000..b47ba63fbc6
--- /dev/null
+++ b/dlls/light.msstyles/blue_window_mdi_close_button_glyph.svg
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg id="bitmap:10-32" width="10" height="40" version="1.1" viewBox="0 0 2.6458 10.583" xmlns="http://www.w3.org/2000/svg">
+ <g stroke-width=".99998">
+ <path d="m2.3812 0.98017-0.18652-0.18653-0.73951 0.7395-0.7395-0.7395-0.18653 0.18653 0.73951 0.7395-0.73951 0.7395 0.18653 0.18653 0.7395-0.7395 0.73951 0.7395 0.18652-0.18653-0.73951-0.7395z" fill="#aeaeae"/>
+ <path d="m2.3812 8.9176-0.18652-0.18653-0.73951 0.7395-0.7395-0.7395-0.18653 0.18653 0.73951 0.7395-0.73951 0.7395 0.18653 0.18653 0.7395-0.7395 0.73951 0.7395 0.18652-0.18653-0.73951-0.7395z" fill="#aeaeae"/>
+ <path d="m2.3812 3.626-0.18652-0.18653-0.73951 0.7395-0.7395-0.7395-0.18653 0.18653 0.7395 0.7395-0.7395 0.7395 0.18653 0.18653 0.7395-0.7395 0.73951 0.7395 0.18652-0.18653-0.73951-0.7395z" fill="#ff1744"/>
+ <path d="m2.3812 6.2718-0.18652-0.18653-0.73951 0.7395-0.7395-0.7395-0.18653 0.18653 0.73951 0.7395-0.73951 0.7395 0.18653 0.18653 0.7395-0.7395 0.73951 0.7395 0.18652-0.18653-0.73951-0.7395z" fill="#d50000"/>
+ </g>
+</svg>
diff --git a/dlls/light.msstyles/blue_window_mdi_min_button_background.bmp b/dlls/light.msstyles/blue_window_mdi_min_button_background.bmp
new file mode 100644
index 0000000000000000000000000000000000000000..030624cca548158379ccf68bc1df5cb0045d317f
GIT binary patch
literal 938
zcmZ?rUB%1*23<h128h{!SObU|86<!t1A_uo9?XFg{}~t{2qf~~$vvnTE=44R1x?*L
zRPg^l(0o*(b%Ra}=pZxz42()m6a?}INB|DN?12?Sb|Tn)aL2(I3=F(a)f86YE|1Xv8F
r;6G4upv5rU2X`Etfin%kRRGf%*dGuYB1~s7<YW$Z3*2#V1_J{CKTcJ0
literal 0
HcmV?d00001
diff --git a/dlls/light.msstyles/blue_window_mdi_min_button_background.svg b/dlls/light.msstyles/blue_window_mdi_min_button_background.svg
new file mode 100644
index 00000000000..098e8c98632
--- /dev/null
+++ b/dlls/light.msstyles/blue_window_mdi_min_button_background.svg
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg id="bitmap:6-24" width="6" height="40" version="1.1" viewBox="0 0 1.5875 10.583" xmlns="http://www.w3.org/2000/svg" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+ <metadata>
+ <rdf:RDF>
+ <cc:Work rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <rect x="-2.5542e-6" width="1.5875" height="10.583" fill="#fff" stroke-width=".26458"/>
+ <g transform="translate(5.0184e-6,-6.4982e-5)" fill="none" stroke-width=".26458">
+ <rect x=".13228" y=".39694" width="1.0583" height="2.1166" stroke="#aeaeae"/>
+ <rect x=".13228" y="3.0427" width="1.0583" height="2.1166" stroke="#3096fa"/>
+ <rect x=".13228" y="5.6886" width="1.0583" height="2.1166" stroke="#2979ff"/>
+ <rect x=".13228" y="8.3344" width="1.0583" height="2.1166" fill="#aeaeae" stroke="#aeaeae"/>
+ </g>
+</svg>
diff --git a/dlls/light.msstyles/blue_window_mdi_min_button_glyph.bmp b/dlls/light.msstyles/blue_window_mdi_min_button_glyph.bmp
new file mode 100644
index 0000000000000000000000000000000000000000..8b17d11529e6eaa1031879c5957c7bb81dc4e229
GIT binary patch
literal 1738
zcmZ?rJ;lZV23<h128g+USObU|859_pfwTiu9>_!j{}~t{2qgC3$vvnTNs=fg3l>%D
z)~)-G4Wlc?rUoR2u5Of1SqS{E)clVPqnnCN4M+(a)K-6)^35coCC;6FBuZYnl4ATe}x
UqkPIjfY@?~Sap=SW(a)PII069L9oB#j-
literal 0
HcmV?d00001
diff --git a/dlls/light.msstyles/blue_window_mdi_min_button_glyph.svg b/dlls/light.msstyles/blue_window_mdi_min_button_glyph.svg
new file mode 100644
index 00000000000..aa5358dbc80
--- /dev/null
+++ b/dlls/light.msstyles/blue_window_mdi_min_button_glyph.svg
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg id="bitmap:10-32" width="10" height="40" version="1.1" viewBox="0 0 2.6458 10.583" xmlns="http://www.w3.org/2000/svg">
+ <g transform="matrix(.8182 0 0 1 .3127 0)" stroke-width="1.2222">
+ <rect transform="scale(-1,1)" x="-1.8814" y="2.1167" width="1.9402" height=".52917" fill="#aeaeae"/>
+ <rect transform="scale(-1,1)" x="-1.8814" y="10.054" width="1.9403" height=".52917" fill="#aeaeae"/>
+ <rect transform="scale(-1,1)" x="-1.8814" y="4.7626" width="1.9403" height=".52917" fill="#3096fa"/>
+ <rect transform="scale(-1,1)" x="-1.8814" y="7.4084" width="1.9403" height=".52917" fill="#2979ff"/>
+ </g>
+</svg>
diff --git a/dlls/light.msstyles/blue_window_mdi_restore_button_background.bmp b/dlls/light.msstyles/blue_window_mdi_restore_button_background.bmp
new file mode 100644
index 0000000000000000000000000000000000000000..030624cca548158379ccf68bc1df5cb0045d317f
GIT binary patch
literal 938
zcmZ?rUB%1*23<h128h{!SObU|86<!t1A_uo9?XFg{}~t{2qf~~$vvnTE=44R1x?*L
zRPg^l(0o*(b%Ra}=pZxz42()m6a?}INB|DN?12?Sb|Tn)aL2(I3=F(a)f86YE|1Xv8F
r;6G4upv5rU2X`Etfin%kRRGf%*dGuYB1~s7<YW$Z3*2#V1_J{CKTcJ0
literal 0
HcmV?d00001
diff --git a/dlls/light.msstyles/blue_window_mdi_restore_button_background.svg b/dlls/light.msstyles/blue_window_mdi_restore_button_background.svg
new file mode 100644
index 00000000000..098e8c98632
--- /dev/null
+++ b/dlls/light.msstyles/blue_window_mdi_restore_button_background.svg
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg id="bitmap:6-24" width="6" height="40" version="1.1" viewBox="0 0 1.5875 10.583" xmlns="http://www.w3.org/2000/svg" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+ <metadata>
+ <rdf:RDF>
+ <cc:Work rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <rect x="-2.5542e-6" width="1.5875" height="10.583" fill="#fff" stroke-width=".26458"/>
+ <g transform="translate(5.0184e-6,-6.4982e-5)" fill="none" stroke-width=".26458">
+ <rect x=".13228" y=".39694" width="1.0583" height="2.1166" stroke="#aeaeae"/>
+ <rect x=".13228" y="3.0427" width="1.0583" height="2.1166" stroke="#3096fa"/>
+ <rect x=".13228" y="5.6886" width="1.0583" height="2.1166" stroke="#2979ff"/>
+ <rect x=".13228" y="8.3344" width="1.0583" height="2.1166" fill="#aeaeae" stroke="#aeaeae"/>
+ </g>
+</svg>
diff --git a/dlls/light.msstyles/blue_window_mdi_restore_button_glyph.bmp b/dlls/light.msstyles/blue_window_mdi_restore_button_glyph.bmp
new file mode 100644
index 0000000000000000000000000000000000000000..f9071d03e332e4a5f71db62af34550ddc8987e99
GIT binary patch
literal 1738
zcmb`Gu?@md3`9QyQ7{E1bc}$~P|>hTDkLUg0LI85j6`E>;G~mf>my8*%bhN#_tRuJ
z-k0rlUG;fUtyCM;tgYKzegAo{kuGWNeOo8P;WX0Aui_$DP17Wi{M0tpjv1W6MF+Q@
zb8lx`uZ#f}dv=y*Mmy$IvYfXP$un(J?U=zCTy${jIrnz9^~xAvv1ey_X0&5YB|mOE
ziR78KsdmiZ3@$pj^_+V<+j?aTu-LP+JTuxcr;?+8G5R0>(J_NFz8(a)Xjdd|I_ZM`xE
PSnSzZo*C_!^J{(r-C=7E
literal 0
HcmV?d00001
diff --git a/dlls/light.msstyles/blue_window_mdi_restore_button_glyph.svg b/dlls/light.msstyles/blue_window_mdi_restore_button_glyph.svg
new file mode 100644
index 00000000000..557f2e02588
--- /dev/null
+++ b/dlls/light.msstyles/blue_window_mdi_restore_button_glyph.svg
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg id="bitmap:10-32" width="10" height="40" version="1.1" viewBox="0 0 2.6458 10.583" xmlns="http://www.w3.org/2000/svg">
+ <g transform="matrix(.99998 0 0 .99998 1.3229 -.52926)" fill="none" stroke-width=".26458">
+ <rect x="-.92607" y="1.7199" width="1.3229" height="1.3229" stroke="#aeaeae"/>
+ <rect x="-.92607" y="4.3657" width="1.3229" height="1.3229" stroke="#3096fa"/>
+ <rect x="-.92607" y="7.0116" width="1.3229" height="1.3229" stroke="#2979ff"/>
+ </g>
+ <rect transform="scale(-1,1)" x="-2.3812" y=".52913" width="1.5875" height=".26458" fill="#aeaeae" stroke-width=".23931"/>
+ <rect transform="scale(-1,1)" x="-2.3812" y=".79371" width=".26459" height="1.3229" fill="#aeaeae" stroke-width=".23931"/>
+ <rect x=".39687" y="9.1279" width="1.3229" height="1.3229" fill="none" stroke="#aeaeae" stroke-width=".26458"/>
+ <g stroke-width=".23932">
+ <rect transform="scale(-1,1)" x="-2.3813" y="8.4665" width="1.5875" height=".26459" fill="#aeaeae"/>
+ <rect transform="scale(-1,1)" x="-2.3813" y="8.731" width=".2646" height="1.3229" fill="#aeaeae"/>
+ <g transform="matrix(.99998 0 0 .99998 1.3229 -.52926)">
+ <rect transform="scale(-1,1)" x="-1.0583" y="3.7043" width="1.5875" height=".26459" fill="#3096fa"/>
+ <rect transform="scale(-1,1)" x="-1.0583" y="3.9688" width=".26459" height="1.3229" fill="#3096fa"/>
+ <rect transform="scale(-1,1)" x="-1.0583" y="6.3501" width="1.5875" height=".26459" fill="#2979ff"/>
+ <rect transform="scale(-1,1)" x="-1.0583" y="6.6147" width=".26459" height="1.3229" fill="#2979ff"/>
+ </g>
+ </g>
+</svg>
diff --git a/dlls/light.msstyles/blue_window_min_button_background.bmp b/dlls/light.msstyles/blue_window_min_button_background.bmp
new file mode 100644
index 0000000000000000000000000000000000000000..3584b0131e2e74b69c733045559c3df2972685f0
GIT binary patch
literal 2314
zcmeH}zfJ-{5XQ$u6ZHvv1sXIOOthr2vhfKN4Qg#gg2B(a)G0LuSIAl%ub36yFLJzyt^
z=16Y$j?eGzh`=_sMA_WV&dhGHzsc;EOCGMTNjUCkvz#lOx139|K`U~z8ZL%`Nc07H
zBoB_Rj03-h%f<=EaaygGWm&ZJrP*wDIvvmR+U+(|Qm(a)y2-v>ZTUuv})gJ{s7``EmH
z#HY0$^F{o&ZIAge=%I3o+zzT|81w~|6rKuj9W)-eA;`wzseoU*xZV_GV&iIX$;9SA
zp1yxJE-0Ubd_y$yAs_jf%54YW<R5+ZwSA#V`}*;6^z|;<KKEbCP>%mn<c6qx0)AKz
z&sBw8QTJOv^`Jlh@$~)k3DH*Cf2%?bNl8}n_q3f>r9B3$g_!-qwqYkt`pN9Kzwurs
tdO&_Yp^08B>M>i7|EC|vcrL;n1}aiX2|l`0`q5kH$3j15{wGZR_y(xxvT*<a
literal 0
HcmV?d00001
diff --git a/dlls/light.msstyles/blue_window_min_button_background.svg b/dlls/light.msstyles/blue_window_min_button_background.svg
new file mode 100644
index 00000000000..9623c5e622e
--- /dev/null
+++ b/dlls/light.msstyles/blue_window_min_button_background.svg
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg id="bitmap:5-24" width="5" height="136" version="1.1" viewBox="0 0 1.3229 35.983" xmlns="http://www.w3.org/2000/svg" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+ <metadata>
+ <rdf:RDF>
+ <cc:Work rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <rect y="-7e-5" width="1.3229" height="35.984" fill="#fff" stroke-width=".26458"/>
+ <g transform="translate(5.0184e-6,-6.4982e-5)" fill="none" stroke-width=".26458">
+ <rect x=".13228" y=".13228" width="1.0583" height="4.2334" rx=".52917" ry=".52917" stroke="#aeaeae"/>
+ <rect x=".13228" y="4.6303" width="1.0583" height="4.2334" rx=".52917" ry=".52917" stroke="#3096fa"/>
+ <rect x=".13228" y="9.1282" width="1.0583" height="4.2334" rx=".52917" ry=".52917" stroke="#2979ff"/>
+ <rect x=".13228" y="13.626" width="1.0583" height="4.2334" rx=".52917" ry=".52917" stroke="#aeaeae"/>
+ <rect x=".13228" y="18.124" width="1.0583" height="4.2334" rx=".52917" ry=".52917" stroke="#aeaeae"/>
+ <rect x=".13228" y="22.622" width="1.0583" height="4.2334" rx=".52917" ry=".52917" stroke="#3096fa"/>
+ <rect x=".13228" y="27.12" width="1.0583" height="4.2334" rx=".52917" ry=".52917" stroke="#2979ff"/>
+ <rect x=".13228" y="31.618" width="1.0583" height="4.2334" rx=".52917" ry=".52917" stroke="#aeaeae"/>
+ </g>
+</svg>
diff --git a/dlls/light.msstyles/blue_window_min_button_glyph_13px.bmp b/dlls/light.msstyles/blue_window_min_button_glyph_13px.bmp
new file mode 100644
index 0000000000000000000000000000000000000000..6391845ecb94731f52e356b7d70711488a482ffc
GIT binary patch
literal 5546
zcmZ?rT_wr(a)23<h128elqI0J|o859_pfwTft9>_!j{}~t{2qgC3$vvnTNs=fg3sI_Q
zr)b@}b^i%r+Sxv8@@NPU4uSubn*Rx5bW?!Yl93Qb*E7l=4FPgP;MX*R|Aa8PW{>I{
z4FPI|0HJywBu@={M$H%v0dhlNG>wuQa-;g_6#|6Xq9A#Cxn<Oz(Gb8E0)*P4AbD*1
UM#V-$fL<XmTG!Jnq=%0^04Z4CV*mgE
literal 0
HcmV?d00001
diff --git a/dlls/light.msstyles/blue_window_min_button_glyph_13px.svg b/dlls/light.msstyles/blue_window_min_button_glyph_13px.svg
new file mode 100644
index 00000000000..56aa764baa0
--- /dev/null
+++ b/dlls/light.msstyles/blue_window_min_button_glyph_13px.svg
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg id="bitmap:13-32" width="13" height="104" version="1.1" viewBox="0 0 3.4395 27.517" xmlns="http://www.w3.org/2000/svg">
+ <g transform="matrix(.8182 0 0 1 .3127 0)" stroke-width="1.2222">
+ <rect transform="scale(-1,1)" x="-3.1749" y="2.6458" width="2.9104" height=".26459" fill="#aeaeae"/>
+ <rect transform="scale(-1,1)" x="-3.1749" y="12.965" width="2.9104" height=".26459" fill="#aeaeae"/>
+ <rect transform="scale(-1,1)" x="-3.1749" y="6.0855" width="2.9104" height=".26459" fill="#3096fa"/>
+ <rect transform="scale(-1,1)" x="-3.1749" y="9.5251" width="2.9104" height=".26459" fill="#2979ff"/>
+ <rect transform="scale(-1,1)" x="-3.1749" y="16.404" width="2.9104" height=".26459" fill="#aeaeae"/>
+ <rect transform="scale(-1,1)" x="-3.1749" y="26.723" width="2.9104" height=".26459" fill="#aeaeae"/>
+ <rect transform="scale(-1,1)" x="-3.1749" y="19.844" width="2.9104" height=".26459" fill="#3096fa"/>
+ <rect transform="scale(-1,1)" x="-3.1749" y="23.283" width="2.9104" height=".26459" fill="#2979ff"/>
+ </g>
+</svg>
diff --git a/dlls/light.msstyles/blue_window_min_button_glyph_19px.bmp b/dlls/light.msstyles/blue_window_min_button_glyph_19px.bmp
new file mode 100644
index 0000000000000000000000000000000000000000..5c29b506a246059164530c0e6c9e96db3a054a78
GIT binary patch
literal 11690
zcmeI$F$%*l3_wwZ_6E5?)((Z9Axow#y-KG-PS69Co}q&e*hP`s4p|Hq1Z<KYqQuz3
z$S;sV{rEo1_j=fKvS=+{7L9aruy^-gx8dSak>4HXv>&dw#bVa*n3c8Nq!5C7W4juh
z3;_fXs7pZaC-p{MC!iVx5I~?V0aa<dkvhTWc~Nhq_F^6Z1Q0-AT>)>OBj&GL0lOi9
z00Ic41o%g%WSB<)0R+kmcze+?zkJnHfB*sr>_foYi;nsGkl~aFAb>!50eT(fzX25>
IfIz;$42{1`Qvd(}
literal 0
HcmV?d00001
diff --git a/dlls/light.msstyles/blue_window_min_button_glyph_19px.svg b/dlls/light.msstyles/blue_window_min_button_glyph_19px.svg
new file mode 100644
index 00000000000..03586b4c139
--- /dev/null
+++ b/dlls/light.msstyles/blue_window_min_button_glyph_19px.svg
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg id="bitmap:19-32" width="19" height="152" version="1.1" viewBox="0 0 5.027 40.217" xmlns="http://www.w3.org/2000/svg">
+ <g>
+ <rect transform="scale(-1,1)" x="-4.2333" y="3.9688" width="3.4396" height=".26459" fill="#aeaeae"/>
+ <rect transform="scale(-1,1)" x="-4.2333" y="19.05" width="3.4396" height=".26459" fill="#aeaeae"/>
+ <rect transform="scale(-1,1)" x="-4.2333" y="8.9959" width="3.4396" height=".26459" fill="#3096fa"/>
+ <rect transform="scale(-1,1)" x="-4.2333" y="14.023" width="3.4396" height=".26459" fill="#2979ff"/>
+ <rect transform="scale(-1,1)" x="-4.2333" y="24.077" width="3.4396" height=".26459" fill="#aeaeae"/>
+ <rect transform="scale(-1,1)" x="-4.2333" y="39.159" width="3.4396" height=".26459" fill="#aeaeae"/>
+ <rect transform="scale(-1,1)" x="-4.2333" y="29.105" width="3.4396" height=".26459" fill="#3096fa"/>
+ <rect transform="scale(-1,1)" x="-4.2333" y="34.132" width="3.4396" height=".26459" fill="#2979ff"/>
+ </g>
+</svg>
diff --git a/dlls/light.msstyles/blue_window_min_button_glyph_23px.bmp b/dlls/light.msstyles/blue_window_min_button_glyph_23px.bmp
new file mode 100644
index 0000000000000000000000000000000000000000..539ab383b7140dffaa2da75b28073830d6b5230c
GIT binary patch
literal 17066
zcmeI&F%H5Y6aY|+-odr2n`h|a<l<GFOgw=H(a)DL82J(~-HI&^FqNP~~`x1>P$ye>_k
zKR){KDYtaLrr4%<rdWk8tkbjmwWsQ+#1Ot$ei!@0={#zjRNYMKrBf||VHjd*)XLF3
z1PBlyK!CvV1ma~EOJjMfkr4p`1PBlyP)p!--^bFZm7{qG5FkK+0D<KRl<s5Xam!nc
zj0g}QK!5;&S_1wdYDt(a)i009C72(%?odKMy&YfHjv2oNAZfB=Cx0;Ojm^0+zk=u3bA
X0RjXFv?X9Kqpk00H3SF{_$Prkgoj{q
literal 0
HcmV?d00001
diff --git a/dlls/light.msstyles/blue_window_min_button_glyph_23px.svg b/dlls/light.msstyles/blue_window_min_button_glyph_23px.svg
new file mode 100644
index 00000000000..204b6ce4412
--- /dev/null
+++ b/dlls/light.msstyles/blue_window_min_button_glyph_23px.svg
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg id="bitmap:23-32" width="23" height="184" version="1.1" viewBox="0 0 6.0853 48.684" xmlns="http://www.w3.org/2000/svg">
+ <rect transform="scale(-1,1)" x="-5.0271" y="4.7626" width="3.9688" height=".26459" fill="#aeaeae"/>
+ <g transform="matrix(.88235 0 0 1 .35802 .79377)" stroke-width="1.1333">
+ <rect transform="scale(-1,1)" x="-5.2916" y="22.225" width="4.498" height=".26459" fill="#aeaeae"/>
+ <rect transform="scale(-1,1)" x="-5.2916" y="10.054" width="4.498" height=".26459" fill="#3096fa"/>
+ <rect transform="scale(-1,1)" x="-5.2916" y="16.14" width="4.498" height=".26459" fill="#2979ff"/>
+ </g>
+ <rect transform="scale(-1,1)" x="-5.0271" y="29.105" width="3.9688" height=".26459" fill="#aeaeae"/>
+ <g transform="matrix(.88235 0 0 1 .35802 .79377)" stroke-width="1.1333">
+ <rect transform="scale(-1,1)" x="-5.2916" y="46.567" width="4.498" height=".26459" fill="#aeaeae"/>
+ <rect transform="scale(-1,1)" x="-5.2916" y="34.396" width="4.498" height=".26459" fill="#3096fa"/>
+ <rect transform="scale(-1,1)" x="-5.2916" y="40.482" width="4.498" height=".26459" fill="#2979ff"/>
+ </g>
+</svg>
diff --git a/dlls/light.msstyles/blue_window_min_button_glyph_26px.bmp b/dlls/light.msstyles/blue_window_min_button_glyph_26px.bmp
new file mode 100644
index 0000000000000000000000000000000000000000..63f6ef31ab9fbf034d80461a5d60a57f554d28e3
GIT binary patch
literal 21770
zcmeI&Ar8VY6b9fDP#gh;#c>7<3Pa!|C=vvk18|I;h4Wxa2NF?JUTE?ydt0)%^l!hJ
zCEI2<Kc(a)F~E5}QzMX5)rNm{09IbRRu(a)U`WXKKt0oo9+JebxY;KtkT#1Z-HSLa*L|1
zvPH%?MlDC5009C72oNAZpf7=ZUgZ{5TXl<!ag17yJ^=y*2oNAZfIwdY&-*&JsM(a)Mq
zWQ=3fa`XuhAV7cs0Rja25{UYa9+lIVzS$BWK!5-N0t5&|y(dQHc%lRd5FkK+009Dh
z2}J$Z8I{wQzS$BWK!5-N0t5&|{nr_l<B1X=K!5-N0t5*3B(a)p!;Ju0U!eX}J%fB*pk
I1b!j#0zDEz8UO$Q
literal 0
HcmV?d00001
diff --git a/dlls/light.msstyles/blue_window_min_button_glyph_26px.svg b/dlls/light.msstyles/blue_window_min_button_glyph_26px.svg
new file mode 100644
index 00000000000..8db4f0fcd20
--- /dev/null
+++ b/dlls/light.msstyles/blue_window_min_button_glyph_26px.svg
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg id="bitmap:26-32" width="26" height="208" version="1.1" viewBox="0 0 6.879 55.034" xmlns="http://www.w3.org/2000/svg">
+ <rect transform="scale(-1,1)" x="-5.8208" y="5.2917" width="4.7625" height=".52917" fill="#aeaeae"/>
+ <g transform="matrix(1.0588 0 0 1 .43437 0)" stroke-width="1.0193">
+ <rect transform="scale(-1,1)" x="-5.0872" y="25.93" width="4.498" height=".52917" fill="#aeaeae"/>
+ <rect transform="scale(-1,1)" x="-5.0872" y="12.171" width="4.498" height=".52917" fill="#3096fa"/>
+ <rect transform="scale(-1,1)" x="-5.0872" y="19.05" width="4.498" height=".52917" fill="#2979ff"/>
+ <rect transform="scale(-1,1)" x="-5.0872" y="32.809" width="4.498" height=".52917" fill="#aeaeae"/>
+ <rect transform="scale(-1,1)" x="-5.0872" y="53.447" width="4.498" height=".52917" fill="#aeaeae"/>
+ <rect transform="scale(-1,1)" x="-5.0872" y="39.688" width="4.498" height=".52917" fill="#3096fa"/>
+ <rect transform="scale(-1,1)" x="-5.0872" y="46.567" width="4.498" height=".52917" fill="#2979ff"/>
+ </g>
+</svg>
diff --git a/dlls/light.msstyles/blue_window_min_button_glyph_32px.bmp b/dlls/light.msstyles/blue_window_min_button_glyph_32px.bmp
new file mode 100644
index 0000000000000000000000000000000000000000..4bb6b024a7e9743fc4fbb85ff00efcd9aaad59d5
GIT binary patch
literal 32906
zcmeI(F$%&k6b9gk9;B<AXK-<H(a)hVP&gL4nyF?v9kXmsl$fxsKy7n;)2M}G39OCdd;
z=STUr`E$O1`qb_=?U>58T|e4s-D)Ynqdlm{)8)FZ_;<hiSKv7T0%cj2I<ohYj?8Xj
z_2#Q5K!5-N0t5&UAV7cs0RkBW>TO>~_Fl7**=?-eeDwqf5FkK+009C72oNAZAcMf`
zd8i|Mui41#Hdb%GdIAIp5FkK+009C72oNBUK_GhneRO_?H8w{A1PBlyK!5-N0t5&U
zAQ1ii9i8tDAV7cs0RjXF5FkK+009CS1fu`HkIv7q#^y+X009C72oNAZfB*pk1fu`H
vkIwf75FkK+009C72oNAZfB=CE0(a)3^Lqw_PYu{jbTK!5-N0t5&U$R_XxOoE&+
literal 0
HcmV?d00001
diff --git a/dlls/light.msstyles/blue_window_min_button_glyph_32px.svg b/dlls/light.msstyles/blue_window_min_button_glyph_32px.svg
new file mode 100644
index 00000000000..033a3c850c7
--- /dev/null
+++ b/dlls/light.msstyles/blue_window_min_button_glyph_32px.svg
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg id="bitmap:32-32" width="32" height="256" version="1.1" viewBox="0 0 8.4665 67.734" xmlns="http://www.w3.org/2000/svg">
+ <rect transform="scale(-1,1)" x="-6.8791" y="6.3501" width="5.2917" height=".52917" fill="#aeaeae"/>
+ <g transform="matrix(1.1765 0 0 1 .89419 2.1167)">
+ <g stroke-width=".96695">
+ <rect transform="scale(-1,1)" x="-5.0872" y="29.634" width="4.498" height=".52917" fill="#aeaeae"/>
+ <rect transform="scale(-1,1)" x="-5.0872" y="12.7" width="4.498" height=".52917" fill="#3096fa"/>
+ <rect transform="scale(-1,1)" x="-5.0872" y="21.167" width="4.498" height=".52917" fill="#2979ff"/>
+ </g>
+ <rect transform="scale(-1,1)" x="-5.0872" y="38.1" width="4.498" height=".52917" fill="#aeaeae" stroke-width=".92196"/>
+ <g stroke-width=".96695">
+ <rect transform="scale(-1,1)" x="-5.0872" y="63.501" width="4.498" height=".52917" fill="#aeaeae"/>
+ <rect transform="scale(-1,1)" x="-5.0872" y="46.567" width="4.498" height=".52917" fill="#3096fa"/>
+ <rect transform="scale(-1,1)" x="-5.0872" y="55.034" width="4.498" height=".52917" fill="#2979ff"/>
+ </g>
+ </g>
+</svg>
diff --git a/dlls/light.msstyles/blue_window_min_button_glyph_39px.bmp b/dlls/light.msstyles/blue_window_min_button_glyph_39px.bmp
new file mode 100644
index 0000000000000000000000000000000000000000..3252304f1b42c5a741cde6bfc74145c5819d7d0d
GIT binary patch
literal 48810
zcmeI*F>b;@5CFhK<RNqs9VInQDw=#HRU}@(19$|5pOA;8InJ1ZlBGBnYb+L>@JhEk
zc7>(&Zh!tO*W=i}4=p}hY!{_0%Bn2edUZSBmUl-jW%`W2)!o<k&)vy~mLCsgNg_bt
z9R!A9sJ$ZU(W|a;pE=bQ?L|HT0t5&UAV7cs0RjXF5FkK+009C72;>x~zw6p7q5{3@
z8uyt~ZP8xj6Cgl<009C72oNAZfB*pk1PBlyK!89_f&bH{_KK)Lue!#4=2Tm>7x(a)GT
z5FkK+009C72oNAZfB*pk1PBlykW;|CnrW6$^y*}Gi}oU)009C72oNAZfB*pk1PBly
zK!5-N0t9jjWd1K&ZO=Vl$a$x!iU0uu1PBlyK!5-N0t5&UAV7cs0RjY~0%p!n?*o{V
zTeKJX1PBlyK!5-N0t5&UAV7cs0RjXF5Fn6Kz|8sSeE`v`li4lWi+lnE2oNAZfB*pk
z1PBlyK!5-N0t5&U$SGi6&2#f=GP~ux(^N%(009C72oNAZfB*pk1PBly(a)G5}|&8$b6
literal 0
HcmV?d00001
diff --git a/dlls/light.msstyles/blue_window_min_button_glyph_39px.svg b/dlls/light.msstyles/blue_window_min_button_glyph_39px.svg
new file mode 100644
index 00000000000..b91489de16e
--- /dev/null
+++ b/dlls/light.msstyles/blue_window_min_button_glyph_39px.svg
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg id="bitmap:39-32" width="39" height="312" version="1.1" viewBox="0 0 10.318 82.551" xmlns="http://www.w3.org/2000/svg">
+ <g transform="matrix(2.4546 0 0 1 -.12013 0)" stroke-width=".4074">
+ <rect transform="scale(-1,1)" x="-3.606" y="7.9376" width="2.9104" height=".79376" fill="#aeaeae"/>
+ <rect transform="scale(-1,1)" x="-3.606" y="38.894" width="2.9104" height=".79376" fill="#aeaeae"/>
+ <rect transform="scale(-1,1)" x="-3.606" y="18.256" width="2.9104" height=".79376" fill="#3096fa"/>
+ <rect transform="scale(-1,1)" x="-3.606" y="28.575" width="2.9104" height=".79376" fill="#2979ff"/>
+ <rect transform="scale(-1,1)" x="-3.606" y="49.213" width="2.9104" height=".79376" fill="#aeaeae"/>
+ <rect transform="scale(-1,1)" x="-3.606" y="80.17" width="2.9104" height=".79376" fill="#aeaeae"/>
+ <rect transform="scale(-1,1)" x="-3.606" y="59.532" width="2.9104" height=".79376" fill="#3096fa"/>
+ <rect transform="scale(-1,1)" x="-3.606" y="69.851" width="2.9104" height=".79376" fill="#2979ff"/>
+ </g>
+</svg>
diff --git a/dlls/light.msstyles/blue_window_min_button_glyph_52px.bmp b/dlls/light.msstyles/blue_window_min_button_glyph_52px.bmp
new file mode 100644
index 0000000000000000000000000000000000000000..76241aa25e1f4fd0fcab724535f326a35a6e2c06
GIT binary patch
literal 86666
zcmeI*F;2rk5CzZ;a1h#bDL6qIDw<q{DiQ^C4nWNbe85O#SOZex6p_iwVnUw9NOo+a
z`ENJf#$G;cR<qJ?n_4fm9%{YUk7nh*+}8c_bH3l*Z&AwkU;j}oA6L)&bK~~z#$Dzr
z0t5&UAn>OGUDxdr)kiBv%@UbPo}oadvFUpmcK7?Eh?r%m-*@j00t5&UAV7cs0RjXF
z5FkK+009C72oNAZfB*pk1PBlyK!5-N0t5&UxK(a)E!&v%KcdHrb35}B%XUS-PC_ae_w
zAYRK&n(BWZWg|d<009C72oNAZfB*pk1PBlyK!5-N0t5&UAV7cs0RjXF5FkK+009Cc
z1h#LBNL0HKEuXw3QI;>)lg*AeDbKX?bHoswyd<L3=a1&7lZ`q_fB*pk1PBlyK!5-N
z0t5&UAV7cs0RjXF5FkK+009C72oNAZfB*pk1P%m}y-&P({b;g0&ClzUr;8~K4!#O!
z?Phs*ec#7f0o+7(a)009C72oNAZfB*pk1PBlyK!5-N0t5&UAV7cs0RjXF5FkK+009D5
zDKO>Qyfgl{^`l3#@C?J$>n;CVo}=M%NPqwV0t5&UAV7cs0RjXF5FkK+009C72oNAZ
zfB*pk1PBlyK!5-N0t7BXAlCCpRL$#06J_~wZJh-2OglfD$EVbH*C(mgEbb>jfB*pk
z1PBlyK!5-N0t5&UAV7cs0RjXF5FkK+009C72oNAZfB=E(5!k*hB2%@>XUfv|BF|9Z
zzm3l(a)og)GS2oNAZfB*pk1PBlyK!5-N0t5&UAV7cs0RjXF5FkK+009C72oNA}83M`P
zC*J)0(PVj=*N(a)86#gqoE-_nSfWvSLI?k7Ni009C72oNAZfB*pk1PBlyK!5-N0t5&U
OAV7cs0RjZ35%>hNlEGd8
literal 0
HcmV?d00001
diff --git a/dlls/light.msstyles/blue_window_min_button_glyph_52px.svg b/dlls/light.msstyles/blue_window_min_button_glyph_52px.svg
new file mode 100644
index 00000000000..c35e2c816a8
--- /dev/null
+++ b/dlls/light.msstyles/blue_window_min_button_glyph_52px.svg
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg id="bitmap:52-32" width="52" height="416" version="1.1" viewBox="0 0 13.758 110.07" xmlns="http://www.w3.org/2000/svg">
+ <rect transform="scale(-1,1)" x="-11.641" y="10.583" width="9.5249" height="1.0583" fill="#aeaeae"/>
+ <g transform="matrix(1.0588 0 0 1 -5.6513 4.2334)">
+ <g stroke-width="1.0193">
+ <rect transform="scale(-1,1)" x="-16.332" y="47.626" width="8.9959" height="1.0583" fill="#aeaeae"/>
+ <rect transform="scale(-1,1)" x="-16.332" y="20.109" width="8.9959" height="1.0583" fill="#3096fa"/>
+ <rect transform="scale(-1,1)" x="-16.332" y="33.867" width="8.9959" height="1.0583" fill="#2979ff"/>
+ </g>
+ <rect transform="scale(-1,1)" x="-16.332" y="61.384" width="8.996" height="1.0583" fill="#aeaeae" stroke-width=".97184"/>
+ <g stroke-width="1.0193">
+ <rect transform="scale(-1,1)" x="-16.332" y="102.66" width="8.9959" height="1.0583" fill="#aeaeae"/>
+ <rect transform="scale(-1,1)" x="-16.332" y="75.143" width="8.9959" height="1.0583" fill="#3096fa"/>
+ <rect transform="scale(-1,1)" x="-16.332" y="88.901" width="8.9959" height="1.0583" fill="#2979ff"/>
+ </g>
+ </g>
+</svg>
diff --git a/dlls/light.msstyles/blue_window_min_caption.bmp b/dlls/light.msstyles/blue_window_min_caption.bmp
new file mode 100644
index 0000000000000000000000000000000000000000..e7a3573d951356f3c99c7d08c630aa32e94ff792
GIT binary patch
literal 3154
zcmeHIF%E(-6s^%sy#Oqp!;!_w#jCh_0tZ51fHN?Z5SR%AC0+my110r;4Ge`;VPI;*
zZ_~c_n)3QTSl8QueA*NG2gDKL46z|6vW4-rhi=paA>RiPVO?(b5#`6iPQodrVo8V@
zt>1r!WH^)7&^Z=p-(a)q-MZ`uPanl<wvilT;d{#UIc5BW)w<aJ&1uIrRK#H*^}z|X=k
zG}AO?py&PjO^t{HuZZK=a2!W03FV<Au-{)=R!+4>4ELfmN&>ZS+BZxIod(a)fB;JR+p
vwyji+(^KRj-}n8zEKB(0tN#s%Gsbuj1etByCg>RGd4I=KBjUg-JkK-UpW6x8
literal 0
HcmV?d00001
diff --git a/dlls/light.msstyles/blue_window_min_caption.svg b/dlls/light.msstyles/blue_window_min_caption.svg
new file mode 100644
index 00000000000..fc1cd967929
--- /dev/null
+++ b/dlls/light.msstyles/blue_window_min_caption.svg
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg id="bitmap:13-32" width="13" height="58" version="1.1" viewBox="0 0 3.4395 15.346" xmlns="http://www.w3.org/2000/svg">
+ <g fill="#fff" stroke-width=".26459">
+ <path d="m0.6614 0.13229h2.1167c0.29316 0 0.52917 0.25417 0.52917 0.56988v6.8385h-3.175v-6.8385c0-0.31571 0.23601-0.56988 0.52917-0.56988z" stroke="#909090"/>
+ <path d="m0.6614 7.8053h2.1167c0.29316 0 0.52917 0.25417 0.52917 0.56988v6.8385h-3.175v-6.8385c0-0.31571 0.23601-0.56988 0.52917-0.56988z" stroke="#aeaeae"/>
+ </g>
+</svg>
diff --git a/dlls/light.msstyles/blue_window_restore_button_background.bmp b/dlls/light.msstyles/blue_window_restore_button_background.bmp
new file mode 100644
index 0000000000000000000000000000000000000000..3584b0131e2e74b69c733045559c3df2972685f0
GIT binary patch
literal 2314
zcmeH}zfJ-{5XQ$u6ZHvv1sXIOOthr2vhfKN4Qg#gg2B(a)G0LuSIAl%ub36yFLJzyt^
z=16Y$j?eGzh`=_sMA_WV&dhGHzsc;EOCGMTNjUCkvz#lOx139|K`U~z8ZL%`Nc07H
zBoB_Rj03-h%f<=EaaygGWm&ZJrP*wDIvvmR+U+(|Qm(a)y2-v>ZTUuv})gJ{s7``EmH
z#HY0$^F{o&ZIAge=%I3o+zzT|81w~|6rKuj9W)-eA;`wzseoU*xZV_GV&iIX$;9SA
zp1yxJE-0Ubd_y$yAs_jf%54YW<R5+ZwSA#V`}*;6^z|;<KKEbCP>%mn<c6qx0)AKz
z&sBw8QTJOv^`Jlh@$~)k3DH*Cf2%?bNl8}n_q3f>r9B3$g_!-qwqYkt`pN9Kzwurs
tdO&_Yp^08B>M>i7|EC|vcrL;n1}aiX2|l`0`q5kH$3j15{wGZR_y(xxvT*<a
literal 0
HcmV?d00001
diff --git a/dlls/light.msstyles/blue_window_restore_button_background.svg b/dlls/light.msstyles/blue_window_restore_button_background.svg
new file mode 100644
index 00000000000..9623c5e622e
--- /dev/null
+++ b/dlls/light.msstyles/blue_window_restore_button_background.svg
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg id="bitmap:5-24" width="5" height="136" version="1.1" viewBox="0 0 1.3229 35.983" xmlns="http://www.w3.org/2000/svg" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+ <metadata>
+ <rdf:RDF>
+ <cc:Work rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <rect y="-7e-5" width="1.3229" height="35.984" fill="#fff" stroke-width=".26458"/>
+ <g transform="translate(5.0184e-6,-6.4982e-5)" fill="none" stroke-width=".26458">
+ <rect x=".13228" y=".13228" width="1.0583" height="4.2334" rx=".52917" ry=".52917" stroke="#aeaeae"/>
+ <rect x=".13228" y="4.6303" width="1.0583" height="4.2334" rx=".52917" ry=".52917" stroke="#3096fa"/>
+ <rect x=".13228" y="9.1282" width="1.0583" height="4.2334" rx=".52917" ry=".52917" stroke="#2979ff"/>
+ <rect x=".13228" y="13.626" width="1.0583" height="4.2334" rx=".52917" ry=".52917" stroke="#aeaeae"/>
+ <rect x=".13228" y="18.124" width="1.0583" height="4.2334" rx=".52917" ry=".52917" stroke="#aeaeae"/>
+ <rect x=".13228" y="22.622" width="1.0583" height="4.2334" rx=".52917" ry=".52917" stroke="#3096fa"/>
+ <rect x=".13228" y="27.12" width="1.0583" height="4.2334" rx=".52917" ry=".52917" stroke="#2979ff"/>
+ <rect x=".13228" y="31.618" width="1.0583" height="4.2334" rx=".52917" ry=".52917" stroke="#aeaeae"/>
+ </g>
+</svg>
diff --git a/dlls/light.msstyles/blue_window_restore_button_glyph_13px.bmp b/dlls/light.msstyles/blue_window_restore_button_glyph_13px.bmp
new file mode 100644
index 0000000000000000000000000000000000000000..00ea5c2006b26a5852f181567606bad8f63d0a62
GIT binary patch
literal 5546
zcmdT`F-`+P4BUvcDe2SF<qc_4(eMg-sz|(m2k;1rdmznb4U9C!j2$6uv8Om|&Db+*
zH+SdfugCWDe2oA15r+}4BX;fB9>#h6<3~zQZ|(ONSU+E0-iW*_-QQI;uV~x0?!vi7
zz2Y1mwT=UhlXVrwT8dZLte)^v!G1hXmAkt`PkCiMmES6Szdm&rZic8=oWrBmalmo1
zuEJPL(a)d}&O6J9FVkLRg!cX#M1udJu?TZRArJardthNxGZ!=u)5z;Uv!!dOf33Y*mv
zUMkp+=c#gccjzgvtf%r(a)g?I0d>>c7bhsQ1)2OKBwO<}C1c!kaC2`?4w$MaOVyF2uh
zSJqSct-`yxv)LWzaO_y^1U)#pMq#X_c!kaC2`?4w$MaOVyF2uhSJqSct-`x+oa{Tt
zaSo4NI1V^Y-kZW$OYsVu)e~MS*pKI_a(8#=DX*-j@>_*>-#FQKj^i92yKo$EoV+)M
zv6kW$HmfJRRIne<Q|0dN&{JMnPvy4?@7^ETJH&Agk6kzpI8NT1!dOf33Y*mvUMkp+
S=c#gccjzgvtf%t(FMk92jaNtj
literal 0
HcmV?d00001
diff --git a/dlls/light.msstyles/blue_window_restore_button_glyph_13px.svg b/dlls/light.msstyles/blue_window_restore_button_glyph_13px.svg
new file mode 100644
index 00000000000..e4093ea2cd3
--- /dev/null
+++ b/dlls/light.msstyles/blue_window_restore_button_glyph_13px.svg
@@ -0,0 +1,37 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg id="bitmap:13-32" width="13" height="104" version="1.1" viewBox="0 0 3.4396 27.517" xmlns="http://www.w3.org/2000/svg">
+ <g fill="none">
+ <g stroke-width=".26458">
+ <rect x=".66146" y="1.1906" width="1.5875" height="1.5875" stroke="#aeaeae"/>
+ <rect x=".66146" y="4.6303" width="1.5875" height="1.5875" stroke="#3096fa"/>
+ <rect x=".66146" y="8.0699" width="1.5875" height="1.5875" stroke="#2979ff"/>
+ </g>
+ <rect transform="scale(-1,1)" x="-2.9104" y=".52917" width="1.8521" height=".26459" fill="#aeaeae" stroke-width=".23932"/>
+ <rect transform="scale(-1,1)" x="-2.9104" y=".79376" width=".26459" height="1.5875" fill="#aeaeae" stroke-width=".23932"/>
+ <rect x=".66145" y="11.51" width="1.5875" height="1.5875" stroke="#aeaeae" stroke-width=".26458"/>
+ <rect transform="scale(-1,1)" x="-2.9104" y="10.848" width="1.8521" height=".26459" fill="#aeaeae" stroke-width=".23932"/>
+ <rect transform="scale(-1,1)" x="-2.9104" y="11.113" width=".26459" height="1.5875" fill="#aeaeae" stroke-width=".23932"/>
+ <g stroke-width=".23932">
+ <rect transform="scale(-1,1)" x="-2.9104" y="3.9688" width="1.8521" height=".26459" fill="#3096fa"/>
+ <rect transform="scale(-1,1)" x="-2.9104" y="4.2334" width=".26459" height="1.5875" fill="#3096fa"/>
+ <rect transform="scale(-1,1)" x="-2.9104" y="7.4084" width="1.8521" height=".26459" fill="#2979ff"/>
+ <rect transform="scale(-1,1)" x="-2.9104" y="7.673" width=".26459" height="1.5875" fill="#2979ff"/>
+ </g>
+ <g stroke-width=".26458">
+ <rect x=".66146" y="14.949" width="1.5875" height="1.5875" stroke="#aeaeae"/>
+ <rect x=".66146" y="18.389" width="1.5875" height="1.5875" stroke="#3096fa"/>
+ <rect x=".66146" y="21.828" width="1.5875" height="1.5875" stroke="#2979ff"/>
+ </g>
+ <rect transform="scale(-1,1)" x="-2.9104" y="14.288" width="1.8521" height=".26459" fill="#aeaeae" stroke-width=".23932"/>
+ <rect transform="scale(-1,1)" x="-2.9104" y="14.552" width=".26459" height="1.5875" fill="#aeaeae" stroke-width=".23932"/>
+ <rect x=".66145" y="25.268" width="1.5875" height="1.5875" stroke="#aeaeae" stroke-width=".26458"/>
+ <rect transform="scale(-1,1)" x="-2.9104" y="24.607" width="1.8521" height=".26459" fill="#aeaeae" stroke-width=".23932"/>
+ <rect transform="scale(-1,1)" x="-2.9104" y="24.871" width=".26459" height="1.5875" fill="#aeaeae" stroke-width=".23932"/>
+ <g stroke-width=".23932">
+ <rect transform="scale(-1,1)" x="-2.9104" y="17.727" width="1.8521" height=".26459" fill="#3096fa"/>
+ <rect transform="scale(-1,1)" x="-2.9104" y="17.992" width=".26459" height="1.5875" fill="#3096fa"/>
+ <rect transform="scale(-1,1)" x="-2.9104" y="21.167" width="1.8521" height=".26459" fill="#2979ff"/>
+ <rect transform="scale(-1,1)" x="-2.9104" y="21.432" width=".26459" height="1.5875" fill="#2979ff"/>
+ </g>
+ </g>
+</svg>
diff --git a/dlls/light.msstyles/blue_window_restore_button_glyph_19px.bmp b/dlls/light.msstyles/blue_window_restore_button_glyph_19px.bmp
new file mode 100644
index 0000000000000000000000000000000000000000..22fda72769500e8c1618f4b8442e1cdbcc7c69ff
GIT binary patch
literal 11690
zcmeI0K}thG5JZ2_8+ZY?E(FhzjVm`^#g*U*Jb-ux7dfDt(a)wZyg$fWu);NlNI*mg7Z
ztVwl(kQ^UAZkO-J>-zg;t*f=(*E%fM%f;HSfAw`tkG3p7KXKNM_m59WMB^o*=7mnD
zQzJz-5Iz-0nD8JRVMe^1uhW!0GkKP-?zA4`c&E+e6*;Tw<<;3}C;O$|)T_!Vo!+~1
z+uT5VzG<XLy6~wu!h{FmGP7QMICppE2;+FC$vZQ7magu!9^-hY&Eyq1tLo*|*=Q&G
zrQX!5$|;@RyK~#zz~|dtBSq4MPsI@?JP4PW*3SQr&fK}@mzg~O<((!rGkKP-?zA4`
zc&E+e6*;Tw<<;3}C;JWWcpp|py{eqjM>Fkz_kSB`t*!5ay2vxo=cTGsuZoL%DkgNo
z5oW~8`8rLxGLvWN>Q3u1j(6HjUXin^US6GzcCugUO}(m|(&@cBx6KXcb*?%|7akQy
znD8JRVMe^1uhW!0GkKP-?zA4`c&E+e6*;Tw<<;3}C;O$|)T_!Vo!+~1+uVS@)2cd2
z7akQynD8JRVMe^1uhW!0GkKP-?zA4`c&E+e6*;Tw<<;3}C;O$|)T_!Vo!+~1+uVS@
z)2cd27akQynD8JRVMe^1uhW!0GkKP-?zA4`c&E+e6*;Tw<<;3}C;O$|)T_!Vo!+~1
z+uVRYFIAnS3y+E;On4BEFe6^h*J;Y0nLJBZcUq5eywhg#ikwyT^6G4~ll(a)X}>Q&{G
JPVb$C`vPwDCXxUE
literal 0
HcmV?d00001
diff --git a/dlls/light.msstyles/blue_window_restore_button_glyph_19px.svg b/dlls/light.msstyles/blue_window_restore_button_glyph_19px.svg
new file mode 100644
index 00000000000..6fe0cda7036
--- /dev/null
+++ b/dlls/light.msstyles/blue_window_restore_button_glyph_19px.svg
@@ -0,0 +1,39 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg id="bitmap:19-32" width="19" height="152" version="1.1" viewBox="0 0 5.0271 40.217" xmlns="http://www.w3.org/2000/svg">
+ <g fill="none">
+ <g stroke-width=".26458">
+ <rect x=".92603" y="1.7198" width="2.3813" height="2.3813" stroke="#aeaeae"/>
+ <rect x=".92603" y="6.7469" width="2.3813" height="2.3813" stroke="#3096fa"/>
+ <rect x=".92603" y="11.774" width="2.3813" height="2.3813" stroke="#2979ff"/>
+ </g>
+ <rect transform="scale(-1,1)" x="-4.2334" y=".79375" width="2.6459" height=".26459" fill="#aeaeae" stroke-width=".23932"/>
+ <rect transform="scale(-1,1)" x="-4.2334" y="1.0583" width=".26459" height="2.3813" fill="#aeaeae" stroke-width=".23932"/>
+ <rect x=".92603" y="16.801" width="2.3813" height="2.3813" stroke="#aeaeae" stroke-width=".26458"/>
+ <g stroke-width=".23932">
+ <rect transform="scale(-1,1)" x="-4.2334" y="15.875" width="2.6459" height=".26459" fill="#aeaeae"/>
+ <rect transform="scale(-1,1)" x="-4.2334" y="16.14" width=".26459" height="2.3813" fill="#aeaeae"/>
+ <rect transform="scale(-1,1)" x="-4.2334" y="5.8209" width="2.6459" height=".26459" fill="#3096fa"/>
+ <rect transform="scale(-1,1)" x="-4.2334" y="6.0855" width=".26459" height="2.3813" fill="#3096fa"/>
+ <rect transform="scale(-1,1)" x="-4.2334" y="10.848" width="2.6459" height=".26459" fill="#2979ff"/>
+ <rect transform="scale(-1,1)" x="-4.2334" y="11.113" width=".26459" height="2.3813" fill="#2979ff"/>
+ </g>
+ <g transform="translate(4.1044e-6 20.109)" stroke-width=".26458">
+ <rect x=".92603" y="1.7198" width="2.3813" height="2.3813" stroke="#aeaeae"/>
+ <rect x=".92603" y="6.7469" width="2.3813" height="2.3813" stroke="#3096fa"/>
+ <rect x=".92603" y="11.774" width="2.3813" height="2.3813" stroke="#2979ff"/>
+ </g>
+ <rect transform="scale(-1,1)" x="-4.2334" y="20.902" width="2.6459" height=".26459" fill="#aeaeae" stroke-width=".23932"/>
+ <rect transform="scale(-1,1)" x="-4.2334" y="21.167" width=".26459" height="2.3813" fill="#aeaeae" stroke-width=".23932"/>
+ <rect x=".92604" y="36.91" width="2.3813" height="2.3813" stroke="#aeaeae" stroke-width=".26458"/>
+ <g stroke-width=".23932">
+ <rect transform="scale(-1,1)" x="-4.2334" y="35.984" width="2.6459" height=".26459" fill="#aeaeae"/>
+ <rect transform="scale(-1,1)" x="-4.2334" y="36.248" width=".26459" height="2.3813" fill="#aeaeae"/>
+ <g transform="translate(4.1044e-6 20.109)">
+ <rect transform="scale(-1,1)" x="-4.2334" y="5.8209" width="2.6459" height=".26459" fill="#3096fa"/>
+ <rect transform="scale(-1,1)" x="-4.2334" y="6.0855" width=".26459" height="2.3813" fill="#3096fa"/>
+ <rect transform="scale(-1,1)" x="-4.2334" y="10.848" width="2.6459" height=".26459" fill="#2979ff"/>
+ <rect transform="scale(-1,1)" x="-4.2334" y="11.113" width=".26459" height="2.3813" fill="#2979ff"/>
+ </g>
+ </g>
+ </g>
+</svg>
diff --git a/dlls/light.msstyles/blue_window_restore_button_glyph_23px.bmp b/dlls/light.msstyles/blue_window_restore_button_glyph_23px.bmp
new file mode 100644
index 0000000000000000000000000000000000000000..cb58e4acc8b8e3c603333e283ba555c124a7fcb3
GIT binary patch
literal 17066
zcmeI1v5gc_5JVS24!F2@#BdH44yj-v5di(a)Z1jgCKhO_Jkp7hjKl}5vi#GLq7CF)hr
zS8LAMefseI>Gu2Q>*M#A$9erYKOX1B?al4wL*M+(A67s2+wIT4^?&!L_a8qgjO?q3
zx}blxf#>Jvdvlt5t+^@Ruxn<+H|&<#$#W8hotd>KpPDdq%-WMrO&B_6?a8Mm3>~xf
z<Wm!dj#+#1sR={JtUdYEgrQ^Bo_y+JnnORC4cqFOW;eUp^WN<aFaFxV5gWLFetU0D
zbH_C|<r{X*Z1{%VGCO%r!mu;5_T*C&hK^Z#@~H_!$E-d1)P$j9)}DN7!q72mPd+ta
z=$N%9pPDdq%-WMrT}*T6C$nK&J=5%FH+$Z(a)-QmSw8#rPEKfk(a)ZH>bJdnw#<syJj|g
z!)}?KJSSn;nOS(a)CsR={JtUdYEgrQ^Bo_uP;&@pRIJ~d(Jn6)RLnlN<C+LKRB7&>O{
z$)_%+IrNj+u&thHcC(v3(a)7?b3;;#)Hv4K55w`)G<YuL4?hHuy{vy<l}4DW$id-ACX
zL&vN=`P77=W7eL0YQoSlYfnBkVd$8(C!d-ybj;e5PfZv)X6?zRE~Yv3li9GXo(a)sWo
zn?3K{?(pKT4IHt7J^x;szpsW}dusTG-7-6QPQvgWn6)RLnlN<C+LKRB7&>O{$)_d^
z9kcf2Qxk(a)cS$p!S2}8%MJ^9pxp<~vbeClGFLqC}f+v=HSH(a)n&M-t7)A{@TD18`$%^
zzvjEbhFyDV_=epwJ9$pR(a)E(}8C!d-ybj;e5PfZv)X6?zRCJY_3_T*C&hK^Z#@~H_!
z$E-d1)P$j9)}DOoVwyugnGM_OnPxY;+4J7*4ln-Nz!4kR^Si(1yTXQDdusTG-7-6Q
zPQvgWn6)RLnlN<C+LKRB7&>O{$)_d^9kcf2Qxk(a)cS$p!S2}8%MJ^9pxp<~vbeClGF
zLqC}f+v=HSH(a)n&M-t7)A{@TD18`$%6yXJGghFyDV_=epwJ9$pR(a)E(}8C!d-ybj;e5
zPfZv)X6?zRCJY_3_T*C&hK^Z#@~H_!$E-d1)P$j9)}DOoVwyugnGM_OnPxY;+4J7*
I4*ysF7d+brr2qf`
literal 0
HcmV?d00001
diff --git a/dlls/light.msstyles/blue_window_restore_button_glyph_23px.svg b/dlls/light.msstyles/blue_window_restore_button_glyph_23px.svg
new file mode 100644
index 00000000000..e228d79f8aa
--- /dev/null
+++ b/dlls/light.msstyles/blue_window_restore_button_glyph_23px.svg
@@ -0,0 +1,37 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg id="bitmap:23-32" width="23" height="184" version="1.1" viewBox="0 0 6.0854 48.684" xmlns="http://www.w3.org/2000/svg">
+ <g fill="none">
+ <g stroke-width=".26458">
+ <rect x="1.1906" y="1.9844" width="2.9105" height="2.9105" stroke="#aeaeae"/>
+ <rect x="1.1906" y="8.0699" width="2.9105" height="2.9105" stroke="#3096fa"/>
+ <rect x="1.1906" y="14.155" width="2.9105" height="2.9105" stroke="#2979ff"/>
+ </g>
+ <rect transform="scale(-1,1)" x="-5.0271" y="1.0583" width="3.175" height=".26459" fill="#aeaeae" stroke-width=".23932"/>
+ <rect transform="scale(-1,1)" x="-5.0271" y="1.3229" width=".26459" height="2.9105" fill="#aeaeae" stroke-width=".23932"/>
+ <rect x="1.1906" y="20.241" width="2.9105" height="2.9105" stroke="#aeaeae" stroke-width=".26458"/>
+ <rect transform="scale(-1,1)" x="-5.0271" y="19.315" width="3.175" height=".26459" fill="#aeaeae" stroke-width=".23932"/>
+ <rect transform="scale(-1,1)" x="-5.0271" y="19.579" width=".26459" height="2.9105" fill="#aeaeae" stroke-width=".23932"/>
+ <g stroke-width=".23932">
+ <rect transform="scale(-1,1)" x="-5.0271" y="7.1438" width="3.175" height=".26459" fill="#3096fa"/>
+ <rect transform="scale(-1,1)" x="-5.0271" y="7.4084" width=".26459" height="2.9105" fill="#3096fa"/>
+ <rect transform="scale(-1,1)" x="-5.0271" y="13.229" width="3.175" height=".26459" fill="#2979ff"/>
+ <rect transform="scale(-1,1)" x="-5.0271" y="13.494" width=".26459" height="2.9105" fill="#2979ff"/>
+ </g>
+ <g stroke-width=".26458">
+ <rect x="1.1906" y="26.326" width="2.9105" height="2.9105" stroke="#aeaeae"/>
+ <rect x="1.1906" y="32.412" width="2.9105" height="2.9105" stroke="#3096fa"/>
+ <rect x="1.1906" y="38.497" width="2.9105" height="2.9105" stroke="#2979ff"/>
+ </g>
+ <rect transform="scale(-1,1)" x="-5.0271" y="25.4" width="3.175" height=".26459" fill="#aeaeae" stroke-width=".23932"/>
+ <rect transform="scale(-1,1)" x="-5.0271" y="25.665" width=".26459" height="2.9105" fill="#aeaeae" stroke-width=".23932"/>
+ <rect x="1.1906" y="44.583" width="2.9105" height="2.9105" stroke="#aeaeae" stroke-width=".26458"/>
+ <rect transform="scale(-1,1)" x="-5.0271" y="43.657" width="3.175" height=".26459" fill="#aeaeae" stroke-width=".23932"/>
+ <rect transform="scale(-1,1)" x="-5.0271" y="43.921" width=".26459" height="2.9105" fill="#aeaeae" stroke-width=".23932"/>
+ <g stroke-width=".23932">
+ <rect transform="scale(-1,1)" x="-5.0271" y="31.486" width="3.175" height=".26459" fill="#3096fa"/>
+ <rect transform="scale(-1,1)" x="-5.0271" y="31.75" width=".26459" height="2.9105" fill="#3096fa"/>
+ <rect transform="scale(-1,1)" x="-5.0271" y="37.571" width="3.175" height=".26459" fill="#2979ff"/>
+ <rect transform="scale(-1,1)" x="-5.0271" y="37.836" width=".26459" height="2.9105" fill="#2979ff"/>
+ </g>
+ </g>
+</svg>
diff --git a/dlls/light.msstyles/blue_window_restore_button_glyph_26px.bmp b/dlls/light.msstyles/blue_window_restore_button_glyph_26px.bmp
new file mode 100644
index 0000000000000000000000000000000000000000..eceed81b24d9e740f5a1f52f0dc6532bb9deb5da
GIT binary patch
literal 21770
zcmeI2F>X^)6hw`nVhL2VbgUr_6%B%wP$5xJvjCQnwXhx<WAk;I6Iq#gvc;EmBb?FT
zGjHA>DQ=R7kFUQR{(b#CegA%Xy*a&ppI$ExZx1g|`s4HI+mo;3;jsNXzjJ)}@agLl
z<eC3?_00S8_P!T*e0)5vyxON)={RRrd(s^DN_n_8*YeluNqbZ7(!J7r%1sXoY&yGb
zpHr-o?g7{8UVFILs<OjsKFzK6kZU!)7hHQjJo(XCU>3Ok0>^Lfjw`SBCMzB1%xX`X
z<6bEb*XCOOT0LoR%3ZownoqguVS!C&x9xL^Rnk4+THR|8_gYnUSk0%o)gE%KruTwt
z&xa>JIt$DK*I(ezulL85S9_C{j&o+UC(UuMl!t3`Eq|?^v^V80-7C$f-1M-(rnB4j
zImIgJ9&oMhwTFAHDm$#^)7)wgxmMGA!L{eZlOLT0W`XN3!0#biZEw<^55L-z=I*^G
zeZG`qSM&C8)|4Y>-X6}Ha^%e0!&y^~oOydVYs!%`Zx3fpIdbOh;jAe~&b&RG6|Pmz
zA&0-DaIJD4IsC13?>*eF)poD;eE7C!_*q~U$QR(}tkt|>Bir-gS9{Xjz4xTgmvZcC
z-X6}Ha^%e0!&y^~oOydVYs!%`Zx3fpIdbOh;jAe~&b&RGHRZ^ew}-RBwaPi<@Rt;>
zRn8-azm(a)L2hx@hK?$w?T-}VeY3(Nxf0{mS}t9iplw&%mI_N2Lc?@6C8<=EA{J)AY=
z$eFi?v!)z5^Y(Dolp|-}9?qI_<jmW{SyPUjd3!i(%8(a)f~4`+pIm2=49FDYEBoJS6S
zE8Tk!_iMG?t34mS?HPU+m<93$_`8@^^M;LV&xc>_Nptt!lRjU{v8#D|IBUw0Gj9)P
zO*wMr?cuB`N6x%GoHgahnYV|trW`r*_HfpeBWK<o&I;Em=a9o+Qn*$*j~xD1y7wOL
z*J`_0dp>;IGyE(t3*-y%dx%!^hK+2`hhObUbNAkpK3~eQt9g4kYs!%`Zx3fpIdbOh
z;jAe~&b&RGHRZ^ew}-Q)969s$aMqL~XWkyp3fC&<ki%b6xK=rj9R60i_a5%oYP(l^
MK789V{Qq6xFA5DrkN^Mx
literal 0
HcmV?d00001
diff --git a/dlls/light.msstyles/blue_window_restore_button_glyph_26px.svg b/dlls/light.msstyles/blue_window_restore_button_glyph_26px.svg
new file mode 100644
index 00000000000..43fed1338cd
--- /dev/null
+++ b/dlls/light.msstyles/blue_window_restore_button_glyph_26px.svg
@@ -0,0 +1,37 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg id="bitmap:26-32" width="26" height="208" version="1.1" viewBox="0 0 6.8791 55.034" xmlns="http://www.w3.org/2000/svg">
+ <g fill="none" stroke-width=".52917">
+ <g stroke-width=".52917">
+ <rect x="1.3229" y="2.3813" width="3.175" height="3.175" stroke="#aeaeae"/>
+ <rect x="1.3228" y="9.2605" width="3.175" height="3.175" stroke="#3096fa"/>
+ <rect x="1.3229" y="16.14" width="3.175" height="3.175" stroke="#2979ff"/>
+ </g>
+ <rect transform="scale(-1,1)" x="-5.8208" y="1.0583" width="3.7042" height=".52917" fill="#aeaeae" stroke-width=".23932"/>
+ <rect transform="scale(-1,1)" x="-5.8208" y="1.5875" width=".52917" height="3.175" fill="#aeaeae" stroke-width=".23932"/>
+ <rect x="1.3229" y="23.019" width="3.175" height="3.175" stroke="#aeaeae" stroke-width=".52917"/>
+ <rect transform="scale(-1,1)" x="-5.8208" y="21.696" width="3.7042" height=".52917" fill="#aeaeae" stroke-width=".23932"/>
+ <rect transform="scale(-1,1)" x="-5.8208" y="22.225" width=".52917" height="3.175" fill="#aeaeae" stroke-width=".23932"/>
+ <g>
+ <rect transform="scale(-1,1)" x="-5.8208" y="7.9376" width="3.7042" height=".52917" fill="#3096fa" stroke-width=".23932"/>
+ <rect transform="scale(-1,1)" x="-5.8208" y="8.4668" width=".52917" height="3.175" fill="#3096fa" stroke-width=".23932"/>
+ <rect transform="scale(-1,1)" x="-5.8208" y="14.817" width="3.7042" height=".52917" fill="#2979ff" stroke-width=".23932"/>
+ <rect transform="scale(-1,1)" x="-5.8208" y="15.346" width=".52917" height="3.175" fill="#2979ff" stroke-width=".23932"/>
+ </g>
+ <g stroke-width=".52917">
+ <rect x="1.3229" y="29.898" width="3.175" height="3.175" stroke="#aeaeae"/>
+ <rect x="1.3229" y="36.778" width="3.175" height="3.175" stroke="#3096fa"/>
+ <rect x="1.3229" y="43.657" width="3.175" height="3.175" stroke="#2979ff"/>
+ </g>
+ <rect transform="scale(-1,1)" x="-5.8209" y="28.575" width="3.7042" height=".52917" fill="#aeaeae" stroke-width=".23932"/>
+ <rect transform="scale(-1,1)" x="-5.8209" y="29.105" width=".52917" height="3.175" fill="#aeaeae" stroke-width=".23932"/>
+ <rect x="1.3229" y="50.536" width="3.175" height="3.175" stroke="#aeaeae" stroke-width=".52917"/>
+ <rect transform="scale(-1,1)" x="-5.8208" y="49.213" width="3.7042" height=".52917" fill="#aeaeae" stroke-width=".23932"/>
+ <rect transform="scale(-1,1)" x="-5.8208" y="49.742" width=".52917" height="3.175" fill="#aeaeae" stroke-width=".23932"/>
+ <g>
+ <rect transform="scale(-1,1)" x="-5.8209" y="35.455" width="3.7042" height=".52917" fill="#3096fa" stroke-width=".23932"/>
+ <rect transform="scale(-1,1)" x="-5.8209" y="35.984" width=".52917" height="3.175" fill="#3096fa" stroke-width=".23932"/>
+ <rect transform="scale(-1,1)" x="-5.8209" y="42.334" width="3.7042" height=".52917" fill="#2979ff" stroke-width=".23932"/>
+ <rect transform="scale(-1,1)" x="-5.8209" y="42.863" width=".52917" height="3.175" fill="#2979ff" stroke-width=".23932"/>
+ </g>
+ </g>
+</svg>
diff --git a/dlls/light.msstyles/blue_window_restore_button_glyph_32px.bmp b/dlls/light.msstyles/blue_window_restore_button_glyph_32px.bmp
new file mode 100644
index 0000000000000000000000000000000000000000..223a618cec1fc808698ce91c77fee4f538bf8349
GIT binary patch
literal 32906
zcmeI4F>c#H6hvht2XUJ&XK<4$O|FtEKnmABK#rjUreVwoKNtvaEbe3(D8x4`@7HkO
z3^^uX6_TGmzdWCQf4#i^{QmlQT%SFx-;bwv>-(a)a_xc*vBr_1+xV0rrV<?Hp1ThHI$
z+R(?lfo|Y*KA)HLF{8dTd*x>4k9gHNk1%d;;*~H*&rdr^IATb1ovWU3#E_;rZcaF2
zNOPI0Cmb=PX^xu{ju_Hhrs(a)et3~8F<=7b}LG?%G*amh+Ps%@E*++x(9G(Eoe-1(Q+
zF*ACuE|c{L`7^GeJ-UHzpd080?z(a)5I+lM86%(${Nd*x>4k9gHNk1%d;;*~H*&rdr^
zIATb1ovWU3#E_;rZcaF2NOPI0Cmb=PX^xu{ju_Hhrs(a)et3~8F<=7b}LG?%G*amh+P
zs%@E*++x(9G(Eoe-1(Q+F*ACuE|c{L`7^GeJ-UHzpd080?z(a)4XKRzz$W5$)G*(*0Q
zf5fZKd4zF$6R(6hdVbnT!VyE7>s<AOBZf51adW~ELz>G}J>iHUO>^9waKw=2GF4AF
zVo1{*Hzyo1q`6Ghi%VAWQEkhd<QAj;r0Ma!=gz;pj+xPOb(yS3$e(cy?a>W%1KmJ3
zaNi9i?{O<;#+8*<vd+vO(a)v3tjVcg!tD`AeFpLUXP#E|AXS3Ti~Ax(4KoN&aD<}y`J
zIATcC95*K%F{HUn)f0{w(lp1-2}cZRE>rd5l9hZ^+cGD)#i&1NdVKG>^ZWh(>pd{z
zK3kUMA$`oqZ;x)E8|VhQf&Ck(*A2-!<Lr{$VrJ%#cy<2#*IIwufBHK~IATcKa!m<G
z3~8NzyMd%PVo1B4e){wOSGMe}J(NXS?SE(a)cIATb9E4Pjnm#pQnuEndiWiBpR)xUVv
z{^i{H^ZzDQrz7i(-}y-1_1+oz?a>W%1KmJ3aQp_6&$tycqn+|f)|vSuUUjY`jN6-d
zCCt(D(@qkO7}8wlswW&Vq-l<u6OI_tT&C&?M+|A2<K~1ThBTL{dcqMyn&!AU;fNv4
zWvX6WvXYN#TjnIU81*MjkMBKqet-Udy$ANb&)UBm=mxrhZr~UVB%g6BW<~?$m8>)K
zN4)A>M;Ny^@k*GZ=ck<{95JN1&Q(u1Vo1{*Hzyo1q`6Gh6OI_tG{?;eM+|8$Q}u)+
zhBVD_bHWirn#)wZxMU?C)waw(a)ZZYalnjYVK?)?7z|9TJXeV?^|H_#1q1Kq$e8n}M{
z*vRu44UFVn(a)12=H;#KD{!nnPOSHc`UKkX#ph#}2&u6n`|Lz?EeIpK&Q&1I^daKw<N
zIc`okVn}nDswW&Vq-l<u6OI_tT&C*9B`f);wq;Ioi&1~l^!VO$=lA>n*Lz^^`>g%D
If&a0AU#Zc9rvLx|
literal 0
HcmV?d00001
diff --git a/dlls/light.msstyles/blue_window_restore_button_glyph_32px.svg b/dlls/light.msstyles/blue_window_restore_button_glyph_32px.svg
new file mode 100644
index 00000000000..63089bf2518
--- /dev/null
+++ b/dlls/light.msstyles/blue_window_restore_button_glyph_32px.svg
@@ -0,0 +1,37 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg id="bitmap:32-32" width="32" height="256" version="1.1" viewBox="0 0 8.4666 67.734" xmlns="http://www.w3.org/2000/svg">
+ <g fill="none">
+ <g stroke-width=".52917">
+ <rect x="1.852" y="3.175" width="3.4396" height="3.4396" stroke="#aeaeae"/>
+ <rect x="1.852" y="11.642" width="3.4396" height="3.4396" stroke="#3096fa"/>
+ <rect x="1.852" y="20.109" width="3.4396" height="3.4396" stroke="#2979ff"/>
+ </g>
+ <rect transform="scale(-1,1)" x="-6.8792" y="1.5875" width="3.9688" height=".52917" fill="#aeaeae" stroke-width=".23932"/>
+ <rect transform="scale(-1,1)" x="-6.8792" y="2.1167" width=".52917" height="3.4396" fill="#aeaeae" stroke-width=".23932"/>
+ <g stroke-width=".23932">
+ <rect transform="scale(-1,1)" x="-6.8792" y="10.054" width="3.9688" height=".52917" fill="#3096fa"/>
+ <rect transform="scale(-1,1)" x="-6.8792" y="10.583" width=".52917" height="3.4396" fill="#3096fa"/>
+ <rect transform="scale(-1,1)" x="-6.8792" y="18.521" width="3.9688" height=".52917" fill="#2979ff"/>
+ <rect transform="scale(-1,1)" x="-6.8792" y="19.05" width=".52917" height="3.4396" fill="#2979ff"/>
+ </g>
+ <rect x="1.852" y="28.575" width="3.4396" height="3.4396" stroke="#aeaeae" stroke-width=".52917"/>
+ <rect transform="scale(-1,1)" x="-6.8792" y="26.988" width="3.9688" height=".52917" fill="#aeaeae" stroke-width=".23932"/>
+ <rect transform="scale(-1,1)" x="-6.8792" y="27.517" width=".52917" height="3.4396" fill="#aeaeae" stroke-width=".23932"/>
+ <g stroke-width=".52917">
+ <rect x="1.852" y="37.042" width="3.4396" height="3.4396" stroke="#aeaeae"/>
+ <rect x="1.852" y="45.509" width="3.4396" height="3.4396" stroke="#3096fa"/>
+ <rect x="1.852" y="53.976" width="3.4396" height="3.4396" stroke="#2979ff"/>
+ </g>
+ <rect transform="scale(-1,1)" x="-6.8792" y="35.454" width="3.9688" height=".52917" fill="#aeaeae" stroke-width=".23932"/>
+ <rect transform="scale(-1,1)" x="-6.8792" y="35.984" width=".52917" height="3.4396" fill="#aeaeae" stroke-width=".23932"/>
+ <g stroke-width=".23932">
+ <rect transform="scale(-1,1)" x="-6.8792" y="43.921" width="3.9688" height=".52917" fill="#3096fa"/>
+ <rect transform="scale(-1,1)" x="-6.8792" y="44.45" width=".52917" height="3.4396" fill="#3096fa"/>
+ <rect transform="scale(-1,1)" x="-6.8792" y="52.388" width="3.9688" height=".52917" fill="#2979ff"/>
+ <rect transform="scale(-1,1)" x="-6.8792" y="52.917" width=".52917" height="3.4396" fill="#2979ff"/>
+ </g>
+ <rect x="1.852" y="62.442" width="3.4396" height="3.4396" stroke="#aeaeae" stroke-width=".52917"/>
+ <rect transform="scale(-1,1)" x="-6.8792" y="60.855" width="3.9688" height=".52917" fill="#aeaeae" stroke-width=".23932"/>
+ <rect transform="scale(-1,1)" x="-6.8792" y="61.384" width=".52917" height="3.4396" fill="#aeaeae" stroke-width=".23932"/>
+ </g>
+</svg>
diff --git a/dlls/light.msstyles/blue_window_restore_button_glyph_39px.bmp b/dlls/light.msstyles/blue_window_restore_button_glyph_39px.bmp
new file mode 100644
index 0000000000000000000000000000000000000000..bb689cbb2b9d9991e8a552f2f4682d6d5c9ed389
GIT binary patch
literal 48810
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
literal 0
HcmV?d00001
diff --git a/dlls/light.msstyles/blue_window_restore_button_glyph_39px.svg b/dlls/light.msstyles/blue_window_restore_button_glyph_39px.svg
new file mode 100644
index 00000000000..810d4a2864e
--- /dev/null
+++ b/dlls/light.msstyles/blue_window_restore_button_glyph_39px.svg
@@ -0,0 +1,37 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg id="bitmap:39-32" width="39" height="312" version="1.1" viewBox="0 0 10.319 82.551" xmlns="http://www.w3.org/2000/svg">
+ <g fill="none">
+ <g stroke-width=".79376">
+ <rect x="1.9844" y="3.5719" width="4.7626" height="4.7626" stroke="#aeaeae"/>
+ <rect x="1.9844" y="13.891" width="4.7626" height="4.7626" stroke="#3096fa"/>
+ <rect x="1.9844" y="24.21" width="4.7626" height="4.7626" stroke="#2979ff"/>
+ </g>
+ <rect transform="scale(-1,1)" x="-8.7315" y="1.5875" width="5.5564" height=".79377" fill="#aeaeae" stroke-width=".23932"/>
+ <rect transform="scale(-1,1)" x="-8.7315" y="2.3812" width=".79377" height="4.7626" fill="#aeaeae" stroke-width=".23932"/>
+ <rect x="1.9844" y="34.529" width="4.7626" height="4.7626" stroke="#aeaeae" stroke-width=".79376"/>
+ <rect transform="scale(-1,1)" x="-8.7315" y="32.544" width="5.5564" height=".79377" fill="#aeaeae" stroke-width=".23932"/>
+ <rect transform="scale(-1,1)" x="-8.7315" y="33.338" width=".79377" height="4.7626" fill="#aeaeae" stroke-width=".23932"/>
+ <g stroke-width=".23932">
+ <rect transform="scale(-1,1)" x="-8.7315" y="11.906" width="5.5564" height=".79377" fill="#3096fa"/>
+ <rect transform="scale(-1,1)" x="-8.7315" y="12.7" width=".79377" height="4.7626" fill="#3096fa"/>
+ <rect transform="scale(-1,1)" x="-8.7315" y="22.225" width="5.5564" height=".79377" fill="#2979ff"/>
+ <rect transform="scale(-1,1)" x="-8.7315" y="23.019" width=".79377" height="4.7626" fill="#2979ff"/>
+ </g>
+ <g stroke-width=".79376">
+ <rect x="1.9844" y="44.847" width="4.7626" height="4.7626" stroke="#aeaeae"/>
+ <rect x="1.9844" y="55.166" width="4.7626" height="4.7626" stroke="#3096fa"/>
+ <rect x="1.9844" y="65.485" width="4.7626" height="4.7626" stroke="#2979ff"/>
+ </g>
+ <rect transform="scale(-1,1)" x="-8.7315" y="42.863" width="5.5564" height=".79377" fill="#aeaeae" stroke-width=".23932"/>
+ <rect transform="scale(-1,1)" x="-8.7315" y="43.657" width=".79377" height="4.7626" fill="#aeaeae" stroke-width=".23932"/>
+ <rect x="1.9844" y="75.804" width="4.7626" height="4.7626" stroke="#aeaeae" stroke-width=".79376"/>
+ <rect transform="scale(-1,1)" x="-8.7315" y="73.82" width="5.5564" height=".79377" fill="#aeaeae" stroke-width=".23932"/>
+ <rect transform="scale(-1,1)" x="-8.7315" y="74.614" width=".79377" height="4.7626" fill="#aeaeae" stroke-width=".23932"/>
+ <g stroke-width=".23932">
+ <rect transform="scale(-1,1)" x="-8.7315" y="53.182" width="5.5564" height=".79377" fill="#3096fa"/>
+ <rect transform="scale(-1,1)" x="-8.7315" y="53.976" width=".79377" height="4.7626" fill="#3096fa"/>
+ <rect transform="scale(-1,1)" x="-8.7315" y="63.501" width="5.5564" height=".79377" fill="#2979ff"/>
+ <rect transform="scale(-1,1)" x="-8.7315" y="64.295" width=".79377" height="4.7626" fill="#2979ff"/>
+ </g>
+ </g>
+</svg>
diff --git a/dlls/light.msstyles/blue_window_restore_button_glyph_52px.bmp b/dlls/light.msstyles/blue_window_restore_button_glyph_52px.bmp
new file mode 100644
index 0000000000000000000000000000000000000000..b302bb5e518c13d1cec08914c6f41492c99922b2
GIT binary patch
literal 86666
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
literal 0
HcmV?d00001
diff --git a/dlls/light.msstyles/blue_window_restore_button_glyph_52px.svg b/dlls/light.msstyles/blue_window_restore_button_glyph_52px.svg
new file mode 100644
index 00000000000..45efc4fdbef
--- /dev/null
+++ b/dlls/light.msstyles/blue_window_restore_button_glyph_52px.svg
@@ -0,0 +1,37 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg id="bitmap:52-32" width="52" height="416" version="1.1" viewBox="0 0 13.759 110.07" xmlns="http://www.w3.org/2000/svg">
+ <g fill="none">
+ <g stroke-width="1.0584">
+ <rect x="2.646" y="4.7626" width="6.3503" height="6.3503" stroke="#aeaeae"/>
+ <rect x="2.646" y="18.521" width="6.3503" height="6.3503" stroke="#3096fa"/>
+ <rect x="2.646" y="32.28" width="6.3503" height="6.3503" stroke="#2979ff"/>
+ </g>
+ <rect transform="scale(-1,1)" x="-11.642" y="2.1166" width="7.4087" height="1.0584" fill="#aeaeae" stroke-width=".23933"/>
+ <rect transform="scale(-1,1)" x="-11.642" y="3.175" width="1.0584" height="6.3503" fill="#aeaeae" stroke-width=".23933"/>
+ <rect x="2.646" y="46.039" width="6.3503" height="6.3503" stroke="#aeaeae" stroke-width="1.0584"/>
+ <rect transform="scale(-1,1)" x="-11.642" y="43.393" width="7.4087" height="1.0584" fill="#aeaeae" stroke-width=".23933"/>
+ <rect transform="scale(-1,1)" x="-11.642" y="44.452" width="1.0584" height="6.3503" fill="#aeaeae" stroke-width=".23933"/>
+ <g stroke-width=".23933">
+ <rect transform="scale(-1,1)" x="-11.642" y="15.876" width="7.4087" height="1.0584" fill="#3096fa"/>
+ <rect transform="scale(-1,1)" x="-11.642" y="16.934" width="1.0584" height="6.3503" fill="#3096fa"/>
+ <rect transform="scale(-1,1)" x="-11.642" y="29.634" width="7.4087" height="1.0584" fill="#2979ff"/>
+ <rect transform="scale(-1,1)" x="-11.642" y="30.693" width="1.0584" height="6.3503" fill="#2979ff"/>
+ </g>
+ <g stroke-width="1.0584">
+ <rect x="2.646" y="59.798" width="6.3503" height="6.3503" stroke="#aeaeae"/>
+ <rect x="2.646" y="73.557" width="6.3503" height="6.3503" stroke="#3096fa"/>
+ <rect x="2.646" y="87.316" width="6.3503" height="6.3503" stroke="#2979ff"/>
+ </g>
+ <rect transform="scale(-1,1)" x="-11.642" y="57.152" width="7.4087" height="1.0584" fill="#aeaeae" stroke-width=".23933"/>
+ <rect transform="scale(-1,1)" x="-11.642" y="58.211" width="1.0584" height="6.3503" fill="#aeaeae" stroke-width=".23933"/>
+ <rect x="2.646" y="101.07" width="6.3503" height="6.3503" stroke="#aeaeae" stroke-width="1.0584"/>
+ <rect transform="scale(-1,1)" x="-11.642" y="98.429" width="7.4087" height="1.0584" fill="#aeaeae" stroke-width=".23933"/>
+ <rect transform="scale(-1,1)" x="-11.642" y="99.487" width="1.0584" height="6.3503" fill="#aeaeae" stroke-width=".23933"/>
+ <g stroke-width=".23933">
+ <rect transform="scale(-1,1)" x="-11.642" y="70.911" width="7.4087" height="1.0584" fill="#3096fa"/>
+ <rect transform="scale(-1,1)" x="-11.642" y="71.969" width="1.0584" height="6.3503" fill="#3096fa"/>
+ <rect transform="scale(-1,1)" x="-11.642" y="84.67" width="7.4087" height="1.0584" fill="#2979ff"/>
+ <rect transform="scale(-1,1)" x="-11.642" y="85.728" width="1.0584" height="6.3503" fill="#2979ff"/>
+ </g>
+ </g>
+</svg>
diff --git a/dlls/light.msstyles/blue_window_small_caption.bmp b/dlls/light.msstyles/blue_window_small_caption.bmp
new file mode 100644
index 0000000000000000000000000000000000000000..dbf5986e2c0c85b09c8ec8b3180f9c86f9269e29
GIT binary patch
literal 746
zcmZ?reZ|B823<h128daKSPh6786<!t149B-9?XFg{}~t{2qf~~$vvnTE=44R1x?+$
nb?g4a0Fccv%Et%~V35E8!-NSFV8Qht$R6cmh6gZM;D7-DI(_5|
literal 0
HcmV?d00001
diff --git a/dlls/light.msstyles/blue_window_small_caption.svg b/dlls/light.msstyles/blue_window_small_caption.svg
new file mode 100644
index 00000000000..6b3096951df
--- /dev/null
+++ b/dlls/light.msstyles/blue_window_small_caption.svg
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg id="bitmap:5-24" width="5" height="38" version="1.1" viewBox="0 0 1.3229 10.054" xmlns="http://www.w3.org/2000/svg">
+ <g fill="#fff">
+ <rect x=".13227" y=".13229" width="1.0583" height="4.7626" stroke="#909090" stroke-width=".26459"/>
+ <rect x=".26456" y="4.7626" width=".79376" height=".26459"/>
+ <rect x=".13227" y="5.1594" width="1.0583" height="4.7626" stroke="#aeaeae" stroke-width=".26459"/>
+ <rect x=".26456" y="9.7897" width=".79376" height=".26459"/>
+ </g>
+</svg>
diff --git a/dlls/light.msstyles/blue_window_small_caption_sizing_template.bmp b/dlls/light.msstyles/blue_window_small_caption_sizing_template.bmp
new file mode 100644
index 0000000000000000000000000000000000000000..3d54f0b6685445ae7cc3c926179d6567da9006bf
GIT binary patch
literal 9562
zcmeIxy-@=}5C!3-P#_pU7#MP}a4<;&R}l~$8J(8Dnt83G(a)SDBjr0KhHzEyF2dbt~)
z*W3I&&HG{A_w&9QH{*JKzu(S}i)$O>>+j>uc6(a)w(y;%9<!2$2LcHxyS8#P896rjMi
zz?v=_HAWp2puo1knl2kPMjaHOz_!4eE*mvQ9TcFzw!oS$8#P896rjMiz?v=_HAWp2
zpuo1knl2kPMjaHOz#_1!NicU)gZ+l=BG<!p0{`p;Z2#Bv{PuHl&(_PGCt&-1=}B!B
z_iSC#oNP{dQd`A6TbDE^o0Fc(a)R&mePCC$m^q$jmi+_QB_bFw+<No^JPY+cfvY)*Po
Xo5fvAr*gk6)*r{day?xq;6H&gCH4Sj
literal 0
HcmV?d00001
diff --git a/dlls/light.msstyles/blue_window_small_caption_sizing_template.svg b/dlls/light.msstyles/blue_window_small_caption_sizing_template.svg
new file mode 100644
index 00000000000..32a0d9e3ee2
--- /dev/null
+++ b/dlls/light.msstyles/blue_window_small_caption_sizing_template.svg
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg id="bitmap:62-32" width="62" height="38" version="1.1" viewBox="0 0 16.404 10.054" xmlns="http://www.w3.org/2000/svg">
+ <g fill="#fff">
+ <g>
+ <rect x="-2.0002e-5" y="-2e-5" width="16.404" height=".79374"/>
+ <rect x="3.0848e-7" y="5.027" width="16.404" height=".79374"/>
+ <rect x="-2.2204e-16" y=".79372" width=".79374" height="4.2333"/>
+ </g>
+ <rect x=".79374" y=".79372" width=".52916" height=".26458"/>
+ <g>
+ <rect x="-2.2204e-16" y="5.8207" width=".79374" height="4.2333"/>
+ <rect x="15.61" y="5.8207" width=".79374" height="4.2333"/>
+ <rect x="15.61" y=".79372" width=".79374" height="4.2333"/>
+ <rect x=".79374" y="1.0583" width=".26458" height=".26459"/>
+ </g>
+ <rect x=".79374" y="5.8207" width=".52916" height=".26458"/>
+ <rect x=".79374" y="6.0853" width=".26458" height=".26459"/>
+ <rect transform="scale(-1,1)" x="-15.61" y="5.8208" width=".52916" height=".26458"/>
+ <rect transform="scale(-1,1)" x="-15.61" y="6.0853" width=".26458" height=".26459"/>
+ <rect transform="scale(-1,1)" x="-15.61" y=".79373" width=".52916" height=".26458"/>
+ <rect transform="scale(-1,1)" x="-15.61" y="1.0583" width=".26458" height=".26459"/>
+ </g>
+</svg>
diff --git a/dlls/light.msstyles/blue_window_small_close_button_background.bmp b/dlls/light.msstyles/blue_window_small_close_button_background.bmp
new file mode 100644
index 0000000000000000000000000000000000000000..61cec9559dcacb849e28d5eabd78374395930560
GIT binary patch
literal 5546
zcmeHJF%H5o3`_+pBVz4aDkLTrUct`F3wR1cf79>O*lka()S(xo1O?fu>!@+k<a|o5
zxxSBKu$R7{>Ie0^dKK!h(^yaa+FY1~Fh2H8n#=96=%ku^Dr-BbZCha-vspf4mgi&2
z!623gsBQY#DUVpkYC7qA+4OPVc?`pAA0tye^5YiI1F7_gB^~>TkLQyJ>zLj08M8be
zQw|2PJV0$zNA`U8ds_xggnAerjFp5N%LQPNE3)e<3G093POkm1T*$@E`9G`{wLDnI
z!1gm;#VpQs?^^f9>rwC_ZDciwYs*o$qZ)<>V<q9nase3RitPFBcfIRTaOGQWegHda
BU9tcG
literal 0
HcmV?d00001
diff --git a/dlls/light.msstyles/blue_window_small_close_button_background.svg b/dlls/light.msstyles/blue_window_small_close_button_background.svg
new file mode 100644
index 00000000000..072869d05af
--- /dev/null
+++ b/dlls/light.msstyles/blue_window_small_close_button_background.svg
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg id="bitmap:13-32" width="13" height="104" version="1.1" viewBox="0 0 3.4395 27.517" xmlns="http://www.w3.org/2000/svg">
+ <g fill="#fff" stroke-width=".26458">
+ <g>
+ <rect x=".39685" y=".39687" width="2.6458" height="2.6458" stroke="#aeaeae"/>
+ <rect x=".39685" y="10.716" width="2.6458" height="2.6458" stroke="#aeaeae"/>
+ <rect x=".39685" y="3.8365" width="2.6458" height="2.6458" stroke="#ff1744"/>
+ </g>
+ <rect x=".39685" y="7.276" width="2.6458" height="2.6458" stroke="#d50000"/>
+ <g>
+ <rect x=".39685" y="14.155" width="2.6458" height="2.6458" stroke="#aeaeae"/>
+ <rect x=".39685" y="24.474" width="2.6458" height="2.6458" stroke="#aeaeae"/>
+ <rect x=".39685" y="17.595" width="2.6458" height="2.6458" stroke="#ff1744"/>
+ </g>
+ <rect x=".39685" y="21.034" width="2.6458" height="2.6458" stroke="#d50000"/>
+ </g>
+</svg>
diff --git a/dlls/light.msstyles/blue_window_small_close_button_glyph.bmp b/dlls/light.msstyles/blue_window_small_close_button_glyph.bmp
new file mode 100644
index 0000000000000000000000000000000000000000..a74f9e6473c227d5def638e7842ddf70d95a5aac
GIT binary patch
literal 1706
zcmeHHOK!q25S^-3xj{iJBEu=VBchSYh7DKgwkO~eu#J(a)D3dt4tw7t#nUhEM83B+$h
z#VF46yf=Q9!<gYXeU&<<cz<KGFy1kq#K|+z1s&5ysEB{a>F{&%)eujbzMNFGEz0wJ
zUKE8RLu77hnx+x*5`0X|vaD}fs3)(~_jvkLVI9$#4*uYNR&zf7%tU^jUq(a)tav5rL6
zCG>&E#m*T-mN9sIbz(E<!*#U|G=J8t(a)Qwa@oOxt^T_hcyk2>n;LS$}^Nmrw!ttGg)
z#<uR9A(a)EAHHAMP+ylF+AX#Ui|9o&!lC2{Pxy_a744`=ZGY5huU_NUzk>+7(a)bLly1=
Y(EQmc^tXI}ze_slcz-_b!|ncCH>dhj*#H0l
literal 0
HcmV?d00001
diff --git a/dlls/light.msstyles/blue_window_small_close_button_glyph.svg b/dlls/light.msstyles/blue_window_small_close_button_glyph.svg
new file mode 100644
index 00000000000..c82c7f29952
--- /dev/null
+++ b/dlls/light.msstyles/blue_window_small_close_button_glyph.svg
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg id="bitmap:7-32" width="7" height="56" version="1.1" viewBox="0 0 1.8521 14.817" xmlns="http://www.w3.org/2000/svg">
+ <g stroke-width=".26458">
+ <path d="m1.5875 0.39783-0.13323-0.13324-0.52823 0.52823-0.52823-0.52823-0.13324 0.13324 0.52823 0.52823-0.52823 0.52823 0.13324 0.13324 0.52823-0.52823 0.52823 0.52823 0.13323-0.13324-0.52823-0.52823z" fill="#aeaeae"/>
+ <path d="m1.5875 5.9541-0.13323-0.13324-0.52823 0.52823-0.52823-0.52823-0.13324 0.13324 0.52823 0.52823-0.52823 0.52823 0.13324 0.13324 0.52823-0.52823 0.52823 0.52823 0.13323-0.13324-0.52823-0.52823z" fill="#aeaeae"/>
+ <path d="m1.5875 2.2499-0.13323-0.13324-0.52823 0.52823-0.52823-0.52823-0.13324 0.13324 0.52823 0.52823-0.52823 0.52823 0.13324 0.13324 0.52823-0.52823 0.52823 0.52823 0.13323-0.13324-0.52823-0.52823z" fill="#ff1744"/>
+ <path d="m1.5875 4.102-0.13323-0.13324-0.52823 0.52823-0.52823-0.52823-0.13324 0.13324 0.52823 0.52823-0.52823 0.52823 0.13324 0.13324 0.52823-0.52823 0.52823 0.52823 0.13323-0.13324-0.52823-0.52823z" fill="#d50000"/>
+ <path d="m1.5875 7.8062-0.13323-0.13324-0.52823 0.52823-0.52823-0.52823-0.13324 0.13324 0.52823 0.52823-0.52823 0.52823 0.13324 0.13324 0.52823-0.52823 0.52823 0.52823 0.13323-0.13324-0.52823-0.52823z" fill="#aeaeae"/>
+ <path d="m1.5875 13.363-0.13323-0.13324-0.52823 0.52823-0.52823-0.52823-0.13324 0.13324 0.52823 0.52823-0.52823 0.52823 0.13324 0.13324 0.52823-0.52823 0.52823 0.52823 0.13323-0.13324-0.52823-0.52823z" fill="#aeaeae"/>
+ <path d="m1.5875 9.6584-0.13323-0.13324-0.52823 0.52823-0.52823-0.52823-0.13324 0.13324 0.52823 0.52823-0.52823 0.52823 0.13324 0.13324 0.52823-0.52823 0.52823 0.52823 0.13323-0.13324-0.52823-0.52823z" fill="#ff1744"/>
+ <path d="m1.5875 11.51-0.13323-0.13324-0.52823 0.52823-0.52823-0.52823-0.13324 0.13324 0.52823 0.52823-0.52823 0.52823 0.13324 0.13324 0.52823-0.52823 0.52823 0.52823 0.13323-0.13324-0.52823-0.52823z" fill="#d50000"/>
+ </g>
+</svg>
diff --git a/dlls/light.msstyles/blue_window_small_frame_bottom.bmp b/dlls/light.msstyles/blue_window_small_frame_bottom.bmp
new file mode 100644
index 0000000000000000000000000000000000000000..5ed7925cac8e35f712fe72586e88d3fdc4073e89
GIT binary patch
literal 234
zcmZ?reZ>F)T|lY^h*^P{4Tu>TB!DCXLjssYC;l(a)qKoCgczmt1VF}eyud=@kX>rep$
YkozA7fNTu(a)1XREP<ieEy2eL8v08v;?xBvhE
literal 0
HcmV?d00001
diff --git a/dlls/light.msstyles/blue_window_small_frame_bottom.svg b/dlls/light.msstyles/blue_window_small_frame_bottom.svg
new file mode 100644
index 00000000000..69a4b9d0c48
--- /dev/null
+++ b/dlls/light.msstyles/blue_window_small_frame_bottom.svg
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg id="bitmap:5-24" width="5" height="6" version="1.1" viewBox="0 0 1.3229 1.5875" xmlns="http://www.w3.org/2000/svg">
+ <g fill="#fff">
+ <rect x=".13227" y=".13229" width="1.0583" height=".52915" stroke="#909090" stroke-width=".26459"/>
+ <rect x=".26456" y="-3.15e-6" width=".79376" height=".26459"/>
+ <rect x=".13227" y=".92603" width="1.0583" height=".52915" stroke="#aeaeae" stroke-width=".26459"/>
+ <rect x=".26456" y=".79374" width=".79376" height=".26459"/>
+ </g>
+</svg>
diff --git a/dlls/light.msstyles/blue_window_small_frame_left.bmp b/dlls/light.msstyles/blue_window_small_frame_left.bmp
new file mode 100644
index 0000000000000000000000000000000000000000..38a662762a419035b49f84c374a28110b13cb817
GIT binary patch
literal 162
zcmZ?rUBmzZT|lY^h?#+y35XdPB!DCXlms)8i2n=>5CjtY(a)8lj-j3h}ElLbxHx^?UR
Ng8@){!h{KMHULwB7is_i
literal 0
HcmV?d00001
diff --git a/dlls/light.msstyles/blue_window_small_frame_left.svg b/dlls/light.msstyles/blue_window_small_frame_left.svg
new file mode 100644
index 00000000000..42ae1759e4c
--- /dev/null
+++ b/dlls/light.msstyles/blue_window_small_frame_left.svg
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg id="bitmap:3-24" width="3" height="2" version="1.1" viewBox="0 0 .79372 .52917" xmlns="http://www.w3.org/2000/svg">
+ <rect x="-3.1034e-6" y="-1.1102e-16" width=".26458" height=".26459" fill="#909090"/>
+ <rect x="-1.2413e-5" y=".26459" width=".26458" height=".26459" fill="#aeaeae"/>
+ <rect x=".26457" width=".52917" height=".52917" fill="#fff"/>
+</svg>
diff --git a/dlls/light.msstyles/blue_window_small_frame_right.bmp b/dlls/light.msstyles/blue_window_small_frame_right.bmp
new file mode 100644
index 0000000000000000000000000000000000000000..e93de75080a67237b2ecb466729585a28e4f8d11
GIT binary patch
literal 162
zcmZ?rUBmzZT|lY^h?#+y35XdPB!DCXlms)8i2n=>5CjtY(a)8lj-j3h}ElLbxHe=u0L
PZXL)#Fqkl50+0;=VF4Fv
literal 0
HcmV?d00001
diff --git a/dlls/light.msstyles/blue_window_small_frame_right.svg b/dlls/light.msstyles/blue_window_small_frame_right.svg
new file mode 100644
index 00000000000..355c3980b86
--- /dev/null
+++ b/dlls/light.msstyles/blue_window_small_frame_right.svg
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg id="bitmap:3-24" width="3" height="2" version="1.1" viewBox="0 0 .79372 .52917" xmlns="http://www.w3.org/2000/svg">
+ <rect transform="scale(-1,1)" x="-.79373" y="-1.1102e-16" width=".26458" height=".26459" fill="#909090"/>
+ <rect transform="scale(-1,1)" x="-.79374" y=".26459" width=".26458" height=".26459" fill="#aeaeae"/>
+ <rect transform="scale(-1,1)" x="-.52916" width=".52917" height=".52917" fill="#fff"/>
+</svg>
diff --git a/dlls/light.msstyles/light.rc b/dlls/light.msstyles/light.rc
index 2d3ab123fa4..eb517ed09db 100644
--- a/dlls/light.msstyles/light.rc
+++ b/dlls/light.msstyles/light.rc
@@ -1,5 +1,5 @@
/*
- * Copyright 2021 Zhiyi Zhang for CodeWeavers
+ * Copyright 2021-2022 Zhiyi Zhang for CodeWeavers
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
@@ -2615,6 +2615,337 @@ BLUE_INI TEXTFILE
"MinDpi5 = 240\r\n"
"MinDpi6 = 288\r\n"
"MinDpi7 = 384\r\n"
+
+"\r\n; Window\r\n"
+"[Window]\r\n"
+"; No image specified here \r\n"
+"BgType = ImageFile\r\n"
+"Transparent = True\r\n"
+
+"[Window.Caption]\r\n"
+"BgType = ImageFile\r\n"
+"SizingType = Stretch\r\n"
+"ImageLayout = Vertical\r\n"
+"ImageCount = 2\r\n"
+"Transparent = True\r\n"
+"TextColor = 0 0 0\r\n"
+"SizingMargins = 28, 35, 9, 17\r\n"
+"ContentMargins = 0, 0, 0, 0\r\n"
+"CaptionMargins = 4, 3, 0, 0\r\n"
+"ImageFile = blue_window_caption.bmp\r\n"
+
+"[Window.SmallCaption]\r\n"
+"BgType = ImageFile\r\n"
+"SizingType = Stretch\r\n"
+"ImageLayout = Vertical\r\n"
+"ImageCount = 2\r\n"
+"SizingMargins = 2, 2, 2, 0\r\n"
+"ContentMargins = 3, 3, 12, 1\r\n"
+"ImageFile = blue_window_small_caption.bmp\r\n"
+
+"[Window.MinCaption]\r\n"
+"BgType = ImageFile\r\n"
+"SizingType = Stretch\r\n"
+"ImageLayout = Vertical\r\n"
+"ImageCount = 2\r\n"
+"Transparent = True\r\n"
+"SizingMargins = 6, 6, 6, 2\r\n"
+"ContentMargins = 3, 3, 0, 3\r\n"
+"CaptionMargins = 4, 3, 0, 0\r\n"
+"ImageFile = blue_window_min_caption.bmp\r\n"
+
+"[Window.MaxCaption]\r\n"
+"BgType = ImageFile\r\n"
+"SizingType = Stretch\r\n"
+"ImageLayout = Vertical\r\n"
+"ImageCount = 2\r\n"
+"Transparent = True\r\n"
+"SizingMargins = 0, 0, 6, 0\r\n"
+"ContentMargins = 1, 1, 0, 1\r\n"
+"CaptionMargins = 8, 4, 6, 0\r\n"
+"ImageFile = blue_window_max_caption.bmp\r\n"
+
+"[Window.FrameLeft]\r\n"
+"BgType = ImageFile\r\n"
+"SizingType = Stretch\r\n"
+"ImageLayout = Vertical\r\n"
+"ImageCount = 2\r\n"
+"Transparent = False\r\n"
+"BorderOnly = False\r\n"
+"SizingMargins = 2, 1, 91, 0\r\n"
+"ImageFile = blue_window_frame_left.bmp\r\n"
+
+"[Window.FrameRight]\r\n"
+"BgType = ImageFile\r\n"
+"SizingType = Stretch\r\n"
+"ImageLayout = Vertical\r\n"
+"ImageCount = 2\r\n"
+"Transparent = False\r\n"
+"BorderOnly = False\r\n"
+"SizingMargins = 1, 2, 91, 0\r\n"
+"ImageFile = blue_window_frame_right.bmp\r\n"
+
+"[Window.FrameBottom]\r\n"
+"BgType = ImageFile\r\n"
+"SizingType = Stretch\r\n"
+"ImageLayout = Vertical\r\n"
+"ImageCount = 2\r\n"
+"Transparent = False\r\n"
+"BorderOnly = False\r\n"
+"SizingMargins = 2, 2, 0, 2\r\n"
+"ImageFile = blue_window_frame_bottom.bmp\r\n"
+
+"[Window.SmallFrameLeft]\r\n"
+"BgType = ImageFile\r\n"
+"SizingType = Stretch\r\n"
+"ImageLayout = Vertical\r\n"
+"ImageCount = 2\r\n"
+"Transparent = False\r\n"
+"BorderOnly = False\r\n"
+"SizingMargins = 2, 0, 0, 0\r\n"
+"ImageFile = blue_window_small_frame_left.bmp\r\n"
+
+"[Window.SmallFrameRight]\r\n"
+"BgType = ImageFile\r\n"
+"SizingType = Stretch\r\n"
+"ImageLayout = Vertical\r\n"
+"ImageCount = 2\r\n"
+"Transparent = False\r\n"
+"BorderOnly = False\r\n"
+"SizingMargins = 0, 2, 0, 0\r\n"
+"ImageFile = blue_window_small_frame_right.bmp\r\n"
+
+"[Window.SmallFrameBottom]\r\n"
+"BgType = ImageFile\r\n"
+"SizingType = Stretch\r\n"
+"ImageLayout = Vertical\r\n"
+"ImageCount = 2\r\n"
+"Transparent = False\r\n"
+"BorderOnly = False\r\n"
+"SizingMargins = 2, 2, 0, 2\r\n"
+"ImageFile = blue_window_small_frame_bottom.bmp\r\n"
+
+"[Window.MinButton]\r\n"
+"BgType = ImageFile\r\n"
+"SizingType = Stretch\r\n"
+"ImageLayout = Vertical\r\n"
+"GlyphType = ImageGlyph\r\n"
+"ImageSelectType = Dpi\r\n"
+"; This part has 4 states but 8 images \r\n"
+"ImageCount = 8\r\n"
+"Transparent = True\r\n"
+"GlyphTransparent = True\r\n"
+"UniformSizing = True\r\n"
+"SizingMargins = 2, 2, 7, 7\r\n"
+"ContentMargins = 0, 0, 0, 0\r\n"
+"ImageFile = blue_window_min_button_background.bmp\r\n"
+"ImageFile1 = blue_window_min_button_glyph_13px.bmp\r\n"
+"ImageFile2 = blue_window_min_button_glyph_19px.bmp\r\n"
+"ImageFile3 = blue_window_min_button_glyph_23px.bmp\r\n"
+"ImageFile4 = blue_window_min_button_glyph_26px.bmp\r\n"
+"ImageFile5 = blue_window_min_button_glyph_32px.bmp\r\n"
+"ImageFile6 = blue_window_min_button_glyph_39px.bmp\r\n"
+"ImageFile7 = blue_window_min_button_glyph_52px.bmp\r\n"
+"MinDpi1 = 96\r\n"
+"MinDpi2 = 120\r\n"
+"MinDpi3 = 144\r\n"
+"MinDpi4 = 192\r\n"
+"MinDpi5 = 240\r\n"
+"MinDpi6 = 288\r\n"
+"MinDpi7 = 384\r\n"
+
+"[Window.MdiMinButton]\r\n"
+"BgType = ImageFile\r\n"
+"SizingType = Stretch\r\n"
+"ImageLayout = Vertical\r\n"
+"GlyphType = ImageGlyph\r\n"
+"ImageCount = 4\r\n"
+"GlyphTransparent = True\r\n"
+"SizingMargins = 2, 3, 5, 4\r\n"
+"ContentMargins = 0, 0, 0, 0\r\n"
+"ImageFile = blue_window_mdi_min_button_background.bmp\r\n"
+"GlyphImageFile = blue_window_mdi_min_button_glyph.bmp\r\n"
+
+"[Window.MaxButton]\r\n"
+"BgType = ImageFile\r\n"
+"SizingType = Stretch\r\n"
+"ImageLayout = Vertical\r\n"
+"GlyphType = ImageGlyph\r\n"
+"ImageSelectType = Dpi\r\n"
+"; This part has 4 states but 8 images \r\n"
+"ImageCount = 8\r\n"
+"Transparent = True\r\n"
+"GlyphTransparent = True\r\n"
+"UniformSizing = True\r\n"
+"SizingMargins = 2, 2, 7, 7\r\n"
+"ContentMargins = 0, 0, 0, 0\r\n"
+"ImageFile = blue_window_max_button_background.bmp\r\n"
+"ImageFile1 = blue_window_max_button_glyph_13px.bmp\r\n"
+"ImageFile2 = blue_window_max_button_glyph_19px.bmp\r\n"
+"ImageFile3 = blue_window_max_button_glyph_23px.bmp\r\n"
+"ImageFile4 = blue_window_max_button_glyph_26px.bmp\r\n"
+"ImageFile5 = blue_window_max_button_glyph_32px.bmp\r\n"
+"ImageFile6 = blue_window_max_button_glyph_39px.bmp\r\n"
+"ImageFile7 = blue_window_max_button_glyph_52px.bmp\r\n"
+"MinDpi1 = 96\r\n"
+"MinDpi2 = 120\r\n"
+"MinDpi3 = 144\r\n"
+"MinDpi4 = 192\r\n"
+"MinDpi5 = 240\r\n"
+"MinDpi6 = 288\r\n"
+"MinDpi7 = 384\r\n"
+
+"[Window.CloseButton]\r\n"
+"BgType = ImageFile\r\n"
+"SizingType = Stretch\r\n"
+"ImageLayout = Vertical\r\n"
+"GlyphType = ImageGlyph\r\n"
+"ImageSelectType = Dpi\r\n"
+"; This part has 4 states but 8 images \r\n"
+"ImageCount = 8\r\n"
+"Transparent = True\r\n"
+"GlyphTransparent = True\r\n"
+"UniformSizing = True\r\n"
+"SizingMargins = 2, 2, 7, 7\r\n"
+"ContentMargins = 0, 0, 0, 0\r\n"
+"ImageFile = blue_window_close_button_background.bmp\r\n"
+"ImageFile1 = blue_window_close_button_glyph_13px.bmp\r\n"
+"ImageFile2 = blue_window_close_button_glyph_19px.bmp\r\n"
+"ImageFile3 = blue_window_close_button_glyph_23px.bmp\r\n"
+"ImageFile4 = blue_window_close_button_glyph_26px.bmp\r\n"
+"ImageFile5 = blue_window_close_button_glyph_32px.bmp\r\n"
+"ImageFile6 = blue_window_close_button_glyph_39px.bmp\r\n"
+"ImageFile7 = blue_window_close_button_glyph_52px.bmp\r\n"
+"MinDpi1 = 96\r\n"
+"MinDpi2 = 120\r\n"
+"MinDpi3 = 144\r\n"
+"MinDpi4 = 192\r\n"
+"MinDpi5 = 240\r\n"
+"MinDpi6 = 288\r\n"
+"MinDpi7 = 384\r\n"
+
+"[Window.SmallCloseButton]\r\n"
+"BgType = ImageFile\r\n"
+"SizingType = Stretch\r\n"
+"ImageLayout = Vertical\r\n"
+"GlyphType = ImageGlyph\r\n"
+"; This part has 4 states but 8 images \r\n"
+"ImageCount = 8\r\n"
+"GlyphTransparent = True\r\n"
+"SizingMargins = 2, 2, 5, 7\r\n"
+"ContentMargins = 0, 0, 0, 0\r\n"
+"ImageFile = blue_window_small_close_button_background.bmp\r\n"
+"GlyphImageFile = blue_window_small_close_button_glyph.bmp\r\n"
+
+"[Window.MdiCloseButton]\r\n"
+"BgType = ImageFile\r\n"
+"SizingType = Stretch\r\n"
+"ImageLayout = Vertical\r\n"
+"GlyphType = ImageGlyph\r\n"
+"ImageCount = 4\r\n"
+"GlyphTransparent = True\r\n"
+"SizingMargins = 2, 3, 5, 4\r\n"
+"ContentMargins = 0, 0, 0, 0\r\n"
+"ImageFile = blue_window_mdi_close_button_background.bmp\r\n"
+"GlyphImageFile = blue_window_mdi_close_button_glyph.bmp\r\n"
+
+"[Window.RestoreButton]\r\n"
+"BgType = ImageFile\r\n"
+"SizingType = Stretch\r\n"
+"ImageLayout = Vertical\r\n"
+"GlyphType = ImageGlyph\r\n"
+"ImageSelectType = Dpi\r\n"
+"; This part has 4 states but 8 images \r\n"
+"ImageCount = 8\r\n"
+"Transparent = True\r\n"
+"GlyphTransparent = True\r\n"
+"UniformSizing = True\r\n"
+"SizingMargins = 2, 2, 7, 7\r\n"
+"ContentMargins = 0, 0, 0, 0\r\n"
+"ImageFile = blue_window_restore_button_background.bmp\r\n"
+"ImageFile1 = blue_window_restore_button_glyph_13px.bmp\r\n"
+"ImageFile2 = blue_window_restore_button_glyph_19px.bmp\r\n"
+"ImageFile3 = blue_window_restore_button_glyph_23px.bmp\r\n"
+"ImageFile4 = blue_window_restore_button_glyph_26px.bmp\r\n"
+"ImageFile5 = blue_window_restore_button_glyph_32px.bmp\r\n"
+"ImageFile6 = blue_window_restore_button_glyph_39px.bmp\r\n"
+"ImageFile7 = blue_window_restore_button_glyph_52px.bmp\r\n"
+"MinDpi1 = 96\r\n"
+"MinDpi2 = 120\r\n"
+"MinDpi3 = 144\r\n"
+"MinDpi4 = 192\r\n"
+"MinDpi5 = 240\r\n"
+"MinDpi6 = 288\r\n"
+"MinDpi7 = 384\r\n"
+
+"[Window.MdiRestoreButton]\r\n"
+"BgType = ImageFile\r\n"
+"SizingType = Stretch\r\n"
+"ImageLayout = Vertical\r\n"
+"GlyphType = ImageGlyph\r\n"
+"ImageCount = 4\r\n"
+"GlyphTransparent = True\r\n"
+"SizingMargins = 2, 3, 5, 4\r\n"
+"ContentMargins = 0, 0, 0, 0\r\n"
+"ImageFile = blue_window_mdi_restore_button_background.bmp\r\n"
+"GlyphImageFile = blue_window_mdi_restore_button_glyph.bmp\r\n"
+
+"[Window.HelpButton]\r\n"
+"BgType = ImageFile\r\n"
+"SizingType = Stretch\r\n"
+"ImageLayout = Vertical\r\n"
+"GlyphType = ImageGlyph\r\n"
+"ImageSelectType = Dpi\r\n"
+"; This part has 4 states but 8 images \r\n"
+"ImageCount = 8\r\n"
+"Transparent = True\r\n"
+"GlyphTransparent = True\r\n"
+"UniformSizing = True\r\n"
+"SizingMargins = 2, 2, 7, 7\r\n"
+"ContentMargins = 0, 0, 0, 0\r\n"
+"ImageFile = blue_window_help_button_background.bmp\r\n"
+"ImageFile1 = blue_window_help_button_glyph_13px.bmp\r\n"
+"ImageFile2 = blue_window_help_button_glyph_19px.bmp\r\n"
+"ImageFile3 = blue_window_help_button_glyph_23px.bmp\r\n"
+"ImageFile4 = blue_window_help_button_glyph_26px.bmp\r\n"
+"ImageFile5 = blue_window_help_button_glyph_32px.bmp\r\n"
+"ImageFile6 = blue_window_help_button_glyph_39px.bmp\r\n"
+"ImageFile7 = blue_window_help_button_glyph_52px.bmp\r\n"
+"MinDpi1 = 96\r\n"
+"MinDpi2 = 120\r\n"
+"MinDpi3 = 144\r\n"
+"MinDpi4 = 192\r\n"
+"MinDpi5 = 240\r\n"
+"MinDpi6 = 288\r\n"
+"MinDpi7 = 384\r\n"
+
+"[Window.Dialog]\r\n"
+"BgType = BorderFill\r\n"
+"FillColor = 255 255 255\r\n"
+"BorderColor = 174 174 174\r\n"
+
+"[Window.CaptionSizingTemplate]\r\n"
+"BgType = ImageFile\r\n"
+"SizingType = Tile\r\n"
+"ImageLayout = Vertical\r\n"
+"ImageCount = 2\r\n"
+"Transparent = True\r\n"
+"SizingMargins = 28, 35, 9, 17\r\n"
+"ContentMargins = 18, 18, 8, 0\r\n"
+"ImageFile = blue_window_caption_sizing_template.bmp\r\n"
+
+"[Window.SmallCaptionSizingTemplate]\r\n"
+"BgType = ImageFile\r\n"
+"SizingType = Tile\r\n"
+"ImageLayout = Vertical\r\n"
+"ImageCount = 2\r\n"
+"Transparent = True\r\n"
+"SizingMargins = 24, 37, 9, 8\r\n"
+"ContentMargins = 14, 14, 16, 0\r\n"
+"ImageFile = blue_window_small_caption_sizing_template.bmp\r\n"
+
+"[Window.Border]\r\n"
+"Width = 1\r\n"
}
/* Button */
@@ -3902,6 +4233,187 @@ BLUE_EXPLORER_TREEVIEW_ITEM_SELECTED_BMP BITMAP "blue_explorer_treeview_item_sel
/* @makedep: blue_explorer_treeview_item_selected_not_focus.bmp */
BLUE_EXPLORER_TREEVIEW_ITEM_SELECTED_NOT_FOCUS_BMP BITMAP "blue_explorer_treeview_item_selected_not_focus.bmp"
+/* Window */
+/* @makedep: blue_window_caption.bmp */
+BLUE_WINDOW_CAPTION_BMP BITMAP "blue_window_caption.bmp"
+
+/* @makedep: blue_window_caption_sizing_template.bmp */
+BLUE_WINDOW_CAPTION_SIZING_TEMPLATE_BMP BITMAP "blue_window_caption_sizing_template.bmp"
+
+/* @makedep: blue_window_close_button_background.bmp */
+BLUE_WINDOW_CLOSE_BUTTON_BACKGROUND_BMP BITMAP "blue_window_close_button_background.bmp"
+
+/* @makedep: blue_window_close_button_glyph_13px.bmp */
+BLUE_WINDOW_CLOSE_BUTTON_GLYPH_13PX_BMP BITMAP "blue_window_close_button_glyph_13px.bmp"
+
+/* @makedep: blue_window_close_button_glyph_19px.bmp */
+BLUE_WINDOW_CLOSE_BUTTON_GLYPH_19PX_BMP BITMAP "blue_window_close_button_glyph_19px.bmp"
+
+/* @makedep: blue_window_close_button_glyph_23px.bmp */
+BLUE_WINDOW_CLOSE_BUTTON_GLYPH_23PX_BMP BITMAP "blue_window_close_button_glyph_23px.bmp"
+
+/* @makedep: blue_window_close_button_glyph_26px.bmp */
+BLUE_WINDOW_CLOSE_BUTTON_GLYPH_26PX_BMP BITMAP "blue_window_close_button_glyph_26px.bmp"
+
+/* @makedep: blue_window_close_button_glyph_32px.bmp */
+BLUE_WINDOW_CLOSE_BUTTON_GLYPH_32PX_BMP BITMAP "blue_window_close_button_glyph_32px.bmp"
+
+/* @makedep: blue_window_close_button_glyph_39px.bmp */
+BLUE_WINDOW_CLOSE_BUTTON_GLYPH_39PX_BMP BITMAP "blue_window_close_button_glyph_39px.bmp"
+
+/* @makedep: blue_window_close_button_glyph_52px.bmp */
+BLUE_WINDOW_CLOSE_BUTTON_GLYPH_52PX_BMP BITMAP "blue_window_close_button_glyph_52px.bmp"
+
+/* @makedep: blue_window_frame_bottom.bmp */
+BLUE_WINDOW_FRAME_BOTTOM_BMP BITMAP "blue_window_frame_bottom.bmp"
+
+/* @makedep: blue_window_frame_left.bmp */
+BLUE_WINDOW_FRAME_LEFT_BMP BITMAP "blue_window_frame_left.bmp"
+
+/* @makedep: blue_window_frame_right.bmp */
+BLUE_WINDOW_FRAME_RIGHT_BMP BITMAP "blue_window_frame_right.bmp"
+
+/* @makedep: blue_window_help_button_background.bmp */
+BLUE_WINDOW_HELP_BUTTON_BACKGROUND_BMP BITMAP "blue_window_help_button_background.bmp"
+
+/* @makedep: blue_window_help_button_glyph_13px.bmp */
+BLUE_WINDOW_HELP_BUTTON_GLYPH_13PX_BMP BITMAP "blue_window_help_button_glyph_13px.bmp"
+
+/* @makedep: blue_window_help_button_glyph_19px.bmp */
+BLUE_WINDOW_HELP_BUTTON_GLYPH_19PX_BMP BITMAP "blue_window_help_button_glyph_19px.bmp"
+
+/* @makedep: blue_window_help_button_glyph_23px.bmp */
+BLUE_WINDOW_HELP_BUTTON_GLYPH_23PX_BMP BITMAP "blue_window_help_button_glyph_23px.bmp"
+
+/* @makedep: blue_window_help_button_glyph_26px.bmp */
+BLUE_WINDOW_HELP_BUTTON_GLYPH_26PX_BMP BITMAP "blue_window_help_button_glyph_26px.bmp"
+
+/* @makedep: blue_window_help_button_glyph_32px.bmp */
+BLUE_WINDOW_HELP_BUTTON_GLYPH_32PX_BMP BITMAP "blue_window_help_button_glyph_32px.bmp"
+
+/* @makedep: blue_window_help_button_glyph_39px.bmp */
+BLUE_WINDOW_HELP_BUTTON_GLYPH_39PX_BMP BITMAP "blue_window_help_button_glyph_39px.bmp"
+
+/* @makedep: blue_window_help_button_glyph_52px.bmp */
+BLUE_WINDOW_HELP_BUTTON_GLYPH_52PX_BMP BITMAP "blue_window_help_button_glyph_52px.bmp"
+
+/* @makedep: blue_window_max_button_background.bmp */
+BLUE_WINDOW_MAX_BUTTON_BACKGROUND_BMP BITMAP "blue_window_max_button_background.bmp"
+
+/* @makedep: blue_window_max_button_glyph_13px.bmp */
+BLUE_WINDOW_MAX_BUTTON_GLYPH_13PX_BMP BITMAP "blue_window_max_button_glyph_13px.bmp"
+
+/* @makedep: blue_window_max_button_glyph_19px.bmp */
+BLUE_WINDOW_MAX_BUTTON_GLYPH_19PX_BMP BITMAP "blue_window_max_button_glyph_19px.bmp"
+
+/* @makedep: blue_window_max_button_glyph_23px.bmp */
+BLUE_WINDOW_MAX_BUTTON_GLYPH_23PX_BMP BITMAP "blue_window_max_button_glyph_23px.bmp"
+
+/* @makedep: blue_window_max_button_glyph_26px.bmp */
+BLUE_WINDOW_MAX_BUTTON_GLYPH_26PX_BMP BITMAP "blue_window_max_button_glyph_26px.bmp"
+
+/* @makedep: blue_window_max_button_glyph_32px.bmp */
+BLUE_WINDOW_MAX_BUTTON_GLYPH_32PX_BMP BITMAP "blue_window_max_button_glyph_32px.bmp"
+
+/* @makedep: blue_window_max_button_glyph_39px.bmp */
+BLUE_WINDOW_MAX_BUTTON_GLYPH_39PX_BMP BITMAP "blue_window_max_button_glyph_39px.bmp"
+
+/* @makedep: blue_window_max_button_glyph_52px.bmp */
+BLUE_WINDOW_MAX_BUTTON_GLYPH_52PX_BMP BITMAP "blue_window_max_button_glyph_52px.bmp"
+
+/* @makedep: blue_window_max_caption.bmp */
+BLUE_WINDOW_MAX_CAPTION_BMP BITMAP "blue_window_max_caption.bmp"
+
+/* @makedep: blue_window_mdi_close_button_background.bmp */
+BLUE_WINDOW_MDI_CLOSE_BUTTON_BACKGROUND_BMP BITMAP "blue_window_mdi_close_button_background.bmp"
+
+/* @makedep: blue_window_mdi_close_button_glyph.bmp */
+BLUE_WINDOW_MDI_CLOSE_BUTTON_GLYPH_BMP BITMAP "blue_window_mdi_close_button_glyph.bmp"
+
+/* @makedep: blue_window_mdi_min_button_background.bmp */
+BLUE_WINDOW_MDI_MIN_BUTTON_BACKGROUND_BMP BITMAP "blue_window_mdi_min_button_background.bmp"
+
+/* @makedep: blue_window_mdi_min_button_glyph.bmp */
+BLUE_WINDOW_MDI_MIN_BUTTON_GLYPH_BMP BITMAP "blue_window_mdi_min_button_glyph.bmp"
+
+/* @makedep: blue_window_mdi_restore_button_background.bmp */
+BLUE_WINDOW_MDI_RESTORE_BUTTON_BACKGROUND_BMP BITMAP "blue_window_mdi_restore_button_background.bmp"
+
+/* @makedep: blue_window_mdi_restore_button_glyph.bmp */
+BLUE_WINDOW_MDI_RESTORE_BUTTON_GLYPH_BMP BITMAP "blue_window_mdi_restore_button_glyph.bmp"
+
+/* @makedep: blue_window_min_button_background.bmp */
+BLUE_WINDOW_MIN_BUTTON_BACKGROUND_BMP BITMAP "blue_window_min_button_background.bmp"
+
+/* @makedep: blue_window_min_button_glyph_13px.bmp */
+BLUE_WINDOW_MIN_BUTTON_GLYPH_13PX_BMP BITMAP "blue_window_min_button_glyph_13px.bmp"
+
+/* @makedep: blue_window_min_button_glyph_19px.bmp */
+BLUE_WINDOW_MIN_BUTTON_GLYPH_19PX_BMP BITMAP "blue_window_min_button_glyph_19px.bmp"
+
+/* @makedep: blue_window_min_button_glyph_23px.bmp */
+BLUE_WINDOW_MIN_BUTTON_GLYPH_23PX_BMP BITMAP "blue_window_min_button_glyph_23px.bmp"
+
+/* @makedep: blue_window_min_button_glyph_26px.bmp */
+BLUE_WINDOW_MIN_BUTTON_GLYPH_26PX_BMP BITMAP "blue_window_min_button_glyph_26px.bmp"
+
+/* @makedep: blue_window_min_button_glyph_32px.bmp */
+BLUE_WINDOW_MIN_BUTTON_GLYPH_32PX_BMP BITMAP "blue_window_min_button_glyph_32px.bmp"
+
+/* @makedep: blue_window_min_button_glyph_39px.bmp */
+BLUE_WINDOW_MIN_BUTTON_GLYPH_39PX_BMP BITMAP "blue_window_min_button_glyph_39px.bmp"
+
+/* @makedep: blue_window_min_button_glyph_52px.bmp */
+BLUE_WINDOW_MIN_BUTTON_GLYPH_52PX_BMP BITMAP "blue_window_min_button_glyph_52px.bmp"
+
+/* @makedep: blue_window_min_caption.bmp */
+BLUE_WINDOW_MIN_CAPTION_BMP BITMAP "blue_window_min_caption.bmp"
+
+/* @makedep: blue_window_restore_button_background.bmp */
+BLUE_WINDOW_RESTORE_BUTTON_BACKGROUND_BMP BITMAP "blue_window_restore_button_background.bmp"
+
+/* @makedep: blue_window_restore_button_glyph_13px.bmp */
+BLUE_WINDOW_RESTORE_BUTTON_GLYPH_13PX_BMP BITMAP "blue_window_restore_button_glyph_13px.bmp"
+
+/* @makedep: blue_window_restore_button_glyph_19px.bmp */
+BLUE_WINDOW_RESTORE_BUTTON_GLYPH_19PX_BMP BITMAP "blue_window_restore_button_glyph_19px.bmp"
+
+/* @makedep: blue_window_restore_button_glyph_23px.bmp */
+BLUE_WINDOW_RESTORE_BUTTON_GLYPH_23PX_BMP BITMAP "blue_window_restore_button_glyph_23px.bmp"
+
+/* @makedep: blue_window_restore_button_glyph_26px.bmp */
+BLUE_WINDOW_RESTORE_BUTTON_GLYPH_26PX_BMP BITMAP "blue_window_restore_button_glyph_26px.bmp"
+
+/* @makedep: blue_window_restore_button_glyph_32px.bmp */
+BLUE_WINDOW_RESTORE_BUTTON_GLYPH_32PX_BMP BITMAP "blue_window_restore_button_glyph_32px.bmp"
+
+/* @makedep: blue_window_restore_button_glyph_39px.bmp */
+BLUE_WINDOW_RESTORE_BUTTON_GLYPH_39PX_BMP BITMAP "blue_window_restore_button_glyph_39px.bmp"
+
+/* @makedep: blue_window_restore_button_glyph_52px.bmp */
+BLUE_WINDOW_RESTORE_BUTTON_GLYPH_52PX_BMP BITMAP "blue_window_restore_button_glyph_52px.bmp"
+
+/* @makedep: blue_window_small_caption.bmp */
+BLUE_WINDOW_SMALL_CAPTION_BMP BITMAP "blue_window_small_caption.bmp"
+
+/* @makedep: blue_window_small_caption_sizing_template.bmp */
+BLUE_WINDOW_SMALL_CAPTION_SIZING_TEMPLATE_BMP BITMAP "blue_window_small_caption_sizing_template.bmp"
+
+/* @makedep: blue_window_small_close_button_background.bmp */
+BLUE_WINDOW_SMALL_CLOSE_BUTTON_BACKGROUND_BMP BITMAP "blue_window_small_close_button_background.bmp"
+
+/* @makedep: blue_window_small_close_button_glyph.bmp */
+BLUE_WINDOW_SMALL_CLOSE_BUTTON_GLYPH_BMP BITMAP "blue_window_small_close_button_glyph.bmp"
+
+/* @makedep: blue_window_small_frame_bottom.bmp */
+BLUE_WINDOW_SMALL_FRAME_BOTTOM_BMP BITMAP "blue_window_small_frame_bottom.bmp"
+
+/* @makedep: blue_window_small_frame_left.bmp */
+BLUE_WINDOW_SMALL_FRAME_LEFT_BMP BITMAP "blue_window_small_frame_left.bmp"
+
+/* @makedep: blue_window_small_frame_right.bmp */
+BLUE_WINDOW_SMALL_FRAME_RIGHT_BMP BITMAP "blue_window_small_frame_right.bmp"
+
/* File version */
#define WINE_FILEDESCRIPTION_STR "Light Theme"
#define WINE_FILENAME_STR "light.msstyles"
--
2.34.1
1
0