bump product version to 4.1.6.2
[LibreOffice.git] / sd / source / ui / dlg / sdpreslt.src
blob98918ee8cc0b0cd68938752e85e0e3f5985fd386
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 "app.hrc"
21 #include "sdpreslt.hrc"
22 #include "sdcommands.h"
24 ModalDialog DLG_PRESLT
26     HelpID = CMD_SID_PRESENTATION_LAYOUT ;
27     OutputSize = TRUE ;
28     SVLook = TRUE ;
29     Size = MAP_APPFONT ( 212 , 185 ) ;
30     Moveable = TRUE ;
31     FixedText FT_LAYOUT
32     {
33         Pos = MAP_APPFONT ( 6 , 3 ) ;
34         Size = MAP_APPFONT ( 110 , 10 ) ;
35         Text [ en-US ] = "~Select a slide design" ;
36     };
37     Control VS_LAYOUT
38     {
39         Border = TRUE ;
40         Hide = TRUE ;
41         Pos = MAP_APPFONT ( 6 , 14 ) ;
42         Size = MAP_APPFONT ( 144 , 141 ) ;
43         TabStop = TRUE ;
44     };
45     OKButton BTN_OK
46     {
47         Pos = MAP_APPFONT ( 156 , 6 ) ;
48         Size = MAP_APPFONT ( 50 , 14 ) ;
49         TabStop = TRUE ;
50         DefButton = TRUE ;
51     };
52     CancelButton BTN_CANCEL
53     {
54         Pos = MAP_APPFONT ( 156 , 23 ) ;
55         Size = MAP_APPFONT ( 50 , 14 ) ;
56         TabStop = TRUE ;
57     };
58     CheckBox CBX_MASTER_PAGE
59     {
60         HelpID = "sd:CheckBox:DLG_PRESLT:CBX_MASTER_PAGE";
61         Pos = MAP_APPFONT ( 6 , 158 ) ;
62         Size = MAP_APPFONT ( 120 , 12 ) ;
63         TabStop = TRUE ;
64         Text [ en-US ] = "~Exchange background page" ;
65     };
66     CheckBox CBX_CHECK_MASTERS
67     {
68         HelpID = "sd:CheckBox:DLG_PRESLT:CBX_CHECK_MASTERS";
69         Pos = MAP_APPFONT ( 6 , 170 ) ;
70         Size = MAP_APPFONT ( 140 , 12 ) ;
71         TabStop = TRUE ;
72         Text [ en-US ] = "~Delete unused backgrounds";
73     };
74     PushButton BTN_LOAD
75     {
76         HelpID = "sd:PushButton:DLG_PRESLT:BTN_LOAD";
77         Pos = MAP_APPFONT ( 156 , 155 ) ;
78         Size = MAP_APPFONT ( 50 , 14 ) ;
79         TabStop = TRUE ;
80         Text [ en-US ] = "~Load..." ;
81     };
82     HelpButton BTN_HELP
83     {
84         Pos = MAP_APPFONT ( 156 , 53 ) ;
85         Size = MAP_APPFONT ( 50 , 14 ) ;
86         TabStop = TRUE ;
87     };
88     Text [ en-US ] = "Slide Design" ;
91 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */