Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
1115e320
Commit
1115e320
authored
Jan 20, 2011
by
Erich Hoover
Committed by
Alexandre Julliard
Jan 21, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
hhctrl.ocx: Add some private toolbar bitmaps (copied from shdocvw).
parent
d127f008
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
206 additions
and
5 deletions
+206
-5
Makefile.in
dlls/hhctrl.ocx/Makefile.in
+2
-0
help.c
dlls/hhctrl.ocx/help.c
+10
-5
hhctrl.rc
dlls/hhctrl.ocx/hhctrl.rc
+3
-0
hhtoolbar.bmp
dlls/hhctrl.ocx/hhtoolbar.bmp
+0
-0
hhtoolbar.svg
dlls/hhctrl.ocx/hhtoolbar.svg
+185
-0
resource.h
dlls/hhctrl.ocx/resource.h
+6
-0
No files found.
dlls/hhctrl.ocx/Makefile.in
View file @
1115e320
...
...
@@ -17,4 +17,6 @@ IDL_R_SRCS = hhctrl_tlb.idl
RC_SRCS
=
hhctrl.rc
PO_SRCS
=
hhctrl.rc
SVG_SRCS
=
hhtoolbar.svg
@MAKE_DLL_RULES@
dlls/hhctrl.ocx/help.c
View file @
1115e320
...
...
@@ -773,15 +773,20 @@ static void TB_AddButton(TBBUTTON *pButtons, DWORD dwIndex, DWORD dwID, DWORD dw
static
void
TB_AddButtonsFromFlags
(
HHInfo
*
pHHInfo
,
TBBUTTON
*
pButtons
,
DWORD
dwButtonFlags
,
LPDWORD
pdwNumButtons
)
{
int
nHistBitmaps
=
0
,
nStdBitmaps
=
0
,
nHHBitmaps
=
0
;
HWND
hToolbar
=
pHHInfo
->
WinType
.
hwndToolBar
;
int
nHistBitmaps
=
0
,
nStdBitmaps
=
0
;
TBADDBITMAP
tbAB
;
/* Common bitmaps */
tbAB
.
hInst
=
HINST_COMMCTRL
;
tbAB
.
nID
=
IDB_HIST_LARGE_COLOR
;
nHistBitmaps
=
SendMessageW
(
hToolbar
,
TB_ADDBITMAP
,
0
,
(
LPARAM
)
&
tbAB
);
tbAB
.
nID
=
IDB_STD_LARGE_COLOR
;
nStdBitmaps
=
SendMessageW
(
hToolbar
,
TB_ADDBITMAP
,
0
,
(
LPARAM
)
&
tbAB
);
/* hhctrl.ocx bitmaps */
tbAB
.
hInst
=
hhctrl_hinstance
;
tbAB
.
nID
=
IDB_HHTOOLBAR
;
nHHBitmaps
=
SendMessageW
(
hToolbar
,
TB_ADDBITMAP
,
0
,
(
LPARAM
)
&
tbAB
);
*
pdwNumButtons
=
0
;
...
...
@@ -802,16 +807,16 @@ static void TB_AddButtonsFromFlags(HHInfo *pHHInfo, TBBUTTON *pButtons, DWORD dw
if
(
dwButtonFlags
&
HHWIN_BUTTON_FORWARD
)
TB_AddButton
(
pButtons
,
(
*
pdwNumButtons
)
++
,
IDTB_FORWARD
,
nHistBitmaps
+
HIST_FORWARD
);
/* FIXME: Load the correct button bitmaps */
if
(
dwButtonFlags
&
HHWIN_BUTTON_STOP
)
TB_AddButton
(
pButtons
,
(
*
pdwNumButtons
)
++
,
IDTB_STOP
,
n
StdBitmaps
+
STD_PRINT
);
TB_AddButton
(
pButtons
,
(
*
pdwNumButtons
)
++
,
IDTB_STOP
,
n
HHBitmaps
+
HH_STOP
);
if
(
dwButtonFlags
&
HHWIN_BUTTON_REFRESH
)
TB_AddButton
(
pButtons
,
(
*
pdwNumButtons
)
++
,
IDTB_REFRESH
,
n
StdBitmaps
+
STD_PRINT
);
TB_AddButton
(
pButtons
,
(
*
pdwNumButtons
)
++
,
IDTB_REFRESH
,
n
HHBitmaps
+
HH_REFRESH
);
if
(
dwButtonFlags
&
HHWIN_BUTTON_HOME
)
TB_AddButton
(
pButtons
,
(
*
pdwNumButtons
)
++
,
IDTB_HOME
,
n
StdBitmaps
+
STD_PRINT
);
TB_AddButton
(
pButtons
,
(
*
pdwNumButtons
)
++
,
IDTB_HOME
,
n
HHBitmaps
+
HH_HOME
);
/* FIXME: Load the correct button bitmaps */
if
(
dwButtonFlags
&
HHWIN_BUTTON_SYNC
)
TB_AddButton
(
pButtons
,
(
*
pdwNumButtons
)
++
,
IDTB_SYNC
,
nStdBitmaps
+
STD_PRINT
);
...
...
dlls/hhctrl.ocx/hhctrl.rc
View file @
1115e320
...
...
@@ -90,3 +90,6 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
#define WINE_PRODUCTVERSION_STR "5.2.3790.2744"
#include "wine/wine_common_ver.rc"
/* @makedep: hhtoolbar.bmp */
IDB_HHTOOLBAR BITMAP hhtoolbar.bmp
dlls/hhctrl.ocx/hhtoolbar.bmp
0 → 100644
View file @
1115e320
6.87 KB
dlls/hhctrl.ocx/hhtoolbar.svg
0 → 100644
View file @
1115e320
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
id=
"bitmap:72-32"
xmlns:rdf=
"http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns=
"http://www.w3.org/2000/svg"
height=
"24"
width=
"72"
version=
"1.1"
xmlns:cc=
"http://creativecommons.org/ns#"
xmlns:xlink=
"http://www.w3.org/1999/xlink"
xmlns:dc=
"http://purl.org/dc/elements/1.1/"
>
<metadata
id=
"metadata280"
>
<rdf:RDF>
<cc:Work
rdf:about=
""
>
<dc:format>
image/svg+xml
</dc:format>
<dc:type
rdf:resource=
"http://purl.org/dc/dcmitype/StillImage"
/>
<dc:title/>
</cc:Work>
</rdf:RDF>
</metadata>
<defs
id=
"defs4"
>
<linearGradient
id=
"linearGradient5060"
>
<stop
id=
"stop5062"
stop-color=
"#000"
offset=
"0"
/>
<stop
id=
"stop5064"
stop-color=
"#000"
stop-opacity=
"0"
offset=
"1"
/>
</linearGradient>
<linearGradient
id=
"linearGradient2797"
>
<stop
id=
"stop2799"
stop-color=
"#FFF"
offset=
"0"
/>
<stop
id=
"stop2801"
stop-color=
"#FFF"
stop-opacity=
"0"
offset=
"1"
/>
</linearGradient>
<linearGradient
id=
"linearGradient2871"
>
<stop
id=
"stop2873"
stop-color=
"#3465a4"
offset=
"0"
/>
<stop
id=
"stop2875"
stop-color=
"#3465a4"
offset=
"1"
/>
</linearGradient>
<linearGradient
id=
"linearGradient2380"
>
<stop
id=
"stop2382-9"
stop-color=
"#b9cfe7"
offset=
"0"
/>
<stop
id=
"stop2384"
stop-color=
"#729fcf"
offset=
"1"
/>
</linearGradient>
<linearGradient
id=
"linearGradient2402"
>
<stop
id=
"stop2404"
stop-color=
"#729fcf"
offset=
"0"
/>
<stop
id=
"stop2406"
stop-color=
"#528ac5"
offset=
"1"
/>
</linearGradient>
<radialGradient
id=
"radialGradient3380"
gradientUnits=
"userSpaceOnUse"
cy=
"36.75"
cx=
"25.125"
gradientTransform=
"matrix(1,0,0,0.595238,0,14.875)"
r=
"15.75"
>
<stop
id=
"stop21646"
stop-color=
"#000"
offset=
"0"
/>
<stop
id=
"stop21648"
stop-color=
"#000"
stop-opacity=
"0"
offset=
"1"
/>
</radialGradient>
<linearGradient
id=
"linearGradient3382"
y2=
"37.96"
gradientUnits=
"userSpaceOnUse"
x2=
"41.048"
gradientTransform=
"matrix(0.67419,0,0,0.674276,63.822139,1020.1817)"
y1=
"20.105"
x1=
"23.996"
>
<stop
id=
"stop4983"
stop-color=
"#C00"
offset=
"0"
/>
<stop
id=
"stop4985"
stop-color=
"#b30000"
offset=
"1"
/>
</linearGradient>
<radialGradient
id=
"radialGradient3384"
gradientUnits=
"userSpaceOnUse"
cy=
"33.302"
cx=
"24.302"
gradientTransform=
"matrix(1.105562,0,0,1.105705,53.33881,1005.6202)"
r=
"12.302"
>
<stop
id=
"stop9649"
stop-color=
"#FFF"
offset=
"0"
/>
<stop
id=
"stop9651"
stop-color=
"#dbdbdb"
offset=
"1"
/>
</radialGradient>
<linearGradient
id=
"linearGradient3386"
y2=
"35.052"
gradientUnits=
"userSpaceOnUse"
x2=
"24.302"
gradientTransform=
"matrix(0.652641,0,0,0.652725,64.345805,1020.7054)"
y1=
"15.802"
x1=
"21.75"
>
<stop
id=
"stop2258"
stop-color=
"#ff0202"
offset=
"0"
/>
<stop
id=
"stop2260"
stop-color=
"#ff9b9b"
offset=
"1"
/>
</linearGradient>
<linearGradient
id=
"linearGradient3388"
y2=
"47.374"
gradientUnits=
"userSpaceOnUse"
x2=
"53.57"
gradientTransform=
"matrix(0.658703,0,0,0.658681,64.193874,1020.5559)"
y1=
"12.504"
x1=
"15.737"
>
<stop
id=
"stop11782"
stop-color=
"#ff8b8b"
offset=
"0"
/>
<stop
id=
"stop11784"
stop-color=
"#ec1b1b"
offset=
"1"
/>
</linearGradient>
<radialGradient
id=
"radialGradient3390"
gradientUnits=
"userSpaceOnUse"
cy=
"10.666"
cx=
"16.75"
gradientTransform=
"matrix(2.737165,0,0,2.125222,29.37911,1006.2414)"
r=
"21.25"
>
<stop
id=
"stop2250"
stop-color=
"#FFF"
offset=
"0"
/>
<stop
id=
"stop2252"
stop-color=
"#FFF"
stop-opacity=
"0"
offset=
"1"
/>
</radialGradient>
<linearGradient
id=
"linearGradient3392"
y2=
"609.51"
gradientUnits=
"userSpaceOnUse"
x2=
"302.86"
gradientTransform=
"matrix(2.774389,0,0,1.969706,-1892.179,-872.8854)"
y1=
"366.65"
x1=
"302.86"
>
<stop
id=
"stop5050"
stop-color=
"#000"
stop-opacity=
"0"
offset=
"0"
/>
<stop
id=
"stop5056"
stop-color=
"#000"
offset=
"0.5"
/>
<stop
id=
"stop5052"
stop-color=
"#000"
stop-opacity=
"0"
offset=
"1"
/>
</linearGradient>
<radialGradient
id=
"radialGradient3394"
xlink:href=
"#linearGradient5060"
gradientUnits=
"userSpaceOnUse"
cy=
"486.65"
cx=
"605.71"
gradientTransform=
"matrix(2.774389,0,0,1.969706,-1891.633,-872.8854)"
r=
"117.14"
/>
<radialGradient
id=
"radialGradient3396"
xlink:href=
"#linearGradient5060"
gradientUnits=
"userSpaceOnUse"
cy=
"486.65"
cx=
"605.71"
gradientTransform=
"matrix(-2.774389,0,0,1.969706,112.7623,-872.8854)"
r=
"117.14"
/>
<linearGradient
id=
"linearGradient3398"
y2=
"-42.219"
gradientUnits=
"userSpaceOnUse"
x2=
"14.049"
gradientTransform=
"matrix(0.221835,0,0,0.110024,140.0235,1030.616)"
y1=
"166.13"
x1=
"52.006"
>
<stop
id=
"stop17"
stop-color=
"#CCC"
offset=
"0"
/>
<stop
id=
"stop19"
stop-color=
"#FFF"
offset=
"0.9831"
/>
</linearGradient>
<linearGradient
id=
"linearGradient3400"
y2=
"32.654"
gradientUnits=
"userSpaceOnUse"
x2=
"17.683"
gradientTransform=
"matrix(0.675325,0,0,0.710034,127.07761,1018.7743)"
y1=
"26.057"
x1=
"17.603"
>
<stop
id=
"stop2331"
stop-color=
"#000"
stop-opacity=
"0.18556701"
offset=
"0"
/>
<stop
id=
"stop2333"
stop-color=
"#FFF"
offset=
"1"
/>
</linearGradient>
<radialGradient
id=
"radialGradient3402"
gradientUnits=
"userSpaceOnUse"
cy=
"10.578"
cx=
"24.195"
gradientTransform=
"matrix(0.750176,-2.390279e-8,2.846547e-8,0.893373,125.97906,1021.2658)"
r=
"15.243"
>
<stop
id=
"stop2380"
stop-color=
"#575757"
offset=
"0"
/>
<stop
id=
"stop2382"
stop-color=
"#575757"
stop-opacity=
"0"
offset=
"1"
/>
</radialGradient>
<linearGradient
id=
"linearGradient3404"
y2=
"41.032"
gradientUnits=
"userSpaceOnUse"
x2=
"19.04"
gradientTransform=
"matrix(0.667809,0,0,0.721564,128.52999,1019.1429)"
y1=
"28.939"
x1=
"17.85"
>
<stop
id=
"stop2408"
stop-color=
"#7c7e79"
offset=
"0"
/>
<stop
id=
"stop2414"
stop-color=
"#848681"
offset=
"0.17241"
/>
<stop
id=
"stop2410"
stop-color=
"#898c86"
offset=
"1"
/>
</linearGradient>
<radialGradient
id=
"radialGradient3406"
gradientUnits=
"userSpaceOnUse"
cy=
"37.426"
cx=
"20.444"
gradientTransform=
"matrix(0.845492,0,0,0.650968,124.14222,1020.6369)"
r=
"1.0821"
>
<stop
id=
"stop2321"
stop-color=
"#000"
offset=
"0"
/>
<stop
id=
"stop2323"
stop-color=
"#000"
stop-opacity=
"0"
offset=
"1"
/>
</radialGradient>
<radialGradient
id=
"radialGradient3408"
gradientUnits=
"userSpaceOnUse"
cy=
"36.778"
cx=
"19.986"
gradientTransform=
"matrix(0.845492,0,0,0.650968,124.14222,1020.5274)"
r=
"1.0821"
>
<stop
id=
"stop2309"
stop-color=
"#edd400"
offset=
"0"
/>
<stop
id=
"stop2311"
stop-color=
"#980"
offset=
"1"
/>
</radialGradient>
<linearGradient
id=
"linearGradient3410"
y2=
"35.569"
gradientUnits=
"userSpaceOnUse"
x2=
"64.388"
gradientTransform=
"matrix(0.236067,0,0,0.236067,129.07598,1020.3064)"
y1=
"65.124"
x1=
"64.388"
>
<stop
id=
"stop336"
stop-color=
"#FFF"
offset=
"0"
/>
<stop
id=
"stop338"
stop-color=
"#ff6200"
offset=
"0.8539"
/>
<stop
id=
"stop340"
stop-color=
"#f25d00"
offset=
"1"
/>
</linearGradient>
<radialGradient
id=
"radialGradient3412"
gradientUnits=
"userSpaceOnUse"
cy=
"24.203"
cx=
"7.5327"
gradientTransform=
"matrix(2.733392,0,0,2.800883,111.04015,968.00238)"
r=
"8.2452"
>
<stop
id=
"stop2301"
stop-color=
"#FFF"
offset=
"0"
/>
<stop
id=
"stop2303"
stop-color=
"#FFF"
stop-opacity=
"0"
offset=
"1"
/>
</radialGradient>
<radialGradient
id=
"radialGradient3414"
gradientUnits=
"userSpaceOnUse"
cy=
"19.554"
cx=
"11.681"
gradientTransform=
"matrix(2.733392,0,0,-2.800883,124.51812,1090.5979)"
r=
"8.2452"
>
<stop
id=
"stop2343"
stop-color=
"#000"
offset=
"0"
/>
<stop
id=
"stop2345"
stop-color=
"#000"
stop-opacity=
"0"
offset=
"1"
/>
</radialGradient>
<radialGradient
id=
"radialGradient3416"
gradientUnits=
"userSpaceOnUse"
cy=
"30.443"
cx=
"29.913"
gradientTransform=
"matrix(2.525807,0,0,1.713442,72.53038,988.81062)"
r=
"4.0019"
>
<stop
id=
"stop2370"
stop-color=
"#FFF"
offset=
"0"
/>
<stop
id=
"stop2372"
stop-color=
"#FFF"
stop-opacity=
"0"
offset=
"1"
/>
</radialGradient>
<radialGradient
id=
"radialGradient3418"
gradientUnits=
"userSpaceOnUse"
cy=
"36.421"
cx=
"24.837"
gradientTransform=
"matrix(1,0,0,0.536723,0,16.87306)"
r=
"15.645"
>
<stop
id=
"stop8664"
stop-color=
"#000"
offset=
"0"
/>
<stop
id=
"stop8666"
stop-color=
"#000"
stop-opacity=
"0"
offset=
"1"
/>
</radialGradient>
<linearGradient
id=
"linearGradient3420"
y2=
"19.115"
gradientUnits=
"userSpaceOnUse"
x2=
"15.419"
gradientTransform=
"matrix(0.666667,0,0,0.646309,96.83003,1019.302)"
y1=
"10.612"
x1=
"13.479"
>
<stop
id=
"stop2833"
stop-color=
"#3465a4"
offset=
"0"
/>
<stop
id=
"stop2855"
stop-color=
"#5b86be"
offset=
"0.33333"
/>
<stop
id=
"stop2835"
stop-color=
"#83a8d8"
stop-opacity=
"0"
offset=
"1"
/>
</linearGradient>
<linearGradient
id=
"linearGradient3422"
y2=
"26.194"
gradientUnits=
"userSpaceOnUse"
x2=
"37.065"
gradientTransform=
"matrix(-0.666667,0,0,-0.646309,128.20505,1049.113)"
y1=
"29.73"
x1=
"37.128"
>
<stop
id=
"stop2849"
stop-color=
"#3465a4"
offset=
"0"
/>
<stop
id=
"stop2851"
stop-color=
"#3465a4"
stop-opacity=
"0"
offset=
"1"
/>
</linearGradient>
<linearGradient
id=
"linearGradient3424"
y2=
"20.609"
xlink:href=
"#linearGradient2380"
gradientUnits=
"userSpaceOnUse"
x2=
"15.985"
y1=
"36.061"
x1=
"62.514"
/>
<linearGradient
id=
"linearGradient3426"
y2=
"50.94"
xlink:href=
"#linearGradient2871"
gradientUnits=
"userSpaceOnUse"
x2=
"45.38"
y1=
"45.264"
x1=
"46.835"
/>
<linearGradient
id=
"linearGradient3430"
y2=
"24.842"
gradientUnits=
"userSpaceOnUse"
x2=
"37.124"
gradientTransform=
"matrix(0.666667,0,0,0.647455,96.519755,1019.8536)"
y1=
"30.749"
x1=
"32.648"
>
<stop
id=
"stop2692"
stop-color=
"#c4d7eb"
offset=
"0"
/>
<stop
id=
"stop2694"
stop-color=
"#c4d7eb"
stop-opacity=
"0"
offset=
"1"
/>
</linearGradient>
<linearGradient
id=
"linearGradient3432"
y2=
"24.842"
gradientUnits=
"userSpaceOnUse"
x2=
"37.124"
gradientTransform=
"matrix(0.666667,0,0,0.647455,96.519755,1019.8536)"
y1=
"31.456"
x1=
"36.714"
>
<stop
id=
"stop2684"
stop-color=
"#3977c3"
offset=
"0"
/>
<stop
id=
"stop2686"
stop-color=
"#89aedc"
stop-opacity=
"0"
offset=
"1"
/>
</linearGradient>
<linearGradient
id=
"linearGradient3434"
y2=
"26.649"
xlink:href=
"#linearGradient2402"
gradientUnits=
"userSpaceOnUse"
x2=
"53.589"
y1=
"23.668"
x1=
"18.936"
/>
<linearGradient
id=
"linearGradient3442"
y2=
"26.048"
xlink:href=
"#linearGradient2797"
gradientUnits=
"userSpaceOnUse"
x2=
"52.854"
y1=
"26.048"
x1=
"5.9649"
/>
</defs>
<g
id=
"g3294"
>
<g
id=
"g3609"
transform=
"matrix(0.75,0,0,0.74999999,-48.000003,-765.27164)"
>
<path
id=
"path21642"
opacity=
"0.63068183"
style=
"color:#000000;"
d=
"m40.875,36.75a15.75,9.375,0,1,1,-31.5,0,15.75,9.375,0,1,1,31.5,0z"
fill-rule=
"evenodd"
transform=
"matrix(0.782536,0,0,0.36,60.663725,1035.7572)"
fill=
"url(#radialGradient3380)"
/>
<path
id=
"path9480"
stroke-linejoin=
"miter"
style=
"stroke-dasharray:none;"
d=
"m74.333,1021.9,11.519,0,8.644,8.8292,0,12.065-8.5276,8.1027-11.751,0-8.7134-8.6568,0-11.594,8.8296-8.7468z"
fill-rule=
"evenodd"
stroke=
"#860000"
stroke-linecap=
"butt"
stroke-miterlimit=
"4"
stroke-width=
"1.0000006"
fill=
"url(#linearGradient3382)"
/>
<path
id=
"path2787"
stroke-linejoin=
"round"
style=
"stroke-dasharray:none;"
d=
"m75.289,1028.9-2.7849,2.7853,4.9177,4.9183-4.9177,4.9184,2.7849,2.7853,4.9177-4.9184,4.9177,4.9184,2.7849-2.7853-4.9177-4.9184,4.9177-4.9183-2.7849-2.7853-4.9177,4.9183-4.9177-4.9183z"
fill-rule=
"evenodd"
stroke=
"url(#linearGradient3386)"
stroke-linecap=
"round"
stroke-miterlimit=
"4"
stroke-width=
"0.80000001"
fill=
"url(#radialGradient3384)"
/>
<path
id=
"path9482"
opacity=
"0.81318683"
stroke-linejoin=
"miter"
d=
"m74.747,1022.9,10.689,0,8.0677,8.1824,0,11.273-7.8109,7.5425-11.045,0-8.1423-8.088,0-10.778,8.2414-8.1316z"
stroke=
"url(#linearGradient3388)"
stroke-linecap=
"butt"
stroke-miterlimit=
"4"
stroke-width=
"1.00000036"
fill=
"none"
/>
<path
id=
"path2241"
opacity=
"0.28977272"
d=
"m74.527,1022.4-8.5228,8.5126,0,11.295,1.9351,1.9309c11.043,0.038,10.855-8.6495,26.063-7.8897v-5.2529l-8.3582-8.5956h-11.117z"
fill-rule=
"evenodd"
fill=
"url(#radialGradient3390)"
/>
</g>
<g
id=
"g3961"
transform=
"matrix(0.75,0,0,0.75,-47.999996,-765.27162)"
>
<g
id=
"g5022"
fill-rule=
"nonzero"
transform=
"matrix(0.01379016,0,0,0.01239639,156.26546,1048.1206)"
>
<rect
id=
"rect4173"
opacity=
"0.40206"
style=
"color:#000000;"
height=
"478.36"
width=
"1339.6"
y=
"-150.7"
x=
"-1559.3"
fill=
"url(#linearGradient3392)"
/>
<path
id=
"path5058"
opacity=
"0.40206185"
style=
"color:#000000;"
fill=
"url(#radialGradient3394)"
d=
"m-219.62-150.68v478.33c142.87,0.90045,345.4-107.17,345.4-239.2s-159.44-239.13-345.4-239.13z"
/>
<path
id=
"path5018"
opacity=
"0.40206185"
style=
"color:#000000;"
fill=
"url(#radialGradient3396)"
d=
"m-1559.3-150.68v478.33c-142.87,0.90045-345.4-107.17-345.4-239.2s159.44-239.13,345.4-239.13z"
/>
</g>
<path
id=
"rect1512"
stroke-linejoin=
"miter"
style=
"color:#000000;"
d=
"m142.42,1025.8,3.9225,0c0.55289,0,9.1431,10.176,9.1431,10.773l-0.29203,12.194c0,0.5968-0.44511,1.0773-0.998,1.0773h-20.712c-0.55289,0-0.998-0.4805-0.998-1.0773l0.0372-12.194c0-0.5969,9.3443-10.773,9.8972-10.773z"
fill-rule=
"nonzero"
stroke-dashoffset=
"0"
stroke=
"#757575"
stroke-linecap=
"butt"
stroke-miterlimit=
"4"
stroke-width=
"1.00000083"
fill=
"url(#linearGradient3398)"
/>
<path
id=
"path5"
fill=
"none"
d=
"m159.29,1050.9-30.217,0,0-30.217,30.217,0,0,30.217z"
/>
<path
id=
"path2327"
fill-rule=
"evenodd"
fill=
"url(#linearGradient3400)"
d=
"m144,1039.4-0.0344,9.9962-8.8984,0-0.0838-9.9962,9.0165,0z"
/>
<path
id=
"path2357"
opacity=
"0.3125"
stroke-linejoin=
"miter"
style=
"color:#000000;"
d=
"m142.61,1026.6,3.5558,0c0.50121,0,8.3159,9.3803,8.3159,9.9305l-0.22206,11.864c0,0.2992-0.0919,0.4257-0.32774,0.4257l-20.077,0.01c-0.2358,0-0.37353-0.052-0.37353-0.2955l0.13774-12.004c0-0.5502,8.4892-9.9305,8.9905-9.9305z"
stroke-dashoffset=
"0"
stroke=
"#FFF"
stroke-linecap=
"butt"
stroke-miterlimit=
"4"
stroke-width=
"1.0000006"
fill=
"none"
/>
<path
id=
"path23"
opacity=
"0.2"
d=
"m132.79,1039-0.0362,1.7301,12.245-8.7861,10.191,7.4362,0.0476-0.2078-10.914-10.603-11.534,10.43z"
fill-rule=
"evenodd"
fill=
"url(#radialGradient3402)"
/>
<path
id=
"path188"
fill-rule=
"evenodd"
fill=
"url(#linearGradient3404)"
d=
"m143.25,1040,0,9.3338-7.3717,0-0.14199-9.3338,7.5137,0z"
/>
<path
id=
"path2315"
opacity=
"0.40909089"
d=
"m141.43,1044.3c0.50552,0,0.91413,0.3144,0.91413,0.7012,0,0.3907-0.40861,0.7077-0.91413,0.7077-0.50513,0-0.91569-0.317-0.91569-0.7077,0.00039-0.3868,0.41056-0.7012,0.91569-0.7012z"
fill-rule=
"evenodd"
fill=
"url(#radialGradient3406)"
/>
<path
id=
"path217"
fill-rule=
"evenodd"
fill=
"url(#radialGradient3408)"
d=
"m141.34,1044c0.50551,0,0.91413,0.3144,0.91413,0.7011,0,0.3907-0.40862,0.7077-0.91413,0.7077-0.50513,0-0.91569-0.317-0.91569-0.7077,0.00039-0.3867,0.41056-0.7011,0.91569-0.7011z"
/>
<path
id=
"path342"
fill=
"url(#linearGradient3410)"
d=
"m144.28,1028.1,12.618,11.447,0.32979,0.2613,0.26912-0.1142-0.24858-0.5078-0.18508-0.149-12.783-10.382-12.926,10.496-0.1584,0.096-0.14448,0.4712,0.28895,0.086,0.25637-0.2056,12.684-11.499z"
/>
<path
id=
"path362"
stroke-linejoin=
"round"
style=
"stroke-dasharray:none;"
d=
"m144.2,1021.9-14.72,11.986,0,5,1,1s13.654-11.203,13.798-11.317l13.202,11.317,1-1v-4l-14.202-13.055-0.0784,0.07z"
stroke=
"#a40000"
stroke-miterlimit=
"4"
stroke-width=
"0.80000001"
fill=
"#ef2929"
/>
<path
id=
"path1536"
opacity=
"0.40909089"
style=
"color:#000000;"
d=
"m129.98,1034.1,0,4.25,14.246-12.013-0.0469-3.9289-14.199,11.692z"
fill-rule=
"nonzero"
fill=
"url(#radialGradient3412)"
/>
<path
id=
"path2337"
opacity=
"0.14901961"
style=
"color:#000000;"
d=
"m144.31,1026.2,0.0663-3.8941,13.589,12.76-0.0175,3.2098-13.637-12.075z"
fill-rule=
"nonzero"
fill=
"url(#radialGradient3414)"
/>
<path
id=
"rect2361"
opacity=
"0.31818183"
stroke-linejoin=
"miter"
style=
"color:#000000;"
d=
"m145.82,1039.2,6.6456,0c0.56648,0,1.0225,0.4065,1.0225,0.9114l-0.006,5.9496c0,0.505-0.43838,0.8296-1.0049,0.8296h-6.6574c-0.56649,0-1.0225-0.4065-1.0225-0.9115v-5.8677c0-0.5049,0.45605-0.9114,1.0225-0.9114z"
stroke-dashoffset=
"0"
stroke=
"#FFF"
stroke-linecap=
"butt"
stroke-miterlimit=
"4"
stroke-width=
"1"
fill=
"none"
/>
<rect
id=
"rect3263"
stroke-linejoin=
"miter"
style=
"color:#000000;stroke-dasharray:none;"
fill-rule=
"nonzero"
stroke-dashoffset=
"0"
rx=
"0.26686"
ry=
"0.22963"
height=
"6"
width=
"7"
stroke=
"#757575"
stroke-linecap=
"butt"
stroke-miterlimit=
"4"
y=
"1039.9"
x=
"145.48"
stroke-width=
"1"
fill=
"#3465a4"
/>
<path
id=
"rect2363"
opacity=
"0.39772728"
style=
"color:#000000;"
d=
"m146,1043.3c2.4359,0.1802,3.7217-0.787,5.9708-0.8452l0.0166-2.0954h-6l0.0126,2.9439z"
fill-rule=
"nonzero"
fill=
"url(#radialGradient3416)"
/>
</g>
<g
id=
"g3876"
transform=
"matrix(0.75,0,0,0.75,-47.999995,-765.27165)"
>
<path
id=
"path8660-0"
opacity=
"0.38333333"
style=
"color:#000000;"
d=
"m40.482,36.421a15.645,8.3969,0,1,1,-31.289,0,15.645,8.3969,0,1,1,31.289,0z"
fill-rule=
"evenodd"
transform=
"matrix(-0.993158,0,0,-0.667502,137.20489,1070.0684)"
fill=
"url(#radialGradient3418)"
/>
<g
id=
"g3667"
transform=
"translate(-0.41059,1.42455)"
>
<path
id=
"path2865"
stroke-linejoin=
"miter"
style=
"color:#000000;stroke-dasharray:none;"
d=
"m109.96,1026.2s-5.9583-0.4039-4.125,6.3823h-5.125s0.33334-7.6749,9.25-6.3823z"
fill-rule=
"nonzero"
stroke-dashoffset=
"0"
stroke=
"url(#linearGradient3422)"
stroke-linecap=
"butt"
stroke-miterlimit=
"4"
stroke-width=
"1.00000024"
display=
"block"
fill=
"url(#linearGradient3420)"
/>
<g
id=
"g1878"
transform=
"matrix(-0.386034,-0.316192,-0.326152,0.374245,134.46368,1028.1234)"
stroke=
"#3465a4"
stroke-width=
"1.52344131"
fill=
"url(#linearGradient3424)"
>
<path
id=
"path1880"
stroke-linejoin=
"miter"
style=
"color:#000000;stroke-dasharray:none;"
d=
"M44.307,50.23c18.514-14.411,5.358-36.818-21.845-37.732l-0.348-9.3465-14.49,17.346,15.09,12.722s-0.25192-9.8812-0.25192-9.8812c18.83,0.99898,32.982,14.072,21.844,26.892z"
fill-rule=
"nonzero"
stroke-dashoffset=
"0"
stroke=
"url(#linearGradient3426)"
stroke-linecap=
"butt"
stroke-miterlimit=
"4"
stroke-width=
"2.00967717"
display=
"block"
fill=
"url(#linearGradient3424)"
/>
</g>
<path
id=
"path2839"
stroke-linejoin=
"miter"
style=
"color:#000000;stroke-dasharray:none;"
d=
"m115.44,1041.5s5.9583,0.4046,4.125-6.3936h5.1839c0,0.9728-0.39226,7.6885-9.3089,6.3936z"
fill-rule=
"nonzero"
stroke-dashoffset=
"0"
stroke=
"url(#linearGradient3432)"
stroke-linecap=
"butt"
stroke-miterlimit=
"4"
stroke-width=
"1.00000012"
display=
"block"
fill=
"url(#linearGradient3430)"
/>
<g
id=
"g2779"
stroke-linejoin=
"miter"
style=
"color:#000000;stroke-dasharray:none;"
fill-rule=
"nonzero"
stroke-dashoffset=
"0"
transform=
"matrix(0.386034,0.316753,0.326152,-0.374909,91.23907,1039.6243)"
display=
"block"
stroke=
"url(#linearGradient3426)"
stroke-linecap=
"butt"
stroke-miterlimit=
"4"
stroke-width=
"2.00789738"
fill=
"url(#linearGradient3434)"
>
<path
id=
"path2781"
stroke-linejoin=
"miter"
style=
"color:#000000;stroke-dasharray:none;"
d=
"M44.307,50.23c18.514-14.411,5.358-36.818-21.845-37.732l-0.063-9.429-14.605,17.355,14.668,12.582v-9.6684c18.83,0.99898,32.982,14.072,21.844,26.892z"
fill-rule=
"nonzero"
stroke-dashoffset=
"0"
stroke=
"url(#linearGradient3426)"
stroke-linecap=
"butt"
stroke-miterlimit=
"4"
stroke-width=
"2.00789738"
display=
"block"
fill=
"url(#linearGradient3434)"
/>
</g>
<path
id=
"path2791"
opacity=
"0.27222224"
style=
"color:#000000;"
d=
"m101.42,1044.2-0.005-9.2715,8.1406-0.04-2.8009,3.2437,2.7032,1.7397c-2,1.4568-2.9393,1.3182-3.606,2.9773l-1.9248-1.4913-2.5069,2.8418z"
fill-rule=
"nonzero"
fill=
"#FFF"
/>
<g
id=
"g2793"
opacity=
"0.5"
transform=
"matrix(0.328713,0.262901,0.277723,-0.311169,94.451191,1039.6682)"
stroke=
"#FFF"
stroke-width=
"1.59006381"
fill=
"none"
>
<path
id=
"path2795"
stroke-linejoin=
"miter"
style=
"color:#000000;stroke-dasharray:none;"
d=
"M51.77,46.731c9.12-15.22-5.305-35.305-33.483-34.489l-0.061-7.0152-11.692,14.07,11.502,9.847s0.05562-9.0069,0.05562-9.0069c23.572,0.79434,37.206,12.015,33.678,26.594z"
stroke-dashoffset=
"0"
stroke=
"url(#linearGradient3442)"
stroke-linecap=
"butt"
stroke-miterlimit=
"4"
stroke-width=
"2.38841796"
display=
"block"
fill=
"none"
/>
</g>
<g
id=
"g2805"
opacity=
"0.5"
transform=
"matrix(-0.339024,-0.277687,-0.286434,0.328671,131.88578,1028.1196)"
stroke=
"#FFF"
stroke-width=
"1.52344131"
fill=
"none"
>
<path
id=
"path2807"
stroke-linejoin=
"miter"
style=
"color:#000000;stroke-dasharray:none;"
d=
"M51.39,46.506c9.12-15.22-5.103-33.388-32.525-33.75l-0.203-6.8084-11.22,13.22,11.585,9.795s-0.31396-8.424-0.31396-8.424c22.406,0.47504,35.698,11.698,32.677,25.967z"
stroke-dashoffset=
"0"
stroke=
"url(#linearGradient3442)"
stroke-linecap=
"butt"
stroke-miterlimit=
"4"
stroke-width=
"2.2883451"
display=
"block"
fill=
"none"
/>
</g>
<path
id=
"path2811"
opacity=
"0.27222224"
style=
"color:#000000;"
d=
"m101.06,1030.1c1.8331-6.967,11.056-4.1901,13.552-3.1271,2.7835,0.1366,3.6269-1.4573,5.8438-1.564-9.3665-6.3273-18.708-4.0447-19.396,4.6911z"
fill-rule=
"nonzero"
fill=
"#FFF"
/>
</g>
</g>
</g>
</svg>
dlls/hhctrl.ocx/resource.h
View file @
1115e320
...
...
@@ -31,3 +31,9 @@
#define IDS_SHOWTABS 6
#define MENU_POPUP 1
#define IDB_HHTOOLBAR 1000
/* IDB_HHTOOLBAR bitmaps: */
#define HH_STOP 0
#define HH_REFRESH 1
#define HH_HOME 2
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment