1*cdf0e10cSrcweir/*************************************************************************
2*cdf0e10cSrcweir *
3*cdf0e10cSrcweir * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4*cdf0e10cSrcweir *
5*cdf0e10cSrcweir * Copyright 2000, 2010 Oracle and/or its affiliates.
6*cdf0e10cSrcweir *
7*cdf0e10cSrcweir * OpenOffice.org - a multi-platform office productivity suite
8*cdf0e10cSrcweir *
9*cdf0e10cSrcweir * This file is part of OpenOffice.org.
10*cdf0e10cSrcweir *
11*cdf0e10cSrcweir * OpenOffice.org is free software: you can redistribute it and/or modify
12*cdf0e10cSrcweir * it under the terms of the GNU Lesser General Public License version 3
13*cdf0e10cSrcweir * only, as published by the Free Software Foundation.
14*cdf0e10cSrcweir *
15*cdf0e10cSrcweir * OpenOffice.org is distributed in the hope that it will be useful,
16*cdf0e10cSrcweir * but WITHOUT ANY WARRANTY; without even the implied warranty of
17*cdf0e10cSrcweir * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18*cdf0e10cSrcweir * GNU Lesser General Public License version 3 for more details
19*cdf0e10cSrcweir * (a copy is included in the LICENSE file that accompanied this code).
20*cdf0e10cSrcweir *
21*cdf0e10cSrcweir * You should have received a copy of the GNU Lesser General Public License
22*cdf0e10cSrcweir * version 3 along with OpenOffice.org.  If not, see
23*cdf0e10cSrcweir * <http://www.openoffice.org/license.html>
24*cdf0e10cSrcweir * for a copy of the LGPLv3 License.
25*cdf0e10cSrcweir *
26*cdf0e10cSrcweir ************************************************************************/
27*cdf0e10cSrcweir#include "Bitmaps_HC.hrc"
28*cdf0e10cSrcweir
29*cdf0e10cSrcweirImage IMG_TYPE_COLUMN_HC
30*cdf0e10cSrcweir{
31*cdf0e10cSrcweir    ImageBitmap = Bitmap { File = "typecolumn_16.png" ; };
32*cdf0e10cSrcweir	MaskColor = SC_HC_MASKCOLOR;
33*cdf0e10cSrcweir};
34*cdf0e10cSrcweirImage IMG_TYPE_BAR_HC
35*cdf0e10cSrcweir{
36*cdf0e10cSrcweir	ImageBitmap = Bitmap { File = "typebar_16.png " ; };
37*cdf0e10cSrcweir	MaskColor = SC_HC_MASKCOLOR;
38*cdf0e10cSrcweir};
39*cdf0e10cSrcweirImage IMG_TYPE_PIE_HC
40*cdf0e10cSrcweir{
41*cdf0e10cSrcweir	ImageBitmap = Bitmap { File = "typepie_16.png" ; };
42*cdf0e10cSrcweir	MaskColor = SC_HC_MASKCOLOR;
43*cdf0e10cSrcweir};
44*cdf0e10cSrcweirImage IMG_TYPE_LINE_HC
45*cdf0e10cSrcweir{
46*cdf0e10cSrcweir	ImageBitmap = Bitmap { File = "typepointline_16.png" ; };
47*cdf0e10cSrcweir	MaskColor = SC_HC_MASKCOLOR;
48*cdf0e10cSrcweir};
49*cdf0e10cSrcweirImage IMG_TYPE_XY_HC
50*cdf0e10cSrcweir{
51*cdf0e10cSrcweir	ImageBitmap = Bitmap { File = "typexy_16.png" ; };
52*cdf0e10cSrcweir	MaskColor = SC_HC_MASKCOLOR;
53*cdf0e10cSrcweir};
54*cdf0e10cSrcweirImage IMG_TYPE_AREA_HC
55*cdf0e10cSrcweir{
56*cdf0e10cSrcweir	ImageBitmap = Bitmap { File = "typearea_16.png" ; };
57*cdf0e10cSrcweir	MaskColor = SC_HC_MASKCOLOR;
58*cdf0e10cSrcweir};
59*cdf0e10cSrcweirImage IMG_TYPE_NET_HC
60*cdf0e10cSrcweir{
61*cdf0e10cSrcweir	ImageBitmap = Bitmap { File = "typenet_16.png" ; };
62*cdf0e10cSrcweir	MaskColor = SC_HC_MASKCOLOR;
63*cdf0e10cSrcweir};
64*cdf0e10cSrcweirImage IMG_TYPE_STOCK_HC
65*cdf0e10cSrcweir{
66*cdf0e10cSrcweir    ImageBitmap = Bitmap { File = "typestock_16.png" ; };
67*cdf0e10cSrcweir	MaskColor = SC_HC_MASKCOLOR;
68*cdf0e10cSrcweir};
69*cdf0e10cSrcweirImage IMG_TYPE_COLUMN_LINE_HC
70*cdf0e10cSrcweir{
71*cdf0e10cSrcweir    ImageBitmap = Bitmap { File = "typecolumnline_16.png" ; };
72*cdf0e10cSrcweir	MaskColor = SC_HC_MASKCOLOR;
73*cdf0e10cSrcweir};
74*cdf0e10cSrcweirImage IMG_TYPE_BUBBLE_HC
75*cdf0e10cSrcweir{
76*cdf0e10cSrcweir    ImageBitmap = Bitmap { File = "typebubble_16.png" ; };
77*cdf0e10cSrcweir    MaskColor = SC_HC_MASKCOLOR;
78*cdf0e10cSrcweir};
79*cdf0e10cSrcweirBitmap BMP_BUBBLE_1_HC
80*cdf0e10cSrcweir{
81*cdf0e10cSrcweir	File = "bubble_52x60_h.png" ;
82*cdf0e10cSrcweir};
83*cdf0e10cSrcweirBitmap BMP_AREAS_2D_HC
84*cdf0e10cSrcweir{
85*cdf0e10cSrcweir	File = "areas_52x60_h.png" ;
86*cdf0e10cSrcweir};
87*cdf0e10cSrcweirBitmap BMP_AREAS_2D_1_HC
88*cdf0e10cSrcweir{
89*cdf0e10cSrcweir	File = "areaspiled_52x60_h.png" ;
90*cdf0e10cSrcweir};
91*cdf0e10cSrcweirBitmap BMP_AREAS_2D_3_HC
92*cdf0e10cSrcweir{
93*cdf0e10cSrcweir	File = "areasfull_52x60_h.png" ;
94*cdf0e10cSrcweir};
95*cdf0e10cSrcweirBitmap BMP_AREAS_3D_HC
96*cdf0e10cSrcweir{
97*cdf0e10cSrcweir	File = "areaspiled3d_52x60_h.png" ;
98*cdf0e10cSrcweir};
99*cdf0e10cSrcweirBitmap BMP_AREAS_3D_1_HC
100*cdf0e10cSrcweir{
101*cdf0e10cSrcweir	File = "areas3d_52x60_h.png" ;
102*cdf0e10cSrcweir};
103*cdf0e10cSrcweirBitmap BMP_AREAS_3D_2_HC
104*cdf0e10cSrcweir{
105*cdf0e10cSrcweir	File = "areasfull3d_52x60_h.png" ;
106*cdf0e10cSrcweir};
107*cdf0e10cSrcweir//---------------------
108*cdf0e10cSrcweirBitmap BMP_BARS_2D_1_HC
109*cdf0e10cSrcweir{
110*cdf0e10cSrcweir	File = "bar_52x60_h.png" ;
111*cdf0e10cSrcweir};
112*cdf0e10cSrcweirBitmap BMP_BARS_2D_2_HC
113*cdf0e10cSrcweir{
114*cdf0e10cSrcweir	File = "barstack_52x60_h.png" ;
115*cdf0e10cSrcweir};
116*cdf0e10cSrcweirBitmap BMP_BARS_2D_3_HC
117*cdf0e10cSrcweir{
118*cdf0e10cSrcweir	File = "barpercent_52x60_h.png" ;
119*cdf0e10cSrcweir};
120*cdf0e10cSrcweirBitmap BMP_BARS_3D_HC
121*cdf0e10cSrcweir{
122*cdf0e10cSrcweir	File = "bar3ddeep_52x60_h.png" ;
123*cdf0e10cSrcweir};
124*cdf0e10cSrcweirBitmap BMP_BARS_3D_1_HC
125*cdf0e10cSrcweir{
126*cdf0e10cSrcweir	File = "bar3d_52x60_h.png" ;
127*cdf0e10cSrcweir};
128*cdf0e10cSrcweirBitmap BMP_BARS_3D_2_HC
129*cdf0e10cSrcweir{
130*cdf0e10cSrcweir	File = "barstack3d_52x60_h.png" ;
131*cdf0e10cSrcweir};
132*cdf0e10cSrcweirBitmap BMP_BARS_3D_3_HC
133*cdf0e10cSrcweir{
134*cdf0e10cSrcweir	File = "barpercent3d_52x60_h.png" ;
135*cdf0e10cSrcweir};
136*cdf0e10cSrcweir//---------------------
137*cdf0e10cSrcweirBitmap BMP_CIRCLES_2D_HC
138*cdf0e10cSrcweir{
139*cdf0e10cSrcweir	File = "pie_52x60_h.png" ;
140*cdf0e10cSrcweir};
141*cdf0e10cSrcweirBitmap BMP_CIRCLES_2D_EXPLODED_HC
142*cdf0e10cSrcweir{
143*cdf0e10cSrcweir	File = "pieexploded_52x60_h.png" ;
144*cdf0e10cSrcweir};
145*cdf0e10cSrcweirBitmap BMP_CIRCLES_3D_HC
146*cdf0e10cSrcweir{
147*cdf0e10cSrcweir	File = "pie3d_52x60_h.png" ;
148*cdf0e10cSrcweir};
149*cdf0e10cSrcweirBitmap BMP_CIRCLES_3D_EXPLODED_HC
150*cdf0e10cSrcweir{
151*cdf0e10cSrcweir	File = "pie3dexploded_52x60_h.png" ;
152*cdf0e10cSrcweir};
153*cdf0e10cSrcweir//---------------------
154*cdf0e10cSrcweirBitmap BMP_DONUT_2D_HC
155*cdf0e10cSrcweir{
156*cdf0e10cSrcweir    File = "donut_52x60_h.png" ;
157*cdf0e10cSrcweir};
158*cdf0e10cSrcweirBitmap BMP_DONUT_2D_EXPLODED_HC
159*cdf0e10cSrcweir{
160*cdf0e10cSrcweir	File = "donutexploded_52x60_h.png" ;
161*cdf0e10cSrcweir};
162*cdf0e10cSrcweirBitmap BMP_DONUT_3D_HC
163*cdf0e10cSrcweir{
164*cdf0e10cSrcweir    File = "donut3d_52x60_h.png" ;
165*cdf0e10cSrcweir};
166*cdf0e10cSrcweirBitmap BMP_DONUT_3D_EXPLODED_HC
167*cdf0e10cSrcweir{
168*cdf0e10cSrcweir    File = "donut3dexploded_52x60_h.png" ;
169*cdf0e10cSrcweir};
170*cdf0e10cSrcweir//---------------------
171*cdf0e10cSrcweirBitmap BMP_COLUMNS_2D_1_HC
172*cdf0e10cSrcweir{
173*cdf0e10cSrcweir	File = "columns_52x60_h.png" ;
174*cdf0e10cSrcweir};
175*cdf0e10cSrcweirBitmap BMP_COLUMNS_2D_2_HC
176*cdf0e10cSrcweir{
177*cdf0e10cSrcweir	File = "columnstack_52x60_h.png" ;
178*cdf0e10cSrcweir};
179*cdf0e10cSrcweirBitmap BMP_COLUMNS_2D_3_HC
180*cdf0e10cSrcweir{
181*cdf0e10cSrcweir	File = "columnpercent_52x60_h.png" ;
182*cdf0e10cSrcweir};
183*cdf0e10cSrcweirBitmap BMP_COLUMN_LINE_HC
184*cdf0e10cSrcweir{
185*cdf0e10cSrcweir	File = "columnline_52x60_h.png" ;
186*cdf0e10cSrcweir};
187*cdf0e10cSrcweirBitmap BMP_COLUMN_LINE_STACKED_HC
188*cdf0e10cSrcweir{
189*cdf0e10cSrcweir	File = "columnstackline_52x60_h.png" ;
190*cdf0e10cSrcweir};
191*cdf0e10cSrcweir//---------------------
192*cdf0e10cSrcweirBitmap BMP_COLUMNS_3D_HC
193*cdf0e10cSrcweir{
194*cdf0e10cSrcweir	File = "columns3ddeep_52x60_h.png" ;
195*cdf0e10cSrcweir};
196*cdf0e10cSrcweirBitmap BMP_COLUMNS_3D_1_HC
197*cdf0e10cSrcweir{
198*cdf0e10cSrcweir	File = "columns3d_52x60_h.png" ;
199*cdf0e10cSrcweir};
200*cdf0e10cSrcweirBitmap BMP_COLUMNS_3D_2_HC
201*cdf0e10cSrcweir{
202*cdf0e10cSrcweir	File = "columnstack3d_52x60_h.png" ;
203*cdf0e10cSrcweir};
204*cdf0e10cSrcweirBitmap BMP_COLUMNS_3D_3_HC
205*cdf0e10cSrcweir{
206*cdf0e10cSrcweir	File = "columnpercent3d_52x60_h.png" ;
207*cdf0e10cSrcweir};
208*cdf0e10cSrcweir//---------------------
209*cdf0e10cSrcweirBitmap BMP_KEGELQ_3D_1_HC
210*cdf0e10cSrcweir{
211*cdf0e10cSrcweir	File = "conehori_52x60_h.png" ;
212*cdf0e10cSrcweir};
213*cdf0e10cSrcweirBitmap BMP_KEGELQ_3D_2_HC
214*cdf0e10cSrcweir{
215*cdf0e10cSrcweir	File = "conehoristack_52x60_h.png" ;
216*cdf0e10cSrcweir};
217*cdf0e10cSrcweirBitmap BMP_KEGELQ_3D_3_HC
218*cdf0e10cSrcweir{
219*cdf0e10cSrcweir	File = "conehoripercent_52x60_h.png" ;
220*cdf0e10cSrcweir};
221*cdf0e10cSrcweirBitmap BMP_KEGELQ_3D_4_HC
222*cdf0e10cSrcweir{
223*cdf0e10cSrcweir	File = "conehorideep_52x60_h.png" ;
224*cdf0e10cSrcweir};
225*cdf0e10cSrcweirBitmap BMP_KEGEL_3D_1_HC
226*cdf0e10cSrcweir{
227*cdf0e10cSrcweir	File = "cone_52x60_h.png" ;
228*cdf0e10cSrcweir};
229*cdf0e10cSrcweirBitmap BMP_KEGEL_3D_2_HC
230*cdf0e10cSrcweir{
231*cdf0e10cSrcweir	File = "conestack_52x60_h.png" ;
232*cdf0e10cSrcweir};
233*cdf0e10cSrcweirBitmap BMP_KEGEL_3D_3_HC
234*cdf0e10cSrcweir{
235*cdf0e10cSrcweir	File = "conepercent_52x60_h.png" ;
236*cdf0e10cSrcweir};
237*cdf0e10cSrcweirBitmap BMP_KEGEL_3D_4_HC
238*cdf0e10cSrcweir{
239*cdf0e10cSrcweir	File = "conedeep_52x60_h.png" ;
240*cdf0e10cSrcweir};
241*cdf0e10cSrcweir//---------------------
242*cdf0e10cSrcweirBitmap BMP_POINTS_XVALUES_HC
243*cdf0e10cSrcweir{
244*cdf0e10cSrcweir	File = "valueaxisdirectpoints_52x60_h.png" ;
245*cdf0e10cSrcweir};
246*cdf0e10cSrcweirBitmap BMP_POINTS_XCATEGORY_HC
247*cdf0e10cSrcweir{
248*cdf0e10cSrcweir	File = "nostackdirectpoints_52x60_h.png" ;
249*cdf0e10cSrcweir};
250*cdf0e10cSrcweirBitmap BMP_POINTS_STACKED_HC
251*cdf0e10cSrcweir{
252*cdf0e10cSrcweir	File = "stackdirectpoints_52x60_h.png" ;
253*cdf0e10cSrcweir};
254*cdf0e10cSrcweir//---------------------
255*cdf0e10cSrcweir
256*cdf0e10cSrcweirBitmap BMP_LINE_P_XVALUES_HC
257*cdf0e10cSrcweir{
258*cdf0e10cSrcweir	File = "valueaxisdirectboth_52x60_h.png" ;
259*cdf0e10cSrcweir};
260*cdf0e10cSrcweirBitmap BMP_LINE_O_XVALUES_HC
261*cdf0e10cSrcweir{
262*cdf0e10cSrcweir	File = "valueaxisdirectlines_52x60_h.png" ;
263*cdf0e10cSrcweir};
264*cdf0e10cSrcweirBitmap BMP_LINE3D_XVALUES_HC
265*cdf0e10cSrcweir{
266*cdf0e10cSrcweir	File = "valueaxisdirect3d_52x60_h.png" ;
267*cdf0e10cSrcweir};
268*cdf0e10cSrcweir
269*cdf0e10cSrcweir
270*cdf0e10cSrcweirBitmap BMP_LINE_P_XCATEGORY_HC
271*cdf0e10cSrcweir{
272*cdf0e10cSrcweir	File = "nostackdirectboth_52x60_h.png" ;
273*cdf0e10cSrcweir};
274*cdf0e10cSrcweirBitmap BMP_LINE_O_XCATEGORY_HC
275*cdf0e10cSrcweir{
276*cdf0e10cSrcweir	File = "nostackdirectlines_52x60_h.png" ;
277*cdf0e10cSrcweir};
278*cdf0e10cSrcweirBitmap BMP_LINE3D_XCATEGORY_HC
279*cdf0e10cSrcweir{
280*cdf0e10cSrcweir	File = "nostackdirect3d_52x60_h.png" ;
281*cdf0e10cSrcweir};
282*cdf0e10cSrcweir
283*cdf0e10cSrcweir
284*cdf0e10cSrcweirBitmap BMP_LINE_P_STACKED_HC
285*cdf0e10cSrcweir{
286*cdf0e10cSrcweir	File = "stackdirectboth_52x60_h.png" ;
287*cdf0e10cSrcweir};
288*cdf0e10cSrcweirBitmap BMP_LINE_O_STACKED_HC
289*cdf0e10cSrcweir{
290*cdf0e10cSrcweir	File = "stackdirectlines_52x60_h.png" ;
291*cdf0e10cSrcweir};
292*cdf0e10cSrcweirBitmap BMP_LINE3D_STACKED_HC
293*cdf0e10cSrcweir{
294*cdf0e10cSrcweir	File = "stackdirect3d_52x60_h.png" ;
295*cdf0e10cSrcweir};
296*cdf0e10cSrcweir
297*cdf0e10cSrcweir//---------------------
298*cdf0e10cSrcweirBitmap BMP_LINE_P_XVALUES_SMOOTH_HC
299*cdf0e10cSrcweir{
300*cdf0e10cSrcweir	File = "valueaxissmoothboth_52x60_h.png" ;
301*cdf0e10cSrcweir};
302*cdf0e10cSrcweirBitmap BMP_LINE_O_XVALUES_SMOOTH_HC
303*cdf0e10cSrcweir{
304*cdf0e10cSrcweir	File = "valueaxissmoothlines_52x60_h.png" ;
305*cdf0e10cSrcweir};
306*cdf0e10cSrcweirBitmap BMP_LINE3D_XVALUES_SMOOTH_HC
307*cdf0e10cSrcweir{
308*cdf0e10cSrcweir	File = "valueaxissmooth3d_52x60_h.png" ;
309*cdf0e10cSrcweir};
310*cdf0e10cSrcweirBitmap BMP_LINE_P_XCATEGORY_SMOOTH_HC
311*cdf0e10cSrcweir{
312*cdf0e10cSrcweir	File = "nostacksmoothboth_52x60_h.png" ;
313*cdf0e10cSrcweir};
314*cdf0e10cSrcweirBitmap BMP_LINE_O_XCATEGORY_SMOOTH_HC
315*cdf0e10cSrcweir{
316*cdf0e10cSrcweir	File = "nostacksmoothlines_52x60_h.png" ;
317*cdf0e10cSrcweir};
318*cdf0e10cSrcweirBitmap BMP_LINE3D_XCATEGORY_SMOOTH_HC
319*cdf0e10cSrcweir{
320*cdf0e10cSrcweir	File = "nostacksmooth3d_52x60_h.png" ;
321*cdf0e10cSrcweir};
322*cdf0e10cSrcweirBitmap BMP_LINE_P_STACKED_SMOOTH_HC
323*cdf0e10cSrcweir{
324*cdf0e10cSrcweir	File = "stacksmoothboth_52x60_h.png" ;
325*cdf0e10cSrcweir};
326*cdf0e10cSrcweirBitmap BMP_LINE_O_STACKED_SMOOTH_HC
327*cdf0e10cSrcweir{
328*cdf0e10cSrcweir	File = "stacksmoothlines_52x60_h.png" ;
329*cdf0e10cSrcweir};
330*cdf0e10cSrcweirBitmap BMP_LINE3D_STACKED_SMOOTH_HC
331*cdf0e10cSrcweir{
332*cdf0e10cSrcweir	File = "stacksmooth3d_52x60_h.png" ;
333*cdf0e10cSrcweir};
334*cdf0e10cSrcweir//---------------------
335*cdf0e10cSrcweirBitmap BMP_NET_HC
336*cdf0e10cSrcweir{
337*cdf0e10cSrcweir	File = "net_52x60_h.png" ;
338*cdf0e10cSrcweir};
339*cdf0e10cSrcweirBitmap BMP_NET_STACK_HC
340*cdf0e10cSrcweir{
341*cdf0e10cSrcweir	File = "netstack_52x60_h.png" ;
342*cdf0e10cSrcweir};
343*cdf0e10cSrcweirBitmap BMP_NET_SYMB_HC
344*cdf0e10cSrcweir{
345*cdf0e10cSrcweir	File = "netpoint_52x60_h.png" ;
346*cdf0e10cSrcweir};
347*cdf0e10cSrcweirBitmap BMP_NET_SYMB_STACK_HC
348*cdf0e10cSrcweir{
349*cdf0e10cSrcweir	File = "netpointstack_52x60_h.png" ;
350*cdf0e10cSrcweir};
351*cdf0e10cSrcweirBitmap BMP_NET_LINESYMB_HC
352*cdf0e10cSrcweir{
353*cdf0e10cSrcweir	File = "netlinepoint_52x60_h.png" ;
354*cdf0e10cSrcweir};
355*cdf0e10cSrcweirBitmap BMP_NET_LINESYMB_STACK_HC
356*cdf0e10cSrcweir{
357*cdf0e10cSrcweir	File = "netlinepointstack_52x60_h.png" ;
358*cdf0e10cSrcweir};
359*cdf0e10cSrcweirBitmap BMP_NET_FILL_HC
360*cdf0e10cSrcweir{
361*cdf0e10cSrcweir	File = "netfill_52x60_h.png" ;
362*cdf0e10cSrcweir};
363*cdf0e10cSrcweirBitmap BMP_NET_FILL_STACK_HC
364*cdf0e10cSrcweir{
365*cdf0e10cSrcweir	File = "netstackfill_52x60_h.png" ;
366*cdf0e10cSrcweir};
367*cdf0e10cSrcweir//---------------------
368*cdf0e10cSrcweirBitmap BMP_PYRAMIDQ_3D_1_HC
369*cdf0e10cSrcweir{
370*cdf0e10cSrcweir	File = "pyramindhori_52x60_h.png" ;
371*cdf0e10cSrcweir};
372*cdf0e10cSrcweirBitmap BMP_PYRAMIDQ_3D_2_HC
373*cdf0e10cSrcweir{
374*cdf0e10cSrcweir	File = "pyramindhoristack_52x60_h.png" ;
375*cdf0e10cSrcweir};
376*cdf0e10cSrcweirBitmap BMP_PYRAMIDQ_3D_3_HC
377*cdf0e10cSrcweir{
378*cdf0e10cSrcweir	File = "pyramindhoripercent_52x60_h.png" ;
379*cdf0e10cSrcweir};
380*cdf0e10cSrcweirBitmap BMP_PYRAMIDQ_3D_4_HC
381*cdf0e10cSrcweir{
382*cdf0e10cSrcweir	File = "pyramindhorideep_52x60_h.png" ;
383*cdf0e10cSrcweir};
384*cdf0e10cSrcweirBitmap BMP_PYRAMID_3D_1_HC
385*cdf0e10cSrcweir{
386*cdf0e10cSrcweir	File = "pyramind_52x60_h.png" ;
387*cdf0e10cSrcweir};
388*cdf0e10cSrcweirBitmap BMP_PYRAMID_3D_2_HC
389*cdf0e10cSrcweir{
390*cdf0e10cSrcweir	File = "pyramindstack_52x60_h.png" ;
391*cdf0e10cSrcweir};
392*cdf0e10cSrcweirBitmap BMP_PYRAMID_3D_3_HC
393*cdf0e10cSrcweir{
394*cdf0e10cSrcweir	File = "pyramindpercent_52x60_h.png" ;
395*cdf0e10cSrcweir};
396*cdf0e10cSrcweirBitmap BMP_PYRAMID_3D_4_HC
397*cdf0e10cSrcweir{
398*cdf0e10cSrcweir	File = "pyraminddeep_52x60_h.png" ;
399*cdf0e10cSrcweir};
400*cdf0e10cSrcweir//---------------------
401*cdf0e10cSrcweirBitmap BMP_ROEHRE_3D_1_HC
402*cdf0e10cSrcweir{
403*cdf0e10cSrcweir	File = "cylinderhori_52x60_h.png" ;
404*cdf0e10cSrcweir};
405*cdf0e10cSrcweirBitmap BMP_ROEHRE_3D_2_HC
406*cdf0e10cSrcweir{
407*cdf0e10cSrcweir	File = "cylinderhoristack_52x60_h.png" ;
408*cdf0e10cSrcweir};
409*cdf0e10cSrcweirBitmap BMP_ROEHRE_3D_3_HC
410*cdf0e10cSrcweir{
411*cdf0e10cSrcweir	File = "cylinderhoriprocent_52x60_h.png" ;
412*cdf0e10cSrcweir};
413*cdf0e10cSrcweirBitmap BMP_ROEHRE_3D_4_HC
414*cdf0e10cSrcweir{
415*cdf0e10cSrcweir	File = "cylinderhorideep_52x60_h.png" ;
416*cdf0e10cSrcweir};
417*cdf0e10cSrcweir//---------------------
418*cdf0e10cSrcweirBitmap BMP_SAEULE_3D_1_HC
419*cdf0e10cSrcweir{
420*cdf0e10cSrcweir	File = "cylinder_52x60_h.png" ;
421*cdf0e10cSrcweir};
422*cdf0e10cSrcweirBitmap BMP_SAEULE_3D_2_HC
423*cdf0e10cSrcweir{
424*cdf0e10cSrcweir	File = "cylinderstack_52x60_h.png" ;
425*cdf0e10cSrcweir};
426*cdf0e10cSrcweirBitmap BMP_SAEULE_3D_3_HC
427*cdf0e10cSrcweir{
428*cdf0e10cSrcweir	File = "cylinderpercent_52x60_h.png" ;
429*cdf0e10cSrcweir};
430*cdf0e10cSrcweirBitmap BMP_SAEULE_3D_4_HC
431*cdf0e10cSrcweir{
432*cdf0e10cSrcweir	File = "cylinderdeep_52x60_h.png" ;
433*cdf0e10cSrcweir};
434*cdf0e10cSrcweir//---------------------
435*cdf0e10cSrcweirBitmap BMP_STOCK_1_HC
436*cdf0e10cSrcweir{
437*cdf0e10cSrcweir	File = "stock_52x60_h.png" ;
438*cdf0e10cSrcweir};
439*cdf0e10cSrcweirBitmap BMP_STOCK_2_HC
440*cdf0e10cSrcweir{
441*cdf0e10cSrcweir	File = "stockblock_52x60_h.png" ;
442*cdf0e10cSrcweir};
443*cdf0e10cSrcweirBitmap BMP_STOCK_3_HC
444*cdf0e10cSrcweir{
445*cdf0e10cSrcweir	File = "stockcolumns_52x60_h.png" ;
446*cdf0e10cSrcweir};
447*cdf0e10cSrcweirBitmap BMP_STOCK_4_HC
448*cdf0e10cSrcweir{
449*cdf0e10cSrcweir	File = "stockcolumnsattach_52x60_h.png" ;
450*cdf0e10cSrcweir};
451*cdf0e10cSrcweir//---------------------
452*cdf0e10cSrcweir//---------------------
453*cdf0e10cSrcweir//---------------------
454*cdf0e10cSrcweir//error indicator
455*cdf0e10cSrcweirImage BMP_INDICATE_BOTH_VERTI_HC
456*cdf0e10cSrcweir{
457*cdf0e10cSrcweir    ImageBitmap = Bitmap
458*cdf0e10cSrcweir    {
459*cdf0e10cSrcweir        File = "errorbothverti_30_h.png" ;
460*cdf0e10cSrcweir    };
461*cdf0e10cSrcweir};
462*cdf0e10cSrcweirImage BMP_INDICATE_DOWN_HC
463*cdf0e10cSrcweir{
464*cdf0e10cSrcweir    ImageBitmap = Bitmap
465*cdf0e10cSrcweir    {
466*cdf0e10cSrcweir        File = "errordown_30_h.png" ;
467*cdf0e10cSrcweir    };
468*cdf0e10cSrcweir};
469*cdf0e10cSrcweirImage BMP_INDICATE_UP_HC
470*cdf0e10cSrcweir{
471*cdf0e10cSrcweir    ImageBitmap = Bitmap
472*cdf0e10cSrcweir    {
473*cdf0e10cSrcweir        File = "errorup_30_h.png" ;
474*cdf0e10cSrcweir    };
475*cdf0e10cSrcweir};
476*cdf0e10cSrcweirImage BMP_INDICATE_BOTH_HORI_HC
477*cdf0e10cSrcweir{
478*cdf0e10cSrcweir    ImageBitmap = Bitmap
479*cdf0e10cSrcweir    {
480*cdf0e10cSrcweir        File = "errorbothhori_30_h.png" ;
481*cdf0e10cSrcweir    };
482*cdf0e10cSrcweir};
483*cdf0e10cSrcweirImage BMP_INDICATE_RIGHT_HC
484*cdf0e10cSrcweir{
485*cdf0e10cSrcweir    ImageBitmap = Bitmap
486*cdf0e10cSrcweir    {
487*cdf0e10cSrcweir        File = "errorright_30_h.png" ;
488*cdf0e10cSrcweir    };
489*cdf0e10cSrcweir};
490*cdf0e10cSrcweirImage BMP_INDICATE_LEFT_HC
491*cdf0e10cSrcweir{
492*cdf0e10cSrcweir    ImageBitmap = Bitmap
493*cdf0e10cSrcweir    {
494*cdf0e10cSrcweir        File = "errorleft_30_h.png" ;
495*cdf0e10cSrcweir    };
496*cdf0e10cSrcweir};
497*cdf0e10cSrcweir
498*cdf0e10cSrcweir//---------------------
499*cdf0e10cSrcweir//regression curves
500*cdf0e10cSrcweirImage BMP_REGRESSION_NONE_HC
501*cdf0e10cSrcweir{
502*cdf0e10cSrcweir    ImageBitmap = Bitmap
503*cdf0e10cSrcweir    {
504*cdf0e10cSrcweir        File = "regno_h.bmp" ;
505*cdf0e10cSrcweir    };
506*cdf0e10cSrcweir};
507*cdf0e10cSrcweirImage BMP_REGRESSION_LINEAR_HC
508*cdf0e10cSrcweir{
509*cdf0e10cSrcweir    ImageBitmap = Bitmap
510*cdf0e10cSrcweir    {
511*cdf0e10cSrcweir        File = "reglin_h.bmp" ;
512*cdf0e10cSrcweir    };
513*cdf0e10cSrcweir};
514*cdf0e10cSrcweirImage BMP_REGRESSION_LOG_HC
515*cdf0e10cSrcweir{
516*cdf0e10cSrcweir    ImageBitmap = Bitmap
517*cdf0e10cSrcweir    {
518*cdf0e10cSrcweir        File = "reglog_h.bmp" ;
519*cdf0e10cSrcweir    };
520*cdf0e10cSrcweir};
521*cdf0e10cSrcweirImage BMP_REGRESSION_EXP_HC
522*cdf0e10cSrcweir{
523*cdf0e10cSrcweir    ImageBitmap = Bitmap
524*cdf0e10cSrcweir    {
525*cdf0e10cSrcweir        File = "regexp_h.bmp" ;
526*cdf0e10cSrcweir    };
527*cdf0e10cSrcweir};
528*cdf0e10cSrcweirImage BMP_REGRESSION_POWER_HC
529*cdf0e10cSrcweir{
530*cdf0e10cSrcweir    ImageBitmap = Bitmap
531*cdf0e10cSrcweir    {
532*cdf0e10cSrcweir        File = "regpow_h.bmp" ;
533*cdf0e10cSrcweir    };
534*cdf0e10cSrcweir};
535*cdf0e10cSrcweir//---------------------
536*cdf0e10cSrcweirImage IMG_SELECTRANGE_HC
537*cdf0e10cSrcweir{
538*cdf0e10cSrcweir	ImageBitmap = Bitmap
539*cdf0e10cSrcweir	{
540*cdf0e10cSrcweir		File = "selectrange.png";
541*cdf0e10cSrcweir	};
542*cdf0e10cSrcweir    MaskColor = SC_HC_MASKCOLOR;
543*cdf0e10cSrcweir};
544