1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements.  See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership.  The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance
9 * with the License.  You may obtain a copy of the License at
10 *
11 *   http://www.apache.org/licenses/LICENSE-2.0
12 *
13 * Unless required by applicable law or agreed to in writing,
14 * software distributed under the License is distributed on an
15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16 * KIND, either express or implied.  See the License for the
17 * specific language governing permissions and limitations
18 * under the License.
19 *
20 *************************************************************/
21
22
23#include "Bitmaps.hrc"
24
25Image IMG_TYPE_COLUMN
26{
27	ImageBitmap = Bitmap { File = "typecolumn_16.png" ; };
28	MaskColor = STD_MASKCOLOR;
29};
30Image IMG_TYPE_BAR
31{
32	ImageBitmap = Bitmap { File = "typebar_16.png " ; };
33	MaskColor = STD_MASKCOLOR;
34};
35Image IMG_TYPE_PIE
36{
37	ImageBitmap = Bitmap { File = "typepie_16.png" ; };
38	MaskColor = STD_MASKCOLOR;
39};
40Image IMG_TYPE_LINE
41{
42	ImageBitmap = Bitmap { File = "typepointline_16.png" ; };
43	MaskColor = STD_MASKCOLOR;
44};
45Image IMG_TYPE_XY
46{
47	ImageBitmap = Bitmap { File = "typexy_16.png" ; };
48	MaskColor = STD_MASKCOLOR;
49};
50Image IMG_TYPE_AREA
51{
52	ImageBitmap = Bitmap { File = "typearea_16.png" ; };
53	MaskColor = STD_MASKCOLOR;
54};
55Image IMG_TYPE_NET
56{
57	ImageBitmap = Bitmap { File = "typenet_16.png" ; };
58	MaskColor = STD_MASKCOLOR;
59};
60Image IMG_TYPE_STOCK
61{
62	ImageBitmap = Bitmap { File = "typestock_16.png" ; };
63	MaskColor = STD_MASKCOLOR;
64};
65Image IMG_TYPE_COLUMN_LINE
66{
67	ImageBitmap = Bitmap { File = "typecolumnline_16.png" ; };
68	MaskColor = STD_MASKCOLOR;
69};
70Image IMG_TYPE_BUBBLE
71{
72	ImageBitmap = Bitmap { File = "typebubble_16.png" ; };
73	MaskColor = STD_MASKCOLOR;
74};
75Bitmap BMP_BUBBLE_1
76{
77	File = "bubble_52x60.png" ;
78};
79Bitmap BMP_AREAS_2D
80{
81	File = "areas_52x60.png" ;
82};
83Bitmap BMP_AREAS_2D_1
84{
85	File = "areaspiled_52x60.png" ;
86};
87Bitmap BMP_AREAS_2D_3
88{
89	File = "areasfull_52x60.png" ;
90};
91Bitmap BMP_AREAS_3D
92{
93	File = "areaspiled3d_52x60.png" ;
94};
95Bitmap BMP_AREAS_3D_1
96{
97	File = "areas3d_52x60.png" ;
98};
99Bitmap BMP_AREAS_3D_2
100{
101	File = "areasfull3d_52x60.png" ;
102};
103//---------------------
104Bitmap BMP_BARS_2D_1
105{
106	File = "bar_52x60.png" ;
107};
108Bitmap BMP_BARS_2D_2
109{
110	File = "barstack_52x60.png" ;
111};
112Bitmap BMP_BARS_2D_3
113{
114	File = "barpercent_52x60.png" ;
115};
116Bitmap BMP_BARS_3D
117{
118	File = "bar3ddeep_52x60.png" ;
119};
120Bitmap BMP_BARS_3D_1
121{
122	File = "bar3d_52x60.png" ;
123};
124Bitmap BMP_BARS_3D_2
125{
126	File = "barstack3d_52x60.png" ;
127};
128Bitmap BMP_BARS_3D_3
129{
130	File = "barpercent3d_52x60.png" ;
131};
132//---------------------
133Bitmap BMP_CIRCLES_2D
134{
135	File = "pie_52x60.png" ;
136};
137Bitmap BMP_CIRCLES_2D_EXPLODED
138{
139	File = "pieexploded_52x60.png" ;
140};
141Bitmap BMP_CIRCLES_3D
142{
143	File = "pie3d_52x60.png" ;
144};
145Bitmap BMP_CIRCLES_3D_EXPLODED
146{
147	File = "pie3dexploded_52x60.png" ;
148};
149//---------------------
150Bitmap BMP_DONUT_2D
151{
152    File = "donut_52x60.png" ;
153};
154Bitmap BMP_DONUT_2D_EXPLODED
155{
156	File = "donutexploded_52x60.png" ;
157};
158Bitmap BMP_DONUT_3D
159{
160    File = "donut3d_52x60.png" ;
161};
162Bitmap BMP_DONUT_3D_EXPLODED
163{
164    File = "donut3dexploded_52x60.png" ;
165};
166//---------------------
167Bitmap BMP_COLUMNS_2D_1
168{
169	File = "columns_52x60.png" ;
170};
171Bitmap BMP_COLUMNS_2D_2
172{
173	File = "columnstack_52x60.png" ;
174};
175Bitmap BMP_COLUMNS_2D_3
176{
177	File = "columnpercent_52x60.png" ;
178};
179Bitmap BMP_COLUMN_LINE
180{
181	File = "columnline_52x60.png" ;
182};
183Bitmap BMP_COLUMN_LINE_STACKED
184{
185	File = "columnstackline_52x60.png" ;
186};
187//---------------------
188Bitmap BMP_COLUMNS_3D
189{
190	File = "columns3ddeep_52x60.png" ;
191};
192Bitmap BMP_COLUMNS_3D_1
193{
194	File = "columns3d_52x60.png" ;
195};
196Bitmap BMP_COLUMNS_3D_2
197{
198	File = "columnstack3d_52x60.png" ;
199};
200Bitmap BMP_COLUMNS_3D_3
201{
202	File = "columnpercent3d_52x60.png" ;
203};
204//---------------------
205Bitmap BMP_KEGELQ_3D_1
206{
207	File = "conehori_52x60.png" ;
208};
209Bitmap BMP_KEGELQ_3D_2
210{
211	File = "conehoristack_52x60.png" ;
212};
213Bitmap BMP_KEGELQ_3D_3
214{
215	File = "conehoripercent_52x60.png" ;
216};
217Bitmap BMP_KEGELQ_3D_4
218{
219	File = "conehorideep_52x60.png" ;
220};
221Bitmap BMP_KEGEL_3D_1
222{
223	File = "cone_52x60.png" ;
224};
225Bitmap BMP_KEGEL_3D_2
226{
227	File = "conestack_52x60.png" ;
228};
229Bitmap BMP_KEGEL_3D_3
230{
231	File = "conepercent_52x60.png" ;
232};
233Bitmap BMP_KEGEL_3D_4
234{
235	File = "conedeep_52x60.png" ;
236};
237//---------------------
238Bitmap BMP_POINTS_XVALUES
239{
240	File = "valueaxisdirectpoints_52x60.png" ;
241};
242Bitmap BMP_POINTS_XCATEGORY
243{
244	File = "nostackdirectpoints_52x60.png" ;
245};
246Bitmap BMP_POINTS_STACKED
247{
248	File = "stackdirectpoints_52x60.png" ;
249};
250//---------------------
251
252Bitmap BMP_LINE_P_XVALUES
253{
254	File = "valueaxisdirectboth_52x60.png" ;
255};
256Bitmap BMP_LINE_O_XVALUES
257{
258	File = "valueaxisdirectlines_52x60.png" ;
259};
260Bitmap BMP_LINE3D_XVALUES
261{
262	File = "valueaxisdirect3d_52x60.png" ;
263};
264
265
266Bitmap BMP_LINE_P_XCATEGORY
267{
268	File = "nostackdirectboth_52x60.png" ;
269};
270Bitmap BMP_LINE_O_XCATEGORY
271{
272	File = "nostackdirectlines_52x60.png" ;
273};
274Bitmap BMP_LINE3D_XCATEGORY
275{
276	File = "nostackdirect3d_52x60.png" ;
277};
278
279
280Bitmap BMP_LINE_P_STACKED
281{
282	File = "stackdirectboth_52x60.png" ;
283};
284Bitmap BMP_LINE_O_STACKED
285{
286	File = "stackdirectlines_52x60.png" ;
287};
288Bitmap BMP_LINE3D_STACKED
289{
290	File = "stackdirect3d_52x60.png" ;
291};
292
293//---------------------
294Bitmap BMP_LINE_P_XVALUES_SMOOTH
295{
296	File = "valueaxissmoothboth_52x60.png" ;
297};
298Bitmap BMP_LINE_O_XVALUES_SMOOTH
299{
300	File = "valueaxissmoothlines_52x60.png" ;
301};
302Bitmap BMP_LINE3D_XVALUES_SMOOTH
303{
304	File = "valueaxissmooth3d_52x60.png" ;
305};
306Bitmap BMP_LINE_P_XCATEGORY_SMOOTH
307{
308	File = "nostacksmoothboth_52x60.png" ;
309};
310Bitmap BMP_LINE_O_XCATEGORY_SMOOTH
311{
312	File = "nostacksmoothlines_52x60.png" ;
313};
314Bitmap BMP_LINE3D_XCATEGORY_SMOOTH
315{
316	File = "nostacksmooth3d_52x60.png" ;
317};
318Bitmap BMP_LINE_P_STACKED_SMOOTH
319{
320	File = "stacksmoothboth_52x60.png" ;
321};
322Bitmap BMP_LINE_O_STACKED_SMOOTH
323{
324	File = "stacksmoothlines_52x60.png" ;
325};
326Bitmap BMP_LINE3D_STACKED_SMOOTH
327{
328	File = "stacksmooth3d_52x60.png" ;
329};
330//---------------------
331Bitmap BMP_NET
332{
333	File = "net_52x60.png" ;
334};
335Bitmap BMP_NET_STACK
336{
337	File = "netstack_52x60.png" ;
338};
339Bitmap BMP_NET_SYMB
340{
341	File = "netpoint_52x60.png" ;
342};
343Bitmap BMP_NET_SYMB_STACK
344{
345	File = "netpointstack_52x60.png" ;
346};
347Bitmap BMP_NET_LINESYMB
348{
349	File = "netlinepoint_52x60.png" ;
350};
351Bitmap BMP_NET_LINESYMB_STACK
352{
353	File = "netlinepointstack_52x60.png" ;
354};
355Bitmap BMP_NET_FILL
356{
357	File = "netfill_52x60.png" ;
358};
359Bitmap BMP_NET_FILL_STACK
360{
361	File = "netstackfill_52x60.png" ;
362};
363//---------------------
364Bitmap BMP_PYRAMIDQ_3D_1
365{
366	File = "pyramindhori_52x60.png" ;
367};
368Bitmap BMP_PYRAMIDQ_3D_2
369{
370	File = "pyramindhoristack_52x60.png" ;
371};
372Bitmap BMP_PYRAMIDQ_3D_3
373{
374	File = "pyramindhoripercent_52x60.png" ;
375};
376Bitmap BMP_PYRAMIDQ_3D_4
377{
378	File = "pyramindhorideep_52x60.png" ;
379};
380Bitmap BMP_PYRAMID_3D_1
381{
382	File = "pyramind_52x60.png" ;
383};
384Bitmap BMP_PYRAMID_3D_2
385{
386	File = "pyramindstack_52x60.png" ;
387};
388Bitmap BMP_PYRAMID_3D_3
389{
390	File = "pyramindpercent_52x60.png" ;
391};
392Bitmap BMP_PYRAMID_3D_4
393{
394	File = "pyraminddeep_52x60.png" ;
395};
396//---------------------
397Bitmap BMP_ROEHRE_3D_1
398{
399	File = "cylinderhori_52x60.png" ;
400};
401Bitmap BMP_ROEHRE_3D_2
402{
403	File = "cylinderhoristack_52x60.png" ;
404};
405Bitmap BMP_ROEHRE_3D_3
406{
407	File = "cylinderhoriprocent_52x60.png" ;
408};
409Bitmap BMP_ROEHRE_3D_4
410{
411	File = "cylinderhorideep_52x60.png" ;
412};
413//---------------------
414Bitmap BMP_SAEULE_3D_1
415{
416	File = "cylinder_52x60.png" ;
417};
418Bitmap BMP_SAEULE_3D_2
419{
420	File = "cylinderstack_52x60.png" ;
421};
422Bitmap BMP_SAEULE_3D_3
423{
424	File = "cylinderpercent_52x60.png" ;
425};
426Bitmap BMP_SAEULE_3D_4
427{
428	File = "cylinderdeep_52x60.png" ;
429};
430//---------------------
431Bitmap BMP_STOCK_1
432{
433	File = "stock_52x60.png" ;
434};
435Bitmap BMP_STOCK_2
436{
437	File = "stockblock_52x60.png" ;
438};
439Bitmap BMP_STOCK_3
440{
441	File = "stockcolumns_52x60.png" ;
442};
443Bitmap BMP_STOCK_4
444{
445	File = "stockcolumnsattach_52x60.png" ;
446};
447//---------------------
448//---------------------
449//---------------------
450//error indicator
451Image BMP_INDICATE_BOTH_VERTI
452{
453	ImageBitmap = Bitmap
454	{
455        File = "errorbothverti_30.png" ;
456    };
457};
458Image BMP_INDICATE_DOWN
459{
460	ImageBitmap = Bitmap
461	{
462        File = "errordown_30.png" ;
463    };
464};
465Image BMP_INDICATE_UP
466{
467	ImageBitmap = Bitmap
468	{
469        File = "errorup_30.png" ;
470    };
471};
472Image BMP_INDICATE_BOTH_HORI
473{
474	ImageBitmap = Bitmap
475	{
476        File = "errorbothhori_30.png" ;
477    };
478};
479Image BMP_INDICATE_RIGHT
480{
481	ImageBitmap = Bitmap
482	{
483        File = "errorright_30.png" ;
484    };
485};
486Image BMP_INDICATE_LEFT
487{
488	ImageBitmap = Bitmap
489	{
490        File = "errorleft_30.png" ;
491    };
492};
493
494//---------------------
495//regression curves
496Image BMP_REGRESSION_NONE
497{
498	ImageBitmap = Bitmap
499	{
500        File = "regno.bmp" ;
501    };
502};
503Image BMP_REGRESSION_LINEAR
504{
505	ImageBitmap = Bitmap
506	{
507        File = "reglin.bmp" ;
508    };
509};
510Image BMP_REGRESSION_LOG
511{
512	ImageBitmap = Bitmap
513	{
514        File = "reglog.bmp" ;
515    };
516};
517Image BMP_REGRESSION_EXP
518{
519	ImageBitmap = Bitmap
520	{
521        File = "regexp.bmp" ;
522    };
523};
524Image BMP_REGRESSION_POWER
525{
526	ImageBitmap = Bitmap
527	{
528        File = "regpow.bmp" ;
529    };
530};
531//---------------------
532Image IMG_SELECTRANGE
533{
534	ImageBitmap = Bitmap
535	{
536		File = "selectrange.png";
537	};
538    MaskColor = STD_MASKCOLOR;
539};
540