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
10*dc900991SAndrew Rist *
11*dc900991SAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12*dc900991SAndrew Rist *
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.
19*dc900991SAndrew Rist *
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				Text [ x-comment ] = " ";
46cdf0e10cSrcweir			};
47cdf0e10cSrcweir			PageItem
48cdf0e10cSrcweir			{
49cdf0e10cSrcweir				Identifier = RID_SVXPAGE_BACKGROUND ;
50cdf0e10cSrcweir				Text [ en-US ] = "Background" ;
51cdf0e10cSrcweir				PageResID = RID_SVXPAGE_BACKGROUND ;
52cdf0e10cSrcweir				Text [ x-comment ] = " ";
53cdf0e10cSrcweir			};
54cdf0e10cSrcweir        };
55cdf0e10cSrcweir	};
56cdf0e10cSrcweir	OKButton 1
57cdf0e10cSrcweir	{
58cdf0e10cSrcweir		Pos = MAP_APPFONT ( 6 , 151 ) ;
59cdf0e10cSrcweir		Size = MAP_APPFONT ( 50 , 14 ) ;
60cdf0e10cSrcweir		TabStop = TRUE ;
61cdf0e10cSrcweir	};
62cdf0e10cSrcweir	CancelButton 1
63cdf0e10cSrcweir	{
64cdf0e10cSrcweir		Pos = MAP_APPFONT ( 60 , 151 ) ;
65cdf0e10cSrcweir		Size = MAP_APPFONT ( 50 , 14 ) ;
66cdf0e10cSrcweir		TabStop = TRUE ;
67cdf0e10cSrcweir	};
68cdf0e10cSrcweir	HelpButton 1
69cdf0e10cSrcweir	{
70cdf0e10cSrcweir		Pos = MAP_APPFONT ( 114 , 151 ) ;
71cdf0e10cSrcweir		Size = MAP_APPFONT ( 50 , 14 ) ;
72cdf0e10cSrcweir		TabStop = TRUE ;
73cdf0e10cSrcweir	};
74cdf0e10cSrcweir	PushButton 1
75cdf0e10cSrcweir	{
76cdf0e10cSrcweir		Pos = MAP_APPFONT ( 169 , 151 ) ;
77cdf0e10cSrcweir		Size = MAP_APPFONT ( 50 , 14 ) ;
78cdf0e10cSrcweir		/* ### ACHTUNG: Neuer Text in Resource? Zurück : Zur³ck */
79cdf0e10cSrcweir		Text [ en-US ] = "Return" ;
80cdf0e10cSrcweir		TabStop = TRUE ;
81cdf0e10cSrcweir	};
82cdf0e10cSrcweir	Text [ x-comment ] = " ";
83cdf0e10cSrcweir
84cdf0e10cSrcweir	String 1
85cdf0e10cSrcweir	{
86cdf0e10cSrcweir		Text [ en-US ] = "Page" ;
87cdf0e10cSrcweir	};
88cdf0e10cSrcweir	String 2
89cdf0e10cSrcweir	{
90cdf0e10cSrcweir		Text [ en-US ] = "Background" ;
91cdf0e10cSrcweir	};
92cdf0e10cSrcweir};
93cdf0e10cSrcweir
94cdf0e10cSrcweirTabDialog RID_PAGEDIALOG_BACKGROUND
95cdf0e10cSrcweir{
96cdf0e10cSrcweir	OutputSize = TRUE ;
97cdf0e10cSrcweir	SVLook = TRUE ;
98cdf0e10cSrcweir	Size = MAP_APPFONT ( 289 , 176 ) ;
99cdf0e10cSrcweir	Text [ en-US ] = "Section Setup" ;
100cdf0e10cSrcweir	Moveable = TRUE ;
101cdf0e10cSrcweir	Closeable = TRUE ;
102cdf0e10cSrcweir	TabControl 1
103cdf0e10cSrcweir	{
104cdf0e10cSrcweir		OutputSize = TRUE ;
105cdf0e10cSrcweir	};
106cdf0e10cSrcweir	OKButton 1
107cdf0e10cSrcweir	{
108cdf0e10cSrcweir		Pos = MAP_APPFONT ( 6 , 151 ) ;
109cdf0e10cSrcweir		Size = MAP_APPFONT ( 50 , 14 ) ;
110cdf0e10cSrcweir		TabStop = TRUE ;
111cdf0e10cSrcweir	};
112cdf0e10cSrcweir	CancelButton 1
113cdf0e10cSrcweir	{
114cdf0e10cSrcweir		Pos = MAP_APPFONT ( 60 , 151 ) ;
115cdf0e10cSrcweir		Size = MAP_APPFONT ( 50 , 14 ) ;
116cdf0e10cSrcweir		TabStop = TRUE ;
117cdf0e10cSrcweir	};
118cdf0e10cSrcweir	HelpButton 1
119cdf0e10cSrcweir	{
120cdf0e10cSrcweir		Pos = MAP_APPFONT ( 114 , 151 ) ;
121cdf0e10cSrcweir		Size = MAP_APPFONT ( 50 , 14 ) ;
122cdf0e10cSrcweir		TabStop = TRUE ;
123cdf0e10cSrcweir	};
124cdf0e10cSrcweir	PushButton 1
125cdf0e10cSrcweir	{
126cdf0e10cSrcweir		Pos = MAP_APPFONT ( 169 , 151 ) ;
127cdf0e10cSrcweir		Size = MAP_APPFONT ( 50 , 14 ) ;
128cdf0e10cSrcweir		/* ### ACHTUNG: Neuer Text in Resource? Zurück : Zur³ck */
129cdf0e10cSrcweir		Text [ en-US ] = "Return" ;
130cdf0e10cSrcweir		TabStop = TRUE ;
131cdf0e10cSrcweir		Text [ x-comment ] = " ";
132cdf0e10cSrcweir	};
133cdf0e10cSrcweir	Text [ x-comment ] = " ";
134cdf0e10cSrcweir
135cdf0e10cSrcweir	String 1
136cdf0e10cSrcweir	{
137cdf0e10cSrcweir		Text [ en-US ] = "Background" ;
138cdf0e10cSrcweir	};
139cdf0e10cSrcweir};
140cdf0e10cSrcweirTabDialog RID_PAGEDIALOG_CHAR
141cdf0e10cSrcweir{
142cdf0e10cSrcweir	OutputSize = TRUE ;
143cdf0e10cSrcweir	SVLook = TRUE ;
144cdf0e10cSrcweir	Size = MAP_APPFONT ( 289 , 176 ) ;
145cdf0e10cSrcweir	Text [ en-US ] = "Character Settings" ;
146cdf0e10cSrcweir	Moveable = TRUE ;
147cdf0e10cSrcweir	Closeable = TRUE ;
148cdf0e10cSrcweir	TabControl 1
149cdf0e10cSrcweir	{
150cdf0e10cSrcweir		OutputSize = TRUE ;
151cdf0e10cSrcweir		PageList =
152cdf0e10cSrcweir		{
153cdf0e10cSrcweir			PageItem
154cdf0e10cSrcweir			{
155cdf0e10cSrcweir				Identifier = RID_PAGE_CHAR ;
156cdf0e10cSrcweir				Text [ en-US ] = "Font" ;
157cdf0e10cSrcweir				PageResID = RID_PAGE_CHAR ;
158cdf0e10cSrcweir				Text [ x-comment ] = " ";
159cdf0e10cSrcweir			};
160cdf0e10cSrcweir			PageItem
161cdf0e10cSrcweir			{
162cdf0e10cSrcweir				Identifier = RID_PAGE_EFFECTS ;
163cdf0e10cSrcweir				Text [ en-US ] = "Font Effects" ;
164cdf0e10cSrcweir				PageResID = RID_PAGE_EFFECTS ;
165cdf0e10cSrcweir				Text [ x-comment ] = " ";
166cdf0e10cSrcweir			};
167cdf0e10cSrcweir			PageItem
168cdf0e10cSrcweir			{
169cdf0e10cSrcweir				Identifier = RID_PAGE_POSITION ;
170cdf0e10cSrcweir				PageResID = RID_PAGE_POSITION ;
171cdf0e10cSrcweir				Text [ en-US ] = "Position";
172cdf0e10cSrcweir			};
173cdf0e10cSrcweir			PageItem
174cdf0e10cSrcweir			{
175cdf0e10cSrcweir				Identifier = RID_PAGE_TWOLN ;
176cdf0e10cSrcweir				PageResID = RID_PAGE_TWOLN;
177cdf0e10cSrcweir				Text [ en-US ] = "Asian Layout";
178cdf0e10cSrcweir			};
179cdf0e10cSrcweir			PageItem
180cdf0e10cSrcweir			{
181cdf0e10cSrcweir				Identifier = RID_PAGE_BACKGROUND ;
182cdf0e10cSrcweir				Text [ en-US ] = "Background" ;
183cdf0e10cSrcweir				PageResID = RID_PAGE_BACKGROUND ;
184cdf0e10cSrcweir				Text [ x-comment ] = " ";
185cdf0e10cSrcweir			};
186cdf0e10cSrcweir            PageItem
187cdf0e10cSrcweir			{
188cdf0e10cSrcweir				Identifier = RID_PAGE_ALIGNMENT ;
189cdf0e10cSrcweir				Text [ en-US ] = "Alignment" ;
190cdf0e10cSrcweir				PageResID = RID_PAGE_ALIGNMENT ;
191cdf0e10cSrcweir				Text [ x-comment ] = " ";
192cdf0e10cSrcweir			};
193cdf0e10cSrcweir		};
194cdf0e10cSrcweir	};
195cdf0e10cSrcweir	OKButton 1
196cdf0e10cSrcweir	{
197cdf0e10cSrcweir		Pos = MAP_APPFONT ( 6 , 151 ) ;
198cdf0e10cSrcweir		Size = MAP_APPFONT ( 50 , 14 ) ;
199cdf0e10cSrcweir		TabStop = TRUE ;
200cdf0e10cSrcweir	};
201cdf0e10cSrcweir	CancelButton 1
202cdf0e10cSrcweir	{
203cdf0e10cSrcweir		Pos = MAP_APPFONT ( 60 , 151 ) ;
204cdf0e10cSrcweir		Size = MAP_APPFONT ( 50 , 14 ) ;
205cdf0e10cSrcweir		TabStop = TRUE ;
206cdf0e10cSrcweir	};
207cdf0e10cSrcweir	HelpButton 1
208cdf0e10cSrcweir	{
209cdf0e10cSrcweir		Pos = MAP_APPFONT ( 114 , 151 ) ;
210cdf0e10cSrcweir		Size = MAP_APPFONT ( 50 , 14 ) ;
211cdf0e10cSrcweir		TabStop = TRUE ;
212cdf0e10cSrcweir	};
213cdf0e10cSrcweir	PushButton 1
214cdf0e10cSrcweir	{
215cdf0e10cSrcweir		Pos = MAP_APPFONT ( 169 , 151 ) ;
216cdf0e10cSrcweir		Size = MAP_APPFONT ( 50 , 14 ) ;
217cdf0e10cSrcweir		/* ### ACHTUNG: Neuer Text in Resource? Zurück : Zur³ck */
218cdf0e10cSrcweir		Text [ en-US ] = "Return" ;
219cdf0e10cSrcweir		TabStop = TRUE ;
220cdf0e10cSrcweir		Text [ x-comment ] = " ";
221cdf0e10cSrcweir	};
222cdf0e10cSrcweir	Text [ x-comment ] = " ";
223cdf0e10cSrcweir
224cdf0e10cSrcweir	String 1
225cdf0e10cSrcweir	{
226cdf0e10cSrcweir		Text [ en-US ] = "Character" ;
227cdf0e10cSrcweir	};
228cdf0e10cSrcweir};
229cdf0e10cSrcweirTabDialog RID_PAGEDIALOG_LINE
230cdf0e10cSrcweir{
231cdf0e10cSrcweir	OutputSize = TRUE ;
232cdf0e10cSrcweir	SVLook = TRUE ;
233cdf0e10cSrcweir	Size = MAP_APPFONT ( 289 , 176 ) ;
234cdf0e10cSrcweir	Text [ en-US ] = "Line" ;
235cdf0e10cSrcweir	Moveable = TRUE ;
236cdf0e10cSrcweir	Closeable = TRUE ;
237cdf0e10cSrcweir	TabControl 1
238cdf0e10cSrcweir	{
239cdf0e10cSrcweir		OutputSize = TRUE ;
240cdf0e10cSrcweir		Pos = MAP_APPFONT ( 3 , 3 ) ;
241cdf0e10cSrcweir		Size = MAP_APPFONT ( 260 , 135 ) ;
242cdf0e10cSrcweir		PageList =
243cdf0e10cSrcweir		{
244cdf0e10cSrcweir			PageItem
245cdf0e10cSrcweir			{
246cdf0e10cSrcweir				Identifier = RID_SVXPAGE_LINE ;
247cdf0e10cSrcweir				Text [ en-US ] = "Line" ;
248cdf0e10cSrcweir				PageResID = RID_SVXPAGE_LINE ;
249cdf0e10cSrcweir				Text [ x-comment ] = " ";
250cdf0e10cSrcweir			};
251cdf0e10cSrcweir			PageItem
252cdf0e10cSrcweir			{
253cdf0e10cSrcweir				Identifier = RID_SVXPAGE_LINE_DEF ;
254cdf0e10cSrcweir				Text [ en-US ] = "Line Styles" ;
255cdf0e10cSrcweir				PageResID = RID_SVXPAGE_LINE_DEF ;
256cdf0e10cSrcweir				Text [ x-comment ] = " ";
257cdf0e10cSrcweir			};
258cdf0e10cSrcweir			PageItem
259cdf0e10cSrcweir			{
260cdf0e10cSrcweir				Identifier = RID_SVXPAGE_LINEEND_DEF ;
261cdf0e10cSrcweir				Text [ en-US ] = "Arrow Styles" ;
262cdf0e10cSrcweir				PageResID = RID_SVXPAGE_LINEEND_DEF ;
263cdf0e10cSrcweir				Text [ x-comment ] = " ";
264cdf0e10cSrcweir			};
265cdf0e10cSrcweir		};
266cdf0e10cSrcweir	};
267cdf0e10cSrcweir	OKButton 1
268cdf0e10cSrcweir	{
269cdf0e10cSrcweir		Pos = MAP_APPFONT ( 6 , 151 ) ;
270cdf0e10cSrcweir		Size = MAP_APPFONT ( 50 , 14 ) ;
271cdf0e10cSrcweir		TabStop = TRUE ;
272cdf0e10cSrcweir	};
273cdf0e10cSrcweir	CancelButton 1
274cdf0e10cSrcweir	{
275cdf0e10cSrcweir		Pos = MAP_APPFONT ( 60 , 151 ) ;
276cdf0e10cSrcweir		Size = MAP_APPFONT ( 50 , 14 ) ;
277cdf0e10cSrcweir		TabStop = TRUE ;
278cdf0e10cSrcweir	};
279cdf0e10cSrcweir	HelpButton 1
280cdf0e10cSrcweir	{
281cdf0e10cSrcweir		Pos = MAP_APPFONT ( 114 , 151 ) ;
282cdf0e10cSrcweir		Size = MAP_APPFONT ( 50 , 14 ) ;
283cdf0e10cSrcweir		TabStop = TRUE ;
284cdf0e10cSrcweir	};
285cdf0e10cSrcweir	PushButton 1
286cdf0e10cSrcweir	{
287cdf0e10cSrcweir		Pos = MAP_APPFONT ( 169 , 151 ) ;
288cdf0e10cSrcweir		Size = MAP_APPFONT ( 50 , 14 ) ;
289cdf0e10cSrcweir		/* ### ACHTUNG: Neuer Text in Resource? Zurück : Zur³ck */
290cdf0e10cSrcweir		Text [ en-US ] = "Return" ;
291cdf0e10cSrcweir		TabStop = TRUE ;
292cdf0e10cSrcweir		Text [ x-comment ] = " ";
293cdf0e10cSrcweir	};
294cdf0e10cSrcweir	Text [ x-comment ] = " ";
295cdf0e10cSrcweir
296cdf0e10cSrcweir	String 1
297cdf0e10cSrcweir	{
298cdf0e10cSrcweir		Text [ en-US ] = "Line" ;
299cdf0e10cSrcweir	};
300cdf0e10cSrcweir};
301