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 // include ------------------------------------------------------------------ 23#include <sfx2/sfx.hrc> 24#include "helpid.hrc" 25#include <cuires.hrc> 26#include "optinet2.hrc" 27 28 // pragma ------------------------------------------------------------------- 29 30/************************************************************************/ 31/* Proxy server */ 32/************************************************************************/ 33 34TabPage RID_SVXPAGE_INET_PROXY 35{ 36 HelpId = HID_OPTIONS_PROXY ; 37 OutputSize = TRUE ; 38 Size = MAP_APPFONT ( 260, 185 ) ; 39 SVLook = TRUE ; 40 Hide = TRUE ; 41 Text [ en-US ] = "Proxy" ; 42 #define GB_TYPES_TOP 3 43 #define GB_TYPES_LEFT 6 44 FixedLine GB_SETTINGS 45 { 46 Pos = MAP_APPFONT ( GB_TYPES_LEFT, GB_TYPES_TOP ) ; 47 Size = MAP_APPFONT ( 248, 8 ) ; 48 Text [ en-US ] = "Settings" ; 49 }; 50 FixedText FT_PROXYMODE 51 { 52 Pos = MAP_APPFONT ( 12, GB_TYPES_TOP + 13 ) ; 53 Size = MAP_APPFONT ( 50, 8 ) ; 54 Text [ en-US ] = "Proxy s~erver" ; 55 }; 56 ListBox LB_PROXYMODE 57 { 58 HelpID = "cui:ListBox:RID_SVXPAGE_INET_PROXY:LB_PROXYMODE" ; 59 Pos = MAP_APPFONT ( 65, GB_TYPES_TOP + 11 ) ; 60 Size = MAP_APPFONT ( 49, 48 ) ; 61 Border = TRUE ; 62 DropDown = TRUE ; 63 StringList [ en-US ] = 64 { 65 < "None" ; > ; 66 < "System" ; > ; 67 < "Manual" ; > ; 68 }; 69 }; 70 String ST_PROXY_FROM_BROWSER 71 { 72 Text [ en-US ] = "Use browser settings" ; 73 }; 74 FixedText FT_HTTP_PROXY 75 { 76 Pos = MAP_APPFONT ( 12, GB_TYPES_TOP + 29 ) ; 77 Size = MAP_APPFONT ( 50, 8 ) ; 78 Text [ en-US ] = "HT~TP proxy" ; 79 }; 80 Edit ED_HTTP_PROXY 81 { 82 HelpID = "cui:Edit:RID_SVXPAGE_INET_PROXY:ED_HTTP_PROXY" ; 83 Pos = MAP_APPFONT ( 65, GB_TYPES_TOP + 27 ) ; 84 Size = MAP_APPFONT ( 123, 12 ) ; 85 Border = TRUE ; 86 }; 87 88 #define FT_PORT_WIDTH 37 89 #define ED_PORT_WIDTH 20 90 #define ED_PORT_COL 229 91 92 FixedText FT_HTTP_PORT 93 { 94 Pos = MAP_APPFONT ( 190, GB_TYPES_TOP + 29 ) ; 95 Size = MAP_APPFONT ( FT_PORT_WIDTH, 8 ) ; 96 Right = TRUE ; 97 Text [ en-US ] = "~Port" ; 98 }; 99 Edit ED_HTTP_PORT 100 { 101 HelpID = "cui:Edit:RID_SVXPAGE_INET_PROXY:ED_HTTP_PORT" ; 102 Pos = MAP_APPFONT ( ED_PORT_COL, GB_TYPES_TOP + 27 ) ; 103 Size = MAP_APPFONT ( ED_PORT_WIDTH, 12 ) ; 104 Border = TRUE ; 105 }; 106 107 FixedText FT_HTTPS_PROXY 108 { 109 Pos = MAP_APPFONT ( 12, GB_TYPES_TOP + 45 ) ; 110 Size = MAP_APPFONT ( 50, 8 ) ; 111 Text [ en-US ] = "HTTP~S proxy" ; 112 }; 113 Edit ED_HTTPS_PROXY 114 { 115 HelpID = "cui:Edit:RID_SVXPAGE_INET_PROXY:ED_HTTPS_PROXY" ; 116 Pos = MAP_APPFONT ( 65, GB_TYPES_TOP + 43 ) ; 117 Size = MAP_APPFONT ( 123, 12 ) ; 118 Border = TRUE ; 119 }; 120 FixedText FT_HTTPS_PORT 121 { 122 Pos = MAP_APPFONT ( 190, GB_TYPES_TOP + 45 ) ; 123 Size = MAP_APPFONT ( FT_PORT_WIDTH, 8 ) ; 124 Right = TRUE ; 125 Text [ en-US ] = "P~ort" ; 126 }; 127 Edit ED_HTTPS_PORT 128 { 129 HelpID = "cui:Edit:RID_SVXPAGE_INET_PROXY:ED_HTTPS_PORT" ; 130 Pos = MAP_APPFONT ( ED_PORT_COL, GB_TYPES_TOP + 43 ) ; 131 Size = MAP_APPFONT ( ED_PORT_WIDTH, 12 ) ; 132 Border = TRUE ; 133 }; 134 135 FixedText FT_FTP_PROXY 136 { 137 Pos = MAP_APPFONT ( 12, GB_TYPES_TOP + 61 ) ; 138 Size = MAP_APPFONT ( 50, 8 ) ; 139 Text [ en-US ] = "~FTP proxy" ; 140 }; 141 Edit ED_FTP_PROXY 142 { 143 HelpID = "cui:Edit:RID_SVXPAGE_INET_PROXY:ED_FTP_PROXY" ; 144 Pos = MAP_APPFONT ( 65, GB_TYPES_TOP + 59 ) ; 145 Size = MAP_APPFONT ( 123, 12 ) ; 146 Border = TRUE ; 147 }; 148 FixedText FT_FTP_PORT 149 { 150 Pos = MAP_APPFONT ( 190, GB_TYPES_TOP + 61 ) ; 151 Size = MAP_APPFONT ( FT_PORT_WIDTH, 8 ) ; 152 Right = TRUE ; 153 Text [ en-US ] = "P~ort" ; 154 }; 155 Edit ED_FTP_PORT 156 { 157 HelpID = "cui:Edit:RID_SVXPAGE_INET_PROXY:ED_FTP_PORT" ; 158 Pos = MAP_APPFONT ( ED_PORT_COL, GB_TYPES_TOP + 59 ) ; 159 Size = MAP_APPFONT ( ED_PORT_WIDTH, 12 ) ; 160 Border = TRUE ; 161 }; 162 FixedText FT_SOCKS_PROXY 163 { 164 Pos = MAP_APPFONT ( 12, GB_TYPES_TOP + 77 ) ; 165 Size = MAP_APPFONT ( 50, 10 ) ; 166 Text [ en-US ] = "~SOCKS proxy" ; 167 }; 168 Edit ED_SOCKS_PROXY 169 { 170 HelpID = "cui:Edit:RID_SVXPAGE_INET_PROXY:ED_SOCKS_PROXY" ; 171 Pos = MAP_APPFONT ( 65, GB_TYPES_TOP + 75 ) ; 172 Size = MAP_APPFONT ( 123, 12 ) ; 173 Border = TRUE ; 174 }; 175 FixedText FT_SOCKS_PORT 176 { 177 Pos = MAP_APPFONT ( 190, GB_TYPES_TOP + 77 ) ; 178 Size = MAP_APPFONT ( FT_PORT_WIDTH, 8 ) ; 179 Right = TRUE ; 180 Text [ en-US ] = "Po~rt" ; 181 }; 182 Edit ED_SOCKS_PORT 183 { 184 HelpID = "cui:Edit:RID_SVXPAGE_INET_PROXY:ED_SOCKS_PORT" ; 185 Pos = MAP_APPFONT ( ED_PORT_COL, GB_TYPES_TOP + 75 ) ; 186 Size = MAP_APPFONT ( ED_PORT_WIDTH, 12 ) ; 187 Border = TRUE ; 188 }; 189 FixedText FT_NOPROXYFOR 190 { 191 Pos = MAP_APPFONT ( 12, GB_TYPES_TOP + 93 ) ; 192 Size = MAP_APPFONT ( 50, 8 ) ; 193 Text [ en-US ] = "~No proxy for:" ; 194 }; 195 Edit ED_NOPROXYFOR 196 { 197 HelpID = "cui:Edit:RID_SVXPAGE_INET_PROXY:ED_NOPROXYFOR" ; 198 Pos = MAP_APPFONT ( 65, GB_TYPES_TOP + 91 ) ; 199 Size = MAP_APPFONT ( 123, 12 ) ; 200 Border = TRUE ; 201 }; 202 FixedText ED_NOPROXYDESC 203 { 204 Pos = MAP_APPFONT ( 190, GB_TYPES_TOP + 93 ) ; 205 Size = MAP_APPFONT ( 56, 8 ) ; 206 Text [ en-US ] = "Separator ;" ; 207 }; 208 FixedLine GB_DNS 209 { 210 Pos = MAP_APPFONT ( 6, 100 ) ; 211 Size = MAP_APPFONT ( 248, 8 ) ; 212 Text [ en-US ] = "DNS server" ; 213 }; 214 RadioButton RB_DNS_AUTO 215 { 216 HelpID = "cui:RadioButton:RID_SVXPAGE_INET_PROXY:RB_DNS_AUTO" ; 217 Pos = MAP_APPFONT ( 12, 111 ) ; 218 Size = MAP_APPFONT ( 236, 10 ) ; 219 Text [ en-US ] = "~Automatic" ; 220 }; 221 RadioButton RB_DNS_MANUAL 222 { 223 HelpID = "cui:RadioButton:RID_SVXPAGE_INET_PROXY:RB_DNS_MANUAL" ; 224 Pos = MAP_APPFONT ( 12, 124 ) ; 225 Size = MAP_APPFONT ( 75, 10 ) ; 226 Text [ en-US ] = "~Manual" ; 227 }; 228 PatternField ED_DNS 229 { 230 HelpID = "cui:PatternField:RID_SVXPAGE_INET_PROXY:ED_DNS" ; 231 Pos = MAP_APPFONT ( 90, 126 ) ; 232 Size = MAP_APPFONT ( 66, 12 ) ; 233 Border = TRUE ; 234 LiteralMask = " . . . " ; 235 EditMask = "nnnLnnnLnnnLnnn" ; 236 StrictFormat = TRUE ; 237 }; 238 String ST_MSG_255_0 239 { 240 Text [ en-US ] = "is not a valid entry for this field. Please specify a value between 0 and 255." ; 241 }; 242 String ST_MSG_255_1 243 { 244 Text [ en-US ] = "is not a valid entry for this field. Please specify a value between 1 and 255." ; 245 }; 246}; 247/************************************************************************/ 248/* Search */ 249/************************************************************************/ 250TabPage RID_SVXPAGE_INET_SEARCH 251{ 252 HelpId = HID_OPTIONS_SEARCH ; 253 OutputSize = TRUE ; 254 Size = MAP_APPFONT ( TP_WIDTH, TP_HEIGHT ) ; 255 SVLook = TRUE ; 256 Hide = TRUE ; 257 Text [ en-US ] = "Search" ; 258 259 #define GB_SEARCH_LEFT 6 260 #define GB_SEARCH_TOP 3 261 FixedLine GB_SEARCH 262 { 263 Pos = MAP_APPFONT ( GB_SEARCH_LEFT, GB_SEARCH_TOP ) ; 264 Size = MAP_APPFONT ( 248, 8 ) ; 265 Text [ en-US ] = "Search in" ; 266 }; 267 ListBox LB_SEARCH 268 { 269 HelpID = "cui:ListBox:RID_SVXPAGE_INET_SEARCH:LB_SEARCH" ; 270 Pos = MAP_APPFONT ( 12, GB_SEARCH_TOP + 11 ) ; 271 Size = MAP_APPFONT ( 39, 120 ) ; 272 Border = TRUE ; 273 AutoHScroll = TRUE ; 274 }; 275 #define LABEL_START_XPOS (GB_SEARCH_LEFT + 6 + 39 + 5 ) 276 #define LABEL_LEN 64 277 #define EDIT_START_XPOS (LABEL_START_XPOS + LABEL_LEN + 3) 278 FixedText FT_SEARCH_NAME 279 { 280 Pos = MAP_APPFONT ( LABEL_START_XPOS, GB_SEARCH_TOP + 13 ) ; 281 Size = MAP_APPFONT ( LABEL_LEN, 8 ) ; 282 Text [ en-US ] = "~Name" ; 283 }; 284 Edit ED_SEARCH_NAME 285 { 286 HelpID = "cui:Edit:RID_SVXPAGE_INET_SEARCH:ED_SEARCH_NAME" ; 287 Pos = MAP_APPFONT ( EDIT_START_XPOS, GB_SEARCH_TOP + 11 ) ; 288 Size = MAP_APPFONT ( 125, 12 ) ; 289 Border = TRUE ; 290 }; 291 FixedText FT_SEARCH 292 { 293 Pos = MAP_APPFONT ( LABEL_START_XPOS, GB_SEARCH_TOP + 27 ) ; 294 Size = MAP_APPFONT ( LABEL_LEN, 8 ) ; 295 Text [ en-US ] = "Type" ; 296 }; 297 RadioButton RB_AND 298 { 299 HelpID = "cui:RadioButton:RID_SVXPAGE_INET_SEARCH:RB_AND" ; 300 Pos = MAP_APPFONT ( EDIT_START_XPOS, GB_SEARCH_TOP + 26 ) ; 301 Size = MAP_APPFONT ( 125, 10 ) ; 302 Check = TRUE ; 303 Text [ en-US ] = "~And" ; 304 }; 305 RadioButton RB_OR 306 { 307 HelpID = "cui:RadioButton:RID_SVXPAGE_INET_SEARCH:RB_OR" ; 308 Pos = MAP_APPFONT ( EDIT_START_XPOS, GB_SEARCH_TOP + 39 ) ; 309 Size = MAP_APPFONT ( 125, 10 ) ; 310 Text [ en-US ] = "~Or" ; 311 }; 312 RadioButton RB_EXACT 313 { 314 HelpID = "cui:RadioButton:RID_SVXPAGE_INET_SEARCH:RB_EXACT" ; 315 Pos = MAP_APPFONT ( EDIT_START_XPOS, GB_SEARCH_TOP + 52 ) ; 316 Size = MAP_APPFONT ( 125, 10 ) ; 317 Text [ en-US ] = "E~xact" ; 318 }; 319 FixedText FT_URL 320 { 321 Pos = MAP_APPFONT ( LABEL_START_XPOS, GB_SEARCH_TOP + 67 ) ; 322 Size = MAP_APPFONT ( LABEL_LEN, 8 ) ; 323 Text [ en-US ] = "~Prefix" ; 324 }; 325 Edit ED_URL 326 { 327 HelpID = "cui:Edit:RID_SVXPAGE_INET_SEARCH:ED_URL" ; 328 Pos = MAP_APPFONT ( EDIT_START_XPOS, GB_SEARCH_TOP + 65 ) ; 329 Size = MAP_APPFONT ( 125, 12 ) ; 330 Border = TRUE ; 331 }; 332 FixedText FT_POSTFIX 333 { 334 Pos = MAP_APPFONT ( LABEL_START_XPOS, GB_SEARCH_TOP + 82 ) ; 335 Size = MAP_APPFONT ( LABEL_LEN, 8 ) ; 336 Text [ en-US ] = "Su~ffix" ; 337 }; 338 Edit ED_POSTFIX 339 { 340 HelpID = "cui:Edit:RID_SVXPAGE_INET_SEARCH:ED_POSTFIX" ; 341 Pos = MAP_APPFONT ( EDIT_START_XPOS, GB_SEARCH_TOP + 80 ) ; 342 Size = MAP_APPFONT ( 125, 12 ) ; 343 Border = TRUE ; 344 }; 345 FixedText FT_SEPARATOR 346 { 347 Pos = MAP_APPFONT ( LABEL_START_XPOS, GB_SEARCH_TOP + 97 ) ; 348 Size = MAP_APPFONT ( LABEL_LEN, 8 ) ; 349 Text [ en-US ] = "~Separator" ; 350 }; 351 Edit ED_SEPARATOR 352 { 353 HelpID = "cui:Edit:RID_SVXPAGE_INET_SEARCH:ED_SEPARATOR" ; 354 Pos = MAP_APPFONT ( EDIT_START_XPOS, GB_SEARCH_TOP + 95 ) ; 355 Size = MAP_APPFONT ( 42, 12 ) ; 356 Border = TRUE ; 357 }; 358 FixedText FT_CASE 359 { 360 Pos = MAP_APPFONT ( LABEL_START_XPOS, GB_SEARCH_TOP + 112 ) ; 361 Size = MAP_APPFONT ( LABEL_LEN, 8 ) ; 362 Text [ en-US ] = "~Case match" ; 363 }; 364 ListBox ED_CASE 365 { 366 HelpID = "cui:ListBox:RID_SVXPAGE_INET_SEARCH:ED_CASE" ; 367 Pos = MAP_APPFONT ( EDIT_START_XPOS, GB_SEARCH_TOP + 110 ) ; 368 Size = MAP_APPFONT ( 42, 48 ) ; 369 Border = TRUE ; 370 DropDown = TRUE ; 371 StringList [ en-US ] = 372 { 373 < "None" ; > ; 374 < "Upper" ; > ; 375 < "Lower" ; > ; 376 }; 377 }; 378 379 #define PB_SEARCH_POS_Y TP_HEIGHT - RSC_CD_PUSHBUTTON_HEIGHT - RSC_SP_TBPG_INNERBORDER_BOTTOM 380 #define PB_SEARCH_POS_X1 TP_WIDTH - ( RSC_CD_PUSHBUTTON_WIDTH * 4 ) - ( RSC_SP_CTRL_GROUP_X * 3 ) - RSC_SP_TBPG_INNERBORDER_RIGHT 381 #define PB_SEARCH_POS_X2 TP_WIDTH - ( RSC_CD_PUSHBUTTON_WIDTH * 3 ) - ( RSC_SP_CTRL_GROUP_X * 2 ) - RSC_SP_TBPG_INNERBORDER_RIGHT 382 #define PB_SEARCH_POS_X3 TP_WIDTH - ( RSC_CD_PUSHBUTTON_WIDTH * 2 ) - ( RSC_SP_CTRL_GROUP_X * 1 ) - RSC_SP_TBPG_INNERBORDER_RIGHT 383 #define PB_SEARCH_POS_X4 TP_WIDTH - RSC_CD_PUSHBUTTON_WIDTH - RSC_SP_TBPG_INNERBORDER_RIGHT 384 PushButton PB_NEW 385 { 386 HelpID = "cui:PushButton:RID_SVXPAGE_INET_SEARCH:PB_NEW" ; 387 Pos = MAP_APPFONT ( PB_SEARCH_POS_X1, PB_SEARCH_POS_Y ) ; 388 Size = MAP_APPFONT ( 50, 14 ) ; 389 Text [ en-US ] = "N~ew" ; 390 }; 391 PushButton PB_ADD 392 { 393 HelpID = "cui:PushButton:RID_SVXPAGE_INET_SEARCH:PB_ADD" ; 394 Pos = MAP_APPFONT (PB_SEARCH_POS_X2, PB_SEARCH_POS_Y ) ; 395 Size = MAP_APPFONT ( 50, 14 ) ; 396 Text [ en-US ] = "~Add" ; 397 }; 398 PushButton PB_CHANGE 399 { 400 HelpID = "cui:PushButton:RID_SVXPAGE_INET_SEARCH:PB_CHANGE" ; 401 Pos = MAP_APPFONT ( PB_SEARCH_POS_X3, PB_SEARCH_POS_Y ) ; 402 Size = MAP_APPFONT ( 50, 14 ) ; 403 Text [ en-US ] = "~Modify" ; 404 }; 405 PushButton PB_DELETE 406 { 407 HelpID = "cui:PushButton:RID_SVXPAGE_INET_SEARCH:PB_DELETE" ; 408 Pos = MAP_APPFONT ( PB_SEARCH_POS_X4, PB_SEARCH_POS_Y ) ; 409 Size = MAP_APPFONT ( 50, 14 ) ; 410 Text [ en-US ] = "~Delete" ; 411 }; 412 String MSG_MODIFY 413 { 414 Text [ en-US ] = "Do you want to accept the current modification?" ; 415 }; 416}; 417 418 419/************************************************************************/ 420/* Scripting */ 421/************************************************************************/ 422 423TabPage RID_SVXPAGE_INET_SECURITY 424{ 425 HelpID = "cui:TabPage:RID_SVXPAGE_INET_SECURITY" ; 426 OutputSize = TRUE ; 427 Size = MAP_APPFONT ( TP_WIDTH, TP_HEIGHT ) ; 428 SVLook = TRUE ; 429 Hide = TRUE ; 430 Text [ en-US ] = "Security" ; 431 FixedLine FL_SEC_SECURITYOPTIONS 432 { 433 Pos = MAP_APPFONT ( COL_0, ROW_0 ) ; 434 Size = MAP_APPFONT ( COL_4-COL_0, RSC_CD_FIXEDLINE_HEIGHT ) ; 435 Text [ en-US ] = "Security options and warnings" ; 436 }; 437 FixedText FI_SEC_SECURITYOPTIONS 438 { 439 Pos = MAP_APPFONT ( COL_1, ROW_1 ) ; 440 Size = MAP_APPFONT ( COL_2-COL_1, 3*RSC_CD_FIXEDLINE_HEIGHT ) ; 441 Wordbreak = TRUE ; 442 Text [ en-US ] = "Adjust security related options and define warnings for hidden information in documents." ; 443 }; 444 PushButton PB_SEC_SECURITYOPTIONS 445 { 446 HelpID = "cui:PushButton:RID_SVXPAGE_INET_SECURITY:PB_SEC_SECURITYOPTIONS" ; 447 Pos = MAP_APPFONT ( COL_3, ROW_2a ) ; 448 Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT ) ; 449 Text [ en-US ] = "Options..." ; 450 }; 451 FixedLine FL_SEC_PASSWORDS 452 { 453 Pos = MAP_APPFONT ( COL_0, ROW_2 - 2 ) ; 454 Size = MAP_APPFONT ( COL_4-COL_0, RSC_CD_FIXEDLINE_HEIGHT ) ; 455 Text [ en-US ] = "Passwords for web connections" ; 456 }; 457 CheckBox CB_SEC_SAVEPASSWORDS 458 { 459 HelpID = "cui:CheckBox:RID_SVXPAGE_INET_SECURITY:CB_SEC_SAVEPASSWORDS" ; 460 Pos = MAP_APPFONT ( COL_1, ROW_3 - 4 ) ; 461 Size = MAP_APPFONT ( COL_2-COL_1, 16 ) ; 462 Wordbreak = TRUE ; 463 Text [ en-US ] = "Persistently save passwords for web connections" ; 464 }; 465 PushButton PB_SEC_CONNECTIONS 466 { 467 HelpID = "cui:PushButton:RID_SVXPAGE_INET_SECURITY:PB_SEC_CONNECTIONS" ; 468 Pos = MAP_APPFONT ( COL_3, ROW_3-1 ) ; 469 Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT ) ; 470 Text [ en-US ] = "Connections..." ; 471 }; 472 CheckBox CB_SEC_MASTERPASSWORD 473 { 474 HelpID = "cui:CheckBox:RID_SVXPAGE_INET_SECURITY:CB_SEC_MASTERPASSWORD" ; 475 Pos = MAP_APPFONT ( COL_1a, ROW_4 ) ; 476 Size = MAP_APPFONT ( COL_2-COL_1a, RSC_CD_CHECKBOX_HEIGHT ) ; 477 Text [ en-US ] = "Protected by a master password (recommended)" ; 478 }; 479 FixedText FI_SEC_MASTERPASSWORD 480 { 481 Pos = MAP_APPFONT ( COL_1a, ROW_4a ) ; 482 Size = MAP_APPFONT ( COL_2-COL_1a, 4*RSC_CD_FIXEDLINE_HEIGHT ) ; 483 Wordbreak = TRUE ; 484 Text [ en-US ] = "Passwords are protected by a master password. You will be asked to enter it once per session, if %PRODUCTNAME retrieves a password from the protected password list." ; 485 }; 486 PushButton PB_SEC_MASTERPASSWORD 487 { 488 HelpID = "cui:PushButton:RID_SVXPAGE_INET_SECURITY:PB_SEC_MASTERPASSWORD" ; 489 Pos = MAP_APPFONT ( COL_3, ROW_4a ) ; 490 Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT ) ; 491 Text [ en-US ] = "Master Password..." ; 492 }; 493 FixedLine FL_SEC_MACROSEC 494 { 495 Pos = MAP_APPFONT ( COL_0, ROW_5 ) ; 496 Size = MAP_APPFONT ( COL_4-COL_0, RSC_CD_FIXEDLINE_HEIGHT ) ; 497 Text [ en-US ] = "Macro security" ; 498 }; 499 FixedText FI_SEC_MACROSEC 500 { 501 Pos = MAP_APPFONT ( COL_1, ROW_6 ) ; 502 Size = MAP_APPFONT ( COL_2-COL_1, 3*RSC_CD_FIXEDLINE_HEIGHT ) ; 503 Wordbreak = TRUE ; 504 Text [ en-US ] = "Adjust the security level for executing macros and specify trusted macro developers." ; 505 }; 506 PushButton PB_SEC_MACROSEC 507 { 508 HelpID = "cui:PushButton:RID_SVXPAGE_INET_SECURITY:PB_SEC_MACROSEC" ; 509 Pos = MAP_APPFONT ( COL_3, ROW_6-2 ) ; 510 Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT ) ; 511 Text [ en-US ] = "Macro Security..." ; 512 }; 513 String STR_SEC_NOPASSWDSAVE 514 { 515 Text [ en-US ] = "Disabling the function to persistently store passwords deletes the list of passwords stored and resets the master password.\n\nDo you want to delete password list and reset master password?" ; 516 }; 517}; 518 519ErrorBox RID_SVXERR_OPT_PROXYPORTS 520{ 521 BUTTONS = WB_OK ; 522 Message [ en-US ] = "Invalid value!\n\nThe maximum value for a port number is 65535." ; 523}; 524 525// RID_SVXDLG_OPT_JAVASCRIPT_DISABLE ----------------------------------------- 526 527ModalDialog RID_SVXDLG_OPT_JAVASCRIPT_DISABLE 528{ 529 HelpID = "cui:ModalDialog:RID_SVXDLG_OPT_JAVASCRIPT_DISABLE" ; 530 OutputSize = TRUE ; 531 Size = MAP_APPFONT ( 150, 81 ) ; 532 Moveable = TRUE ; 533 Closeable = TRUE ; 534 FixedImage IMG_JSCPT_WARNING 535 { 536 Pos = MAP_APPFONT ( 6, 6 ) ; 537 Size = MAP_APPFONT ( 30, 30 ) ; 538 }; 539 FixedText FT_JSCPT_WARNING 540 { 541 Pos = MAP_APPFONT ( 39, 6 ) ; 542 Size = MAP_APPFONT ( 195, 36 ) ; 543 WordBreak = TRUE ; 544 Text [ en-US ] = "Please note that with Java\nyou disable Javascript as well.\n\nDo you still want to disable Java?" ; 545 }; 546 CheckBox CB_JSCPT_DISABLE 547 { 548 HelpID = "cui:CheckBox:RID_SVXDLG_OPT_JAVASCRIPT_DISABLE:CB_JSCPT_DISABLE" ; 549 Pos = MAP_APPFONT ( 39, 45 ) ; 550 Size = MAP_APPFONT ( 195, 12 ) ; 551 Hide = TRUE ; 552 Text [ en-US ] = "~Don't show warning again" ; 553 }; 554 OKButton BTN_JSCPT_YES 555 { 556 Pos = MAP_APPFONT ( 41, 61 ) ; 557 Size = MAP_APPFONT ( 50, 14 ) ; 558 }; 559 CancelButton BTN_JSCPT_NO 560 { 561 Pos = MAP_APPFONT ( 94, 61 ) ; 562 Size = MAP_APPFONT ( 50, 14 ) ; 563 DefButton = TRUE ; 564 }; 565}; 566 567// ******************************************************************* 568 569TabPage RID_SVXPAGE_INET_MAIL 570{ 571 HelpID = HID_OPTIONS_MAIL ; 572 SVLook = TRUE ; 573 Size = MAP_APPFONT ( 260, 185 ) ; 574 Hide = TRUE ; 575 576 FixedLine FL_MAIL 577 { 578 Pos = MAP_APPFONT ( 6, 3 ) ; 579 Size = MAP_APPFONT ( 248, 8 ) ; 580 Text [ en-US ] = "Sending documents as e-mail attachments" ; 581 }; 582 583 FixedImage FI_MAILERURL 584 { 585 Pos = MAP_APPFONT ( 5, 21 ) ; 586 Size = MAP_APPFONT ( 6, 6 ) ; 587 Hide = TRUE; 588 }; 589 590 FixedText FT_MAILERURL 591 { 592 Pos = MAP_APPFONT ( 14, 20 ) ; 593 Size = MAP_APPFONT ( 43, 8 ) ; 594 Text [ en-US ] = "~E-mail program" ; 595 }; 596 597 Edit ED_MAILERURL 598 { 599 HelpID = "cui:Edit:RID_SVXPAGE_INET_MAIL:ED_MAILERURL" ; 600 Pos = MAP_APPFONT ( 60, 18 ) ; 601 Size = MAP_APPFONT ( 171, 12 ) ; 602 Border = TRUE; 603 }; 604 605 PushButton PB_MAILERURL 606 { 607 HelpID = "cui:PushButton:RID_SVXPAGE_INET_MAIL:PB_MAILERURL" ; 608 Pos = MAP_APPFONT ( 234, 17 ) ; 609 Size = MAP_APPFONT ( 14, 14 ) ; 610 Text = "..." ; 611 }; 612 613 String STR_DEFAULT_FILENAME 614 { 615 Text [ en-US ] = "All files (*.*)" ; 616 }; 617}; 618 619 // ******************************************************************* EOF 620