sync master with lastest vba changes
[ooovba.git] / reportdesign / source / ui / dlg / dlgpage.src
blob9d9fd5cab62a3fc1b4f6fcf96da0709f32c9d2b0
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.5 $
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 "RptResId.hrc"
34 TabDialog RID_PAGEDIALOG_PAGE
36         OutputSize = TRUE ;
37         SVLook = TRUE ;
38         Size = MAP_APPFONT ( 289 , 176 ) ;
39         Text [ en-US ] = "Page Setup" ;
40         Moveable = TRUE ;
41         Closeable = TRUE ;
42         TabControl 1
43         {
44                 OutputSize = TRUE ;
45         PageList =
46                 {
47                         PageItem
48                         {
49                                 Identifier = RID_SVXPAGE_PAGE ;
50                                 Text [ en-US ] = "Page" ;
51                                 PageResID = RID_SVXPAGE_PAGE ;
52                                 Text [ x-comment ] = " ";
53                         };
54                         PageItem
55                         {
56                                 Identifier = RID_SVXPAGE_BACKGROUND ;
57                                 Text [ en-US ] = "Background" ;
58                                 PageResID = RID_SVXPAGE_BACKGROUND ;
59                                 Text [ x-comment ] = " ";
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         };
89         Text [ x-comment ] = " ";
90         
91         String 1
92         {
93                 Text [ en-US ] = "Page" ;
94         };
95         String 2
96         {
97                 Text [ en-US ] = "Background" ;
98         };
101 TabDialog RID_PAGEDIALOG_BACKGROUND
103         OutputSize = TRUE ;
104         SVLook = TRUE ;
105         Size = MAP_APPFONT ( 289 , 176 ) ;
106         Text [ en-US ] = "Section Setup" ;
107         Moveable = TRUE ;
108         Closeable = TRUE ;
109         TabControl 1
110         {
111                 OutputSize = TRUE ;
112         };
113         OKButton 1
114         {
115                 Pos = MAP_APPFONT ( 6 , 151 ) ;
116                 Size = MAP_APPFONT ( 50 , 14 ) ;
117                 TabStop = TRUE ;
118         };
119         CancelButton 1
120         {
121                 Pos = MAP_APPFONT ( 60 , 151 ) ;
122                 Size = MAP_APPFONT ( 50 , 14 ) ;
123                 TabStop = TRUE ;
124         };
125         HelpButton 1
126         {
127                 Pos = MAP_APPFONT ( 114 , 151 ) ;
128                 Size = MAP_APPFONT ( 50 , 14 ) ;
129                 TabStop = TRUE ;
130         };
131         PushButton 1
132         {
133                 Pos = MAP_APPFONT ( 169 , 151 ) ;
134                 Size = MAP_APPFONT ( 50 , 14 ) ;
135                 /* ### ACHTUNG: Neuer Text in Resource? Zurück : Zur³ck */
136                 Text [ en-US ] = "Return" ;
137                 TabStop = TRUE ;
138                 Text [ x-comment ] = " ";
139         };
140         Text [ x-comment ] = " ";
141         
142         String 1
143         {
144                 Text [ en-US ] = "Background" ;
145         };
147 TabDialog RID_PAGEDIALOG_CHAR
149         OutputSize = TRUE ;
150         SVLook = TRUE ;
151         Size = MAP_APPFONT ( 289 , 176 ) ;
152         Text [ en-US ] = "Character Settings" ;
153         Moveable = TRUE ;
154         Closeable = TRUE ;
155         TabControl 1
156         {
157                 OutputSize = TRUE ;
158                 PageList =
159                 {
160                         PageItem
161                         {
162                                 Identifier = RID_PAGE_CHAR ;
163                                 Text [ en-US ] = "Font" ;
164                                 PageResID = RID_PAGE_CHAR ;
165                                 Text [ x-comment ] = " ";
166                         };
167                         PageItem
168                         {
169                                 Identifier = RID_PAGE_EFFECTS ;
170                                 Text [ en-US ] = "Font Effects" ;
171                                 PageResID = RID_PAGE_EFFECTS ;
172                                 Text [ x-comment ] = " ";
173                         };
174                         PageItem
175                         {
176                                 Identifier = RID_PAGE_POSITION ;
177                                 PageResID = RID_PAGE_POSITION ;
178                                 Text [ en-US ] = "Position";
179                         };
180                         PageItem
181                         {
182                                 Identifier = RID_PAGE_TWOLN ;
183                                 PageResID = RID_PAGE_TWOLN;
184                                 Text [ en-US ] = "Asian Layout";
185                         };
186                         PageItem
187                         {
188                                 Identifier = RID_PAGE_BACKGROUND ;
189                                 Text [ en-US ] = "Background" ;
190                                 PageResID = RID_PAGE_BACKGROUND ;
191                                 Text [ x-comment ] = " ";
192                         };
193             PageItem
194                         {
195                                 Identifier = RID_PAGE_ALIGNMENT ;
196                                 Text [ en-US ] = "Alignment" ;
197                                 PageResID = RID_PAGE_ALIGNMENT ;
198                                 Text [ x-comment ] = " ";
199                         };
200                 };
201         };
202         OKButton 1
203         {
204                 Pos = MAP_APPFONT ( 6 , 151 ) ;
205                 Size = MAP_APPFONT ( 50 , 14 ) ;
206                 TabStop = TRUE ;
207         };
208         CancelButton 1
209         {
210                 Pos = MAP_APPFONT ( 60 , 151 ) ;
211                 Size = MAP_APPFONT ( 50 , 14 ) ;
212                 TabStop = TRUE ;
213         };
214         HelpButton 1
215         {
216                 Pos = MAP_APPFONT ( 114 , 151 ) ;
217                 Size = MAP_APPFONT ( 50 , 14 ) ;
218                 TabStop = TRUE ;
219         };
220         PushButton 1
221         {
222                 Pos = MAP_APPFONT ( 169 , 151 ) ;
223                 Size = MAP_APPFONT ( 50 , 14 ) ;
224                 /* ### ACHTUNG: Neuer Text in Resource? Zurück : Zur³ck */
225                 Text [ en-US ] = "Return" ;
226                 TabStop = TRUE ;
227                 Text [ x-comment ] = " ";
228         };
229         Text [ x-comment ] = " ";
230         
231         String 1
232         {
233                 Text [ en-US ] = "Character" ;
234         };
236 TabDialog RID_PAGEDIALOG_LINE
238         OutputSize = TRUE ;
239         SVLook = TRUE ;
240         Size = MAP_APPFONT ( 289 , 176 ) ;
241         Text [ en-US ] = "Line" ;
242         Moveable = TRUE ;
243         Closeable = TRUE ;
244         TabControl 1
245         {
246                 OutputSize = TRUE ;
247                 Pos = MAP_APPFONT ( 3 , 3 ) ;
248                 Size = MAP_APPFONT ( 260 , 135 ) ;
249                 PageList =
250                 {
251                         PageItem
252                         {
253                                 Identifier = RID_SVXPAGE_LINE ;
254                                 Text [ en-US ] = "Line" ;
255                                 PageResID = RID_SVXPAGE_LINE ;
256                                 Text [ x-comment ] = " ";
257                         };
258                         PageItem
259                         {
260                                 Identifier = RID_SVXPAGE_LINE_DEF ;
261                                 Text [ en-US ] = "Line Styles" ;
262                                 PageResID = RID_SVXPAGE_LINE_DEF ;
263                                 Text [ x-comment ] = " ";
264                         };
265                         PageItem
266                         {
267                                 Identifier = RID_SVXPAGE_LINEEND_DEF ;
268                                 Text [ en-US ] = "Arrow Styles" ;
269                                 PageResID = RID_SVXPAGE_LINEEND_DEF ;
270                                 Text [ x-comment ] = " ";
271                         };
272                 };
273         };
274         OKButton 1
275         {
276                 Pos = MAP_APPFONT ( 6 , 151 ) ;
277                 Size = MAP_APPFONT ( 50 , 14 ) ;
278                 TabStop = TRUE ;
279         };
280         CancelButton 1
281         {
282                 Pos = MAP_APPFONT ( 60 , 151 ) ;
283                 Size = MAP_APPFONT ( 50 , 14 ) ;
284                 TabStop = TRUE ;
285         };
286         HelpButton 1
287         {
288                 Pos = MAP_APPFONT ( 114 , 151 ) ;
289                 Size = MAP_APPFONT ( 50 , 14 ) ;
290                 TabStop = TRUE ;
291         };
292         PushButton 1
293         {
294                 Pos = MAP_APPFONT ( 169 , 151 ) ;
295                 Size = MAP_APPFONT ( 50 , 14 ) ;
296                 /* ### ACHTUNG: Neuer Text in Resource? Zurück : Zur³ck */
297                 Text [ en-US ] = "Return" ;
298                 TabStop = TRUE ;
299                 Text [ x-comment ] = " ";
300         };
301         Text [ x-comment ] = " ";
302         
303         String 1
304         {
305                 Text [ en-US ] = "Line" ;
306         };