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