1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
3 * This file is part of the LibreOffice project.
5 * This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
9 * This file incorporates work covered by the following license notice:
11 * Licensed to the Apache Software Foundation (ASF) under one or more
12 * contributor license agreements. See the NOTICE file distributed
13 * with this work for additional information regarding copyright
14 * ownership. The ASF licenses this file to you under the Apache
15 * License, Version 2.0 (the "License"); you may not use this file
16 * except in compliance with the License. You may obtain a copy of
17 * the License at http://www.apache.org/licenses/LICENSE-2.0 .
20 #include "navigatr.hrc"
22 #include "res_bmp.hrc"
23 #define BUTTON_WIDTH 13
24 #define BUTTON_COUNT 7
25 #define BUTTON_SIZE MAP_APPFONT( BUTTON_WIDTH, BUTTON_WIDTH );
28 HelpId = HID_SD_NAVIGATOR ;
29 Size = MAP_APPFONT ( 12 + BUTTON_WIDTH * BUTTON_COUNT , 105 ) ;
35 HelpId = HID_SD_NAVIGATOR_TLB ;
37 Pos = MAP_APPFONT ( 3 , 20 ) ;
38 Size = MAP_APPFONT ( 6 + BUTTON_WIDTH * BUTTON_COUNT , 67 ) ;
43 HelpId = HID_SD_NAVIGATOR_TBX ;
45 Pos = MAP_APPFONT ( 3 , 3 ) ;
46 Size = MAP_APPFONT ( 6 + BUTTON_WIDTH , 15 ) ;
53 Identifier = TBI_PEN ;
54 HelpId = HID_SD_NAVIGATOR_TBI_PEN ;
55 Text [ en-US ] = "Pointer" ;
59 Type = TOOLBOXITEM_SEPARATOR ;
63 Identifier = TBI_FIRST ;
64 HelpId = HID_SD_NAVIGATOR_TBI_FIRST ;
65 //Symbol = IMAGEBUTTON_FIRST ;
66 Text [ en-US ] = "First Slide" ;
70 Identifier = TBI_PREVIOUS ;
71 HelpId = HID_SD_NAVIGATOR_TBI_PREV ;
72 //Symbol = IMAGEBUTTON_PREV ;
73 Text [ en-US ] = "Previous Slide" ;
77 Identifier = TBI_NEXT ;
78 HelpId = HID_SD_NAVIGATOR_TBI_NEXT ;
79 //Symbol = IMAGEBUTTON_NEXT ;
80 Text [ en-US ] = "Next Slide" ;
84 Identifier = TBI_LAST ;
85 HelpId = HID_SD_NAVIGATOR_TBI_LAST ;
86 //Symbol = IMAGEBUTTON_LAST ;
87 Text [ en-US ] = "Last Slide" ;
91 Type = TOOLBOXITEM_SEPARATOR ;
95 Identifier = TBI_DRAGTYPE ;
96 HelpId = HID_SD_NAVIGATOR_TBI_DRAGTYPE ;
99 Text [ en-US ] = "Drag Mode" ;
103 Identifier = TBI_SHAPE_FILTER ;
104 HelpId = HID_SD_NAVIGATOR_TBI_SHAPE_FILTER ;
106 Text [ en-US ] = "Show Shapes" ;
112 HelpId = HID_SD_NAVIGATOR_LB ;
114 Pos = MAP_APPFONT ( 3 , 89 ) ;
115 Size = MAP_APPFONT ( 6 + BUTTON_WIDTH * BUTTON_COUNT , 90 ) ;
118 QuickHelpText [ en-US ] = "Documents" ;
121 #define NAVIGATR_IDLIST \
135 #define IMAGE_STDBTN_COLOR Color { Red = 0xff00; Green = 0x0000; Blue = 0xff00; }
137 ImageList IL_NAVIGATR
140 MaskColor = IMAGE_STDBTN_COLOR ;
145 String STR_OBJECTS_TREE
147 Text [ en-US ] = "Page Tree";
150 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */