1/************************************************************************* 2 * 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4 * 5 * Copyright 2000, 2010 Oracle and/or its affiliates. 6 * 7 * OpenOffice.org - a multi-platform office productivity suite 8 * 9 * This file is part of OpenOffice.org. 10 * 11 * OpenOffice.org is free software: you can redistribute it and/or modify 12 * it under the terms of the GNU Lesser General Public License version 3 13 * only, as published by the Free Software Foundation. 14 * 15 * OpenOffice.org is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 18 * GNU Lesser General Public License version 3 for more details 19 * (a copy is included in the LICENSE file that accompanied this code). 20 * 21 * You should have received a copy of the GNU Lesser General Public License 22 * version 3 along with OpenOffice.org. If not, see 23 * <http://www.openoffice.org/license.html> 24 * for a copy of the LGPLv3 License. 25 * 26 ************************************************************************/ 27 28#include <svx/dialogs.hrc> 29#include "RptResId.hrc" 30 31TabDialog RID_PAGEDIALOG_PAGE 32{ 33 OutputSize = TRUE ; 34 SVLook = TRUE ; 35 Size = MAP_APPFONT ( 289 , 176 ) ; 36 Text [ en-US ] = "Page Setup" ; 37 Moveable = TRUE ; 38 Closeable = TRUE ; 39 TabControl 1 40 { 41 OutputSize = TRUE ; 42 PageList = 43 { 44 PageItem 45 { 46 Identifier = RID_SVXPAGE_PAGE ; 47 Text [ en-US ] = "Page" ; 48 PageResID = RID_SVXPAGE_PAGE ; 49 Text [ x-comment ] = " "; 50 }; 51 PageItem 52 { 53 Identifier = RID_SVXPAGE_BACKGROUND ; 54 Text [ en-US ] = "Background" ; 55 PageResID = RID_SVXPAGE_BACKGROUND ; 56 Text [ x-comment ] = " "; 57 }; 58 }; 59 }; 60 OKButton 1 61 { 62 Pos = MAP_APPFONT ( 6 , 151 ) ; 63 Size = MAP_APPFONT ( 50 , 14 ) ; 64 TabStop = TRUE ; 65 }; 66 CancelButton 1 67 { 68 Pos = MAP_APPFONT ( 60 , 151 ) ; 69 Size = MAP_APPFONT ( 50 , 14 ) ; 70 TabStop = TRUE ; 71 }; 72 HelpButton 1 73 { 74 Pos = MAP_APPFONT ( 114 , 151 ) ; 75 Size = MAP_APPFONT ( 50 , 14 ) ; 76 TabStop = TRUE ; 77 }; 78 PushButton 1 79 { 80 Pos = MAP_APPFONT ( 169 , 151 ) ; 81 Size = MAP_APPFONT ( 50 , 14 ) ; 82 /* ### ACHTUNG: Neuer Text in Resource? Zurück : Zur³ck */ 83 Text [ en-US ] = "Return" ; 84 TabStop = TRUE ; 85 }; 86 Text [ x-comment ] = " "; 87 88 String 1 89 { 90 Text [ en-US ] = "Page" ; 91 }; 92 String 2 93 { 94 Text [ en-US ] = "Background" ; 95 }; 96}; 97 98TabDialog RID_PAGEDIALOG_BACKGROUND 99{ 100 OutputSize = TRUE ; 101 SVLook = TRUE ; 102 Size = MAP_APPFONT ( 289 , 176 ) ; 103 Text [ en-US ] = "Section Setup" ; 104 Moveable = TRUE ; 105 Closeable = TRUE ; 106 TabControl 1 107 { 108 OutputSize = TRUE ; 109 }; 110 OKButton 1 111 { 112 Pos = MAP_APPFONT ( 6 , 151 ) ; 113 Size = MAP_APPFONT ( 50 , 14 ) ; 114 TabStop = TRUE ; 115 }; 116 CancelButton 1 117 { 118 Pos = MAP_APPFONT ( 60 , 151 ) ; 119 Size = MAP_APPFONT ( 50 , 14 ) ; 120 TabStop = TRUE ; 121 }; 122 HelpButton 1 123 { 124 Pos = MAP_APPFONT ( 114 , 151 ) ; 125 Size = MAP_APPFONT ( 50 , 14 ) ; 126 TabStop = TRUE ; 127 }; 128 PushButton 1 129 { 130 Pos = MAP_APPFONT ( 169 , 151 ) ; 131 Size = MAP_APPFONT ( 50 , 14 ) ; 132 /* ### ACHTUNG: Neuer Text in Resource? Zurück : Zur³ck */ 133 Text [ en-US ] = "Return" ; 134 TabStop = TRUE ; 135 Text [ x-comment ] = " "; 136 }; 137 Text [ x-comment ] = " "; 138 139 String 1 140 { 141 Text [ en-US ] = "Background" ; 142 }; 143}; 144TabDialog RID_PAGEDIALOG_CHAR 145{ 146 OutputSize = TRUE ; 147 SVLook = TRUE ; 148 Size = MAP_APPFONT ( 289 , 176 ) ; 149 Text [ en-US ] = "Character Settings" ; 150 Moveable = TRUE ; 151 Closeable = TRUE ; 152 TabControl 1 153 { 154 OutputSize = TRUE ; 155 PageList = 156 { 157 PageItem 158 { 159 Identifier = RID_PAGE_CHAR ; 160 Text [ en-US ] = "Font" ; 161 PageResID = RID_PAGE_CHAR ; 162 Text [ x-comment ] = " "; 163 }; 164 PageItem 165 { 166 Identifier = RID_PAGE_EFFECTS ; 167 Text [ en-US ] = "Font Effects" ; 168 PageResID = RID_PAGE_EFFECTS ; 169 Text [ x-comment ] = " "; 170 }; 171 PageItem 172 { 173 Identifier = RID_PAGE_POSITION ; 174 PageResID = RID_PAGE_POSITION ; 175 Text [ en-US ] = "Position"; 176 }; 177 PageItem 178 { 179 Identifier = RID_PAGE_TWOLN ; 180 PageResID = RID_PAGE_TWOLN; 181 Text [ en-US ] = "Asian Layout"; 182 }; 183 PageItem 184 { 185 Identifier = RID_PAGE_BACKGROUND ; 186 Text [ en-US ] = "Background" ; 187 PageResID = RID_PAGE_BACKGROUND ; 188 Text [ x-comment ] = " "; 189 }; 190 PageItem 191 { 192 Identifier = RID_PAGE_ALIGNMENT ; 193 Text [ en-US ] = "Alignment" ; 194 PageResID = RID_PAGE_ALIGNMENT ; 195 Text [ x-comment ] = " "; 196 }; 197 }; 198 }; 199 OKButton 1 200 { 201 Pos = MAP_APPFONT ( 6 , 151 ) ; 202 Size = MAP_APPFONT ( 50 , 14 ) ; 203 TabStop = TRUE ; 204 }; 205 CancelButton 1 206 { 207 Pos = MAP_APPFONT ( 60 , 151 ) ; 208 Size = MAP_APPFONT ( 50 , 14 ) ; 209 TabStop = TRUE ; 210 }; 211 HelpButton 1 212 { 213 Pos = MAP_APPFONT ( 114 , 151 ) ; 214 Size = MAP_APPFONT ( 50 , 14 ) ; 215 TabStop = TRUE ; 216 }; 217 PushButton 1 218 { 219 Pos = MAP_APPFONT ( 169 , 151 ) ; 220 Size = MAP_APPFONT ( 50 , 14 ) ; 221 /* ### ACHTUNG: Neuer Text in Resource? Zurück : Zur³ck */ 222 Text [ en-US ] = "Return" ; 223 TabStop = TRUE ; 224 Text [ x-comment ] = " "; 225 }; 226 Text [ x-comment ] = " "; 227 228 String 1 229 { 230 Text [ en-US ] = "Character" ; 231 }; 232}; 233TabDialog RID_PAGEDIALOG_LINE 234{ 235 OutputSize = TRUE ; 236 SVLook = TRUE ; 237 Size = MAP_APPFONT ( 289 , 176 ) ; 238 Text [ en-US ] = "Line" ; 239 Moveable = TRUE ; 240 Closeable = TRUE ; 241 TabControl 1 242 { 243 OutputSize = TRUE ; 244 Pos = MAP_APPFONT ( 3 , 3 ) ; 245 Size = MAP_APPFONT ( 260 , 135 ) ; 246 PageList = 247 { 248 PageItem 249 { 250 Identifier = RID_SVXPAGE_LINE ; 251 Text [ en-US ] = "Line" ; 252 PageResID = RID_SVXPAGE_LINE ; 253 Text [ x-comment ] = " "; 254 }; 255 PageItem 256 { 257 Identifier = RID_SVXPAGE_LINE_DEF ; 258 Text [ en-US ] = "Line Styles" ; 259 PageResID = RID_SVXPAGE_LINE_DEF ; 260 Text [ x-comment ] = " "; 261 }; 262 PageItem 263 { 264 Identifier = RID_SVXPAGE_LINEEND_DEF ; 265 Text [ en-US ] = "Arrow Styles" ; 266 PageResID = RID_SVXPAGE_LINEEND_DEF ; 267 Text [ x-comment ] = " "; 268 }; 269 }; 270 }; 271 OKButton 1 272 { 273 Pos = MAP_APPFONT ( 6 , 151 ) ; 274 Size = MAP_APPFONT ( 50 , 14 ) ; 275 TabStop = TRUE ; 276 }; 277 CancelButton 1 278 { 279 Pos = MAP_APPFONT ( 60 , 151 ) ; 280 Size = MAP_APPFONT ( 50 , 14 ) ; 281 TabStop = TRUE ; 282 }; 283 HelpButton 1 284 { 285 Pos = MAP_APPFONT ( 114 , 151 ) ; 286 Size = MAP_APPFONT ( 50 , 14 ) ; 287 TabStop = TRUE ; 288 }; 289 PushButton 1 290 { 291 Pos = MAP_APPFONT ( 169 , 151 ) ; 292 Size = MAP_APPFONT ( 50 , 14 ) ; 293 /* ### ACHTUNG: Neuer Text in Resource? Zurück : Zur³ck */ 294 Text [ en-US ] = "Return" ; 295 TabStop = TRUE ; 296 Text [ x-comment ] = " "; 297 }; 298 Text [ x-comment ] = " "; 299 300 String 1 301 { 302 Text [ en-US ] = "Line" ; 303 }; 304}; 305