1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
3 * This file is part of the LibreOffice project.
5 * This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
9 * This file incorporates work covered by the following license notice:
11 * Licensed to the Apache Software Foundation (ASF) under one or more
12 * contributor license agreements. See the NOTICE file distributed
13 * with this work for additional information regarding copyright
14 * ownership. The ASF licenses this file to you under the Apache
15 * License, Version 2.0 (the "License"); you may not use this file
16 * except in compliance with the License. You may obtain a copy of
17 * the License at http://www.apache.org/licenses/LICENSE-2.0 .
20 #include "res_bmp.hrc"
22 #include "animobjs.hrc"
25 #define BUTTON_WIDTH 16
26 #define BUTTON_HEIGHT 14
27 #define BUTTON_SIZE MAP_APPFONT( BUTTON_WIDTH, BUTTON_HEIGHT );
28 #define MIN_BUTTON_WIDTH 12
29 #define MIN_BUTTON_HEIGHT 12
30 #define MIN_BUTTON_SIZE MAP_APPFONT( MIN_BUTTON_WIDTH, MIN_BUTTON_HEIGHT );
31 DockingWindow FLT_WIN_ANIMATION
33 HelpID = CMD_SID_ANIMATION_OBJECTS ;
42 EnableResizing = TRUE ;
43 Size = MAP_APPFONT ( 159 , 236 ) ;
44 Text [ en-US ] = "Animation" ;
48 Pos = MAP_APPFONT ( 6 , 6 ) ;
49 Size = MAP_APPFONT ( 147 , 87 ) ;
54 HelpID = "sd:ImageButton:FLT_WIN_ANIMATION:BTN_FIRST";
55 Pos = MAP_APPFONT ( 6 , 100 ) ;
56 Size = MIN_BUTTON_SIZE
57 Symbol = IMAGEBUTTON_WINDSTART ;
58 QuickHelpText [ en-US ] = "First Image" ;
60 ImageButton BTN_REVERSE
62 HelpID = "sd:ImageButton:FLT_WIN_ANIMATION:BTN_REVERSE";
63 Pos = MAP_APPFONT ( 6 + MIN_BUTTON_WIDTH , 100 ) ;
64 Size = MIN_BUTTON_SIZE
65 Symbol = IMAGEBUTTON_REVERSEPLAY ;
66 QuickHelpText [ en-US ] = "Backwards" ;
70 HelpID = "sd:ImageButton:FLT_WIN_ANIMATION:BTN_STOP";
71 Pos = MAP_APPFONT ( 6 + MIN_BUTTON_WIDTH * 2 , 100 ) ;
72 Size = MIN_BUTTON_SIZE
73 Symbol = IMAGEBUTTON_STOP ;
75 QuickHelpText [ en-US ] = "Stop" ;
79 HelpID = "sd:ImageButton:FLT_WIN_ANIMATION:BTN_PLAY";
80 Pos = MAP_APPFONT ( 6 + MIN_BUTTON_WIDTH * 3 , 100 ) ;
81 Size = MIN_BUTTON_SIZE
82 Symbol = IMAGEBUTTON_PLAY ;
83 QuickHelpText [ en-US ] = "Play" ;
87 HelpID = "sd:ImageButton:FLT_WIN_ANIMATION:BTN_LAST";
88 Pos = MAP_APPFONT ( 6 + MIN_BUTTON_WIDTH * 4 , 100 ) ;
89 Size = MIN_BUTTON_SIZE
90 Symbol = IMAGEBUTTON_WINDEND ;
91 QuickHelpText [ en-US ] = "Last Image" ;
93 NumericField NUM_FLD_BITMAP
95 HelpID = "sd:NumericField:FLT_WIN_ANIMATION:NUM_FLD_BITMAP";
97 Pos = MAP_APPFONT ( 6 + 3 + MIN_BUTTON_WIDTH * 5 , 100 ) ;
98 Size = MAP_APPFONT ( MIN_BUTTON_WIDTH * 2 , 12 ) ;
104 StrictFormat = TRUE ;
108 QuickHelpText [ en-US ] = "Image Number" ;
112 HelpID = "sd:TimeField:FLT_WIN_ANIMATION:TIME_FIELD";
114 Pos = MAP_APPFONT ( 6 + 6 + MIN_BUTTON_WIDTH * 7 , 100 ) ;
115 Size = MAP_APPFONT ( MIN_BUTTON_WIDTH * 2 + 3 , 12 ) ;
125 StrictFormat = TRUE ;
131 QuickHelpText [ en-US ] = "Duration" ;
133 ListBox LB_LOOP_COUNT
135 HelpID = "sd:ListBox:FLT_WIN_ANIMATION:LB_LOOP_COUNT";
137 Pos = MAP_APPFONT ( 6 + 12 + MIN_BUTTON_WIDTH * 9 , 100 ) ;
138 Size = MAP_APPFONT ( MIN_BUTTON_WIDTH * 2 + 3 , 100 ) ;
141 StringList [ en-US ] =
163 QuickHelpText [ en-US ] = "Loop Count" ;
165 ImageButton BTN_GET_ONE_OBJECT
167 HelpID = "sd:ImageButton:FLT_WIN_ANIMATION:BTN_GET_ONE_OBJECT";
168 Pos = MAP_APPFONT ( 12 , 132 ) ;
169 Size = MAP_APPFONT ( 16 , 14 ) ;
174 File = "get1obj.bmp" ;
176 MaskColor = IMAGE_MASK_STDCOLOR;
179 QuickHelpText [ en-US ] = "Apply Object" ;
181 ImageButton BTN_GET_ALL_OBJECTS
183 HelpID = "sd:ImageButton:FLT_WIN_ANIMATION:BTN_GET_ALL_OBJECTS";
184 Pos = MAP_APPFONT ( 31 , 132 ) ;
185 Size = MAP_APPFONT ( 16 , 14 ) ;
190 File = "getallob.bmp" ;
192 MaskColor = IMAGE_MASK_STDCOLOR;
195 QuickHelpText [ en-US ] = "Apply Objects Individually" ;
197 ImageButton BTN_REMOVE_BITMAP
199 HelpID = "sd:ImageButton:FLT_WIN_ANIMATION:BTN_REMOVE_BITMAP";
200 Pos = MAP_APPFONT ( 60 , 132 ) ;
201 Size = MAP_APPFONT ( 16 , 14 ) ;
206 File = "del1bmp.bmp" ;
208 MaskColor = IMAGE_MASK_STDCOLOR;
211 QuickHelpText [ en-US ] = "Delete Current Image" ;
213 ImageButton BTN_REMOVE_ALL
215 HelpID = "sd:ImageButton:FLT_WIN_ANIMATION:BTN_REMOVE_ALL";
216 Pos = MAP_APPFONT ( 79 , 132 ) ;
217 Size = MAP_APPFONT ( 16 , 14 ) ;
222 File = "delall.bmp" ;
224 MaskColor = IMAGE_MASK_STDCOLOR;
227 QuickHelpText [ en-US ] = "Delete All Images" ;
231 Pos = MAP_APPFONT ( 106 , 135 ) ;
232 Size = MAP_APPFONT ( 26 , 10 ) ;
233 Text [ en-US ] = "Number" ;
237 Pos = MAP_APPFONT ( 133 , 135 ) ;
238 Size = MAP_APPFONT ( 15 , 10 ) ;
239 DeltaLang [ de ]= < Default ; Default ; Default ; Default ; > ;
240 DeltaLang [ en-US ] = < 2 ; Default ; Default ; Default ; > ;
245 Pos = MAP_APPFONT ( 6 , 120 ) ;
246 Size = MAP_APPFONT ( 147 , 8 ) ;
247 Text [ en-US ] = "Image" ;
249 RadioButton RBT_GROUP
251 HelpID = "sd:RadioButton:FLT_WIN_ANIMATION:RBT_GROUP";
252 Pos = MAP_APPFONT ( 12 , 167 ) ;
253 Size = MAP_APPFONT ( 140 , 12 ) ;
254 Text [ en-US ] = "Group object" ;
256 RadioButton RBT_BITMAP
258 HelpID = "sd:RadioButton:FLT_WIN_ANIMATION:RBT_BITMAP";
259 Pos = MAP_APPFONT ( 12 , 181 ) ;
260 Size = MAP_APPFONT ( 140 , 12 ) ;
261 Text [ en-US ] = "Bitmap object" ;
263 FixedText FT_ADJUSTMENT
265 Pos = MAP_APPFONT ( 12 , 198 ) ;
266 Size = MAP_APPFONT ( 62 , 10 ) ;
267 DeltaLang [ de ] = < Default ; Default ; Default ; Default ; > ;
268 DeltaLang [ en-US ] = < -1 ; Default ; -2 ; Default ; > ;
269 Text [ en-US ] = "Alignment" ;
271 ListBox LB_ADJUSTMENT
273 HelpID = "sd:ListBox:FLT_WIN_ANIMATION: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 HelpID = "sd:PushButton:FLT_WIN_ANIMATION:BTN_CREATE_GROUP";
297 Pos = MAP_APPFONT ( 107 , 216 ) ;
298 Size = MAP_APPFONT ( 41 , 14 ) ;
300 Text [ en-US ] = "Create" ;
304 Pos = MAP_APPFONT ( 60 , 216 ) ;
305 Size = MAP_APPFONT ( 41 , 14 ) ;
308 FixedLine GRP_ANIMATION_GROUP
310 Pos = MAP_APPFONT ( 6 , 155 ) ;
311 Size = MAP_APPFONT ( 147 , 8 ) ;
312 Text [ en-US ] = "Animation group" ;
316 Text [ en-US ] = "Preview";
320 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */