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 String STR_STRUCTURE 678 { 679 Text [ en-US ] = "Structure text"; 680 }; 681 String STR_ADDITIONAL_ACCNAME_STRING1 682 { 683 Text [ en-US ] = "Press Ctrl+Alt+A to move focus for more operations"; 684 }; 685 String STR_ADDITIONAL_ACCNAME_STRING2 686 { 687 Text [ en-US ] = "Press left or right arrow to choose the structure controls"; 688 }; 689 String STR_ADDITIONAL_ACCNAME_STRING3 690 { 691 Text [ en-US ] = "Press Ctrl+Alt+B to move focus back to the current structure control"; 692 }; 693 }; 694 PushButton PB_ALL_LEVELS 695 { 696 HelpID = "sw:PushButton:TP_TOX_ENTRY:PB_ALL_LEVELS"; 697 Pos = MAP_APPFONT ( 209 , 14 ) ; 698 Size = MAP_APPFONT ( 40, 14 ) ; 699 Text [ en-US ] = "~All"; 700 }; 701 PushButton PB_ENTRYNO 702 { 703 HelpID = "sw:PushButton:TP_TOX_ENTRY:PB_ENTRYNO"; 704 Pos = MAP_APPFONT ( 37 , 32 ) ; 705 Size = MAP_APPFONT ( 40, 14 ) ; 706 Text [ en-US ] = "Chapter no."; 707 }; 708 PushButton PB_ENTRY 709 { 710 HelpID = "sw:PushButton:TP_TOX_ENTRY:PB_ENTRY"; 711 Pos = MAP_APPFONT ( 80, 32 ) ; 712 Size = MAP_APPFONT ( 40, 14 ) ; 713 Text [ en-US ] = "Entry text"; 714 }; 715 PushButton PB_CHAPTERINFO 716 { 717 HelpID = "sw:PushButton:TP_TOX_ENTRY:PB_CHAPTERINFO"; 718 Pos = MAP_APPFONT ( 123 , 32 ) ; 719 Size = MAP_APPFONT ( 40, 14) ; 720 Text [ en-US ] = "~Chapter info"; 721 }; 722 PushButton PB_PAGENO 723 { 724 HelpID = "sw:PushButton:TP_TOX_ENTRY:PB_PAGENO"; 725 Pos = MAP_APPFONT ( 166 , 32 ) ; 726 Size = MAP_APPFONT ( 40, 14 ) ; 727 Text [ en-US ] = "Page no."; 728 }; 729 PushButton PB_TAB 730 { 731 HelpID = "sw:PushButton:TP_TOX_ENTRY:PB_TAB"; 732 Pos = MAP_APPFONT ( 209 ,32 ) ; 733 Size = MAP_APPFONT ( 40, 14 ) ; 734 Text [ en-US ] = "Tab stop"; 735 }; 736 PushButton PB_HYPERLINK 737 { 738 HelpID = "sw:PushButton:TP_TOX_ENTRY:PB_HYPERLINK"; 739 Pos = MAP_APPFONT ( 209 , 32 ) ; 740 Size = MAP_APPFONT ( 40, 14 ) ; 741 Text [ en-US ] = "H~yperlink"; 742 }; 743 ListBox LB_AUTHFIELD 744 { 745 HelpID = "sw:ListBox:TP_TOX_ENTRY:LB_AUTHFIELD"; 746 Pos = MAP_APPFONT ( 37 , 33 ) ; 747 Size = MAP_APPFONT ( 59, 60 ) ; 748 DropDown = TRUE; 749 Border = TRUE; 750 Sort = TRUE; 751 }; 752 PushButton PB_AUTHINSERT 753 { 754 HelpID = "sw:PushButton:TP_TOX_ENTRY:PB_AUTHINSERT"; 755 Pos = MAP_APPFONT ( 99 , 32 ) ; 756 Size = MAP_APPFONT ( 39, 14 ) ; 757 Text [ en-US ] = "~Insert"; 758 }; 759 PushButton PB_AUTHREMOVE 760 { 761 HelpID = "sw:PushButton:TP_TOX_ENTRY:PB_AUTHREMOVE"; 762 Pos = MAP_APPFONT ( 142 , 32 ) ; 763 Size = MAP_APPFONT ( 39, 14 ) ; 764 Text [ en-US ] = "~Remove"; 765 }; 766 FixedText FT_CHARSTYLE 767 { 768 Pos = MAP_APPFONT ( 37 , 55 ) ; 769 Size = MAP_APPFONT (60 , 8 ) ; 770 Text [ en-US ] = "Character Style"; 771 }; 772 ListBox LB_CHARSTYLE 773 { 774 HelpID = "sw:ListBox:TP_TOX_ENTRY:LB_CHARSTYLE"; 775 Pos = MAP_APPFONT ( 100 , 53 ) ; 776 Size = MAP_APPFONT ( 93, 60 ) ; 777 TabStop = TRUE ; 778 DropDown = TRUE ; 779 }; 780 PushButton PB_EDITSTYLE 781 { 782 HelpID = "sw:PushButton:TP_TOX_ENTRY:PB_EDITSTYLE"; 783 Pos = MAP_APPFONT ( 199 , 52 ) ; 784 Size = MAP_APPFONT ( 50, 14 ) ; 785 Text [ en-US ] = "~Edit..."; 786 }; 787 FixedText FT_FILLCHAR 788 { 789 Pos = MAP_APPFONT ( 37 , 71 ) ; 790 Size = MAP_APPFONT (60 , 8 ) ; 791 Text [ en-US ] = "Fill character"; 792 }; 793 ComboBox CB_FILLCHAR 794 { 795 HelpID = "sw:ComboBox:TP_TOX_ENTRY:CB_FILLCHAR"; 796 Pos = MAP_APPFONT ( 100 , 69 ) ; 797 Size = MAP_APPFONT ( 40, 40 ) ; 798 TabStop = TRUE ; 799 DropDown = TRUE ; 800 }; 801 FixedText FT_CHAPTERENTRY 802 { 803 Pos = MAP_APPFONT ( 37 , 71 ) ; 804 Size = MAP_APPFONT ( 60, 8 ) ; 805 Text [ en-US ] = "Chapter entry"; 806 }; 807 ListBox LB_CHAPTERENTRY 808 { 809 HelpID = "sw:ListBox:TP_TOX_ENTRY:LB_CHAPTERENTRY"; 810 Pos = MAP_APPFONT ( 100 , 69 ) ; 811 Size = MAP_APPFONT ( 93, 40 ) ; 812 TabStop = TRUE ; 813 DropDown = TRUE ; 814 StringList [ en-US ] = 815 { 816 < "Number range only" ; > ; 817 < "Description only" ; > ; 818 < "Number range and description" ; > ; 819 }; 820 }; 821 822 FixedText FT_ENTRY_NO 823 { 824 Pos = MAP_APPFONT ( 37 , 71 ) ; 825 Size = MAP_APPFONT ( 60, 8 ) ; 826 Text [ en-US ] = "Format"; 827 }; 828 ListBox LB_ENTRY_NO 829 { 830 HelpID = "sw:ListBox:TP_TOX_ENTRY:LB_ENTRY_NO"; 831 Pos = MAP_APPFONT ( 100 , 69 ) ; 832 Size = MAP_APPFONT ( 93, 40 ) ; 833 TabStop = TRUE ; 834 DropDown = TRUE ; 835 StringList [ en-US ] = 836 { 837 < "Number" ; > ; 838 < "Number without separator" ; > ; 839 }; 840 }; 841 842 FixedText FT_LEVEL_OL 843 { 844 Pos = MAP_APPFONT ( 37 , 87 ) ; 845 Size = MAP_APPFONT ( 60 , 8 ) ; 846 Text [ en-US ] = "Evaluate up to level"; 847 }; 848 NumericField NF_LEVEL_OL 849 { 850 HelpID = "sw:NumericField:TP_TOX_ENTRY:NF_LEVEL_OL"; 851 Pos = MAP_APPFONT ( 100 , 85 ) ; 852 Size = MAP_APPFONT ( 20 , 12 ) ; 853 Border = TRUE ; 854 TabStop = TRUE ; 855 Left = TRUE ; 856 Repeat = TRUE ; 857 Spin = TRUE ; 858 Minimum = 1 ; 859 Maximum = 10 ; 860 Value = 10 ; 861 SpinSize = 1 ; 862 }; 863 864 FixedText FT_TABPOS 865 { 866 Pos = MAP_APPFONT ( 37 , 87 ) ; 867 Size = MAP_APPFONT ( 60, 8 ) ; 868 Text [ en-US ] = "Tab stop position"; 869 }; 870 MetricField MF_TABPOS 871 { 872 HelpID = "sw:MetricField:TP_TOX_ENTRY:MF_TABPOS"; 873 Pos = MAP_APPFONT ( 100 , 85 ) ; 874 Size = MAP_APPFONT ( 40, 12 ) ; 875 Border = TRUE ; 876 TabStop = TRUE ; 877 Left = TRUE ; 878 Repeat = TRUE ; 879 Spin = TRUE ; 880 Minimum = 0 ; 881 Maximum = 1999 ; 882 DecimalDigits = 2 ; 883 Value = 0 ; 884 Unit = FUNIT_CM ; 885 First = 0 ; 886 Last = 1999 ; 887 SpinSize = 5 ; 888 }; 889 CheckBox CB_AUTORIGHT 890 { 891 HelpID = "sw:CheckBox:TP_TOX_ENTRY:CB_AUTORIGHT"; 892 Pos = MAP_APPFONT ( 143 , 86 ) ; 893 Size = MAP_APPFONT ( 100, 10 ) ; 894 Text [ en-US ] = "Align right"; 895 }; 896 FixedLine FL_ENTRY 897 { 898 Pos = MAP_APPFONT ( 34 , 3 ) ; 899 Size = MAP_APPFONT ( 220, 8 ) ; 900 Text [ en-US ] = "Structure and Formatting"; 901 }; 902 CheckBox CB_RELTOSTYLE 903 { 904 HelpID = "sw:CheckBox:TP_TOX_ENTRY:CB_RELTOSTYLE"; 905 Pos = MAP_APPFONT ( 37 , 110 ) ; 906 Size = MAP_APPFONT ( 200, 10 ) ; 907 Text [ en-US ] = "Tab position relati~ve to Paragraph Style indent"; 908 }; 909 FixedText FT_MAIN_ENTRY_STYLE 910 { 911 Pos = MAP_APPFONT ( 37 , 112 ) ; 912 Size = MAP_APPFONT ( 116, 8 ) ; 913 Text [ en-US ] = "Character Style for main entries"; 914 }; 915 ListBox LB_MAIN_ENTRY_STYLE 916 { 917 HelpID = "sw:ListBox:TP_TOX_ENTRY:LB_MAIN_ENTRY_STYLE"; 918 Pos = MAP_APPFONT ( 157 , 110 ) ; 919 Size = MAP_APPFONT ( 92, 80 ) ; 920 TabStop = TRUE ; 921 DropDown = TRUE ; 922 AutoHScroll = TRUE; 923 }; 924 925 CheckBox CB_ALPHADELIM 926 { 927 HelpID = "sw:CheckBox:TP_TOX_ENTRY:CB_ALPHADELIM"; 928 Pos = MAP_APPFONT ( 37 , 126 ) ; 929 Size = MAP_APPFONT ( 105, 10 ) ; 930 Text [ en-US ] = "Alphabetical delimiter"; 931 }; 932 CheckBox CB_COMMASEPARATED 933 { 934 HelpID = "sw:CheckBox:TP_TOX_ENTRY:CB_COMMASEPARATED"; 935 Pos = MAP_APPFONT ( 37 , 140 ) ; 936 Size = MAP_APPFONT ( 105, 10 ) ; 937 Text [ en-US ] = "Key separated by commas"; 938 }; 939 FixedLine FL_FORMAT 940 { 941 Pos = MAP_APPFONT ( 34 , 99 ) ; 942 Size = MAP_APPFONT ( 220, 8 ) ; 943 Text [ en-US ] = "Format"; 944 }; 945 RadioButton RB_DOCPOS 946 { 947 HelpID = "sw:RadioButton:TP_TOX_ENTRY:RB_DOCPOS"; 948 Pos = MAP_APPFONT ( 40 , 113) ; 949 Size = MAP_APPFONT ( 94, 10 ) ; 950 Text [ en-US ] = "Document ~position "; 951 }; 952 RadioButton RB_SORTCONTENT 953 { 954 HelpID = "sw:RadioButton:TP_TOX_ENTRY:RB_SORTCONTENT"; 955 Pos = MAP_APPFONT ( 136 , 113 ) ; 956 Size = MAP_APPFONT ( 90, 10 ) ; 957 Text [ en-US ] = "~Content"; 958 }; 959 FixedLine FL_SORTING 960 { 961 Pos = MAP_APPFONT ( 34 , 102 ) ; 962 Size = MAP_APPFONT ( 220, 8 ) ; 963 Text [ en-US ] = "Sort by"; 964 }; 965 FixedText FT_FIRSTKEY 966 { 967 Pos = MAP_APPFONT ( 40 , 140 ) ; 968 Size = MAP_APPFONT ( 10, 8 ) ; 969 Text = "~1" ; 970 }; 971 ListBox LB_FIRSTKEY 972 { 973 HelpID = "sw:ListBox:TP_TOX_ENTRY:LB_FIRSTKEY"; 974 Pos = MAP_APPFONT ( 60 , 138 ) ; 975 Size = MAP_APPFONT ( 159, 50 ) ; 976 Border = TRUE; 977 DropDown = TRUE; 978 }; 979 Image IMG_SORTUP_HC 980 { 981 ImageBitmap = Bitmap{File = "sch10712.png"; }; 982 MaskColor = IMAGE_MASK_COLOR ; 983 }; 984 Image IMG_SORTDOWN_HC 985 { 986 ImageBitmap = Bitmap{File = "sch10713.png"; }; 987 MaskColor = IMAGE_MASK_COLOR ; 988 }; 989 ImageRadioButton RB_SORTUP1 990 { 991 HelpID = "sw:ImageRadioButton:TP_TOX_ENTRY:RB_SORTUP1"; 992 Pos = MAP_APPFONT ( 222 , 138 ) ; 993 Size = MAP_APPFONT ( 12, 12 ) ; 994 RadioButtonImage = 995 Image 996 { 997 ImageBitmap = Bitmap{File = "sc10712.png"; }; 998 MaskColor = IMAGE_MASK_COLOR ; 999 }; 1000 Check = TRUE; 1001 QuickHelpText [ en-US ] = "Ascending"; 1002 }; 1003 ImageRadioButton RB_SORTDOWN1 1004 { 1005 HelpID = "sw:ImageRadioButton:TP_TOX_ENTRY:RB_SORTDOWN1"; 1006 Pos = MAP_APPFONT ( 237 , 138 ) ; 1007 Size = MAP_APPFONT ( 12, 12 ) ; 1008 RadioButtonImage = 1009 Image 1010 { 1011 ImageBitmap = Bitmap{File = "sc10713.png"; }; 1012 MaskColor = IMAGE_MASK_COLOR ; 1013 }; 1014 QuickHelpText [ en-US ] = "Descending"; 1015 }; 1016 ImageRadioButton RB_SORTUP2 1017 { 1018 HelpID = "sw:ImageRadioButton:TP_TOX_ENTRY:RB_SORTUP2"; 1019 Pos = MAP_APPFONT ( 222 , 153 ) ; 1020 Size = MAP_APPFONT ( 12, 12 ) ; 1021 RadioButtonImage = 1022 Image 1023 { 1024 ImageBitmap = Bitmap{File = "sc10712.png"; }; 1025 MaskColor = IMAGE_MASK_COLOR ; 1026 }; 1027 Check = TRUE; 1028 QuickHelpText [ en-US ] = "Ascending"; 1029 }; 1030 ImageRadioButton RB_SORTDOWN2 1031 { 1032 HelpID = "sw:ImageRadioButton:TP_TOX_ENTRY:RB_SORTDOWN2"; 1033 Pos = MAP_APPFONT ( 237 , 153 ) ; 1034 Size = MAP_APPFONT ( 12, 12 ) ; 1035 RadioButtonImage = 1036 Image 1037 { 1038 ImageBitmap = Bitmap{File = "sc10713.png"; }; 1039 MaskColor = IMAGE_MASK_COLOR ; 1040 }; 1041 QuickHelpText [ en-US ] = "Descending"; 1042 }; 1043 ImageRadioButton RB_SORTUP3 1044 { 1045 HelpID = "sw:ImageRadioButton:TP_TOX_ENTRY:RB_SORTUP3"; 1046 Pos = MAP_APPFONT ( 222 , 168 ) ; 1047 Size = MAP_APPFONT ( 12, 12 ) ; 1048 RadioButtonImage = 1049 Image 1050 { 1051 ImageBitmap = Bitmap{File = "sc10712.png"; }; 1052 MaskColor = IMAGE_MASK_COLOR ; 1053 }; 1054 Check = TRUE; 1055 QuickHelpText [ en-US ] = "Ascending"; 1056 }; 1057 ImageRadioButton RB_SORTDOWN3 1058 { 1059 HelpID = "sw:ImageRadioButton:TP_TOX_ENTRY:RB_SORTDOWN3"; 1060 Pos = MAP_APPFONT ( 237 ,168 ) ; 1061 Size = MAP_APPFONT ( 12, 12 ) ; 1062 RadioButtonImage = 1063 Image 1064 { 1065 ImageBitmap = Bitmap{File = "sc10713.png"; }; 1066 MaskColor = IMAGE_MASK_COLOR ; 1067 }; 1068 QuickHelpText [ en-US ] = "Descending"; 1069 }; 1070 FixedText FT_SECONDKEY 1071 { 1072 Pos = MAP_APPFONT ( 40 , 155 ) ; 1073 Size = MAP_APPFONT ( 10, 8 ) ; 1074 Text = "~2" ; 1075 }; 1076 ListBox LB_SECONDKEY 1077 { 1078 HelpID = "sw:ListBox:TP_TOX_ENTRY:LB_SECONDKEY"; 1079 Pos = MAP_APPFONT ( 60 , 153 ) ; 1080 Size = MAP_APPFONT ( 159, 50 ) ; 1081 Border = TRUE; 1082 DropDown = TRUE; 1083 }; 1084 FixedText FT_THIRDDKEY 1085 { 1086 Pos = MAP_APPFONT ( 40 , 170 ) ; 1087 Size = MAP_APPFONT ( 10, 8 ) ; 1088 Text = "~3" ; 1089 }; 1090 ListBox LB_THIRDKEY 1091 { 1092 HelpID = "sw:ListBox:TP_TOX_ENTRY:LB_THIRDKEY"; 1093 Pos = MAP_APPFONT ( 60 , 168 ) ; 1094 Size = MAP_APPFONT ( 159, 50 ) ; 1095 Border = TRUE; 1096 DropDown = TRUE; 1097 }; 1098 FixedLine FL_SORTKEY 1099 { 1100 Pos = MAP_APPFONT ( 34 , 126) ; 1101 Size = MAP_APPFONT ( 220, 8 ) ; 1102 Text [ en-US ] = "Sort keys"; 1103 }; 1104 1105 String STR_NOSORTKEY 1106 { 1107 Text [ en-US ] = "<None>"; 1108 }; 1109 String STR_NO_CHAR_STYLE 1110 { 1111 Text [ en-US ] = "<None>"; 1112 }; 1113 String STR_DELIM 1114 { 1115 Text [ en-US ] = "S"; 1116 }; 1117}; 1118TabPage TP_TOX_STYLES 1119{ 1120 HelpID = HID_TOX_STYLES_PAGE; 1121 Size = MAP_APPFONT ( 260 , 185 ) ; 1122 Hide = TRUE ; 1123 FixedText FT_LEVEL 1124 { 1125 Pos = MAP_APPFONT ( 11 , 14 ) ; 1126 Size = MAP_APPFONT ( 102 , 8 ) ; 1127 Text [ en-US ] = "~Levels" ; 1128 Left = TRUE ; 1129 }; 1130 ListBox LB_LEVEL 1131 { 1132 HelpID = "sw:ListBox:TP_TOX_STYLES:LB_LEVEL"; 1133 Border = TRUE ; 1134 Pos = MAP_APPFONT ( 12 , 25 ) ; 1135 Size = MAP_APPFONT ( 102 , 131 ) ; 1136 TabStop = TRUE ; 1137 AutoHScroll = TRUE ; 1138 }; 1139 FixedText FT_TEMPLATE 1140 { 1141 Pos = MAP_APPFONT ( 142 , 14 ) ; 1142 Size = MAP_APPFONT ( 102 , 8 ) ; 1143 Text [ en-US ] = "Paragraph ~Styles" ; 1144 Left = TRUE ; 1145 }; 1146 ListBox LB_PARALAY 1147 { 1148 HelpID = "sw:ListBox:TP_TOX_STYLES:LB_PARALAY"; 1149 Border = TRUE ; 1150 Pos = MAP_APPFONT ( 142 , 25 ) ; 1151 Size = MAP_APPFONT ( 101 , 131 ) ; 1152 TabStop = TRUE ; 1153 Sort = TRUE ; 1154 AutoHScroll = TRUE ; 1155 }; 1156 PushButton BT_STD 1157 { 1158 HelpID = "sw:PushButton:TP_TOX_STYLES:BT_STD"; 1159 Pos = MAP_APPFONT ( 64 , 162 ) ; 1160 Size = MAP_APPFONT ( 50 , 14 ) ; 1161 TabStop = TRUE ; 1162 Text [ en-US ] = "~Default" ; 1163 }; 1164 ImageButton BT_ASSIGN 1165 { 1166 HelpID = "sw:ImageButton:TP_TOX_STYLES:BT_ASSIGN"; 1167 Pos = MAP_APPFONT ( 118 , 28 ) ; 1168 Size = MAP_APPFONT ( 20 , 12 ) ; 1169 TabStop = TRUE ; 1170 ButtonImage = Image 1171 { 1172 ImageBitmap = Bitmap 1173 { 1174 File = "one_left.png" ; 1175 }; 1176 MaskColor = IMAGE_MASK_COLOR ; 1177 }; 1178 }; 1179 PushButton BT_EDIT_STYLE 1180 { 1181 HelpID = "sw:PushButton:TP_TOX_STYLES:BT_EDIT_STYLE"; 1182 Pos = MAP_APPFONT ( 193 , 162 ) ; 1183 Size = MAP_APPFONT ( 50 , 14 ) ; 1184 TabStop = TRUE ; 1185 Text [ en-US ] = "~Edit"; 1186 }; 1187 FixedLine FL_FORMAT 1188 { 1189 Pos = MAP_APPFONT ( 6 , 3 ) ; 1190 Size = MAP_APPFONT ( 248 , 8 ) ; 1191 Text [ en-US ] = "Assignment"; 1192 }; 1193}; 1194ModalDialog DLG_ADD_IDX_STYLES 1195{ 1196 HelpId = HID_DLG_ADD_IDX_STYLES; 1197 OutputSize = TRUE ; 1198 SVLook = TRUE ; 1199 Size = MAP_APPFONT ( 350 , 200 ) ; 1200 Moveable = TRUE ; 1201 Control TR_HEADER 1202 { 1203 Pos = MAP_APPFONT ( 12 , 15 ) ; 1204 Size = MAP_APPFONT ( 273 , 164 ) ; 1205 Border = TRUE; 1206 TabStop = TRUE; 1207 Window HB_STYLES 1208 { 1209 Pos = MAP_APPFONT ( 0 , 0 ) ; 1210 Size = MAP_APPFONT ( 273 , 20 ) ; 1211 }; 1212 Control TLB_STYLES 1213 { 1214 Pos = MAP_APPFONT ( 0 , 20 ) ; 1215 Size = MAP_APPFONT ( 273 , 132 ) ; 1216 Border = TRUE; 1217 }; 1218 }; 1219 ImageButton PB_LEFT 1220 { 1221 HelpID = "sw:ImageButton:DLG_ADD_IDX_STYLES:PB_LEFT"; 1222 Pos = MAP_APPFONT ( 12 , 182 ) ; 1223 Size = MAP_APPFONT ( 50 , 12 ) ; 1224 TabStop = TRUE ; 1225 ButtonImage = Image 1226 { 1227 ImageBitmap = Bitmap 1228 { 1229 File = "all_left.png" ; 1230 }; 1231 MaskColor = IMAGE_MASK_COLOR ; 1232 }; 1233 QuickHelpText [ en-US ] = "Left" ; 1234 }; 1235 ImageButton PB_RIGHT 1236 { 1237 HelpID = "sw:ImageButton:DLG_ADD_IDX_STYLES:PB_RIGHT"; 1238 Pos = MAP_APPFONT ( 65 , 182 ) ; 1239 Size = MAP_APPFONT ( 50 , 12 ) ; 1240 TabStop = TRUE ; 1241 ButtonImage = Image 1242 { 1243 ImageBitmap = Bitmap 1244 { 1245 File = "all_right.png" ; 1246 }; 1247 MaskColor = IMAGE_MASK_COLOR ; 1248 }; 1249 QuickHelpText [ en-US ] = "Right" ; 1250 }; 1251 FixedLine FL_STYLES 1252 { 1253 Pos = MAP_APPFONT ( 6 , 3 ) ; 1254 Size = MAP_APPFONT ( 285 , 8 ) ; 1255 Text [ en-US ] = "Styl~es"; 1256 }; 1257 OKButton PB_OK 1258 { 1259 Pos = MAP_APPFONT ( 297 , 6 ) ; 1260 Size = MAP_APPFONT ( 50 , 14 ) ; 1261 TabStop = TRUE ; 1262 DefButton = TRUE ; 1263 }; 1264 CancelButton PB_CANCEL 1265 { 1266 Pos = MAP_APPFONT ( 297 , 23 ) ; 1267 Size = MAP_APPFONT ( 50 , 14 ) ; 1268 TabStop = TRUE ; 1269 }; 1270 HelpButton PB_HELP 1271 { 1272 Pos = MAP_APPFONT ( 297 , 40 ) ; 1273 Size = MAP_APPFONT ( 50 , 14 ) ; 1274 TabStop = TRUE ; 1275 }; 1276 String ST_HB_FIRST 1277 { 1278 Text [ en-US ] = "Not applied"; 1279 }; 1280 Text [ en-US ] = "Assign Styles"; 1281}; 1282/*----------------------------------------------------------- 1283 1284-----------------------------------------------------------*/ 1285ModalDialog DLG_CREATE_AUTOMARK 1286{ 1287 HelpId = HID_DLG_CREATE_AUTOMARK; 1288 OutputSize = TRUE ; 1289 SVLook = TRUE ; 1290 Size = MAP_APPFONT ( 350 , 200 ) ; 1291 Moveable = TRUE ; 1292 OKButton PB_OK 1293 { 1294 Pos = MAP_APPFONT ( 297 , 6 ) ; 1295 Size = MAP_APPFONT ( 50 , 14 ) ; 1296 TabStop = TRUE ; 1297 DefButton = TRUE ; 1298 }; 1299 CancelButton PB_CANCEL 1300 { 1301 Pos = MAP_APPFONT ( 297 , 23 ) ; 1302 Size = MAP_APPFONT ( 50 , 14 ) ; 1303 TabStop = TRUE ; 1304 }; 1305 HelpButton PB_HELP 1306 { 1307 Pos = MAP_APPFONT ( 297 , 40 ) ; 1308 Size = MAP_APPFONT ( 50 , 14 ) ; 1309 TabStop = TRUE ; 1310 }; 1311 Control BB_ENTRIES 1312 { 1313 Pos = MAP_APPFONT ( 12 , 18 ) ; 1314 Size = MAP_APPFONT ( 276 , 175 ) ; 1315 TabStop = TRUE ; 1316 Border = TRUE; 1317 String ST_SEARCH 1318 { 1319 Text [ en-US ] = "Search term"; 1320 }; 1321 String ST_ALTERNATIVE 1322 { 1323 Text [ en-US ] = "Alternative entry"; 1324 }; 1325 String ST_PRIMKEY 1326 { 1327 Text [ en-US ] = "1st key"; 1328 }; 1329 String ST_SECKEY 1330 { 1331 Text [ en-US ] = "2nd key"; 1332 }; 1333 String ST_COMMENT 1334 { 1335 Text [ en-US ] = "Comment"; 1336 }; 1337 String ST_CASESENSITIVE 1338 { 1339 Text [ en-US ] = "Match case"; 1340 }; 1341 String ST_WORDONLY 1342 { 1343 Text [ en-US ] = "Word only"; 1344 }; 1345 String ST_TRUE 1346 { 1347 Text [ en-US ] = "Yes"; 1348 }; 1349 String ST_FALSE 1350 { 1351 Text [ en-US ] = "No"; 1352 }; 1353 }; 1354 FixedLine FL_ENTRIES 1355 { 1356 Pos = MAP_APPFONT ( 6 , 3 ) ; 1357 Size = MAP_APPFONT ( 288, 8 ) ; 1358 Text [ en-US ] = "Entries"; 1359 }; 1360 1361 Text [ en-US ] = "Edit Concordance File"; 1362}; 1363// ----------------------------------------------------------------------------- 1364 1365