Update ooo320-m1
[ooovba.git] / sd / source / ui / dlg / sdpreslt.src
blobe809feeb4010019bd5ac159288dc7f7588ac5855
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: sdpreslt.src,v $
10  * $Revision: 1.24 $
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  ************************************************************************/
31 #include "app.hrc"
32 #include "sdpreslt.hrc"
33 ModalDialog DLG_PRESLT
35     HelpID = SID_PRESENTATION_LAYOUT ;
36     OutputSize = TRUE ;
37     SVLook = TRUE ;
38     Size = MAP_APPFONT ( 212 , 185 ) ;
39     Moveable = TRUE ;
40     FixedText FT_LAYOUT
41     {
42         Pos = MAP_APPFONT ( 6 , 3 ) ;
43         Size = MAP_APPFONT ( 110 , 10 ) ;
44         /* ### ACHTUNG: Neuer Text in Resource? Wählen Sie eine ~Seitenvorlage : Wõhlen Sie eine ~Seitenvorlage */
45         Text [ en-US ] = "~Select a slide design" ;
46     };
47     Control VS_LAYOUT
48     {
49         Border = TRUE ;
50         Hide = TRUE ;
51         Pos = MAP_APPFONT ( 6 , 14 ) ;
52         Size = MAP_APPFONT ( 144 , 141 ) ;
53         TabStop = TRUE ;
54     };
55     OKButton BTN_OK
56     {
57         Pos = MAP_APPFONT ( 156 , 6 ) ;
58         Size = MAP_APPFONT ( 50 , 14 ) ;
59         TabStop = TRUE ;
60         DefButton = TRUE ;
61     };
62     CancelButton BTN_CANCEL
63     {
64         Pos = MAP_APPFONT ( 156 , 23 ) ;
65         Size = MAP_APPFONT ( 50 , 14 ) ;
66         TabStop = TRUE ;
67     };
68     CheckBox CBX_MASTER_PAGE
69     {
70         Pos = MAP_APPFONT ( 6 , 158 ) ;
71         Size = MAP_APPFONT ( 120 , 12 ) ;
72         TabStop = TRUE ;
73         Text [ en-US ] = "~Exchange background page" ;
74     };
75     CheckBox CBX_CHECK_MASTERS
76     {
77         Pos = MAP_APPFONT ( 6 , 170 ) ;
78         Size = MAP_APPFONT ( 140 , 12 ) ;
79         TabStop = TRUE ;
80         Text [ en-US ] = "~Delete unused backgrounds";
81     };
82     PushButton BTN_LOAD
83     {
84         Pos = MAP_APPFONT ( 156 , 155 ) ;
85         Size = MAP_APPFONT ( 50 , 14 ) ;
86         TabStop = TRUE ;
87         Text [ en-US ] = "~Load..." ;
88     };
89     HelpButton BTN_HELP
90     {
91         Pos = MAP_APPFONT ( 156 , 53 ) ;
92         Size = MAP_APPFONT ( 50 , 14 ) ;
93         TabStop = TRUE ;
94     };
95     Text [ en-US ] = "Slide Design" ;