xref: /aoo42x/main/cui/source/tabpages/bbdlg.src (revision 8de9866c)
10e2af6afSAndrew Rist/**************************************************************
2*8de9866cSmseidel *
30e2af6afSAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
40e2af6afSAndrew Rist * or more contributor license agreements.  See the NOTICE file
50e2af6afSAndrew Rist * distributed with this work for additional information
60e2af6afSAndrew Rist * regarding copyright ownership.  The ASF licenses this file
70e2af6afSAndrew Rist * to you under the Apache License, Version 2.0 (the
80e2af6afSAndrew Rist * "License"); you may not use this file except in compliance
90e2af6afSAndrew Rist * with the License.  You may obtain a copy of the License at
10*8de9866cSmseidel *
110e2af6afSAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12*8de9866cSmseidel *
130e2af6afSAndrew Rist * Unless required by applicable law or agreed to in writing,
140e2af6afSAndrew Rist * software distributed under the License is distributed on an
150e2af6afSAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
160e2af6afSAndrew Rist * KIND, either express or implied.  See the License for the
170e2af6afSAndrew Rist * specific language governing permissions and limitations
180e2af6afSAndrew Rist * under the License.
19*8de9866cSmseidel *
200e2af6afSAndrew Rist *************************************************************/
210e2af6afSAndrew Rist
220e2af6afSAndrew Rist
23*8de9866cSmseidel
24*8de9866cSmseidel// include ---------------------------------------------------------------
25cdf0e10cSrcweir#include <cuires.hrc>
26cdf0e10cSrcweir#include <svx/dialogs.hrc>
27cdf0e10cSrcweir
2856b35d86SArmin Le Grand// RID_SVXDLG_BBDLG_BACKGROUND and RID_SVXDLG_BBDLG_AREA_TRANS ------------
2956b35d86SArmin Le Grand
3056b35d86SArmin Le GrandTabDialog RID_SVXDLG_BBDLG_BACKGROUND
31cdf0e10cSrcweir{
32*8de9866cSmseidel	OutputSize = TRUE ;
33*8de9866cSmseidel	SVLook = TRUE ;
34*8de9866cSmseidel	Size = MAP_APPFONT ( 328, 155 ) ;
35*8de9866cSmseidel	Text [ en-US ] = "Border / Background" ;
36*8de9866cSmseidel	Moveable = TRUE ;
37*8de9866cSmseidel
38*8de9866cSmseidel	TabControl 1
39*8de9866cSmseidel	{
40*8de9866cSmseidel		OutputSize = TRUE ;
41*8de9866cSmseidel		Pos = MAP_APPFONT ( 2, 10 ) ;
42*8de9866cSmseidel		Size = MAP_APPFONT ( 260, 135 ) ;
43*8de9866cSmseidel		PageList =
44*8de9866cSmseidel		{
45*8de9866cSmseidel			PageItem
46*8de9866cSmseidel			{
47*8de9866cSmseidel				Identifier = RID_SVXPAGE_BORDER ;
48*8de9866cSmseidel				Text [ en-US ] = "Borders" ;
49*8de9866cSmseidel			};
50*8de9866cSmseidel			PageItem
51*8de9866cSmseidel			{
52*8de9866cSmseidel				Identifier = RID_SVXPAGE_BACKGROUND ;
53*8de9866cSmseidel				Text [ en-US ] = "Background" ;
54*8de9866cSmseidel			};
55*8de9866cSmseidel		};
56*8de9866cSmseidel	};
57cdf0e10cSrcweir};
5856b35d86SArmin Le Grand
5956b35d86SArmin Le GrandTabDialog RID_SVXDLG_BBDLG_AREA_TRANS
6056b35d86SArmin Le Grand{
61*8de9866cSmseidel	OutputSize = TRUE ;
62*8de9866cSmseidel	SVLook = TRUE ;
63*8de9866cSmseidel	Size = MAP_APPFONT ( 328, 155 ) ;
64*8de9866cSmseidel	Text [ en-US ] = "Border / Background" ;
65*8de9866cSmseidel	Moveable = TRUE ;
66*8de9866cSmseidel
67*8de9866cSmseidel	TabControl 1
68*8de9866cSmseidel	{
69*8de9866cSmseidel		OutputSize = TRUE ;
70*8de9866cSmseidel		Pos = MAP_APPFONT ( 2, 10 ) ;
71*8de9866cSmseidel		Size = MAP_APPFONT ( 260, 135 ) ;
72*8de9866cSmseidel		PageList =
73*8de9866cSmseidel		{
74*8de9866cSmseidel			PageItem
75*8de9866cSmseidel			{
76*8de9866cSmseidel				Identifier = RID_SVXPAGE_BORDER ;
77*8de9866cSmseidel				Text [ en-US ] = "Borders" ;
78*8de9866cSmseidel			};
79*8de9866cSmseidel
80*8de9866cSmseidel			// UUUU new Area and Transparence TabPages
81*8de9866cSmseidel			PageItem
82*8de9866cSmseidel			{
83*8de9866cSmseidel				Identifier = RID_SVXPAGE_AREA ;
84*8de9866cSmseidel				PageResID = RID_SVXPAGE_AREA ;
85*8de9866cSmseidel				Text [ en-US ] = "Area" ;
86*8de9866cSmseidel			};
87*8de9866cSmseidel			PageItem
88*8de9866cSmseidel			{
89*8de9866cSmseidel				Identifier = RID_SVXPAGE_TRANSPARENCE ;
90*8de9866cSmseidel				PageResID = RID_SVXPAGE_TRANSPARENCE ;
91*8de9866cSmseidel				Text [ en-US ] = "Transparency" ;
92*8de9866cSmseidel			};
93*8de9866cSmseidel		};
94*8de9866cSmseidel	};
9556b35d86SArmin Le Grand};
9656b35d86SArmin Le Grand
97*8de9866cSmseidel// ********************************************************************** EOF
98