xref: /aoo41x/main/sd/source/ui/dlg/dlgpage.src (revision cdf0e10c)
1/*************************************************************************
2 *
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 *
5 * Copyright 2000, 2010 Oracle and/or its affiliates.
6 *
7 * OpenOffice.org - a multi-platform office productivity suite
8 *
9 * This file is part of OpenOffice.org.
10 *
11 * OpenOffice.org is free software: you can redistribute it and/or modify
12 * it under the terms of the GNU Lesser General Public License version 3
13 * only, as published by the Free Software Foundation.
14 *
15 * OpenOffice.org is distributed in the hope that it will be useful,
16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18 * GNU Lesser General Public License version 3 for more details
19 * (a copy is included in the LICENSE file that accompanied this code).
20 *
21 * You should have received a copy of the GNU Lesser General Public License
22 * version 3 along with OpenOffice.org.  If not, see
23 * <http://www.openoffice.org/license.html>
24 * for a copy of the LGPLv3 License.
25 *
26 ************************************************************************/
27
28#include <svx/dialogs.hrc>
29#include "dlgpage.hrc"
30TabDialog TAB_PAGE
31{
32	OutputSize = TRUE ;
33	SVLook = TRUE ;
34	Size = MAP_APPFONT ( 289 , 176 ) ;
35	Text [ en-US ] = "Page Setup" ;
36	Moveable = TRUE ;
37	Closeable = TRUE ;
38	TabControl 1
39	{
40		OutputSize = TRUE ;
41		Pos = MAP_APPFONT ( 3 , 3 ) ;
42		Size = MAP_APPFONT ( 260 , 135 ) ;
43		PageList =
44		{
45			PageItem
46			{
47				Identifier = RID_SVXPAGE_PAGE ;
48				Text [ en-US ] = "Page" ;
49				PageResID = RID_SVXPAGE_PAGE ;
50			};
51
52			PageItem
53			{
54				Identifier = RID_SVXPAGE_AREA;
55				PageResID = RID_SVXPAGE_AREA;
56				Text [ en-US ] = "Background";
57			};
58		};
59	};
60	OKButton 1
61	{
62		Pos = MAP_APPFONT ( 6 , 151 ) ;
63		Size = MAP_APPFONT ( 50 , 14 ) ;
64		TabStop = TRUE ;
65	};
66	CancelButton 1
67	{
68		Pos = MAP_APPFONT ( 60 , 151 ) ;
69		Size = MAP_APPFONT ( 50 , 14 ) ;
70		TabStop = TRUE ;
71	};
72	HelpButton 1
73	{
74		Pos = MAP_APPFONT ( 114 , 151 ) ;
75		Size = MAP_APPFONT ( 50 , 14 ) ;
76		TabStop = TRUE ;
77	};
78	PushButton 1
79	{
80		Pos = MAP_APPFONT ( 169 , 151 ) ;
81		Size = MAP_APPFONT ( 50 , 14 ) ;
82		/* ### ACHTUNG: Neuer Text in Resource? Zur�ck : Zur�ck */
83		Text [ en-US ] = "Return" ;
84		TabStop = TRUE ;
85	};
86};
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120