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