merge the formfield patch from ooo-build
[ooovba.git] / sd / source / ui / dlg / present.src
blob6602e431e71c488a6504399e2849c6d325865189
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: present.src,v $
10  * $Revision: 1.50 $
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  ************************************************************************/
30 #include "helpids.h"
31 #include <svx/svxids.hrc>
32 #include "present.hrc"
34 #define DISTANCE        23
35 #define DISTANCE2       ((DISTANCE) + 81)
37 ModalDialog DLG_START_PRESENTATION
39     HelpID = SID_PRESENTATION ;
40     OutputSize = TRUE ;
41     SVLook = TRUE ;
42     Size = MAP_APPFONT ( 256, 205 ) ;
43     /* ### ACHTUNG: Neuer Text in Resource? Bildschirmpräsentation : Bildschirmprõsentation */
44     Text [ en-US ] = "Slide Show" ;
45     Moveable = TRUE ;
47     OKButton BTN_OK
48     {
49         Pos = MAP_APPFONT ( 200, 6 ) ;
50         Size = MAP_APPFONT ( 50, 14 ) ;
51         TabStop = TRUE ;
52         DefButton = TRUE ;
53     };
54     CancelButton BTN_CANCEL
55     {
56         Pos = MAP_APPFONT ( 200, 23 ) ;
57         Size = MAP_APPFONT ( 50, 14 ) ;
58         TabStop = TRUE ;
59     };
60     HelpButton BTN_HELP
61     {
62         Pos = MAP_APPFONT ( 200, 43 ) ;
63         Size = MAP_APPFONT ( 50, 14 ) ;
64         TabStop = TRUE ;
65     };
67     FixedLine GRP_RANGE
68     {
69         Pos = MAP_APPFONT ( 6 , 3 ) ;
70         Size = MAP_APPFONT ( 187, 8 ) ;
71         Text [ en-US ] = "Range" ;
72     };
73     RadioButton RBT_ALL
74     {
75         Pos = MAP_APPFONT ( 12 , 14 ) ;
76         Size = MAP_APPFONT ( 80 , 12 ) ;
77         Text [ en-US ] = "All ~slides" ;
78         TabStop = TRUE ;
79     };
80     RadioButton RBT_AT_DIA
81     {
82         Pos = MAP_APPFONT ( 12 , 26 ) ;
83         Size = MAP_APPFONT ( 60 , 12 ) ;
84         Text [ en-US ] = "~From:" ;
85         TabStop = TRUE ;
86     };
87     ListBox LB_DIAS
88     {
89         Border = TRUE ;
90         Pos = MAP_APPFONT ( 82, 24 ) ;
91         Size = MAP_APPFONT ( 111, 80 ) ;
92         TabStop = TRUE ;
93         DropDown = TRUE ;
94          //DDExtraWidth = TRUE;
95     };
96     RadioButton RBT_CUSTOMSHOW
97     {
98         Pos = MAP_APPFONT ( 12 , 38 ) ;
99         Size = MAP_APPFONT ( 130 , 12 ) ;
100         TabStop = TRUE ;
101         Text [ en-US ] = "~Custom Slide Show" ;
102     };
103     ListBox LB_CUSTOMSHOW
104     {
105         Border = TRUE ;
106         Pos = MAP_APPFONT ( 32, 53 ) ;
107         Size = MAP_APPFONT ( 161, 80 ) ;
108         TabStop = TRUE ;
109         DropDown = TRUE ;
110     };
112     FixedLine GRP_KIND
113     {
114         Pos = MAP_APPFONT ( 6, 73 ) ;
115         Size = MAP_APPFONT ( 90, 8 );
116         Text [ en-US ] = "Type" ;
117     };
118     RadioButton RBT_STANDARD
119     {
120         Pos = MAP_APPFONT ( 12, 84 ) ;
121         Size = MAP_APPFONT ( 81, 12 ) ;
122         Text [ en-US ] = "~Default" ;
123         TabStop = TRUE ;
124     };
125     RadioButton RBT_WINDOW
126     {
127         Pos = MAP_APPFONT ( 12 , 96 ) ;
128         Size = MAP_APPFONT ( 81 , 12 ) ;
129         Text [ en-US ] = "~Window" ;
130         TabStop = TRUE ;
131     };
132     RadioButton RBT_AUTO
133     {
134         Pos = MAP_APPFONT ( 12 , 108 ) ;
135         Size = MAP_APPFONT ( 81 , 12 ) ;
136         Text [ en-US ] = "A~uto" ;
137         TabStop = TRUE ;
138     };
140     FixedText FT_PAUSE
141     {
142         Pos = MAP_APPFONT ( 32, 124 ) ;
143         Size = MAP_APPFONT ( 25, 12 ) ;
144         Text [ en-US ] = "Pause:" ;
145     };
147     TimeField TMF_PAUSE
148     {
149         Pos = MAP_APPFONT ( 32, 120 ) ;
150         Size = MAP_APPFONT ( 50, 12 ) ;
151         Border = TRUE ;
152         TabStop = TRUE ;
153         Repeat = TRUE ;
154         Spin = TRUE ;
155         Duration = TRUE ;
156         StrictFormat = TRUE ;
157         Maximum = Time
158         {
159             Hour = 23 ;
160             Minute = 59 ;
161             Second = 59 ;
162         };
163         Last = Time
164         {
165             Hour = 23 ;
166             Minute = 59 ;
167             Second = 59 ;
168         };
169         QuickHelpText [ en-US ] = "Duration of pause" ;
170     };
171     CheckBox CBX_AUTOLOGO
172     {
173         Pos = MAP_APPFONT ( 32 , 138 ) ;
174         Size = MAP_APPFONT ( 61 , 12 ) ;
175         TabStop = TRUE ;
176         Text [ en-US ] = "Show ~logo" ;
177     };
179     FixedLine GRP_OPTIONS
180     {
181         Pos = MAP_APPFONT ( 102 , 73 ) ;
182         Size = MAP_APPFONT ( 148, 8 );
183         Text [ en-US ] = "Options" ;
184     };
185     CheckBox CBX_MANUEL
186     {
187         Pos = MAP_APPFONT ( 108 , 84 ) ;
188         Size = MAP_APPFONT ( 139 , 12 ) ;
189         TabStop = TRUE ;
190         Text [ en-US ] = "Change slides ~manually" ;
191     };
192     CheckBox CBX_MOUSEPOINTER
193     {
194         Pos = MAP_APPFONT ( 108, 96 ) ;
195         Size = MAP_APPFONT ( 139, 12 ) ;
196         Text [ en-US ] = "Mouse pointer ~visible" ;
197         TabStop = TRUE ;
198     };
199     CheckBox CBX_PEN
200     {
201         Pos = MAP_APPFONT ( 108, 108 ) ;
202         Size = MAP_APPFONT ( 139, 12 ) ;
203         Text [ en-US ] = "Mouse pointer as ~pen" ;
204         TabStop = TRUE ;
205     };
206     CheckBox CBX_NAVIGATOR
207     {
208         Pos = MAP_APPFONT ( 108, 120 ) ;
209         Size = MAP_APPFONT ( 139, 12 ) ;
210         TabStop = TRUE ;
211         Text [ en-US ] = "~Navigator visible" ;
212     };
213     CheckBox CBX_ANIMATION_ALLOWED
214     {
215         Pos = MAP_APPFONT ( 108, 132 ) ;
216         Size = MAP_APPFONT ( 139, 12 ) ;
217         TabStop = TRUE ;
218         Text [ en-US ] = "~Animations allowed" ;
219     };
220     CheckBox CBX_CHANGE_PAGE
221     {
222         Pos = MAP_APPFONT ( 108, 144 ) ;
223         Size = MAP_APPFONT ( 139, 12 ) ;
224         TabStop = TRUE ;
225         Text [ en-US ] = "Change slides by clic~king on background" ;
226     };
227     CheckBox CBX_ALWAYS_ON_TOP
228     {
229         Pos = MAP_APPFONT ( 108, 156 ) ;
230         Size = MAP_APPFONT ( 145, 12 ) ;
231         /* ### ACHTUNG: Neuer Text in Resource? Präsentation immer im ~Vordergrund : Prõsentation immer im ~Vordergrund */
232         TabStop = TRUE ;
233         Text [ en-US ] = "Presentation always ~on top" ;
234     };
235     
236     FixedLine GRP_MONITOR
237     {
238         Pos = MAP_APPFONT ( 6, 174 ) ;
239         Size = MAP_APPFONT ( 244, 8 );
240         Hide = TRUE;
241         Text [ en-US ] = "Multiple displays" ;
242     };
244     FixedText FT_MONITOR
245     {
246         OutputSize = TRUE;
247         Pos = MAP_APPFONT ( 12 , 185 + 2  ) ;
248         Size = MAP_APPFONT( 70, 8 );
249         Hide = TRUE;
250         Text [ en-US ] = "P~resentation display" ;
251     };
253     ListBox LB_MONITOR
254     {
255         Pos = MAP_APPFONT ( 82 , 185 ) ;
256         Size = MAP_APPFONT ( 111, 100 );
257         HelpId = HID_SD_SLIDESHOW_DISPLAY;
258         Hide = TRUE;
259         TabStop = TRUE ;
260         Border = TRUE ;
261         DropDown = TRUE ;
262         ClipChildren = TRUE;
263     };
264     
265     String STR_PRIMARY_MONITOR
266     {
267         Text [ en-US ] = "Display %1 (primary)";
268     };
269     
270     String STR_MONITOR
271     {
272         Text [ en-US ] = "Display %1";
273     };
275     String STR_ALL_MONITORS
276     {
277         Text [ en-US ] = "All displays";
278     };