fdo#74697 Add Bluez 5 support for impress remote.
[LibreOffice.git] / sd / source / ui / dlg / animobjs.src
blobe0df77fb95bf1bfbecd020f9566c5d2a1dd6f4c5
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
3  * This file is part of the LibreOffice project.
4  *
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/.
8  *
9  * This file incorporates work covered by the following license notice:
10  *
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 .
18  */
20 #include "res_bmp.hrc"
21 #include "app.hrc"
22 #include "animobjs.hrc"
23 #include "helpids.h"
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 ;
34     Border = TRUE ;
35     Hide = TRUE ;
36     SVLook = TRUE ;
37     Sizeable = TRUE ;
38     Moveable = TRUE ;
39     Closeable = TRUE ;
40     Zoomable = TRUE ;
41     Dockable = TRUE ;
42     EnableResizing = TRUE ;
43     Size = MAP_APPFONT ( 159 , 236 ) ;
44     Text [ en-US ] = "Animation" ;
45     Control CTL_DISPLAY
46     {
47         Border = TRUE ;
48         Pos = MAP_APPFONT ( 6 , 6 ) ;
49         Size = MAP_APPFONT ( 147 , 87 ) ;
50         TabStop = TRUE ;
51     };
52     ImageButton BTN_FIRST
53     {
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" ;
59     };
60     ImageButton BTN_REVERSE
61     {
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" ;
67     };
68     ImageButton BTN_STOP
69     {
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 ;
74         Disable = TRUE ;
75         QuickHelpText [ en-US ] = "Stop" ;
76     };
77     ImageButton BTN_PLAY
78     {
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" ;
84     };
85     ImageButton BTN_LAST
86     {
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" ;
92     };
93     NumericField NUM_FLD_BITMAP
94     {
95         HelpID = "sd:NumericField:FLT_WIN_ANIMATION:NUM_FLD_BITMAP";
96         Border = TRUE ;
97         Pos = MAP_APPFONT ( 6 + 3 + MIN_BUTTON_WIDTH * 5 , 100 ) ;
98         Size = MAP_APPFONT ( MIN_BUTTON_WIDTH * 2 , 12 ) ;
99         TabStop = TRUE ;
100         Repeat = TRUE ;
101         Spin = TRUE ;
102         Minimum = 1 ;
103         Maximum = 999 ;
104         StrictFormat = TRUE ;
105         First = 1 ;
106         Last = 999 ;
107         SpinSize = 1 ;
108         QuickHelpText [ en-US ] = "Image Number" ;
109     };
110     TimeField TIME_FIELD
111     {
112         HelpID = "sd:TimeField:FLT_WIN_ANIMATION:TIME_FIELD";
113         Border = TRUE ;
114         Pos = MAP_APPFONT ( 6 + 6 + MIN_BUTTON_WIDTH * 7 , 100 ) ;
115         Size = MAP_APPFONT ( MIN_BUTTON_WIDTH * 2 + 3 , 12 ) ;
116         TabStop = TRUE ;
117         Repeat = TRUE ;
118         Spin = TRUE ;
119         Maximum = Time
120         {
121             Second = 59 ;
122             Sec100 = 99 ;
123         };
124         Duration = TRUE ;
125         StrictFormat = TRUE ;
126         Last = Time
127         {
128             Second = 59 ;
129             Sec100 = 99 ;
130         };
131         QuickHelpText [ en-US ] = "Duration" ;
132     };
133     ListBox LB_LOOP_COUNT
134     {
135         HelpID = "sd:ListBox:FLT_WIN_ANIMATION:LB_LOOP_COUNT";
136         Border = TRUE ;
137         Pos = MAP_APPFONT ( 6 + 12 + MIN_BUTTON_WIDTH * 9 , 100 ) ;
138         Size = MAP_APPFONT ( MIN_BUTTON_WIDTH * 2 + 3 , 100 ) ;
139         TabStop = TRUE ;
140         DropDown = TRUE ;
141         StringList [ en-US ] =
142         {
143             < "1" ; > ;
144             < "2" ; > ;
145             < "3" ; > ;
146             < "4" ; > ;
147             < "5" ; > ;
148             < "6" ; > ;
149             < "7" ; > ;
150             < "8" ; > ;
151             < "9" ; > ;
152             < "10" ; > ;
153             < "12" ; > ;
154             < "15" ; > ;
155             < "20" ; > ;
156             < "25" ; > ;
157             < "50" ; > ;
158             < "100" ; > ;
159             < "500" ; > ;
160             < "1000" ; > ;
161             < "Max." ; > ;
162         };
163         QuickHelpText [ en-US ] = "Loop Count" ;
164     };
165     ImageButton BTN_GET_ONE_OBJECT
166     {
167         HelpID = "sd:ImageButton:FLT_WIN_ANIMATION:BTN_GET_ONE_OBJECT";
168         Pos = MAP_APPFONT ( 12 , 132 ) ;
169         Size = MAP_APPFONT ( 16 , 14 ) ;
170         ButtonImage = Image
171         {
172             ImageBitmap = Bitmap
173             {
174                 File = "get1obj.bmp" ;
175             };
176             MaskColor = IMAGE_MASK_STDCOLOR;
177         };
178         TabStop = TRUE ;
179         QuickHelpText [ en-US ] = "Apply Object" ;
180     };
181     ImageButton BTN_GET_ALL_OBJECTS
182     {
183         HelpID = "sd:ImageButton:FLT_WIN_ANIMATION:BTN_GET_ALL_OBJECTS";
184         Pos = MAP_APPFONT ( 31 , 132 ) ;
185         Size = MAP_APPFONT ( 16 , 14 ) ;
186         ButtonImage = Image
187         {
188             ImageBitmap = Bitmap
189             {
190                 File = "getallob.bmp" ;
191             };
192             MaskColor = IMAGE_MASK_STDCOLOR;
193         };
194         TabStop = TRUE ;
195         QuickHelpText [ en-US ] = "Apply Objects Individually" ;
196     };
197     ImageButton BTN_REMOVE_BITMAP
198     {
199         HelpID = "sd:ImageButton:FLT_WIN_ANIMATION:BTN_REMOVE_BITMAP";
200         Pos = MAP_APPFONT ( 60 , 132 ) ;
201         Size = MAP_APPFONT ( 16 , 14 ) ;
202         ButtonImage = Image
203         {
204             ImageBitmap = Bitmap
205             {
206                 File = "del1bmp.bmp" ;
207             };
208             MaskColor = IMAGE_MASK_STDCOLOR;
209         };
210         TabStop = TRUE ;
211         QuickHelpText [ en-US ] = "Delete Current Image" ;
212     };
213     ImageButton BTN_REMOVE_ALL
214     {
215         HelpID = "sd:ImageButton:FLT_WIN_ANIMATION:BTN_REMOVE_ALL";
216         Pos = MAP_APPFONT ( 79 , 132 ) ;
217         Size = MAP_APPFONT ( 16 , 14 ) ;
218         ButtonImage = Image
219         {
220             ImageBitmap = Bitmap
221             {
222                 File = "delall.bmp" ;
223             };
224             MaskColor = IMAGE_MASK_STDCOLOR;
225         };
226         TabStop = TRUE ;
227         QuickHelpText [ en-US ] = "Delete All Images" ;
228     };
229     FixedText FT_COUNT
230     {
231         Pos = MAP_APPFONT ( 106 , 135 ) ;
232         Size = MAP_APPFONT ( 26 , 10 ) ;
233         Text [ en-US ] = "Number" ;
234     };
235     FixedText FI_COUNT
236     {
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 ; > ;
241         Text = "67" ;
242     };
243     FixedLine GRP_BITMAP
244     {
245         Pos = MAP_APPFONT ( 6 , 120 ) ;
246         Size = MAP_APPFONT ( 147 , 8 ) ;
247         Text [ en-US ] = "Image" ;
248     };
249     RadioButton RBT_GROUP
250     {
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" ;
255     };
256     RadioButton RBT_BITMAP
257     {
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" ;
262     };
263     FixedText FT_ADJUSTMENT
264     {
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" ;
270     };
271     ListBox LB_ADJUSTMENT
272     {
273         HelpID = "sd:ListBox:FLT_WIN_ANIMATION:LB_ADJUSTMENT";
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         HelpID = "sd:PushButton:FLT_WIN_ANIMATION:BTN_CREATE_GROUP";
297         Pos = MAP_APPFONT ( 107 , 216 ) ;
298         Size = MAP_APPFONT ( 41 , 14 ) ;
299         TabStop = TRUE ;
300         Text [ en-US ] = "Create" ;
301     };
302     HelpButton BTN_HELP
303     {
304         Pos = MAP_APPFONT ( 60 , 216 ) ;
305         Size = MAP_APPFONT ( 41 , 14 ) ;
306         TabStop = TRUE ;
307     };
308     FixedLine GRP_ANIMATION_GROUP
309     {
310         Pos = MAP_APPFONT ( 6 , 155 ) ;
311         Size = MAP_APPFONT ( 147 , 8 ) ;
312         Text [ en-US ] = "Animation group" ;
313     };
314     String STR_DISPLAY
315     {
316         Text [ en-US ] = "Preview";
317     };
320 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */