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 <svx/dialogs.hrc> 25#include "RptResId.hrc" 26 27TabDialog RID_PAGEDIALOG_PAGE 28{ 29 OutputSize = TRUE ; 30 SVLook = TRUE ; 31 Size = MAP_APPFONT ( 289 , 176 ) ; 32 Text [ en-US ] = "Page Setup" ; 33 Moveable = TRUE ; 34 Closeable = TRUE ; 35 TabControl 1 36 { 37 OutputSize = TRUE ; 38 PageList = 39 { 40 PageItem 41 { 42 Identifier = RID_SVXPAGE_PAGE ; 43 Text [ en-US ] = "Page" ; 44 PageResID = RID_SVXPAGE_PAGE ; 45 Text [ x-comment ] = " "; 46 }; 47 PageItem 48 { 49 Identifier = RID_SVXPAGE_BACKGROUND ; 50 Text [ en-US ] = "Background" ; 51 PageResID = RID_SVXPAGE_BACKGROUND ; 52 Text [ x-comment ] = " "; 53 }; 54 }; 55 }; 56 OKButton 1 57 { 58 Pos = MAP_APPFONT ( 6 , 151 ) ; 59 Size = MAP_APPFONT ( 50 , 14 ) ; 60 TabStop = TRUE ; 61 }; 62 CancelButton 1 63 { 64 Pos = MAP_APPFONT ( 60 , 151 ) ; 65 Size = MAP_APPFONT ( 50 , 14 ) ; 66 TabStop = TRUE ; 67 }; 68 HelpButton 1 69 { 70 Pos = MAP_APPFONT ( 114 , 151 ) ; 71 Size = MAP_APPFONT ( 50 , 14 ) ; 72 TabStop = TRUE ; 73 }; 74 PushButton 1 75 { 76 Pos = MAP_APPFONT ( 169 , 151 ) ; 77 Size = MAP_APPFONT ( 50 , 14 ) ; 78 /* ### ACHTUNG: Neuer Text in Resource? Zurück : Zur³ck */ 79 Text [ en-US ] = "Return" ; 80 TabStop = TRUE ; 81 }; 82 Text [ x-comment ] = " "; 83 84 String 1 85 { 86 Text [ en-US ] = "Page" ; 87 }; 88 String 2 89 { 90 Text [ en-US ] = "Background" ; 91 }; 92}; 93 94TabDialog RID_PAGEDIALOG_BACKGROUND 95{ 96 OutputSize = TRUE ; 97 SVLook = TRUE ; 98 Size = MAP_APPFONT ( 289 , 176 ) ; 99 Text [ en-US ] = "Section Setup" ; 100 Moveable = TRUE ; 101 Closeable = TRUE ; 102 TabControl 1 103 { 104 OutputSize = TRUE ; 105 }; 106 OKButton 1 107 { 108 Pos = MAP_APPFONT ( 6 , 151 ) ; 109 Size = MAP_APPFONT ( 50 , 14 ) ; 110 TabStop = TRUE ; 111 }; 112 CancelButton 1 113 { 114 Pos = MAP_APPFONT ( 60 , 151 ) ; 115 Size = MAP_APPFONT ( 50 , 14 ) ; 116 TabStop = TRUE ; 117 }; 118 HelpButton 1 119 { 120 Pos = MAP_APPFONT ( 114 , 151 ) ; 121 Size = MAP_APPFONT ( 50 , 14 ) ; 122 TabStop = TRUE ; 123 }; 124 PushButton 1 125 { 126 Pos = MAP_APPFONT ( 169 , 151 ) ; 127 Size = MAP_APPFONT ( 50 , 14 ) ; 128 /* ### ACHTUNG: Neuer Text in Resource? Zurück : Zur³ck */ 129 Text [ en-US ] = "Return" ; 130 TabStop = TRUE ; 131 Text [ x-comment ] = " "; 132 }; 133 Text [ x-comment ] = " "; 134 135 String 1 136 { 137 Text [ en-US ] = "Background" ; 138 }; 139}; 140TabDialog RID_PAGEDIALOG_CHAR 141{ 142 OutputSize = TRUE ; 143 SVLook = TRUE ; 144 Size = MAP_APPFONT ( 289 , 176 ) ; 145 Text [ en-US ] = "Character Settings" ; 146 Moveable = TRUE ; 147 Closeable = TRUE ; 148 TabControl 1 149 { 150 OutputSize = TRUE ; 151 PageList = 152 { 153 PageItem 154 { 155 Identifier = RID_PAGE_CHAR ; 156 Text [ en-US ] = "Font" ; 157 PageResID = RID_PAGE_CHAR ; 158 Text [ x-comment ] = " "; 159 }; 160 PageItem 161 { 162 Identifier = RID_PAGE_EFFECTS ; 163 Text [ en-US ] = "Font Effects" ; 164 PageResID = RID_PAGE_EFFECTS ; 165 Text [ x-comment ] = " "; 166 }; 167 PageItem 168 { 169 Identifier = RID_PAGE_POSITION ; 170 PageResID = RID_PAGE_POSITION ; 171 Text [ en-US ] = "Position"; 172 }; 173 PageItem 174 { 175 Identifier = RID_PAGE_TWOLN ; 176 PageResID = RID_PAGE_TWOLN; 177 Text [ en-US ] = "Asian Layout"; 178 }; 179 PageItem 180 { 181 Identifier = RID_PAGE_BACKGROUND ; 182 Text [ en-US ] = "Background" ; 183 PageResID = RID_PAGE_BACKGROUND ; 184 Text [ x-comment ] = " "; 185 }; 186 PageItem 187 { 188 Identifier = RID_PAGE_ALIGNMENT ; 189 Text [ en-US ] = "Alignment" ; 190 PageResID = RID_PAGE_ALIGNMENT ; 191 Text [ x-comment ] = " "; 192 }; 193 }; 194 }; 195 OKButton 1 196 { 197 Pos = MAP_APPFONT ( 6 , 151 ) ; 198 Size = MAP_APPFONT ( 50 , 14 ) ; 199 TabStop = TRUE ; 200 }; 201 CancelButton 1 202 { 203 Pos = MAP_APPFONT ( 60 , 151 ) ; 204 Size = MAP_APPFONT ( 50 , 14 ) ; 205 TabStop = TRUE ; 206 }; 207 HelpButton 1 208 { 209 Pos = MAP_APPFONT ( 114 , 151 ) ; 210 Size = MAP_APPFONT ( 50 , 14 ) ; 211 TabStop = TRUE ; 212 }; 213 PushButton 1 214 { 215 Pos = MAP_APPFONT ( 169 , 151 ) ; 216 Size = MAP_APPFONT ( 50 , 14 ) ; 217 /* ### ACHTUNG: Neuer Text in Resource? Zurück : Zur³ck */ 218 Text [ en-US ] = "Return" ; 219 TabStop = TRUE ; 220 Text [ x-comment ] = " "; 221 }; 222 Text [ x-comment ] = " "; 223 224 String 1 225 { 226 Text [ en-US ] = "Character" ; 227 }; 228}; 229TabDialog RID_PAGEDIALOG_LINE 230{ 231 OutputSize = TRUE ; 232 SVLook = TRUE ; 233 Size = MAP_APPFONT ( 289 , 176 ) ; 234 Text [ en-US ] = "Line" ; 235 Moveable = TRUE ; 236 Closeable = TRUE ; 237 TabControl 1 238 { 239 OutputSize = TRUE ; 240 Pos = MAP_APPFONT ( 3 , 3 ) ; 241 Size = MAP_APPFONT ( 260 , 135 ) ; 242 PageList = 243 { 244 PageItem 245 { 246 Identifier = RID_SVXPAGE_LINE ; 247 Text [ en-US ] = "Line" ; 248 PageResID = RID_SVXPAGE_LINE ; 249 Text [ x-comment ] = " "; 250 }; 251 PageItem 252 { 253 Identifier = RID_SVXPAGE_LINE_DEF ; 254 Text [ en-US ] = "Line Styles" ; 255 PageResID = RID_SVXPAGE_LINE_DEF ; 256 Text [ x-comment ] = " "; 257 }; 258 PageItem 259 { 260 Identifier = RID_SVXPAGE_LINEEND_DEF ; 261 Text [ en-US ] = "Arrow Styles" ; 262 PageResID = RID_SVXPAGE_LINEEND_DEF ; 263 Text [ x-comment ] = " "; 264 }; 265 }; 266 }; 267 OKButton 1 268 { 269 Pos = MAP_APPFONT ( 6 , 151 ) ; 270 Size = MAP_APPFONT ( 50 , 14 ) ; 271 TabStop = TRUE ; 272 }; 273 CancelButton 1 274 { 275 Pos = MAP_APPFONT ( 60 , 151 ) ; 276 Size = MAP_APPFONT ( 50 , 14 ) ; 277 TabStop = TRUE ; 278 }; 279 HelpButton 1 280 { 281 Pos = MAP_APPFONT ( 114 , 151 ) ; 282 Size = MAP_APPFONT ( 50 , 14 ) ; 283 TabStop = TRUE ; 284 }; 285 PushButton 1 286 { 287 Pos = MAP_APPFONT ( 169 , 151 ) ; 288 Size = MAP_APPFONT ( 50 , 14 ) ; 289 /* ### ACHTUNG: Neuer Text in Resource? Zurück : Zur³ck */ 290 Text [ en-US ] = "Return" ; 291 TabStop = TRUE ; 292 Text [ x-comment ] = " "; 293 }; 294 Text [ x-comment ] = " "; 295 296 String 1 297 { 298 Text [ en-US ] = "Line" ; 299 }; 300}; 301