From: Zhiyi Zhang Subject: [PATCH 4/6] light.msstyles: Add Vista+ rebar parts. Message-Id: Date: Tue, 28 Jun 2022 02:30:34 +0000 In-Reply-To: References: From: Zhiyi Zhang Signed-off-by: Zhiyi Zhang --- dlls/light.msstyles/Makefile.in | 15 ++- dlls/light.msstyles/blue_rebar_chevron.bmp | Bin 2298 -> 0 bytes dlls/light.msstyles/blue_rebar_chevron.svg | 28 ----- .../blue_rebar_chevron_background.bmp | Bin 0 -> 5382 bytes .../blue_rebar_chevron_background.svg | 15 +++ .../blue_rebar_chevron_glyph_10px.bmp | Bin 0 -> 1218 bytes .../blue_rebar_chevron_glyph_10px.svg | 29 ++++++ .../blue_rebar_chevron_glyph_13px.bmp | Bin 0 -> 1854 bytes .../blue_rebar_chevron_glyph_13px.svg | 31 ++++++ .../blue_rebar_chevron_glyph_15px.bmp | Bin 0 -> 2658 bytes .../blue_rebar_chevron_glyph_15px.svg | 29 ++++++ .../blue_rebar_chevron_glyph_20px.bmp | Bin 0 -> 4458 bytes .../blue_rebar_chevron_glyph_20px.svg | 29 ++++++ .../blue_rebar_chevron_glyph_25px.bmp | Bin 0 -> 6738 bytes .../blue_rebar_chevron_glyph_25px.svg | 29 ++++++ .../blue_rebar_chevron_glyph_30px.bmp | Bin 0 -> 9858 bytes .../blue_rebar_chevron_glyph_30px.svg | 29 ++++++ .../blue_rebar_chevron_glyph_40px.bmp | Bin 0 -> 17418 bytes .../blue_rebar_chevron_glyph_40px.svg | 29 ++++++ ...blue_rebar_chevron_vertical_background.bmp | Bin 0 -> 5382 bytes ...blue_rebar_chevron_vertical_background.svg | 15 +++ ...blue_rebar_chevron_vertical_glyph_10px.bmp | Bin 0 -> 1218 bytes ...blue_rebar_chevron_vertical_glyph_10px.svg | 29 ++++++ ...blue_rebar_chevron_vertical_glyph_13px.bmp | Bin 0 -> 1854 bytes ...blue_rebar_chevron_vertical_glyph_13px.svg | 31 ++++++ ...blue_rebar_chevron_vertical_glyph_15px.bmp | Bin 0 -> 2658 bytes ...blue_rebar_chevron_vertical_glyph_15px.svg | 29 ++++++ dlls/light.msstyles/blue_rebar_splitter.bmp | Bin 0 -> 246 bytes dlls/light.msstyles/blue_rebar_splitter.svg | 15 +++ .../blue_rebar_splitter_vertical.bmp | Bin 0 -> 246 bytes .../blue_rebar_splitter_vertical.svg | 15 +++ dlls/light.msstyles/light.rc | 97 +++++++++++++++--- 32 files changed, 453 insertions(+), 41 deletions(-) delete mode 100644 dlls/light.msstyles/blue_rebar_chevron.bmp delete mode 100644 dlls/light.msstyles/blue_rebar_chevron.svg create mode 100644 dlls/light.msstyles/blue_rebar_chevron_background.bmp create mode 100644 dlls/light.msstyles/blue_rebar_chevron_background.svg create mode 100644 dlls/light.msstyles/blue_rebar_chevron_glyph_10px.bmp create mode 100644 dlls/light.msstyles/blue_rebar_chevron_glyph_10px.svg create mode 100644 dlls/light.msstyles/blue_rebar_chevron_glyph_13px.bmp create mode 100644 dlls/light.msstyles/blue_rebar_chevron_glyph_13px.svg create mode 100644 dlls/light.msstyles/blue_rebar_chevron_glyph_15px.bmp create mode 100644 dlls/light.msstyles/blue_rebar_chevron_glyph_15px.svg create mode 100644 dlls/light.msstyles/blue_rebar_chevron_glyph_20px.bmp create mode 100644 dlls/light.msstyles/blue_rebar_chevron_glyph_20px.svg create mode 100644 dlls/light.msstyles/blue_rebar_chevron_glyph_25px.bmp create mode 100644 dlls/light.msstyles/blue_rebar_chevron_glyph_25px.svg create mode 100644 dlls/light.msstyles/blue_rebar_chevron_glyph_30px.bmp create mode 100644 dlls/light.msstyles/blue_rebar_chevron_glyph_30px.svg create mode 100644 dlls/light.msstyles/blue_rebar_chevron_glyph_40px.bmp create mode 100644 dlls/light.msstyles/blue_rebar_chevron_glyph_40px.svg create mode 100644 dlls/light.msstyles/blue_rebar_chevron_vertical_background.bmp create mode 100644 dlls/light.msstyles/blue_rebar_chevron_vertical_background.svg create mode 100644 dlls/light.msstyles/blue_rebar_chevron_vertical_glyph_10px.bmp create mode 100644 dlls/light.msstyles/blue_rebar_chevron_vertical_glyph_10px.svg create mode 100644 dlls/light.msstyles/blue_rebar_chevron_vertical_glyph_13px.bmp create mode 100644 dlls/light.msstyles/blue_rebar_chevron_vertical_glyph_13px.svg create mode 100644 dlls/light.msstyles/blue_rebar_chevron_vertical_glyph_15px.bmp create mode 100644 dlls/light.msstyles/blue_rebar_chevron_vertical_glyph_15px.svg create mode 100644 dlls/light.msstyles/blue_rebar_splitter.bmp create mode 100644 dlls/light.msstyles/blue_rebar_splitter.svg create mode 100644 dlls/light.msstyles/blue_rebar_splitter_vertical.bmp create mode 100644 dlls/light.msstyles/blue_rebar_splitter_vertical.svg diff --git a/dlls/light.msstyles/Makefile.in b/dlls/light.msstyles/Makefile.in index 0f49752c38d..8a3a469c8c0 100644 --- a/dlls/light.msstyles/Makefile.in +++ b/dlls/light.msstyles/Makefile.in @@ -216,9 +216,22 @@ SVG_SRCS = \ blue_radiobutton_28px.svg \ blue_radiobutton_31px.svg \ blue_rebar_background.svg \ - blue_rebar_chevron.svg \ + blue_rebar_chevron_background.svg \ + blue_rebar_chevron_glyph_10px.svg \ + blue_rebar_chevron_glyph_13px.svg \ + blue_rebar_chevron_glyph_15px.svg \ + blue_rebar_chevron_glyph_20px.svg \ + blue_rebar_chevron_glyph_25px.svg \ + blue_rebar_chevron_glyph_30px.svg \ + blue_rebar_chevron_glyph_40px.svg \ + blue_rebar_chevron_vertical_background.svg \ + blue_rebar_chevron_vertical_glyph_10px.svg \ + blue_rebar_chevron_vertical_glyph_13px.svg \ + blue_rebar_chevron_vertical_glyph_15px.svg \ blue_rebar_gripper_horizontal.svg \ blue_rebar_gripper_vertical.svg \ + blue_rebar_splitter.svg \ + blue_rebar_splitter_vertical.svg \ blue_scrollbar_arrow_glyphs_7px.svg \ blue_scrollbar_arrow_glyphs_9px.svg \ blue_scrollbar_arrows.svg \ diff --git a/dlls/light.msstyles/blue_rebar_chevron.bmp b/dlls/light.msstyles/blue_rebar_chevron.bmp deleted file mode 100644 index 4b581c5ed1da2f8ef954635ef2784c73010c6971..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2298 zcmZ?r{l&om239>_!j{}~t{2qgC3$vvnTNs=fg3jtMY z*RGup#PS4`F|1m(N^ae{b^AAM+N4NLwLrTqfaYGqXC}~Y380!?8#iuL!KIEEH6Xn} zb7tc+2bcMjiVuZw28N3`Fnsm_u_iA65~BvBcc8)zJO{og0+5iFlcQTuJ0o(0fcyyf%%siqRY lrW)+}G1UlX`Am!&P?!PjnvKsKYK1GhIiuwUdWcYm4*=2{@T&j- diff --git a/dlls/light.msstyles/blue_rebar_chevron.svg b/dlls/light.msstyles/blue_rebar_chevron.svg deleted file mode 100644 index a6e1b707c47..00000000000 --- a/dlls/light.msstyles/blue_rebar_chevron.svg +++ /dev/null @@ -1,28 +0,0 @@ - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - diff --git a/dlls/light.msstyles/blue_rebar_chevron_background.bmp b/dlls/light.msstyles/blue_rebar_chevron_background.bmp new file mode 100644 index 0000000000000000000000000000000000000000..1f2ae77d0cad82fc7599d61dfe6c3cc5dbd9197d GIT binary patch literal 5382 zcmeHIu}%U(5M8732h + + + + + image/svg+xml + + + + + + + + + diff --git a/dlls/light.msstyles/blue_rebar_chevron_glyph_10px.bmp b/dlls/light.msstyles/blue_rebar_chevron_glyph_10px.bmp new file mode 100644 index 0000000000000000000000000000000000000000..8d4d3a2e343da9a5ec8db2190821b57a7a178011 GIT binary patch literal 1218 zcmc(du}Z{15QbN@Q6E8zkU}nsvS$crC)Zfn2=^d|7Evs$BeBa`g!2IcN$OMqU&?cv zady3#9D@f|-jdDiH}mgg^Rttij~(SlhVLhwdpHkpZmB?RW4u__ak(-;sh`K?U~+wX zw^IDm^4GS@o$zp+!|ZUE8cF7SdKAKARKnCBRe@mAxd`b=0%=rGPV$f+#rVDVb?owx zjsom8hvzH*8befGR-)GX wESYpJVlBbRK1(KT+qN + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + diff --git a/dlls/light.msstyles/blue_rebar_chevron_glyph_13px.bmp b/dlls/light.msstyles/blue_rebar_chevron_glyph_13px.bmp new file mode 100644 index 0000000000000000000000000000000000000000..f6be71a50bd20d967cb9bdb8c6977f88e7ef74a5 GIT binary patch literal 1854 zcmd6nu}{K46vk^bni$<29Ca}i5-gCe#;_QME++g346KHjfI4(`woM!uSerm0WpDp1 zttQX!YF@dM7rS!d`X0acy}KUyxUP3|WEJBT&lk*7%uCEY>%!VcTp!}GHOR7lKdM6A zyZh0WqyijN)M;$bXmoX^%Oqyj8!k=kl>E*ya~f|mu5qO2nuora`o)n8EHTz|q;Y+S zcZ&GCiV`#H_5gb&RgCNORPWKGwj%$w{K+J?(c5jTpON1<`Hyi;MVw(ukB##xrq_2l z&qHTM?;XQC64TF+2aXF(ioVi264QHB{t-02uh5Ap>Z`v?F(k${j(KqX@EJOWcO=Go z74d!p?6t09T>lPRJ?IVZNR0LQTeFQlG72`{kr?Y$%!AgH0@v`4#PptB&KHZtEJ+f> zI}+2+FrUv|Xj1f*-jSHzqw?i)=|LAqQB-Pmn>@$et*tmBj#y!yX mu;waF)AHVt80)cC8~O}qDeoPLv0g>!r_dYTk(l1IOZgA%R}UHh literal 0 HcmV?d00001 diff --git a/dlls/light.msstyles/blue_rebar_chevron_glyph_13px.svg b/dlls/light.msstyles/blue_rebar_chevron_glyph_13px.svg new file mode 100644 index 00000000000..ce78f604b7a --- /dev/null +++ b/dlls/light.msstyles/blue_rebar_chevron_glyph_13px.svg @@ -0,0 +1,31 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/dlls/light.msstyles/blue_rebar_chevron_glyph_15px.bmp b/dlls/light.msstyles/blue_rebar_chevron_glyph_15px.bmp new file mode 100644 index 0000000000000000000000000000000000000000..7f207ba538fb039f2123161f8ed5dcbd4f7e9a26 GIT binary patch literal 2658 zcmd^=y-piJ6ouD>hA2`xDhdh;Y)jxJFMw!pftyIYK-{=b6xoDg3utJ9ki0r||8g6OI!c4-uac8AQri zbv_{fTf!kR#BrWJsvUIB}*)Kyt3>02ph*X<?7E)Iuk`|Yhw@`%c^=cX zc$RXe1btt;FV8!K^$-@<>F-ibpQ67b`{6c*m@(aNXYrf`Tsx3T=8xu#>6)GKSW;46 zze4=goH1RqvmB(4u*N&_w$0;V%+{zm)>=di#LIrtHO6#JXFS_H`bP3|ZDk(QH9JFB zlS)?oRLx+_6yNb=;=4Bw)vbt+7-L)Xc)qze@pD5tpZSO}rd15rDM8zmT*66v2lfpW$5i=hVru*$Y_H)OGh>sYv zHEKSox<%aEK&mqzF&5WNt6O>KM)zkM#z&0Bb>TJr&D!|FjreFn7}LHt)@(L!+wFG5 zM~tz3X|-Af^bQf`eZ&~kDh6E%(eHM<=6%H29Q|pd(dg9cb>k!G6O8FS&s%^tK)>-3 zV@xX|Dd?^dmXDH*X`wkr-1T}r^FCrMt_^~qh`s^t)x3`wi|e4tBSyGa<0Ho6I`tjr Pui<${e8d>jzGe0wh?IX# literal 0 HcmV?d00001 diff --git a/dlls/light.msstyles/blue_rebar_chevron_glyph_15px.svg b/dlls/light.msstyles/blue_rebar_chevron_glyph_15px.svg new file mode 100644 index 00000000000..8b6b3db6242 --- /dev/null +++ b/dlls/light.msstyles/blue_rebar_chevron_glyph_15px.svg @@ -0,0 +1,29 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + diff --git a/dlls/light.msstyles/blue_rebar_chevron_glyph_20px.bmp b/dlls/light.msstyles/blue_rebar_chevron_glyph_20px.bmp new file mode 100644 index 0000000000000000000000000000000000000000..431a29915ac6afd12a3e23523afd2b0cf590d95d GIT binary patch literal 4458 zcmeH}ziU%b6vtnx87e{*f>Q?(e>5p1F9sAh&En+ZpU^>yn^ZIj9n#gof|!?N3mx11 zCcP={<;I*EN5j^A53aB^?nDP3zrPtLjL^SxhgZytx2fAjvXcmDZ; z?@dGk@eC33?t3?of8D{C^C8ds_h$&@U%%aOBo{PpUce=$VseLyspqoCwZ>RuXDX!D zsg#`1X7bTxn5~s-oMRhtOdr$tWZ%>pv$edYvbR8`R1Cy!DX1OkFwhc%4$|N!sRk z)+3p%bdKQ|BtnVs-^dhUGISkw)LL3TY1{K=o1@62b7MfsUN z{I(ItRCVXG#-cpU{G0}vCiae~?#|~Z7UgI9^!3Fe{D#x2@6Kn1sh;&*0-h(+AUm*i zICmtowY92cN z{{}jp&d&b+{@nSjv8bDAx7+K8Nwe8>=Cj74{7fI`*v8&tg!BHau_(`SxxCP7wVLo7 zb-Ue}_h*eo`I-Li?(QNyhw$7p9#X3@sk3XGEdjq1#NaZ_*76$XSi*fBA)NPTjq!e& z>-BmZ=jtI2`u+aQ`?JQR2iHUtgHHo-XwJcXlQkxFvWCwVVvOIzna>)N9$Z7ehB(FZ a?96A4@qRmFPYp5m{aItS&-ME1+`wO9(g+m* literal 0 HcmV?d00001 diff --git a/dlls/light.msstyles/blue_rebar_chevron_glyph_20px.svg b/dlls/light.msstyles/blue_rebar_chevron_glyph_20px.svg new file mode 100644 index 00000000000..e28a24a7573 --- /dev/null +++ b/dlls/light.msstyles/blue_rebar_chevron_glyph_20px.svg @@ -0,0 +1,29 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + diff --git a/dlls/light.msstyles/blue_rebar_chevron_glyph_25px.bmp b/dlls/light.msstyles/blue_rebar_chevron_glyph_25px.bmp new file mode 100644 index 0000000000000000000000000000000000000000..b6b73c11bf5ddd0cdcecae37e641c1495bcc3451 GIT binary patch literal 6738 zcmeHLO-oc^6dp@KB5NT9S%FL+I+A)Psc0uc)J6#ZK)e1xP>u=SwiOC}+?gR_T2Fq3 zG+`SzNx29KHwmuHjk!rk8E25w^A-nQ&fNFTX&K$Yo4d!el+kC=j!RpM zlRV?oNJkHP?BISrhUGb?#W9{W-R)>Y{dJu29r^vvx0)8mbyT~>IQYBOTsm?u(c;2-nE$EO zpm!2|w#qp#axc-~!g`n(75baeV-d1OPtxwaM2U0ud3L!KJys!0l#kd;lsH$Pa?qVb zkIib}MeZe9oU4zy`%2JTMz6@dM2idSvlm?KLH!-{iQG%HIN4+8X}YZvq}TU?-pIW~ zi<9-~Wk(CnzYJNyoxArEC9bA^zOM=I^?BU&#_scoy+nzV^^K3&XL0^*Gvly4$Fw-c zv#w^nG1RYAb6(_LqQ!AtTjPEophw-kM2oX)$96n{e|-W()S!6=El$>2SXgMBnVESD z>6ba%*Wzpr+vaT3)6=gY+q1K?-5i%%i<3O|^Z9%edc22xo0^(B#c`>%ILTwbR4N@o zk1vqV#bWU=$EDWdB#(X6K53o>QZn=BxYSyl`HaA`PonmBd}f{DxYSyl + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + diff --git a/dlls/light.msstyles/blue_rebar_chevron_glyph_30px.bmp b/dlls/light.msstyles/blue_rebar_chevron_glyph_30px.bmp new file mode 100644 index 0000000000000000000000000000000000000000..eaf3fc9ac145c5bf5883bac6880f708ae45898bf GIT binary patch literal 9858 zcmeI1&r4KM6vxMmkiZJ0g+U=wIx|-DhA?P1NIzCW2`+M>{sV<5)XXR`v<%uv^P@$~ z+F|^;aOp}aH@0x&LI@!j;zA4=#y95aJJyBU^W3@bEQ2@9ckX@Xe(w3ccjmo;!}RsP z?FyZ~-r;i!x&b|dnnE3+W{lNa_&D>TQ0ULQzCwLZ1}4rRmcV(-x@nnG;c-ewUzpat zaVhWJuZ}4dnSqX>rz+NHl=7xrl<8=pRCE>jD!7&hCQikryxPZ&@N1)FWRud7J(`NJ zcY?l8%IkZ*b4qq~BHu2qdy7&xuX@+L$5P(AUq7Z~PcM8Ap*70fyQr^mb1Bc|P%)Ye z_rv!XH80WN=_9C?*ip)}N&W`mI|dQ-xe=$Db*8&=RUMS8Rv?Mn?@ z=~Z_t{MMnL^tvae;-*o`b9w5|3MHdU@O1HAJ?0oaCgt_L`W*Gj!}EmF;ZZ$qnoD_e zp70QUAK#ePy>XnMi1+Rfj)MvW6$mO2RKQ;aYPs0Bn~VGIQ>47>qnzWb zPm%H_Un(YA;JXS{YK6GHPZ9Da-+G)r+;4;LCbU;AIQBk8$T#w?=I(UDcNf~C>A1B| zk@Aha@!j>p_Yhj6kM=%A$~W?^X7BdH_qdjGN>sA(GH)h}-)VA-F8INO_ZQ5DzL4R3NCp|5O1YYLc9WU4$p!4`S}y%-1hUVDjwr^Z!XC(Jf9;+-PhOuDPTt=Ja;beOdv-UTETa0 z{Xa#@bDj$e3sLy(LmTk4_9;@H^ITk9yoPh%hUX9Dv;Lo=@jHHagJ&!JzCj0&wNHVk zi03>}&t}{|OYn0cYo8+JInR0wwVj6F2{deC^ti^4=yB=1evP=^wBLPTA7am>Uq0Z1 P3Ir7hDiBoQ-wON&T>m0z literal 0 HcmV?d00001 diff --git a/dlls/light.msstyles/blue_rebar_chevron_glyph_30px.svg b/dlls/light.msstyles/blue_rebar_chevron_glyph_30px.svg new file mode 100644 index 00000000000..3ec069617c6 --- /dev/null +++ b/dlls/light.msstyles/blue_rebar_chevron_glyph_30px.svg @@ -0,0 +1,29 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + diff --git a/dlls/light.msstyles/blue_rebar_chevron_glyph_40px.bmp b/dlls/light.msstyles/blue_rebar_chevron_glyph_40px.bmp new file mode 100644 index 0000000000000000000000000000000000000000..940b158b01229c89311ad6946ce99dc806b812a8 GIT binary patch literal 17418 zcmeHOO=w(I6rNiDQiHgt2wKEIwDVItGYwgk5YZ^qMO-K}b>l`i5v(8;ofongiYt)@ zYBH0-MKH@@l9{9uhzbE~LKg~(*`-pj1VTepVn{PHnI6CM@*X^1-@EVLx!H(!$eH`z zIp_QC_s;vd!{KG%jbpFH?9b=;9)-nWAHa^po{JsDn12;t_kAc9JNV-W4V-)H(tRlr zjt3*+vSG4L_K}sCrhM!HS&TPN7w_c?+J?3j7*Q_yMNmA-r;Cr|A3fQHIW}yKR`SEB ze1DuY@qWIbeafYJp>GG)qFmz5pd67;7cb&=V`Rk#p>H3yi|wNFAXeDlv)%|2xUYK7OAI9tY`8h))$%>=#2IYH>xiOhh z7cVu(M<+UPpDZ6}j9;Vk_M=<|YUhw9US=Y?^ulrIyX9#7Q3m79(ZzeYg0?B2>O>7! zZGE}Kji4NnPZuxb#`(lOTsx>8)|Y(hVNt$6#@B-m-p}XXhpur)+bZQVPx#|e`?`1$ zKjq?z5sM@uGQn4TGjNTiZzDvM4twri%~a^!lKyYHQ=)(EPJs z@uQ26nvSeg(w^gD_ajlcL2+Gt5U25(3YZF*3YZF*3YZF*3YZG~e=E=|X8Ib1bld%B zU3^sK8xxt8Mj=CuiF8~2XI*@hzPn$Z?!p`!w#H&sx&N$-kJ86+=<9{P9ayVgOe^=F zb@4J9_lxO4=-Y?wHYc;n{byagjK)SGI}CjU+uWPXDEFUr@lqO#nJbRQn{+j++<$Ip z;-fTj|F~I5R~(JkY3k)iqcGmMF5b%(woO;gc0k`UYit&>^Hf&sKWpN{bb0+$>NyU5 zzuR>zX4L!7ns~34plzB+b=C{%-)wz_w0i$p6Cb3>^-=l!QLI}v)>g;*LS@DNvnJlv z5jH~C_(9z=t2CzGf7Zo^>0*Dgn9Z@aW+AhFx74HDe+JId!HcwEZ5sl23$~3lOS%7C zpGaTO!Hcvt3#a?Ry$5SFi)rQlb8|fVk`7*^tv+!k0q!jrHHul~{&Lz%4r(uVJ7673NSsysm)%duNV2s^olbq45^uaje%>@lpBUJ_GK5Fmes8sC<7M z`Z|GIWqlZx``3Ox?>@Mn0qmW|A51iBBz6X2T>zCbz zwyL8I{cBQwe>!R&96zr`7ozgQ;<)aTtP#(pw%(r(<28O$0aF1}0aF1}0aF1}0aJnh Hb_M + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + diff --git a/dlls/light.msstyles/blue_rebar_chevron_vertical_background.bmp b/dlls/light.msstyles/blue_rebar_chevron_vertical_background.bmp new file mode 100644 index 0000000000000000000000000000000000000000..1f2ae77d0cad82fc7599d61dfe6c3cc5dbd9197d GIT binary patch literal 5382 zcmeHIu}%U(5M8732h + + + + + image/svg+xml + + + + + + + + + diff --git a/dlls/light.msstyles/blue_rebar_chevron_vertical_glyph_10px.bmp b/dlls/light.msstyles/blue_rebar_chevron_vertical_glyph_10px.bmp new file mode 100644 index 0000000000000000000000000000000000000000..8d4d3a2e343da9a5ec8db2190821b57a7a178011 GIT binary patch literal 1218 zcmc(du}Z{15QbN@Q6E8zkU}nsvS$crC)Zfn2=^d|7Evs$BeBa`g!2IcN$OMqU&?cv zady3#9D@f|-jdDiH}mgg^Rttij~(SlhVLhwdpHkpZmB?RW4u__ak(-;sh`K?U~+wX zw^IDm^4GS@o$zp+!|ZUE8cF7SdKAKARKnCBRe@mAxd`b=0%=rGPV$f+#rVDVb?owx zjsom8hvzH*8befGR-)GX wESYpJVlBbRK1(KT+qN + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + diff --git a/dlls/light.msstyles/blue_rebar_chevron_vertical_glyph_13px.bmp b/dlls/light.msstyles/blue_rebar_chevron_vertical_glyph_13px.bmp new file mode 100644 index 0000000000000000000000000000000000000000..f6be71a50bd20d967cb9bdb8c6977f88e7ef74a5 GIT binary patch literal 1854 zcmd6nu}{K46vk^bni$<29Ca}i5-gCe#;_QME++g346KHjfI4(`woM!uSerm0WpDp1 zttQX!YF@dM7rS!d`X0acy}KUyxUP3|WEJBT&lk*7%uCEY>%!VcTp!}GHOR7lKdM6A zyZh0WqyijN)M;$bXmoX^%Oqyj8!k=kl>E*ya~f|mu5qO2nuora`o)n8EHTz|q;Y+S zcZ&GCiV`#H_5gb&RgCNORPWKGwj%$w{K+J?(c5jTpON1<`Hyi;MVw(ukB##xrq_2l z&qHTM?;XQC64TF+2aXF(ioVi264QHB{t-02uh5Ap>Z`v?F(k${j(KqX@EJOWcO=Go z74d!p?6t09T>lPRJ?IVZNR0LQTeFQlG72`{kr?Y$%!AgH0@v`4#PptB&KHZtEJ+f> zI}+2+FrUv|Xj1f*-jSHzqw?i)=|LAqQB-Pmn>@$et*tmBj#y!yX mu;waF)AHVt80)cC8~O}qDeoPLv0g>!r_dYTk(l1IOZgA%R}UHh literal 0 HcmV?d00001 diff --git a/dlls/light.msstyles/blue_rebar_chevron_vertical_glyph_13px.svg b/dlls/light.msstyles/blue_rebar_chevron_vertical_glyph_13px.svg new file mode 100644 index 00000000000..ce78f604b7a --- /dev/null +++ b/dlls/light.msstyles/blue_rebar_chevron_vertical_glyph_13px.svg @@ -0,0 +1,31 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/dlls/light.msstyles/blue_rebar_chevron_vertical_glyph_15px.bmp b/dlls/light.msstyles/blue_rebar_chevron_vertical_glyph_15px.bmp new file mode 100644 index 0000000000000000000000000000000000000000..7f207ba538fb039f2123161f8ed5dcbd4f7e9a26 GIT binary patch literal 2658 zcmd^=y-piJ6ouD>hA2`xDhdh;Y)jxJFMw!pftyIYK-{=b6xoDg3utJ9ki0r||8g6OI!c4-uac8AQri zbv_{fTf!kR#BrWJsvUIB}*)Kyt3>02ph*X<?7E)Iuk`|Yhw@`%c^=cX zc$RXe1btt;FV8!K^$-@<>F-ibpQ67b`{6c*m@(aNXYrf`Tsx3T=8xu#>6)GKSW;46 zze4=goH1RqvmB(4u*N&_w$0;V%+{zm)>=di#LIrtHO6#JXFS_H`bP3|ZDk(QH9JFB zlS)?oRLx+_6yNb=;=4Bw)vbt+7-L)Xc)qze@pD5tpZSO}rd15rDM8zmT*66v2lfpW$5i=hVru*$Y_H)OGh>sYv zHEKSox<%aEK&mqzF&5WNt6O>KM)zkM#z&0Bb>TJr&D!|FjreFn7}LHt)@(L!+wFG5 zM~tz3X|-Af^bQf`eZ&~kDh6E%(eHM<=6%H29Q|pd(dg9cb>k!G6O8FS&s%^tK)>-3 zV@xX|Dd?^dmXDH*X`wkr-1T}r^FCrMt_^~qh`s^t)x3`wi|e4tBSyGa<0Ho6I`tjr Pui<${e8d>jzGe0wh?IX# literal 0 HcmV?d00001 diff --git a/dlls/light.msstyles/blue_rebar_chevron_vertical_glyph_15px.svg b/dlls/light.msstyles/blue_rebar_chevron_vertical_glyph_15px.svg new file mode 100644 index 00000000000..8b6b3db6242 --- /dev/null +++ b/dlls/light.msstyles/blue_rebar_chevron_vertical_glyph_15px.svg @@ -0,0 +1,29 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + diff --git a/dlls/light.msstyles/blue_rebar_splitter.bmp b/dlls/light.msstyles/blue_rebar_splitter.bmp new file mode 100644 index 0000000000000000000000000000000000000000..79f57d071d1d6dc75039b8e7e0193bfd8858a84e GIT binary patch literal 246 zcmZ?r{l)+RT|lY^h?#+y6NniZ6u|5pAR80>XJCLJkko%C_n=}-HTXqX(4-?GB0^vo iDAfRx2JxZn1}GcE2jhy0iUuGX1VTV;C?6z85C8xhiWnXM literal 0 HcmV?d00001 diff --git a/dlls/light.msstyles/blue_rebar_splitter.svg b/dlls/light.msstyles/blue_rebar_splitter.svg new file mode 100644 index 00000000000..584d31b50e7 --- /dev/null +++ b/dlls/light.msstyles/blue_rebar_splitter.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/dlls/light.msstyles/blue_rebar_splitter_vertical.bmp b/dlls/light.msstyles/blue_rebar_splitter_vertical.bmp new file mode 100644 index 0000000000000000000000000000000000000000..79f57d071d1d6dc75039b8e7e0193bfd8858a84e GIT binary patch literal 246 zcmZ?r{l)+RT|lY^h?#+y6NniZ6u|5pAR80>XJCLJkko%C_n=}-HTXqX(4-?GB0^vo iDAfRx2JxZn1}GcE2jhy0iUuGX1VTV;C?6z85C8xhiWnXM literal 0 HcmV?d00001 diff --git a/dlls/light.msstyles/blue_rebar_splitter_vertical.svg b/dlls/light.msstyles/blue_rebar_splitter_vertical.svg new file mode 100644 index 00000000000..584d31b50e7 --- /dev/null +++ b/dlls/light.msstyles/blue_rebar_splitter_vertical.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/dlls/light.msstyles/light.rc b/dlls/light.msstyles/light.rc index ea33ff252e4..f215b9ffd0c 100644 --- a/dlls/light.msstyles/light.rc +++ b/dlls/light.msstyles/light.rc @@ -1309,32 +1309,66 @@ BLUE_INI TEXTFILE "[Rebar.Chevron]\r\n" "SizingMargins = 4, 4, 4, 4\r\n" "ContentMargins = 0, 0, 0, 0\r\n" -"; Same as toolbar buttons \r\n" -"ImageFile = blue_toolbar_buttons.bmp\r\n" "Bgtype = ImageFile\r\n" "Imagelayout = Vertical\r\n" -"ImageCount = 6\r\n" +"ImageCount = 3\r\n" "SizingType = Stretch\r\n" "Transparent = True\r\n" "GlyphType = ImageGlyph\r\n" -"GlyphImageFile = blue_rebar_chevron.bmp\r\n" -"GlyphTransparent = True\r\n" +"ImageSelectType = Dpi\r\n" "VAlign = Top\r\n" +"ImageFile = blue_rebar_chevron_background.bmp\r\n" +"ImageFile1 = blue_rebar_chevron_glyph_10px.bmp\r\n" +"ImageFile2 = blue_rebar_chevron_glyph_13px.bmp\r\n" +"ImageFile3 = blue_rebar_chevron_glyph_15px.bmp\r\n" +"ImageFile4 = blue_rebar_chevron_glyph_20px.bmp\r\n" +"ImageFile5 = blue_rebar_chevron_glyph_25px.bmp\r\n" +"ImageFile6 = blue_rebar_chevron_glyph_30px.bmp\r\n" +"ImageFile7 = blue_rebar_chevron_glyph_40px.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" "[Rebar.ChevronVert]\r\n" "SizingMargins = 4, 4, 4, 4\r\n" "ContentMargins = 0, 0, 0, 0\r\n" -"; Same as toolbar buttons \r\n" -"ImageFile = blue_toolbar_buttons.bmp\r\n" "Bgtype = ImageFile\r\n" "Imagelayout = Vertical\r\n" -"ImageCount = 6\r\n" +"ImageCount = 3\r\n" "SizingType = Stretch\r\n" "Transparent = True\r\n" "GlyphType = ImageGlyph\r\n" -"GlyphImageFile = blue_rebar_chevron.bmp\r\n" -"GlyphTransparent = True\r\n" +"ImageSelectType = Dpi\r\n" "VAlign = Top\r\n" +"ImageFile = blue_rebar_chevron_vertical_background.bmp\r\n" +"ImageFile1 = blue_rebar_chevron_vertical_glyph_10px.bmp\r\n" +"ImageFile2 = blue_rebar_chevron_vertical_glyph_13px.bmp\r\n" +"ImageFile3 = blue_rebar_chevron_vertical_glyph_15px.bmp\r\n" +"MinDpi1 = 96\r\n" +"MinDpi2 = 120\r\n" +"MinDpi3 = 144\r\n" + +"[Rebar.Splitter]\r\n" +"BgType = ImageFile\r\n" +"SizingType = Stretch\r\n" +"ImageLayout = Vertical\r\n" +"ImageCount = 3\r\n" +"Transparent = True\r\n" +"SizingMargins = 1, 1, 1, 1\r\n" +"ImageFile = blue_rebar_splitter.bmp\r\n" + +"[Rebar.SplitterVert]\r\n" +"BgType = ImageFile\r\n" +"SizingType = Stretch\r\n" +"ImageLayout = Vertical\r\n" +"ImageCount = 3\r\n" +"Transparent = True\r\n" +"SizingMargins = 1, 1, 1, 1\r\n" +"ImageFile = blue_rebar_splitter_vertical.bmp\r\n" "\r\n; Scroll Bar\r\n" "[ScrollBar]\r\n" @@ -2662,14 +2696,53 @@ BLUE_PROGRESS_TRACK_VERTICAL_BMP BITMAP "blue_progress_track_vertical.bmp" /* @makedep: blue_rebar_background.bmp */ BLUE_REBAR_BACKGROUND_BMP BITMAP "blue_rebar_background.bmp" +/* @makedep: blue_rebar_chevron_background.bmp */ +BLUE_REBAR_CHEVRON_BACKGROUND_BMP BITMAP "blue_rebar_chevron_background.bmp" + +/* @makedep: blue_rebar_chevron_glyph_10px.bmp */ +BLUE_REBAR_CHEVRON_GLYPH_10PX_BMP BITMAP "blue_rebar_chevron_glyph_10px.bmp" + +/* @makedep: blue_rebar_chevron_glyph_13px.bmp */ +BLUE_REBAR_CHEVRON_GLYPH_13PX_BMP BITMAP "blue_rebar_chevron_glyph_13px.bmp" + +/* @makedep: blue_rebar_chevron_glyph_15px.bmp */ +BLUE_REBAR_CHEVRON_GLYPH_15PX_BMP BITMAP "blue_rebar_chevron_glyph_15px.bmp" + +/* @makedep: blue_rebar_chevron_glyph_20px.bmp */ +BLUE_REBAR_CHEVRON_GLYPH_20PX_BMP BITMAP "blue_rebar_chevron_glyph_20px.bmp" + +/* @makedep: blue_rebar_chevron_glyph_25px.bmp */ +BLUE_REBAR_CHEVRON_GLYPH_25PX_BMP BITMAP "blue_rebar_chevron_glyph_25px.bmp" + +/* @makedep: blue_rebar_chevron_glyph_30px.bmp */ +BLUE_REBAR_CHEVRON_GLYPH_30PX_BMP BITMAP "blue_rebar_chevron_glyph_30px.bmp" + +/* @makedep: blue_rebar_chevron_glyph_40px.bmp */ +BLUE_REBAR_CHEVRON_GLYPH_40PX_BMP BITMAP "blue_rebar_chevron_glyph_40px.bmp" + +/* @makedep: blue_rebar_chevron_vertical_background.bmp */ +BLUE_REBAR_CHEVRON_VERTICAL_BACKGROUND_BMP BITMAP "blue_rebar_chevron_vertical_background.bmp" + +/* @makedep: blue_rebar_chevron_vertical_glyph_10px.bmp */ +BLUE_REBAR_CHEVRON_VERTICAL_GLYPH_10PX_BMP BITMAP "blue_rebar_chevron_vertical_glyph_10px.bmp" + +/* @makedep: blue_rebar_chevron_vertical_glyph_13px.bmp */ +BLUE_REBAR_CHEVRON_VERTICAL_GLYPH_13PX_BMP BITMAP "blue_rebar_chevron_vertical_glyph_13px.bmp" + +/* @makedep: blue_rebar_chevron_vertical_glyph_15px.bmp */ +BLUE_REBAR_CHEVRON_VERTICAL_GLYPH_15PX_BMP BITMAP "blue_rebar_chevron_vertical_glyph_15px.bmp" + /* @makedep: blue_rebar_gripper_horizontal.bmp */ BLUE_REBAR_GRIPPER_HORIZONTAL_BMP BITMAP "blue_rebar_gripper_horizontal.bmp" /* @makedep: blue_rebar_gripper_vertical.bmp */ BLUE_REBAR_GRIPPER_VERTICAL_BMP BITMAP "blue_rebar_gripper_vertical.bmp" -/* @makedep: blue_rebar_chevron.bmp */ -BLUE_REBAR_CHEVRON_BMP BITMAP "blue_rebar_chevron.bmp" +/* @makedep: blue_rebar_splitter.bmp */ +BLUE_REBAR_SPLITTER_BMP BITMAP "blue_rebar_splitter.bmp" + +/* @makedep: blue_rebar_splitter_vertical.bmp */ +BLUE_REBAR_SPLITTER_VERTICAL_BMP BITMAP "blue_rebar_splitter_vertical.bmp" /* Scroll Bar */ /* @makedep: blue_scrollbar_arrows.bmp */ -- GitLab https://gitlab.winehq.org/wine/wine/-/merge_requests/329