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 "globals.hrc" 29#include "chrdlg.hrc" 30#include "chardlg.hrc" 31#include "helpid.h" 32 33TabDialog DLG_CHAR 34{ 35 OutputSize = TRUE ; 36 SVLook = TRUE ; 37 Text [ en-US ] = "Character" ; 38 Moveable = TRUE ; 39 TabControl 1 40 { 41 OutputSize = TRUE ; 42 PageList = 43 { 44 PageItem 45 { 46 Identifier = TP_CHAR_STD ; 47 Text [ en-US ] = "Font" ; 48 PageResID = TP_CHAR_STD ; 49 }; 50 PageItem 51 { 52 Identifier = TP_CHAR_EXT ; 53 Text [ en-US ] = "Font Effects" ; 54 PageResID = TP_CHAR_EXT ; 55 }; 56 PageItem 57 { 58 Identifier = TP_CHAR_POS ; 59 PageResID = TP_CHAR_POS ; 60 Text [ en-US ] = "Position"; 61 }; 62 PageItem 63 { 64 Identifier = TP_CHAR_TWOLN ; 65 PageResID = TP_CHAR_TWOLN; 66 Text [ en-US ] = "Asian Layout"; 67 }; 68 PageItem 69 { 70 Identifier = TP_CHAR_URL ; 71 Text [ en-US ] = "Hyperlink" ; 72 }; 73 PageItem 74 { 75 Identifier = TP_BACKGROUND ; 76 Text [ en-US ] = "Background" ; 77 PageResID = TP_BACKGROUND ; 78 }; 79 }; 80 }; 81}; 82TabDialog DLG_DRAWCHAR 83{ 84 OutputSize = TRUE ; 85 SVLook = TRUE ; 86 Text [ en-US ] = "Font" ; 87 Moveable = TRUE ; 88 Closeable = TRUE ; 89 TabControl 1 90 { 91 OutputSize = TRUE ; 92 PageList = 93 { 94 PageItem 95 { 96 Identifier = TP_CHAR_STD ; 97 Text [ en-US ] = "Font" ; 98 PageResID = TP_CHAR_STD ; 99 }; 100 }; 101 }; 102}; 103TabPage TP_CHAR_URL 104{ 105 HelpID = HID_CHAR_URL ; 106 SVLook = TRUE ; 107 Size = MAP_APPFONT ( 260 , 185 ) ; 108 Hide = TRUE ; 109 FixedLine FL_URL 110 { 111 Pos = MAP_APPFONT ( 6 , 3 ) ; 112 Size = MAP_APPFONT ( 248 , 8 ) ; 113 Text [ en-US ] = "Hyperlink" ; 114 }; 115 FixedText FT_URL 116 { 117 Pos = MAP_APPFONT ( 12 , 17 ) ; 118 Size = MAP_APPFONT ( 73 , 8 ) ; 119 Text [ en-US ] = "~URL" ; 120 }; 121 Edit ED_URL 122 { 123 HelpID = "sw:Edit:TP_CHAR_URL:ED_URL"; 124 Pos = MAP_APPFONT ( 88 , 15 ) ; 125 Size = MAP_APPFONT ( 104 , 12 ) ; 126 Border = TRUE ; 127 TabStop = TRUE ; 128 }; 129 PushButton PB_URL 130 { 131 HelpID = "sw:PushButton:TP_CHAR_URL:PB_URL"; 132 Pos = MAP_APPFONT ( 198 , 14 ) ; 133 Size = MAP_APPFONT ( 50 , 14 ) ; 134 TabStop = TRUE ; 135 Text [ en-US ] = "~Browse..." ; 136 }; 137 FixedText FT_TEXT 138 { 139 Pos = MAP_APPFONT ( 12 , 33 ) ; 140 Size = MAP_APPFONT ( 73 , 8 ) ; 141 Text [ en-US ] = "Te~xt"; 142 }; 143 Edit ED_TEXT 144 { 145 HelpID = "sw:Edit:TP_CHAR_URL:ED_TEXT"; 146 Pos = MAP_APPFONT ( 88 , 31 ) ; 147 Size = MAP_APPFONT ( 104 , 12 ) ; 148 Border = TRUE ; 149 TabStop = TRUE ; 150 Group = TRUE ; 151 }; 152 FixedText FT_NAME 153 { 154 Pos = MAP_APPFONT ( 12 , 49 ) ; 155 Size = MAP_APPFONT ( 73 , 8 ) ; 156 Text [ en-US ] = "~Name" ; 157 }; 158 Edit ED_NAME 159 { 160 HelpID = "sw:Edit:TP_CHAR_URL:ED_NAME"; 161 Pos = MAP_APPFONT ( 88 , 47 ) ; 162 Size = MAP_APPFONT ( 104 , 12 ) ; 163 Border = TRUE ; 164 TabStop = TRUE ; 165 Group = TRUE ; 166 }; 167 FixedText FT_TARGET 168 { 169 Pos = MAP_APPFONT ( 12 , 65 ) ; 170 Size = MAP_APPFONT ( 73 , 10 ) ; 171 Text [ en-US ] = "~Target frame" ; 172 }; 173 ComboBox LB_TARGET 174 { 175 HelpID = "sw:ComboBox:TP_CHAR_URL:LB_TARGET"; 176 Pos = MAP_APPFONT ( 88 , 63 ) ; 177 Size = MAP_APPFONT ( 104 , 60 ) ; 178 TabStop = TRUE ; 179 DropDown = TRUE ; 180 Sort = TRUE ; 181 Group = TRUE ; 182 }; 183 PushButton PB_EVENT 184 { 185 HelpID = "sw:PushButton:TP_CHAR_URL:PB_EVENT"; 186 Pos = MAP_APPFONT ( 12 , 79 ) ; 187 Size = MAP_APPFONT ( 50 , 14 ) ; 188 TabStop = TRUE ; 189 Text [ en-US ] = "~Events..." ; 190 }; 191 FixedLine FL_STYLE 192 { 193 Pos = MAP_APPFONT ( 6 , 104 ) ; 194 Size = MAP_APPFONT ( 248 , 8 ) ; 195 Text [ en-US ] = "Character Styles" ; 196 }; 197 FixedText FT_VISITED 198 { 199 Pos = MAP_APPFONT ( 12 , 116 ) ; 200 Size = MAP_APPFONT ( 73 , 8 ) ; 201 Text [ en-US ] = "~Visited links" ; 202 }; 203 ListBox LB_VISITED 204 { 205 HelpID = "sw:ListBox:TP_CHAR_URL:LB_VISITED"; 206 Pos = MAP_APPFONT ( 88 , 113 ) ; 207 Size = MAP_APPFONT ( 104 , 60 ) ; 208 Border = TRUE ; 209 TabStop = TRUE ; 210 DropDown = TRUE ; 211 Sort = TRUE ; 212 Group = TRUE ; 213 }; 214 FixedText FT_NOT_VISITED 215 { 216 Pos = MAP_APPFONT ( 12 , 131 ) ; 217 Size = MAP_APPFONT ( 73 , 10 ) ; 218 Text [ en-US ] = "Unvisited ~links" ; 219 }; 220 ListBox LB_NOT_VISITED 221 { 222 HelpID = "sw:ListBox:TP_CHAR_URL:LB_NOT_VISITED"; 223 Pos = MAP_APPFONT ( 88 , 129 ) ; 224 Size = MAP_APPFONT ( 104 , 60 ) ; 225 Border = TRUE ; 226 TabStop = TRUE ; 227 DropDown = TRUE ; 228 Sort = TRUE ; 229 Group = TRUE ; 230 }; 231}; 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273