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 // include ------------------------------------------------------------------ 24#include "autocdlg.hrc" 25#include <cuires.hrc> 26#include "helpid.hrc" 27#include <svx/svxids.hrc> // SID_AUTOFORMAT 28 29 // pragma ------------------------------------------------------------------- 30/**************************************************************************/ 31/* */ 32/* TabDialog RID_OFA_AUTOCORR_DLG */ 33/* */ 34/**************************************************************************/ 35TabDialog RID_OFA_AUTOCORR_DLG 36{ 37 OutputSize = TRUE ; 38 SVLook = TRUE ; 39 Text [ en-US ] = "AutoCorrect" ; 40 Moveable = TRUE ; 41 TabControl 1 42 { 43 SVLook = TRUE ; 44 PageList = 45 { 46 PageItem 47 { 48 Identifier = RID_OFAPAGE_AUTOCORR_REPLACE ; 49 Text [ en-US ] = "Replace" ; 50 }; 51 PageItem 52 { 53 Identifier = RID_OFAPAGE_AUTOCORR_EXCEPT ; 54 Text [ en-US ] = "Exceptions" ; 55 }; 56 PageItem 57 { 58 Identifier = RID_OFAPAGE_AUTOCORR_OPTIONS ; 59 Text [ en-US ] = "Options" ; 60 }; 61 PageItem 62 { 63 Identifier = RID_OFAPAGE_AUTOFMT_APPLY ; 64 Text [ en-US ] = "Options" ; 65 }; 66 PageItem 67 { 68 Identifier = RID_OFAPAGE_AUTOCORR_QUOTE ; 69 Text [ en-US ] = "Localized Options" ; 70 }; 71 PageItem 72 { 73 Identifier = RID_OFAPAGE_AUTOCOMPLETE_OPTIONS ; 74 Text [ en-US ] = "Word Completion"; 75 }; 76 PageItem 77 { 78 Identifier = RID_OFAPAGE_SMARTTAG_OPTIONS ; 79 Text [ en-US ] = "Smart Tags"; 80 }; 81 }; 82 }; 83 FixedText FT_LANG 84 { 85 Pos = MAP_APPFONT ( 6 , 3 ) ; 86 Size = MAP_APPFONT ( 140 , 8 ) ; 87 88 Left = TRUE ; 89 Text [ en-US ] = "Replacements and exceptions for language:"; 90 }; 91 ListBox LB_LANG 92 { 93 Pos = MAP_APPFONT ( 150 , 3 ) ; 94 Size = MAP_APPFONT ( 60 , 100 ) ; 95 DropDown = TRUE; 96 TabStop = TRUE ; 97 Border = TRUE ; 98 }; 99}; 100#define COMMON_CLB_ENTRIES \ 101 String ST_USE_REPLACE \ 102 { \ 103 Text [ en-US ] = "Use replacement table" ; \ 104 }; \ 105 String ST_CPTL_STT_WORD \ 106 { \ 107 Text [ en-US ] = "Correct TWo INitial CApitals" ; \ 108 }; \ 109 String ST_CPTL_STT_SENT \ 110 { \ 111 Text [ en-US ] = "Capitalize first letter of every sentence" ; \ 112 }; \ 113 String ST_BOLD_UNDER \ 114 { \ 115 Text [ en-US ] = "Automatic *bold* and _underline_" ; \ 116 }; \ 117 String STR_NO_DBL_SPACES \ 118 { \ 119 Text [ en-US ] = "Ignore double spaces" ; \ 120 }; \ 121 String ST_DETECT_URL \ 122 { \ 123 Text [ en-US ] = "URL Recognition" ; \ 124 }; \ 125 String ST_DASH \ 126 { \ 127 Text [ en-US ] = "Replace dashes" ; \ 128 }; 129 130/**************************************************************************/ 131/* */ 132/* Beschreibung: Autokorrektur-Optionen */ 133/* */ 134/**************************************************************************/ 135TabPage RID_OFAPAGE_AUTOCORR_OPTIONS 136{ 137 HelpId = HID_OFAPAGE_AUTOCORR_OPTIONS ; 138 OutputSize = TRUE ; 139 Size = MAP_APPFONT ( 260 , 185 ) ; 140 Hide = TRUE ; 141 SVLook = TRUE ; 142 Text [ en-US ] = "Settings" ; 143 Control CLB_SETTINGS 144 { 145 Pos = MAP_APPFONT ( 6 , 6 ) ; 146 Size = MAP_APPFONT ( 248 , 173 ) ; 147 Border = TRUE ; 148 TabStop = TRUE ; 149 }; 150 COMMON_CLB_ENTRIES 151}; 152/**************************************************************************/ 153/* */ 154/* */ 155/* */ 156/**************************************************************************/ 157TabPage RID_OFAPAGE_AUTOFMT_APPLY 158{ 159 HelpID = HID_OFAPAGE_AUTOFMT_OPTIONS ; 160 SVLook = TRUE ; 161 Hide = TRUE ; 162 Size = MAP_APPFONT ( 260 , 185 ) ; 163 Control CLB_SETTINGS 164 { 165 Pos = MAP_APPFONT ( 6 , 6 ) ; 166 Size = MAP_APPFONT ( 248 , 149 ) ; 167 Border = TRUE ; 168 TabStop = TRUE ; 169 }; 170 PushButton PB_EDIT 171 { 172 HelpID = "cui:PushButton:RID_OFAPAGE_AUTOFMT_APPLY:PB_EDIT"; 173 Pos = MAP_APPFONT ( 6 , 162 ) ; 174 Size = MAP_APPFONT ( 50 , 14 ) ; 175 Text [ en-US ] = "~Edit..." ; 176 TabStop = TRUE ; 177 }; 178 String STR_HEADER1 179 { 180 Text [ en-US ] = "[M]" ; 181 }; 182 String STR_HEADER2 183 { 184 Text [ en-US ] = "[T]" ; 185 }; 186 FixedText FT_HEADER1_EXPLANATION 187 { 188 Pos = MAP_APPFONT ( 80 , 159 ) ; 189 Size = MAP_APPFONT ( 174 , 8 ) ; 190 Text [ en-US ] = "[M]: Replace while modifying existing text" ; 191 }; 192 FixedText FT_HEADER2_EXPLANATION 193 { 194 Pos = MAP_APPFONT ( 80 , 171 ) ; 195 Size = MAP_APPFONT ( 174 , 8 ) ; 196 Text [ en-US ] = "[T]: AutoFormat/AutoCorrect while typing" ; 197 }; 198 COMMON_CLB_ENTRIES 199 String ST_DEL_EMPTY_PARA 200 { 201 /* ### ACHTUNG: Neuer Text in Resource? Leere Abs�tze entfernen : Leere Abs�tze entfernen */ 202 Text [ en-US ] = "Remove blank paragraphs" ; 203 }; 204 String ST_USER_STYLE 205 { 206 Text [ en-US ] = "Replace Custom Styles" ; 207 }; 208 String ST_BULLET 209 { 210 Text [ en-US ] = "Replace bullets with: " ; 211 }; 212 String ST_RIGHT_MARGIN 213 { 214 /* ### ACHTUNG: Neuer Text in Resource? Zusammenfassen von einzeiligen Abs�tzen ab : Zusammenfassen von einzeiligen Abs�tzen ab */ 215 // Text [ norwegian_wrong ] = "+++Combine single line paragraphs at" ; 216 // Text [ swedish_wrong ] = ~Kombinera enradiga stycken B738vid " ; 217 Text [ en-US ] = "Combine single line paragraphs if length greater than" ; 218 }; 219 String STR_NUM 220 { 221 Text [ en-US ] = "Apply numbering - symbol: " ; 222 }; 223 String STR_BORDER 224 { 225 Text [ en-US ] = "Apply border" ; 226 }; 227 String STR_TABLE 228 { 229 Text [ en-US ] = "Create table" ; 230 }; 231 String STR_REPLACE_TEMPLATES 232 { 233 Text [ en-US ] = "Apply Styles" ; 234 }; 235 String STR_DEL_SPACES_AT_STT_END 236 { 237 Text [ en-US ] = "Delete spaces and tabs at beginning and end of paragraph"; 238 }; 239 String STR_DEL_SPACES_BETWEEN_LINES 240 { 241 Text [ en-US ] = "Delete spaces and tabs at end and start of line"; 242 }; 243}; 244 245ModalDialog RID_OFADLG_PRCNT_SET 246{ 247 HelpID = CMD_SID_AUTOFORMAT ; 248 OutputSize = TRUE ; 249 SVLook = TRUE ; 250 Size = MAP_APPFONT ( 155 , 43 ) ; 251 Moveable = TRUE ; 252 FixedLine FL_PRCNT 253 { 254 Pos = MAP_APPFONT ( 4 , 3 ) ; 255 Size = MAP_APPFONT ( 87 , 8 ) ; 256 Text [ en-US ] = "Minimum size" ; 257 }; 258 OKButton BT_OK 259 { 260 Pos = MAP_APPFONT ( 99 , 6 ) ; 261 Size = MAP_APPFONT ( 50 , 14 ) ; 262 TabStop = TRUE ; 263 DefButton = TRUE ; 264 }; 265 CancelButton BT_CANCEL 266 { 267 Pos = MAP_APPFONT ( 99 , 23 ) ; 268 Size = MAP_APPFONT ( 50 , 14 ) ; 269 TabStop = TRUE ; 270 }; 271 MetricField ED_RIGHT_MARGIN 272 { 273 HelpID = "cui:MetricField:RID_OFADLG_PRCNT_SET:ED_RIGHT_MARGIN"; 274 Border = TRUE ; 275 Pos = MAP_APPFONT ( 7 , 14 ) ; 276 Size = MAP_APPFONT ( 31 , 12 ) ; 277 TabStop = TRUE ; 278 Left = TRUE ; 279 Repeat = TRUE ; 280 Spin = TRUE ; 281 Maximum = 100 ; 282 Value = 77 ; 283 Unit = FUNIT_CUSTOM ; 284 CustomUnitText = "%" ; 285 First = 10 ; 286 Last = 100 ; 287 SpinSize = 5 ; 288 }; 289 Text [ en-US ] = "Combine" ; 290}; 291 292/**************************************************************************/ 293/* */ 294/* Beschreibung: Ersetzungstabelle */ 295/* */ 296/**************************************************************************/ 297TabPage RID_OFAPAGE_AUTOCORR_REPLACE 298{ 299 HelpId = HID_OFAPAGE_AUTOCORR_REPLACE ; 300 OutputSize = TRUE ; 301 Size = MAP_APPFONT ( 260 , 185 ) ; 302 SVLook = TRUE ; 303 Hide = TRUE ; 304 FixedText FT_SHORT 305 { 306 Pos = MAP_APPFONT ( 7 , 3 ) ; 307 Size = MAP_APPFONT ( 60 , 8 ) ; 308 Text [ en-US ] = "Repla~ce" ; 309 Left = TRUE ; 310 }; 311 Edit ED_SHORT 312 { 313 HelpID = "cui:Edit:RID_OFAPAGE_AUTOCORR_REPLACE:ED_SHORT"; 314 Pos = MAP_APPFONT ( 7 , 13 ) ; 315 Size = MAP_APPFONT ( 60 , 12 ) ; 316 Border = TRUE ; 317 TabStop = TRUE ; 318 }; 319 FixedText FT_REPLACE 320 { 321 Pos = MAP_APPFONT ( 71 , 3 ) ; 322 Size = MAP_APPFONT ( 64 , 8 ) ; 323 Text [ en-US ] = "~With:" ; 324 Left = TRUE ; 325 }; 326 Edit ED_REPLACE 327 { 328 HelpID = "cui:Edit:RID_OFAPAGE_AUTOCORR_REPLACE:ED_REPLACE"; 329 Pos = MAP_APPFONT ( 71 , 13 ) ; 330 Size = MAP_APPFONT ( 123 , 12 ) ; 331 Border = TRUE ; 332 TabStop = TRUE ; 333 }; 334 CheckBox CB_TEXT_ONLY 335 { 336 HelpID = "cui:CheckBox:RID_OFAPAGE_AUTOCORR_REPLACE:CB_TEXT_ONLY"; 337 Pos = MAP_APPFONT ( 140 , 3 ) ; 338 Size = MAP_APPFONT ( 108 , 10 ) ; 339 TabStop = TRUE ; 340 Text [ en-US ] = "~Text only" ; 341 }; 342 PushButton PB_NEW_REPLACE 343 { 344 HelpID = "cui:PushButton:RID_OFAPAGE_AUTOCORR_REPLACE:PB_NEW_REPLACE"; 345 Pos = MAP_APPFONT ( 198 , 14 ) ; 346 Size = MAP_APPFONT ( 50 , 14 ) ; 347 TabStop = TRUE ; 348 Text [ en-US ] = "~New" ; 349 }; 350 PushButton PB_DELETE_REPLACE 351 { 352 HelpID = "cui:PushButton:RID_OFAPAGE_AUTOCORR_REPLACE:PB_DELETE_REPLACE"; 353 Pos = MAP_APPFONT ( 198 , 32 ) ; 354 Size = MAP_APPFONT ( 50 , 14 ) ; 355 TabStop = TRUE ; 356 Text [ en-US ] = "~Delete" ; 357 }; 358 Control TLB_REPLACE 359 { 360 HelpId = HID_OFACTL_AUTOCORR_REPLACE ; 361 Pos = MAP_APPFONT ( 7 , 29 ) ; 362 Size = MAP_APPFONT ( 187 , 150 ) ; 363 Border = TRUE ; 364 TabStop = TRUE ; 365 }; 366 String STR_MODIFY 367 { 368 Text [ en-US ] = "~Replace" ; 369 }; 370}; 371/**************************************************************************/ 372/* */ 373/* Beschreibung: Ausnahmelisten */ 374/* */ 375/**************************************************************************/ 376TabPage RID_OFAPAGE_AUTOCORR_EXCEPT 377{ 378 HelpId = HID_OFAPAGE_AUTOCORR_EXCEPT ; 379 OutputSize = TRUE ; 380 Size = MAP_APPFONT ( 260 , 185 ) ; 381 SVLook = TRUE ; 382 Hide = TRUE ; 383 FixedLine FL_ABBREV 384 { 385 Pos = MAP_APPFONT ( 4 , 3 ) ; 386 Size = MAP_APPFONT ( 252 , 8 ) ; 387 Text [ en-US ] = "Abbreviations (no subsequent capital)" ; 388 }; 389 Edit ED_ABBREV 390 { 391 HelpID = "cui:Edit:RID_OFAPAGE_AUTOCORR_EXCEPT:ED_ABBREV"; 392 Pos = MAP_APPFONT ( 7 , 14 ) ; 393 Size = MAP_APPFONT ( 123 , 12 ) ; 394 TabStop = TRUE ; 395 Border = TRUE ; 396 }; 397 ListBox LB_ABBREV 398 { 399 HelpID = "cui:ListBox:RID_OFAPAGE_AUTOCORR_EXCEPT:LB_ABBREV"; 400 Pos = MAP_APPFONT ( 7 , 30 ) ; 401 Size = MAP_APPFONT ( 123 , 58 ) ; 402 TabStop = TRUE ; 403 AutoHScroll = TRUE ; 404 SORT = TRUE ; 405 Border = TRUE ; 406 }; 407 PushButton PB_NEWABBREV 408 { 409 HelpID = "cui:PushButton:RID_OFAPAGE_AUTOCORR_EXCEPT:PB_NEWABBREV"; 410 Pos = MAP_APPFONT ( 198 , 14 ) ; 411 Size = MAP_APPFONT ( 50 , 14 ) ; 412 TabStop = TRUE ; 413 Disable = TRUE ; 414 Text [ en-US ] = "~New" ; 415 }; 416 PushButton PB_DELABBREV 417 { 418 HelpID = "cui:PushButton:RID_OFAPAGE_AUTOCORR_EXCEPT:PB_DELABBREV"; 419 Pos = MAP_APPFONT ( 198 , 31 ) ; 420 Size = MAP_APPFONT ( 50 , 14 ) ; 421 TabStop = TRUE ; 422 Disable = TRUE ; 423 Text [ en-US ] = "~Delete" ; 424 }; 425 CheckBox CB_AUTOABBREV 426 { 427 HelpID = "cui:CheckBox:RID_OFAPAGE_AUTOCORR_EXCEPT:CB_AUTOABBREV"; 428 Pos = MAP_APPFONT ( 137 , 78 ) ; 429 Size = MAP_APPFONT ( 111 , 10 ) ; 430 Text [ en-US ] = "~AutoInclude"; 431 Text [ en-US ] = "~AutoInclude" ; 432 TabStop = TRUE ; 433 }; 434 FixedLine FL_DOUBLECAPS 435 { 436 Pos = MAP_APPFONT ( 4 , 94 ) ; 437 Size = MAP_APPFONT ( 252 , 8 ) ; 438 Text [ en-US ] = "Words with TWo INitial CApitals" ; 439 }; 440 Edit ED_DOUBLE_CAPS 441 { 442 HelpID = "cui:Edit:RID_OFAPAGE_AUTOCORR_EXCEPT:ED_DOUBLE_CAPS"; 443 Pos = MAP_APPFONT ( 7 , 105 ) ; 444 Size = MAP_APPFONT ( 123 , 12 ) ; 445 TabStop = TRUE ; 446 Border = TRUE ; 447 }; 448 ListBox LB_DOUBLE_CAPS 449 { 450 HelpID = "cui:ListBox:RID_OFAPAGE_AUTOCORR_EXCEPT:LB_DOUBLE_CAPS"; 451 Pos = MAP_APPFONT ( 7 , 120 ) ; 452 Size = MAP_APPFONT ( 123 , 59 ) ; 453 TabStop = TRUE ; 454 AutoHScroll = TRUE ; 455 SORT = TRUE ; 456 Border = TRUE ; 457 }; 458 PushButton PB_NEWDOUBLECAPS 459 { 460 HelpID = "cui:PushButton:RID_OFAPAGE_AUTOCORR_EXCEPT:PB_NEWDOUBLECAPS"; 461 Pos = MAP_APPFONT ( 198 , 105 ) ; 462 Size = MAP_APPFONT ( 50 , 14 ) ; 463 Disable = TRUE ; 464 Text [ en-US ] = "Ne~w" ; 465 }; 466 PushButton PB_DELDOUBLECAPS 467 { 468 HelpID = "cui:PushButton:RID_OFAPAGE_AUTOCORR_EXCEPT:PB_DELDOUBLECAPS"; 469 Pos = MAP_APPFONT ( 198 , 122 ) ; 470 Size = MAP_APPFONT ( 50 , 14 ) ; 471 Disable = TRUE ; 472 Text [ en-US ] = "Dele~te" ; 473 }; 474 CheckBox CB_AUTOCAPS 475 { 476 HelpID = "cui:CheckBox:RID_OFAPAGE_AUTOCORR_EXCEPT:CB_AUTOCAPS"; 477 Pos = MAP_APPFONT ( 137 , 169 ) ; 478 Size = MAP_APPFONT ( 111 , 10 ) ; 479 Text [ en-US ] = "A~utoInclude"; 480 Text [ en-US ] = "A~utoInclude" ; 481 }; 482 String STR_PB_NEWABBREV 483 { 484 Text [ en-US ] = "New abbreviations" ; 485 }; 486 String STR_PB_DELABBREV 487 { 488 Text [ en-US ] = "Delete abbreviations" ; 489 }; 490 String STR_PB_NEWDOUBLECAPS 491 { 492 Text [ en-US ] = "New words with two initial capitals" ; 493 }; 494 String STR_PB_DELDOUBLECAPS 495 { 496 Text [ en-US ] = "Delete words with two initial capitals" ; 497 }; 498}; 499/**************************************************************************/ 500/* */ 501/* Beschreibung: Typografische Anfuehrungszeichen */ 502/* */ 503/**************************************************************************/ 504TabPage RID_OFAPAGE_AUTOCORR_QUOTE 505{ 506 HelpId = HID_OFAPAGE_AUTOCORR_QUOTE ; 507 OutputSize = TRUE ; 508 Size = MAP_APPFONT ( 260 , 185 ) ; 509 SVLook = TRUE ; 510 Hide = TRUE ; 511 Text [ en-US ] = "Localized Options" ; 512 Control CLB_SETTINGS 513 { 514 Pos = MAP_APPFONT ( 4 , 3 ) ; 515 Size = MAP_APPFONT ( 252 , 85 ) ; 516 Border = TRUE ; 517 TabStop = TRUE ; 518 }; 519 String STR_HEADER1 520 { 521 Text [ en-US ] = "[M]" ; 522 }; 523 String STR_HEADER2 524 { 525 Text [ en-US ] = "[T]" ; 526 }; 527 String ST_NON_BREAK_SPACE 528 { 529 Text [ en-US ] = "Add non breaking space before specific punctuation marks in french text" ; 530 }; 531 String ST_ORDINAL 532 { 533 Text [ en-US ] = "Format ordinal numbers suffixes (1st -> 1^st)" ; 534 }; 535 FixedLine FL_SINGLE 536 { 537 Pos = MAP_APPFONT ( 4 , 90 ) ; 538 Size = MAP_APPFONT ( 122 , 8 ) ; 539 Text [ en-US ] = "Single quotes" ; 540 }; 541 CheckBox CB_SGL_TYPO 542 { 543 HelpId = "cui:CheckBox:RID_OFAPAGE_AUTOCORR_QUOTE:CB_SGL_TYPO"; 544 Pos = MAP_APPFONT ( 7 , 101 ) ; 545 Size = MAP_APPFONT ( 86 , 10 ) ; 546 Text [ en-US ] = "Repla~ce" ; 547 }; 548 FixedText FT_SGL_STARTQUOTE 549 { 550 Pos = MAP_APPFONT ( 7 , 114 ) ; 551 Size = MAP_APPFONT ( 86 , 8 ) ; 552 Text [ en-US ] = "~Start quote:" ; 553 }; 554 PushButton PB_SGL_STARTQUOTE 555 { 556 HelpID = "cui:PushButton:RID_OFAPAGE_AUTOCORR_QUOTE:PB_SGL_STARTQUOTE"; 557 Pos = MAP_APPFONT ( 10 , 125 ) ; 558 Size = MAP_APPFONT ( 12 , 12 ) ; 559 Text = "\'" ; 560 TabStop = TRUE ; 561 }; 562 FixedText FT_SGSTEX 563 { 564 Pos = MAP_APPFONT ( 26 , 127 ) ; 565 Size = MAP_APPFONT ( 50 , 8 ) ; 566 }; 567 FixedText FT_SGL_ENDQUOTE 568 { 569 Pos = MAP_APPFONT ( 7 , 139 ) ; 570 Size = MAP_APPFONT ( 86 , 8 ) ; 571 Text [ en-US ] = "~End quote:" ; 572 }; 573 PushButton PB_SGL_ENDQUOTE 574 { 575 HelpID = "cui:PushButton:RID_OFAPAGE_AUTOCORR_QUOTE:PB_SGL_ENDQUOTE"; 576 Pos = MAP_APPFONT ( 10 , 151 ) ; 577 Size = MAP_APPFONT ( 12 , 12 ) ; 578 Text = "\'" ; 579 TabStop = TRUE ; 580 }; 581 FixedText FT_SGENEX 582 { 583 Pos = MAP_APPFONT ( 26 , 153 ) ; 584 Size = MAP_APPFONT ( 50 , 8 ) ; 585 }; 586 PushButton PB_SGL_STD 587 { 588 HelpID = "cui:PushButton:RID_OFAPAGE_AUTOCORR_QUOTE:PB_SGL_STD"; 589 Pos = MAP_APPFONT ( 7 , 167 ) ; 590 Size = MAP_APPFONT ( 50 , 14 ) ; 591 TabStop = TRUE ; 592 Text [ en-US ] = "~Default" ; 593 }; 594 FixedLine FL_DOUBLE 595 { 596 Pos = MAP_APPFONT ( 134 , 90 ) ; 597 Size = MAP_APPFONT ( 122 , 8 ) ; 598 Text [ en-US ] = "Double quotes" ; 599 }; 600 CheckBox CB_TYPO 601 { 602 HelpID = "cui:CheckBox:RID_OFAPAGE_AUTOCORR_QUOTE:CB_TYPO"; 603 Pos = MAP_APPFONT ( 137 , 101 ) ; 604 Size = MAP_APPFONT ( 86 , 10 ) ; 605 TabStop = TRUE ; 606 Text [ en-US ] = "Repl~ace" ; 607 }; 608 FixedText FT_STARTQUOTE 609 { 610 Pos = MAP_APPFONT ( 137 , 114 ) ; 611 Size = MAP_APPFONT ( 86 , 8 ) ; 612 Text [ en-US ] = "Start q~uote:" ; 613 }; 614 PushButton PB_STARTQUOTE 615 { 616 HelpID = "cui:PushButton:RID_OFAPAGE_AUTOCORR_QUOTE:PB_STARTQUOTE"; 617 Pos = MAP_APPFONT ( 140 , 125 ) ; 618 Size = MAP_APPFONT ( 12 , 12 ) ; 619 Text = "\"" ; 620 TabStop = TRUE ; 621 }; 622 FixedText FT_DBSTEX 623 { 624 Pos = MAP_APPFONT ( 156 , 127 ) ; 625 Size = MAP_APPFONT ( 50 , 8 ) ; 626 }; 627 FixedText FT_ENDQUOTE 628 { 629 Pos = MAP_APPFONT ( 137 , 139 ) ; 630 Size = MAP_APPFONT ( 86 , 10 ) ; 631 Text [ en-US ] = "E~nd quote:" ; 632 }; 633 PushButton PB_ENDQUOTE 634 { 635 HelpID = "cui:PushButton:RID_OFAPAGE_AUTOCORR_QUOTE:PB_ENDQUOTE"; 636 Pos = MAP_APPFONT ( 140 , 151 ) ; 637 Size = MAP_APPFONT ( 12 , 12 ) ; 638 Text = "\"" ; 639 TabStop = TRUE ; 640 }; 641 FixedText FT_DBECEX 642 { 643 Pos = MAP_APPFONT ( 156 , 153 ) ; 644 Size = MAP_APPFONT ( 50 , 8 ) ; 645 }; 646 PushButton PB_DBL_STD 647 { 648 HelpID = "cui:PushButton:RID_OFAPAGE_AUTOCORR_QUOTE:PB_DBL_STD"; 649 Pos = MAP_APPFONT ( 137 , 167 ) ; 650 Size = MAP_APPFONT ( 50 , 14 ) ; 651 TabStop = TRUE ; 652 Text [ en-US ] = "De~fault" ; 653 }; 654 String STR_CHANGE_START 655 { 656 Text [ en-US ] = "Start quote" ; 657 }; 658 String STR_CHANGE_END 659 { 660 Text [ en-US ] = "End quote" ; 661 }; 662 String ST_STANDARD 663 { 664 Text [ en-US ] = "Default" ; 665 }; 666 String STR_PB_SGL_STD 667 { 668 Text [ en-US ] = "Single quotes default" ; 669 }; 670 String STR_PB_DBL_STD 671 { 672 Text [ en-US ] = "Double quotes default" ; 673 }; 674 String STR_PB_SGL_START 675 { 676 Text [ en-US ] = "Start quote of single quotes" ; 677 }; 678 String STR_PB_DBL_START 679 { 680 Text [ en-US ] = "Start quote of double quotes" ; 681 }; 682 String STR_PB_SGL_END 683 { 684 Text [ en-US ] = "End quote of single quotes" ; 685 }; 686 String STR_PB_DBL_END 687 { 688 Text [ en-US ] = "End quote of double quotes" ; 689 }; 690}; 691 692/**************************************************************************/ 693/* */ 694/* Beschreibung: automatische Worterg�nzung */ 695/* */ 696/**************************************************************************/ 697TabPage RID_OFAPAGE_AUTOCOMPLETE_OPTIONS 698{ 699 HelpId = HID_OFAPAGE_AUTOCOMPLETE_OPTIONS ; 700 OutputSize = TRUE ; 701 Size = MAP_APPFONT ( 260 , 185 ) ; 702 SVLook = TRUE ; 703 Hide = TRUE ; 704 CheckBox CB_ACTIV 705 { 706 HelpID = "cui:CheckBox:RID_OFAPAGE_AUTOCOMPLETE_OPTIONS:CB_ACTIV"; 707 Pos = MAP_APPFONT( 4, 3 ); 708 Size = MAP_APPFONT( 116, 10 ); 709 Text [ en-US ] = "Enable word ~completion"; 710 }; 711 CheckBox CB_APPEND_SPACE 712 { 713 HelpID = "cui:CheckBox:RID_OFAPAGE_AUTOCOMPLETE_OPTIONS:CB_APPEND_SPACE"; 714 Pos = MAP_APPFONT( 10, 17 ); 715 Size = MAP_APPFONT( 110, 10 ); 716 Text [ en-US ] = "~Append space"; 717 }; 718 CheckBox CB_AS_TIP 719 { 720 HelpID = "cui:CheckBox:RID_OFAPAGE_AUTOCOMPLETE_OPTIONS:CB_AS_TIP"; 721 Pos = MAP_APPFONT( 10, 31 ); 722 Size = MAP_APPFONT( 110, 10 ); 723 Text [ en-US ] = "~Show as tip"; 724 }; 725 CheckBox CB_COLLECT 726 { 727 HelpID = "cui:CheckBox:RID_OFAPAGE_AUTOCOMPLETE_OPTIONS:CB_COLLECT"; 728 Pos = MAP_APPFONT( 4, 45 ); 729 Size = MAP_APPFONT( 116, 10 ); 730 Text [ en-US ] = "C~ollect words"; 731 }; 732 CheckBox CB_REMOVE_LIST 733 { 734 HelpID = "cui:CheckBox:RID_OFAPAGE_AUTOCOMPLETE_OPTIONS:CB_REMOVE_LIST"; 735 Pos = MAP_APPFONT( 10, 59 ); 736 Size = MAP_APPFONT( 110, 40 ); 737 WordBreak = TRUE; 738 Text [ en-US ] = "~When closing a document, remove the words collected from it from the list"; 739 }; 740 FixedText FT_EXPAND_KEY 741 { 742 Pos = MAP_APPFONT( 4, 102 ); 743 Size = MAP_APPFONT( 116, 8 ); 744 Text [ en-US ] = "Acc~ept with"; 745 }; 746 ListBox DCB_EXPAND_KEY 747 { 748 HelpID = "cui:ListBox:RID_OFAPAGE_AUTOCOMPLETE_OPTIONS:DCB_EXPAND_KEY"; 749 Pos = MAP_APPFONT( 4, 113 ); 750 Size = MAP_APPFONT( 116, 60 ); 751 TabStop = TRUE; 752 DropDown = TRUE; 753 Group = TRUE; 754 Sort = FALSE; 755 }; 756 FixedText FT_MIN_WORDLEN 757 { 758 Pos = MAP_APPFONT( 4, 129 ); 759 Size = MAP_APPFONT( 116, 8 ); 760 Text [ en-US ] = "Mi~n. word length"; 761 }; 762 NumericField NF_MIN_WORDLEN 763 { 764 HelpID = "cui:NumericField:RID_OFAPAGE_AUTOCOMPLETE_OPTIONS:NF_MIN_WORDLEN"; 765 Border = TRUE; 766 Pos = MAP_APPFONT( 4, 140 ); 767 Size = MAP_APPFONT( 30, 12 ); 768 TabStop = TRUE ; 769 Left = TRUE ; 770 Repeat = TRUE ; 771 Spin = TRUE ; 772 Value = 10 ; 773 Minimum = 5 ; 774 First = 5 ; 775 Last = 100 ; 776 Maximum = 100 ; 777 SpinSize = 1 ; 778 }; 779 FixedText FT_MAX_ENTRIES 780 { 781 Pos = MAP_APPFONT( 4, 156 ); 782 Size = MAP_APPFONT( 116, 8 ); 783 Text [ en-US ] = "~Max. entries"; 784 }; 785 NumericField NF_MAX_ENTRIES 786 { 787 HelpID = "cui:NumericField:RID_OFAPAGE_AUTOCOMPLETE_OPTIONS:NF_MAX_ENTRIES"; 788 Border = TRUE; 789 Pos = MAP_APPFONT( 4, 167 ); 790 Size = MAP_APPFONT( 30, 12 ); 791 TabStop = TRUE ; 792 Left = TRUE ; 793 Repeat = TRUE ; 794 Spin = TRUE ; 795 Value = 500 ; 796 Maximum = 10000; 797 Last = 10000 ; 798 First = 50 ; 799 Minimum = 50; 800 SpinSize = 25 ; 801 }; 802 MultiListBox LB_ENTRIES 803 { 804 HelpID = "cui:MultiListBox:RID_OFAPAGE_AUTOCOMPLETE_OPTIONS:LB_ENTRIES"; 805 Pos = MAP_APPFONT( 127, 3 ); 806 Size = MAP_APPFONT( 121, 158 ); 807 TabStop = TRUE; 808 DropDown = FALSE; 809 Group = TRUE; 810 Border = TRUE; 811 Sort = TRUE; 812 }; 813 PushButton PB_ENTRIES 814 { 815 HelpID = "cui:PushButton:RID_OFAPAGE_AUTOCOMPLETE_OPTIONS:PB_ENTRIES"; 816 Pos = MAP_APPFONT( 127, 165 ); 817 Size = MAP_APPFONT( 121, 14 ); 818 TabStop = TRUE ; 819 Text [ en-US ] = "~Delete Entry"; 820 }; 821 Text [ en-US ] = "Word Completion"; 822}; 823 824 825/**************************************************************************/ 826/* */ 827/* Beschreibung: Smart Tag Options */ 828/* */ 829/**************************************************************************/ 830TabPage RID_OFAPAGE_SMARTTAG_OPTIONS 831{ 832 HelpId = HID_OFAPAGE_SMARTTAG_OPTIONS ; 833 OutputSize = TRUE ; 834 Size = MAP_APPFONT ( 260 , 185 ) ; 835 SVLook = TRUE ; 836 Hide = TRUE ; 837 Text [ en-US ] = "Smart Tags"; 838 839 CheckBox CB_SMARTTAGS 840 { 841 HelpID = "cui:CheckBox:RID_OFAPAGE_SMARTTAG_OPTIONS:CB_SMARTTAGS"; 842 Pos = MAP_APPFONT( 4, 3 ); 843 Size = MAP_APPFONT( 116, 10 ); 844 Text [ en-US ] = "Label text with smart tags"; 845 }; 846 847 FixedText FT_SMARTTAGS 848 { 849 Pos = MAP_APPFONT( 12, 15 ); 850 Size = MAP_APPFONT( 116, 8 ); 851 Text [ en-US ] = "Currently installed smart tags"; 852 }; 853 854 Control LB_SMARTTAGS 855 { 856 Pos = MAP_APPFONT ( 12 , 25 ) ; 857 Size = MAP_APPFONT ( 172 , 154 ) ; 858 Border = TRUE ; 859 TabStop = TRUE ; 860 }; 861 862 PushButton PB_SMARTTAGS 863 { 864 HelpID = "cui:PushButton:RID_OFAPAGE_SMARTTAG_OPTIONS:PB_SMARTTAGS"; 865 Pos = MAP_APPFONT ( 188 , 25 ) ; 866 Size = MAP_APPFONT ( 60 , 14 ) ; 867 Text [ en-US ] = "Properties..."; 868 }; 869 870}; 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938