1/************************************************************** 2 * 3 * Licensed to the Apache Software Foundation (ASF) under one 4 * or more contributor license agreements. See the NOTICE file 5 * distributed with this work for additional information 6 * regarding copyright ownership. The ASF licenses this file 7 * to you under the Apache License, Version 2.0 (the 8 * "License"); you may not use this file except in compliance 9 * with the License. You may obtain a copy of the License at 10 * 11 * http://www.apache.org/licenses/LICENSE-2.0 12 * 13 * Unless required by applicable law or agreed to in writing, 14 * software distributed under the License is distributed on an 15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16 * KIND, either express or implied. See the License for the 17 * specific language governing permissions and limitations 18 * under the License. 19 * 20 *************************************************************/ 21 22 23 24#include "enumdlg.hrc" 25#include "prltempl.hrc" 26#include <svx/dialogs.hrc> 27TabDialog TAB_PRES_LAYOUT_TEMPLATE 28{ 29 OutputSize = TRUE ; 30 SVLook = TRUE ; 31 Size = MAP_APPFONT ( 289, 176 ) ; 32 Text [ en-US ] = "Presentation Layout" ; 33 Moveable = TRUE ; 34 TabControl 1 35 { 36 OutputSize = TRUE ; 37 Pos = MAP_APPFONT ( 3, 3 ) ; 38 Size = MAP_APPFONT ( 260, 135 ) ; 39 PageList = 40 { 41 PageItem 42 { 43 Identifier = RID_SVXPAGE_LINE ; 44 Text [ en-US ] = "Line" ; 45 PageResID = RID_SVXPAGE_LINE ; 46 }; 47 PageItem 48 { 49 Identifier = RID_SVXPAGE_AREA ; 50 Text [ en-US ] = "Area" ; 51 PageResID = RID_SVXPAGE_AREA ; 52 }; 53 PageItem 54 { 55 Identifier = RID_SVXPAGE_SHADOW ; 56 PageResID = RID_SVXPAGE_SHADOW ; 57 Text [ en-US ] = "Shadow" ; 58 }; 59 PageItem 60 { 61 Identifier = RID_SVXPAGE_TRANSPARENCE ; 62 Text [ en-US ] = "Transparency" ; 63 }; 64 PageItem 65 { 66 Identifier = RID_SVXPAGE_CHAR_NAME ; 67 Text [ en-US ] = "Font" ; 68 PageResID = RID_SVXPAGE_CHAR_NAME ; 69 }; 70 PageItem 71 { 72 Identifier = RID_SVXPAGE_CHAR_EFFECTS ; 73 Text [ en-US ] = "Font Effects" ; 74 PageResID = RID_SVXPAGE_CHAR_EFFECTS ; 75 }; 76 PageItem 77 { 78 Identifier = RID_SVXPAGE_STD_PARAGRAPH ; 79 Text [ en-US ] = "Indents & Spacing" ; 80 PageResID = RID_SVXPAGE_STD_PARAGRAPH ; 81 }; 82 PageItem 83 { 84 Identifier = RID_SVXPAGE_TEXTATTR ; 85 PageResID = RID_SVXPAGE_TEXTATTR ; 86 Text [ en-US ] = "Text" ; 87 }; 88 PageItem 89 { 90 Identifier = RID_SVXPAGE_PICK_BULLET ; 91 PageResID = RID_SVXPAGE_PICK_BULLET ; 92 Text [ en-US ] = "Bullets" ; 93 }; 94 PageItem 95 { 96 Identifier = RID_SVXPAGE_PICK_SINGLE_NUM ; 97 PageResID = RID_SVXPAGE_PICK_SINGLE_NUM ; 98 Text [ en-US ] = "Numbering type" ; 99 }; 100 PageItem 101 { 102 Identifier = RID_SVXPAGE_PICK_BMP ; 103 PageResID = RID_SVXPAGE_PICK_BMP ; 104 Text [ en-US ] = "Graphics" ; 105 }; 106 PageItem 107 { 108 Identifier = RID_SVXPAGE_NUM_OPTIONS ; 109 PageResID = RID_SVXPAGE_NUM_OPTIONS ; 110 Text [ en-US ] = "Customize" ; 111 }; 112 PageItem 113 { 114 Identifier = RID_SVXPAGE_ALIGN_PARAGRAPH ; 115 PageResID = RID_SVXPAGE_ALIGN_PARAGRAPH ; 116 Text [ en-US ] = "Alignment" ; 117 }; 118 PageItem 119 { 120 Identifier = RID_SVXPAGE_PARA_ASIAN ; 121 PageResID = RID_SVXPAGE_PARA_ASIAN ; 122 Text [ en-US ] = "Asian Typography" ; 123 }; 124 PageItem 125 { 126 Identifier = RID_SVXPAGE_TABULATOR ; 127 PageResID = RID_SVXPAGE_TABULATOR ; 128 Text [ en-US ] = "Tabs" ; 129 }; 130 }; 131 }; 132}; 133 134TabDialog TAB_PRES_LAYOUT_TEMPLATE_BACKGROUND 135{ 136 OutputSize = TRUE ; 137 SVLook = TRUE ; 138 Size = MAP_APPFONT ( 289, 176 ) ; 139 Moveable = TRUE ; 140 TabControl 1 141 { 142 OutputSize = TRUE ; 143 Pos = MAP_APPFONT ( 3, 3 ) ; 144 Size = MAP_APPFONT ( 260, 135 ) ; 145 PageList = 146 { 147 PageItem 148 { 149 Identifier = RID_SVXPAGE_AREA ; 150 Text [ en-US ] = "Area" ; 151 PageResID = RID_SVXPAGE_AREA ; 152 }; 153 }; 154 }; 155}; 156 157// ********************************************************************** EOF 158