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/* StarView ressource file */ 24#include "hfedtdlg.hrc" 25#define HFEDIT_DLGTITLE \ 26 Text [ en-US ] = "Headers/Footers" ; \ 27 28#define HEADER \ 29 Text [ en-US ] = "Header" ; \ 30 31#define FOOTER \ 32 Text [ en-US ] = "Footer" ; \ 33 34#define HEADER_RIGHT \ 35 Text [ en-US ] = "Header (right)" ; \ 36 37#define HEADER_LEFT \ 38 Text [ en-US ] = "Header (left)" ; \ 39 40#define FOOTER_RIGHT \ 41 Text [ en-US ] = "Footer (right)" ; \ 42 43#define FOOTER_LEFT \ 44 Text [ en-US ] = "Footer (left)" ; \ 45 46//------------------------------------------------------------------------ 47// Bearbeiten vom Seitendialog aus aufgerufen 48//------------------------------------------------------------------------ 49TabDialog RID_SCDLG_HFED_HEADER 50{ 51 OutputSize = TRUE ; 52 SVLook = TRUE ; 53 Size = MAP_APPFONT ( 270, 140 ) ; 54 Text [ en-US ] = "Headers" ; 55 Moveable = TRUE ; 56 // Closeable = TRUE ; 57 TabControl 1 58 { 59 OutputSize = TRUE ; 60 SVLook = TRUE ; 61 Pos = MAP_APPFONT ( 6, 3 ) ; 62 Size = MAP_APPFONT ( 260, 135 ) ; 63 PageList = 64 { 65 PageItem 66 { 67 Identifier = 1 ; 68 HEADER_RIGHT 69 PageResID = RID_SCPAGE_HFED_HR ; 70 }; 71 PageItem 72 { 73 Identifier = 2 ; 74 HEADER_LEFT 75 PageResID = RID_SCPAGE_HFED_HL ; 76 }; 77 }; 78 }; 79}; 80TabDialog RID_SCDLG_HFED_FOOTER 81{ 82 OutputSize = TRUE ; 83 SVLook = TRUE ; 84 Size = MAP_APPFONT ( 270, 140 ) ; 85 Text [ en-US ] = "Footers" ; 86 Moveable = TRUE ; 87 // Closeable = TRUE ; 88 TabControl 1 89 { 90 OutputSize = TRUE ; 91 SVLook = TRUE ; 92 Pos = MAP_APPFONT ( 6, 3 ) ; 93 Size = MAP_APPFONT ( 260, 135 ) ; 94 PageList = 95 { 96 PageItem 97 { 98 Identifier = 1 ; 99 FOOTER_RIGHT 100 PageResID = RID_SCPAGE_HFED_FR ; 101 }; 102 PageItem 103 { 104 Identifier = 2 ; 105 FOOTER_LEFT 106 PageResID = RID_SCPAGE_HFED_FL ; 107 }; 108 }; 109 }; 110}; 111//------------------------------------------------------------------------ 112// Bearbeiten/Kopf-Fusszeile: 113//------------------------------------------------------------------------ 114TabDialog RID_SCDLG_HFEDIT_ALL 115{ 116 OutputSize = TRUE ; 117 SVLook = TRUE ; 118 Size = MAP_APPFONT ( 270, 140 ) ; 119 Moveable = TRUE ; 120 // Closeable = TRUE ; 121 HFEDIT_DLGTITLE 122 TabControl 1 123 { 124 OutputSize = TRUE ; 125 SVLook = TRUE ; 126 Pos = MAP_APPFONT ( 6, 3 ) ; 127 Size = MAP_APPFONT ( 260, 135 ) ; 128 PageList = 129 { 130 PageItem 131 { 132 Identifier = 1 ; 133 HEADER_RIGHT 134 PageResID = RID_SCPAGE_HFED_HR ; 135 }; 136 PageItem 137 { 138 Identifier = 2 ; 139 HEADER_LEFT 140 PageResID = RID_SCPAGE_HFED_HL ; 141 }; 142 PageItem 143 { 144 Identifier = 3 ; 145 FOOTER_RIGHT 146 PageResID = RID_SCPAGE_HFED_FR ; 147 }; 148 PageItem 149 { 150 Identifier = 4 ; 151 FOOTER_LEFT 152 PageResID = RID_SCPAGE_HFED_FL ; 153 }; 154 }; 155 }; 156}; 157TabDialog RID_SCDLG_HFEDIT_SHDR 158{ 159 OutputSize = TRUE ; 160 SVLook = TRUE ; 161 Size = MAP_APPFONT ( 270, 140 ) ; 162 Moveable = TRUE ; 163 // Closeable = TRUE ; 164 HFEDIT_DLGTITLE 165 TabControl 1 166 { 167 OutputSize = TRUE ; 168 SVLook = TRUE ; 169 Pos = MAP_APPFONT ( 6, 3 ) ; 170 Size = MAP_APPFONT ( 260, 135 ) ; 171 PageList = 172 { 173 PageItem 174 { 175 Identifier = 1 ; 176 HEADER 177 PageResID = RID_SCPAGE_HFED_HR ; 178 }; 179 PageItem 180 { 181 Identifier = 2 ; 182 FOOTER_RIGHT 183 PageResID = RID_SCPAGE_HFED_FR ; 184 }; 185 PageItem 186 { 187 Identifier = 3 ; 188 FOOTER_LEFT 189 PageResID = RID_SCPAGE_HFED_FL ; 190 }; 191 }; 192 }; 193}; 194TabDialog RID_SCDLG_HFEDIT_SFTR 195{ 196 OutputSize = TRUE ; 197 SVLook = TRUE ; 198 Size = MAP_APPFONT ( 270, 140 ) ; 199 Moveable = TRUE ; 200 // Closeable = TRUE ; 201 HFEDIT_DLGTITLE 202 TabControl 1 203 { 204 OutputSize = TRUE ; 205 SVLook = TRUE ; 206 Pos = MAP_APPFONT ( 6, 3 ) ; 207 Size = MAP_APPFONT ( 260, 135 ) ; 208 PageList = 209 { 210 PageItem 211 { 212 Identifier = 1 ; 213 HEADER_RIGHT 214 PageResID = RID_SCPAGE_HFED_HR ; 215 }; 216 PageItem 217 { 218 Identifier = 2 ; 219 HEADER_LEFT 220 PageResID = RID_SCPAGE_HFED_HL ; 221 }; 222 PageItem 223 { 224 Identifier = 3 ; 225 FOOTER 226 PageResID = RID_SCPAGE_HFED_FR ; 227 }; 228 }; 229 }; 230}; 231TabDialog RID_SCDLG_HFEDIT 232{ 233 OutputSize = TRUE ; 234 SVLook = TRUE ; 235 Size = MAP_APPFONT ( 270, 140 ) ; 236 Moveable = TRUE ; 237 // Closeable = TRUE ; 238 HFEDIT_DLGTITLE 239 TabControl 1 240 { 241 OutputSize = TRUE ; 242 SVLook = TRUE ; 243 Pos = MAP_APPFONT ( 6, 3 ) ; 244 Size = MAP_APPFONT ( 260, 135 ) ; 245 PageList = 246 { 247 PageItem 248 { 249 Identifier = 1 ; 250 HEADER 251 PageResID = RID_SCPAGE_HFED_HR ; 252 }; 253 PageItem 254 { 255 Identifier = 2 ; 256 FOOTER 257 PageResID = RID_SCPAGE_HFED_FR ; 258 }; 259 }; 260 }; 261}; 262TabDialog RID_SCDLG_HFEDIT_HEADER 263{ 264 OutputSize = TRUE ; 265 SVLook = TRUE ; 266 Size = MAP_APPFONT ( 270, 140 ) ; 267 Moveable = TRUE ; 268 // Closeable = TRUE ; 269 HFEDIT_DLGTITLE 270 TabControl 1 271 { 272 OutputSize = TRUE ; 273 SVLook = TRUE ; 274 Pos = MAP_APPFONT ( 6, 3 ) ; 275 Size = MAP_APPFONT ( 260, 135 ) ; 276 PageList = 277 { 278 PageItem 279 { 280 Identifier = 1 ; 281 HEADER_RIGHT 282 PageResID = RID_SCPAGE_HFED_HR ; 283 }; 284 PageItem 285 { 286 Identifier = 2 ; 287 HEADER_LEFT 288 PageResID = RID_SCPAGE_HFED_HL ; 289 }; 290 }; 291 }; 292}; 293TabDialog RID_SCDLG_HFEDIT_FOOTER 294{ 295 OutputSize = TRUE ; 296 SVLook = TRUE ; 297 Size = MAP_APPFONT ( 270, 140 ) ; 298 Moveable = TRUE ; 299 // Closeable = TRUE ; 300 HFEDIT_DLGTITLE 301 TabControl 1 302 { 303 OutputSize = TRUE ; 304 SVLook = TRUE ; 305 Pos = MAP_APPFONT ( 6, 3 ) ; 306 Size = MAP_APPFONT ( 260, 135 ) ; 307 PageList = 308 { 309 PageItem 310 { 311 Identifier = 1 ; 312 FOOTER_RIGHT 313 PageResID = RID_SCPAGE_HFED_FR ; 314 }; 315 PageItem 316 { 317 Identifier = 2 ; 318 FOOTER_LEFT 319 PageResID = RID_SCPAGE_HFED_FL ; 320 }; 321 }; 322 }; 323}; 324TabDialog RID_SCDLG_HFEDIT_RIGHTHEADER 325{ 326 OutputSize = TRUE ; 327 SVLook = TRUE ; 328 Size = MAP_APPFONT ( 270, 140 ) ; 329 Moveable = TRUE ; 330 // Closeable = TRUE ; 331 HFEDIT_DLGTITLE 332 TabControl 1 333 { 334 OutputSize = TRUE ; 335 SVLook = TRUE ; 336 Pos = MAP_APPFONT ( 6, 3 ) ; 337 Size = MAP_APPFONT ( 260, 135 ) ; 338 PageList = 339 { 340 PageItem 341 { 342 Identifier = 1 ; 343 HEADER_RIGHT 344 PageResID = RID_SCPAGE_HFED_HR ; 345 }; 346 }; 347 }; 348}; 349TabDialog RID_SCDLG_HFEDIT_LEFTHEADER 350{ 351 OutputSize = TRUE ; 352 SVLook = TRUE ; 353 Size = MAP_APPFONT ( 270, 140 ) ; 354 Moveable = TRUE ; 355 // Closeable = TRUE ; 356 HFEDIT_DLGTITLE 357 TabControl 1 358 { 359 OutputSize = TRUE ; 360 SVLook = TRUE ; 361 Pos = MAP_APPFONT ( 6, 3 ) ; 362 Size = MAP_APPFONT ( 260, 135 ) ; 363 PageList = 364 { 365 PageItem 366 { 367 Identifier = 1 ; 368 HEADER_LEFT 369 PageResID = RID_SCPAGE_HFED_HL ; 370 }; 371 }; 372 }; 373}; 374TabDialog RID_SCDLG_HFEDIT_RIGHTFOOTER 375{ 376 OutputSize = TRUE ; 377 SVLook = TRUE ; 378 Size = MAP_APPFONT ( 270, 140 ) ; 379 Moveable = TRUE ; 380 // Closeable = TRUE ; 381 HFEDIT_DLGTITLE 382 TabControl 1 383 { 384 OutputSize = TRUE ; 385 SVLook = TRUE ; 386 Pos = MAP_APPFONT ( 6, 3 ) ; 387 Size = MAP_APPFONT ( 260, 135 ) ; 388 PageList = 389 { 390 PageItem 391 { 392 Identifier = 1 ; 393 FOOTER_RIGHT 394 PageResID = RID_SCPAGE_HFED_FR ; 395 }; 396 }; 397 }; 398}; 399TabDialog RID_SCDLG_HFEDIT_LEFTFOOTER 400{ 401 OutputSize = TRUE ; 402 SVLook = TRUE ; 403 Size = MAP_APPFONT ( 270, 140 ) ; 404 Moveable = TRUE ; 405 // Closeable = TRUE ; 406 HFEDIT_DLGTITLE 407 TabControl 1 408 { 409 OutputSize = TRUE ; 410 SVLook = TRUE ; 411 Pos = MAP_APPFONT ( 6, 3 ) ; 412 Size = MAP_APPFONT ( 260, 135 ) ; 413 PageList = 414 { 415 PageItem 416 { 417 Identifier = 1 ; 418 FOOTER_LEFT 419 PageResID = RID_SCPAGE_HFED_FL ; 420 }; 421 }; 422 }; 423}; 424//------------------------------------------------------------------------ 425// ScTpHFEdit 426//------------------------------------------------------------------------ 427TabPage RID_HFBASE 428{ 429 Hide = TRUE ; 430 HelpId = HID_SCPAGE_HFEDIT ; 431 Pos = MAP_APPFONT ( 0, 0 ) ; 432 Size = MAP_APPFONT ( 260, 185 ) ; 433 FixedText FT_LEFT 434 { 435 Pos = MAP_APPFONT ( 6, 6 ) ; 436 Size = MAP_APPFONT ( 75, 10 ) ; 437 Text [ en-US ] = "~Left area" ; 438 }; 439 /* "Control" braucht eigene HelpId, darum in der Ableitung: 440 Control WND_LEFT 441 { 442 Border = TRUE ; 443 Pos = MAP_APPFONT ( 6, 18 ) ; 444 Size = MAP_APPFONT ( 80, 72 ) ; 445 TabStop = TRUE ; 446 }; 447*/ 448 FixedText FT_CENTER 449 { 450 Pos = MAP_APPFONT ( 90, 6 ) ; 451 Size = MAP_APPFONT ( 75, 10 ) ; 452 Text [ en-US ] = "~Center area" ; 453 }; 454 /* "Control" braucht eigene HelpId, darum in der Ableitung: 455 Control WND_CENTER 456 { 457 Border = TRUE ; 458 Pos = MAP_APPFONT ( 90, 18 ) ; 459 Size = MAP_APPFONT ( 80, 72 ) ; 460 TabStop = TRUE ; 461 }; 462*/ 463 FixedText FT_RIGHT 464 { 465 Pos = MAP_APPFONT ( 174, 6 ) ; 466 Size = MAP_APPFONT ( 75, 10 ) ; 467 Text [ en-US ] = "R~ight area" ; 468 }; 469 /* "Control" braucht eigene HelpId, darum in der Ableitung: 470 Control WND_RIGHT 471 { 472 Border = TRUE ; 473 Pos = MAP_APPFONT ( 174, 18 ) ; 474 Size = MAP_APPFONT ( 80, 72 ) ; 475 TabStop = TRUE ; 476 }; 477*/ 478 FixedText FT_HF_DEFINED 479 { 480 Pos = MAP_APPFONT ( 12, 102 ) ; 481 Size = MAP_APPFONT ( 76, 10 ) ; 482 Text [ en-US ] = "Hea~der" ; 483 }; 484 485 /* #i84123# list box needs own help id, which is set in the derived tab pages 486 ListBox LB_DEFINED 487 { 488 HelpID = "sc:ListBox:RID_HFBASE:LB_DEFINED" ; 489 Border = TRUE ; 490 Pos = MAP_APPFONT ( 90, 100 ) ; 491 Size = MAP_APPFONT ( 130, 80 ) ; 492 DropDown = TRUE ; 493 TabStop = TRUE ; 494 }; 495 */ 496 497 FixedText FT_HF_CUSTOM 498 { 499 Pos = MAP_APPFONT ( 12, 124 ) ; 500 Size = MAP_APPFONT ( 76, 10 ) ; 501 Text [ en-US ] = "Custom header" ; 502 }; 503 504 ImageButton BTN_TEXT 505 { 506 HelpId = HID_SC_HF_TEXT ; 507 Pos = MAP_APPFONT ( 90, 122 ) ; 508 Size = MAP_APPFONT ( 15, 15 ) ; 509 TabStop = TRUE ; 510 QuickHelpText [ en-US ] = "Text Attributes" ; 511 ButtonImage = Image 512 { 513 ImageBitmap = Bitmap { File = "text.png" ; }; 514 }; 515 }; 516 Image IMG_TEXT_H 517 { 518 ImageBitmap = Bitmap { File = "text_h.png" ; }; 519 }; 520 ImageButton BTN_FILE 521 { 522 HelpId = HID_SC_HF_FILE ; 523 Pos = MAP_APPFONT ( 113, 122 ) ; 524 Size = MAP_APPFONT ( 15, 15 ) ; 525 TabStop = TRUE ; 526 QuickHelpText [ en-US ] = "Title" ; 527 ButtonImage = Image 528 { 529 ImageBitmap = Bitmap { File = "file.png" ; }; 530 }; 531 }; 532 Image IMG_FILE_H 533 { 534 ImageBitmap = Bitmap { File = "file_h.png" ; }; 535 }; 536 537 Menu RID_POPUP_FCOMMAND 538 { 539 ItemList = 540 { 541 MenuItem 542 { 543 Identifier = FILE_COMMAND_TITEL ; 544 HelpID = HID_FCOMMAND_TITEL ; 545 Text [ en-US ] = "Title" ; 546 }; 547 MenuItem 548 { 549 Identifier = FILE_COMMAND_FILENAME ; 550 HelpID = HID_FCOMMAND_FILENAME; 551 RadioCheck = TRUE ; 552 Text [ en-US ] = "File Name" ; 553 }; 554 MenuItem 555 { 556 Identifier = FILE_COMMAND_PATH ; 557 HelpID = HID_FCOMMAND_PATH; 558 RadioCheck = TRUE ; 559 Text [ en-US ] = "Path/File Name" ; 560 }; 561 }; 562 }; 563 564 ImageButton BTN_TABLE 565 { 566 HelpId = HID_SC_HF_TABLE ; 567 Pos = MAP_APPFONT ( 130, 122 ) ; 568 Size = MAP_APPFONT ( 15, 15 ) ; 569 TabStop = TRUE ; 570 QuickHelpText [ en-US ] = "Sheet Name" ; 571 ButtonImage = Image 572 { 573 ImageBitmap = Bitmap { File = "table.png" ; }; 574 }; 575 }; 576 Image IMG_TABLE_H 577 { 578 ImageBitmap = Bitmap { File = "table_h.png" ; }; 579 }; 580 ImageButton BTN_PAGE 581 { 582 HelpId = HID_SC_HF_PAGE ; 583 Pos = MAP_APPFONT ( 150, 122 ) ; 584 Size = MAP_APPFONT ( 15, 15 ) ; 585 TabStop = TRUE ; 586 QuickHelpText [ en-US ] = "Page" ; 587 ButtonImage = Image 588 { 589 ImageBitmap = Bitmap { File = "page.png" ; }; 590 }; 591 }; 592 Image IMG_PAGE_H 593 { 594 ImageBitmap = Bitmap { File = "page_h.png" ; }; 595 }; 596 ImageButton BTN_PAGES 597 { 598 HelpId = HID_SC_HF_PAGES ; 599 Pos = MAP_APPFONT ( 167, 122 ) ; 600 Size = MAP_APPFONT ( 15, 15 ) ; 601 TabStop = TRUE ; 602 QuickHelpText [ en-US ] = "Pages" ; 603 ButtonImage = Image 604 { 605 ImageBitmap = Bitmap { File = "pages.png" ; }; 606 }; 607 }; 608 Image IMG_PAGES_H 609 { 610 ImageBitmap = Bitmap { File = "pages_h.png" ; }; 611 }; 612 ImageButton BTN_DATE 613 { 614 HelpId = HID_SC_HF_DATE ; 615 Pos = MAP_APPFONT ( 187, 122 ) ; 616 Size = MAP_APPFONT ( 15, 15 ) ; 617 TabStop = TRUE ; 618 QuickHelpText [ en-US ] = "Date" ; 619 ButtonImage = Image 620 { 621 ImageBitmap = Bitmap { File = "date.png" ; }; 622 }; 623 }; 624 Image IMG_DATE_H 625 { 626 ImageBitmap = Bitmap { File = "date_h.png" ; }; 627 }; 628 ImageButton BTN_TIME 629 { 630 HelpId = HID_SC_HF_TIME ; 631 Pos = MAP_APPFONT ( 204, 122 ) ; 632 Size = MAP_APPFONT ( 15, 15 ) ; 633 TabStop = TRUE ; 634 QuickHelpText [ en-US ] = "Time" ; 635 ButtonImage = Image 636 { 637 ImageBitmap = Bitmap { File = "time.png" ; }; 638 }; 639 }; 640 Image IMG_TIME_H 641 { 642 ImageBitmap = Bitmap { File = "time_h.png" ; }; 643 }; 644 FixedText FT_INFO 645 { 646 Pos = MAP_APPFONT ( 12, 155 ) ; 647 Size = MAP_APPFONT ( 240, 24 ) ; 648 WordBreak = TRUE ; 649 Text [ en-US ] = "Use the buttons to change the font or insert field commands such as date, time, etc." ; 650 }; 651 FixedLine FL_INFO 652 { 653 Pos = MAP_APPFONT ( 6, 144 ) ; 654 Size = MAP_APPFONT ( 248, 8 ) ; 655 Text [ en-US ] = "Note" ; 656 }; 657}; 658// Kombinationen: Header/Footer links/rechts 659// die Eingabefenster jeweils mit eigener ID, sonst aus RID_HFBASE kopiert 660TabPage RID_SCPAGE_HFED_HL < RID_HFBASE 661{ 662 Hide = TRUE ; 663 HelpId = HID_SCPAGE_HFED_HL ; 664 Control WND_LEFT 665 { 666 HelpId = HID_SC_HF_HLL ; 667 Border = TRUE ; 668 Pos = MAP_APPFONT ( 6, 18 ) ; 669 Size = MAP_APPFONT ( 80, 72 ) ; 670 TabStop = TRUE ; 671 }; 672 Control WND_CENTER 673 { 674 HelpId = HID_SC_HF_HLC ; 675 Border = TRUE ; 676 Pos = MAP_APPFONT ( 90, 18 ) ; 677 Size = MAP_APPFONT ( 80, 72 ) ; 678 TabStop = TRUE ; 679 }; 680 Control WND_RIGHT 681 { 682 HelpId = HID_SC_HF_HLR ; 683 Border = TRUE ; 684 Pos = MAP_APPFONT ( 174, 18 ) ; 685 Size = MAP_APPFONT ( 80, 72 ) ; 686 TabStop = TRUE ; 687 }; 688 ListBox LB_DEFINED 689 { 690 HelpId = HID_SC_HF_HL_DEFINED ; 691 Border = TRUE ; 692 Pos = MAP_APPFONT ( 90, 100 ) ; 693 Size = MAP_APPFONT ( 130, 80 ) ; 694 DropDown = TRUE ; 695 TabStop = TRUE ; 696 }; 697}; 698TabPage RID_SCPAGE_HFED_HR < RID_HFBASE 699{ 700 Hide = TRUE ; 701 HelpId = HID_SCPAGE_HFED_HR ; 702 Control WND_LEFT 703 { 704 HelpId = HID_SC_HF_HRL ; 705 Border = TRUE ; 706 Pos = MAP_APPFONT ( 6, 18 ) ; 707 Size = MAP_APPFONT ( 80, 72 ) ; 708 TabStop = TRUE ; 709 }; 710 Control WND_CENTER 711 { 712 HelpId = HID_SC_HF_HRC ; 713 Border = TRUE ; 714 Pos = MAP_APPFONT ( 90, 18 ) ; 715 Size = MAP_APPFONT ( 80, 72 ) ; 716 TabStop = TRUE ; 717 }; 718 Control WND_RIGHT 719 { 720 HelpId = HID_SC_HF_HRR ; 721 Border = TRUE ; 722 Pos = MAP_APPFONT ( 174, 18 ) ; 723 Size = MAP_APPFONT ( 80, 72 ) ; 724 TabStop = TRUE ; 725 }; 726 ListBox LB_DEFINED 727 { 728 HelpId = HID_SC_HF_HR_DEFINED ; 729 Border = TRUE ; 730 Pos = MAP_APPFONT ( 90, 100 ) ; 731 Size = MAP_APPFONT ( 130, 80 ) ; 732 DropDown = TRUE ; 733 TabStop = TRUE ; 734 }; 735}; 736TabPage RID_SCPAGE_HFED_FL < RID_HFBASE 737{ 738 Hide = TRUE ; 739 HelpId = HID_SCPAGE_HFED_FL ; 740 Control WND_LEFT 741 { 742 HelpId = HID_SC_HF_FLL ; 743 Border = TRUE ; 744 Pos = MAP_APPFONT ( 6, 18 ) ; 745 Size = MAP_APPFONT ( 80, 72 ) ; 746 TabStop = TRUE ; 747 }; 748 Control WND_CENTER 749 { 750 HelpId = HID_SC_HF_FLC ; 751 Border = TRUE ; 752 Pos = MAP_APPFONT ( 90, 18 ) ; 753 Size = MAP_APPFONT ( 80, 72 ) ; 754 TabStop = TRUE ; 755 }; 756 Control WND_RIGHT 757 { 758 HelpId = HID_SC_HF_FLR ; 759 Border = TRUE ; 760 Pos = MAP_APPFONT ( 174, 18 ) ; 761 Size = MAP_APPFONT ( 80, 72 ) ; 762 TabStop = TRUE ; 763 }; 764 ListBox LB_DEFINED 765 { 766 HelpId = HID_SC_HF_FL_DEFINED ; 767 Border = TRUE ; 768 Pos = MAP_APPFONT ( 90, 100 ) ; 769 Size = MAP_APPFONT ( 130, 80 ) ; 770 DropDown = TRUE ; 771 TabStop = TRUE ; 772 }; 773}; 774TabPage RID_SCPAGE_HFED_FR < RID_HFBASE 775{ 776 Hide = TRUE ; 777 HelpId = HID_SCPAGE_HFED_FR ; 778 Control WND_LEFT 779 { 780 HelpId = HID_SC_HF_FRL ; 781 Border = TRUE ; 782 Pos = MAP_APPFONT ( 6, 18 ) ; 783 Size = MAP_APPFONT ( 80, 72 ) ; 784 TabStop = TRUE ; 785 }; 786 Control WND_CENTER 787 { 788 HelpId = HID_SC_HF_FRC ; 789 Border = TRUE ; 790 Pos = MAP_APPFONT ( 90, 18 ) ; 791 Size = MAP_APPFONT ( 80, 72 ) ; 792 TabStop = TRUE ; 793 }; 794 Control WND_RIGHT 795 { 796 HelpId = HID_SC_HF_FRR ; 797 Border = TRUE ; 798 Pos = MAP_APPFONT ( 174, 18 ) ; 799 Size = MAP_APPFONT ( 80, 72 ) ; 800 TabStop = TRUE ; 801 }; 802 ListBox LB_DEFINED 803 { 804 HelpId = HID_SC_HF_FR_DEFINED ; 805 Border = TRUE ; 806 Pos = MAP_APPFONT ( 90, 100 ) ; 807 Size = MAP_APPFONT ( 130, 80 ) ; 808 DropDown = TRUE ; 809 TabStop = TRUE ; 810 }; 811}; 812