summaryrefslogtreecommitdiff
path: root/sd/source/ui/dlg/present.src
blob: 7cf6698a619b2bfd5e6f7879f51c328028d057c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
/*
 * This file is part of the LibreOffice project.
 *
 * This Source Code Form is subject to the terms of the Mozilla Public
 * License, v. 2.0. If a copy of the MPL was not distributed with this
 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
 *
 * This file incorporates work covered by the following license notice:
 *
 *   Licensed to the Apache Software Foundation (ASF) under one or more
 *   contributor license agreements. See the NOTICE file distributed
 *   with this work for additional information regarding copyright
 *   ownership. The ASF licenses this file to you under the Apache
 *   License, Version 2.0 (the "License"); you may not use this file
 *   except in compliance with the License. You may obtain a copy of
 *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
 */
#include "helpids.h"
#include <svx/svxids.hrc>
#include "present.hrc"

#define DISTANCE    23

ModalDialog DLG_START_PRESENTATION
{
    HelpID = CMD_SID_PRESENTATION ;
    OutputSize = TRUE ;
    SVLook = TRUE ;
    Size = MAP_APPFONT ( 256, 205 ) ;
    Text [ en-US ] = "Slide Show" ;
    Moveable = TRUE ;

    OKButton BTN_OK
    {
        Pos = MAP_APPFONT ( 200, 6 ) ;
        Size = MAP_APPFONT ( 50, 14 ) ;
        TabStop = TRUE ;
        DefButton = TRUE ;
    };
    CancelButton BTN_CANCEL
    {
        Pos = MAP_APPFONT ( 200, 23 ) ;
        Size = MAP_APPFONT ( 50, 14 ) ;
        TabStop = TRUE ;
    };
    HelpButton BTN_HELP
    {
        Pos = MAP_APPFONT ( 200, 43 ) ;
        Size = MAP_APPFONT ( 50, 14 ) ;
        TabStop = TRUE ;
    };

    FixedLine GRP_RANGE
    {
        Pos = MAP_APPFONT ( 6 , 3 ) ;
        Size = MAP_APPFONT ( 187, 8 ) ;
        Text [ en-US ] = "Range" ;
    };
    RadioButton RBT_ALL
    {
        HelpID = "sd:RadioButton:DLG_START_PRESENTATION:RBT_ALL";
        Pos = MAP_APPFONT ( 12 , 14 ) ;
        Size = MAP_APPFONT ( 80 , 12 ) ;
        Text [ en-US ] = "All ~slides" ;
        TabStop = TRUE ;
    };
    RadioButton RBT_AT_DIA
    {
        HelpID = "sd:RadioButton:DLG_START_PRESENTATION:RBT_AT_DIA";
        Pos = MAP_APPFONT ( 12 , 26 ) ;
        Size = MAP_APPFONT ( 60 , 12 ) ;
        Text [ en-US ] = "~From:" ;
        TabStop = TRUE ;
    };
    ListBox LB_DIAS
    {
        HelpID = "sd:ListBox:DLG_START_PRESENTATION:LB_DIAS";
        Border = TRUE ;
        Pos = MAP_APPFONT ( 96, 24 ) ;
        Size = MAP_APPFONT ( 97, 80 ) ;
        TabStop = TRUE ;
        DropDown = TRUE ;
         //DDExtraWidth = TRUE;
    };
    RadioButton RBT_CUSTOMSHOW
    {
        HelpID = "sd:RadioButton:DLG_START_PRESENTATION:RBT_CUSTOMSHOW";
        Pos = MAP_APPFONT ( 12 , 38 ) ;
        Size = MAP_APPFONT ( 130 , 12 ) ;
        TabStop = TRUE ;
        Text [ en-US ] = "~Custom Slide Show" ;
    };
    ListBox LB_CUSTOMSHOW
    {
        HelpID = "sd:ListBox:DLG_START_PRESENTATION:LB_CUSTOMSHOW";
        Border = TRUE ;
        Pos = MAP_APPFONT ( 32, 53 ) ;
        Size = MAP_APPFONT ( 161, 80 ) ;
        TabStop = TRUE ;
        DropDown = TRUE ;
    };

    FixedLine GRP_KIND
    {
        Pos = MAP_APPFONT ( 6, 73 ) ;
        Size = MAP_APPFONT ( 90, 8 );
        Text [ en-US ] = "Type" ;
    };
    RadioButton RBT_STANDARD
    {
        HelpID = "sd:RadioButton:DLG_START_PRESENTATION:RBT_STANDARD";
        Pos = MAP_APPFONT ( 12, 84 ) ;
        Size = MAP_APPFONT ( 81, 12 ) ;
        Text [ en-US ] = "~Default" ;
        TabStop = TRUE ;
    };
    RadioButton RBT_WINDOW
    {
        HelpID = "sd:RadioButton:DLG_START_PRESENTATION:RBT_WINDOW";
        Pos = MAP_APPFONT ( 12 , 96 ) ;
        Size = MAP_APPFONT ( 81 , 12 ) ;
        Text [ en-US ] = "~Window" ;
        TabStop = TRUE ;
    };
    RadioButton RBT_AUTO
    {
        HelpID = "sd:RadioButton:DLG_START_PRESENTATION:RBT_AUTO";
        Pos = MAP_APPFONT ( 12 , 108 ) ;
        Size = MAP_APPFONT ( 81 , 12 ) ;
        Text [ en-US ] = "A~uto" ;
        TabStop = TRUE ;
    };
    TimeField TMF_PAUSE
    {
        HelpID = "sd:TimeField:DLG_START_PRESENTATION:TMF_PAUSE";
        Pos = MAP_APPFONT ( 32, 120 ) ;
        Size = MAP_APPFONT ( 50, 12 ) ;
        Border = TRUE ;
        TabStop = TRUE ;
        Repeat = TRUE ;
        Spin = TRUE ;
        Duration = TRUE ;
        StrictFormat = TRUE ;
        Maximum = Time
        {
            Hour = 23 ;
            Minute = 59 ;
            Second = 59 ;
        };
        Last = Time
        {
            Hour = 23 ;
            Minute = 59 ;
            Second = 59 ;
        };
        QuickHelpText [ en-US ] = "Duration of pause" ;
    };
    CheckBox CBX_AUTOLOGO
    {
        HelpID = "sd:CheckBox:DLG_START_PRESENTATION:CBX_AUTOLOGO";
        Pos = MAP_APPFONT ( 32 , 138 ) ;
        Size = MAP_APPFONT ( 61 , 12 ) ;
        TabStop = TRUE ;
        Text [ en-US ] = "Show ~logo" ;
    };

    FixedLine GRP_OPTIONS
    {
        Pos = MAP_APPFONT ( 102 , 73 ) ;
        Size = MAP_APPFONT ( 148, 8 );
        Text [ en-US ] = "Options" ;
    };
    CheckBox CBX_MANUEL
    {
        HelpID = "sd:CheckBox:DLG_START_PRESENTATION:CBX_MANUEL";
        Pos = MAP_APPFONT ( 108 , 84 ) ;
        Size = MAP_APPFONT ( 139 , 12 ) ;
        TabStop = TRUE ;
        Text [ en-US ] = "Change slides ~manually" ;
    };
    CheckBox CBX_MOUSEPOINTER
    {
        HelpID = "sd:CheckBox:DLG_START_PRESENTATION:CBX_MOUSEPOINTER";
        Pos = MAP_APPFONT ( 108, 96 ) ;
        Size = MAP_APPFONT ( 139, 12 ) ;
        Text [ en-US ] = "Mouse pointer ~visible" ;
        TabStop = TRUE ;
    };
    CheckBox CBX_PEN
    {
        HelpID = "sd:CheckBox:DLG_START_PRESENTATION:CBX_PEN";
        Pos = MAP_APPFONT ( 108, 108 ) ;
        Size = MAP_APPFONT ( 139, 12 ) ;
        Text [ en-US ] = "Mouse pointer as ~pen" ;
        TabStop = TRUE ;
    };
    CheckBox CBX_NAVIGATOR
    {
        HelpID = "sd:CheckBox:DLG_START_PRESENTATION:CBX_NAVIGATOR";
        Pos = MAP_APPFONT ( 108, 120 ) ;
        Size = MAP_APPFONT ( 139, 12 ) ;
        TabStop = TRUE ;
        Text [ en-US ] = "~Navigator visible" ;
    };
    CheckBox CBX_ANIMATION_ALLOWED
    {
        HelpID = "sd:CheckBox:DLG_START_PRESENTATION:CBX_ANIMATION_ALLOWED";
        Pos = MAP_APPFONT ( 108, 132 ) ;
        Size = MAP_APPFONT ( 139, 12 ) ;
        TabStop = TRUE ;
        Text [ en-US ] = "~Animations allowed" ;
    };
    CheckBox CBX_CHANGE_PAGE
    {
        HelpID = "sd:CheckBox:DLG_START_PRESENTATION:CBX_CHANGE_PAGE";
        Pos = MAP_APPFONT ( 108, 144 ) ;
        Size = MAP_APPFONT ( 139, 12 ) ;
        TabStop = TRUE ;
        Text [ en-US ] = "Change slides by clic~king on background" ;
    };
    CheckBox CBX_ALWAYS_ON_TOP
    {
        HelpID = "sd:CheckBox:DLG_START_PRESENTATION:CBX_ALWAYS_ON_TOP";
        Pos = MAP_APPFONT ( 108, 156 ) ;
        Size = MAP_APPFONT ( 145, 12 ) ;
        TabStop = TRUE ;
        Text [ en-US ] = "Presentation always ~on top" ;
    };

    FixedLine GRP_MONITOR
    {
        Pos = MAP_APPFONT ( 6, 174 ) ;
        Size = MAP_APPFONT ( 244, 8 );
        Hide = TRUE;
        Text [ en-US ] = "Multiple displays" ;
    };

    FixedText FT_MONITOR
    {
        OutputSize = TRUE;
        Pos = MAP_APPFONT ( 12 , 185 + 2  ) ;
        Size = MAP_APPFONT( 70, 8 );
        Hide = TRUE;
        Text [ en-US ] = "P~resentation display" ;
    };

    ListBox LB_MONITOR
    {
        Pos = MAP_APPFONT ( 82 , 185 ) ;
        Size = MAP_APPFONT ( 111, 100 );
        HelpId = HID_SD_SLIDESHOW_DISPLAY;
        Hide = TRUE;
        TabStop = TRUE ;
        Border = TRUE ;
        DropDown = TRUE ;
        ClipChildren = TRUE;
    };

    String STR_EXTERNAL_MONITOR
    {
        Text [ en-US ] = "Display %1 (external)";
    };

    String STR_MONITOR
    {
        Text [ en-US ] = "Display %1";
    };

    String STR_ALL_MONITORS
    {
        Text [ en-US ] = "All displays";
    };

};