2012-11-27 16:10:40 +00:00
|
|
|
/*
|
|
|
|
* This file is part of the LibreOffice project.
|
|
|
|
*
|
|
|
|
* This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
|
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
|
|
*
|
|
|
|
* This file incorporates work covered by the following license notice:
|
|
|
|
*
|
|
|
|
* Licensed to the Apache Software Foundation (ASF) under one or more
|
|
|
|
* contributor license agreements. See the NOTICE file distributed
|
|
|
|
* with this work for additional information regarding copyright
|
|
|
|
* ownership. The ASF licenses this file to you under the Apache
|
|
|
|
* License, Version 2.0 (the "License"); you may not use this file
|
|
|
|
* except in compliance with the License. You may obtain a copy of
|
|
|
|
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
|
|
|
*/
|
2000-09-18 16:07:07 +00:00
|
|
|
|
|
|
|
#include "navigatr.hrc"
|
|
|
|
#include "helpids.h"
|
|
|
|
#include "res_bmp.hrc"
|
|
|
|
#define BUTTON_WIDTH 13
|
|
|
|
#define BUTTON_COUNT 7
|
|
|
|
#define BUTTON_SIZE MAP_APPFONT( BUTTON_WIDTH, BUTTON_WIDTH );
|
|
|
|
Window FLT_NAVIGATOR
|
|
|
|
{
|
|
|
|
HelpId = HID_SD_NAVIGATOR ;
|
|
|
|
Size = MAP_APPFONT ( 12 + BUTTON_WIDTH * BUTTON_COUNT , 105 ) ;
|
|
|
|
Text = "Navigator" ;
|
|
|
|
SVLook = TRUE ;
|
2002-05-22 08:53:21 +00:00
|
|
|
DialogControl = TRUE;
|
2000-09-18 16:07:07 +00:00
|
|
|
Control TLB_OBJECTS
|
|
|
|
{
|
|
|
|
HelpId = HID_SD_NAVIGATOR_TLB ;
|
|
|
|
Border = TRUE ;
|
|
|
|
Pos = MAP_APPFONT ( 3 , 20 ) ;
|
|
|
|
Size = MAP_APPFONT ( 6 + BUTTON_WIDTH * BUTTON_COUNT , 67 ) ;
|
|
|
|
TabStop = TRUE ;
|
|
|
|
};
|
|
|
|
ToolBox 1
|
|
|
|
{
|
|
|
|
HelpId = HID_SD_NAVIGATOR_TBX ;
|
|
|
|
SVLook = TRUE ;
|
|
|
|
Pos = MAP_APPFONT ( 3 , 3 ) ;
|
|
|
|
Size = MAP_APPFONT ( 6 + BUTTON_WIDTH , 15 ) ;
|
2002-05-22 08:53:21 +00:00
|
|
|
TabStop = TRUE ;
|
2000-09-18 16:07:07 +00:00
|
|
|
ItemList =
|
|
|
|
{
|
|
|
|
ToolBoxItem
|
|
|
|
{
|
|
|
|
AutoCheck = TRUE ;
|
|
|
|
Identifier = TBI_PEN ;
|
|
|
|
HelpId = HID_SD_NAVIGATOR_TBI_PEN ;
|
2004-06-26 17:01:28 +00:00
|
|
|
Text [ en-US ] = "Pointer" ;
|
2000-09-18 16:07:07 +00:00
|
|
|
};
|
|
|
|
ToolBoxItem
|
|
|
|
{
|
|
|
|
Type = TOOLBOXITEM_SEPARATOR ;
|
|
|
|
};
|
|
|
|
ToolBoxItem
|
|
|
|
{
|
|
|
|
Identifier = TBI_FIRST ;
|
|
|
|
HelpId = HID_SD_NAVIGATOR_TBI_FIRST ;
|
2003-03-27 09:58:12 +00:00
|
|
|
//Symbol = IMAGEBUTTON_FIRST ;
|
2004-06-26 17:01:28 +00:00
|
|
|
Text [ en-US ] = "First Slide" ;
|
2000-09-18 16:07:07 +00:00
|
|
|
};
|
|
|
|
ToolBoxItem
|
|
|
|
{
|
|
|
|
Identifier = TBI_PREVIOUS ;
|
|
|
|
HelpId = HID_SD_NAVIGATOR_TBI_PREV ;
|
2003-03-27 09:58:12 +00:00
|
|
|
//Symbol = IMAGEBUTTON_PREV ;
|
2004-06-26 17:01:28 +00:00
|
|
|
Text [ en-US ] = "Previous Slide" ;
|
2000-09-18 16:07:07 +00:00
|
|
|
};
|
|
|
|
ToolBoxItem
|
|
|
|
{
|
|
|
|
Identifier = TBI_NEXT ;
|
|
|
|
HelpId = HID_SD_NAVIGATOR_TBI_NEXT ;
|
2003-03-27 09:58:12 +00:00
|
|
|
//Symbol = IMAGEBUTTON_NEXT ;
|
2004-06-26 17:01:28 +00:00
|
|
|
Text [ en-US ] = "Next Slide" ;
|
2000-09-18 16:07:07 +00:00
|
|
|
};
|
|
|
|
ToolBoxItem
|
|
|
|
{
|
|
|
|
Identifier = TBI_LAST ;
|
|
|
|
HelpId = HID_SD_NAVIGATOR_TBI_LAST ;
|
2003-03-27 09:58:12 +00:00
|
|
|
//Symbol = IMAGEBUTTON_LAST ;
|
2004-06-26 17:01:28 +00:00
|
|
|
Text [ en-US ] = "Last Slide" ;
|
2000-09-18 16:07:07 +00:00
|
|
|
};
|
|
|
|
ToolBoxItem
|
|
|
|
{
|
|
|
|
Type = TOOLBOXITEM_SEPARATOR ;
|
|
|
|
};
|
|
|
|
ToolBoxItem
|
|
|
|
{
|
|
|
|
Identifier = TBI_DRAGTYPE ;
|
|
|
|
HelpId = HID_SD_NAVIGATOR_TBI_DRAGTYPE ;
|
|
|
|
DropDown = TRUE ;
|
2003-03-27 09:58:12 +00:00
|
|
|
//Left = FALSE;
|
2004-06-26 17:01:28 +00:00
|
|
|
Text [ en-US ] = "Drag Mode" ;
|
2000-09-18 16:07:07 +00:00
|
|
|
};
|
2007-08-28 12:37:23 +00:00
|
|
|
ToolBoxItem
|
|
|
|
{
|
|
|
|
Identifier = TBI_SHAPE_FILTER ;
|
|
|
|
HelpId = HID_SD_NAVIGATOR_TBI_SHAPE_FILTER ;
|
|
|
|
DropDown = TRUE ;
|
|
|
|
Text [ en-US ] = "Show Shapes" ;
|
|
|
|
};
|
2000-09-18 16:07:07 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
ListBox LB_DOCS
|
|
|
|
{
|
|
|
|
HelpId = HID_SD_NAVIGATOR_LB ;
|
|
|
|
Border = TRUE ;
|
|
|
|
Pos = MAP_APPFONT ( 3 , 89 ) ;
|
|
|
|
Size = MAP_APPFONT ( 6 + BUTTON_WIDTH * BUTTON_COUNT , 90 ) ;
|
|
|
|
TabStop = TRUE ;
|
|
|
|
DropDown = TRUE ;
|
2004-06-26 17:01:28 +00:00
|
|
|
QuickHelpText [ en-US ] = "Documents" ;
|
2000-09-18 16:07:07 +00:00
|
|
|
};
|
2002-05-21 13:14:26 +00:00
|
|
|
|
2003-03-27 09:58:12 +00:00
|
|
|
#define NAVIGATR_IDLIST \
|
2002-05-21 13:14:26 +00:00
|
|
|
IdList = \
|
|
|
|
{ \
|
|
|
|
TBI_PEN ; \
|
|
|
|
TBI_FIRST ; \
|
|
|
|
TBI_PREVIOUS ; \
|
|
|
|
TBI_NEXT ; \
|
|
|
|
TBI_LAST ; \
|
|
|
|
TBI_EMBEDDED ; \
|
|
|
|
TBI_LINK ; \
|
|
|
|
TBI_HYPERLINK ; \
|
|
|
|
}; \
|
2004-11-26 19:03:47 +00:00
|
|
|
IdCount = { 8 ; };
|
2002-05-21 13:14:26 +00:00
|
|
|
|
2003-03-27 09:58:12 +00:00
|
|
|
#define IMAGE_STDBTN_COLOR Color { Red = 0xff00; Green = 0x0000; Blue = 0xff00; }
|
|
|
|
|
2002-05-21 13:14:26 +00:00
|
|
|
ImageList IL_NAVIGATR
|
|
|
|
{
|
2004-05-18 23:45:58 +00:00
|
|
|
Prefix = "nv";
|
2003-03-27 09:58:12 +00:00
|
|
|
MaskColor = IMAGE_STDBTN_COLOR ;
|
2002-05-21 13:14:26 +00:00
|
|
|
NAVIGATR_IDLIST
|
|
|
|
};
|
2000-09-18 16:07:07 +00:00
|
|
|
};
|
2011-01-20 17:18:35 +01:00
|
|
|
|
|
|
|
String STR_OBJECTS_TREE
|
|
|
|
{
|
|
|
|
Text [ en-US ] = "Page Tree";
|
|
|
|
};
|