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