10e2af6afSAndrew Rist/************************************************************** 2cdf0e10cSrcweir * 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 10cdf0e10cSrcweir * 110e2af6afSAndrew Rist * http://www.apache.org/licenses/LICENSE-2.0 12cdf0e10cSrcweir * 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. 19cdf0e10cSrcweir * 200e2af6afSAndrew Rist *************************************************************/ 210e2af6afSAndrew Rist 220e2af6afSAndrew Rist 23*a5f48dc2Smseidel 24cdf0e10cSrcweir// 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{ 32cdf0e10cSrcweir OutputSize = TRUE ; 33cdf0e10cSrcweir SVLook = TRUE ; 34cdf0e10cSrcweir Size = MAP_APPFONT ( 328, 155 ) ; 35cdf0e10cSrcweir Text [ en-US ] = "Border / Background" ; 36cdf0e10cSrcweir Moveable = TRUE ; 3756b35d86SArmin Le Grand 38cdf0e10cSrcweir TabControl 1 39cdf0e10cSrcweir { 40cdf0e10cSrcweir OutputSize = TRUE ; 41cdf0e10cSrcweir Pos = MAP_APPFONT ( 2, 10 ) ; 42cdf0e10cSrcweir Size = MAP_APPFONT ( 260, 135 ) ; 43cdf0e10cSrcweir PageList = 44cdf0e10cSrcweir { 45cdf0e10cSrcweir PageItem 46cdf0e10cSrcweir { 47cdf0e10cSrcweir Identifier = RID_SVXPAGE_BORDER ; 48cdf0e10cSrcweir Text [ en-US ] = "Borders" ; 49cdf0e10cSrcweir }; 50cdf0e10cSrcweir PageItem 51cdf0e10cSrcweir { 52cdf0e10cSrcweir Identifier = RID_SVXPAGE_BACKGROUND ; 53cdf0e10cSrcweir Text [ en-US ] = "Background" ; 54cdf0e10cSrcweir }; 55cdf0e10cSrcweir }; 56cdf0e10cSrcweir }; 57cdf0e10cSrcweir}; 5856b35d86SArmin Le Grand 5956b35d86SArmin Le GrandTabDialog RID_SVXDLG_BBDLG_AREA_TRANS 6056b35d86SArmin Le Grand{ 6156b35d86SArmin Le Grand OutputSize = TRUE ; 6256b35d86SArmin Le Grand SVLook = TRUE ; 6356b35d86SArmin Le Grand Size = MAP_APPFONT ( 328, 155 ) ; 6456b35d86SArmin Le Grand Text [ en-US ] = "Border / Background" ; 6556b35d86SArmin Le Grand Moveable = TRUE ; 6656b35d86SArmin Le Grand 6756b35d86SArmin Le Grand TabControl 1 6856b35d86SArmin Le Grand { 6956b35d86SArmin Le Grand OutputSize = TRUE ; 7056b35d86SArmin Le Grand Pos = MAP_APPFONT ( 2, 10 ) ; 7156b35d86SArmin Le Grand Size = MAP_APPFONT ( 260, 135 ) ; 7256b35d86SArmin Le Grand PageList = 7356b35d86SArmin Le Grand { 7456b35d86SArmin Le Grand PageItem 7556b35d86SArmin Le Grand { 7656b35d86SArmin Le Grand Identifier = RID_SVXPAGE_BORDER ; 7756b35d86SArmin Le Grand Text [ en-US ] = "Borders" ; 7856b35d86SArmin Le Grand }; 7956b35d86SArmin Le Grand 8056b35d86SArmin Le Grand // UUUU new Area and Transparence TabPages 8156b35d86SArmin Le Grand PageItem 8256b35d86SArmin Le Grand { 8356b35d86SArmin Le Grand Identifier = RID_SVXPAGE_AREA ; 8456b35d86SArmin Le Grand PageResID = RID_SVXPAGE_AREA ; 8556b35d86SArmin Le Grand Text [ en-US ] = "Area" ; 8656b35d86SArmin Le Grand }; 8756b35d86SArmin Le Grand PageItem 8856b35d86SArmin Le Grand { 8956b35d86SArmin Le Grand Identifier = RID_SVXPAGE_TRANSPARENCE ; 9056b35d86SArmin Le Grand PageResID = RID_SVXPAGE_TRANSPARENCE ; 9156b35d86SArmin Le Grand Text [ en-US ] = "Transparency" ; 9256b35d86SArmin Le Grand }; 9356b35d86SArmin Le Grand }; 9456b35d86SArmin Le Grand }; 9556b35d86SArmin Le Grand}; 9656b35d86SArmin Le Grand 97cdf0e10cSrcweir// ********************************************************************** EOF 98