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