1 /*************************************************************************
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 * Copyright 2008 by Sun Microsystems, Inc.
7 * OpenOffice.org - a multi-platform office productivity suite
9 * $RCSfile: CustomAnimationPane.src,v $
12 * This file is part of OpenOffice.org.
14 * OpenOffice.org is free software: you can redistribute it and/or modify
15 * it under the terms of the GNU Lesser General Public License version 3
16 * only, as published by the Free Software Foundation.
18 * OpenOffice.org is distributed in the hope that it will be useful,
19 * but WITHOUT ANY WARRANTY; without even the implied warranty of
20 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21 * GNU Lesser General Public License version 3 for more details
22 * (a copy is included in the LICENSE file that accompanied this code).
24 * You should have received a copy of the GNU Lesser General Public License
25 * version 3 along with OpenOffice.org. If not, see
26 * <http://www.openoffice.org/license.html>
27 * for a copy of the LGPLv3 License.
29 ************************************************************************/
31 #include "CustomAnimationPane.hrc"
32 #include "CustomAnimation.hrc"
35 Control DLG_CUSTOMANIMATIONPANE
41 Size = MAP_APPFONT( 160, 300 );
42 Text [ en-US ] = "Custom Animation";
47 Size = MAP_APPFONT( 260, 8 );
49 Text [ en-US ] = "Effect";
52 PushButton PB_ADD_EFFECT
54 HelpId = HID_SD_CUSTOMANIMATIONPANE_PB_ADD_EFFECT;
57 Size = MAP_APPFONT( 50, 14 );
59 Text [ en-US ] = "~Add...";
62 PushButton PB_CHANGE_EFFECT
64 HelpId = HID_SD_CUSTOMANIMATIONPANE_PB_CHANGE_EFFECT;
67 Size = MAP_APPFONT( 50, 14 );
69 Text [ en-US ] = "~Change...";
72 PushButton PB_REMOVE_EFFECT
74 HelpId = HID_SD_CUSTOMANIMATIONPANE_PB_REMOVE_EFFECT;
77 Size = MAP_APPFONT( 50, 14 );
79 Text [ en-US ] = "~Remove";
85 Size = MAP_APPFONT( 260, 8 );
87 Text [ en-US ] = "Modify effect";
93 Size = MAP_APPFONT( 42, 8 );
95 Text [ en-US ] = "~Start";
100 HelpId = HID_SD_CUSTOMANIMATIONPANE_LB_START;
101 Size = MAP_APPFONT ( 120 , 48 );
106 StringList [ en-US ] =
109 < "With previous" ; > ;
110 < "After previous" ; > ;
114 FixedText FT_PROPERTY
117 Size = MAP_APPFONT( 42, 8 );
119 Text [ en-US ] = "Property";
124 HelpId = HID_SD_CUSTOMANIMATIONPANE_LB_PROPERTY;
125 Size = MAP_APPFONT ( 120 , 48 );
131 PushButton PB_PROPERTY_MORE
133 HelpId = HID_SD_CUSTOMANIMATIONPANE_PB_PROPERTY_MORE;
136 Size = MAP_APPFONT( 16, 14 );
138 Text [ en-US ] = "~...";
140 QuickHelpText [en-US ] = "Effect Options";
146 Size = MAP_APPFONT( 42, 8 );
148 Text [ en-US ] = "Sp~eed";
153 HelpId = HID_SD_CUSTOMANIMATIONPANE_CB_SPEED;
154 Size = MAP_APPFONT ( 120 , 48 );
160 Control CT_CUSTOM_ANIMATION_LIST
162 HelpId = HID_SD_CUSTOMANIMATIONPANE_CT_CUSTOM_ANIMATION_LIST;
167 FixedText FT_CHANGE_ORDER
170 Size = MAP_APPFONT( 42, 8 );
172 Text [ en-US ] = "Change order:";
175 PushButton PB_MOVE_UP
177 HelpId = HID_SD_CUSTOMANIMATIONPANE_PB_MOVE_UP;
180 Size = MAP_APPFONT( 16, 14 );
183 PushButton PB_MOVE_DOWN
185 HelpId = HID_SD_CUSTOMANIMATIONPANE_PB_MOVE_DOWN;
188 Size = MAP_APPFONT( 16, 14 );
191 FixedLine FL_SEPERATOR1
194 Size = MAP_APPFONT( 8, 8 );
199 HelpId = HID_SD_CUSTOMANIMATIONPANE_PB_PLAY;
200 Size = MAP_APPFONT ( 50 , 14 ) ;
203 Text [ en-US ] = "~Play";
206 PushButton PB_SLIDE_SHOW
208 HelpId = HID_SD_CUSTOMANIMATIONPANE_PB_SLIDE_SHOW;
209 Size = MAP_APPFONT ( 80 , 14 ) ;
212 Text [ en-US ] = "Slide Sho~w";
215 FixedLine FL_SEPERATOR2
217 Size = MAP_APPFONT( 8, 8 );
220 CheckBox CB_AUTOPREVIEW
222 HelpId = HID_SD_CUSTOMANIMATIONPANE_CB_AUTOPREVIEW;
223 Size = MAP_APPFONT ( 120 , 10 ) ;
225 Text [ en-US ] = "Automatic pre~view" ;