xref: /aoo41x/main/sfx2/source/sidebar/Sidebar.src (revision 7a32b0c8)
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
6695a18594SAndre Fischer    Image IMAGE_SIDEBAR_TOOLBOX_SEPARATOR
6795a18594SAndre Fischer    {
6895a18594SAndre Fischer        ImageBitmap = Bitmap { File = "separator.png" ;};
6995a18594SAndre Fischer    };
7095a18594SAndre Fischer
7195a18594SAndre Fischer    Image IMAGE_SIDEBAR_TABBAR_PROPERTIES
7295a18594SAndre Fischer    {
7395a18594SAndre Fischer        ImageBitmap = Bitmap { File = "symphony/hpaneldock01.png" ;};
7495a18594SAndre Fischer    };
75*7a32b0c8SAndre Fischer    Image IMAGE_SIDEBAR_TABBAR_MASTERS_SD
76*7a32b0c8SAndre Fischer    {
77*7a32b0c8SAndre Fischer        ImageBitmap = Bitmap { File = "symphony/hpaneldock01_sd.png" ;};
78*7a32b0c8SAndre Fischer    };
79*7a32b0c8SAndre Fischer    Image IMAGE_SIDEBAR_TABBAR_CUSTOM_ANIMATION_SD
80*7a32b0c8SAndre Fischer    {
81*7a32b0c8SAndre Fischer        ImageBitmap = Bitmap { File = "symphony/hpaneldock02_sd.png" ;};
82*7a32b0c8SAndre Fischer    };
83*7a32b0c8SAndre Fischer    Image IMAGE_SIDEBAR_TABBAR_SLIDE_TRANSITION_SD
84*7a32b0c8SAndre Fischer    {
85*7a32b0c8SAndre Fischer        ImageBitmap = Bitmap { File = "symphony/hpaneldock03_sd.png" ;};
86*7a32b0c8SAndre Fischer    };
8795a18594SAndre Fischer
88ff12d537SAndre Fischer    String STRING_CUSTOMIZATION
89ff12d537SAndre Fischer    {
90ff12d537SAndre Fischer	Text [en-US] = "Customization";
91ff12d537SAndre Fischer    };
92ff12d537SAndre Fischer    String STRING_RESTORE
93ff12d537SAndre Fischer    {
94ff12d537SAndre Fischer	Text [en-US] = "Restore Default";
95ff12d537SAndre Fischer    };
96ff12d537SAndre Fischer};
97ff12d537SAndre Fischer
98ff12d537SAndre Fischer
99