166220049SAndrew Rist/************************************************************** 2*94779370Smseidel * 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*94779370Smseidel * 1166220049SAndrew Rist * http://www.apache.org/licenses/LICENSE-2.0 12*94779370Smseidel * 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*94779370Smseidel * 2066220049SAndrew Rist *************************************************************/ 2166220049SAndrew Rist 2266220049SAndrew Rist 23cdf0e10cSrcweir 24cdf0e10cSrcweir#include "tabtempl.hrc" 25cdf0e10cSrcweir#include <svx/dialogs.hrc> 26cdf0e10cSrcweirTabDialog TAB_TEMPLATE 27cdf0e10cSrcweir{ 28cdf0e10cSrcweir OutputSize = TRUE ; 29cdf0e10cSrcweir SVLook = TRUE ; 30*94779370Smseidel Size = MAP_APPFONT ( 289, 176 ) ; 31cdf0e10cSrcweir Text [ en-US ] = "Graphics Styles" ; 32cdf0e10cSrcweir Moveable = TRUE ; 33*94779370Smseidel // Closeable = TRUE ; // This dialog has OK and/or Cancel Button ! (KH) 34cdf0e10cSrcweir TabControl 1 35cdf0e10cSrcweir { 36cdf0e10cSrcweir OutputSize = TRUE ; 37*94779370Smseidel Pos = MAP_APPFONT ( 3, 3 ) ; 38*94779370Smseidel Size = MAP_APPFONT ( 260, 135 ) ; 39cdf0e10cSrcweir PageList = 40cdf0e10cSrcweir { 41cdf0e10cSrcweir PageItem 42cdf0e10cSrcweir { 43cdf0e10cSrcweir Identifier = RID_SVXPAGE_LINE ; 44cdf0e10cSrcweir Text [ en-US ] = "Line" ; 45cdf0e10cSrcweir PageResID = RID_SVXPAGE_LINE ; 46cdf0e10cSrcweir }; 47cdf0e10cSrcweir PageItem 48cdf0e10cSrcweir { 49cdf0e10cSrcweir Identifier = RID_SVXPAGE_AREA ; 50cdf0e10cSrcweir Text [ en-US ] = "Area" ; 51cdf0e10cSrcweir PageResID = RID_SVXPAGE_AREA ; 52cdf0e10cSrcweir }; 53cdf0e10cSrcweir PageItem 54cdf0e10cSrcweir { 55cdf0e10cSrcweir Identifier = RID_SVXPAGE_SHADOW ; 56cdf0e10cSrcweir PageResID = RID_SVXPAGE_SHADOW ; 57cdf0e10cSrcweir Text [ en-US ] = "Shadowing" ; 58cdf0e10cSrcweir }; 59cdf0e10cSrcweir PageItem 60cdf0e10cSrcweir { 61cdf0e10cSrcweir Identifier = RID_SVXPAGE_TRANSPARENCE ; 62*94779370Smseidel Text [ en-US ] = "Transparency" ; 63cdf0e10cSrcweir }; 64cdf0e10cSrcweir PageItem 65cdf0e10cSrcweir { 66*94779370Smseidel Identifier = RID_SVXPAGE_CHAR_NAME ; 67cdf0e10cSrcweir Text [ en-US ] = "Font" ; 68cdf0e10cSrcweir PageResID = RID_SVXPAGE_CHAR_NAME ; 69cdf0e10cSrcweir }; 70cdf0e10cSrcweir PageItem 71cdf0e10cSrcweir { 72cdf0e10cSrcweir Identifier = RID_SVXPAGE_CHAR_EFFECTS ; 73cdf0e10cSrcweir Text [ en-US ] = "Font Effect" ; 74cdf0e10cSrcweir PageResID = RID_SVXPAGE_CHAR_EFFECTS ; 75cdf0e10cSrcweir }; 76cdf0e10cSrcweir PageItem 77cdf0e10cSrcweir { 78cdf0e10cSrcweir Identifier = RID_SVXPAGE_STD_PARAGRAPH ; 79cdf0e10cSrcweir Text [ en-US ] = "Indents & Spacing" ; 80cdf0e10cSrcweir PageResID = RID_SVXPAGE_STD_PARAGRAPH ; 81cdf0e10cSrcweir }; 82cdf0e10cSrcweir PageItem 83cdf0e10cSrcweir { 84cdf0e10cSrcweir Identifier = RID_SVXPAGE_TEXTATTR ; 85cdf0e10cSrcweir PageResID = RID_SVXPAGE_TEXTATTR ; 86cdf0e10cSrcweir Text [ en-US ] = "Text" ; 87cdf0e10cSrcweir }; 88cdf0e10cSrcweir PageItem 89cdf0e10cSrcweir { 90cdf0e10cSrcweir Identifier = RID_SVXPAGE_TEXTANIMATION ; 91cdf0e10cSrcweir PageResID = RID_SVXPAGE_TEXTANIMATION ; 92cdf0e10cSrcweir Text [ en-US ] = "Text Animation" ; 93cdf0e10cSrcweir }; 94cdf0e10cSrcweir PageItem 95cdf0e10cSrcweir { 96cdf0e10cSrcweir Identifier = RID_SVXPAGE_MEASURE ; 97cdf0e10cSrcweir Text [ en-US ] = "Dimensioning" ; 98cdf0e10cSrcweir PageResID = RID_SVXPAGE_MEASURE ; 99cdf0e10cSrcweir }; 100cdf0e10cSrcweir PageItem 101cdf0e10cSrcweir { 102cdf0e10cSrcweir Identifier = RID_SVXPAGE_CONNECTION ; 103cdf0e10cSrcweir Text [ en-US ] = "Connector" ; 104cdf0e10cSrcweir }; 105cdf0e10cSrcweir PageItem 106cdf0e10cSrcweir { 107cdf0e10cSrcweir Identifier = RID_SVXPAGE_ALIGN_PARAGRAPH ; 108cdf0e10cSrcweir PageResID = RID_SVXPAGE_ALIGN_PARAGRAPH ; 109cdf0e10cSrcweir Text [ en-US ] = "Alignment" ; 110cdf0e10cSrcweir }; 111cdf0e10cSrcweir PageItem 112cdf0e10cSrcweir { 113cdf0e10cSrcweir Identifier = RID_SVXPAGE_PARA_ASIAN ; 114cdf0e10cSrcweir PageResID = RID_SVXPAGE_PARA_ASIAN ; 115*94779370Smseidel Text [ en-US ] = "Asian Typography" ; 116*94779370Smseidel }; 117cdf0e10cSrcweir PageItem 118cdf0e10cSrcweir { 119cdf0e10cSrcweir Identifier = RID_SVXPAGE_TABULATOR ; 120cdf0e10cSrcweir Text [ en-US ] = "Tabs" ; 121cdf0e10cSrcweir PageResID = RID_SVXPAGE_TABULATOR ; 122cdf0e10cSrcweir }; 123cdf0e10cSrcweir }; 124cdf0e10cSrcweir }; 125cdf0e10cSrcweir OKButton 1 126cdf0e10cSrcweir { 127*94779370Smseidel Pos = MAP_APPFONT ( 6, 151 ) ; 128*94779370Smseidel Size = MAP_APPFONT ( 50, 14 ) ; 129cdf0e10cSrcweir TabStop = TRUE ; 130cdf0e10cSrcweir }; 131cdf0e10cSrcweir CancelButton 1 132cdf0e10cSrcweir { 133*94779370Smseidel Pos = MAP_APPFONT ( 60, 151 ) ; 134*94779370Smseidel Size = MAP_APPFONT ( 50, 14 ) ; 135cdf0e10cSrcweir TabStop = TRUE ; 136cdf0e10cSrcweir }; 137cdf0e10cSrcweir HelpButton 1 138cdf0e10cSrcweir { 139*94779370Smseidel Pos = MAP_APPFONT ( 114, 151 ) ; 140*94779370Smseidel Size = MAP_APPFONT ( 50, 14 ) ; 141cdf0e10cSrcweir TabStop = TRUE ; 142cdf0e10cSrcweir }; 143cdf0e10cSrcweir PushButton 1 144cdf0e10cSrcweir { 145*94779370Smseidel Pos = MAP_APPFONT ( 169, 151 ) ; 146*94779370Smseidel Size = MAP_APPFONT ( 50, 14 ) ; 147cdf0e10cSrcweir Text [ en-US ] = "Back" ; 148cdf0e10cSrcweir TabStop = TRUE ; 149cdf0e10cSrcweir }; 150cdf0e10cSrcweir}; 151cdf0e10cSrcweir 152*94779370Smseidel// ********************************************************************** EOF 153