xref: /AOO41X/main/vcl/source/src/images.src (revision cdf0e10c4e3984b49a9502b011690b615761d4a3)
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
28*cdf0e10cSrcweir#define _SV_IMAGES_SRC
29*cdf0e10cSrcweir
30*cdf0e10cSrcweir#include <svids.hrc>
31*cdf0e10cSrcweir
32*cdf0e10cSrcweir// =======================================================================
33*cdf0e10cSrcweir
34*cdf0e10cSrcweirBitmap (SV_RESID_BITMAP_CHECK + SV_RESID_STDOFFSET)
35*cdf0e10cSrcweir{
36*cdf0e10cSrcweir	File = "check.bmp";
37*cdf0e10cSrcweir};
38*cdf0e10cSrcweir
39*cdf0e10cSrcweir
40*cdf0e10cSrcweirBitmap (SV_RESID_BITMAP_CHECK + SV_RESID_MONOOFFSET)
41*cdf0e10cSrcweir{
42*cdf0e10cSrcweir	File = "checkmono.bmp";
43*cdf0e10cSrcweir};
44*cdf0e10cSrcweir
45*cdf0e10cSrcweirBitmap (SV_RESID_BITMAP_SCROLLBMP)
46*cdf0e10cSrcweir{
47*cdf0e10cSrcweir	File = "scrbmp.bmp";
48*cdf0e10cSrcweir};
49*cdf0e10cSrcweir
50*cdf0e10cSrcweirBitmap (SV_RESID_BITMAP_SCROLLMSK)
51*cdf0e10cSrcweir{
52*cdf0e10cSrcweir	File = "scrmsk.bmp";
53*cdf0e10cSrcweir};
54*cdf0e10cSrcweir
55*cdf0e10cSrcweir// -----------------------------------------------------------------------
56*cdf0e10cSrcweir
57*cdf0e10cSrcweirBitmap (SV_RESID_BITMAP_RADIO + SV_RESID_STDOFFSET)
58*cdf0e10cSrcweir{
59*cdf0e10cSrcweir	File = "radio.bmp";
60*cdf0e10cSrcweir};
61*cdf0e10cSrcweir
62*cdf0e10cSrcweirBitmap (SV_RESID_BITMAP_RADIO + SV_RESID_MONOOFFSET)
63*cdf0e10cSrcweir{
64*cdf0e10cSrcweir	File = "radiomono.bmp";
65*cdf0e10cSrcweir};
66*cdf0e10cSrcweir
67*cdf0e10cSrcweir// -----------------------------------------------------------------------
68*cdf0e10cSrcweir
69*cdf0e10cSrcweirBitmap SV_RESID_BITMAP_MSGBOX
70*cdf0e10cSrcweir{
71*cdf0e10cSrcweir	File = "msgbox.png";
72*cdf0e10cSrcweir};
73*cdf0e10cSrcweir
74*cdf0e10cSrcweir// -----------------------------------------------------------------------
75*cdf0e10cSrcweir
76*cdf0e10cSrcweirBitmap SV_RESID_BITMAP_MSGBOX_HC
77*cdf0e10cSrcweir{
78*cdf0e10cSrcweir	File = "msgbox_hc.png";
79*cdf0e10cSrcweir};
80*cdf0e10cSrcweir
81*cdf0e10cSrcweir// -----------------------------------------------------------------------
82*cdf0e10cSrcweir
83*cdf0e10cSrcweirBitmap SV_RESID_BITMAP_PIN
84*cdf0e10cSrcweir{
85*cdf0e10cSrcweir	File = "pin.bmp";
86*cdf0e10cSrcweir};
87*cdf0e10cSrcweir
88*cdf0e10cSrcweir// -----------------------------------------------------------------------
89*cdf0e10cSrcweir
90*cdf0e10cSrcweirBitmap SV_RESID_BITMAP_CLOSEDOC
91*cdf0e10cSrcweir{
92*cdf0e10cSrcweir	File = "closedoc.bmp";
93*cdf0e10cSrcweir};
94*cdf0e10cSrcweir
95*cdf0e10cSrcweirBitmap SV_RESID_BITMAP_CLOSEDOCHC
96*cdf0e10cSrcweir{
97*cdf0e10cSrcweir	File = "closedochc.bmp";
98*cdf0e10cSrcweir};
99*cdf0e10cSrcweir
100*cdf0e10cSrcweir// -----------------------------------------------------------------------
101*cdf0e10cSrcweir
102*cdf0e10cSrcweirBitmap SV_RESID_BITMAP_SPLITHPIN
103*cdf0e10cSrcweir{
104*cdf0e10cSrcweir	File = "splhpin.bmp";
105*cdf0e10cSrcweir};
106*cdf0e10cSrcweir
107*cdf0e10cSrcweirBitmap SV_RESID_BITMAP_SPLITVPIN
108*cdf0e10cSrcweir{
109*cdf0e10cSrcweir	File = "splvpin.bmp";
110*cdf0e10cSrcweir};
111*cdf0e10cSrcweir
112*cdf0e10cSrcweirBitmap SV_RESID_BITMAP_SPLITHARW
113*cdf0e10cSrcweir{
114*cdf0e10cSrcweir	File = "splharw.bmp";
115*cdf0e10cSrcweir};
116*cdf0e10cSrcweir
117*cdf0e10cSrcweirBitmap SV_RESID_BITMAP_SPLITVARW
118*cdf0e10cSrcweir{
119*cdf0e10cSrcweir	File = "splvarw.bmp";
120*cdf0e10cSrcweir};
121*cdf0e10cSrcweir
122*cdf0e10cSrcweir// -----------------------------------------------------------------------
123*cdf0e10cSrcweir
124*cdf0e10cSrcweirBitmap (SV_ICON_SIZE48_START)
125*cdf0e10cSrcweir{
126*cdf0e10cSrcweir    File = "mainapp_48_8.png" ;
127*cdf0e10cSrcweir};
128*cdf0e10cSrcweir
129*cdf0e10cSrcweirBitmap (SV_ICON_SIZE32_START)
130*cdf0e10cSrcweir{
131*cdf0e10cSrcweir    File = "mainapp_32_8.png" ;
132*cdf0e10cSrcweir};
133*cdf0e10cSrcweir
134*cdf0e10cSrcweirBitmap (SV_ICON_SIZE16_START)
135*cdf0e10cSrcweir{
136*cdf0e10cSrcweir    File = "mainapp_16_8.png" ;
137*cdf0e10cSrcweir};
138*cdf0e10cSrcweir
139*cdf0e10cSrcweirBitmap (SV_ICON_SIZE48_START + SV_ICON_ID_OFFICE)
140*cdf0e10cSrcweir{
141*cdf0e10cSrcweir    File = "mainapp_48_8.png" ;
142*cdf0e10cSrcweir};
143*cdf0e10cSrcweir
144*cdf0e10cSrcweirBitmap (SV_ICON_SIZE32_START + SV_ICON_ID_OFFICE)
145*cdf0e10cSrcweir{
146*cdf0e10cSrcweir    File = "mainapp_32_8.png" ;
147*cdf0e10cSrcweir};
148*cdf0e10cSrcweir
149*cdf0e10cSrcweirBitmap (SV_ICON_SIZE16_START + SV_ICON_ID_OFFICE)
150*cdf0e10cSrcweir{
151*cdf0e10cSrcweir    File = "mainapp_16_8.png" ;
152*cdf0e10cSrcweir};
153*cdf0e10cSrcweir
154*cdf0e10cSrcweirBitmap (SV_ICON_SIZE48_START + SV_ICON_ID_TEXT)
155*cdf0e10cSrcweir{
156*cdf0e10cSrcweir    File = "odt_48_8.png" ;
157*cdf0e10cSrcweir};
158*cdf0e10cSrcweir
159*cdf0e10cSrcweirBitmap (SV_ICON_SIZE32_START + SV_ICON_ID_TEXT)
160*cdf0e10cSrcweir{
161*cdf0e10cSrcweir    File = "odt_32_8.png" ;
162*cdf0e10cSrcweir};
163*cdf0e10cSrcweir
164*cdf0e10cSrcweirBitmap (SV_ICON_SIZE16_START + SV_ICON_ID_TEXT)
165*cdf0e10cSrcweir{
166*cdf0e10cSrcweir    File = "odt_16_8.png" ;
167*cdf0e10cSrcweir};
168*cdf0e10cSrcweir
169*cdf0e10cSrcweirBitmap (SV_ICON_SIZE48_START + SV_ICON_ID_TEXT_TEMPLATE)
170*cdf0e10cSrcweir{
171*cdf0e10cSrcweir    File = "ott_48_8.png" ;
172*cdf0e10cSrcweir};
173*cdf0e10cSrcweir
174*cdf0e10cSrcweirBitmap (SV_ICON_SIZE32_START + SV_ICON_ID_TEXT_TEMPLATE)
175*cdf0e10cSrcweir{
176*cdf0e10cSrcweir    File = "ott_32_8.png" ;
177*cdf0e10cSrcweir};
178*cdf0e10cSrcweir
179*cdf0e10cSrcweirBitmap (SV_ICON_SIZE16_START + SV_ICON_ID_TEXT_TEMPLATE)
180*cdf0e10cSrcweir{
181*cdf0e10cSrcweir    File = "ott_16_8.png" ;
182*cdf0e10cSrcweir};
183*cdf0e10cSrcweir
184*cdf0e10cSrcweirBitmap (SV_ICON_SIZE48_START + SV_ICON_ID_SPREADSHEET)
185*cdf0e10cSrcweir{
186*cdf0e10cSrcweir    File = "ods_48_8.png" ;
187*cdf0e10cSrcweir};
188*cdf0e10cSrcweir
189*cdf0e10cSrcweirBitmap (SV_ICON_SIZE32_START + SV_ICON_ID_SPREADSHEET)
190*cdf0e10cSrcweir{
191*cdf0e10cSrcweir    File = "ods_32_8.png" ;
192*cdf0e10cSrcweir};
193*cdf0e10cSrcweir
194*cdf0e10cSrcweirBitmap (SV_ICON_SIZE16_START + SV_ICON_ID_SPREADSHEET)
195*cdf0e10cSrcweir{
196*cdf0e10cSrcweir    File = "ods_16_8.png" ;
197*cdf0e10cSrcweir};
198*cdf0e10cSrcweir
199*cdf0e10cSrcweirBitmap (SV_ICON_SIZE48_START + SV_ICON_ID_SPREADSHEET_TEMPLATE)
200*cdf0e10cSrcweir{
201*cdf0e10cSrcweir    File = "ots_48_8.png" ;
202*cdf0e10cSrcweir};
203*cdf0e10cSrcweir
204*cdf0e10cSrcweirBitmap (SV_ICON_SIZE32_START + SV_ICON_ID_SPREADSHEET_TEMPLATE)
205*cdf0e10cSrcweir{
206*cdf0e10cSrcweir    File = "ots_32_8.png" ;
207*cdf0e10cSrcweir};
208*cdf0e10cSrcweir
209*cdf0e10cSrcweirBitmap (SV_ICON_SIZE16_START + SV_ICON_ID_SPREADSHEET_TEMPLATE)
210*cdf0e10cSrcweir{
211*cdf0e10cSrcweir    File = "ots_16_8.png" ;
212*cdf0e10cSrcweir};
213*cdf0e10cSrcweir
214*cdf0e10cSrcweirBitmap (SV_ICON_SIZE48_START + SV_ICON_ID_DRAWING)
215*cdf0e10cSrcweir{
216*cdf0e10cSrcweir    File = "odg_48_8.png" ;
217*cdf0e10cSrcweir};
218*cdf0e10cSrcweir
219*cdf0e10cSrcweirBitmap (SV_ICON_SIZE32_START + SV_ICON_ID_DRAWING)
220*cdf0e10cSrcweir{
221*cdf0e10cSrcweir    File = "odg_32_8.png" ;
222*cdf0e10cSrcweir};
223*cdf0e10cSrcweir
224*cdf0e10cSrcweirBitmap (SV_ICON_SIZE16_START + SV_ICON_ID_DRAWING)
225*cdf0e10cSrcweir{
226*cdf0e10cSrcweir    File = "odg_16_8.png" ;
227*cdf0e10cSrcweir};
228*cdf0e10cSrcweir
229*cdf0e10cSrcweirBitmap (SV_ICON_SIZE48_START + SV_ICON_ID_DRAWING_TEMPLATE)
230*cdf0e10cSrcweir{
231*cdf0e10cSrcweir    File = "otg_48_8.png" ;
232*cdf0e10cSrcweir};
233*cdf0e10cSrcweir
234*cdf0e10cSrcweirBitmap (SV_ICON_SIZE32_START + SV_ICON_ID_DRAWING_TEMPLATE)
235*cdf0e10cSrcweir{
236*cdf0e10cSrcweir    File = "otg_32_8.png" ;
237*cdf0e10cSrcweir};
238*cdf0e10cSrcweir
239*cdf0e10cSrcweirBitmap (SV_ICON_SIZE16_START + SV_ICON_ID_DRAWING_TEMPLATE)
240*cdf0e10cSrcweir{
241*cdf0e10cSrcweir    File = "otg_16_8.png" ;
242*cdf0e10cSrcweir};
243*cdf0e10cSrcweir
244*cdf0e10cSrcweirBitmap (SV_ICON_SIZE48_START + SV_ICON_ID_PRESENTATION)
245*cdf0e10cSrcweir{
246*cdf0e10cSrcweir    File = "odp_48_8.png" ;
247*cdf0e10cSrcweir};
248*cdf0e10cSrcweir
249*cdf0e10cSrcweirBitmap (SV_ICON_SIZE32_START + SV_ICON_ID_PRESENTATION)
250*cdf0e10cSrcweir{
251*cdf0e10cSrcweir    File = "odp_32_8.png" ;
252*cdf0e10cSrcweir};
253*cdf0e10cSrcweir
254*cdf0e10cSrcweirBitmap (SV_ICON_SIZE16_START + SV_ICON_ID_PRESENTATION)
255*cdf0e10cSrcweir{
256*cdf0e10cSrcweir    File = "odp_16_8.png" ;
257*cdf0e10cSrcweir};
258*cdf0e10cSrcweir
259*cdf0e10cSrcweirBitmap (SV_ICON_SIZE48_START + SV_ICON_ID_PRESENTATION_TEMPLATE)
260*cdf0e10cSrcweir{
261*cdf0e10cSrcweir    File = "otp_48_8.png" ;
262*cdf0e10cSrcweir};
263*cdf0e10cSrcweir
264*cdf0e10cSrcweirBitmap (SV_ICON_SIZE32_START + SV_ICON_ID_PRESENTATION_TEMPLATE)
265*cdf0e10cSrcweir{
266*cdf0e10cSrcweir    File = "otp_32_8.png" ;
267*cdf0e10cSrcweir};
268*cdf0e10cSrcweir
269*cdf0e10cSrcweirBitmap (SV_ICON_SIZE16_START + SV_ICON_ID_PRESENTATION_TEMPLATE)
270*cdf0e10cSrcweir{
271*cdf0e10cSrcweir    File = "otp_16_8.png" ;
272*cdf0e10cSrcweir};
273*cdf0e10cSrcweir
274*cdf0e10cSrcweirBitmap (SV_ICON_SIZE48_START + SV_ICON_ID_PRESENTATION_COMPRESSED)
275*cdf0e10cSrcweir{
276*cdf0e10cSrcweir    File = "odp_48_8.png" ;
277*cdf0e10cSrcweir};
278*cdf0e10cSrcweir
279*cdf0e10cSrcweirBitmap (SV_ICON_SIZE32_START + SV_ICON_ID_PRESENTATION_COMPRESSED)
280*cdf0e10cSrcweir{
281*cdf0e10cSrcweir    File = "odp_32_8.png" ;
282*cdf0e10cSrcweir};
283*cdf0e10cSrcweir
284*cdf0e10cSrcweirBitmap (SV_ICON_SIZE16_START + SV_ICON_ID_PRESENTATION_COMPRESSED)
285*cdf0e10cSrcweir{
286*cdf0e10cSrcweir    File = "odp_16_8.png" ;
287*cdf0e10cSrcweir};
288*cdf0e10cSrcweir
289*cdf0e10cSrcweirBitmap (SV_ICON_SIZE48_START + SV_ICON_ID_MASTER_DOCUMENT)
290*cdf0e10cSrcweir{
291*cdf0e10cSrcweir    File = "odm_48_8.png" ;
292*cdf0e10cSrcweir};
293*cdf0e10cSrcweir
294*cdf0e10cSrcweirBitmap (SV_ICON_SIZE32_START + SV_ICON_ID_MASTER_DOCUMENT)
295*cdf0e10cSrcweir{
296*cdf0e10cSrcweir    File = "odm_32_8.png" ;
297*cdf0e10cSrcweir};
298*cdf0e10cSrcweir
299*cdf0e10cSrcweirBitmap (SV_ICON_SIZE16_START + SV_ICON_ID_MASTER_DOCUMENT)
300*cdf0e10cSrcweir{
301*cdf0e10cSrcweir    File = "odm_16_8.png" ;
302*cdf0e10cSrcweir};
303*cdf0e10cSrcweir
304*cdf0e10cSrcweirBitmap (SV_ICON_SIZE48_START + SV_ICON_ID_HTML_DOCUMENT)
305*cdf0e10cSrcweir{
306*cdf0e10cSrcweir    File = "oth_48_8.png" ;
307*cdf0e10cSrcweir};
308*cdf0e10cSrcweir
309*cdf0e10cSrcweirBitmap (SV_ICON_SIZE32_START + SV_ICON_ID_HTML_DOCUMENT)
310*cdf0e10cSrcweir{
311*cdf0e10cSrcweir    File = "oth_32_8.png" ;
312*cdf0e10cSrcweir};
313*cdf0e10cSrcweir
314*cdf0e10cSrcweirBitmap (SV_ICON_SIZE16_START + SV_ICON_ID_HTML_DOCUMENT)
315*cdf0e10cSrcweir{
316*cdf0e10cSrcweir    File = "oth_16_8.png" ;
317*cdf0e10cSrcweir};
318*cdf0e10cSrcweir
319*cdf0e10cSrcweirBitmap (SV_ICON_SIZE48_START + SV_ICON_ID_CHART)
320*cdf0e10cSrcweir{
321*cdf0e10cSrcweir    File = "mainapp_48_8.png" ;
322*cdf0e10cSrcweir};
323*cdf0e10cSrcweir
324*cdf0e10cSrcweirBitmap (SV_ICON_SIZE32_START + SV_ICON_ID_CHART)
325*cdf0e10cSrcweir{
326*cdf0e10cSrcweir    File = "mainapp_32_8.png" ;
327*cdf0e10cSrcweir};
328*cdf0e10cSrcweir
329*cdf0e10cSrcweirBitmap (SV_ICON_SIZE16_START + SV_ICON_ID_CHART)
330*cdf0e10cSrcweir{
331*cdf0e10cSrcweir    File = "mainapp_16_8.png" ;
332*cdf0e10cSrcweir};
333*cdf0e10cSrcweir
334*cdf0e10cSrcweirBitmap (SV_ICON_SIZE48_START + SV_ICON_ID_DATABASE)
335*cdf0e10cSrcweir{
336*cdf0e10cSrcweir    File = "odb_48_8.png" ;
337*cdf0e10cSrcweir};
338*cdf0e10cSrcweir
339*cdf0e10cSrcweirBitmap (SV_ICON_SIZE32_START + SV_ICON_ID_DATABASE)
340*cdf0e10cSrcweir{
341*cdf0e10cSrcweir    File = "odb_32_8.png" ;
342*cdf0e10cSrcweir};
343*cdf0e10cSrcweir
344*cdf0e10cSrcweirBitmap (SV_ICON_SIZE16_START + SV_ICON_ID_DATABASE)
345*cdf0e10cSrcweir{
346*cdf0e10cSrcweir    File = "odb_16_8.png" ;
347*cdf0e10cSrcweir};
348*cdf0e10cSrcweir
349*cdf0e10cSrcweirBitmap (SV_ICON_SIZE48_START + SV_ICON_ID_FORMULA)
350*cdf0e10cSrcweir{
351*cdf0e10cSrcweir    File = "odf_48_8.png" ;
352*cdf0e10cSrcweir};
353*cdf0e10cSrcweir
354*cdf0e10cSrcweirBitmap (SV_ICON_SIZE32_START + SV_ICON_ID_FORMULA)
355*cdf0e10cSrcweir{
356*cdf0e10cSrcweir    File = "odf_32_8.png" ;
357*cdf0e10cSrcweir};
358*cdf0e10cSrcweir
359*cdf0e10cSrcweirBitmap (SV_ICON_SIZE16_START + SV_ICON_ID_FORMULA)
360*cdf0e10cSrcweir{
361*cdf0e10cSrcweir    File = "odf_16_8.png" ;
362*cdf0e10cSrcweir};
363*cdf0e10cSrcweir
364*cdf0e10cSrcweirBitmap (SV_ICON_SIZE48_START + SV_ICON_ID_TEMPLATE)
365*cdf0e10cSrcweir{
366*cdf0e10cSrcweir    File = "mainapp_48_8.png" ;
367*cdf0e10cSrcweir};
368*cdf0e10cSrcweir
369*cdf0e10cSrcweirBitmap (SV_ICON_SIZE32_START + SV_ICON_ID_TEMPLATE)
370*cdf0e10cSrcweir{
371*cdf0e10cSrcweir    File = "mainapp_32_8.png" ;
372*cdf0e10cSrcweir};
373*cdf0e10cSrcweir
374*cdf0e10cSrcweirBitmap (SV_ICON_SIZE16_START + SV_ICON_ID_TEMPLATE)
375*cdf0e10cSrcweir{
376*cdf0e10cSrcweir    File = "mainapp_16_8.png" ;
377*cdf0e10cSrcweir};
378*cdf0e10cSrcweir
379*cdf0e10cSrcweirBitmap (SV_ICON_SIZE48_START + SV_ICON_ID_MACRO)
380*cdf0e10cSrcweir{
381*cdf0e10cSrcweir    File = "mainapp_48_8.png" ;
382*cdf0e10cSrcweir};
383*cdf0e10cSrcweir
384*cdf0e10cSrcweirBitmap (SV_ICON_SIZE32_START + SV_ICON_ID_MACRO)
385*cdf0e10cSrcweir{
386*cdf0e10cSrcweir    File = "mainapp_32_8.png" ;
387*cdf0e10cSrcweir};
388*cdf0e10cSrcweir
389*cdf0e10cSrcweirBitmap (SV_ICON_SIZE16_START + SV_ICON_ID_MACRO)
390*cdf0e10cSrcweir{
391*cdf0e10cSrcweir    File = "mainapp_16_8.png" ;
392*cdf0e10cSrcweir};
393*cdf0e10cSrcweir
394*cdf0e10cSrcweirBitmap (SV_ICON_SIZE48_START + SV_ICON_ID_PRINTERADMIN)
395*cdf0e10cSrcweir{
396*cdf0e10cSrcweir    File = "printeradmin_48_8.png" ;
397*cdf0e10cSrcweir};
398*cdf0e10cSrcweir
399*cdf0e10cSrcweirBitmap (SV_ICON_SIZE32_START + SV_ICON_ID_PRINTERADMIN)
400*cdf0e10cSrcweir{
401*cdf0e10cSrcweir    File = "printeradmin_32_8.png" ;
402*cdf0e10cSrcweir};
403*cdf0e10cSrcweir
404*cdf0e10cSrcweirBitmap (SV_ICON_SIZE16_START + SV_ICON_ID_PRINTERADMIN)
405*cdf0e10cSrcweir{
406*cdf0e10cSrcweir    File = "printeradmin_16_8.png" ;
407*cdf0e10cSrcweir};
408*cdf0e10cSrcweir
409*cdf0e10cSrcweir// -----------------------------------------------------------------------
410*cdf0e10cSrcweir
411*cdf0e10cSrcweir
412*cdf0e10cSrcweirBitmap (SV_ICON_LARGE_START)
413*cdf0e10cSrcweir{
414*cdf0e10cSrcweir    File = "mainapp_32.png" ;
415*cdf0e10cSrcweir};
416*cdf0e10cSrcweir
417*cdf0e10cSrcweirBitmap (SV_ICON_SMALL_START)
418*cdf0e10cSrcweir{
419*cdf0e10cSrcweir    File = "mainapp_16.png" ;
420*cdf0e10cSrcweir};
421*cdf0e10cSrcweir
422*cdf0e10cSrcweirBitmap (SV_ICON_LARGE_HC_START)
423*cdf0e10cSrcweir{
424*cdf0e10cSrcweir    File = "mainapp_32_h.png" ;
425*cdf0e10cSrcweir};
426*cdf0e10cSrcweir
427*cdf0e10cSrcweirBitmap (SV_ICON_SMALL_HC_START)
428*cdf0e10cSrcweir{
429*cdf0e10cSrcweir    File = "mainapp_16_h.png" ;
430*cdf0e10cSrcweir};
431*cdf0e10cSrcweir
432*cdf0e10cSrcweirBitmap (SV_ICON_LARGE_START + SV_ICON_ID_OFFICE)
433*cdf0e10cSrcweir{
434*cdf0e10cSrcweir    File = "mainapp_32.png" ;
435*cdf0e10cSrcweir};
436*cdf0e10cSrcweir
437*cdf0e10cSrcweirBitmap (SV_ICON_SMALL_START + SV_ICON_ID_OFFICE)
438*cdf0e10cSrcweir{
439*cdf0e10cSrcweir    File = "mainapp_16.png" ;
440*cdf0e10cSrcweir};
441*cdf0e10cSrcweir
442*cdf0e10cSrcweirBitmap (SV_ICON_LARGE_HC_START + SV_ICON_ID_OFFICE)
443*cdf0e10cSrcweir{
444*cdf0e10cSrcweir    File = "mainapp_32_h.png" ;
445*cdf0e10cSrcweir};
446*cdf0e10cSrcweir
447*cdf0e10cSrcweirBitmap (SV_ICON_SMALL_HC_START + SV_ICON_ID_OFFICE)
448*cdf0e10cSrcweir{
449*cdf0e10cSrcweir    File = "mainapp_16_h" ;
450*cdf0e10cSrcweir};
451*cdf0e10cSrcweir
452*cdf0e10cSrcweirBitmap (SV_ICON_LARGE_START + SV_ICON_ID_TEXT)
453*cdf0e10cSrcweir{
454*cdf0e10cSrcweir    File = "lx03251.png" ;
455*cdf0e10cSrcweir};
456*cdf0e10cSrcweir
457*cdf0e10cSrcweirBitmap (SV_ICON_SMALL_START + SV_ICON_ID_TEXT)
458*cdf0e10cSrcweir{
459*cdf0e10cSrcweir    File = "sx03251.png" ;
460*cdf0e10cSrcweir};
461*cdf0e10cSrcweir
462*cdf0e10cSrcweirBitmap (SV_ICON_LARGE_HC_START + SV_ICON_ID_TEXT)
463*cdf0e10cSrcweir{
464*cdf0e10cSrcweir    File = "lxh03251.png" ;
465*cdf0e10cSrcweir};
466*cdf0e10cSrcweir
467*cdf0e10cSrcweirBitmap (SV_ICON_SMALL_HC_START + SV_ICON_ID_TEXT)
468*cdf0e10cSrcweir{
469*cdf0e10cSrcweir    File = "sxh03251.png" ;
470*cdf0e10cSrcweir};
471*cdf0e10cSrcweir
472*cdf0e10cSrcweirBitmap (SV_ICON_LARGE_START + SV_ICON_ID_TEXT_TEMPLATE)
473*cdf0e10cSrcweir{
474*cdf0e10cSrcweir    File = "lx03255.png" ;
475*cdf0e10cSrcweir};
476*cdf0e10cSrcweir
477*cdf0e10cSrcweirBitmap (SV_ICON_SMALL_START + SV_ICON_ID_TEXT_TEMPLATE)
478*cdf0e10cSrcweir{
479*cdf0e10cSrcweir    File = "sx03255.png" ;
480*cdf0e10cSrcweir};
481*cdf0e10cSrcweir
482*cdf0e10cSrcweirBitmap (SV_ICON_LARGE_HC_START + SV_ICON_ID_TEXT_TEMPLATE)
483*cdf0e10cSrcweir{
484*cdf0e10cSrcweir    File = "lxh03255.png" ;
485*cdf0e10cSrcweir};
486*cdf0e10cSrcweir
487*cdf0e10cSrcweirBitmap (SV_ICON_SMALL_HC_START + SV_ICON_ID_TEXT_TEMPLATE)
488*cdf0e10cSrcweir{
489*cdf0e10cSrcweir    File = "sxh03255.png" ;
490*cdf0e10cSrcweir};
491*cdf0e10cSrcweir
492*cdf0e10cSrcweirBitmap (SV_ICON_LARGE_START + SV_ICON_ID_SPREADSHEET)
493*cdf0e10cSrcweir{
494*cdf0e10cSrcweir    File = "lx03250.png" ;
495*cdf0e10cSrcweir};
496*cdf0e10cSrcweir
497*cdf0e10cSrcweirBitmap (SV_ICON_SMALL_START + SV_ICON_ID_SPREADSHEET)
498*cdf0e10cSrcweir{
499*cdf0e10cSrcweir    File = "sx03250.png" ;
500*cdf0e10cSrcweir};
501*cdf0e10cSrcweir
502*cdf0e10cSrcweirBitmap (SV_ICON_LARGE_HC_START + SV_ICON_ID_SPREADSHEET)
503*cdf0e10cSrcweir{
504*cdf0e10cSrcweir    File = "lxh03250.png" ;
505*cdf0e10cSrcweir};
506*cdf0e10cSrcweir
507*cdf0e10cSrcweirBitmap (SV_ICON_SMALL_HC_START + SV_ICON_ID_SPREADSHEET)
508*cdf0e10cSrcweir{
509*cdf0e10cSrcweir    File = "sxh03250.png" ;
510*cdf0e10cSrcweir};
511*cdf0e10cSrcweir
512*cdf0e10cSrcweirBitmap (SV_ICON_LARGE_START + SV_ICON_ID_SPREADSHEET_TEMPLATE)
513*cdf0e10cSrcweir{
514*cdf0e10cSrcweir    File = "lx03254.png" ;
515*cdf0e10cSrcweir};
516*cdf0e10cSrcweir
517*cdf0e10cSrcweirBitmap (SV_ICON_SMALL_START + SV_ICON_ID_SPREADSHEET_TEMPLATE)
518*cdf0e10cSrcweir{
519*cdf0e10cSrcweir    File = "sx03254.png" ;
520*cdf0e10cSrcweir};
521*cdf0e10cSrcweir
522*cdf0e10cSrcweirBitmap (SV_ICON_LARGE_HC_START + SV_ICON_ID_SPREADSHEET_TEMPLATE)
523*cdf0e10cSrcweir{
524*cdf0e10cSrcweir    File = "lxh03254.png" ;
525*cdf0e10cSrcweir};
526*cdf0e10cSrcweir
527*cdf0e10cSrcweirBitmap (SV_ICON_SMALL_HC_START + SV_ICON_ID_SPREADSHEET_TEMPLATE)
528*cdf0e10cSrcweir{
529*cdf0e10cSrcweir    File = "sxh03254.png" ;
530*cdf0e10cSrcweir};
531*cdf0e10cSrcweir
532*cdf0e10cSrcweirBitmap (SV_ICON_LARGE_START + SV_ICON_ID_DRAWING)
533*cdf0e10cSrcweir{
534*cdf0e10cSrcweir    File = "lx03246.png" ;
535*cdf0e10cSrcweir};
536*cdf0e10cSrcweir
537*cdf0e10cSrcweirBitmap (SV_ICON_SMALL_START + SV_ICON_ID_DRAWING)
538*cdf0e10cSrcweir{
539*cdf0e10cSrcweir    File = "sx03246.png" ;
540*cdf0e10cSrcweir};
541*cdf0e10cSrcweir
542*cdf0e10cSrcweirBitmap (SV_ICON_LARGE_HC_START + SV_ICON_ID_DRAWING)
543*cdf0e10cSrcweir{
544*cdf0e10cSrcweir    File = "lxh03246.png" ;
545*cdf0e10cSrcweir};
546*cdf0e10cSrcweir
547*cdf0e10cSrcweirBitmap (SV_ICON_SMALL_HC_START + SV_ICON_ID_DRAWING)
548*cdf0e10cSrcweir{
549*cdf0e10cSrcweir    File = "sxh03246.png" ;
550*cdf0e10cSrcweir};
551*cdf0e10cSrcweir
552*cdf0e10cSrcweirBitmap (SV_ICON_LARGE_START + SV_ICON_ID_DRAWING_TEMPLATE)
553*cdf0e10cSrcweir{
554*cdf0e10cSrcweir    File = "lx03252.png" ;
555*cdf0e10cSrcweir};
556*cdf0e10cSrcweir
557*cdf0e10cSrcweirBitmap (SV_ICON_SMALL_START + SV_ICON_ID_DRAWING_TEMPLATE)
558*cdf0e10cSrcweir{
559*cdf0e10cSrcweir    File = "sx03252.png" ;
560*cdf0e10cSrcweir};
561*cdf0e10cSrcweir
562*cdf0e10cSrcweirBitmap (SV_ICON_LARGE_HC_START + SV_ICON_ID_DRAWING_TEMPLATE)
563*cdf0e10cSrcweir{
564*cdf0e10cSrcweir    File = "lxh03252.png" ;
565*cdf0e10cSrcweir};
566*cdf0e10cSrcweir
567*cdf0e10cSrcweirBitmap (SV_ICON_SMALL_HC_START + SV_ICON_ID_DRAWING_TEMPLATE)
568*cdf0e10cSrcweir{
569*cdf0e10cSrcweir    File = "sxh03252.png" ;
570*cdf0e10cSrcweir};
571*cdf0e10cSrcweir
572*cdf0e10cSrcweirBitmap (SV_ICON_LARGE_START + SV_ICON_ID_PRESENTATION)
573*cdf0e10cSrcweir{
574*cdf0e10cSrcweir    File = "lx03249.png" ;
575*cdf0e10cSrcweir};
576*cdf0e10cSrcweir
577*cdf0e10cSrcweirBitmap (SV_ICON_SMALL_START + SV_ICON_ID_PRESENTATION)
578*cdf0e10cSrcweir{
579*cdf0e10cSrcweir    File = "sx03249.png" ;
580*cdf0e10cSrcweir};
581*cdf0e10cSrcweir
582*cdf0e10cSrcweirBitmap (SV_ICON_LARGE_HC_START + SV_ICON_ID_PRESENTATION)
583*cdf0e10cSrcweir{
584*cdf0e10cSrcweir    File = "lxh03249.png" ;
585*cdf0e10cSrcweir};
586*cdf0e10cSrcweir
587*cdf0e10cSrcweirBitmap (SV_ICON_SMALL_HC_START + SV_ICON_ID_PRESENTATION)
588*cdf0e10cSrcweir{
589*cdf0e10cSrcweir    File = "sxh03249.png" ;
590*cdf0e10cSrcweir};
591*cdf0e10cSrcweir
592*cdf0e10cSrcweirBitmap (SV_ICON_LARGE_START + SV_ICON_ID_PRESENTATION_TEMPLATE)
593*cdf0e10cSrcweir{
594*cdf0e10cSrcweir    File = "lx03253.png" ;
595*cdf0e10cSrcweir};
596*cdf0e10cSrcweir
597*cdf0e10cSrcweirBitmap (SV_ICON_SMALL_START + SV_ICON_ID_PRESENTATION_TEMPLATE)
598*cdf0e10cSrcweir{
599*cdf0e10cSrcweir    File = "sx03253.png" ;
600*cdf0e10cSrcweir};
601*cdf0e10cSrcweir
602*cdf0e10cSrcweirBitmap (SV_ICON_LARGE_HC_START + SV_ICON_ID_PRESENTATION_TEMPLATE)
603*cdf0e10cSrcweir{
604*cdf0e10cSrcweir    File = "lxh03253.png" ;
605*cdf0e10cSrcweir};
606*cdf0e10cSrcweir
607*cdf0e10cSrcweirBitmap (SV_ICON_SMALL_HC_START + SV_ICON_ID_PRESENTATION_TEMPLATE)
608*cdf0e10cSrcweir{
609*cdf0e10cSrcweir    File = "sxh03253.png" ;
610*cdf0e10cSrcweir};
611*cdf0e10cSrcweir
612*cdf0e10cSrcweirBitmap (SV_ICON_LARGE_START + SV_ICON_ID_PRESENTATION_COMPRESSED)
613*cdf0e10cSrcweir{
614*cdf0e10cSrcweir    File = "lx03241.png" ;
615*cdf0e10cSrcweir};
616*cdf0e10cSrcweir
617*cdf0e10cSrcweirBitmap (SV_ICON_SMALL_START + SV_ICON_ID_PRESENTATION_COMPRESSED)
618*cdf0e10cSrcweir{
619*cdf0e10cSrcweir    File = "sx03241.png" ;
620*cdf0e10cSrcweir};
621*cdf0e10cSrcweir
622*cdf0e10cSrcweirBitmap (SV_ICON_LARGE_HC_START + SV_ICON_ID_PRESENTATION_COMPRESSED)
623*cdf0e10cSrcweir{
624*cdf0e10cSrcweir    File = "lxh03241.png" ;
625*cdf0e10cSrcweir};
626*cdf0e10cSrcweir
627*cdf0e10cSrcweirBitmap (SV_ICON_SMALL_HC_START + SV_ICON_ID_PRESENTATION_COMPRESSED)
628*cdf0e10cSrcweir{
629*cdf0e10cSrcweir    File = "sxh03241.png" ;
630*cdf0e10cSrcweir};
631*cdf0e10cSrcweir
632*cdf0e10cSrcweirBitmap (SV_ICON_LARGE_START + SV_ICON_ID_MASTER_DOCUMENT)
633*cdf0e10cSrcweir{
634*cdf0e10cSrcweir    File = "lx03248.png" ;
635*cdf0e10cSrcweir};
636*cdf0e10cSrcweir
637*cdf0e10cSrcweirBitmap (SV_ICON_SMALL_START + SV_ICON_ID_MASTER_DOCUMENT)
638*cdf0e10cSrcweir{
639*cdf0e10cSrcweir    File = "sx03248.png" ;
640*cdf0e10cSrcweir};
641*cdf0e10cSrcweir
642*cdf0e10cSrcweirBitmap (SV_ICON_LARGE_HC_START + SV_ICON_ID_MASTER_DOCUMENT)
643*cdf0e10cSrcweir{
644*cdf0e10cSrcweir    File = "lxh03248.png" ;
645*cdf0e10cSrcweir};
646*cdf0e10cSrcweir
647*cdf0e10cSrcweirBitmap (SV_ICON_SMALL_HC_START + SV_ICON_ID_MASTER_DOCUMENT)
648*cdf0e10cSrcweir{
649*cdf0e10cSrcweir    File = "sxh03248.png" ;
650*cdf0e10cSrcweir};
651*cdf0e10cSrcweir
652*cdf0e10cSrcweirBitmap (SV_ICON_LARGE_START + SV_ICON_ID_HTML_DOCUMENT)
653*cdf0e10cSrcweir{
654*cdf0e10cSrcweir    File = "lx03139.png" ;
655*cdf0e10cSrcweir};
656*cdf0e10cSrcweir
657*cdf0e10cSrcweirBitmap (SV_ICON_SMALL_START + SV_ICON_ID_HTML_DOCUMENT)
658*cdf0e10cSrcweir{
659*cdf0e10cSrcweir    File = "sx03139.png" ;
660*cdf0e10cSrcweir};
661*cdf0e10cSrcweir
662*cdf0e10cSrcweirBitmap (SV_ICON_LARGE_HC_START + SV_ICON_ID_HTML_DOCUMENT)
663*cdf0e10cSrcweir{
664*cdf0e10cSrcweir    File = "lxh03139.png" ;
665*cdf0e10cSrcweir};
666*cdf0e10cSrcweir
667*cdf0e10cSrcweirBitmap (SV_ICON_SMALL_HC_START + SV_ICON_ID_HTML_DOCUMENT)
668*cdf0e10cSrcweir{
669*cdf0e10cSrcweir    File = "sxh03139.png" ;
670*cdf0e10cSrcweir};
671*cdf0e10cSrcweir
672*cdf0e10cSrcweirBitmap (SV_ICON_LARGE_START + SV_ICON_ID_CHART)
673*cdf0e10cSrcweir{
674*cdf0e10cSrcweir    File = "lx03128.png" ;
675*cdf0e10cSrcweir};
676*cdf0e10cSrcweir
677*cdf0e10cSrcweirBitmap (SV_ICON_SMALL_START + SV_ICON_ID_CHART)
678*cdf0e10cSrcweir{
679*cdf0e10cSrcweir    File = "sx03128.png" ;
680*cdf0e10cSrcweir};
681*cdf0e10cSrcweir
682*cdf0e10cSrcweirBitmap (SV_ICON_LARGE_HC_START + SV_ICON_ID_CHART)
683*cdf0e10cSrcweir{
684*cdf0e10cSrcweir    File = "lxh03128.png" ;
685*cdf0e10cSrcweir};
686*cdf0e10cSrcweir
687*cdf0e10cSrcweirBitmap (SV_ICON_SMALL_HC_START + SV_ICON_ID_CHART)
688*cdf0e10cSrcweir{
689*cdf0e10cSrcweir    File = "sxh03128.png" ;
690*cdf0e10cSrcweir};
691*cdf0e10cSrcweir
692*cdf0e10cSrcweirBitmap (SV_ICON_LARGE_START + SV_ICON_ID_DATABASE)
693*cdf0e10cSrcweir{
694*cdf0e10cSrcweir    File = "lx03245.png" ;
695*cdf0e10cSrcweir};
696*cdf0e10cSrcweir
697*cdf0e10cSrcweirBitmap (SV_ICON_SMALL_START + SV_ICON_ID_DATABASE)
698*cdf0e10cSrcweir{
699*cdf0e10cSrcweir    File = "sx03245.png" ;
700*cdf0e10cSrcweir};
701*cdf0e10cSrcweir
702*cdf0e10cSrcweirBitmap (SV_ICON_LARGE_HC_START + SV_ICON_ID_DATABASE)
703*cdf0e10cSrcweir{
704*cdf0e10cSrcweir    File = "lxh03245.png" ;
705*cdf0e10cSrcweir};
706*cdf0e10cSrcweir
707*cdf0e10cSrcweirBitmap (SV_ICON_SMALL_HC_START + SV_ICON_ID_DATABASE)
708*cdf0e10cSrcweir{
709*cdf0e10cSrcweir    File = "sxh03245.png" ;
710*cdf0e10cSrcweir};
711*cdf0e10cSrcweir
712*cdf0e10cSrcweirBitmap (SV_ICON_LARGE_START + SV_ICON_ID_FORMULA)
713*cdf0e10cSrcweir{
714*cdf0e10cSrcweir    File = "lx03247.png" ;
715*cdf0e10cSrcweir};
716*cdf0e10cSrcweir
717*cdf0e10cSrcweirBitmap (SV_ICON_SMALL_START + SV_ICON_ID_FORMULA)
718*cdf0e10cSrcweir{
719*cdf0e10cSrcweir    File = "sx03247.png" ;
720*cdf0e10cSrcweir};
721*cdf0e10cSrcweir
722*cdf0e10cSrcweirBitmap (SV_ICON_LARGE_HC_START + SV_ICON_ID_FORMULA)
723*cdf0e10cSrcweir{
724*cdf0e10cSrcweir    File = "lxh03247.png" ;
725*cdf0e10cSrcweir};
726*cdf0e10cSrcweir
727*cdf0e10cSrcweirBitmap (SV_ICON_SMALL_HC_START + SV_ICON_ID_FORMULA)
728*cdf0e10cSrcweir{
729*cdf0e10cSrcweir    File = "sxh03247.png" ;
730*cdf0e10cSrcweir};
731*cdf0e10cSrcweir
732*cdf0e10cSrcweirBitmap (SV_ICON_LARGE_START + SV_ICON_ID_TEMPLATE)
733*cdf0e10cSrcweir{
734*cdf0e10cSrcweir    File = "lx03242.png" ;
735*cdf0e10cSrcweir};
736*cdf0e10cSrcweir
737*cdf0e10cSrcweirBitmap (SV_ICON_SMALL_START + SV_ICON_ID_TEMPLATE)
738*cdf0e10cSrcweir{
739*cdf0e10cSrcweir    File = "sx03242.png" ;
740*cdf0e10cSrcweir};
741*cdf0e10cSrcweir
742*cdf0e10cSrcweirBitmap (SV_ICON_LARGE_HC_START + SV_ICON_ID_TEMPLATE)
743*cdf0e10cSrcweir{
744*cdf0e10cSrcweir    File = "lxh03242.png" ;
745*cdf0e10cSrcweir};
746*cdf0e10cSrcweir
747*cdf0e10cSrcweirBitmap (SV_ICON_SMALL_HC_START + SV_ICON_ID_TEMPLATE)
748*cdf0e10cSrcweir{
749*cdf0e10cSrcweir    File = "sxh03242.png" ;
750*cdf0e10cSrcweir};
751*cdf0e10cSrcweir
752*cdf0e10cSrcweirBitmap (SV_ICON_LARGE_START + SV_ICON_ID_MACRO)
753*cdf0e10cSrcweir{
754*cdf0e10cSrcweir    File = "lx03216.png" ;
755*cdf0e10cSrcweir};
756*cdf0e10cSrcweir
757*cdf0e10cSrcweirBitmap (SV_ICON_SMALL_START + SV_ICON_ID_MACRO)
758*cdf0e10cSrcweir{
759*cdf0e10cSrcweir    File = "sx03216.png" ;
760*cdf0e10cSrcweir};
761*cdf0e10cSrcweir
762*cdf0e10cSrcweirBitmap (SV_ICON_LARGE_HC_START + SV_ICON_ID_MACRO)
763*cdf0e10cSrcweir{
764*cdf0e10cSrcweir    File = "lxh03216.png" ;
765*cdf0e10cSrcweir};
766*cdf0e10cSrcweir
767*cdf0e10cSrcweirBitmap (SV_ICON_SMALL_HC_START + SV_ICON_ID_MACRO)
768*cdf0e10cSrcweir{
769*cdf0e10cSrcweir    File = "sxh03216.png" ;
770*cdf0e10cSrcweir};
771*cdf0e10cSrcweir
772*cdf0e10cSrcweirBitmap (SV_ICON_LARGE_START + SV_ICON_ID_PRINTERADMIN)
773*cdf0e10cSrcweir{
774*cdf0e10cSrcweir    File = "printeradmin_32.png" ;
775*cdf0e10cSrcweir};
776*cdf0e10cSrcweir
777*cdf0e10cSrcweirBitmap (SV_ICON_SMALL_START + SV_ICON_ID_PRINTERADMIN)
778*cdf0e10cSrcweir{
779*cdf0e10cSrcweir    File = "printeradmin_16.png" ;
780*cdf0e10cSrcweir};
781*cdf0e10cSrcweir
782*cdf0e10cSrcweirBitmap (SV_ICON_LARGE_HC_START + SV_ICON_ID_PRINTERADMIN)
783*cdf0e10cSrcweir{
784*cdf0e10cSrcweir    File = "printeradmin_32_h.png" ;
785*cdf0e10cSrcweir};
786*cdf0e10cSrcweir
787*cdf0e10cSrcweirBitmap (SV_ICON_SMALL_HC_START + SV_ICON_ID_PRINTERADMIN)
788*cdf0e10cSrcweir{
789*cdf0e10cSrcweir    File = "printeradmin_16_h.png" ;
790*cdf0e10cSrcweir};
791*cdf0e10cSrcweir
792*cdf0e10cSrcweirBitmap SV_DISCLOSURE_PLUS
793*cdf0e10cSrcweir{
794*cdf0e10cSrcweir    File = "plus.png";
795*cdf0e10cSrcweir};
796*cdf0e10cSrcweir
797*cdf0e10cSrcweirBitmap SV_DISCLOSURE_PLUS_HC
798*cdf0e10cSrcweir{
799*cdf0e10cSrcweir    File = "plus_sch.png";
800*cdf0e10cSrcweir};
801*cdf0e10cSrcweir
802*cdf0e10cSrcweirBitmap SV_DISCLOSURE_MINUS
803*cdf0e10cSrcweir{
804*cdf0e10cSrcweir    File = "minus.png";
805*cdf0e10cSrcweir};
806*cdf0e10cSrcweir
807*cdf0e10cSrcweirBitmap SV_DISCLOSURE_MINUS_HC
808*cdf0e10cSrcweir{
809*cdf0e10cSrcweir    File = "minus_sch.png";
810*cdf0e10cSrcweir};
811*cdf0e10cSrcweir
812