166220049SAndrew Rist/************************************************************** 2*61060e70Smseidel * 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*61060e70Smseidel * 1166220049SAndrew Rist * http://www.apache.org/licenses/LICENSE-2.0 12*61060e70Smseidel * 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*61060e70Smseidel * 2066220049SAndrew Rist *************************************************************/ 2166220049SAndrew Rist 2266220049SAndrew Rist 23cdf0e10cSrcweir 24cdf0e10cSrcweir#include "CustomAnimation.hrc" 25cdf0e10cSrcweir 26cdf0e10cSrcweirMenu RID_EFFECT_CONTEXTMENU 27cdf0e10cSrcweir{ 28cdf0e10cSrcweir ItemList = 29cdf0e10cSrcweir { 30*61060e70Smseidel MenuItem 31*61060e70Smseidel { 32*61060e70Smseidel Identifier = CM_WITH_CLICK ; 33*61060e70Smseidel Text [ en-US ] = "Start On ~Click" ; 34*61060e70Smseidel }; 35*61060e70Smseidel MenuItem 36*61060e70Smseidel { 37*61060e70Smseidel Identifier = CM_WITH_PREVIOUS ; 38*61060e70Smseidel Text [ en-US ] = "Start ~With Previous" ; 39*61060e70Smseidel }; 40*61060e70Smseidel MenuItem 41*61060e70Smseidel { 42*61060e70Smseidel Identifier = CM_AFTER_PREVIOUS ; 43*61060e70Smseidel Text [ en-US ] = "Start ~After Previous" ; 44*61060e70Smseidel }; 45cdf0e10cSrcweir MenuItem 46cdf0e10cSrcweir { 47cdf0e10cSrcweir Separator = TRUE ; 48cdf0e10cSrcweir }; 49*61060e70Smseidel MenuItem 50*61060e70Smseidel { 51*61060e70Smseidel Identifier = CM_OPTIONS ; 52*61060e70Smseidel Text [ en-US ] = "~Effect Options..." ; 53*61060e70Smseidel }; 54*61060e70Smseidel MenuItem 55*61060e70Smseidel { 56*61060e70Smseidel Identifier = CM_DURATION ; 57*61060e70Smseidel Text [ en-US ] = "~Timing..." ; 58*61060e70Smseidel }; 59*61060e70Smseidel MenuItem 60*61060e70Smseidel { 61*61060e70Smseidel Identifier = CM_REMOVE ; 62*61060e70Smseidel Text [ en-US ] = "~Remove" ; 63*61060e70Smseidel }; 64cdf0e10cSrcweir }; 65cdf0e10cSrcweir}; 66cdf0e10cSrcweir 67cdf0e10cSrcweirMenu RID_CUSTOMANIMATION_FONTSIZE_POPUP 68cdf0e10cSrcweir{ 69cdf0e10cSrcweir ItemList = 70cdf0e10cSrcweir { 71cdf0e10cSrcweir MenuItem 72cdf0e10cSrcweir { 73*61060e70Smseidel Identifier = CM_SIZE_25 ; 74*61060e70Smseidel Text [ en-US ] = "Tiny" ; 75*61060e70Smseidel }; 76cdf0e10cSrcweir MenuItem 77cdf0e10cSrcweir { 78*61060e70Smseidel Identifier = CM_SIZE_50 ; 79*61060e70Smseidel Text [ en-US ] = "Smaller" ; 80*61060e70Smseidel }; 81cdf0e10cSrcweir MenuItem 82cdf0e10cSrcweir { 83*61060e70Smseidel Identifier = CM_SIZE_150 ; 84*61060e70Smseidel Text [ en-US ] = "Larger" ; 85*61060e70Smseidel }; 86cdf0e10cSrcweir MenuItem 87cdf0e10cSrcweir { 88*61060e70Smseidel Identifier = CM_SIZE_400 ; 89*61060e70Smseidel Text [ en-US ] = "Extra large" ; 90*61060e70Smseidel }; 91cdf0e10cSrcweir }; 92cdf0e10cSrcweir}; 93cdf0e10cSrcweir 94cdf0e10cSrcweirMenu RID_CUSTOMANIMATION_SCALE_POPUP 95cdf0e10cSrcweir{ 96cdf0e10cSrcweir ItemList = 97cdf0e10cSrcweir { 98cdf0e10cSrcweir MenuItem 99cdf0e10cSrcweir { 100*61060e70Smseidel Identifier = CM_SIZE_25 ; 101*61060e70Smseidel Text [ en-US ] = "Tiny" ; 102*61060e70Smseidel }; 103cdf0e10cSrcweir MenuItem 104cdf0e10cSrcweir { 105*61060e70Smseidel Identifier = CM_SIZE_50 ; 106*61060e70Smseidel Text [ en-US ] = "Smaller" ; 107*61060e70Smseidel }; 108cdf0e10cSrcweir MenuItem 109cdf0e10cSrcweir { 110*61060e70Smseidel Identifier = CM_SIZE_150 ; 111*61060e70Smseidel Text [ en-US ] = "Larger" ; 112*61060e70Smseidel }; 113cdf0e10cSrcweir MenuItem 114cdf0e10cSrcweir { 115*61060e70Smseidel Identifier = CM_SIZE_400 ; 116*61060e70Smseidel Text [ en-US ] = "Extra large" ; 117*61060e70Smseidel }; 118cdf0e10cSrcweir MenuItem 119cdf0e10cSrcweir { 120cdf0e10cSrcweir Separator = TRUE ; 121*61060e70Smseidel }; 122*61060e70Smseidel MenuItem 123*61060e70Smseidel { 124*61060e70Smseidel Identifier = CM_HORIZONTAL ; 125*61060e70Smseidel Text [ en-US ] = "Horizontal" ; 126*61060e70Smseidel 127*61060e70Smseidel }; 128*61060e70Smseidel MenuItem 129*61060e70Smseidel { 130*61060e70Smseidel Identifier = CM_VERTICAL ; 131*61060e70Smseidel Text [ en-US ] = "Vertical" ; 132*61060e70Smseidel 133*61060e70Smseidel }; 134*61060e70Smseidel MenuItem 135*61060e70Smseidel { 136*61060e70Smseidel Identifier = CM_BOTH ; 137*61060e70Smseidel Text [ en-US ] = "Both" ; 138*61060e70Smseidel 139*61060e70Smseidel }; 140cdf0e10cSrcweir }; 141cdf0e10cSrcweir}; 142*61060e70Smseidel 143cdf0e10cSrcweirMenu RID_CUSTOMANIMATION_ROTATION_POPUP 144cdf0e10cSrcweir{ 145cdf0e10cSrcweir ItemList = 146cdf0e10cSrcweir { 147*61060e70Smseidel MenuItem 148*61060e70Smseidel { 149*61060e70Smseidel Identifier = CM_QUARTER_SPIN ; 150*61060e70Smseidel Text [ en-US ] = "Quarter spin" ; 151*61060e70Smseidel }; 152*61060e70Smseidel MenuItem 153*61060e70Smseidel { 154*61060e70Smseidel Identifier = CM_HALF_SPIN ; 155*61060e70Smseidel Text [ en-US ] = "Half spin" ; 156*61060e70Smseidel }; 157*61060e70Smseidel MenuItem 158*61060e70Smseidel { 159*61060e70Smseidel Identifier = CM_FULL_SPIN ; 160*61060e70Smseidel Text [ en-US ] = "Full spin" ; 161*61060e70Smseidel }; 162*61060e70Smseidel MenuItem 163*61060e70Smseidel { 164*61060e70Smseidel Identifier = CM_TWO_SPINS; 165*61060e70Smseidel Text [ en-US ] = "Two spins" ; 166*61060e70Smseidel }; 167cdf0e10cSrcweir MenuItem 168cdf0e10cSrcweir { 169cdf0e10cSrcweir Separator = TRUE ; 170cdf0e10cSrcweir }; 171*61060e70Smseidel MenuItem 172*61060e70Smseidel { 173*61060e70Smseidel Identifier = CM_CLOCKWISE ; 174*61060e70Smseidel Text [ en-US ] = "Clockwise" ; 175*61060e70Smseidel }; 176*61060e70Smseidel MenuItem 177*61060e70Smseidel { 178*61060e70Smseidel Identifier = CM_COUNTERCLOCKWISE ; 179*61060e70Smseidel Text [ en-US ] = "Counter-clockwise" ; 180*61060e70Smseidel }; 181cdf0e10cSrcweir }; 182cdf0e10cSrcweir}; 183cdf0e10cSrcweir 184cdf0e10cSrcweirMenu RID_CUSTOMANIMATION_FONTSTYLE_POPUP 185cdf0e10cSrcweir{ 186cdf0e10cSrcweir ItemList = 187cdf0e10cSrcweir { 188*61060e70Smseidel MenuItem 189*61060e70Smseidel { 190*61060e70Smseidel Identifier = CM_BOLD ; 191*61060e70Smseidel Text [ en-US ] = "Bold" ; 192*61060e70Smseidel }; 193*61060e70Smseidel MenuItem 194*61060e70Smseidel { 195*61060e70Smseidel Identifier = CM_ITALIC ; 196*61060e70Smseidel Text [ en-US ] = "Italic" ; 197*61060e70Smseidel }; 198*61060e70Smseidel MenuItem 199*61060e70Smseidel { 200*61060e70Smseidel Identifier = CM_UNDERLINED ; 201*61060e70Smseidel Text [ en-US ] = "Underlined" ; 202*61060e70Smseidel }; 203cdf0e10cSrcweir }; 204cdf0e10cSrcweir}; 205cdf0e10cSrcweir 206cdf0e10cSrcweirString STR_CUSTOMANIMATION_DURATION_VERY_SLOW 207cdf0e10cSrcweir{ 208*61060e70Smseidel Text [ en-US ] = "Very slow" ; 209cdf0e10cSrcweir}; 210cdf0e10cSrcweir 211cdf0e10cSrcweirString STR_CUSTOMANIMATION_DURATION_SLOW 212cdf0e10cSrcweir{ 213*61060e70Smseidel Text [ en-US ] = "Slow" ; 214cdf0e10cSrcweir}; 215cdf0e10cSrcweir 216cdf0e10cSrcweirString STR_CUSTOMANIMATION_DURATION_NORMAL 217cdf0e10cSrcweir{ 218*61060e70Smseidel Text [ en-US ] = "Medium" ; 219cdf0e10cSrcweir}; 220cdf0e10cSrcweir 221cdf0e10cSrcweirString STR_CUSTOMANIMATION_DURATION_FAST 222cdf0e10cSrcweir{ 223*61060e70Smseidel Text [ en-US ] = "Fast" ; 224cdf0e10cSrcweir}; 225cdf0e10cSrcweir 226cdf0e10cSrcweirString STR_CUSTOMANIMATION_DURATION_VERY_FAST 227cdf0e10cSrcweir{ 228*61060e70Smseidel Text [ en-US ] = "Very fast" ; 229cdf0e10cSrcweir}; 230cdf0e10cSrcweir 231cdf0e10cSrcweirString STR_CUSTOMANIMATION_REPEAT_NONE 232cdf0e10cSrcweir{ 233*61060e70Smseidel Text [ en-US ] = "none" ; 234cdf0e10cSrcweir}; 235cdf0e10cSrcweir 236cdf0e10cSrcweirString STR_CUSTOMANIMATION_REPEAT_UNTIL_NEXT_CLICK 237cdf0e10cSrcweir{ 238*61060e70Smseidel Text [ en-US ] = "Until next click" ; 239cdf0e10cSrcweir}; 240cdf0e10cSrcweir 241cdf0e10cSrcweirString STR_CUSTOMANIMATION_REPEAT_UNTIL_END_OF_SLIDE 242cdf0e10cSrcweir{ 243*61060e70Smseidel Text [ en-US ] = "Until end of slide" ; 244cdf0e10cSrcweir}; 245cdf0e10cSrcweir 246cdf0e10cSrcweirString STR_CUSTOMANIMATION_DIRECTION_PROPERTY 247cdf0e10cSrcweir{ 248*61060e70Smseidel Text [ en-US ] = "Direction" ; 249cdf0e10cSrcweir}; 250cdf0e10cSrcweir 251cdf0e10cSrcweirString STR_CUSTOMANIMATION_ZOOM_PROPERTY 252cdf0e10cSrcweir{ 253*61060e70Smseidel Text [ en-US ] = "Zoom" ; 254cdf0e10cSrcweir}; 255cdf0e10cSrcweir 256cdf0e10cSrcweirString STR_CUSTOMANIMATION_SPOKES_PROPERTY 257cdf0e10cSrcweir{ 258*61060e70Smseidel Text [ en-US ] = "Spokes" ; 259cdf0e10cSrcweir}; 260cdf0e10cSrcweir 261cdf0e10cSrcweirString STR_CUSTOMANIMATION_FIRST_COLOR_PROPERTY 262cdf0e10cSrcweir{ 263*61060e70Smseidel Text [ en-US ] = "First color" ; 264cdf0e10cSrcweir}; 265cdf0e10cSrcweir 266cdf0e10cSrcweirString STR_CUSTOMANIMATION_SECOND_COLOR_PROPERTY 267cdf0e10cSrcweir{ 268*61060e70Smseidel Text [ en-US ] = "Second color" ; 269cdf0e10cSrcweir}; 270cdf0e10cSrcweir 271cdf0e10cSrcweirString STR_CUSTOMANIMATION_FILL_COLOR_PROPERTY 272cdf0e10cSrcweir{ 273*61060e70Smseidel Text [ en-US ] = "Fill color" ; 274cdf0e10cSrcweir}; 275cdf0e10cSrcweir 276cdf0e10cSrcweirString STR_CUSTOMANIMATION_STYLE_PROPERTY 277cdf0e10cSrcweir{ 278*61060e70Smseidel Text [ en-US ] = "Style" ; 279cdf0e10cSrcweir}; 280cdf0e10cSrcweir 281cdf0e10cSrcweirString STR_CUSTOMANIMATION_FONT_PROPERTY 282cdf0e10cSrcweir{ 283*61060e70Smseidel Text [ en-US ] = "Font" ; 284cdf0e10cSrcweir}; 285cdf0e10cSrcweir 286cdf0e10cSrcweirString STR_CUSTOMANIMATION_FONT_COLOR_PROPERTY 287cdf0e10cSrcweir{ 288*61060e70Smseidel Text [ en-US ] = "Font color" ; 289cdf0e10cSrcweir}; 290cdf0e10cSrcweir 291cdf0e10cSrcweirString STR_CUSTOMANIMATION_FONT_SIZE_STYLE_PROPERTY 292cdf0e10cSrcweir{ 293*61060e70Smseidel Text [ en-US ] = "Style" ; 294cdf0e10cSrcweir}; 295cdf0e10cSrcweir 296cdf0e10cSrcweirString STR_CUSTOMANIMATION_FONT_STYLE_PROPERTY 297cdf0e10cSrcweir{ 298*61060e70Smseidel Text [ en-US ] = "Typeface" ; 299cdf0e10cSrcweir}; 300cdf0e10cSrcweir 301cdf0e10cSrcweirString STR_CUSTOMANIMATION_LINE_COLOR_PROPERTY 302cdf0e10cSrcweir{ 303*61060e70Smseidel Text [ en-US ] = "Line color" ; 304cdf0e10cSrcweir}; 305cdf0e10cSrcweir 306cdf0e10cSrcweirString STR_CUSTOMANIMATION_SIZE_PROPERTY 307cdf0e10cSrcweir{ 308*61060e70Smseidel Text [ en-US ] = "Font size" ; 309cdf0e10cSrcweir}; 310cdf0e10cSrcweir 311cdf0e10cSrcweirString STR_CUSTOMANIMATION_SCALE_PROPERTY 312cdf0e10cSrcweir{ 313*61060e70Smseidel Text [ en-US ] = "Size" ; 314cdf0e10cSrcweir}; 315cdf0e10cSrcweir 316cdf0e10cSrcweirString STR_CUSTOMANIMATION_AMOUNT_PROPERTY 317cdf0e10cSrcweir{ 318*61060e70Smseidel Text [ en-US ] = "Amount" ; 319cdf0e10cSrcweir}; 320cdf0e10cSrcweir 321cdf0e10cSrcweirString STR_CUSTOMANIMATION_COLOR_PROPERTY 322cdf0e10cSrcweir{ 323*61060e70Smseidel Text [ en-US ] = "Color" ; 324cdf0e10cSrcweir}; 325cdf0e10cSrcweir 326cdf0e10cSrcweirString STR_CUSTOMANIMATION_NO_SOUND 327cdf0e10cSrcweir{ 328*61060e70Smseidel Text [ en-US ] = "(No sound)" ; 329cdf0e10cSrcweir}; 330cdf0e10cSrcweir 331cdf0e10cSrcweirString STR_CUSTOMANIMATION_STOP_PREVIOUS_SOUND 332cdf0e10cSrcweir{ 333*61060e70Smseidel Text [ en-US ] = "(Stop previous sound)" ; 334cdf0e10cSrcweir}; 335cdf0e10cSrcweir 336cdf0e10cSrcweirString STR_CUSTOMANIMATION_BROWSE_SOUND 337cdf0e10cSrcweir{ 338*61060e70Smseidel Text [ en-US ] = "Other sound..." ; 339cdf0e10cSrcweir}; 340cdf0e10cSrcweir 341cdf0e10cSrcweirString STR_CUSTOMANIMATION_SAMPLE 342cdf0e10cSrcweir{ 343*61060e70Smseidel Text [ en-US ] = "Sample" ; 344cdf0e10cSrcweir}; 345cdf0e10cSrcweir 346cdf0e10cSrcweirString STR_CUSTOMANIMATION_1_SPOKES 347cdf0e10cSrcweir{ 348*61060e70Smseidel Text [ en-US ] = "1 Spoke" ; 349cdf0e10cSrcweir}; 350cdf0e10cSrcweir 351cdf0e10cSrcweirString STR_CUSTOMANIMATION_2_SPOKES 352cdf0e10cSrcweir{ 353*61060e70Smseidel Text [ en-US ] = "2 Spokes" ; 354cdf0e10cSrcweir}; 355cdf0e10cSrcweir 356cdf0e10cSrcweirString STR_CUSTOMANIMATION_3_SPOKES 357cdf0e10cSrcweir{ 358*61060e70Smseidel Text [ en-US ] = "3 Spokes" ; 359cdf0e10cSrcweir}; 360cdf0e10cSrcweir 361cdf0e10cSrcweirString STR_CUSTOMANIMATION_4_SPOKES 362cdf0e10cSrcweir{ 363*61060e70Smseidel Text [ en-US ] = "4 Spokes" ; 364cdf0e10cSrcweir}; 365cdf0e10cSrcweir 366cdf0e10cSrcweirString STR_CUSTOMANIMATION_8_SPOKES 367cdf0e10cSrcweir{ 368*61060e70Smseidel Text [ en-US ] = "8 Spokes" ; 369cdf0e10cSrcweir}; 370cdf0e10cSrcweir 371cdf0e10cSrcweirString STR_CUSTOMANIMATION_INSTANT 372cdf0e10cSrcweir{ 373*61060e70Smseidel Text [ en-US ] = "Instant" ; 374cdf0e10cSrcweir}; 375cdf0e10cSrcweir 376cdf0e10cSrcweirString STR_CUSTOMANIMATION_GRADUAL 377cdf0e10cSrcweir{ 378*61060e70Smseidel Text [ en-US ] = "Gradual" ; 379cdf0e10cSrcweir}; 380cdf0e10cSrcweir 381cdf0e10cSrcweirString STR_CUSTOMANIMATION_TRIGGER 382cdf0e10cSrcweir{ 383*61060e70Smseidel Text [ en-US ] = "Trigger" ; 384cdf0e10cSrcweir}; 385cdf0e10cSrcweir 386cdf0e10cSrcweirString STR_CUSTOMANIMATION_LIST_HELPTEXT 387cdf0e10cSrcweir{ 388*61060e70Smseidel Text [ en-US ] = "First select the slide element and then click 'Add...' to add an animation effect." ; 389cdf0e10cSrcweir}; 390cdf0e10cSrcweir 391cdf0e10cSrcweirImage IMG_CUSTOMANIMATION_ON_CLICK 392cdf0e10cSrcweir{ 393cdf0e10cSrcweir ImageBitmap = Bitmap { File = "click_16.png" ; }; 394cdf0e10cSrcweir}; 395cdf0e10cSrcweir 396cdf0e10cSrcweirImage IMG_CUSTOMANIMATION_ON_CLICK_H 397cdf0e10cSrcweir{ 398cdf0e10cSrcweir ImageBitmap = Bitmap { File = "click_16_h.png" ; }; 399cdf0e10cSrcweir}; 400cdf0e10cSrcweir 401cdf0e10cSrcweirImage IMG_CUSTOMANIMATION_AFTER_PREVIOUS 402cdf0e10cSrcweir{ 403cdf0e10cSrcweir ImageBitmap = Bitmap { File = "time_16.png" ; }; 404cdf0e10cSrcweir}; 405cdf0e10cSrcweir 406cdf0e10cSrcweirImage IMG_CUSTOMANIMATION_AFTER_PREVIOUS_H 407cdf0e10cSrcweir{ 408cdf0e10cSrcweir ImageBitmap = Bitmap { File = "time_16_h.png" ; }; 409cdf0e10cSrcweir}; 410cdf0e10cSrcweir 411cdf0e10cSrcweirImage IMG_CUSTOMANIMATION_ENTRANCE_EFFECT 412cdf0e10cSrcweir{ 413cdf0e10cSrcweir ImageBitmap = Bitmap { File = "effect_16.png" ; }; 414cdf0e10cSrcweir}; 415cdf0e10cSrcweir 416cdf0e10cSrcweirImage IMG_CUSTOMANIMATION_ENTRANCE_EFFECT_H 417cdf0e10cSrcweir{ 418cdf0e10cSrcweir ImageBitmap = Bitmap { File = "effect_16_h.png" ; }; 419cdf0e10cSrcweir}; 420cdf0e10cSrcweir 421cdf0e10cSrcweirImage IMG_CUSTOMANIMATION_EMPHASIS_EFFECT 422cdf0e10cSrcweir{ 423cdf0e10cSrcweir ImageBitmap = Bitmap { File = "effectshape_16.png" ; }; 424cdf0e10cSrcweir}; 425cdf0e10cSrcweir 426cdf0e10cSrcweirImage IMG_CUSTOMANIMATION_EMPHASIS_EFFECT_H 427cdf0e10cSrcweir{ 428cdf0e10cSrcweir ImageBitmap = Bitmap { File = "effectshape_16_h.png" ; }; 429cdf0e10cSrcweir}; 430cdf0e10cSrcweir 431cdf0e10cSrcweirImage IMG_CUSTOMANIMATION_EXIT_EFFECT 432cdf0e10cSrcweir{ 433cdf0e10cSrcweir ImageBitmap = Bitmap { File = "effectfade_16.png" ; }; 434cdf0e10cSrcweir}; 435cdf0e10cSrcweir 436cdf0e10cSrcweirImage IMG_CUSTOMANIMATION_EXIT_EFFECT_H 437cdf0e10cSrcweir{ 438cdf0e10cSrcweir ImageBitmap = Bitmap { File = "effectfade_16_h.png" ; }; 439cdf0e10cSrcweir}; 440cdf0e10cSrcweir 441cdf0e10cSrcweirImage IMG_CUSTOMANIMATION_MOTION_PATH 442cdf0e10cSrcweir{ 443cdf0e10cSrcweir ImageBitmap = Bitmap { File = "effectpath_16.png" ; }; 444cdf0e10cSrcweir}; 445cdf0e10cSrcweir 446cdf0e10cSrcweirImage IMG_CUSTOMANIMATION_MOTION_PATH_H 447cdf0e10cSrcweir{ 448cdf0e10cSrcweir ImageBitmap = Bitmap { File = "effectpath_16_h.png" ; }; 449cdf0e10cSrcweir}; 450cdf0e10cSrcweir 451cdf0e10cSrcweirImage IMG_CUSTOMANIMATION_OLE 452cdf0e10cSrcweir{ 453*61060e70Smseidel ImageBitmap = Bitmap { File = "effectole_16.png" ; } ; 454cdf0e10cSrcweir}; 455cdf0e10cSrcweir 456cdf0e10cSrcweirImage IMG_CUSTOMANIMATION_OLE_H 457cdf0e10cSrcweir{ 458*61060e70Smseidel ImageBitmap = Bitmap { File = "effectole_16_h.png" ; } ; 459cdf0e10cSrcweir}; 460cdf0e10cSrcweir 461cdf0e10cSrcweirImage IMG_CUSTOMANIMATION_MEDIA_PLAY 462cdf0e10cSrcweir{ 463*61060e70Smseidel ImageBitmap = Bitmap { File = "playblue_16.png" ; } ; 464cdf0e10cSrcweir}; 465cdf0e10cSrcweir 466cdf0e10cSrcweirImage IMG_CUSTOMANIMATION_MEDIA_PLAY_H 467cdf0e10cSrcweir{ 468*61060e70Smseidel ImageBitmap = Bitmap { File = "playblue_16_h.png" ; } ; 469cdf0e10cSrcweir}; 470cdf0e10cSrcweir 471cdf0e10cSrcweirImage IMG_CUSTOMANIMATION_MEDIA_PAUSE 472cdf0e10cSrcweir{ 473*61060e70Smseidel ImageBitmap = Bitmap { File = "breakplayingblue_16.png" ; } ; 474cdf0e10cSrcweir}; 475cdf0e10cSrcweir 476cdf0e10cSrcweirImage IMG_CUSTOMANIMATION_MEDIA_PAUSE_H 477cdf0e10cSrcweir{ 478*61060e70Smseidel ImageBitmap = Bitmap { File = "breakplayingblue_16_h.png" ; } ; 479cdf0e10cSrcweir}; 480cdf0e10cSrcweir 481cdf0e10cSrcweirImage IMG_CUSTOMANIMATION_MEDIA_STOP 482cdf0e10cSrcweir{ 483*61060e70Smseidel ImageBitmap = Bitmap { File = "stopplayingblue_16.png" ; } ; 484cdf0e10cSrcweir}; 485cdf0e10cSrcweir 486cdf0e10cSrcweirImage IMG_CUSTOMANIMATION_MEDIA_STOP_H 487cdf0e10cSrcweir{ 488*61060e70Smseidel ImageBitmap = Bitmap { File = "stopplayingblue_16_h.png" ; } ; 489cdf0e10cSrcweir}; 490cdf0e10cSrcweir 491*61060e70Smseidel// ********************************************************************** EOF 492