166220049SAndrew Rist/************************************************************** 2*e7d71936Smseidel * 366220049SAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one 466220049SAndrew Rist * or more contributor license agreements. See the NOTICE file 566220049SAndrew Rist * distributed with this work for additional information 666220049SAndrew Rist * regarding copyright ownership. The ASF licenses this file 766220049SAndrew Rist * to you under the Apache License, Version 2.0 (the 866220049SAndrew Rist * "License"); you may not use this file except in compliance 966220049SAndrew Rist * with the License. You may obtain a copy of the License at 10*e7d71936Smseidel * 1166220049SAndrew Rist * http://www.apache.org/licenses/LICENSE-2.0 12*e7d71936Smseidel * 1366220049SAndrew Rist * Unless required by applicable law or agreed to in writing, 1466220049SAndrew Rist * software distributed under the License is distributed on an 1566220049SAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 1666220049SAndrew Rist * KIND, either express or implied. See the License for the 1766220049SAndrew Rist * specific language governing permissions and limitations 1866220049SAndrew Rist * under the License. 19*e7d71936Smseidel * 2066220049SAndrew Rist *************************************************************/ 2166220049SAndrew Rist 2266220049SAndrew Rist 23cdf0e10cSrcweir 24cdf0e10cSrcweir#include "glob.hrc" 25cdf0e10cSrcweir#include "slideshow.hrc" 26cdf0e10cSrcweir 27cdf0e10cSrcweirMenu RID_SLIDESHOW_CONTEXTMENU 28cdf0e10cSrcweir{ 29081e7efeSMatthias Seidel ItemList = 30081e7efeSMatthias Seidel { 31cdf0e10cSrcweir MenuItem 32cdf0e10cSrcweir { 33*e7d71936Smseidel Identifier = CM_NEXT_SLIDE ; 34*e7d71936Smseidel Text [ en-US ] = "~Next" ; 35*e7d71936Smseidel }; 36*e7d71936Smseidel MenuItem 37*e7d71936Smseidel { 38*e7d71936Smseidel Identifier = CM_PREV_SLIDE ; 39*e7d71936Smseidel Text [ en-US ] = "~Previous" ; 40*e7d71936Smseidel }; 41*e7d71936Smseidel MenuItem 42*e7d71936Smseidel { 43*e7d71936Smseidel Identifier = CM_GOTO ; 44*e7d71936Smseidel Text [ en-US ] = "~Go to Slide" ; 45*e7d71936Smseidel SubMenu = Menu 46081e7efeSMatthias Seidel { 47cdf0e10cSrcweir ItemList = 48cdf0e10cSrcweir { 49cdf0e10cSrcweir MenuItem 50cdf0e10cSrcweir { 51*e7d71936Smseidel Identifier = CM_FIRST_SLIDE ; 52*e7d71936Smseidel Text [ en-US ] = "~First Slide" ; 53081e7efeSMatthias Seidel }; 54cdf0e10cSrcweir MenuItem 55cdf0e10cSrcweir { 56*e7d71936Smseidel Identifier = CM_LAST_SLIDE ; 57*e7d71936Smseidel Text [ en-US ] = "~Last Slide" ; 58cdf0e10cSrcweir }; 59cdf0e10cSrcweir MenuItem 60cdf0e10cSrcweir { 61*e7d71936Smseidel Separator = TRUE ; 62cdf0e10cSrcweir }; 63cdf0e10cSrcweir }; 64cdf0e10cSrcweir }; 65cdf0e10cSrcweir }; 66cdf0e10cSrcweir MenuItem 67cdf0e10cSrcweir { 68*e7d71936Smseidel Separator = TRUE ; 69cdf0e10cSrcweir }; 70081e7efeSMatthias Seidel MenuItem 71081e7efeSMatthias Seidel { 72*e7d71936Smseidel Identifier = CM_PEN_MODE ; 73*e7d71936Smseidel Text [ en-US ] = "Mouse pointer as ~Pen" ; 74081e7efeSMatthias Seidel }; 75081e7efeSMatthias Seidel MenuItem 76081e7efeSMatthias Seidel { 77*e7d71936Smseidel Identifier = CM_WIDTH_PEN ; 78081e7efeSMatthias Seidel Text [ en-US ] = "~Pen Width" ; 79081e7efeSMatthias Seidel SubMenu = Menu 80081e7efeSMatthias Seidel { 81081e7efeSMatthias Seidel ItemList = 82081e7efeSMatthias Seidel { 83*e7d71936Smseidel MenuItem 84*e7d71936Smseidel { 85*e7d71936Smseidel Identifier = CM_WIDTH_PEN_VERY_THIN ; 86*e7d71936Smseidel Text [ en-US ] = "~Very thin" ; 87*e7d71936Smseidel }; 88*e7d71936Smseidel MenuItem 89*e7d71936Smseidel { 90*e7d71936Smseidel Identifier = CM_WIDTH_PEN_THIN ; 91*e7d71936Smseidel Text [ en-US ] = "~Thin" ; 92*e7d71936Smseidel }; 93*e7d71936Smseidel MenuItem 94*e7d71936Smseidel { 95*e7d71936Smseidel Identifier = CM_WIDTH_PEN_NORMAL ; 96*e7d71936Smseidel Text [ en-US ] = "~Normal" ; 97*e7d71936Smseidel }; 98*e7d71936Smseidel MenuItem 99*e7d71936Smseidel { 100*e7d71936Smseidel Identifier = CM_WIDTH_PEN_THICK ; 101*e7d71936Smseidel Text [ en-US ] = "~Thick" ; 102*e7d71936Smseidel }; 103*e7d71936Smseidel MenuItem 104*e7d71936Smseidel { 105*e7d71936Smseidel Identifier = CM_WIDTH_PEN_VERY_THICK ; 106*e7d71936Smseidel Text [ en-US ] = "~Very thick" ; 107*e7d71936Smseidel }; 108081e7efeSMatthias Seidel }; 109081e7efeSMatthias Seidel }; 110081e7efeSMatthias Seidel }; 111081e7efeSMatthias Seidel MenuItem 112081e7efeSMatthias Seidel { 113081e7efeSMatthias Seidel Identifier = CM_COLOR_PEN ; 114081e7efeSMatthias Seidel Text [ en-US ] = "~Change pen Color..." ; 115081e7efeSMatthias Seidel }; 116081e7efeSMatthias Seidel MenuItem 117081e7efeSMatthias Seidel { 118081e7efeSMatthias Seidel Identifier = CM_ERASE_ALLINK ; 119081e7efeSMatthias Seidel Text [ en-US ] = "~Erase all ink on Slide" ; 120081e7efeSMatthias Seidel }; 121081e7efeSMatthias Seidel MenuItem 122081e7efeSMatthias Seidel { 123*e7d71936Smseidel Separator = TRUE ; 124081e7efeSMatthias Seidel }; 125cdf0e10cSrcweir MenuItem 126cdf0e10cSrcweir { 127*e7d71936Smseidel Identifier = CM_SCREEN ; 128cdf0e10cSrcweir Text [ en-US ] = "~Screen" ; 129cdf0e10cSrcweir 130cdf0e10cSrcweir SubMenu = Menu 131cdf0e10cSrcweir { 132cdf0e10cSrcweir ItemList = 133cdf0e10cSrcweir { 134cdf0e10cSrcweir MenuItem 135cdf0e10cSrcweir { 136*e7d71936Smseidel Identifier = CM_SCREEN_BLACK ; 137*e7d71936Smseidel Text [ en-US ] = "~Black" ; 138081e7efeSMatthias Seidel }; 139cdf0e10cSrcweir MenuItem 140cdf0e10cSrcweir { 141*e7d71936Smseidel Identifier = CM_SCREEN_WHITE ; 142*e7d71936Smseidel Text [ en-US ] = "~White" ; 143cdf0e10cSrcweir }; 144cdf0e10cSrcweir }; 145cdf0e10cSrcweir }; 146cdf0e10cSrcweir }; 147cdf0e10cSrcweir MenuItem 148cdf0e10cSrcweir { 149cdf0e10cSrcweir Identifier = CM_ENDSHOW ; 150cdf0e10cSrcweir Text [ en-US ] = "~End Show" ; 151cdf0e10cSrcweir }; 152081e7efeSMatthias Seidel }; 153cdf0e10cSrcweir}; 154*e7d71936Smseidel 155*e7d71936Smseidel// ********************************************************************** EOF 156