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