forked from amazingfate/loongoffice
(regression from a71a562a9958fc58a5fb914bcf7f8056a353f618) Change-Id: Ie3a44a80c720f59831bc2b1da91792fb8aa24d62
830 lines
17 KiB
Plaintext
830 lines
17 KiB
Plaintext
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
|
|
/*
|
|
* 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 .
|
|
*/
|
|
|
|
#include <sfx2/sfx.hrc>
|
|
#include <svl/style.hrc>
|
|
#include "glob.hrc"
|
|
#include "res_bmp.hrc"
|
|
|
|
// preview bitmaps for layouts
|
|
Bitmap BMP_LAYOUT_EMPTY
|
|
{
|
|
File = "layout_empty.png";
|
|
};
|
|
Bitmap BMP_LAYOUT_HEAD01
|
|
{
|
|
File = "layout_head01.png";
|
|
};
|
|
Bitmap BMP_LAYOUT_HEAD02
|
|
{
|
|
File = "layout_head02.png";
|
|
};
|
|
Bitmap BMP_LAYOUT_HEAD02A
|
|
{
|
|
File = "layout_head02a.png";
|
|
};
|
|
Bitmap BMP_LAYOUT_HEAD02B
|
|
{
|
|
File = "layout_head02b.png";
|
|
};
|
|
Bitmap BMP_LAYOUT_HEAD03
|
|
{
|
|
File = "layout_head03.png";
|
|
};
|
|
Bitmap BMP_LAYOUT_HEAD03A
|
|
{
|
|
File = "layout_head03a.png";
|
|
};
|
|
Bitmap BMP_LAYOUT_HEAD03B
|
|
{
|
|
File = "layout_head03b.png";
|
|
};
|
|
Bitmap BMP_LAYOUT_HEAD03C
|
|
{
|
|
File = "layout_head03c.png";
|
|
};
|
|
Bitmap BMP_LAYOUT_HEAD04
|
|
{
|
|
File = "layout_head04.png";
|
|
};
|
|
Bitmap BMP_LAYOUT_HEAD06
|
|
{
|
|
File = "layout_head06.png";
|
|
};
|
|
Bitmap BMP_LAYOUT_TEXTONLY
|
|
{
|
|
File = "layout_textonly.png";
|
|
};
|
|
Bitmap BMP_LAYOUT_VERTICAL01
|
|
{
|
|
File = "layout_vertical01.png";
|
|
};
|
|
Bitmap BMP_LAYOUT_VERTICAL02
|
|
{
|
|
File = "layout_vertical02.png";
|
|
};
|
|
Bitmap BMP_FOILH_01
|
|
{
|
|
File = "foilh01.png";
|
|
};
|
|
Bitmap BMP_FOILH_02
|
|
{
|
|
File = "foilh02.png";
|
|
};
|
|
Bitmap BMP_FOILH_03
|
|
{
|
|
File = "foilh03.png";
|
|
};
|
|
Bitmap BMP_FOILH_04
|
|
{
|
|
File = "foilh04.png";
|
|
};
|
|
Bitmap BMP_FOILH_06
|
|
{
|
|
File = "foilh06.png";
|
|
};
|
|
Bitmap BMP_FOILH_09
|
|
{
|
|
File = "foilh09.png";
|
|
};
|
|
Bitmap BMP_PLACEHOLDER_CHART_SMALL
|
|
{
|
|
File = "placeholder_chart_small.png";
|
|
};
|
|
Bitmap BMP_PLACEHOLDER_CHART_SMALL_HOVER
|
|
{
|
|
File = "placeholder_chart_small_hover.png";
|
|
};
|
|
Bitmap BMP_PLACEHOLDER_IMAGE_SMALL
|
|
{
|
|
File = "placeholder_image_small.png";
|
|
};
|
|
Bitmap BMP_PLACEHOLDER_IMAGE_SMALL_HOVER
|
|
{
|
|
File = "placeholder_image_small_hover.png";
|
|
};
|
|
Bitmap BMP_PLACEHOLDER_MOVIE_SMALL
|
|
{
|
|
File = "placeholder_movie_small.png";
|
|
};
|
|
Bitmap BMP_PLACEHOLDER_MOVIE_SMALL_HOVER
|
|
{
|
|
File = "placeholder_movie_small_hover.png";
|
|
};
|
|
Bitmap BMP_PLACEHOLDER_TABLE_SMALL
|
|
{
|
|
File = "placeholder_table_small.png";
|
|
};
|
|
Bitmap BMP_PLACEHOLDER_TABLE_SMALL_HOVER
|
|
{
|
|
File = "placeholder_table_small_hover.png";
|
|
};
|
|
|
|
Bitmap BMP_PLACEHOLDER_CHART_LARGE
|
|
{
|
|
File = "placeholder_chart_large.png";
|
|
};
|
|
Bitmap BMP_PLACEHOLDER_CHART_LARGE_HOVER
|
|
{
|
|
File = "placeholder_chart_large_hover.png";
|
|
};
|
|
Bitmap BMP_PLACEHOLDER_IMAGE_LARGE
|
|
{
|
|
File = "placeholder_image_large.png";
|
|
};
|
|
Bitmap BMP_PLACEHOLDER_IMAGE_LARGE_HOVER
|
|
{
|
|
File = "placeholder_image_large_hover.png";
|
|
};
|
|
Bitmap BMP_PLACEHOLDER_MOVIE_LARGE
|
|
{
|
|
File = "placeholder_movie_large.png";
|
|
};
|
|
Bitmap BMP_PLACEHOLDER_MOVIE_LARGE_HOVER
|
|
{
|
|
File = "placeholder_movie_large_hover.png";
|
|
};
|
|
Bitmap BMP_PLACEHOLDER_TABLE_LARGE
|
|
{
|
|
File = "placeholder_table_large.png";
|
|
};
|
|
Bitmap BMP_PLACEHOLDER_TABLE_LARGE_HOVER
|
|
{
|
|
File = "placeholder_table_large_hover.png";
|
|
};
|
|
|
|
Bitmap BMP_FOILN_01
|
|
{
|
|
File = "foiln01.bmp" ;
|
|
};
|
|
|
|
Bitmap BMP_PAGE
|
|
{
|
|
File = "page.bmp" ;
|
|
};
|
|
|
|
Bitmap BMP_PAGE_EXCLUDED
|
|
{
|
|
File = "pageexcl.bmp" ;
|
|
};
|
|
|
|
Bitmap BMP_PAGEOBJS_EXCLUDED
|
|
{
|
|
File = "pagobjex.bmp" ;
|
|
};
|
|
|
|
Bitmap BMP_PAGEOBJS
|
|
{
|
|
File = "pageobjs.bmp" ;
|
|
};
|
|
|
|
Bitmap BMP_OBJECTS
|
|
{
|
|
File = "objects.bmp" ;
|
|
};
|
|
|
|
Bitmap BMP_OLE
|
|
{
|
|
File = "ole.bmp" ;
|
|
};
|
|
|
|
Bitmap BMP_GROUP
|
|
{
|
|
File = "group.bmp" ;
|
|
};
|
|
|
|
Bitmap BMP_DOC_OPEN
|
|
{
|
|
File = "docopen.bmp" ;
|
|
};
|
|
|
|
Bitmap BMP_DOC_CLOSED
|
|
{
|
|
File = "docclose.bmp" ;
|
|
};
|
|
|
|
Bitmap BMP_DOC_TEXT
|
|
{
|
|
File = "doctext.bmp" ;
|
|
};
|
|
|
|
Bitmap BMP_EXPAND
|
|
{
|
|
File = "plus.bmp" ;
|
|
};
|
|
|
|
Bitmap BMP_COLLAPSE
|
|
{
|
|
File = "minus.bmp" ;
|
|
};
|
|
|
|
Bitmap BMP_GRAPHIC
|
|
{
|
|
File = "graphic.bmp" ;
|
|
};
|
|
|
|
#define SfxStyleFamiliesRes1\
|
|
Text [ en-US ] = "Drawing Object Styles" ;\
|
|
|
|
#define SfxStyleFamiliesRes2\
|
|
Text [ en-US ] = "Presentation Styles" ;\
|
|
|
|
String STR_STYLE_FILTER_USED
|
|
{
|
|
Text [ en-US ] = "Applied Styles" ;
|
|
};
|
|
String STR_STYLE_FILTER_USERDEF
|
|
{
|
|
Text [ en-US ] = "Custom Styles" ;
|
|
};
|
|
String STR_STYLE_FILTER_ALL
|
|
{
|
|
Text [ en-US ] = "All Styles" ;
|
|
};
|
|
|
|
SfxStyleFamilies DLG_STYLE_DESIGNER
|
|
{
|
|
StyleFamilyList =
|
|
{
|
|
SfxStyleFamilyItem RID_GRAPHICSTYLEFAMILY
|
|
{
|
|
SfxStyleFamiliesRes1
|
|
StyleFamily = SFX_STYLE_FAMILY_PARA ;
|
|
FilterList [ en-US ] =
|
|
{
|
|
< "All Styles" ; SFXSTYLEBIT_ALL_VISIBLE ; > ;
|
|
< "Hidden Styles" ; SFXSTYLEBIT_HIDDEN ; > ;
|
|
< "Applied Styles" ; SFXSTYLEBIT_USED ; > ;
|
|
< "Custom Styles" ; SFXSTYLEBIT_USERDEF ; > ;
|
|
};
|
|
};
|
|
SfxStyleFamilyItem RID_PRESENTATIONSTYLEFAMILY
|
|
{
|
|
SfxStyleFamiliesRes2
|
|
StyleFamily = SFX_STYLE_FAMILY_PSEUDO ;
|
|
FilterList [ en-US ] =
|
|
{
|
|
< "All Styles" ; SFXSTYLEBIT_ALL_VISIBLE ; > ;
|
|
< "Hidden Styles" ; SFXSTYLEBIT_HIDDEN ; > ;
|
|
};
|
|
};
|
|
};
|
|
#define STYLE_IMAGE_LISTEF \
|
|
IdList = \
|
|
{ \
|
|
1; 2; \
|
|
}; \
|
|
IdCount = 2;
|
|
|
|
ImageList 1 // == BMP_COLOR_NORMAL + 1
|
|
{
|
|
Prefix = "sf";
|
|
MaskColor = IMAGE_MASK_STDCOLOR;
|
|
STYLE_IMAGE_LISTEF
|
|
};
|
|
#undef STYLE_IMAGE_LISTEF
|
|
};
|
|
|
|
Bitmap BMP_PRESOBJ_GRAPHIC
|
|
{
|
|
File = "image.bmp" ;
|
|
};
|
|
|
|
Bitmap BMP_PRESOBJ_OBJECT
|
|
{
|
|
File = "object.bmp" ;
|
|
};
|
|
|
|
Bitmap BMP_PRESOBJ_CHART
|
|
{
|
|
File = "chart.bmp" ;
|
|
};
|
|
|
|
Bitmap BMP_PRESOBJ_ORGCHART
|
|
{
|
|
File = "orgchart.bmp" ;
|
|
};
|
|
|
|
Bitmap BMP_PRESOBJ_TABLE
|
|
{
|
|
File = "table.bmp" ;
|
|
};
|
|
|
|
Bitmap BMP_POINTER_ICON
|
|
{
|
|
File = "pointericon.bmp";
|
|
};
|
|
|
|
Bitmap BMP_WAIT_ICON
|
|
{
|
|
File = "waiticon.bmp";
|
|
};
|
|
|
|
Bitmap BMP_FADE_EFFECT_INDICATOR
|
|
{
|
|
File = "fade_effect_indicator.bmp";
|
|
};
|
|
|
|
Bitmap BMP_CUSTOM_ANIMATION_INDICATOR
|
|
{
|
|
File = "click_16.bmp";
|
|
};
|
|
|
|
Bitmap BMP_COMMENTS_INDICATOR
|
|
{
|
|
File = "comments_indicator.bmp";
|
|
};
|
|
|
|
// Presenter Screen bitmaps:
|
|
|
|
Bitmap BMP_PRESENTERSCREEN_BORDER_LEFT
|
|
{
|
|
File = "presenterscreen-BorderLeft.png";
|
|
};
|
|
|
|
Bitmap BMP_PRESENTERSCREEN_BUTTON_SLIDE_NEXT_DISABLED
|
|
{
|
|
File = "presenterscreen-ButtonSlideNextDisabled.png";
|
|
};
|
|
|
|
Bitmap BMP_PRESENTERSCREEN_BUTTON_SLIDE_PREVIOUS_SELECTED
|
|
{
|
|
File = "presenterscreen-ButtonSlidePreviousSelected.png";
|
|
};
|
|
|
|
Bitmap BMP_PRESENTERSCREEN_BORDER_CURRENT_SLIDE_TOP
|
|
{
|
|
File = "presenterscreen-BorderCurrentSlideTop.png";
|
|
};
|
|
|
|
Bitmap BMP_PRESENTERSCREEN_BUTTON_NOTES_SELECTED
|
|
{
|
|
File = "presenterscreen-ButtonNotesSelected.png";
|
|
};
|
|
|
|
Bitmap BMP_PRESENTERSCREEN_SCROLLBAR_ARROW_DOWN_SELECTED
|
|
{
|
|
File = "presenterscreen-ScrollbarArrowDownSelected.png";
|
|
};
|
|
|
|
Bitmap BMP_PRESENTERSCREEN_BACKGROUND
|
|
{
|
|
File = "presenterscreen-Background.png";
|
|
};
|
|
|
|
Bitmap BMP_PRESENTERSCREEN_ANIMATION
|
|
{
|
|
File = "presenterscreen-Animation.png";
|
|
};
|
|
|
|
Bitmap BMP_PRESENTERSCREEN_TRANSITION
|
|
{
|
|
File = "presenterscreen-Transition.png";
|
|
};
|
|
|
|
Bitmap BMP_PRESENTERSCREEN_BORDER_RIGHT
|
|
{
|
|
File = "presenterscreen-BorderRight.png";
|
|
};
|
|
|
|
Bitmap BMP_PRESENTERSCREEN_BORDER_ACTIVE_TOP
|
|
{
|
|
File = "presenterscreen-BorderActiveTop.png";
|
|
};
|
|
|
|
Bitmap BMP_PRESENTERSCREEN_BUTTON_HELP_DISABLED
|
|
{
|
|
File = "presenterscreen-ButtonHelpDisabled.png";
|
|
};
|
|
|
|
Bitmap BMP_PRESENTERSCREEN_BORDER_ACTIVE_RIGHT
|
|
{
|
|
File = "presenterscreen-BorderActiveRight.png";
|
|
};
|
|
|
|
Bitmap BMP_PRESENTERSCREEN_BUTTON_FRAME_CENTER_NORMAL
|
|
{
|
|
File = "presenterscreen-ButtonFrameCenterNormal.png";
|
|
};
|
|
|
|
Bitmap BMP_PRESENTERSCREEN_SCROLLBAR_THUMB_MIDDLE_MOUSE_OVER
|
|
{
|
|
File = "presenterscreen-ScrollbarThumbMiddleMouseOver.png";
|
|
};
|
|
|
|
Bitmap BMP_PRESENTERSCREEN_BORDER_CURRENT_SLIDE_BOTTOM_RIGHT
|
|
{
|
|
File = "presenterscreen-BorderCurrentSlideBottomRight.png";
|
|
};
|
|
|
|
Bitmap BMP_PRESENTERSCREEN_BORDER_TOP_LEFT
|
|
{
|
|
File = "presenterscreen-BorderTopLeft.png";
|
|
};
|
|
|
|
Bitmap BMP_PRESENTERSCREEN_BORDER_ACTIVE_BOTTOM
|
|
{
|
|
File = "presenterscreen-BorderActiveBottom.png";
|
|
};
|
|
|
|
Bitmap BMP_PRESENTERSCREEN_BORDER_BOTTOM_LEFT
|
|
{
|
|
File = "presenterscreen-BorderBottomLeft.png";
|
|
};
|
|
|
|
Bitmap BMP_PRESENTERSCREEN_BORDER_TOOLBAR_TOP
|
|
{
|
|
File = "presenterscreen-BorderToolbarTop.png";
|
|
};
|
|
|
|
Bitmap BMP_PRESENTERSCREEN_BORDER_ACTIVE_LEFT
|
|
{
|
|
File = "presenterscreen-BorderActiveLeft.png";
|
|
};
|
|
|
|
Bitmap BMP_PRESENTERSCREEN_BUTTON_HELP_NORMAL
|
|
{
|
|
File = "presenterscreen-ButtonHelpNormal.png";
|
|
};
|
|
|
|
Bitmap BMP_PRESENTERSCREEN_BORDER_ACTIVE_BOTTOM_CALLOUT
|
|
{
|
|
File = "presenterscreen-BorderActiveBottomCallout.png";
|
|
};
|
|
|
|
Bitmap BMP_PRESENTERSCREEN_BORDER_TOOLBAR_LEFT
|
|
{
|
|
File = "presenterscreen-BorderToolbarLeft.png";
|
|
};
|
|
|
|
Bitmap BMP_PRESENTERSCREEN_BUTTON_SLIDE_SORTER_NORMAL
|
|
{
|
|
File = "presenterscreen-ButtonSlideSorterNormal.png";
|
|
};
|
|
|
|
Bitmap BMP_PRESENTERSCREEN_SCROLLBAR_PAGER_MIDDLE_NORMAL
|
|
{
|
|
File = "presenterscreen-ScrollbarPagerMiddleNormal.png";
|
|
};
|
|
|
|
Bitmap BMP_PRESENTERSCREEN_BUTTON_FRAME_RIGHT_NORMAL
|
|
{
|
|
File = "presenterscreen-ButtonFrameRightNormal.png";
|
|
};
|
|
|
|
Bitmap BMP_PRESENTERSCREEN_BUTTON_EFFECT_NEXT_MOUSE_OVER
|
|
{
|
|
File = "presenterscreen-ButtonEffectNextMouseOver.png";
|
|
};
|
|
|
|
Bitmap BMP_PRESENTERSCREEN_SCROLLBAR_THUMB_TOP_MOUSE_OVER
|
|
{
|
|
File = "presenterscreen-ScrollbarThumbTopMouseOver.png";
|
|
};
|
|
|
|
Bitmap BMP_PRESENTERSCREEN_BUTTON_EFFECT_NEXT_DISABLED
|
|
{
|
|
File = "presenterscreen-ButtonEffectNextDisabled.png";
|
|
};
|
|
|
|
Bitmap BMP_PRESENTERSCREEN_BUTTON_FRAME_CENTER_MOUSE_OVER
|
|
{
|
|
File = "presenterscreen-ButtonFrameCenterMouseOver.png";
|
|
};
|
|
|
|
Bitmap BMP_PRESENTERSCREEN_BORDER_CURRENT_SLIDE_LEFT
|
|
{
|
|
File = "presenterscreen-BorderCurrentSlideLeft.png";
|
|
};
|
|
|
|
Bitmap BMP_PRESENTERSCREEN_BUTTON_FRAME_LEFT_MOUSE_OVER
|
|
{
|
|
File = "presenterscreen-ButtonFrameLeftMouseOver.png";
|
|
};
|
|
|
|
Bitmap BMP_PRESENTERSCREEN_BUTTON_HELP_SELECTED
|
|
{
|
|
File = "presenterscreen-ButtonHelpSelected.png";
|
|
};
|
|
|
|
Bitmap BMP_PRESENTERSCREEN_VIEW_BACKGROUND
|
|
{
|
|
File = "presenterscreen-ViewBackground.png";
|
|
};
|
|
|
|
Bitmap BMP_PRESENTERSCREEN_BUTTON_NOTES_MOUSE_OVER
|
|
{
|
|
File = "presenterscreen-ButtonNotesMouseOver.png";
|
|
};
|
|
|
|
Bitmap BMP_PRESENTERSCREEN_BUTTON_PLUS_MOUSE_OVER
|
|
{
|
|
File = "presenterscreen-ButtonPlusMouseOver.png";
|
|
};
|
|
|
|
Bitmap BMP_PRESENTERSCREEN_BUTTON_SLIDE_SORTER_SELECTED
|
|
{
|
|
File = "presenterscreen-ButtonSlideSorterSelected.png";
|
|
};
|
|
|
|
Bitmap BMP_PRESENTERSCREEN_LABEL_MOUSE_OVER_RIGHT
|
|
{
|
|
File = "presenterscreen-LabelMouseOverRight.png";
|
|
};
|
|
|
|
Bitmap BMP_PRESENTERSCREEN_BUTTON_SWITCH_MONITOR_NORMAL
|
|
{
|
|
File = "presenterscreen-ButtonSwitchMonitorNormal.png";
|
|
};
|
|
|
|
Bitmap BMP_PRESENTERSCREEN_BORDER_TOOLBAR_RIGHT
|
|
{
|
|
File = "presenterscreen-BorderToolbarRight.png";
|
|
};
|
|
|
|
Bitmap BMP_PRESENTERSCREEN_SCROLLBAR_THUMB_MIDDLE_NORMAL
|
|
{
|
|
File = "presenterscreen-ScrollbarThumbMiddleNormal.png";
|
|
};
|
|
|
|
Bitmap BMP_PRESENTERSCREEN_BUTTON_EFFECT_NEXT_SELECTED
|
|
{
|
|
File = "presenterscreen-ButtonEffectNextSelected.png";
|
|
};
|
|
|
|
Bitmap BMP_PRESENTERSCREEN_SCROLLBAR_ARROW_DOWN_NORMAL
|
|
{
|
|
File = "presenterscreen-ScrollbarArrowDownNormal.png";
|
|
};
|
|
|
|
Bitmap BMP_PRESENTERSCREEN_BORDER_CURRENT_SLIDE_TOP_RIGHT
|
|
{
|
|
File = "presenterscreen-BorderCurrentSlideTopRight.png";
|
|
};
|
|
|
|
Bitmap BMP_PRESENTERSCREEN_BUTTON_PLUS_NORMAL
|
|
{
|
|
File = "presenterscreen-ButtonPlusNormal.png";
|
|
};
|
|
|
|
Bitmap BMP_PRESENTERSCREEN_BORDER_TOOLBAR_TOP_RIGHT
|
|
{
|
|
File = "presenterscreen-BorderToolbarTopRight.png";
|
|
};
|
|
|
|
Bitmap BMP_PRESENTERSCREEN_BUTTON_MINUS_DISABLED
|
|
{
|
|
File = "presenterscreen-ButtonMinusDisabled.png";
|
|
};
|
|
|
|
Bitmap BMP_PRESENTERSCREEN_SCROLLBAR_ARROW_DOWN_DISABLED
|
|
{
|
|
File = "presenterscreen-ScrollbarArrowDownDisabled.png";
|
|
};
|
|
|
|
Bitmap BMP_PRESENTERSCREEN_BUTTON_FRAME_RIGHT_MOUSE_OVER
|
|
{
|
|
File = "presenterscreen-ButtonFrameRightMouseOver.png";
|
|
};
|
|
|
|
Bitmap BMP_PRESENTERSCREEN_BUTTON_SWITCH_MONITOR_MOUSE_OVER
|
|
{
|
|
File = "presenterscreen-ButtonSwitchMonitorMouseOver.png";
|
|
};
|
|
|
|
Bitmap BMP_PRESENTERSCREEN_BUTTON_SLIDE_PREVIOUS_DISABLED
|
|
{
|
|
File = "presenterscreen-ButtonSlidePreviousDisabled.png";
|
|
};
|
|
|
|
Bitmap BMP_PRESENTERSCREEN_BUTTON_MINUS_SELECTED
|
|
{
|
|
File = "presenterscreen-ButtonMinusSelected.png";
|
|
};
|
|
|
|
Bitmap BMP_PRESENTERSCREEN_LABEL_MOUSE_OVER_CENTER
|
|
{
|
|
File = "presenterscreen-LabelMouseOverCenter.png";
|
|
};
|
|
|
|
Bitmap BMP_PRESENTERSCREEN_BUTTON_SLIDE_NEXT_MOUSE_OVER
|
|
{
|
|
File = "presenterscreen-ButtonSlideNextMouseOver.png";
|
|
};
|
|
|
|
Bitmap BMP_PRESENTERSCREEN_BUTTON_SLIDE_NEXT_NORMAL
|
|
{
|
|
File = "presenterscreen-ButtonSlideNextNormal.png";
|
|
};
|
|
|
|
Bitmap BMP_PRESENTERSCREEN_BUTTON_SLIDE_PREVIOUS_MOUSE_OVER
|
|
{
|
|
File = "presenterscreen-ButtonSlidePreviousMouseOver.png";
|
|
};
|
|
|
|
Bitmap BMP_PRESENTERSCREEN_BORDER_TOP
|
|
{
|
|
File = "presenterscreen-BorderTop.png";
|
|
};
|
|
|
|
Bitmap BMP_PRESENTERSCREEN_BUTTON_FRAME_LEFT_NORMAL
|
|
{
|
|
File = "presenterscreen-ButtonFrameLeftNormal.png";
|
|
};
|
|
|
|
Bitmap BMP_PRESENTERSCREEN_SCROLLBAR_ARROW_UP_MOUSE_OVER
|
|
{
|
|
File = "presenterscreen-ScrollbarArrowUpMouseOver.png";
|
|
};
|
|
|
|
Bitmap BMP_PRESENTERSCREEN_BUTTON_NOTES_NORMAL
|
|
{
|
|
File = "presenterscreen-ButtonNotesNormal.png";
|
|
};
|
|
|
|
Bitmap BMP_PRESENTERSCREEN_BUTTON_SLIDE_SORTER_DISABLED
|
|
{
|
|
File = "presenterscreen-ButtonSlideSorterDisabled.png";
|
|
};
|
|
|
|
Bitmap BMP_PRESENTERSCREEN_BUTTON_EFFECT_NEXT_NORMAL
|
|
{
|
|
File = "presenterscreen-ButtonEffectNextNormal.png";
|
|
};
|
|
|
|
Bitmap BMP_PRESENTERSCREEN_BORDER_TOOLBAR_TOP_LEFT
|
|
{
|
|
File = "presenterscreen-BorderToolbarTopLeft.png";
|
|
};
|
|
|
|
Bitmap BMP_PRESENTERSCREEN_BORDER_ACTIVE_BOTTOM_RIGHT
|
|
{
|
|
File = "presenterscreen-BorderActiveBottomRight.png";
|
|
};
|
|
|
|
Bitmap BMP_PRESENTERSCREEN_BORDER_BOTTOM
|
|
{
|
|
File = "presenterscreen-BorderBottom.png";
|
|
};
|
|
|
|
Bitmap BMP_PRESENTERSCREEN_BORDER_ACTIVE_BOTTOM_LEFT
|
|
{
|
|
File = "presenterscreen-BorderActiveBottomLeft.png";
|
|
};
|
|
|
|
Bitmap BMP_PRESENTERSCREEN_SCROLLBAR_ARROW_DOWN_MOUSE_OVER
|
|
{
|
|
File = "presenterscreen-ScrollbarArrowDownMouseOver.png";
|
|
};
|
|
|
|
Bitmap BMP_PRESENTERSCREEN_BUTTON_PLUS_SELECTED
|
|
{
|
|
File = "presenterscreen-ButtonPlusSelected.png";
|
|
};
|
|
|
|
Bitmap BMP_PRESENTERSCREEN_BORDER_ACTIVE_TOP_RIGHT
|
|
{
|
|
File = "presenterscreen-BorderActiveTopRight.png";
|
|
};
|
|
|
|
Bitmap BMP_PRESENTERSCREEN_BUTTON_SLIDE_PREVIOUS_NORMAL
|
|
{
|
|
File = "presenterscreen-ButtonSlidePreviousNormal.png";
|
|
};
|
|
|
|
Bitmap BMP_PRESENTERSCREEN_BUTTON_SLIDE_SORTER_MOUSE_OVER
|
|
{
|
|
File = "presenterscreen-ButtonSlideSorterMouseOver.png";
|
|
};
|
|
|
|
Bitmap BMP_PRESENTERSCREEN_BUTTON_MINUS_MOUSE_OVER
|
|
{
|
|
File = "presenterscreen-ButtonMinusMouseOver.png";
|
|
};
|
|
|
|
Bitmap BMP_PRESENTERSCREEN_BUTTON_NOTES_DISABLED
|
|
{
|
|
File = "presenterscreen-ButtonNotesDisabled.png";
|
|
};
|
|
|
|
Bitmap BMP_PRESENTERSCREEN_BORDER_CURRENT_SLIDE_BOTTOM_LEFT
|
|
{
|
|
File = "presenterscreen-BorderCurrentSlideBottomLeft.png";
|
|
};
|
|
|
|
Bitmap BMP_PRESENTERSCREEN_BORDER_TOP_RIGHT
|
|
{
|
|
File = "presenterscreen-BorderTopRight.png";
|
|
};
|
|
|
|
Bitmap BMP_PRESENTERSCREEN_BUTTON_HELP_MOUSE_OVER
|
|
{
|
|
File = "presenterscreen-ButtonHelpMouseOver.png";
|
|
};
|
|
|
|
Bitmap BMP_PRESENTERSCREEN_SCROLLBAR_THUMB_TOP_NORMAL
|
|
{
|
|
File = "presenterscreen-ScrollbarThumbTopNormal.png";
|
|
};
|
|
|
|
Bitmap BMP_PRESENTERSCREEN_SCROLLBAR_ARROW_UP_SELECTED
|
|
{
|
|
File = "presenterscreen-ScrollbarArrowUpSelected.png";
|
|
};
|
|
|
|
Bitmap BMP_PRESENTERSCREEN_SCROLLBAR_ARROW_UP_DISABLED
|
|
{
|
|
File = "presenterscreen-ScrollbarArrowUpDisabled.png";
|
|
};
|
|
|
|
Bitmap BMP_PRESENTERSCREEN_SCROLLBAR_ARROW_UP_NORMAL
|
|
{
|
|
File = "presenterscreen-ScrollbarArrowUpNormal.png";
|
|
};
|
|
|
|
Bitmap BMP_PRESENTERSCREEN_BORDER_TOOLBAR_BOTTOM
|
|
{
|
|
File = "presenterscreen-BorderToolbarBottom.png";
|
|
};
|
|
|
|
Bitmap BMP_PRESENTERSCREEN_BORDER_CURRENT_SLIDE_TOP_LEFT
|
|
{
|
|
File = "presenterscreen-BorderCurrentSlideTopLeft.png";
|
|
};
|
|
|
|
Bitmap BMP_PRESENTERSCREEN_BUTTON_MINUS_NORMAL
|
|
{
|
|
File = "presenterscreen-ButtonMinusNormal.png";
|
|
};
|
|
|
|
Bitmap BMP_PRESENTERSCREEN_SCROLLBAR_THUMB_BOTTOM_MOUSE_OVER
|
|
{
|
|
File = "presenterscreen-ScrollbarThumbBottomMouseOver.png";
|
|
};
|
|
|
|
Bitmap BMP_PRESENTERSCREEN_BORDER_ACTIVE_TOP_LEFT
|
|
{
|
|
File = "presenterscreen-BorderActiveTopLeft.png";
|
|
};
|
|
|
|
Bitmap BMP_PRESENTERSCREEN_BORDER_CURRENT_SLIDE_BOTTOM
|
|
{
|
|
File = "presenterscreen-BorderCurrentSlideBottom.png";
|
|
};
|
|
|
|
Bitmap BMP_PRESENTERSCREEN_SCROLLBAR_PAGER_MIDDLE_MOUSE_OVER
|
|
{
|
|
File = "presenterscreen-ScrollbarPagerMiddleMouseOver.png";
|
|
};
|
|
|
|
Bitmap BMP_PRESENTERSCREEN_LABEL_MOUSE_OVER_LEFT
|
|
{
|
|
File = "presenterscreen-LabelMouseOverLeft.png";
|
|
};
|
|
|
|
Bitmap BMP_PRESENTERSCREEN_BORDER_CURRENT_SLIDE_RIGHT
|
|
{
|
|
File = "presenterscreen-BorderCurrentSlideRight.png";
|
|
};
|
|
|
|
Bitmap BMP_PRESENTERSCREEN_BORDER_BOTTOM_RIGHT
|
|
{
|
|
File = "presenterscreen-BorderBottomRight.png";
|
|
};
|
|
|
|
Bitmap BMP_PRESENTERSCREEN_SCROLLBAR_THUMB_BOTTOM_NORMAL
|
|
{
|
|
File = "presenterscreen-ScrollbarThumbBottomNormal.png";
|
|
};
|
|
|
|
Bitmap BMP_PRESENTERSCREEN_BUTTON_PLUS_DISABLED
|
|
{
|
|
File = "presenterscreen-ButtonPlusDisabled.png";
|
|
};
|
|
|
|
// This definition is not used directly.
|
|
// It is only here to be shipped in images.zip.
|
|
// The bitmap itself is used from sdext/source/minimizer.
|
|
Bitmap BMP_PRESENTATION_MINIMIZER
|
|
{
|
|
File = "minimize_presi_80.png";
|
|
};
|
|
|
|
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|