xref: /AOO41X/main/reportdesign/source/ui/dlg/dlgpage.src (revision 9dcd2d78ee6377e8ad1e2e01efd517f26f4562c3)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements.  See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership.  The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance
9 * with the License.  You may obtain a copy of the License at
10 *
11 *   http://www.apache.org/licenses/LICENSE-2.0
12 *
13 * Unless required by applicable law or agreed to in writing,
14 * software distributed under the License is distributed on an
15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16 * KIND, either express or implied.  See the License for the
17 * specific language governing permissions and limitations
18 * under the License.
19 *
20 *************************************************************/
21
22
23
24#include <svx/dialogs.hrc>
25#include "RptResId.hrc"
26
27TabDialog RID_PAGEDIALOG_PAGE
28{
29    OutputSize = TRUE ;
30    SVLook = TRUE ;
31    Size = MAP_APPFONT ( 289 , 176 ) ;
32    Text [ en-US ] = "Page Setup" ;
33    Moveable = TRUE ;
34    Closeable = TRUE ;
35    TabControl 1
36    {
37        OutputSize = TRUE ;
38        PageList =
39        {
40            PageItem
41            {
42                Identifier = RID_SVXPAGE_PAGE ;
43                Text [ en-US ] = "Page" ;
44                PageResID = RID_SVXPAGE_PAGE ;
45            };
46            PageItem
47            {
48                Identifier = RID_SVXPAGE_BACKGROUND ;
49                Text [ en-US ] = "Background" ;
50                PageResID = RID_SVXPAGE_BACKGROUND ;
51            };
52        };
53    };
54    OKButton 1
55    {
56        Pos = MAP_APPFONT ( 6 , 151 ) ;
57        Size = MAP_APPFONT ( 50 , 14 ) ;
58        TabStop = TRUE ;
59    };
60    CancelButton 1
61    {
62        Pos = MAP_APPFONT ( 60 , 151 ) ;
63        Size = MAP_APPFONT ( 50 , 14 ) ;
64        TabStop = TRUE ;
65    };
66    HelpButton 1
67    {
68        Pos = MAP_APPFONT ( 114 , 151 ) ;
69        Size = MAP_APPFONT ( 50 , 14 ) ;
70        TabStop = TRUE ;
71    };
72    PushButton 1
73    {
74        Pos = MAP_APPFONT ( 169 , 151 ) ;
75        Size = MAP_APPFONT ( 50 , 14 ) ;
76        /* ### ACHTUNG: Neuer Text in Resource? Zurück : Zur³ck */
77        Text [ en-US ] = "Return" ;
78        TabStop = TRUE ;
79    };
80
81    String 1
82    {
83        Text [ en-US ] = "Page" ;
84    };
85    String 2
86    {
87        Text [ en-US ] = "Background" ;
88    };
89};
90
91TabDialog RID_PAGEDIALOG_BACKGROUND
92{
93    OutputSize = TRUE ;
94    SVLook = TRUE ;
95    Size = MAP_APPFONT ( 289 , 176 ) ;
96    Text [ en-US ] = "Section Setup" ;
97    Moveable = TRUE ;
98    Closeable = TRUE ;
99    TabControl 1
100    {
101        OutputSize = TRUE ;
102    };
103    OKButton 1
104    {
105        Pos = MAP_APPFONT ( 6 , 151 ) ;
106        Size = MAP_APPFONT ( 50 , 14 ) ;
107        TabStop = TRUE ;
108    };
109    CancelButton 1
110    {
111        Pos = MAP_APPFONT ( 60 , 151 ) ;
112        Size = MAP_APPFONT ( 50 , 14 ) ;
113        TabStop = TRUE ;
114    };
115    HelpButton 1
116    {
117        Pos = MAP_APPFONT ( 114 , 151 ) ;
118        Size = MAP_APPFONT ( 50 , 14 ) ;
119        TabStop = TRUE ;
120    };
121    PushButton 1
122    {
123        Pos = MAP_APPFONT ( 169 , 151 ) ;
124        Size = MAP_APPFONT ( 50 , 14 ) ;
125        /* ### ACHTUNG: Neuer Text in Resource? Zurück : Zur³ck */
126        Text [ en-US ] = "Return" ;
127        TabStop = TRUE ;
128    };
129
130    String 1
131    {
132        Text [ en-US ] = "Background" ;
133    };
134};
135TabDialog RID_PAGEDIALOG_CHAR
136{
137    OutputSize = TRUE ;
138    SVLook = TRUE ;
139    Size = MAP_APPFONT ( 289 , 176 ) ;
140    Text [ en-US ] = "Character Settings" ;
141    Moveable = TRUE ;
142    Closeable = TRUE ;
143    TabControl 1
144    {
145        OutputSize = TRUE ;
146        PageList =
147        {
148            PageItem
149            {
150                Identifier = RID_PAGE_CHAR ;
151                Text [ en-US ] = "Font" ;
152                PageResID = RID_PAGE_CHAR ;
153            };
154            PageItem
155            {
156                Identifier = RID_PAGE_EFFECTS ;
157                Text [ en-US ] = "Font Effects" ;
158                PageResID = RID_PAGE_EFFECTS ;
159            };
160            PageItem
161            {
162                Identifier = RID_PAGE_POSITION ;
163                PageResID = RID_PAGE_POSITION ;
164                Text [ en-US ] = "Position";
165            };
166            PageItem
167            {
168                Identifier = RID_PAGE_TWOLN ;
169                PageResID = RID_PAGE_TWOLN;
170                Text [ en-US ] = "Asian Layout";
171            };
172            PageItem
173            {
174                Identifier = RID_PAGE_BACKGROUND ;
175                Text [ en-US ] = "Background" ;
176                PageResID = RID_PAGE_BACKGROUND ;
177            };
178            PageItem
179            {
180                Identifier = RID_PAGE_ALIGNMENT ;
181                Text [ en-US ] = "Alignment" ;
182                PageResID = RID_PAGE_ALIGNMENT ;
183            };
184        };
185    };
186    OKButton 1
187    {
188        Pos = MAP_APPFONT ( 6 , 151 ) ;
189        Size = MAP_APPFONT ( 50 , 14 ) ;
190        TabStop = TRUE ;
191    };
192    CancelButton 1
193    {
194        Pos = MAP_APPFONT ( 60 , 151 ) ;
195        Size = MAP_APPFONT ( 50 , 14 ) ;
196        TabStop = TRUE ;
197    };
198    HelpButton 1
199    {
200        Pos = MAP_APPFONT ( 114 , 151 ) ;
201        Size = MAP_APPFONT ( 50 , 14 ) ;
202        TabStop = TRUE ;
203    };
204    PushButton 1
205    {
206        Pos = MAP_APPFONT ( 169 , 151 ) ;
207        Size = MAP_APPFONT ( 50 , 14 ) ;
208        /* ### ACHTUNG: Neuer Text in Resource? Zurück : Zur³ck */
209        Text [ en-US ] = "Return" ;
210        TabStop = TRUE ;
211    };
212
213    String 1
214    {
215        Text [ en-US ] = "Character" ;
216    };
217};
218TabDialog RID_PAGEDIALOG_LINE
219{
220    OutputSize = TRUE ;
221    SVLook = TRUE ;
222    Size = MAP_APPFONT ( 289 , 176 ) ;
223    Text [ en-US ] = "Line" ;
224    Moveable = TRUE ;
225    Closeable = TRUE ;
226    TabControl 1
227    {
228        OutputSize = TRUE ;
229        Pos = MAP_APPFONT ( 3 , 3 ) ;
230        Size = MAP_APPFONT ( 260 , 135 ) ;
231        PageList =
232        {
233            PageItem
234            {
235                Identifier = RID_SVXPAGE_LINE ;
236                Text [ en-US ] = "Line" ;
237                PageResID = RID_SVXPAGE_LINE ;
238            };
239            PageItem
240            {
241                Identifier = RID_SVXPAGE_LINE_DEF ;
242                Text [ en-US ] = "Line Styles" ;
243                PageResID = RID_SVXPAGE_LINE_DEF ;
244            };
245            PageItem
246            {
247                Identifier = RID_SVXPAGE_LINEEND_DEF ;
248                Text [ en-US ] = "Arrow Styles" ;
249                PageResID = RID_SVXPAGE_LINEEND_DEF ;
250            };
251        };
252    };
253    OKButton 1
254    {
255        Pos = MAP_APPFONT ( 6 , 151 ) ;
256        Size = MAP_APPFONT ( 50 , 14 ) ;
257        TabStop = TRUE ;
258    };
259    CancelButton 1
260    {
261        Pos = MAP_APPFONT ( 60 , 151 ) ;
262        Size = MAP_APPFONT ( 50 , 14 ) ;
263        TabStop = TRUE ;
264    };
265    HelpButton 1
266    {
267        Pos = MAP_APPFONT ( 114 , 151 ) ;
268        Size = MAP_APPFONT ( 50 , 14 ) ;
269        TabStop = TRUE ;
270    };
271    PushButton 1
272    {
273        Pos = MAP_APPFONT ( 169 , 151 ) ;
274        Size = MAP_APPFONT ( 50 , 14 ) ;
275        /* ### ACHTUNG: Neuer Text in Resource? Zurück : Zur³ck */
276        Text [ en-US ] = "Return" ;
277        TabStop = TRUE ;
278    };
279
280    String 1
281    {
282        Text [ en-US ] = "Line" ;
283    };
284};
285