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