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