xref: /trunk/main/sd/source/ui/dlg/sdpreslt.src (revision 78190a370f7d7129fed9a7e70ca122eaae71ce1d)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements.  See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership.  The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance
9 * with the License.  You may obtain a copy of the License at
10 *
11 *   http://www.apache.org/licenses/LICENSE-2.0
12 *
13 * Unless required by applicable law or agreed to in writing,
14 * software distributed under the License is distributed on an
15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16 * KIND, either express or implied.  See the License for the
17 * specific language governing permissions and limitations
18 * under the License.
19 *
20 *************************************************************/
21
22
23
24#include "app.hrc"
25#include "sdpreslt.hrc"
26#include "sdcommands.h"
27
28ModalDialog DLG_PRESLT
29{
30    HelpID = CMD_SID_PRESENTATION_LAYOUT ;
31    OutputSize = TRUE ;
32    SVLook = TRUE ;
33    Size = MAP_APPFONT ( 212, 185 ) ;
34    Moveable = TRUE ;
35    FixedText FT_LAYOUT
36    {
37        Pos = MAP_APPFONT ( 6, 3 ) ;
38        Size = MAP_APPFONT ( 110, 10 ) ;
39        Text [ en-US ] = "~Select a slide design" ;
40    };
41    Control VS_LAYOUT
42    {
43        Border = TRUE ;
44        Hide = TRUE ;
45        Pos = MAP_APPFONT ( 6, 14 ) ;
46        Size = MAP_APPFONT ( 144, 141 ) ;
47        TabStop = TRUE ;
48    };
49    OKButton BTN_OK
50    {
51        Pos = MAP_APPFONT ( 156, 6 ) ;
52        Size = MAP_APPFONT ( 50, 14 ) ;
53        TabStop = TRUE ;
54        DefButton = TRUE ;
55    };
56    CancelButton BTN_CANCEL
57    {
58        Pos = MAP_APPFONT ( 156, 23 ) ;
59        Size = MAP_APPFONT ( 50, 14 ) ;
60        TabStop = TRUE ;
61    };
62    CheckBox CBX_MASTER_PAGE
63    {
64        HelpID = "sd:CheckBox:DLG_PRESLT:CBX_MASTER_PAGE" ;
65        Pos = MAP_APPFONT ( 6, 158 ) ;
66        Size = MAP_APPFONT ( 120, 12 ) ;
67        TabStop = TRUE ;
68        Text [ en-US ] = "~Exchange background page" ;
69    };
70    CheckBox CBX_CHECK_MASTERS
71    {
72        HelpID = "sd:CheckBox:DLG_PRESLT:CBX_CHECK_MASTERS" ;
73        Pos = MAP_APPFONT ( 6, 170 ) ;
74        Size = MAP_APPFONT ( 140, 12 ) ;
75        TabStop = TRUE ;
76        Text [ en-US ] = "~Delete unused backgrounds" ;
77    };
78    PushButton BTN_LOAD
79    {
80        HelpID = "sd:PushButton:DLG_PRESLT:BTN_LOAD" ;
81        Pos = MAP_APPFONT ( 156, 155 ) ;
82        Size = MAP_APPFONT ( 50, 14 ) ;
83        TabStop = TRUE ;
84        Text [ en-US ] = "~Load..." ;
85    };
86    HelpButton BTN_HELP
87    {
88        Pos = MAP_APPFONT ( 156, 53 ) ;
89        Size = MAP_APPFONT ( 50, 14 ) ;
90        TabStop = TRUE ;
91    };
92    Text [ en-US ] = "Slide Design" ;
93};
94
95// ********************************************************************** EOF
96