xref: /aoo41x/main/sd/source/ui/dlg/present.src (revision cdf0e10c)
1/*************************************************************************
2 *
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 *
5 * Copyright 2000, 2010 Oracle and/or its affiliates.
6 *
7 * OpenOffice.org - a multi-platform office productivity suite
8 *
9 * This file is part of OpenOffice.org.
10 *
11 * OpenOffice.org is free software: you can redistribute it and/or modify
12 * it under the terms of the GNU Lesser General Public License version 3
13 * only, as published by the Free Software Foundation.
14 *
15 * OpenOffice.org is distributed in the hope that it will be useful,
16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18 * GNU Lesser General Public License version 3 for more details
19 * (a copy is included in the LICENSE file that accompanied this code).
20 *
21 * You should have received a copy of the GNU Lesser General Public License
22 * version 3 along with OpenOffice.org.  If not, see
23 * <http://www.openoffice.org/license.html>
24 * for a copy of the LGPLv3 License.
25 *
26 ************************************************************************/
27#include "helpids.h"
28#include <svx/svxids.hrc>
29#include "present.hrc"
30
31#define DISTANCE	23
32#define DISTANCE2	((DISTANCE) + 81)
33
34ModalDialog DLG_START_PRESENTATION
35{
36	HelpID = CMD_SID_PRESENTATION ;
37	OutputSize = TRUE ;
38	SVLook = TRUE ;
39	Size = MAP_APPFONT ( 256, 205 ) ;
40	/* ### ACHTUNG: Neuer Text in Resource? Bildschirmpr�sentation : Bildschirmpr�sentation */
41	Text [ en-US ] = "Slide Show" ;
42	Moveable = TRUE ;
43
44	OKButton BTN_OK
45	{
46		Pos = MAP_APPFONT ( 200, 6 ) ;
47		Size = MAP_APPFONT ( 50, 14 ) ;
48		TabStop = TRUE ;
49		DefButton = TRUE ;
50	};
51	CancelButton BTN_CANCEL
52	{
53		Pos = MAP_APPFONT ( 200, 23 ) ;
54		Size = MAP_APPFONT ( 50, 14 ) ;
55		TabStop = TRUE ;
56	};
57	HelpButton BTN_HELP
58	{
59		Pos = MAP_APPFONT ( 200, 43 ) ;
60		Size = MAP_APPFONT ( 50, 14 ) ;
61		TabStop = TRUE ;
62	};
63
64	FixedLine GRP_RANGE
65	{
66		Pos = MAP_APPFONT ( 6 , 3 ) ;
67		Size = MAP_APPFONT ( 187, 8 ) ;
68		Text [ en-US ] = "Range" ;
69	};
70	RadioButton RBT_ALL
71	{
72	    HelpID = "sd:RadioButton:DLG_START_PRESENTATION:RBT_ALL";
73		Pos = MAP_APPFONT ( 12 , 14 ) ;
74		Size = MAP_APPFONT ( 80 , 12 ) ;
75		Text [ en-US ] = "All ~slides" ;
76		TabStop = TRUE ;
77	};
78	RadioButton RBT_AT_DIA
79	{
80	    HelpID = "sd:RadioButton:DLG_START_PRESENTATION:RBT_AT_DIA";
81		Pos = MAP_APPFONT ( 12 , 26 ) ;
82		Size = MAP_APPFONT ( 60 , 12 ) ;
83		Text [ en-US ] = "~From:" ;
84		TabStop = TRUE ;
85	};
86	ListBox LB_DIAS
87	{
88	    HelpID = "sd:ListBox:DLG_START_PRESENTATION:LB_DIAS";
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	    HelpID = "sd:RadioButton:DLG_START_PRESENTATION:RBT_CUSTOMSHOW";
99		Pos = MAP_APPFONT ( 12 , 38 ) ;
100		Size = MAP_APPFONT ( 130 , 12 ) ;
101		TabStop = TRUE ;
102		Text [ en-US ] = "~Custom Slide Show" ;
103	};
104	ListBox LB_CUSTOMSHOW
105	{
106	    HelpID = "sd:ListBox:DLG_START_PRESENTATION:LB_CUSTOMSHOW";
107		Border = TRUE ;
108		Pos = MAP_APPFONT ( 32, 53 ) ;
109		Size = MAP_APPFONT ( 161, 80 ) ;
110		TabStop = TRUE ;
111		DropDown = TRUE ;
112	};
113
114	FixedLine GRP_KIND
115	{
116		Pos = MAP_APPFONT ( 6, 73 ) ;
117		Size = MAP_APPFONT ( 90, 8 );
118		Text [ en-US ] = "Type" ;
119	};
120	RadioButton RBT_STANDARD
121	{
122	    HelpID = "sd:RadioButton:DLG_START_PRESENTATION:RBT_STANDARD";
123		Pos = MAP_APPFONT ( 12, 84 ) ;
124		Size = MAP_APPFONT ( 81, 12 ) ;
125		Text [ en-US ] = "~Default" ;
126		TabStop = TRUE ;
127	};
128	RadioButton RBT_WINDOW
129	{
130	    HelpID = "sd:RadioButton:DLG_START_PRESENTATION:RBT_WINDOW";
131		Pos = MAP_APPFONT ( 12 , 96 ) ;
132		Size = MAP_APPFONT ( 81 , 12 ) ;
133		Text [ en-US ] = "~Window" ;
134		TabStop = TRUE ;
135	};
136	RadioButton RBT_AUTO
137	{
138	    HelpID = "sd:RadioButton:DLG_START_PRESENTATION:RBT_AUTO";
139		Pos = MAP_APPFONT ( 12 , 108 ) ;
140		Size = MAP_APPFONT ( 81 , 12 ) ;
141		Text [ en-US ] = "A~uto" ;
142		TabStop = TRUE ;
143	};
144/*
145	FixedText FT_PAUSE
146	{
147		Pos = MAP_APPFONT ( 32, 124 ) ;
148		Size = MAP_APPFONT ( 25, 12 ) ;
149		Text [ en-US ] = "Pause:" ;
150	};
151*/
152	TimeField TMF_PAUSE
153	{
154	    HelpID = "sd:TimeField:DLG_START_PRESENTATION:TMF_PAUSE";
155		Pos = MAP_APPFONT ( 32, 120 ) ;
156		Size = MAP_APPFONT ( 50, 12 ) ;
157		Border = TRUE ;
158		TabStop = TRUE ;
159		Repeat = TRUE ;
160		Spin = TRUE ;
161		Duration = TRUE ;
162		StrictFormat = TRUE ;
163		Maximum = Time
164		{
165			Hour = 23 ;
166			Minute = 59 ;
167			Second = 59 ;
168		};
169		Last = Time
170		{
171			Hour = 23 ;
172			Minute = 59 ;
173			Second = 59 ;
174		};
175		QuickHelpText [ en-US ] = "Duration of pause" ;
176	};
177	CheckBox CBX_AUTOLOGO
178	{
179	    HelpID = "sd:CheckBox:DLG_START_PRESENTATION:CBX_AUTOLOGO";
180		Pos = MAP_APPFONT ( 32 , 138 ) ;
181		Size = MAP_APPFONT ( 61 , 12 ) ;
182		TabStop = TRUE ;
183		Text [ en-US ] = "Show ~logo" ;
184	};
185
186	FixedLine GRP_OPTIONS
187	{
188		Pos = MAP_APPFONT ( 102 , 73 ) ;
189		Size = MAP_APPFONT ( 148, 8 );
190		Text [ en-US ] = "Options" ;
191	};
192	CheckBox CBX_MANUEL
193	{
194	    HelpID = "sd:CheckBox:DLG_START_PRESENTATION:CBX_MANUEL";
195		Pos = MAP_APPFONT ( 108 , 84 ) ;
196		Size = MAP_APPFONT ( 139 , 12 ) ;
197		TabStop = TRUE ;
198		Text [ en-US ] = "Change slides ~manually" ;
199	};
200	CheckBox CBX_MOUSEPOINTER
201	{
202	    HelpID = "sd:CheckBox:DLG_START_PRESENTATION:CBX_MOUSEPOINTER";
203		Pos = MAP_APPFONT ( 108, 96 ) ;
204		Size = MAP_APPFONT ( 139, 12 ) ;
205		Text [ en-US ] = "Mouse pointer ~visible" ;
206		TabStop = TRUE ;
207	};
208	CheckBox CBX_PEN
209	{
210	    HelpID = "sd:CheckBox:DLG_START_PRESENTATION:CBX_PEN";
211		Pos = MAP_APPFONT ( 108, 108 ) ;
212		Size = MAP_APPFONT ( 139, 12 ) ;
213		Text [ en-US ] = "Mouse pointer as ~pen" ;
214		TabStop = TRUE ;
215	};
216	CheckBox CBX_NAVIGATOR
217	{
218	    HelpID = "sd:CheckBox:DLG_START_PRESENTATION:CBX_NAVIGATOR";
219		Pos = MAP_APPFONT ( 108, 120 ) ;
220		Size = MAP_APPFONT ( 139, 12 ) ;
221		TabStop = TRUE ;
222		Text [ en-US ] = "~Navigator visible" ;
223	};
224	CheckBox CBX_ANIMATION_ALLOWED
225	{
226	    HelpID = "sd:CheckBox:DLG_START_PRESENTATION:CBX_ANIMATION_ALLOWED";
227		Pos = MAP_APPFONT ( 108, 132 ) ;
228		Size = MAP_APPFONT ( 139, 12 ) ;
229		TabStop = TRUE ;
230		Text [ en-US ] = "~Animations allowed" ;
231	};
232	CheckBox CBX_CHANGE_PAGE
233	{
234	    HelpID = "sd:CheckBox:DLG_START_PRESENTATION:CBX_CHANGE_PAGE";
235		Pos = MAP_APPFONT ( 108, 144 ) ;
236		Size = MAP_APPFONT ( 139, 12 ) ;
237		TabStop = TRUE ;
238		Text [ en-US ] = "Change slides by clic~king on background" ;
239	};
240	CheckBox CBX_ALWAYS_ON_TOP
241	{
242	    HelpID = "sd:CheckBox:DLG_START_PRESENTATION:CBX_ALWAYS_ON_TOP";
243		Pos = MAP_APPFONT ( 108, 156 ) ;
244		Size = MAP_APPFONT ( 145, 12 ) ;
245		/* ### ACHTUNG: Neuer Text in Resource? Pr�sentation immer im ~Vordergrund : Pr�sentation immer im ~Vordergrund */
246		TabStop = TRUE ;
247		Text [ en-US ] = "Presentation always ~on top" ;
248	};
249
250	FixedLine GRP_MONITOR
251	{
252		Pos = MAP_APPFONT ( 6, 174 ) ;
253		Size = MAP_APPFONT ( 244, 8 );
254		Hide = TRUE;
255		Text [ en-US ] = "Multiple displays" ;
256	};
257
258	FixedText FT_MONITOR
259	{
260		OutputSize = TRUE;
261		Pos = MAP_APPFONT ( 12 , 185 + 2  ) ;
262		Size = MAP_APPFONT( 70, 8 );
263		Hide = TRUE;
264		Text [ en-US ] = "P~resentation display" ;
265	};
266
267	ListBox LB_MONITOR
268	{
269		Pos = MAP_APPFONT ( 82 , 185 ) ;
270        Size = MAP_APPFONT ( 111, 100 );
271        HelpId = HID_SD_SLIDESHOW_DISPLAY;
272		Hide = TRUE;
273		TabStop = TRUE ;
274		Border = TRUE ;
275		DropDown = TRUE ;
276		ClipChildren = TRUE;
277	};
278
279	String STR_PRIMARY_MONITOR
280	{
281		Text [ en-US ] = "Display %1 (primary)";
282	};
283
284	String STR_MONITOR
285	{
286		Text [ en-US ] = "Display %1";
287	};
288
289	String STR_ALL_MONITORS
290	{
291		Text [ en-US ] = "All displays";
292	};
293
294};
295