merge the formfield patch from ooo-build
[ooovba.git] / sd / source / ui / dlg / dlgpage.src
blobaf3de8da8be989b115b92f90f268f6211add41d2
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: dlgpage.src,v $
10  * $Revision: 1.27 $
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 <svx/dialogs.hrc>
32 #include "dlgpage.hrc"
33 TabDialog TAB_PAGE
35     OutputSize = TRUE ;
36     SVLook = TRUE ;
37     Size = MAP_APPFONT ( 289 , 176 ) ;
38     Text [ en-US ] = "Page Setup" ;
39     Moveable = TRUE ;
40     Closeable = TRUE ;
41     TabControl 1
42     {
43         OutputSize = TRUE ;
44         Pos = MAP_APPFONT ( 3 , 3 ) ;
45         Size = MAP_APPFONT ( 260 , 135 ) ;
46         PageList =
47         {
48             PageItem
49             {
50                 Identifier = RID_SVXPAGE_PAGE ;
51                 Text [ en-US ] = "Page" ;
52                 PageResID = RID_SVXPAGE_PAGE ;
53             };
55             PageItem
56             {
57                 Identifier = RID_SVXPAGE_AREA;
58                 PageResID = RID_SVXPAGE_AREA;
59                 Text [ en-US ] = "Background";
60             };
61         };
62     };
63     OKButton 1
64     {
65         Pos = MAP_APPFONT ( 6 , 151 ) ;
66         Size = MAP_APPFONT ( 50 , 14 ) ;
67         TabStop = TRUE ;
68     };
69     CancelButton 1
70     {
71         Pos = MAP_APPFONT ( 60 , 151 ) ;
72         Size = MAP_APPFONT ( 50 , 14 ) ;
73         TabStop = TRUE ;
74     };
75     HelpButton 1
76     {
77         Pos = MAP_APPFONT ( 114 , 151 ) ;
78         Size = MAP_APPFONT ( 50 , 14 ) ;
79         TabStop = TRUE ;
80     };
81     PushButton 1
82     {
83         Pos = MAP_APPFONT ( 169 , 151 ) ;
84         Size = MAP_APPFONT ( 50 , 14 ) ;
85         /* ### ACHTUNG: Neuer Text in Resource? Zurück : Zur³ck */
86         Text [ en-US ] = "Return" ;
87         TabStop = TRUE ;
88     };