merge the formfield patch from ooo-build
[ooovba.git] / sd / source / ui / dlg / animobjs.src
blob5ac67a757d517e4b76abb9423227ad51a97a904e
1 /*************************************************************************
2  *
3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4  * 
5  * Copyright 2008 by Sun Microsystems, Inc.
6  *
7  * OpenOffice.org - a multi-platform office productivity suite
8  *
9  * $RCSfile: animobjs.src,v $
10  * $Revision: 1.36 $
11  *
12  * This file is part of OpenOffice.org.
13  *
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.
17  *
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).
23  *
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.
28  *
29  ************************************************************************/
31 #include "res_bmp.hrc"
32 #include "app.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 ;
43     Border = TRUE ;
44     Hide = TRUE ;
45     SVLook = TRUE ;
46     Sizeable = TRUE ;
47     Moveable = TRUE ;
48     Closeable = TRUE ;
49     Zoomable = TRUE ;
50     Dockable = TRUE ;
51     EnableResizing = TRUE ;
52     Size = MAP_APPFONT ( 159 , 236 ) ;
53     Text [ en-US ] = "Animation" ;
54     Control CTL_DISPLAY
55     {
56         Border = TRUE ;
57         Pos = MAP_APPFONT ( 6 , 6 ) ;
58         Size = MAP_APPFONT ( 147 , 87 ) ;
59         TabStop = TRUE ;
60     };
61     ImageButton BTN_FIRST
62     {
63         Pos = MAP_APPFONT ( 6 , 100 ) ;
64         Size = MIN_BUTTON_SIZE
65         Symbol = IMAGEBUTTON_WINDSTART ;
66         QuickHelpText [ en-US ] = "First Image" ;
67     };
68     ImageButton BTN_REVERSE
69     {
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" ;
75     };
76     ImageButton BTN_STOP
77     {
78         Pos = MAP_APPFONT ( 6 + MIN_BUTTON_WIDTH * 2 , 100 ) ;
79         Size = MIN_BUTTON_SIZE
80         Symbol = IMAGEBUTTON_STOP ;
81         Disable = TRUE ;
82         QuickHelpText [ en-US ] = "Stop" ;
83     };
84     ImageButton BTN_PLAY
85     {
86         Pos = MAP_APPFONT ( 6 + MIN_BUTTON_WIDTH * 3 , 100 ) ;
87         Size = MIN_BUTTON_SIZE
88         Symbol = IMAGEBUTTON_PLAY ;
89         QuickHelpText [ en-US ] = "Play" ;
90     };
91     ImageButton BTN_LAST
92     {
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" ;
97     };
98     NumericField NUM_FLD_BITMAP
99     {
100         Border = TRUE ;
101         Pos = MAP_APPFONT ( 6 + 3 + MIN_BUTTON_WIDTH * 5 , 100 ) ;
102         Size = MAP_APPFONT ( MIN_BUTTON_WIDTH * 2 , 12 ) ;
103         TabStop = TRUE ;
104         Repeat = TRUE ;
105         Spin = TRUE ;
106         Minimum = 1 ;
107         Maximum = 999 ;
108         StrictFormat = TRUE ;
109         First = 1 ;
110         Last = 999 ;
111         SpinSize = 1 ;
112         QuickHelpText [ en-US ] = "Image Number" ;
113     };
114     TimeField TIME_FIELD
115     {
116         Border = TRUE ;
117         Pos = MAP_APPFONT ( 6 + 6 + MIN_BUTTON_WIDTH * 7 , 100 ) ;
118         Size = MAP_APPFONT ( MIN_BUTTON_WIDTH * 2 + 3 , 12 ) ;
119         TabStop = TRUE ;
120         Repeat = TRUE ;
121         Spin = TRUE ;
122         Maximum = Time
123         {
124             Second = 59 ;
125             Sec100 = 99 ;
126         };
127         Duration = TRUE ;
128         StrictFormat = TRUE ;
129         Last = Time
130         {
131             Second = 59 ;
132             Sec100 = 99 ;
133         };
134         QuickHelpText [ en-US ] = "Duration" ;
135     };
136     ListBox LB_LOOP_COUNT
137     {
138         Border = TRUE ;
139         Pos = MAP_APPFONT ( 6 + 12 + MIN_BUTTON_WIDTH * 9 , 100 ) ;
140         Size = MAP_APPFONT ( MIN_BUTTON_WIDTH * 2 + 3 , 100 ) ;
141         TabStop = TRUE ;
142         DropDown = TRUE ;
143         StringList [ en-US ] =
144         {
145             < "1" ; > ;
146             < "2" ; > ;
147             < "3" ; > ;
148             < "4" ; > ;
149             < "5" ; > ;
150             < "6" ; > ;
151             < "7" ; > ;
152             < "8" ; > ;
153             < "9" ; > ;
154             < "10" ; > ;
155             < "12" ; > ;
156             < "15" ; > ;
157             < "20" ; > ;
158             < "25" ; > ;
159             < "50" ; > ;
160             < "100" ; > ;
161             < "500" ; > ;
162             < "1000" ; > ;
163             < "Max." ; > ;
164         };
165         /* ### ACHTUNG: Neuer Text in Resource? Anzahl der Durchläufe : Anzahl der Durchlõufe */
166         QuickHelpText [ en-US ] = "Loop Count" ;
167     };
168     ImageButton BTN_GET_ONE_OBJECT
169     {
170         Pos = MAP_APPFONT ( 12 , 132 ) ;
171         Size = MAP_APPFONT ( 16 , 14 ) ;
172         ButtonImage = Image
173         {
174             ImageBitmap = Bitmap
175             {
176                 File = "get1obj.bmp" ;
177             };
178             MaskColor = IMAGE_MASK_STDCOLOR;
179         };
180         TabStop = TRUE ;
181         /* ### ACHTUNG: Neuer Text in Resource? Objekt übernehmen : Objekt ³bernehmen */
182         QuickHelpText [ en-US ] = "Apply Object" ;
183     };
184     ImageButton BTN_GET_ALL_OBJECTS
185     {
186         Pos = MAP_APPFONT ( 31 , 132 ) ;
187         Size = MAP_APPFONT ( 16 , 14 ) ;
188         ButtonImage = Image
189         {
190             ImageBitmap = Bitmap
191             {
192                 File = "getallob.bmp" ;
193             };
194             MaskColor = IMAGE_MASK_STDCOLOR;
195         };
196         TabStop = TRUE ;
197         /* ### ACHTUNG: Neuer Text in Resource? Objekte einzeln übernehmen : Objekte einzeln ³bernehmen */
198         QuickHelpText [ en-US ] = "Apply Objects Individually" ;
199     };
200     ImageButton BTN_REMOVE_BITMAP
201     {
202         Pos = MAP_APPFONT ( 60 , 132 ) ;
203         Size = MAP_APPFONT ( 16 , 14 ) ;
204         ButtonImage = Image
205         {
206             ImageBitmap = Bitmap
207             {
208                 File = "del1bmp.bmp" ;
209             };
210             MaskColor = IMAGE_MASK_STDCOLOR;
211         };
212         TabStop = TRUE ;
213         /* ### ACHTUNG: Neuer Text in Resource? Aktuelles Bild löschen : Aktuelles Bild l÷schen */
214         QuickHelpText [ en-US ] = "Delete Current Image" ;
215     };
216     ImageButton BTN_REMOVE_ALL
217     {
218         Pos = MAP_APPFONT ( 79 , 132 ) ;
219         Size = MAP_APPFONT ( 16 , 14 ) ;
220         ButtonImage = Image
221         {
222             ImageBitmap = Bitmap
223             {
224                 File = "delall.bmp" ;
225             };
226             MaskColor = IMAGE_MASK_STDCOLOR;
227         };
228         TabStop = TRUE ;
229         /* ### ACHTUNG: Neuer Text in Resource? Alle Bilder löschen : Alle Bilder l÷schen */
230         QuickHelpText [ en-US ] = "Delete All Images" ;
231     };
232     FixedText FT_COUNT
233     {
234         Pos = MAP_APPFONT ( 106 , 135 ) ;
235         Size = MAP_APPFONT ( 26 , 10 ) ;
236         Text [ en-US ] = "Number" ;
237     };
238     FixedText FI_COUNT
239     {
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 ; > ;
244         Text = "67" ;
245     };
246     FixedLine GRP_BITMAP
247     {
248         Pos = MAP_APPFONT ( 6 , 120 ) ;
249         Size = MAP_APPFONT ( 147 , 8 ) ;
250         Text [ en-US ] = "Image" ;
251     };
252     RadioButton RBT_GROUP
253     {
254         Pos = MAP_APPFONT ( 12 , 167 ) ;
255         Size = MAP_APPFONT ( 140 , 12 ) ;
256         Text [ en-US ] = "Group object" ;
257     };
258     RadioButton RBT_BITMAP
259     {
260         Pos = MAP_APPFONT ( 12 , 181 ) ;
261         Size = MAP_APPFONT ( 140 , 12 ) ;
262         Text [ en-US ] = "Bitmap object" ;
263     };
264     FixedText FT_ADJUSTMENT
265     {
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" ;
271     };
272     ListBox LB_ADJUSTMENT
273     {
274         Border = TRUE ;
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 ; > ;
279         TabStop = TRUE ;
280         DropDown = TRUE ;
281         StringList [ en-US ] =
282         {
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 ; > ;
292         };
293     };
294     PushButton BTN_CREATE_GROUP
295     {
296         Pos = MAP_APPFONT ( 107 , 216 ) ;
297         Size = MAP_APPFONT ( 41 , 14 ) ;
298         TabStop = TRUE ;
299         Text [ en-US ] = "Create" ;
300     };
301     FixedLine GRP_ANIMATION_GROUP
302     {
303         Pos = MAP_APPFONT ( 6 , 155 ) ;
304         Size = MAP_APPFONT ( 147 , 8 ) ;
305         Text [ en-US ] = "Animation group" ;
306     };