xref: /trunk/main/sd/source/ui/dlg/dlgpage.src (revision 96181bbd)
166220049SAndrew Rist/**************************************************************
2*96181bbdSmseidel *
366220049SAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
466220049SAndrew Rist * or more contributor license agreements.  See the NOTICE file
566220049SAndrew Rist * distributed with this work for additional information
666220049SAndrew Rist * regarding copyright ownership.  The ASF licenses this file
766220049SAndrew Rist * to you under the Apache License, Version 2.0 (the
866220049SAndrew Rist * "License"); you may not use this file except in compliance
966220049SAndrew Rist * with the License.  You may obtain a copy of the License at
10*96181bbdSmseidel *
1166220049SAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12*96181bbdSmseidel *
1366220049SAndrew Rist * Unless required by applicable law or agreed to in writing,
1466220049SAndrew Rist * software distributed under the License is distributed on an
1566220049SAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
1666220049SAndrew Rist * KIND, either express or implied.  See the License for the
1766220049SAndrew Rist * specific language governing permissions and limitations
1866220049SAndrew Rist * under the License.
19*96181bbdSmseidel *
2066220049SAndrew Rist *************************************************************/
2166220049SAndrew Rist
2266220049SAndrew Rist
23cdf0e10cSrcweir
24cdf0e10cSrcweir#include <svx/dialogs.hrc>
25cdf0e10cSrcweir#include "dlgpage.hrc"
26cdf0e10cSrcweirTabDialog TAB_PAGE
27cdf0e10cSrcweir{
28cdf0e10cSrcweir	OutputSize = TRUE ;
29cdf0e10cSrcweir	SVLook = TRUE ;
30*96181bbdSmseidel	Size = MAP_APPFONT ( 289, 176 ) ;
31cdf0e10cSrcweir	Text [ en-US ] = "Page Setup" ;
32cdf0e10cSrcweir	Moveable = TRUE ;
33cdf0e10cSrcweir	Closeable = TRUE ;
34cdf0e10cSrcweir	TabControl 1
35cdf0e10cSrcweir	{
36cdf0e10cSrcweir		OutputSize = TRUE ;
37*96181bbdSmseidel		Pos = MAP_APPFONT ( 3, 3 ) ;
38*96181bbdSmseidel		Size = MAP_APPFONT ( 260, 135 ) ;
39cdf0e10cSrcweir		PageList =
40cdf0e10cSrcweir		{
41cdf0e10cSrcweir			PageItem
42cdf0e10cSrcweir			{
43cdf0e10cSrcweir				Identifier = RID_SVXPAGE_PAGE ;
44cdf0e10cSrcweir				Text [ en-US ] = "Page" ;
45cdf0e10cSrcweir				PageResID = RID_SVXPAGE_PAGE ;
46cdf0e10cSrcweir			};
47cdf0e10cSrcweir
48cdf0e10cSrcweir			PageItem
49cdf0e10cSrcweir			{
50*96181bbdSmseidel				Identifier = RID_SVXPAGE_AREA ;
51*96181bbdSmseidel				PageResID = RID_SVXPAGE_AREA ;
52*96181bbdSmseidel				Text [ en-US ] = "Background" ;
53cdf0e10cSrcweir			};
54cdf0e10cSrcweir		};
55cdf0e10cSrcweir	};
56cdf0e10cSrcweir	OKButton 1
57cdf0e10cSrcweir	{
58*96181bbdSmseidel		Pos = MAP_APPFONT ( 6, 151 ) ;
59*96181bbdSmseidel		Size = MAP_APPFONT ( 50, 14 ) ;
60cdf0e10cSrcweir		TabStop = TRUE ;
61cdf0e10cSrcweir	};
62cdf0e10cSrcweir	CancelButton 1
63cdf0e10cSrcweir	{
64*96181bbdSmseidel		Pos = MAP_APPFONT ( 60, 151 ) ;
65*96181bbdSmseidel		Size = MAP_APPFONT ( 50, 14 ) ;
66cdf0e10cSrcweir		TabStop = TRUE ;
67cdf0e10cSrcweir	};
68cdf0e10cSrcweir	HelpButton 1
69cdf0e10cSrcweir	{
70*96181bbdSmseidel		Pos = MAP_APPFONT ( 114, 151 ) ;
71*96181bbdSmseidel		Size = MAP_APPFONT ( 50, 14 ) ;
72cdf0e10cSrcweir		TabStop = TRUE ;
73cdf0e10cSrcweir	};
74cdf0e10cSrcweir	PushButton 1
75cdf0e10cSrcweir	{
76*96181bbdSmseidel		Pos = MAP_APPFONT ( 169, 151 ) ;
77*96181bbdSmseidel		Size = MAP_APPFONT ( 50, 14 ) ;
78cdf0e10cSrcweir		Text [ en-US ] = "Return" ;
79cdf0e10cSrcweir		TabStop = TRUE ;
80cdf0e10cSrcweir	};
81cdf0e10cSrcweir};
82cdf0e10cSrcweir
83*96181bbdSmseidel// ********************************************************************** EOF
84