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: animobjs.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 "res_bmp.hrc"
33 #include "animobjs.hrc"
34 #define BUTTON_WIDTH 16
35 #define BUTTON_HEIGHT 14
36 #define BUTTON_SIZE MAP_APPFONT( BUTTON_WIDTH, BUTTON_HEIGHT );
37 #define MIN_BUTTON_WIDTH 12
38 #define MIN_BUTTON_HEIGHT 12
39 #define MIN_BUTTON_SIZE MAP_APPFONT( MIN_BUTTON_WIDTH, MIN_BUTTON_HEIGHT );
40 DockingWindow FLT_WIN_ANIMATION
42 HelpID = SID_ANIMATION_OBJECTS ;
51 EnableResizing = TRUE ;
52 Size = MAP_APPFONT ( 159 , 236 ) ;
53 Text [ en-US ] = "Animation" ;
57 Pos = MAP_APPFONT ( 6 , 6 ) ;
58 Size = MAP_APPFONT ( 147 , 87 ) ;
63 Pos = MAP_APPFONT ( 6 , 100 ) ;
64 Size = MIN_BUTTON_SIZE
65 Symbol = IMAGEBUTTON_WINDSTART ;
66 QuickHelpText [ en-US ] = "First Image" ;
68 ImageButton BTN_REVERSE
70 Pos = MAP_APPFONT ( 6 + MIN_BUTTON_WIDTH , 100 ) ;
71 Size = MIN_BUTTON_SIZE
72 Symbol = IMAGEBUTTON_REVERSEPLAY ;
73 /* ### ACHTUNG: Neuer Text in Resource? Rückwärts : R³ckwõrts */
74 QuickHelpText [ en-US ] = "Backwards" ;
78 Pos = MAP_APPFONT ( 6 + MIN_BUTTON_WIDTH * 2 , 100 ) ;
79 Size = MIN_BUTTON_SIZE
80 Symbol = IMAGEBUTTON_STOP ;
82 QuickHelpText [ en-US ] = "Stop" ;
86 Pos = MAP_APPFONT ( 6 + MIN_BUTTON_WIDTH * 3 , 100 ) ;
87 Size = MIN_BUTTON_SIZE
88 Symbol = IMAGEBUTTON_PLAY ;
89 QuickHelpText [ en-US ] = "Play" ;
93 Pos = MAP_APPFONT ( 6 + MIN_BUTTON_WIDTH * 4 , 100 ) ;
94 Size = MIN_BUTTON_SIZE
95 Symbol = IMAGEBUTTON_WINDEND ;
96 QuickHelpText [ en-US ] = "Last Image" ;
98 NumericField NUM_FLD_BITMAP
101 Pos = MAP_APPFONT ( 6 + 3 + MIN_BUTTON_WIDTH * 5 , 100 ) ;
102 Size = MAP_APPFONT ( MIN_BUTTON_WIDTH * 2 , 12 ) ;
108 StrictFormat = TRUE ;
112 QuickHelpText [ en-US ] = "Image Number" ;
117 Pos = MAP_APPFONT ( 6 + 6 + MIN_BUTTON_WIDTH * 7 , 100 ) ;
118 Size = MAP_APPFONT ( MIN_BUTTON_WIDTH * 2 + 3 , 12 ) ;
128 StrictFormat = TRUE ;
134 QuickHelpText [ en-US ] = "Duration" ;
136 ListBox LB_LOOP_COUNT
139 Pos = MAP_APPFONT ( 6 + 12 + MIN_BUTTON_WIDTH * 9 , 100 ) ;
140 Size = MAP_APPFONT ( MIN_BUTTON_WIDTH * 2 + 3 , 100 ) ;
143 StringList [ en-US ] =
165 /* ### ACHTUNG: Neuer Text in Resource? Anzahl der Durchläufe : Anzahl der Durchlõufe */
166 QuickHelpText [ en-US ] = "Loop Count" ;
168 ImageButton BTN_GET_ONE_OBJECT
170 Pos = MAP_APPFONT ( 12 , 132 ) ;
171 Size = MAP_APPFONT ( 16 , 14 ) ;
176 File = "get1obj.bmp" ;
178 MaskColor = IMAGE_MASK_STDCOLOR;
181 /* ### ACHTUNG: Neuer Text in Resource? Objekt übernehmen : Objekt ³bernehmen */
182 QuickHelpText [ en-US ] = "Apply Object" ;
184 ImageButton BTN_GET_ALL_OBJECTS
186 Pos = MAP_APPFONT ( 31 , 132 ) ;
187 Size = MAP_APPFONT ( 16 , 14 ) ;
192 File = "getallob.bmp" ;
194 MaskColor = IMAGE_MASK_STDCOLOR;
197 /* ### ACHTUNG: Neuer Text in Resource? Objekte einzeln übernehmen : Objekte einzeln ³bernehmen */
198 QuickHelpText [ en-US ] = "Apply Objects Individually" ;
200 ImageButton BTN_REMOVE_BITMAP
202 Pos = MAP_APPFONT ( 60 , 132 ) ;
203 Size = MAP_APPFONT ( 16 , 14 ) ;
208 File = "del1bmp.bmp" ;
210 MaskColor = IMAGE_MASK_STDCOLOR;
213 /* ### ACHTUNG: Neuer Text in Resource? Aktuelles Bild löschen : Aktuelles Bild l÷schen */
214 QuickHelpText [ en-US ] = "Delete Current Image" ;
216 ImageButton BTN_REMOVE_ALL
218 Pos = MAP_APPFONT ( 79 , 132 ) ;
219 Size = MAP_APPFONT ( 16 , 14 ) ;
224 File = "delall.bmp" ;
226 MaskColor = IMAGE_MASK_STDCOLOR;
229 /* ### ACHTUNG: Neuer Text in Resource? Alle Bilder löschen : Alle Bilder l÷schen */
230 QuickHelpText [ en-US ] = "Delete All Images" ;
234 Pos = MAP_APPFONT ( 106 , 135 ) ;
235 Size = MAP_APPFONT ( 26 , 10 ) ;
236 Text [ en-US ] = "Number" ;
240 Pos = MAP_APPFONT ( 133 , 135 ) ;
241 Size = MAP_APPFONT ( 15 , 10 ) ;
242 DeltaLang [ de ]= < Default ; Default ; Default ; Default ; > ;
243 DeltaLang [ en-US ] = < 2 ; Default ; Default ; Default ; > ;
248 Pos = MAP_APPFONT ( 6 , 120 ) ;
249 Size = MAP_APPFONT ( 147 , 8 ) ;
250 Text [ en-US ] = "Image" ;
252 RadioButton RBT_GROUP
254 Pos = MAP_APPFONT ( 12 , 167 ) ;
255 Size = MAP_APPFONT ( 140 , 12 ) ;
256 Text [ en-US ] = "Group object" ;
258 RadioButton RBT_BITMAP
260 Pos = MAP_APPFONT ( 12 , 181 ) ;
261 Size = MAP_APPFONT ( 140 , 12 ) ;
262 Text [ en-US ] = "Bitmap object" ;
264 FixedText FT_ADJUSTMENT
266 Pos = MAP_APPFONT ( 12 , 198 ) ;
267 Size = MAP_APPFONT ( 62 , 10 ) ;
268 DeltaLang [ de ] = < Default ; Default ; Default ; Default ; > ;
269 DeltaLang [ en-US ] = < -1 ; Default ; -2 ; Default ; > ;
270 Text [ en-US ] = "Alignment" ;
272 ListBox LB_ADJUSTMENT
275 Pos = MAP_APPFONT ( 75 , 196 ) ;
276 Size = MAP_APPFONT ( 72 , 100 ) ;
277 DeltaLang [ de ] = < Default ; Default ; Default ; Default ; > ;
278 DeltaLang [ en-US ] = < -1 ; Default ; Default ; Default ; > ;
281 StringList [ en-US ] =
283 < "Top Left" ; Default ; > ;
284 < "Left" ; Default ; > ;
285 < "Bottom Left" ; Default ; > ;
286 < "Top" ; Default ; > ;
287 < "Centered" ; Default ; > ;
288 < "Bottom" ; Default ; > ;
289 < "Top Right" ; Default ; > ;
290 < "Right" ; Default ; > ;
291 < "Bottom Right" ; Default ; > ;
294 PushButton BTN_CREATE_GROUP
296 Pos = MAP_APPFONT ( 107 , 216 ) ;
297 Size = MAP_APPFONT ( 41 , 14 ) ;
299 Text [ en-US ] = "Create" ;
301 FixedLine GRP_ANIMATION_GROUP
303 Pos = MAP_APPFONT ( 6 , 155 ) ;
304 Size = MAP_APPFONT ( 147 , 8 ) ;
305 Text [ en-US ] = "Animation group" ;