xref: /aoo41x/main/sfx2/source/sidebar/Sidebar.src (revision 95a18594)
1ff12d537SAndre Fischer/**************************************************************
2ff12d537SAndre Fischer *
3ff12d537SAndre Fischer * Licensed to the Apache Software Foundation (ASF) under one
4ff12d537SAndre Fischer * or more contributor license agreements.  See the NOTICE file
5ff12d537SAndre Fischer * distributed with this work for additional information
6ff12d537SAndre Fischer * regarding copyright ownership.  The ASF licenses this file
7ff12d537SAndre Fischer * to you under the Apache License, Version 2.0 (the
8ff12d537SAndre Fischer * "License"); you may not use this file except in compliance
9ff12d537SAndre Fischer * with the License.  You may obtain a copy of the License at
10ff12d537SAndre Fischer *
11ff12d537SAndre Fischer *   http://www.apache.org/licenses/LICENSE-2.0
12ff12d537SAndre Fischer *
13ff12d537SAndre Fischer * Unless required by applicable law or agreed to in writing,
14ff12d537SAndre Fischer * software distributed under the License is distributed on an
15ff12d537SAndre Fischer * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16ff12d537SAndre Fischer * KIND, either express or implied.  See the License for the
17ff12d537SAndre Fischer * specific language governing permissions and limitations
18ff12d537SAndre Fischer * under the License.
19ff12d537SAndre Fischer *
20ff12d537SAndre Fischer *************************************************************/
21ff12d537SAndre Fischer
22ff12d537SAndre Fischer#include "Sidebar.hrc"
23ff12d537SAndre Fischer
24ff12d537SAndre FischerResource RID_SIDEBAR_RESOURCE
25ff12d537SAndre Fischer{
26ff12d537SAndre Fischer    Image IMAGE_SIDEBAR_PLUS
27ff12d537SAndre Fischer    {
28ff12d537SAndre Fischer        ImageBitmap = Bitmap { File = "plus.png" ;};
29ff12d537SAndre Fischer    };
30ff12d537SAndre Fischer
31ff12d537SAndre Fischer    Image IMAGE_SIDEBAR_PLUS_HC
32ff12d537SAndre Fischer    {
33ff12d537SAndre Fischer        ImageBitmap = Bitmap { File = "plus_hc.png" ;};
34ff12d537SAndre Fischer    };
35ff12d537SAndre Fischer
36ff12d537SAndre Fischer    Image IMAGE_SIDEBAR_MINUS
37ff12d537SAndre Fischer    {
38ff12d537SAndre Fischer        ImageBitmap = Bitmap { File = "minus.png" ;};
39ff12d537SAndre Fischer    };
40ff12d537SAndre Fischer
41ff12d537SAndre Fischer    Image IMAGE_SIDEBAR_MINUS_HC
42ff12d537SAndre Fischer    {
43ff12d537SAndre Fischer        ImageBitmap = Bitmap { File = "minus_hc.png" ;};
44ff12d537SAndre Fischer    };
45ff12d537SAndre Fischer
46ff12d537SAndre Fischer    Image IMAGE_SIDEBAR_GRIP
47ff12d537SAndre Fischer    {
48ff12d537SAndre Fischer        ImageBitmap = Bitmap { File = "grip.png" ;};
49ff12d537SAndre Fischer    };
50ff12d537SAndre Fischer
51ff12d537SAndre Fischer    Image IMAGE_SIDEBAR_GRIP_HC
52ff12d537SAndre Fischer    {
53ff12d537SAndre Fischer        ImageBitmap = Bitmap { File = "grip_hc.png" ;};
54ff12d537SAndre Fischer    };
55ff12d537SAndre Fischer
56ff12d537SAndre Fischer    Image IMAGE_SIDEBAR_MENU
57ff12d537SAndre Fischer    {
58ff12d537SAndre Fischer        ImageBitmap = Bitmap { File = "menu.png" ;};
59ff12d537SAndre Fischer    };
60ff12d537SAndre Fischer
61ff12d537SAndre Fischer    Image IMAGE_SIDEBAR_MENU_HC
62ff12d537SAndre Fischer    {
63ff12d537SAndre Fischer        ImageBitmap = Bitmap { File = "menu_hc.png" ;};
64ff12d537SAndre Fischer    };
65ff12d537SAndre Fischer
66*95a18594SAndre Fischer    Image IMAGE_SIDEBAR_TOOLBOX_SEPARATOR
67*95a18594SAndre Fischer    {
68*95a18594SAndre Fischer        ImageBitmap = Bitmap { File = "separator.png" ;};
69*95a18594SAndre Fischer    };
70*95a18594SAndre Fischer
71*95a18594SAndre Fischer    Image IMAGE_SIDEBAR_TABBAR_PROPERTIES
72*95a18594SAndre Fischer    {
73*95a18594SAndre Fischer        ImageBitmap = Bitmap { File = "symphony/hpaneldock01.png" ;};
74*95a18594SAndre Fischer    };
75*95a18594SAndre Fischer
76ff12d537SAndre Fischer    String STRING_CUSTOMIZATION
77ff12d537SAndre Fischer    {
78ff12d537SAndre Fischer	Text [en-US] = "Customization";
79ff12d537SAndre Fischer    };
80ff12d537SAndre Fischer    String STRING_RESTORE
81ff12d537SAndre Fischer    {
82ff12d537SAndre Fischer	Text [en-US] = "Restore Default";
83ff12d537SAndre Fischer    };
84ff12d537SAndre Fischer};
85ff12d537SAndre Fischer
86ff12d537SAndre Fischer
87