merge the formfield patch from ooo-build
[ooovba.git] / sd / source / ui / dlg / prltempl.src
blob2aafed1c00fa1c988918b33191eddf14089328ea
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: prltempl.src,v $
10  * $Revision: 1.30 $
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 "enumdlg.hrc"
32 #include "prltempl.hrc"
33 #include <svx/dialogs.hrc>
34 TabDialog TAB_PRES_LAYOUT_TEMPLATE
36     OutputSize = TRUE ;
37     SVLook = TRUE ;
38     Size = MAP_APPFONT ( 289 , 176 ) ;
39     Text [ en-US ] = "Presentation Layout" ;
40     Moveable = 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_LINE ;
51                 Text [ en-US ] = "Line" ;
52                 PageResID = RID_SVXPAGE_LINE ;
53             };
54             PageItem
55             {
56                 Identifier = RID_SVXPAGE_AREA ;
57                 Text [ en-US ] = "Area" ;
58                 PageResID = RID_SVXPAGE_AREA ;
59             };
60             PageItem
61             {
62                 Identifier = RID_SVXPAGE_SHADOW ;
63                 PageResID = RID_SVXPAGE_SHADOW ;
64                 Text [ en-US ] = "Shadow" ;
65             };
66             PageItem
67             {
68                 Identifier = RID_SVXPAGE_TRANSPARENCE ;
69                 Text [ en-US ] = "Transparency";
70             };
71             PageItem
72             {
73                 Identifier = RID_SVXPAGE_CHAR_NAME ;
74                 Text [ en-US ] = "Font" ;
75                 PageResID = RID_SVXPAGE_CHAR_NAME;
76             };
77             PageItem
78             {
79                 Identifier = RID_SVXPAGE_CHAR_EFFECTS ;
80                 Text [ en-US ] = "Font Effects" ;
81                 PageResID = RID_SVXPAGE_CHAR_EFFECTS ;
82             };
83             PageItem
84             {
85                 Identifier = RID_SVXPAGE_STD_PARAGRAPH ;
86                 Text [ en-US ] = "Indents & Spacing" ;
87                 PageResID = RID_SVXPAGE_STD_PARAGRAPH ;
88             };
89             PageItem\r
90              {\r
91                 Identifier = RID_SVXPAGE_TEXTATTR ;\r
92                 PageResID = RID_SVXPAGE_TEXTATTR ;\r
93                 Text [ en-US ] = "Text" ;\r
94             };
95             PageItem\r
96             {\r
97                 Identifier = RID_SVXPAGE_PICK_BULLET ;\r
98                 PageResID = RID_SVXPAGE_PICK_BULLET ;\r
99                 Text [ en-US ] = "Bullets" ;\r
100             };\r
101             PageItem\r
102             {\r
103                 Identifier = RID_SVXPAGE_PICK_SINGLE_NUM ;\r
104                 PageResID = RID_SVXPAGE_PICK_SINGLE_NUM ;\r
105                 Text [ en-US ] = "Numbering type" ;\r
106             };\r
107             PageItem\r
108             {\r
109                 Identifier = RID_SVXPAGE_PICK_BMP ;\r
110                 PageResID = RID_SVXPAGE_PICK_BMP ;\r
111                 Text [ en-US ] = "Graphics" ;\r
112             };\r
113             PageItem\r
114             {\r
115                 Identifier = RID_SVXPAGE_NUM_OPTIONS ;\r
116                 PageResID = RID_SVXPAGE_NUM_OPTIONS ;\r
117                 Text [ en-US ] = "Customize" ;\r
118             };          
119             PageItem
120             {
121                 Identifier = RID_SVXPAGE_ALIGN_PARAGRAPH ;
122                 PageResID = RID_SVXPAGE_ALIGN_PARAGRAPH ;
123                 Text [ en-US ] = "Alignment" ;
124             };
125             PageItem
126             {
127                 Identifier = RID_SVXPAGE_PARA_ASIAN ;
128                 PageResID = RID_SVXPAGE_PARA_ASIAN ;
129                 Text[ en-US ] = "Asian Typography";
130             };  
131             PageItem
132             {
133                 Identifier = RID_SVXPAGE_TABULATOR ;
134                 PageResID = RID_SVXPAGE_TABULATOR ;
135                 Text [ en-US ] = "Tabs" ;
136             };  
137         };
138     };
141 TabDialog TAB_PRES_LAYOUT_TEMPLATE_BACKGROUND
143     OutputSize = TRUE ;
144     SVLook = TRUE ;
145     Size = MAP_APPFONT ( 289 , 176 ) ;
146     Moveable = TRUE ;
147     TabControl 1
148     {
149         OutputSize = TRUE ;
150         Pos = MAP_APPFONT ( 3 , 3 ) ;
151         Size = MAP_APPFONT ( 260 , 135 ) ;
152         PageList =
153         {
154             PageItem
155             {
156                 Identifier = RID_SVXPAGE_AREA ;
157                 Text [ en-US ] = "Area" ;
158                 PageResID = RID_SVXPAGE_AREA ;
159             };
160         };
161     };