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 "index.hrc" 29#include "globals.hrc" 30#include "cnttab.hrc" 31#include "cmdid.h" 32#include "helpid.h" 33 34String STR_TITLE 35{ 36 Text [ en-US ] = "Title" ; 37}; 38String STR_ALPHA 39{ 40 Text [ en-US ] = "Separator" ; 41}; 42String STR_LEVEL 43{ 44 Text [ en-US ] = "Level " ; 45}; 46String STR_FILE_NOT_FOUND 47{ 48 Text [ en-US ] = "The file, \"%1\" in the \"%2\" path could not be found."; 49}; 50/************************************************************************* 51 52*************************************************************************/ 53TabDialog DLG_MULTI_TOX 54{ 55 HelpID = HID_MULTI_TOX_DLG; 56 OutputSize = TRUE ; 57 SVLook = TRUE ; 58 59 Moveable = TRUE ; 60 61 TabControl 1 62 { 63 OutputSize = TRUE ; 64 PageList = 65 { 66 PageItem 67 { 68 Identifier = TP_TOX_SELECT; 69 PageResID = TP_TOX_SELECT; 70 Text [ en-US ] = "Index/Table"; 71 }; 72 PageItem 73 { 74 Identifier = TP_TOX_ENTRY; 75 PageResID = TP_TOX_ENTRY; 76 Text [ en-US ] = "Entries"; 77 }; 78 PageItem 79 { 80 Identifier = TP_TOX_STYLES; 81 PageResID = TP_TOX_STYLES; 82 Text [ en-US ] = "Styles"; 83 }; 84 PageItem 85 { 86 Identifier = TP_COLUMN ; 87 PageResID = TP_COLUMN ; 88 Text [ en-US ] = "Columns" ; 89 }; 90 PageItem 91 { 92 Identifier = TP_BACKGROUND ; 93 PageResID = TP_BACKGROUND ; 94 Text [ en-US ] = "Background" ; 95 }; 96 }; 97 }; 98 Window WIN_EXAMPLE 99 { 100 Pos = MAP_APPFONT ( 0 , 12 ) ; 101 Size = MAP_APPFONT ( 150, 188 ) ; 102 }; 103 String ST_USERDEFINEDINDEX 104 { 105 Text [ en-US ] = "User-Defined Index"; 106 }; 107 CheckBox CB_SHOWEXAMPLE 108 { 109 Size = MAP_APPFONT ( 200, 10 ) ; 110 Text [ en-US ] = "Preview"; 111 }; 112 Text [ en-US ] = "Insert Index/Table"; 113}; 114//------------------------------------------------------------------ 115TabPage TP_TOX_SELECT 116{ 117 HelpID = HID_TP_TOX_SELECT; 118 Size = MAP_APPFONT ( 260 , 185 ) ; 119 Hide = TRUE ; 120 121 FixedLine FL_TYPETITLE 122 { 123 Pos = MAP_APPFONT ( 6 , 3 ) ; 124 Size = MAP_APPFONT ( 248, 8 ) ; 125 Text [ en-US ] = "Type and title"; 126 }; 127 FixedText FT_TITLE 128 { 129 Pos = MAP_APPFONT ( 12 , 16 ) ; 130 Size = MAP_APPFONT ( 30 ,10 ) ; 131 Text [ en-US ] = "~Title"; 132 }; 133 Edit ED_TITLE 134 { 135 HelpID = "sw:Edit:TP_TOX_SELECT:ED_TITLE"; 136 Pos = MAP_APPFONT ( 45 , 14 ) ; 137 Size = MAP_APPFONT ( 203 , 12 ) ; 138 Border = TRUE; 139 }; 140 FixedText FT_TYPE 141 { 142 Pos = MAP_APPFONT ( 12 , 32 ) ; 143 Size = MAP_APPFONT ( 30, 10 ) ; 144 Text [ en-US ] = "Type"; 145 }; 146 ListBox LB_TYPE 147 { 148 HelpID = "sw:ListBox:TP_TOX_SELECT:LB_TYPE"; 149 Pos = MAP_APPFONT ( 45 , 30 ) ; 150 Size = MAP_APPFONT ( 80 , 80 ) ; 151 TabStop = TRUE ; 152 DropDown = TRUE ; 153 StringList [ en-US ] = 154 { 155 < "Table of Contents" ; TO_CONTENT ;> ; 156 < "Alphabetical Index" ; TO_INDEX ;> ; 157 < "Illustration Index" ; TO_ILLUSTRATION ;> ; 158 < "Index of Tables" ; TO_TABLE ;> ; 159 < "User-Defined" ; TO_USER ;> ; 160 < "Table of Objects" ; TO_OBJECT ;> ; 161 < "Bibliography" ; TO_AUTHORITIES ;> ; 162 }; 163 }; 164 CheckBox CB_READONLY 165 { 166 HelpID = "sw:CheckBox:TP_TOX_SELECT:CB_READONLY"; 167 Pos = MAP_APPFONT ( 51 , 46 ) ; 168 Size = MAP_APPFONT ( 200 , 10 ) ; 169 Check = TRUE; 170 Text [ en-US ] = "Protected against manual changes"; 171 }; 172 FixedLine FL_AREA 173 { 174 Pos = MAP_APPFONT ( 6 , 59 ) ; 175 Size = MAP_APPFONT ( 248, 8 ) ; 176 Text [ en-US ] = "Create index/table"; 177 }; 178 FixedText FT_AREA 179 { 180 Pos = MAP_APPFONT ( 12 , 72 ) ; 181 Size = MAP_APPFONT ( 30, 8 ) ; 182 Text [ en-US ] = "for"; 183 }; 184 ListBox LB_AREA 185 { 186 HelpID = "sw:ListBox:TP_TOX_SELECT:LB_AREA"; 187 Pos = MAP_APPFONT ( 45 , 70 ) ; 188 Size = MAP_APPFONT ( 80 , 12 ) ; 189 TabStop = TRUE ; 190 DropDown = TRUE ; 191 StringList [ en-US ] = 192 { 193 < "Entire document" ; AREA_DOCUMENT ;> ; 194 < "Chapter" ; AREA_CHAPTER ;> ; 195 }; 196 }; 197 FixedText FT_LEVEL 198 { 199 Pos = MAP_APPFONT ( 130 , 70 ) ; 200 Size = MAP_APPFONT ( 60 , 8 ) ; 201 Text [ en-US ] = "Evaluate up to level"; 202 }; 203 NumericField NF_LEVEL 204 { 205 HelpID = "sw:NumericField:TP_TOX_SELECT:NF_LEVEL"; 206 Pos = MAP_APPFONT ( 231 , 72 ) ; 207 Size = MAP_APPFONT ( 20 , 12 ) ; 208 Border = TRUE ; 209 TabStop = TRUE ; 210 Left = TRUE ; 211 Repeat = TRUE ; 212 Spin = TRUE ; 213 Minimum = 1 ; 214 Maximum = 10 ; 215 Value = 10 ; 216 SpinSize = 1 ; 217 }; 218 FixedLine FL_CREATEFROM 219 { 220 Pos = MAP_APPFONT ( 6 , 87 ) ; 221 Size = MAP_APPFONT ( 248, 8 ) ; 222 Text [ en-US ] = "Create from"; 223 }; 224 CheckBox CB_FROMHEADINGS 225 { 226 HelpID = "sw:CheckBox:TP_TOX_SELECT:CB_FROMHEADINGS"; 227 Pos = MAP_APPFONT ( 12 , 99 ) ; 228 Size = MAP_APPFONT ( 95 , 10 ) ; 229 Check = TRUE; 230 Text [ en-US ] = "Outline"; 231 }; 232// #outline level,removed by zhaojianwei 233/* PushButton PB_CHAPTERDLG 234 { 235 Pos = MAP_APPFONT ( 115 , 98 ) ; 236 Size = MAP_APPFONT ( 12 , 12 ) ; 237 Text = "~..." ; 238 TabStop = TRUE ; 239 }; 240*/ 241 CheckBox CB_ADDSTYLES 242 { 243 HelpID = "sw:CheckBox:TP_TOX_SELECT:CB_ADDSTYLES"; 244 Pos = MAP_APPFONT ( 12 , 115 ) ; 245 Size = MAP_APPFONT ( 75 , 10 ) ; 246 Text [ en-US ] = "~Additional Styles"; 247 }; 248 String ST_USER_ADDSTYLE 249 { 250 Text [ en-US ] = "Styl~es"; 251 }; 252 PushButton PB_ADDSTYLES 253 { 254 HelpID = "sw:PushButton:TP_TOX_SELECT:PB_ADDSTYLES"; 255 Pos = MAP_APPFONT ( 115 , 114 ) ; 256 Size = MAP_APPFONT ( 12 , 12 ) ; 257 Text = "..." ; 258 TabStop = TRUE ; 259 }; 260 CheckBox CB_TOXMARKS 261 { 262 HelpID = "sw:CheckBox:TP_TOX_SELECT:CB_TOXMARKS"; 263 Pos = MAP_APPFONT ( 12 , 131 ) ; 264 Size = MAP_APPFONT ( 90 , 10 ) ; 265 Text [ en-US ] = "Inde~x marks"; 266 }; 267 268 RadioButton RB_FROMCAPTIONS 269 { 270 HelpID = "sw:RadioButton:TP_TOX_SELECT:RB_FROMCAPTIONS"; 271 Pos = MAP_APPFONT ( 12 , 98 ) ; 272 Size = MAP_APPFONT ( 90 , 10 ) ; 273 Text [ en-US ] = "Captions"; 274 }; 275 FixedText FT_CAPTIONSEQUENCE 276 { 277 Pos = MAP_APPFONT ( 12 , 114 ) ; 278 Size = MAP_APPFONT ( 40 , 8 ) ; 279 Text [ en-US ] = "Category"; 280 }; 281 ListBox LB_CAPTIONSEQUENCE 282 { 283 HelpID = "sw:ListBox:TP_TOX_SELECT:LB_CAPTIONSEQUENCE"; 284 Pos = MAP_APPFONT ( 55 , 112 ) ; 285 Size = MAP_APPFONT ( 70 , 40 ) ; 286 DropDown = TRUE; 287 TabStop = TRUE; 288 }; 289 FixedText FT_DISPLAYTYPE 290 { 291 Pos = MAP_APPFONT ( 12 , 130 ) ; 292 Size = MAP_APPFONT ( 40 , 8 ) ; 293 Text [ en-US ] = "Display"; 294 }; 295 ListBox LB_DISPLAYTYPE 296 { 297 HelpID = "sw:ListBox:TP_TOX_SELECT:LB_DISPLAYTYPE"; 298 Pos = MAP_APPFONT ( 55 , 128 ) ; 299 Size = MAP_APPFONT ( 70 , 40 ) ; 300 DropDown = TRUE; 301 TabStop = TRUE; 302 StringList [ en-US ] = 303 { 304 < "References" ; > ; 305 < "Category and Number" ; > ; 306 < "Caption Text" ; > ; 307 }; 308 }; 309 RadioButton RB_FROMOBJECTNAMES 310 { 311 HelpID = "sw:RadioButton:TP_TOX_SELECT:RB_FROMOBJECTNAMES"; 312 Pos = MAP_APPFONT ( 156 , 98 ) ; 313 Size = MAP_APPFONT ( 90 , 10 ) ; 314 Text [ en-US ] = "Object names"; 315 }; 316 CheckBox CB_COLLECTSAME 317 { 318 HelpID = "sw:CheckBox:TP_TOX_SELECT:CB_COLLECTSAME"; 319 Pos = MAP_APPFONT ( 12 , 98 ) ; 320 Size = MAP_APPFONT ( 121 , 10 ) ; 321 Text [ en-US ] = "Combine identical entries"; 322 }; 323 CheckBox CB_USEFF 324 { 325 HelpID = "sw:CheckBox:TP_TOX_SELECT:CB_USEFF"; 326 Pos = MAP_APPFONT ( 18 , 111 ) ; 327 Size = MAP_APPFONT ( 115 , 10 ) ; 328 Text [ en-US ] = "Combine identical entries with p or ~pp"; 329 }; 330 CheckBox CB_USE_DASH 331 { 332 HelpID = "sw:CheckBox:TP_TOX_SELECT:CB_USE_DASH"; 333 Pos = MAP_APPFONT ( 18 , 124 ) ; 334 Size = MAP_APPFONT ( 115 , 10 ) ; 335 Text [ en-US ] = "Combine with -"; 336 }; 337 CheckBox CB_CASESENSITIVE 338 { 339 HelpID = "sw:CheckBox:TP_TOX_SELECT:CB_CASESENSITIVE"; 340 Pos = MAP_APPFONT ( 18 , 137 ) ; 341 Size = MAP_APPFONT ( 115 , 10 ) ; 342 Text [ en-US ] = "Case sensitive"; 343 }; 344 CheckBox CB_INITIALCAPS 345 { 346 HelpID = "sw:CheckBox:TP_TOX_SELECT:CB_INITIALCAPS"; 347 Pos = MAP_APPFONT ( 136 , 98 ) ; 348 Size = MAP_APPFONT ( 115 , 10 ) ; 349 Text [ en-US ] = "AutoCapitalize entries"; 350 }; 351 CheckBox CB_KEYASENTRY 352 { 353 HelpID = "sw:CheckBox:TP_TOX_SELECT:CB_KEYASENTRY"; 354 Pos = MAP_APPFONT ( 136, 111 ) ; 355 Size = MAP_APPFONT ( 115 , 10 ) ; 356 Text [ en-US ] = "Keys as separate entries"; 357 }; 358 CheckBox CB_FROMFILE 359 { 360 HelpID = "sw:CheckBox:TP_TOX_SELECT:CB_FROMFILE"; 361 Pos = MAP_APPFONT ( 136 , 124 ) ; 362 Size = MAP_APPFONT ( 115 , 10 ) ; 363 Text [ en-US ] = "~Concordance file"; 364 }; 365 MenuButton MB_AUTOMARK 366 { 367 HelpID = "sw:MenuButton:TP_TOX_SELECT:MB_AUTOMARK"; 368 Pos = MAP_APPFONT ( 136 , 137 ) ; 369 Size = MAP_APPFONT ( 50 , 14 ) ; 370 TabStop = TRUE ; 371 ButtonMenu = Menu 372 { 373 ItemList = 374 { 375 MenuItem 376 { 377 Identifier = MN_AUTOMARK_OPEN ; 378 Text [ en-US ] = "Open"; 379 }; 380 MenuItem 381 { 382 Identifier = MN_AUTOMARK_NEW ; 383 Text [ en-US ] = "~New..."; 384 }; 385 MenuItem 386 { 387 Identifier = MN_AUTOMARK_EDIT ; 388 Text [ en-US ] = "~Edit..."; 389 }; 390 }; 391 }; 392 Text [ en-US ] = "~File"; 393 }; 394 CheckBox CB_FROMTABLES 395 { 396 HelpID = "sw:CheckBox:TP_TOX_SELECT:CB_FROMTABLES"; 397 Pos = MAP_APPFONT ( 112 , 99 ) ; 398 Size = MAP_APPFONT ( 68 , 10 ) ; 399 Text [ en-US ] = "Tables"; 400 }; 401 CheckBox CB_FROMFRAMES 402 { 403 HelpID = "sw:CheckBox:TP_TOX_SELECT:CB_FROMFRAMES"; 404 Pos = MAP_APPFONT ( 182 , 99 ) ; 405 Size = MAP_APPFONT ( 68 , 10 ) ; 406 Text [ en-US ] = "Te~xt frames"; 407 }; 408 CheckBox CB_FROMGRAPHICS 409 { 410 HelpID = "sw:CheckBox:TP_TOX_SELECT:CB_FROMGRAPHICS"; 411 Pos = MAP_APPFONT ( 112 , 113 ) ; 412 Size = MAP_APPFONT ( 68 , 10 ) ; 413 Text [ en-US ] = "Graphics"; 414 }; 415 CheckBox CB_FROMOLE 416 { 417 HelpID = "sw:CheckBox:TP_TOX_SELECT:CB_FROMOLE"; 418 Pos = MAP_APPFONT ( 182 , 113 ) ; 419 Size = MAP_APPFONT ( 68 , 10 ) ; 420 Text [ en-US ] = "OLE objects"; 421 }; 422 CheckBox CB_LEVELFROMCHAPTER 423 { 424 HelpID = "sw:CheckBox:TP_TOX_SELECT:CB_LEVELFROMCHAPTER"; 425 Pos = MAP_APPFONT ( 118 , 127 ) ; 426 Size = MAP_APPFONT ( 103 , 10 ) ; 427 Text [ en-US ] = "Use level from source chapter"; 428 }; 429 FixedLine FL_IDXOPTIONS 430 { 431 Pos = MAP_APPFONT ( 6 , 87 ) ; 432 Size = MAP_APPFONT ( 248, 8 ) ; 433 Text [ en-US ] = "Options"; 434 }; 435 Control CLB_FROMOBJ 436 { 437 Pos = MAP_APPFONT ( 12 , 98 ) ; 438 Size = MAP_APPFONT ( 236 ,49 ) ; 439 Border = TRUE ; 440 TabStop = TRUE ; 441 }; 442 Resource RES_SRCTYPES 443 { 444 StringArray 1 445 { 446/* ids from tox.hxx 447 TOO_MATH = 0x01, 448 TOO_CHART = 0x02, 449 TOO_IMAGE = 0x04, 450 TOO_CALC = 0x08, 451 TOO_DRAW_IMPRESS= 0x10, 452 TOO_OTHER = 0x80*/ 453 454 ItemList [ en-US ] = 455 { 456 < "%PRODUCTNAME Math" ; 1;> ; 457 < "%PRODUCTNAME Chart" ; 2;> ; 458 < "%PRODUCTNAME Calc" ; 8;> ; 459 < "%PRODUCTNAME Draw/%PRODUCTNAME Impress" ; 16;> ; 460 < "Other OLE Objects"; 128;> ; 461 }; 462 }; 463 }; 464 FixedLine FL_FROMOBJ 465 { 466 Pos = MAP_APPFONT ( 6 , 87) ; 467 Size = MAP_APPFONT ( 248, 8 ) ; 468 Text [ en-US ] = "Create from the following objects"; 469 }; 470 CheckBox CB_SEQUENCE 471 { 472 HelpID = "sw:CheckBox:TP_TOX_SELECT:CB_SEQUENCE"; 473 Pos = MAP_APPFONT ( 12, 70) ; 474 Size = MAP_APPFONT ( 100, 10 ) ; 475 Text [ en-US ] = "~Number entries"; 476 }; 477 FixedText FT_BRACKET 478 { 479 Pos = MAP_APPFONT ( 12, 86) ; 480 Size = MAP_APPFONT ( 60, 8 ) ; 481 Text [ en-US ] = "~Brackets"; 482 }; 483 ListBox LB_BRACKET 484 { 485 HelpID = "sw:ListBox:TP_TOX_SELECT:LB_BRACKET"; 486 Pos = MAP_APPFONT ( 75, 84) ; 487 Size = MAP_APPFONT ( 40, 50 ) ; 488 Border = TRUE; 489 DropDown = TRUE; 490 StringList = 491 { 492 < "[]" ;> ; 493 < "()" ;> ; 494 < "{}" ;> ; 495 < "<>" ;> ; 496 }; 497 }; 498 String ST_NO_BRACKET 499 { 500 Text [ en-US ] = "[none]"; 501 }; 502 FixedLine FL_AUTHORITY 503 { 504 Pos = MAP_APPFONT ( 6 , 59) ; 505 Size = MAP_APPFONT ( 248, 8 ) ; 506 Text [ en-US ] = "Formatting of the entries"; 507 }; 508 String ST_AUTOMARK_TYPE 509 { 510 Text [ en-US ] = "Selection file for the alphabetical index (*.sdi)"; 511 }; 512 FixedLine FL_SORTOPTIONS 513 { 514 Pos = MAP_APPFONT ( 6, 153) ; 515 Size = MAP_APPFONT ( 248, 8 ) ; 516 Text [ en-US ] = "Sort"; 517 }; 518 FixedText FT_LANGUAGE 519 { 520 Pos = MAP_APPFONT ( 12, 166) ; 521 Size = MAP_APPFONT ( 33, 8 ) ; 522 Text [ en-US ] = "Language"; 523 }; 524 ListBox LB_LANGUAGE 525 { 526 HelpID = "sw:ListBox:TP_TOX_SELECT:LB_LANGUAGE"; 527 Pos = MAP_APPFONT ( 47, 164) ; 528 Size = MAP_APPFONT ( 80, 50 ) ; 529 Border = TRUE; 530 DropDown = TRUE; 531 }; 532 FixedText FT_SORTALG 533 { 534 Pos = MAP_APPFONT ( 130, 166) ; 535 Size = MAP_APPFONT ( 50, 8 ) ; 536 Text [ en-US ] = "Key type"; 537 }; 538 ListBox LB_SORTALG 539 { 540 HelpID = "sw:ListBox:TP_TOX_SELECT:LB_SORTALG"; 541 Pos = MAP_APPFONT ( 201, 164) ; 542 Size = MAP_APPFONT ( 50, 50 ) ; 543 Border = TRUE; 544 DropDown = TRUE; 545 }; 546}; 547 548TabPage TP_TOX_ENTRY 549{ 550 HelpID = HID_TP_TOX_ENTRY; 551 Size = MAP_APPFONT ( 260 , 185 ) ; 552 Hide = TRUE ; 553 FixedText FT_LEVEL 554 { 555 Pos = MAP_APPFONT ( 6, 3 ) ; 556 Size = MAP_APPFONT ( 25, 8 ) ; 557 Text [ en-US ] = "~Level"; 558 }; 559 Control LB_LEVEL 560 { 561 Pos = MAP_APPFONT ( 6, 15 ) ; 562 Size = MAP_APPFONT ( 25, 167 ) ; 563 TabStop = TRUE ; 564 Border = TRUE; 565 }; 566 String ST_AUTHTYPE 567 { 568 Text [ en-US ] = "~Type"; 569 }; 570 FixedText FT_TOKEN 571 { 572 Pos = MAP_APPFONT ( 37, 18 ) ; 573 Size = MAP_APPFONT ( 30, 8 ) ; 574 Text [ en-US ] = "~Structure"; 575 }; 576 Window WIN_TOKEN 577 { 578 Pos = MAP_APPFONT ( 70, 15 ) ; 579 Size = MAP_APPFONT ( 136, 14 ) ; 580 ImageButton WIN_LEFT_SCROLL 581 { 582 HelpID = "sw:ImageButton:TP_TOX_ENTRY:WIN_LEFT_SCROLL"; 583 Pos = MAP_APPFONT ( 0, 0 ) ; 584 Size = MAP_APPFONT ( 10, 12 ) ; 585 Symbol = IMAGEBUTTON_ARROW_LEFT; 586 DialogControl = FALSE; 587 TabStop = FALSE; 588 }; 589 Window WIN_CTRL_PARENT 590 { 591 Pos = MAP_APPFONT ( 11, 0 ) ; 592 Size = MAP_APPFONT ( 114, 12 ) ; 593 DialogControl = TRUE; 594 }; 595 ImageButton WIN_RIGHT_SCROLL 596 { 597 HelpID = "sw:ImageButton:TP_TOX_ENTRY:WIN_RIGHT_SCROLL"; 598 Pos = MAP_APPFONT ( 126, 0 ) ; 599 Size = MAP_APPFONT ( 10, 12 ) ; 600 Symbol = IMAGEBUTTON_ARROW_RIGHT; 601 DialogControl = FALSE; 602 TabStop = FALSE; 603 }; 604 String STR_TOKEN_ENTRY_NO 605 { 606 Text [ en-US ] = "E#"; 607 }; 608 String STR_TOKEN_ENTRY 609 { 610 Text [ en-US ] = "E"; 611 }; 612 String STR_TOKEN_TAB_STOP 613 { 614 Text [ en-US ] = "T"; 615 }; 616 String STR_TOKEN_TEXT 617 { 618 Text = ""; 619 //unused 620 }; 621 String STR_TOKEN_PAGE_NUMS 622 { 623 Text [ en-US ] = "#"; 624 }; 625 String STR_TOKEN_CHAPTER_INFO 626 { 627 Text [ en-US ] = "CI"; 628 }; 629 String STR_TOKEN_LINK_START 630 { 631 Text [ en-US ] = "LS"; 632 }; 633 String STR_TOKEN_LINK_END 634 { 635 Text [ en-US ] = "LE"; 636 }; 637 String STR_TOKEN_AUTHORITY 638 { 639 Text [ en-US ] = "A"; 640 }; 641 String STR_TOKEN_HELP_ENTRY_NO 642 { 643 Text [ en-US ] = "Chapter number"; 644 }; 645 String STR_TOKEN_HELP_ENTRY 646 { 647 Text [ en-US ] = "Entry"; 648 }; 649 String STR_TOKEN_HELP_TAB_STOP 650 { 651 Text [ en-US ] = "Tab stop"; 652 }; 653 String STR_TOKEN_HELP_TEXT 654 { 655 Text [ en-US ] = "Text"; 656 }; 657 String STR_TOKEN_HELP_PAGE_NUMS 658 { 659 Text [ en-US ] = "Page number"; 660 }; 661 String STR_TOKEN_HELP_CHAPTER_INFO 662 { 663 Text [ en-US ] = "Chapter info"; 664 }; 665 String STR_TOKEN_HELP_LINK_START 666 { 667 Text [ en-US ] = "Hyperlink start"; 668 }; 669 String STR_TOKEN_HELP_LINK_END 670 { 671 Text [ en-US ] = "Hyperlink end"; 672 }; 673 String STR_TOKEN_HELP_AUTHORITY 674 { 675 Text [ en-US ] = "Bibliography entry: "; 676 }; 677 String STR_CHARSTYLE 678 { 679 Text [ en-US ] = "Character Style: "; 680 }; 681 }; 682 PushButton PB_ALL_LEVELS 683 { 684 HelpID = "sw:PushButton:TP_TOX_ENTRY:PB_ALL_LEVELS"; 685 Pos = MAP_APPFONT ( 209 , 14 ) ; 686 Size = MAP_APPFONT ( 40, 14 ) ; 687 Text [ en-US ] = "~All"; 688 }; 689 PushButton PB_ENTRYNO 690 { 691 HelpID = "sw:PushButton:TP_TOX_ENTRY:PB_ENTRYNO"; 692 Pos = MAP_APPFONT ( 37 , 32 ) ; 693 Size = MAP_APPFONT ( 40, 14 ) ; 694 Text [ en-US ] = "Chapter no."; 695 }; 696 PushButton PB_ENTRY 697 { 698 HelpID = "sw:PushButton:TP_TOX_ENTRY:PB_ENTRY"; 699 Pos = MAP_APPFONT ( 80, 32 ) ; 700 Size = MAP_APPFONT ( 40, 14 ) ; 701 Text [ en-US ] = "Entry text"; 702 }; 703 PushButton PB_CHAPTERINFO 704 { 705 HelpID = "sw:PushButton:TP_TOX_ENTRY:PB_CHAPTERINFO"; 706 Pos = MAP_APPFONT ( 123 , 32 ) ; 707 Size = MAP_APPFONT ( 40, 14) ; 708 Text [ en-US ] = "~Chapter info"; 709 }; 710 PushButton PB_PAGENO 711 { 712 HelpID = "sw:PushButton:TP_TOX_ENTRY:PB_PAGENO"; 713 Pos = MAP_APPFONT ( 166 , 32 ) ; 714 Size = MAP_APPFONT ( 40, 14 ) ; 715 Text [ en-US ] = "Page no."; 716 }; 717 PushButton PB_TAB 718 { 719 HelpID = "sw:PushButton:TP_TOX_ENTRY:PB_TAB"; 720 Pos = MAP_APPFONT ( 209 ,32 ) ; 721 Size = MAP_APPFONT ( 40, 14 ) ; 722 Text [ en-US ] = "Tab stop"; 723 }; 724 PushButton PB_HYPERLINK 725 { 726 HelpID = "sw:PushButton:TP_TOX_ENTRY:PB_HYPERLINK"; 727 Pos = MAP_APPFONT ( 209 , 32 ) ; 728 Size = MAP_APPFONT ( 40, 14 ) ; 729 Text [ en-US ] = "H~yperlink"; 730 }; 731 ListBox LB_AUTHFIELD 732 { 733 HelpID = "sw:ListBox:TP_TOX_ENTRY:LB_AUTHFIELD"; 734 Pos = MAP_APPFONT ( 37 , 33 ) ; 735 Size = MAP_APPFONT ( 59, 60 ) ; 736 DropDown = TRUE; 737 Border = TRUE; 738 Sort = TRUE; 739 }; 740 PushButton PB_AUTHINSERT 741 { 742 HelpID = "sw:PushButton:TP_TOX_ENTRY:PB_AUTHINSERT"; 743 Pos = MAP_APPFONT ( 99 , 32 ) ; 744 Size = MAP_APPFONT ( 39, 14 ) ; 745 Text [ en-US ] = "~Insert"; 746 }; 747 PushButton PB_AUTHREMOVE 748 { 749 HelpID = "sw:PushButton:TP_TOX_ENTRY:PB_AUTHREMOVE"; 750 Pos = MAP_APPFONT ( 142 , 32 ) ; 751 Size = MAP_APPFONT ( 39, 14 ) ; 752 Text [ en-US ] = "~Remove"; 753 }; 754 FixedText FT_CHARSTYLE 755 { 756 Pos = MAP_APPFONT ( 37 , 55 ) ; 757 Size = MAP_APPFONT (60 , 8 ) ; 758 Text [ en-US ] = "Character Style"; 759 }; 760 ListBox LB_CHARSTYLE 761 { 762 HelpID = "sw:ListBox:TP_TOX_ENTRY:LB_CHARSTYLE"; 763 Pos = MAP_APPFONT ( 100 , 53 ) ; 764 Size = MAP_APPFONT ( 93, 60 ) ; 765 TabStop = TRUE ; 766 DropDown = TRUE ; 767 }; 768 PushButton PB_EDITSTYLE 769 { 770 HelpID = "sw:PushButton:TP_TOX_ENTRY:PB_EDITSTYLE"; 771 Pos = MAP_APPFONT ( 199 , 52 ) ; 772 Size = MAP_APPFONT ( 50, 14 ) ; 773 Text [ en-US ] = "~Edit..."; 774 }; 775 FixedText FT_FILLCHAR 776 { 777 Pos = MAP_APPFONT ( 37 , 71 ) ; 778 Size = MAP_APPFONT (60 , 8 ) ; 779 Text [ en-US ] = "Fill character"; 780 }; 781 ComboBox CB_FILLCHAR 782 { 783 HelpID = "sw:ComboBox:TP_TOX_ENTRY:CB_FILLCHAR"; 784 Pos = MAP_APPFONT ( 100 , 69 ) ; 785 Size = MAP_APPFONT ( 40, 40 ) ; 786 TabStop = TRUE ; 787 DropDown = TRUE ; 788 }; 789 FixedText FT_CHAPTERENTRY 790 { 791 Pos = MAP_APPFONT ( 37 , 71 ) ; 792 Size = MAP_APPFONT ( 60, 8 ) ; 793 Text [ en-US ] = "Chapter entry"; 794 }; 795 ListBox LB_CHAPTERENTRY 796 { 797 HelpID = "sw:ListBox:TP_TOX_ENTRY:LB_CHAPTERENTRY"; 798 Pos = MAP_APPFONT ( 100 , 69 ) ; 799 Size = MAP_APPFONT ( 93, 40 ) ; 800 TabStop = TRUE ; 801 DropDown = TRUE ; 802 StringList [ en-US ] = 803 { 804 < "Number range only" ; > ; 805 < "Description only" ; > ; 806 < "Number range and description" ; > ; 807 }; 808 }; 809 810 FixedText FT_ENTRY_NO 811 { 812 Pos = MAP_APPFONT ( 37 , 71 ) ; 813 Size = MAP_APPFONT ( 60, 8 ) ; 814 Text [ en-US ] = "Format"; 815 }; 816 ListBox LB_ENTRY_NO 817 { 818 HelpID = "sw:ListBox:TP_TOX_ENTRY:LB_ENTRY_NO"; 819 Pos = MAP_APPFONT ( 100 , 69 ) ; 820 Size = MAP_APPFONT ( 93, 40 ) ; 821 TabStop = TRUE ; 822 DropDown = TRUE ; 823 StringList [ en-US ] = 824 { 825 < "Number" ; > ; 826 < "Number without separator" ; > ; 827 }; 828 }; 829 830 FixedText FT_LEVEL_OL 831 { 832 Pos = MAP_APPFONT ( 37 , 87 ) ; 833 Size = MAP_APPFONT ( 60 , 8 ) ; 834 Text [ en-US ] = "Evaluate up to level"; 835 }; 836 NumericField NF_LEVEL_OL 837 { 838 HelpID = "sw:NumericField:TP_TOX_ENTRY:NF_LEVEL_OL"; 839 Pos = MAP_APPFONT ( 100 , 85 ) ; 840 Size = MAP_APPFONT ( 20 , 12 ) ; 841 Border = TRUE ; 842 TabStop = TRUE ; 843 Left = TRUE ; 844 Repeat = TRUE ; 845 Spin = TRUE ; 846 Minimum = 1 ; 847 Maximum = 10 ; 848 Value = 10 ; 849 SpinSize = 1 ; 850 }; 851 852 FixedText FT_TABPOS 853 { 854 Pos = MAP_APPFONT ( 37 , 87 ) ; 855 Size = MAP_APPFONT ( 60, 8 ) ; 856 Text [ en-US ] = "Tab stop position"; 857 }; 858 MetricField MF_TABPOS 859 { 860 HelpID = "sw:MetricField:TP_TOX_ENTRY:MF_TABPOS"; 861 Pos = MAP_APPFONT ( 100 , 85 ) ; 862 Size = MAP_APPFONT ( 40, 12 ) ; 863 Border = TRUE ; 864 TabStop = TRUE ; 865 Left = TRUE ; 866 Repeat = TRUE ; 867 Spin = TRUE ; 868 Minimum = 0 ; 869 Maximum = 1999 ; 870 DecimalDigits = 2 ; 871 Value = 0 ; 872 Unit = FUNIT_CM ; 873 First = 0 ; 874 Last = 1999 ; 875 SpinSize = 5 ; 876 }; 877 CheckBox CB_AUTORIGHT 878 { 879 HelpID = "sw:CheckBox:TP_TOX_ENTRY:CB_AUTORIGHT"; 880 Pos = MAP_APPFONT ( 143 , 86 ) ; 881 Size = MAP_APPFONT ( 100, 10 ) ; 882 Text [ en-US ] = "Align right"; 883 }; 884 FixedLine FL_ENTRY 885 { 886 Pos = MAP_APPFONT ( 34 , 3 ) ; 887 Size = MAP_APPFONT ( 220, 8 ) ; 888 Text [ en-US ] = "Structure and Formatting"; 889 }; 890 CheckBox CB_RELTOSTYLE 891 { 892 HelpID = "sw:CheckBox:TP_TOX_ENTRY:CB_RELTOSTYLE"; 893 Pos = MAP_APPFONT ( 37 , 110 ) ; 894 Size = MAP_APPFONT ( 200, 10 ) ; 895 Text [ en-US ] = "Tab position relati~ve to Paragraph Style indent"; 896 }; 897 FixedText FT_MAIN_ENTRY_STYLE 898 { 899 Pos = MAP_APPFONT ( 37 , 112 ) ; 900 Size = MAP_APPFONT ( 116, 8 ) ; 901 Text [ en-US ] = "Character Style for main entries"; 902 }; 903 ListBox LB_MAIN_ENTRY_STYLE 904 { 905 HelpID = "sw:ListBox:TP_TOX_ENTRY:LB_MAIN_ENTRY_STYLE"; 906 Pos = MAP_APPFONT ( 157 , 110 ) ; 907 Size = MAP_APPFONT ( 92, 80 ) ; 908 TabStop = TRUE ; 909 DropDown = TRUE ; 910 AutoHScroll = TRUE; 911 }; 912 913 CheckBox CB_ALPHADELIM 914 { 915 HelpID = "sw:CheckBox:TP_TOX_ENTRY:CB_ALPHADELIM"; 916 Pos = MAP_APPFONT ( 37 , 126 ) ; 917 Size = MAP_APPFONT ( 105, 10 ) ; 918 Text [ en-US ] = "Alphabetical delimiter"; 919 }; 920 CheckBox CB_COMMASEPARATED 921 { 922 HelpID = "sw:CheckBox:TP_TOX_ENTRY:CB_COMMASEPARATED"; 923 Pos = MAP_APPFONT ( 37 , 140 ) ; 924 Size = MAP_APPFONT ( 105, 10 ) ; 925 Text [ en-US ] = "Key separated by commas"; 926 }; 927 FixedLine FL_FORMAT 928 { 929 Pos = MAP_APPFONT ( 34 , 99 ) ; 930 Size = MAP_APPFONT ( 220, 8 ) ; 931 Text [ en-US ] = "Format"; 932 }; 933 RadioButton RB_DOCPOS 934 { 935 HelpID = "sw:RadioButton:TP_TOX_ENTRY:RB_DOCPOS"; 936 Pos = MAP_APPFONT ( 40 , 113) ; 937 Size = MAP_APPFONT ( 94, 10 ) ; 938 Text [ en-US ] = "Document ~position "; 939 }; 940 RadioButton RB_SORTCONTENT 941 { 942 HelpID = "sw:RadioButton:TP_TOX_ENTRY:RB_SORTCONTENT"; 943 Pos = MAP_APPFONT ( 136 , 113 ) ; 944 Size = MAP_APPFONT ( 90, 10 ) ; 945 Text [ en-US ] = "~Content"; 946 }; 947 FixedLine FL_SORTING 948 { 949 Pos = MAP_APPFONT ( 34 , 102 ) ; 950 Size = MAP_APPFONT ( 220, 8 ) ; 951 Text [ en-US ] = "Sort by"; 952 }; 953 FixedText FT_FIRSTKEY 954 { 955 Pos = MAP_APPFONT ( 40 , 140 ) ; 956 Size = MAP_APPFONT ( 10, 8 ) ; 957 Text = "~1" ; 958 }; 959 ListBox LB_FIRSTKEY 960 { 961 HelpID = "sw:ListBox:TP_TOX_ENTRY:LB_FIRSTKEY"; 962 Pos = MAP_APPFONT ( 60 , 138 ) ; 963 Size = MAP_APPFONT ( 159, 50 ) ; 964 Border = TRUE; 965 DropDown = TRUE; 966 }; 967 Image IMG_SORTUP_HC 968 { 969 ImageBitmap = Bitmap{File = "sch10712.bmp"; }; 970 MaskColor = IMAGE_MASK_COLOR ; 971 }; 972 Image IMG_SORTDOWN_HC 973 { 974 ImageBitmap = Bitmap{File = "sch10713.bmp"; }; 975 MaskColor = IMAGE_MASK_COLOR ; 976 }; 977 ImageRadioButton RB_SORTUP1 978 { 979 HelpID = "sw:ImageRadioButton:TP_TOX_ENTRY:RB_SORTUP1"; 980 Pos = MAP_APPFONT ( 222 , 138 ) ; 981 Size = MAP_APPFONT ( 12, 12 ) ; 982 RadioButtonImage = 983 Image 984 { 985 ImageBitmap = Bitmap{File = "sc10712.bmp"; }; 986 MaskColor = IMAGE_MASK_COLOR ; 987 }; 988 Check = TRUE; 989 QuickHelpText [ en-US ] = "Ascending"; 990 }; 991 ImageRadioButton RB_SORTDOWN1 992 { 993 HelpID = "sw:ImageRadioButton:TP_TOX_ENTRY:RB_SORTDOWN1"; 994 Pos = MAP_APPFONT ( 237 , 138 ) ; 995 Size = MAP_APPFONT ( 12, 12 ) ; 996 RadioButtonImage = 997 Image 998 { 999 ImageBitmap = Bitmap{File = "sc10713.bmp"; }; 1000 MaskColor = IMAGE_MASK_COLOR ; 1001 }; 1002 QuickHelpText [ en-US ] = "Descending"; 1003 }; 1004 ImageRadioButton RB_SORTUP2 1005 { 1006 HelpID = "sw:ImageRadioButton:TP_TOX_ENTRY:RB_SORTUP2"; 1007 Pos = MAP_APPFONT ( 222 , 153 ) ; 1008 Size = MAP_APPFONT ( 12, 12 ) ; 1009 RadioButtonImage = 1010 Image 1011 { 1012 ImageBitmap = Bitmap{File = "sc10712.bmp"; }; 1013 MaskColor = IMAGE_MASK_COLOR ; 1014 }; 1015 Check = TRUE; 1016 QuickHelpText [ en-US ] = "Ascending"; 1017 }; 1018 ImageRadioButton RB_SORTDOWN2 1019 { 1020 HelpID = "sw:ImageRadioButton:TP_TOX_ENTRY:RB_SORTDOWN2"; 1021 Pos = MAP_APPFONT ( 237 , 153 ) ; 1022 Size = MAP_APPFONT ( 12, 12 ) ; 1023 RadioButtonImage = 1024 Image 1025 { 1026 ImageBitmap = Bitmap{File = "sc10713.bmp"; }; 1027 MaskColor = IMAGE_MASK_COLOR ; 1028 }; 1029 QuickHelpText [ en-US ] = "Descending"; 1030 }; 1031 ImageRadioButton RB_SORTUP3 1032 { 1033 HelpID = "sw:ImageRadioButton:TP_TOX_ENTRY:RB_SORTUP3"; 1034 Pos = MAP_APPFONT ( 222 , 168 ) ; 1035 Size = MAP_APPFONT ( 12, 12 ) ; 1036 RadioButtonImage = 1037 Image 1038 { 1039 ImageBitmap = Bitmap{File = "sc10712.bmp"; }; 1040 MaskColor = IMAGE_MASK_COLOR ; 1041 }; 1042 Check = TRUE; 1043 QuickHelpText [ en-US ] = "Ascending"; 1044 }; 1045 ImageRadioButton RB_SORTDOWN3 1046 { 1047 HelpID = "sw:ImageRadioButton:TP_TOX_ENTRY:RB_SORTDOWN3"; 1048 Pos = MAP_APPFONT ( 237 ,168 ) ; 1049 Size = MAP_APPFONT ( 12, 12 ) ; 1050 RadioButtonImage = 1051 Image 1052 { 1053 ImageBitmap = Bitmap{File = "sc10713.bmp"; }; 1054 MaskColor = IMAGE_MASK_COLOR ; 1055 }; 1056 QuickHelpText [ en-US ] = "Descending"; 1057 }; 1058 FixedText FT_SECONDKEY 1059 { 1060 Pos = MAP_APPFONT ( 40 , 155 ) ; 1061 Size = MAP_APPFONT ( 10, 8 ) ; 1062 Text = "~2" ; 1063 }; 1064 ListBox LB_SECONDKEY 1065 { 1066 HelpID = "sw:ListBox:TP_TOX_ENTRY:LB_SECONDKEY"; 1067 Pos = MAP_APPFONT ( 60 , 153 ) ; 1068 Size = MAP_APPFONT ( 159, 50 ) ; 1069 Border = TRUE; 1070 DropDown = TRUE; 1071 }; 1072 FixedText FT_THIRDDKEY 1073 { 1074 Pos = MAP_APPFONT ( 40 , 170 ) ; 1075 Size = MAP_APPFONT ( 10, 8 ) ; 1076 Text = "~3" ; 1077 }; 1078 ListBox LB_THIRDKEY 1079 { 1080 HelpID = "sw:ListBox:TP_TOX_ENTRY:LB_THIRDKEY"; 1081 Pos = MAP_APPFONT ( 60 , 168 ) ; 1082 Size = MAP_APPFONT ( 159, 50 ) ; 1083 Border = TRUE; 1084 DropDown = TRUE; 1085 }; 1086 FixedLine FL_SORTKEY 1087 { 1088 Pos = MAP_APPFONT ( 34 , 126) ; 1089 Size = MAP_APPFONT ( 220, 8 ) ; 1090 Text [ en-US ] = "Sort keys"; 1091 }; 1092 1093 String STR_NOSORTKEY 1094 { 1095 Text [ en-US ] = "<None>"; 1096 }; 1097 String STR_NO_CHAR_STYLE 1098 { 1099 Text [ en-US ] = "<None>"; 1100 }; 1101 String STR_DELIM 1102 { 1103 Text [ en-US ] = "S"; 1104 }; 1105}; 1106TabPage TP_TOX_STYLES 1107{ 1108 HelpID = HID_TOX_STYLES_PAGE; 1109 Size = MAP_APPFONT ( 260 , 185 ) ; 1110 Hide = TRUE ; 1111 FixedText FT_LEVEL 1112 { 1113 Pos = MAP_APPFONT ( 11 , 14 ) ; 1114 Size = MAP_APPFONT ( 102 , 8 ) ; 1115 Text [ en-US ] = "~Levels" ; 1116 Left = TRUE ; 1117 }; 1118 ListBox LB_LEVEL 1119 { 1120 HelpID = "sw:ListBox:TP_TOX_STYLES:LB_LEVEL"; 1121 Border = TRUE ; 1122 Pos = MAP_APPFONT ( 12 , 25 ) ; 1123 Size = MAP_APPFONT ( 102 , 131 ) ; 1124 TabStop = TRUE ; 1125 AutoHScroll = TRUE ; 1126 }; 1127 FixedText FT_TEMPLATE 1128 { 1129 Pos = MAP_APPFONT ( 142 , 14 ) ; 1130 Size = MAP_APPFONT ( 102 , 8 ) ; 1131 Text [ en-US ] = "Paragraph ~Styles" ; 1132 Left = TRUE ; 1133 }; 1134 ListBox LB_PARALAY 1135 { 1136 HelpID = "sw:ListBox:TP_TOX_STYLES:LB_PARALAY"; 1137 Border = TRUE ; 1138 Pos = MAP_APPFONT ( 142 , 25 ) ; 1139 Size = MAP_APPFONT ( 101 , 131 ) ; 1140 TabStop = TRUE ; 1141 Sort = TRUE ; 1142 AutoHScroll = TRUE ; 1143 }; 1144 PushButton BT_STD 1145 { 1146 HelpID = "sw:PushButton:TP_TOX_STYLES:BT_STD"; 1147 Pos = MAP_APPFONT ( 64 , 162 ) ; 1148 Size = MAP_APPFONT ( 50 , 14 ) ; 1149 TabStop = TRUE ; 1150 Text [ en-US ] = "~Default" ; 1151 }; 1152 ImageButton BT_ASSIGN 1153 { 1154 HelpID = "sw:ImageButton:TP_TOX_STYLES:BT_ASSIGN"; 1155 Pos = MAP_APPFONT ( 118 , 28 ) ; 1156 Size = MAP_APPFONT ( 20 , 12 ) ; 1157 TabStop = TRUE ; 1158 ButtonImage = Image 1159 { 1160 ImageBitmap = Bitmap 1161 { 1162 File = "one_left.bmp" ; 1163 }; 1164 MaskColor = IMAGE_MASK_COLOR ; 1165 }; 1166 }; 1167 PushButton BT_EDIT_STYLE 1168 { 1169 HelpID = "sw:PushButton:TP_TOX_STYLES:BT_EDIT_STYLE"; 1170 Pos = MAP_APPFONT ( 193 , 162 ) ; 1171 Size = MAP_APPFONT ( 50 , 14 ) ; 1172 TabStop = TRUE ; 1173 Text [ en-US ] = "~Edit"; 1174 }; 1175 FixedLine FL_FORMAT 1176 { 1177 Pos = MAP_APPFONT ( 6 , 3 ) ; 1178 Size = MAP_APPFONT ( 248 , 8 ) ; 1179 Text [ en-US ] = "Assignment"; 1180 }; 1181}; 1182ModalDialog DLG_ADD_IDX_STYLES 1183{ 1184 HelpId = HID_DLG_ADD_IDX_STYLES; 1185 OutputSize = TRUE ; 1186 SVLook = TRUE ; 1187 Size = MAP_APPFONT ( 350 , 200 ) ; 1188 Moveable = TRUE ; 1189 Control TR_HEADER 1190 { 1191 Pos = MAP_APPFONT ( 12 , 15 ) ; 1192 Size = MAP_APPFONT ( 273 , 164 ) ; 1193 Border = TRUE; 1194 TabStop = TRUE; 1195 Window HB_STYLES 1196 { 1197 Pos = MAP_APPFONT ( 0 , 0 ) ; 1198 Size = MAP_APPFONT ( 273 , 20 ) ; 1199 }; 1200 Control TLB_STYLES 1201 { 1202 Pos = MAP_APPFONT ( 0 , 20 ) ; 1203 Size = MAP_APPFONT ( 273 , 132 ) ; 1204 Border = TRUE; 1205 }; 1206 }; 1207 ImageButton PB_LEFT 1208 { 1209 HelpID = "sw:ImageButton:DLG_ADD_IDX_STYLES:PB_LEFT"; 1210 Pos = MAP_APPFONT ( 12 , 182 ) ; 1211 Size = MAP_APPFONT ( 50 , 12 ) ; 1212 TabStop = TRUE ; 1213 ButtonImage = Image 1214 { 1215 ImageBitmap = Bitmap 1216 { 1217 File = "all_left.bmp" ; 1218 }; 1219 MaskColor = IMAGE_MASK_COLOR ; 1220 }; 1221 //IAccessibility2 Implementation 2009----- 1222 QuickHelpText [ en-US ] = "Left" ; 1223 //-----IAccessibility2 Implementation 2009 1224 }; 1225 ImageButton PB_RIGHT 1226 { 1227 HelpID = "sw:ImageButton:DLG_ADD_IDX_STYLES:PB_RIGHT"; 1228 Pos = MAP_APPFONT ( 65 , 182 ) ; 1229 Size = MAP_APPFONT ( 50 , 12 ) ; 1230 TabStop = TRUE ; 1231 ButtonImage = Image 1232 { 1233 ImageBitmap = Bitmap 1234 { 1235 File = "all_right.bmp" ; 1236 }; 1237 MaskColor = IMAGE_MASK_COLOR ; 1238 }; 1239 //IAccessibility2 Implementation 2009----- 1240 QuickHelpText [ en-US ] = "Right" ; 1241 //-----IAccessibility2 Implementation 2009 1242 }; 1243 FixedLine FL_STYLES 1244 { 1245 Pos = MAP_APPFONT ( 6 , 3 ) ; 1246 Size = MAP_APPFONT ( 285 , 8 ) ; 1247 Text [ en-US ] = "Styl~es"; 1248 }; 1249 OKButton PB_OK 1250 { 1251 Pos = MAP_APPFONT ( 297 , 6 ) ; 1252 Size = MAP_APPFONT ( 50 , 14 ) ; 1253 TabStop = TRUE ; 1254 DefButton = TRUE ; 1255 }; 1256 CancelButton PB_CANCEL 1257 { 1258 Pos = MAP_APPFONT ( 297 , 23 ) ; 1259 Size = MAP_APPFONT ( 50 , 14 ) ; 1260 TabStop = TRUE ; 1261 }; 1262 HelpButton PB_HELP 1263 { 1264 Pos = MAP_APPFONT ( 297 , 40 ) ; 1265 Size = MAP_APPFONT ( 50 , 14 ) ; 1266 TabStop = TRUE ; 1267 }; 1268 String ST_HB_FIRST 1269 { 1270 Text [ en-US ] = "Not applied"; 1271 }; 1272 Text [ en-US ] = "Assign Styles"; 1273}; 1274/*----------------------------------------------------------- 1275 1276-----------------------------------------------------------*/ 1277ModalDialog DLG_CREATE_AUTOMARK 1278{ 1279 HelpId = HID_DLG_CREATE_AUTOMARK; 1280 OutputSize = TRUE ; 1281 SVLook = TRUE ; 1282 Size = MAP_APPFONT ( 350 , 200 ) ; 1283 Moveable = TRUE ; 1284 OKButton PB_OK 1285 { 1286 Pos = MAP_APPFONT ( 297 , 6 ) ; 1287 Size = MAP_APPFONT ( 50 , 14 ) ; 1288 TabStop = TRUE ; 1289 DefButton = TRUE ; 1290 }; 1291 CancelButton PB_CANCEL 1292 { 1293 Pos = MAP_APPFONT ( 297 , 23 ) ; 1294 Size = MAP_APPFONT ( 50 , 14 ) ; 1295 TabStop = TRUE ; 1296 }; 1297 HelpButton PB_HELP 1298 { 1299 Pos = MAP_APPFONT ( 297 , 40 ) ; 1300 Size = MAP_APPFONT ( 50 , 14 ) ; 1301 TabStop = TRUE ; 1302 }; 1303 Control BB_ENTRIES 1304 { 1305 Pos = MAP_APPFONT ( 12 , 18 ) ; 1306 Size = MAP_APPFONT ( 276 , 175 ) ; 1307 TabStop = TRUE ; 1308 Border = TRUE; 1309 String ST_SEARCH 1310 { 1311 Text [ en-US ] = "Search term"; 1312 }; 1313 String ST_ALTERNATIVE 1314 { 1315 Text [ en-US ] = "Alternative entry"; 1316 }; 1317 String ST_PRIMKEY 1318 { 1319 Text [ en-US ] = "1st key"; 1320 }; 1321 String ST_SECKEY 1322 { 1323 Text [ en-US ] = "2nd key"; 1324 }; 1325 String ST_COMMENT 1326 { 1327 Text [ en-US ] = "Comment"; 1328 }; 1329 String ST_CASESENSITIVE 1330 { 1331 Text [ en-US ] = "Match case"; 1332 }; 1333 String ST_WORDONLY 1334 { 1335 Text [ en-US ] = "Word only"; 1336 }; 1337 String ST_TRUE 1338 { 1339 Text [ en-US ] = "Yes"; 1340 }; 1341 String ST_FALSE 1342 { 1343 Text [ en-US ] = "No"; 1344 }; 1345 }; 1346 FixedLine FL_ENTRIES 1347 { 1348 Pos = MAP_APPFONT ( 6 , 3 ) ; 1349 Size = MAP_APPFONT ( 288, 8 ) ; 1350 Text [ en-US ] = "Entries"; 1351 }; 1352 1353 Text [ en-US ] = "Edit Concordance File"; 1354}; 1355// ----------------------------------------------------------------------------- 1356 1357