1/************************************************************************* 2 * 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4 * 5 * Copyright 2000, 2010 Oracle and/or its affiliates. 6 * 7 * OpenOffice.org - a multi-platform office productivity suite 8 * 9 * This file is part of OpenOffice.org. 10 * 11 * OpenOffice.org is free software: you can redistribute it and/or modify 12 * it under the terms of the GNU Lesser General Public License version 3 13 * only, as published by the Free Software Foundation. 14 * 15 * OpenOffice.org is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 18 * GNU Lesser General Public License version 3 for more details 19 * (a copy is included in the LICENSE file that accompanied this code). 20 * 21 * You should have received a copy of the GNU Lesser General Public License 22 * version 3 along with OpenOffice.org. If not, see 23 * <http://www.openoffice.org/license.html> 24 * for a copy of the LGPLv3 License. 25 * 26 ************************************************************************/ 27 28 29#include <sfx2/sfx.hrc> 30#include <svx/globlmn.hrc> 31#include "starmath.hrc" 32#include "dialog.hrc" 33#include "toolbox.hrc" 34#include "smcommands.h" 35 36#define IMAGE_STDBTN_COLOR Color { Red = 0xff00; Green = 0x0000; Blue = 0xff00; } 37#define IMAGE_STDBTN_COLOR_HC IMAGE_STDBTN_COLOR 38 39#define MN_SUB_TOOLBAR 32 40#define WORKARROUND_1 1 41#define WORKARROUND_3 3 42#define WORKARROUND_10 10 43 44ModalDialog RID_FONTDIALOG 45{ 46 HelpID = "starmath:ModalDialog:RID_FONTDIALOG"; 47 Moveable = TRUE ; 48 OutputSize = TRUE ; 49 SVLook = TRUE ; 50 Size = MAP_APPFONT ( 183 , 150 ) ; 51 Text [ en-US ] = "Fonts" ; 52 FixedText 1 53 { 54 Left = TRUE ; 55 Pos = MAP_APPFONT ( 6 , 6 ) ; 56 Size = MAP_APPFONT ( 40 , 8 ) ; 57 Text [ en-US ] = "~Font"; 58 }; 59 ComboBox 1 60 { 61 HelpID = "starmath:ComboBox:RID_FONTDIALOG:1"; 62 Pos = MAP_APPFONT ( 6 , 17 ) ; 63 Size = MAP_APPFONT ( 111 , 60 ) ; 64 TabStop = TRUE ; 65 Sort = TRUE ; 66 VScroll = TRUE ; 67 }; 68 CheckBox 1 69 { 70 HelpID = "starmath:CheckBox:RID_FONTDIALOG:1"; 71 TabStop = TRUE ; 72 Pos = MAP_APPFONT ( 60 , 84 ) ; 73 Size = MAP_APPFONT ( 33 , 10 ) ; 74 Text [ en-US ] = "~Bold" ; 75 }; 76 CheckBox 2 77 { 78 HelpID = "starmath:CheckBox:RID_FONTDIALOG:2"; 79 TabStop = TRUE ; 80 Pos = MAP_APPFONT ( 60 , 97 ) ; 81 Size = MAP_APPFONT ( 33 , 10 ) ; 82 Text [ en-US ] = "~Italic" ; 83 }; 84 OKButton 1 85 { 86 Pos = MAP_APPFONT ( 126 , 6 ) ; 87 Size = MAP_APPFONT ( 50 , 14 ) ; 88 TabStop = TRUE ; 89 DefButton = TRUE ; 90 }; 91 CancelButton 1 92 { 93 Pos = MAP_APPFONT ( 126 , 24 ) ; 94 Size = MAP_APPFONT ( 50 , 14 ) ; 95 TabStop = TRUE ; 96 }; 97 Control 1 98 { 99 Disable = TRUE ; 100 Border = TRUE; 101 Pos = MAP_APPFONT ( 6 , 113 ) ; 102 Size = MAP_APPFONT ( 111 , 31 ) ; 103 }; 104 FixedText 2 105 { 106 Pos = MAP_APPFONT ( 6 , 85 ) ; 107 Size = MAP_APPFONT ( 42 , 8 ) ; 108 Text [ en-US ] = "Attributes" ; 109 }; 110}; 111 112ModalDialog RID_FONTSIZEDIALOG 113{ 114 Moveable = TRUE ; 115 OutputSize = TRUE ; 116 SVLook = TRUE ; 117 HelpId = CMD_SID_FONTSIZE ; 118 Size = MAP_APPFONT ( 171 , 120 ) ; 119 Text [ en-US ] = "Font Sizes" ; 120 FixedText 1 121 { 122 Left = TRUE ; 123 Pos = MAP_APPFONT ( 12 , 7 ) ; 124 Size = MAP_APPFONT ( 40 , 10 ) ; 125 Text [ en-US ] = "Base ~size"; 126 }; 127 MetricField 1 128 { 129 HelpID = "starmath:MetricField:RID_FONTSIZEDIALOG:1"; 130 Border = TRUE ; 131 Pos = MAP_APPFONT ( 57 , 6 ) ; 132 Size = MAP_APPFONT ( 40 , 12 ) ; 133 TabStop = TRUE ; 134 Left = TRUE ; 135 Repeat = TRUE ; 136 Spin = TRUE ; 137 Minimum = 4 ; 138 Maximum = 127 ; 139 Unit = FUNIT_POINT ; 140 }; 141 FixedText 4 142 { 143 Pos = MAP_APPFONT ( 12 , 37 ) ; 144 Size = MAP_APPFONT ( 40 , 10 ) ; 145 Left = TRUE ; 146 Text [ en-US ] = "~Text"; 147 }; 148 MetricField 4 149 { 150 HelpID = "starmath:MetricField:RID_FONTSIZEDIALOG:4"; 151 Border = TRUE ; 152 Pos = MAP_APPFONT ( 57 , 36 ) ; 153 Size = MAP_APPFONT ( 40 , 12 ) ; 154 TabStop = TRUE ; 155 Left = TRUE ; 156 Repeat = TRUE ; 157 Spin = TRUE ; 158 Minimum = 5 ; 159 Maximum = 200 ; 160 Unit = FUNIT_CUSTOM ; 161 CustomUnitText = "%" ; 162 }; 163 FixedText 5 164 { 165 Pos = MAP_APPFONT ( 12 , 52 ) ; 166 Size = MAP_APPFONT ( 40 , 10 ) ; 167 Left = TRUE ; 168 Text [ en-US ] = "~Indexes"; 169 }; 170 MetricField 5 171 { 172 HelpID = "starmath:MetricField:RID_FONTSIZEDIALOG:5"; 173 Border = TRUE ; 174 Pos = MAP_APPFONT ( 57 , 51 ) ; 175 Size = MAP_APPFONT ( 40 , 12 ) ; 176 TabStop = TRUE ; 177 Left = TRUE ; 178 Repeat = TRUE ; 179 Spin = TRUE ; 180 Minimum = 5 ; 181 Maximum = 200 ; 182 Unit = FUNIT_CUSTOM ; 183 CustomUnitText = "%" ; 184 }; 185 FixedText 6 186 { 187 Pos = MAP_APPFONT ( 12 , 67 ) ; 188 Size = MAP_APPFONT ( 40 , 10 ) ; 189 Left = TRUE ; 190 Text [ en-US ] = "~Functions"; 191 }; 192 MetricField 6 193 { 194 HelpID = "starmath:MetricField:RID_FONTSIZEDIALOG:6"; 195 Border = TRUE ; 196 Pos = MAP_APPFONT ( 57 , 66 ) ; 197 Size = MAP_APPFONT ( 40 , 12 ) ; 198 TabStop = TRUE ; 199 Left = TRUE ; 200 Repeat = TRUE ; 201 Spin = TRUE ; 202 Minimum = 5 ; 203 Maximum = 200 ; 204 Unit = FUNIT_CUSTOM ; 205 CustomUnitText = "%" ; 206 }; 207 FixedText 7 208 { 209 Pos = MAP_APPFONT ( 12 , 82 ) ; 210 Size = MAP_APPFONT ( 40 , 10 ) ; 211 Left = TRUE ; 212 Text [ en-US ] = "~Operators"; 213 }; 214 MetricField 7 215 { 216 HelpID = "starmath:MetricField:RID_FONTSIZEDIALOG:7"; 217 Border = TRUE ; 218 Pos = MAP_APPFONT ( 57 , 81 ) ; 219 Size = MAP_APPFONT ( 40 , 12 ) ; 220 TabStop = TRUE ; 221 Left = TRUE ; 222 Repeat = TRUE ; 223 Spin = TRUE ; 224 Minimum = 5 ; 225 Maximum = 200 ; 226 Unit = FUNIT_CUSTOM ; 227 CustomUnitText = "%" ; 228 }; 229 FixedText 8 230 { 231 Pos = MAP_APPFONT ( 12 , 97 ) ; 232 Size = MAP_APPFONT ( 40 , 10 ) ; 233 Left = TRUE ; 234 Text [ en-US ] = "~Limits"; 235 }; 236 MetricField 8 237 { 238 HelpID = "starmath:MetricField:RID_FONTSIZEDIALOG:8"; 239 Border = TRUE ; 240 Pos = MAP_APPFONT ( 57 , 96 ) ; 241 Size = MAP_APPFONT ( 40 , 12 ) ; 242 TabStop = TRUE ; 243 Left = TRUE ; 244 Repeat = TRUE ; 245 Spin = TRUE ; 246 Minimum = 5 ; 247 Maximum = 200 ; 248 Unit = FUNIT_CUSTOM ; 249 CustomUnitText = "%" ; 250 }; 251 FixedLine 1 252 { 253 Pos = MAP_APPFONT ( 6 , 24 ) ; 254 Size = MAP_APPFONT ( 99 , 8 ) ; 255 Text [ en-US ] = "Relative sizes" ; 256 }; 257 OKButton 1 258 { 259 Pos = MAP_APPFONT ( 114 , 3 ) ; 260 Size = MAP_APPFONT ( 50 , 14 ) ; 261 TabStop = TRUE ; 262 DefButton = TRUE ; 263 }; 264 CancelButton 1 265 { 266 Pos = MAP_APPFONT ( 114 , 21 ) ; 267 Size = MAP_APPFONT ( 50 , 14 ) ; 268 TabStop = TRUE ; 269 }; 270 PushButton 1 271 { 272 HelpID = "starmath:PushButton:RID_FONTSIZEDIALOG:1"; 273 TabStop = TRUE ; 274 Pos = MAP_APPFONT ( 114 , 45 ) ; 275 Size = MAP_APPFONT ( 50 , 14 ) ; 276 Text [ en-US ] = "~Default" ; 277 }; 278}; 279 280ModalDialog RID_FONTTYPEDIALOG 281{ 282 OutputSize = TRUE ; 283 SVLook = TRUE ; 284 HelpId = CMD_SID_FONT ; 285 Size = MAP_APPFONT ( 282 , 153 ) ; 286 Text [ en-US ] = "Fonts" ; 287 Moveable = TRUE ; 288 FixedLine 1 289 { 290 Pos = MAP_APPFONT ( 6 , 6 ) ; 291 Size = MAP_APPFONT ( 207 , 8 ) ; 292 Text [ en-US ] = "Formula fonts" ; 293 }; 294 FixedLine 2 295 { 296 Pos = MAP_APPFONT ( 6 , 84 ) ; 297 Size = MAP_APPFONT ( 207 , 8 ) ; 298 Text [ en-US ] = "Custom fonts" ; 299 }; 300 FixedText 1 301 { 302 Left = TRUE ; 303 Pos = MAP_APPFONT ( 12 , 18 ) ; 304 Size = MAP_APPFONT ( 40 , 10 ) ; 305 Text [ en-US ] = "~Variables"; 306 }; 307 ListBox 1 308 { 309 HelpID = "starmath:ListBox:RID_FONTTYPEDIALOG:1"; 310 Border = TRUE ; 311 Pos = MAP_APPFONT ( 54 , 18 ) ; 312 Size = MAP_APPFONT ( 150 , 69 ) ; 313 TabStop = TRUE ; 314 DropDown = TRUE ; 315 }; 316 FixedText 2 317 { 318 Left = TRUE ; 319 Pos = MAP_APPFONT ( 12 , 33 ) ; 320 Size = MAP_APPFONT ( 40 , 10 ) ; 321 Text [ en-US ] = "~Functions"; 322 }; 323 ListBox 2 324 { 325 HelpID = "starmath:ListBox:RID_FONTTYPEDIALOG:2"; 326 Border = TRUE ; 327 Pos = MAP_APPFONT ( 54 , 33 ) ; 328 Size = MAP_APPFONT ( 150 , 69 ) ; 329 TabStop = TRUE ; 330 DropDown = TRUE ; 331 }; 332 FixedText 3 333 { 334 Left = TRUE ; 335 Pos = MAP_APPFONT ( 12 , 51 ) ; 336 Size = MAP_APPFONT ( 40 , 10 ) ; 337 Text [ en-US ] = "~Numbers"; 338 }; 339 ListBox 3 340 { 341 HelpID = "starmath:ListBox:RID_FONTTYPEDIALOG:3"; 342 Border = TRUE ; 343 Pos = MAP_APPFONT ( 54 , 48 ) ; 344 Size = MAP_APPFONT ( 150 , 69 ) ; 345 TabStop = TRUE ; 346 DropDown = TRUE ; 347 }; 348 FixedText 4 349 { 350 Left = TRUE ; 351 Pos = MAP_APPFONT ( 12 , 66 ) ; 352 Size = MAP_APPFONT ( 40 , 10 ) ; 353 Text [ en-US ] = "~Text"; 354 }; 355 ListBox 4 356 { 357 HelpID = "starmath:ListBox:RID_FONTTYPEDIALOG:4"; 358 Border = TRUE ; 359 Pos = MAP_APPFONT ( 54 , 63 ) ; 360 Size = MAP_APPFONT ( 150 , 69 ) ; 361 TabStop = TRUE ; 362 DropDown = TRUE ; 363 }; 364 FixedText 5 365 { 366 Left = TRUE ; 367 Pos = MAP_APPFONT ( 12 , 97 ) ; 368 Size = MAP_APPFONT ( 40 , 10 ) ; 369 Text [ en-US ] = "~Serif"; 370 }; 371 ListBox 5 372 { 373 HelpID = "starmath:ListBox:RID_FONTTYPEDIALOG:5"; 374 Border = TRUE ; 375 Pos = MAP_APPFONT ( 54 , 96 ) ; 376 Size = MAP_APPFONT ( 150 , 69 ) ; 377 TabStop = TRUE ; 378 DropDown = TRUE ; 379 }; 380 FixedText 6 381 { 382 Left = TRUE ; 383 Pos = MAP_APPFONT ( 12 , 112 ) ; 384 Size = MAP_APPFONT ( 40 , 10 ) ; 385 Text [ en-US ] = "S~ans"; 386 }; 387 ListBox 6 388 { 389 HelpID = "starmath:ListBox:RID_FONTTYPEDIALOG:6"; 390 Border = TRUE ; 391 Pos = MAP_APPFONT ( 54 , 111 ) ; 392 Size = MAP_APPFONT ( 150 , 69 ) ; 393 TabStop = TRUE ; 394 DropDown = TRUE ; 395 }; 396 FixedText 7 397 { 398 Left = TRUE ; 399 Pos = MAP_APPFONT ( 12 , 127 ) ; 400 Size = MAP_APPFONT ( 40 , 10 ) ; 401 Text [ en-US ] = "F~ixed"; 402 }; 403 ListBox 7 404 { 405 HelpID = "starmath:ListBox:RID_FONTTYPEDIALOG:7"; 406 Border = TRUE ; 407 Pos = MAP_APPFONT ( 54 , 126 ) ; 408 Size = MAP_APPFONT ( 150 , 69 ) ; 409 TabStop = TRUE ; 410 DropDown = TRUE ; 411 }; 412 OKButton 1 413 { 414 Pos = MAP_APPFONT ( 225 , 6 ) ; 415 Size = MAP_APPFONT ( 50 , 14 ) ; 416 TabStop = TRUE ; 417 DefButton = TRUE ; 418 }; 419 CancelButton 1 420 { 421 Pos = MAP_APPFONT ( 225 , 24 ) ; 422 Size = MAP_APPFONT ( 50 , 14 ) ; 423 TabStop = TRUE ; 424 }; 425 MenuButton 1 426 { 427 HelpID = "starmath:MenuButton:RID_FONTTYPEDIALOG:1"; 428 TabStop = TRUE ; 429 ButtonMenu = Menu , RID_FONTMENU ; 430 Pos = MAP_APPFONT ( 225 , 48 ) ; 431 Size = MAP_APPFONT ( 50 , 14 ) ; 432 Text [ en-US ] = "~Modify" ; 433 }; 434 PushButton 2 435 { 436 HelpID = "starmath:PushButton:RID_FONTTYPEDIALOG:2"; 437 TabStop = TRUE ; 438 Pos = MAP_APPFONT ( 225 , 66 ) ; 439 Size = MAP_APPFONT ( 50 , 14 ) ; 440 Text [ en-US ] = "~Default" ; 441 }; 442}; 443 444ModalDialog RID_DISTANCEDIALOG 445{ 446 Moveable = TRUE ; 447 OutputSize = TRUE ; 448 SVLook = TRUE ; 449 HelpId = CMD_SID_DISTANCE ; 450 Size = MAP_APPFONT ( 240 , 90 ) ; 451 Text [ en-US ] = "Spacing" ; 452 FixedText 1 453 { 454 Pos = MAP_APPFONT ( 12 , 19 ) ; 455 Size = MAP_APPFONT ( 65 , 10 ) ; 456 Left = TRUE ; 457 }; 458 MetricField 1 459 { 460 HelpID = "starmath:MetricField:RID_DISTANCEDIALOG:1"; 461 Border = TRUE ; 462 TabStop = TRUE ; 463 Left = TRUE ; 464 Spin = TRUE ; 465 SpinSize = 1 ; 466 Repeat = TRUE; 467 Pos = MAP_APPFONT ( 78 , 18 ) ; 468 Size = MAP_APPFONT ( 38 , 12 ) ; 469 CustomUnitText [ en-US ] = "%" ; 470 }; 471 FixedText 2 472 { 473 Disable = TRUE ; 474 Hide = TRUE ; 475 Pos = MAP_APPFONT ( 12 , 35 ) ; 476 Size = MAP_APPFONT ( 65 , 10 ) ; 477 Left = TRUE ; 478 }; 479 MetricField 2 480 { 481 HelpID = "starmath:MetricField:RID_DISTANCEDIALOG:2"; 482 Border = TRUE ; 483 TabStop = TRUE ; 484 Left = TRUE ; 485 Spin = TRUE ; 486 SpinSize = 1 ; 487 Repeat = TRUE; 488 Pos = MAP_APPFONT ( 78 , 34 ) ; 489 Size = MAP_APPFONT ( 38 , 12 ) ; 490 CustomUnitText [ en-US ] = "%" ; 491 }; 492 CheckBox 1 493 { 494 HelpID = "starmath:CheckBox:RID_DISTANCEDIALOG:1"; 495 TabStop = TRUE ; 496 Pos = MAP_APPFONT ( 12 , 55 ) ; 497 Size = MAP_APPFONT ( 110 , 12 ) ; 498 Text [ en-US ] = "Scale all brackets"; 499 }; 500 FixedText 3 501 { 502 Disable = TRUE ; 503 Hide = TRUE ; 504 Pos = MAP_APPFONT ( 12 , 51 ) ; 505 Size = MAP_APPFONT ( 65 , 10 ) ; 506 Left = TRUE ; 507 }; 508 MetricField 3 509 { 510 HelpID = "starmath:MetricField:RID_DISTANCEDIALOG:3"; 511 Border = TRUE ; 512 TabStop = TRUE ; 513 Left = TRUE ; 514 Spin = TRUE ; 515 SpinSize = 1 ; 516 Repeat = TRUE; 517 Pos = MAP_APPFONT ( 78 , 50 ) ; 518 Size = MAP_APPFONT ( 38 , 12 ) ; 519 CustomUnitText [ en-US ] = "%" ; 520 }; 521 FixedText 4 522 { 523 Disable = TRUE ; 524 Hide = TRUE ; 525 Pos = MAP_APPFONT ( 12 , 67 ) ; 526 Size = MAP_APPFONT ( 65 , 10 ) ; 527 Left = TRUE ; 528 }; 529 MetricField 4 530 { 531 HelpID = "starmath:MetricField:RID_DISTANCEDIALOG:4"; 532 Border = TRUE ; 533 TabStop = TRUE ; 534 Left = TRUE ; 535 Spin = TRUE ; 536 SpinSize = 1 ; 537 Repeat = TRUE; 538 Pos = MAP_APPFONT ( 78 , 66 ) ; 539 Size = MAP_APPFONT ( 38 , 12 ) ; 540 TabStop = TRUE ; 541 }; 542 OKButton 1 543 { 544 Pos = MAP_APPFONT ( 184 , 6 ) ; 545 Size = MAP_APPFONT ( 50 , 14 ) ; 546 TabStop = TRUE ; 547 DefButton = TRUE ; 548 }; 549 CancelButton 1 550 { 551 Pos = MAP_APPFONT ( 184 , 24 ) ; 552 Size = MAP_APPFONT ( 50 , 14 ) ; 553 TabStop = TRUE ; 554 }; 555 PushButton 1 556 { 557 HelpID = "starmath:PushButton:RID_DISTANCEDIALOG:1"; 558 TabStop = TRUE ; 559 Pos = MAP_APPFONT ( 184 , 69 ) ; 560 Size = MAP_APPFONT ( 50 , 14 ) ; 561 Text [ en-US ] = "~Default" ; 562 }; 563 MenuButton 1 564 { 565 HelpID = "starmath:MenuButton:RID_DISTANCEDIALOG:1"; 566 TabStop = TRUE ; 567 ButtonMenu = Menu , RID_DISTANCEMENU ; 568 Pos = MAP_APPFONT ( 184 , 51 ) ; 569 Size = MAP_APPFONT ( 50 , 14 ) ; 570 Text [ en-US ] = "~Category" ; 571 }; 572 FixedBitmap 1 573 { 574 Border = TRUE ; 575 Pos = MAP_APPFONT ( 122 , 18 ) ; 576 Size = MAP_APPFONT ( 49 , 53 ) ; 577 }; 578 FixedLine 1 579 { 580 Pos = MAP_APPFONT ( 6 , 6 ) ; 581 Size = MAP_APPFONT ( 171 , 8 ) ; 582 Text [ en-US ] = "Category" ; 583 }; 584 Resource 1 585 { 586 String 1 587 { 588 Text [ en-US ] = "Spacing" ; 589 }; 590 String 2 591 { 592 Text [ en-US ] = "~Spacing"; 593 }; 594 Bitmap 20 595 { 596 File = "dist11.bmp" ; 597 }; 598 Bitmap 21 599 { 600 File = "dist11_h.bmp" ; 601 }; 602 String 3 603 { 604 Text [ en-US ] = "~Line spacing"; 605 }; 606 Bitmap 30 607 { 608 File = "dist12.bmp" ; 609 }; 610 Bitmap 31 611 { 612 File = "dist12_h.bmp" ; 613 }; 614 String 4 615 { 616 Text [ en-US ] = "~Root spacing"; 617 }; 618 Bitmap 40 619 { 620 File = "dist13.bmp" ; 621 }; 622 Bitmap 41 623 { 624 File = "dist13_h.bmp" ; 625 }; 626 }; 627 Resource 2 628 { 629 String 1 630 { 631 Text [ en-US ] = "Indexes"; 632 }; 633 String 2 634 { 635 Text [ en-US ] = "~Superscript"; 636 }; 637 Bitmap 20 638 { 639 File = "dist21.bmp" ; 640 }; 641 Bitmap 21 642 { 643 File = "dist21_h.bmp" ; 644 }; 645 String 3 646 { 647 Text [ en-US ] = "S~ubscript"; 648 }; 649 Bitmap 30 650 { 651 File = "dist22.bmp" ; 652 }; 653 Bitmap 31 654 { 655 File = "dist22_h.bmp" ; 656 }; 657 }; 658 Resource 3 659 { 660 String 1 661 { 662 Text [ en-US ] = "Fractions" ; 663 }; 664 String 2 665 { 666 Text [ en-US ] = "~Numerator"; 667 }; 668 Bitmap 20 669 { 670 File = "dist31.bmp" ; 671 }; 672 Bitmap 21 673 { 674 File = "dist31_h.bmp" ; 675 }; 676 String 3 677 { 678 Text [ en-US ] = "~Denominator"; 679 }; 680 Bitmap 30 681 { 682 File = "dist32.bmp" ; 683 }; 684 Bitmap 31 685 { 686 File = "dist32_h.bmp" ; 687 }; 688 }; 689 Resource 4 690 { 691 String 1 692 { 693 Text [ en-US ] = "Fraction bar" ; 694 }; 695 String 2 696 { 697 Text [ en-US ] = "~Excess length"; 698 }; 699 Bitmap 20 700 { 701 File = "dist41.bmp" ; 702 }; 703 Bitmap 21 704 { 705 File = "dist41_h.bmp" ; 706 }; 707 String 3 708 { 709 Text [ en-US ] = "~Weight"; 710 }; 711 Bitmap 30 712 { 713 File = "dist42.bmp" ; 714 }; 715 Bitmap 31 716 { 717 File = "dist42_h.bmp" ; 718 }; 719 }; 720 Resource 5 721 { 722 String 1 723 { 724 Text [ en-US ] = "Limits" ; 725 }; 726 String 2 727 { 728 Text [ en-US ] = "~Upper limit"; 729 }; 730 Bitmap 20 731 { 732 File = "dist51.bmp" ; 733 }; 734 Bitmap 21 735 { 736 File = "dist51_h.bmp" ; 737 }; 738 String 3 739 { 740 Text [ en-US ] = "~Lower limit"; 741 }; 742 Bitmap 30 743 { 744 File = "dist52.bmp" ; 745 }; 746 Bitmap 31 747 { 748 File = "dist52_h.bmp" ; 749 }; 750 }; 751 Resource 6 752 { 753 String 1 754 { 755 Text [ en-US ] = "Brackets" ; 756 }; 757 String 2 758 { 759 Text [ en-US ] = "~Excess size (left/right)"; 760 }; 761 Bitmap 20 762 { 763 File = "dist61.bmp" ; 764 }; 765 Bitmap 21 766 { 767 File = "dist61_h.bmp" ; 768 }; 769 String 3 770 { 771 Text [ en-US ] = "~Spacing"; 772 }; 773 Bitmap 30 774 { 775 File = "dist62.bmp" ; 776 }; 777 Bitmap 31 778 { 779 File = "dist62_h.bmp" ; 780 }; 781 String 5 782 { 783 Text [ en-US ] = "~Excess size"; 784 }; 785 Bitmap 50 786 { 787 File = "dist61.bmp" ; 788 }; 789 Bitmap 51 790 { 791 File = "dist61_h.bmp" ; 792 }; 793 }; 794 Resource 7 795 { 796 String 1 797 { 798 Text [ en-US ] = "Matrix" ; 799 }; 800 String 2 801 { 802 Text [ en-US ] = "~Line spacing"; 803 }; 804 Bitmap 20 805 { 806 File = "dist71.bmp" ; 807 }; 808 Bitmap 21 809 { 810 File = "dist71_h.bmp" ; 811 }; 812 String 3 813 { 814 Text [ en-US ] = "~Column spacing"; 815 }; 816 Bitmap 30 817 { 818 File = "dist72.bmp" ; 819 }; 820 Bitmap 31 821 { 822 File = "dist72_h.bmp" ; 823 }; 824 }; 825 Resource 8 826 { 827 String 1 828 { 829 Text [ en-US ] = "Symbols" ; 830 }; 831 String 2 832 { 833 Text [ en-US ] = "~Primary height"; 834 }; 835 Bitmap 20 836 { 837 File = "dist81.bmp" ; 838 }; 839 Bitmap 21 840 { 841 File = "dist81_h.bmp" ; 842 }; 843 String 3 844 { 845 Text [ en-US ] = "~Minimum spacing"; 846 }; 847 Bitmap 30 848 { 849 File = "dist82.bmp" ; 850 }; 851 Bitmap 31 852 { 853 File = "dist82_h.bmp" ; 854 }; 855 }; 856 Resource 9 857 { 858 String 1 859 { 860 Text [ en-US ] = "Operators" ; 861 }; 862 String 2 863 { 864 Text [ en-US ] = "~Excess size"; 865 }; 866 Bitmap 20 867 { 868 File = "dist91.bmp" ; 869 }; 870 Bitmap 21 871 { 872 File = "dist91_h.bmp" ; 873 }; 874 String 3 875 { 876 Text [ en-US ] = "~Spacing"; 877 }; 878 Bitmap 30 879 { 880 File = "dist92.bmp" ; 881 }; 882 Bitmap 31 883 { 884 File = "dist92_h.bmp" ; 885 }; 886 }; 887 Resource 10 888 { 889 String 1 890 { 891 Text [ en-US ] = "Borders"; 892 }; 893 String 2 894 { 895 Text [ en-US ] = "~Left"; 896 }; 897 Bitmap 20 898 { 899 File = "dist101.bmp" ; 900 }; 901 Bitmap 21 902 { 903 File = "dist101_h.bmp" ; 904 }; 905 String 3 906 { 907 Text [ en-US ] = "~Right"; 908 }; 909 Bitmap 30 910 { 911 File = "dist102.bmp" ; 912 }; 913 Bitmap 31 914 { 915 File = "dist102_h.bmp" ; 916 }; 917 String 4 918 { 919 Text [ en-US ] = "~Top"; 920 }; 921 Bitmap 40 922 { 923 File = "dist103.bmp" ; 924 }; 925 Bitmap 41 926 { 927 File = "dist103_h.bmp" ; 928 }; 929 String 5 930 { 931 Text [ en-US ] = "~Bottom"; 932 }; 933 Bitmap 50 934 { 935 File = "dist104.bmp" ; 936 }; 937 Bitmap 51 938 { 939 File = "dist104_h.bmp" ; 940 }; 941 }; 942}; 943 944 945ModalDialog RID_ALIGNDIALOG 946{ 947 Moveable = TRUE ; 948 OutputSize = TRUE ; 949 SVLook = TRUE ; 950 HelpId = CMD_SID_ALIGN ; 951 Size = MAP_APPFONT ( 139 , 66 ) ; 952 Text [ en-US ] = "Alignment" ; 953 RadioButton 1 954 { 955 HelpID = "starmath:RadioButton:RID_ALIGNDIALOG:1"; 956 TabStop = TRUE ; 957 Pos = MAP_APPFONT ( 12 , 17 ) ; 958 Size = MAP_APPFONT ( 60 , 10 ) ; 959 Text [ en-US ] = "~Left" ; 960 }; 961 RadioButton 2 962 { 963 HelpID = "starmath:RadioButton:RID_ALIGNDIALOG:2"; 964 TabStop = TRUE ; 965 Pos = MAP_APPFONT ( 12 , 31 ) ; 966 Size = MAP_APPFONT ( 60 , 10 ) ; 967 Text [ en-US ] = "~Centered" ; 968 }; 969 RadioButton 3 970 { 971 HelpID = "starmath:RadioButton:RID_ALIGNDIALOG:3"; 972 TabStop = TRUE ; 973 Pos = MAP_APPFONT ( 12 , 44 ) ; 974 Size = MAP_APPFONT ( 60 , 10 ) ; 975 Text [ en-US ] = "~Right" ; 976 }; 977 FixedLine 1 978 { 979 Pos = MAP_APPFONT ( 6 , 6 ) ; 980 Size = MAP_APPFONT ( 71 , 8 ) ; 981 Text [ en-US ] = "Horizontal" ; 982 }; 983 OKButton 1 984 { 985 Pos = MAP_APPFONT ( 83 , 6 ) ; 986 Size = MAP_APPFONT ( 50 , 14 ) ; 987 TabStop = TRUE ; 988 DefButton = TRUE ; 989 }; 990 CancelButton 1 991 { 992 Pos = MAP_APPFONT ( 83 , 23 ) ; 993 Size = MAP_APPFONT ( 50 , 14 ) ; 994 TabStop = TRUE ; 995 }; 996 PushButton 1 997 { 998 HelpID = "starmath:PushButton:RID_ALIGNDIALOG:1"; 999 TabStop = TRUE ; 1000 Pos = MAP_APPFONT ( 83 , 46 ) ; 1001 Size = MAP_APPFONT ( 50 , 14 ) ; 1002 Text [ en-US ] = "~Default" ; 1003 }; 1004}; 1005 1006TabPage RID_PRINTOPTIONPAGE 1007{ 1008 HelpID = "starmath:TabPage:RID_PRINTOPTIONPAGE"; 1009 OutputSize = TRUE ; 1010 SVLook = TRUE ; 1011 Size = MAP_APPFONT ( 260 , 185 ) ; 1012 Text [ en-US ] = "Formula Options:Settings"; 1013 FixedLine FL_PRINTOPTIONS 1014 { 1015 Pos = MAP_APPFONT ( 6 , 3 ) ; 1016 Size = MAP_APPFONT ( 248 , 8 ) ; 1017 Text [ en-US ] = "Print options"; 1018 }; 1019 CheckBox CB_TITLEROW 1020 { 1021 HelpID = "starmath:CheckBox:RID_PRINTOPTIONPAGE:CB_TITLEROW"; 1022 TabStop = TRUE ; 1023 Pos = MAP_APPFONT ( 12 , 14 ) ; 1024 Size = MAP_APPFONT ( 68 , 10 ) ; 1025 Text [ en-US ] = "~Title row" ; 1026 }; 1027 CheckBox CB_EQUATION_TEXT 1028 { 1029 HelpID = "starmath:CheckBox:RID_PRINTOPTIONPAGE:CB_EQUATION_TEXT"; 1030 TabStop = TRUE ; 1031 Pos = MAP_APPFONT ( 12 , 28 ) ; 1032 Size = MAP_APPFONT ( 68 , 10 ) ; 1033 Text [ en-US ] = "~Formula text" ; 1034 }; 1035 CheckBox CB_FRAME 1036 { 1037 HelpID = "starmath:CheckBox:RID_PRINTOPTIONPAGE:CB_FRAME"; 1038 TabStop = TRUE ; 1039 Pos = MAP_APPFONT ( 12 , 42 ) ; 1040 Size = MAP_APPFONT ( 68 , 10 ) ; 1041 Text [ en-US ] = "B~order" ; 1042 }; 1043 FixedLine FL_PRINT_FORMAT 1044 { 1045 Pos = MAP_APPFONT ( 6 , 58 ) ; 1046 Size = MAP_APPFONT ( 248 , 8 ) ; 1047 Text [ en-US ] = "Print format" ; 1048 }; 1049 RadioButton RB_ORIGINAL_SIZE 1050 { 1051 HelpID = "starmath:RadioButton:RID_PRINTOPTIONPAGE:RB_ORIGINAL_SIZE"; 1052 TabStop = TRUE ; 1053 Pos = MAP_APPFONT ( 12 , 69 ) ; 1054 Size = MAP_APPFONT ( 90 , 10 ) ; 1055 Text [ en-US ] = "O~riginal size" ; 1056 }; 1057 RadioButton RB_FIT_TO_PAGE 1058 { 1059 HelpID = "starmath:RadioButton:RID_PRINTOPTIONPAGE:RB_FIT_TO_PAGE"; 1060 TabStop = TRUE ; 1061 Pos = MAP_APPFONT ( 12 , 83 ) ; 1062 Size = MAP_APPFONT ( 90 , 10 ) ; 1063 Text [ en-US ] = "Fit to ~page" ; 1064 }; 1065 RadioButton RB_ZOOM 1066 { 1067 HelpID = "starmath:RadioButton:RID_PRINTOPTIONPAGE:RB_ZOOM"; 1068 Pos = MAP_APPFONT ( 12 , 97 ) ; 1069 Size = MAP_APPFONT ( 90 , 10 ) ; 1070 Text [ en-US ] = "~Scaling" ; 1071 TabStop = TRUE ; 1072 }; 1073 MetricField MF_ZOOM 1074 { 1075 HelpID = "starmath:MetricField:RID_PRINTOPTIONPAGE:MF_ZOOM"; 1076 Border = TRUE ; 1077 Pos = MAP_APPFONT ( 18 , 111 ) ; 1078 Size = MAP_APPFONT ( 30 , 12 ) ; 1079 TabStop = TRUE ; 1080 Left = TRUE ; 1081 Repeat = TRUE ; 1082 Spin = TRUE ; 1083 Minimum = 10 ; 1084 Maximum = 400 ; 1085 Unit = FUNIT_CUSTOM ; 1086 CustomUnitText = "%" ; 1087 }; 1088 FixedLine FL_MISC_OPTIONS 1089 { 1090 Pos = MAP_APPFONT ( 6 , 129 ) ; 1091 Size = MAP_APPFONT ( 248 , 8 ) ; 1092 Text [ en-US ] = "Miscellaneous options"; 1093 }; 1094 CheckBox CB_IGNORE_SPACING 1095 { 1096 HelpID = "starmath:CheckBox:RID_PRINTOPTIONPAGE:CB_IGNORE_SPACING"; 1097 TabStop = TRUE ; 1098 Pos = MAP_APPFONT ( 12 , 140 ) ; 1099 Size = MAP_APPFONT ( 236 , 10 ) ; 1100 Text [ en-US ] = "Ig~nore ~~ and ` at the end of the line"; 1101 }; 1102 CheckBox CB_SAVE_ONLY_USED_SYMBOLS 1103 { 1104 TabStop = TRUE ; 1105 Pos = MAP_APPFONT ( 12 , 154 ) ; 1106 Size = MAP_APPFONT ( 236 , 10 ) ; 1107 Text [ en-US ] = "Embed only used symbols (smaller file size)"; 1108 }; 1109}; 1110 1111ModalDialog RID_SYMBOLDIALOG 1112{ 1113 HelpID = "starmath:ModalDialog:RID_SYMBOLDIALOG"; 1114 OutputSize = TRUE ; 1115 SVLook = TRUE ; 1116 Closeable = TRUE; // Close Button in Window Leiste explizit einbauen 1117 Size = MAP_APPFONT ( 239 , 123 ) ; 1118 Text [ en-US ] = "Symbols" ; 1119 Moveable = TRUE ; 1120 FixedText 1 1121 { 1122 Pos = MAP_APPFONT ( 6 , 6 ) ; 1123 Size = MAP_APPFONT ( 92 , 8 ) ; 1124 Left = TRUE ; 1125 Text [ en-US ] = "~Symbol set"; 1126 }; 1127 ListBox 1 1128 { 1129 HelpID = "starmath:ListBox:RID_SYMBOLDIALOG:1"; 1130 Border = TRUE ; 1131 Pos = MAP_APPFONT ( 6 , 17 ) ; 1132 Size = MAP_APPFONT ( 92, 57 ) ; 1133 TabStop = TRUE ; 1134 Sort = TRUE ; 1135 DropDown = TRUE ; 1136 VScroll = TRUE ; 1137 }; 1138 Control 1 1139 { 1140 HelpID = HID_SMA_CONTROL_SYMBOLSET_VIEW ; 1141 Border = TRUE ; 1142 Pos = MAP_APPFONT ( 6 , 35 ) ; 1143 Size = MAP_APPFONT ( 96 , 72 ) ; 1144 TabStop = TRUE ; 1145 }; 1146 Control 2 1147 { 1148 Border = TRUE ; 1149 Pos = MAP_APPFONT ( 108 , 35 ) ; 1150 Size = MAP_APPFONT ( 63 , 72 ) ; 1151 }; 1152 FixedText 2 1153 { 1154 Center = TRUE ; 1155 Pos = MAP_APPFONT ( 6 , 108 ) ; 1156 Size = MAP_APPFONT ( 92 , 8 ) ; 1157 Text [ en-US ] = "Unknown" ; 1158 }; 1159 PushButton 2 1160 { 1161 HelpID = "starmath:PushButton:RID_SYMBOLDIALOG:2"; 1162 TabStop = TRUE ; 1163 Pos = MAP_APPFONT ( 177 , 6 ) ; 1164 Size = MAP_APPFONT ( 56 , 14 ) ; 1165 DefButton = TRUE ; 1166 Text [ en-US ] = "~Insert" ; 1167 }; 1168 PushButton 3 1169 { 1170 HelpID = "starmath:PushButton:RID_SYMBOLDIALOG:3"; 1171 Pos = MAP_APPFONT ( 177 , 24 ) ; 1172 Size = MAP_APPFONT ( 56 , 14 ) ; 1173 TabStop = TRUE ; 1174 Text [ en-US ] = "~Close"; 1175 }; 1176 PushButton 1 1177 { 1178 HelpID = "starmath:PushButton:RID_SYMBOLDIALOG:1"; 1179 TabStop = TRUE ; 1180 Pos = MAP_APPFONT ( 177 , 42 ) ; 1181 Size = MAP_APPFONT ( 56 , 14 ) ; 1182 Text [ en-US ] = "~Edit..." ; 1183 }; 1184}; 1185 1186ModalDialog RID_SYMDEFINEDIALOG 1187{ 1188 HelpID = "starmath:ModalDialog:RID_SYMDEFINEDIALOG"; 1189 Moveable = TRUE ; 1190 OutputSize = TRUE ; 1191 SVLook = TRUE ; 1192 Size = MAP_APPFONT ( 365 , 215 ) ; 1193 Text [ en-US ] = "Edit Symbols" ; 1194 FixedText 1 1195 { 1196 Pos = MAP_APPFONT ( 6 , 8 ) ; 1197 Size = MAP_APPFONT ( 50 , 8 ) ; 1198 Left = TRUE ; 1199 Text [ en-US ] = "~Old symbol"; 1200 }; 1201 ComboBox 1 1202 { 1203 HelpID = "starmath:ComboBox:RID_SYMDEFINEDIALOG:1"; 1204 Pos = MAP_APPFONT ( 59 , 6 ) ; 1205 Size = MAP_APPFONT ( 80 , 100 ) ; 1206 TabStop = TRUE ; 1207 DropDown = TRUE ; 1208 Sort = TRUE ; 1209 }; 1210 FixedText 2 1211 { 1212 Pos = MAP_APPFONT ( 145 , 8 ) ; 1213 Size = MAP_APPFONT ( 60 , 8 ) ; 1214 Left = TRUE ; 1215 Text [ en-US ] = "O~ld symbol set"; 1216 }; 1217 ComboBox 2 1218 { 1219 HelpID = "starmath:ComboBox:RID_SYMDEFINEDIALOG:2"; 1220 Pos = MAP_APPFONT ( 210 , 6 ) ; 1221 Size = MAP_APPFONT ( 80 , 100 ) ; 1222 TabStop = TRUE ; 1223 DropDown = TRUE ; 1224 Sort = TRUE ; 1225 }; 1226 Control 1 1227 { 1228 HelpID = HID_SMA_CONTROL_FONTCHAR_VIEW ; 1229 Border = TRUE ; 1230 Pos = MAP_APPFONT ( 6 , 24 ) ; 1231 Size = MAP_APPFONT ( 295 , 87 ) ; 1232 TabStop = TRUE ; 1233 Group = TRUE ; 1234 }; 1235 FixedText 9 1236 { 1237 Pos = MAP_APPFONT ( 6 , 118 ) ; 1238 Size = MAP_APPFONT ( 71 , 8 ) ; 1239 Left = TRUE ; 1240 Text [ en-US ] = "~Symbol"; 1241 }; 1242 ComboBox 4 1243 { 1244 HelpID = "starmath:ComboBox:RID_SYMDEFINEDIALOG:4"; 1245 Pos = MAP_APPFONT ( 80 , 115 ) ; 1246 Size = MAP_APPFONT ( 100 , 100 ) ; 1247 TabStop = TRUE ; 1248 DropDown = TRUE ; 1249 Sort = TRUE ; 1250 }; 1251 FixedText 10 1252 { 1253 Left = TRUE ; 1254 Pos = MAP_APPFONT ( 6 , 133 ) ; 1255 Size = MAP_APPFONT ( 71 , 8 ) ; 1256 Text [ en-US ] = "Symbol s~et"; 1257 }; 1258 ComboBox 5 1259 { 1260 HelpID = "starmath:ComboBox:RID_SYMDEFINEDIALOG:5"; 1261 Pos = MAP_APPFONT ( 80 , 130 ) ; 1262 Size = MAP_APPFONT ( 100 , 100 ) ; 1263 TabStop = TRUE ; 1264 DropDown = TRUE ; 1265 Sort = TRUE ; 1266 }; 1267 FixedText 3 1268 { 1269 Left = TRUE ; 1270 Pos = MAP_APPFONT ( 6 , 148 ) ; 1271 Size = MAP_APPFONT ( 71 , 8 ) ; 1272 Text [ en-US ] = "~Font"; 1273 }; 1274 ListBox 1 1275 { 1276 HelpID = "starmath:ListBox:RID_SYMDEFINEDIALOG:1"; 1277 Border = TRUE ; 1278 Pos = MAP_APPFONT ( 80 , 145 ) ; 1279 Size = MAP_APPFONT ( 100 , 100 ) ; 1280 TabStop = TRUE ; 1281 Sort = TRUE ; 1282 DropDown = TRUE ; 1283 }; 1284 FixedText FT_FONTS_SUBSET 1285 { 1286 Left = TRUE ; 1287 Pos = MAP_APPFONT ( 6 , 163 ) ; 1288 Size = MAP_APPFONT ( 71 , 8 ) ; 1289 Text [ en-US ] = "~Subset"; 1290 }; 1291 ListBox LB_FONTS_SUBSET 1292 { 1293 HelpID = "starmath:ListBox:RID_SYMDEFINEDIALOG:LB_FONTS_SUBSET"; 1294 Border = TRUE ; 1295 Pos = MAP_APPFONT ( 80 , 160 ) ; 1296 Size = MAP_APPFONT ( 100 , 100 ) ; 1297 TabStop = TRUE ; 1298 Sort = FALSE ; 1299 DropDown = TRUE ; 1300 }; 1301 FixedText 4 1302 { 1303 Left = TRUE ; 1304 Pos = MAP_APPFONT ( 6 , 178 ) ; 1305 Size = MAP_APPFONT ( 71 , 8 ) ; 1306 Text [ en-US ] = "~Typeface"; 1307 }; 1308 ComboBox 3 1309 { 1310 HelpID = "starmath:ComboBox:RID_SYMDEFINEDIALOG:3"; 1311 Border = TRUE; 1312 Pos = MAP_APPFONT ( 80 , 175 ) ; 1313 Size = MAP_APPFONT ( 100 , 100 ) ; 1314 TabStop = TRUE ; 1315 DropDown = TRUE ; 1316 Sort = FALSE ; 1317 }; 1318 FixedText 5 1319 { 1320 Center = TRUE ; 1321 Pos = MAP_APPFONT ( 303 , 130 ) ; 1322 Size = MAP_APPFONT ( 54 , 8 ) ; 1323 }; 1324 Control 2 1325 { 1326 Border = TRUE ; 1327 Pos = MAP_APPFONT ( 310 , 140 ) ; 1328 Size = MAP_APPFONT ( 40 , 40 ) ; 1329 }; 1330 FixedText 6 1331 { 1332 Center = TRUE ; 1333 Pos = MAP_APPFONT ( 303 , 182 ) ; 1334 Size = MAP_APPFONT ( 54 , 8 ) ; 1335 }; 1336 Image 1 1337 { 1338 ImageBitmap = Bitmap { File = "ar_right.bmp" ; }; 1339 MaskColor = IMAGE_STDBTN_COLOR ; 1340 }; 1341 Image 2 1342 { 1343 ImageBitmap = Bitmap { File = "ar_right_h.bmp" ; }; 1344 MaskColor = IMAGE_STDBTN_COLOR ; 1345 }; 1346 FixedImage BMP_ARROW_RIGHT 1347 { 1348 Pos = MAP_APPFONT ( 252 , 142 ) ; 1349 Size = MAP_APPFONT ( 36 , 36 ) ; 1350 1351 Fixed = Image 1352 { 1353 ImageBitmap = Bitmap { File = "ar_right.bmp" ; }; 1354 MaskColor = IMAGE_STDBTN_COLOR ; 1355 }; 1356 }; 1357 FixedText 7 1358 { 1359 Center = TRUE ; 1360 Pos = MAP_APPFONT ( 183 , 130 ) ; 1361 Size = MAP_APPFONT ( 54 , 9 ) ; 1362 }; 1363 Control 3 1364 { 1365 Border = TRUE ; 1366 Pos = MAP_APPFONT ( 190 , 140 ) ; 1367 Size = MAP_APPFONT ( 40 , 40 ) ; 1368 }; 1369 FixedText 8 1370 { 1371 Center = TRUE ; 1372 Pos = MAP_APPFONT ( 183 , 182 ) ; 1373 Size = MAP_APPFONT ( 54 , 8 ) ; 1374 }; 1375 PushButton 1 1376 { 1377 HelpID = "starmath:PushButton:RID_SYMDEFINEDIALOG:1"; 1378 TabStop = TRUE ; 1379 Pos = MAP_APPFONT ( 305 , 195 ) ; 1380 Size = MAP_APPFONT ( 50 , 14 ) ; 1381 Text [ en-US ] = "~Add" ; 1382 }; 1383 PushButton 2 1384 { 1385 HelpID = "starmath:PushButton:RID_SYMDEFINEDIALOG:2"; 1386 TabStop = TRUE ; 1387 Pos = MAP_APPFONT ( 245 , 195 ) ; 1388 Size = MAP_APPFONT ( 50 , 14 ) ; 1389 Text [ en-US ] = "~Modify" ; 1390 }; 1391 PushButton 3 1392 { 1393 HelpID = "starmath:PushButton:RID_SYMDEFINEDIALOG:3"; 1394 TabStop = TRUE ; 1395 Pos = MAP_APPFONT ( 185 , 195 ) ; 1396 Size = MAP_APPFONT ( 50 , 14 ) ; 1397 Text [ en-US ] = "~Delete" ; 1398 }; 1399 OKButton 1 1400 { 1401 Pos = MAP_APPFONT ( 310 , 6 ) ; 1402 Size = MAP_APPFONT ( 50 , 14 ) ; 1403 TabStop = TRUE ; 1404 DefButton = TRUE ; 1405 }; 1406 CancelButton 1 1407 { 1408 Pos = MAP_APPFONT ( 310 , 24 ) ; 1409 Size = MAP_APPFONT ( 50 , 14 ) ; 1410 TabStop = TRUE ; 1411 }; 1412}; 1413 1414WarningBox RID_NOMATHTYPEFACEWARNING 1415{ 1416 Message [ en-US ] = "The 'StarMath' font has not been installed.\nWithout this font %PRODUCTNAME Math cannot function correctly.\nPlease install this font and restart %PRODUCTNAME Math." ; 1417}; 1418 1419QueryBox RID_DEFAULTSAVEQUERY 1420{ 1421 Buttons = WB_YES_NO ; 1422 DefButton = WB_DEF_YES ; 1423 Message [ en-US ] = "Should the changes be saved as defaults?\n\nThese changes will apply for all new formulas." ; 1424}; 1425 1426String RID_FONTREGULAR 1427{ 1428 Text [ en-US ] = "Standard" ; 1429}; 1430String RID_FONTITALIC 1431{ 1432 Text [ en-US ] = "Italic" ; 1433}; 1434String RID_FONTBOLD 1435{ 1436 Text [ en-US ] = "Bold" ; 1437}; 1438String RID_APPLICATION 1439{ 1440 Text = "StarMath" ; 1441}; 1442String RID_OBJECTNAME 1443{ 1444 Text = "SMath3" ; 1445}; 1446String RID_UNDOEDITNAME 1447{ 1448 Text = "Edit" ; 1449}; 1450String RID_UNDOFORMATNAME 1451{ 1452 Text = "Format" ; 1453}; 1454String GID_FORMEL 1455{ 1456 Text = "StarMath" ; 1457}; 1458Menu RID_VIEWMENU 1459{ 1460 ItemList = 1461 { 1462 MenuItem 1463 { 1464 Identifier = SID_VIEW050 ; 1465 HelpId = CMD_SID_VIEW050 ; 1466 Text [ en-US ] = "~View 50%" ; 1467 }; 1468 MenuItem 1469 { 1470 Identifier = SID_VIEW100 ; 1471 HelpId = CMD_SID_VIEW100 ; 1472 Text [ en-US ] = "View ~100%" ; 1473 }; 1474 MenuItem 1475 { 1476 Identifier = SID_VIEW200 ; 1477 HelpId = CMD_SID_VIEW200 ; 1478 Text [ en-US ] = "View ~200%" ; 1479 }; 1480 MenuItem 1481 { 1482 Identifier = SID_ZOOMIN ; 1483 HelpId = CMD_SID_ZOOMIN ; 1484 Text [ en-US ] = "~Zoom In" ; 1485 }; 1486 MenuItem 1487 { 1488 Identifier = SID_ZOOMOUT ; 1489 HelpId = CMD_SID_ZOOMOUT ; 1490 Text [ en-US ] = "Zoom ~Out" ; 1491 }; 1492 MenuItem 1493 { 1494 Identifier = SID_ADJUST ; 1495 HelpId = CMD_SID_ADJUST ; 1496 Text [ en-US ] = "~Display All" ; 1497 }; 1498 MenuItem 1499 { 1500 Separator = TRUE ; 1501 }; 1502 MenuItem 1503 { 1504 Identifier = SID_DRAW ; 1505 HelpId = CMD_SID_DRAW ; 1506 Text [ en-US ] = "U~pdate" ; 1507 }; 1508 }; 1509}; 1510Menu RID_DISTANCEMENU 1511{ 1512 ItemList = 1513 { 1514 MenuItem 1515 { 1516 Identifier = WORKARROUND_1 ; 1517 Text [ en-US ] = "Spacing" ; 1518 }; 1519 MenuItem 1520 { 1521 Identifier = 2 ; 1522 Text [ en-US ] = "Indexes" ; 1523 }; 1524 MenuItem 1525 { 1526 Identifier = WORKARROUND_3 ; 1527 Text [ en-US ] = "Fractions" ; 1528 }; 1529 MenuItem 1530 { 1531 Identifier = 4 ; 1532 Text [ en-US ] = "Fraction Bars" ; 1533 }; 1534 MenuItem 1535 { 1536 Identifier = 5 ; 1537 Text [ en-US ] = "Limits" ; 1538 }; 1539 MenuItem 1540 { 1541 Identifier = 6 ; 1542 Text [ en-US ] = "Brackets" ; 1543 }; 1544 MenuItem 1545 { 1546 Identifier = 7 ; 1547 Text [ en-US ] = "Matrices" ; 1548 }; 1549 MenuItem 1550 { 1551 Identifier = 8 ; 1552 Text [ en-US ] = "Symbols" ; 1553 }; 1554 MenuItem 1555 { 1556 Identifier = 9 ; 1557 Text [ en-US ] = "Operators" ; 1558 }; 1559 MenuItem 1560 { 1561 Identifier = WORKARROUND_10 ; 1562 Text [ en-US ] = "Borders"; 1563 }; 1564 }; 1565}; 1566 1567Menu RID_FONTMENU 1568{ 1569 ItemList = 1570 { 1571 MenuItem 1572 { 1573 Identifier = 1 ; 1574 Text [ en-US ] = "Variables" ; 1575 }; 1576 MenuItem 1577 { 1578 Identifier = 2 ; 1579 Text [ en-US ] = "Functions" ; 1580 }; 1581 MenuItem 1582 { 1583 Identifier = 3 ; 1584 Text [ en-US ] = "Numbers" ; 1585 }; 1586 MenuItem 1587 { 1588 Identifier = 4 ; 1589 Text [ en-US ] = "Text" ; 1590 }; 1591 MenuItem 1592 { 1593 Identifier = 5 ; 1594 Text [ en-US ] = "Serif" ; 1595 }; 1596 MenuItem 1597 { 1598 Identifier = 6 ; 1599 Text [ en-US ] = "Sans" ; 1600 }; 1601 MenuItem 1602 { 1603 Identifier = 7 ; 1604 Text [ en-US ] = "Fixed" ; 1605 }; 1606 }; 1607}; 1608 1609#define CMDBOXWINDOW_TEXT \ 1610 Text [ en-US ] = "Commands" ; \ 1611 1612DockingWindow RID_CMDBOXWINDOW\ 1613{ 1614 HelpId = HID_SMA_COMMAND_WIN ; 1615 Moveable = TRUE ; 1616 Closeable = FALSE ; 1617 Sizeable = TRUE ; 1618 OutputSize = TRUE ; 1619 HideWhenDeactivate = FALSE ; 1620 SVLook = TRUE ; 1621 Size = MAP_APPFONT ( 292 , 94 ) ; 1622 Dockable = TRUE ; 1623 CMDBOXWINDOW_TEXT 1624}; 1625 1626 1627String STR_CMDBOXWINDOW 1628{ 1629 CMDBOXWINDOW_TEXT 1630}; 1631 1632String RID_DOCUMENTSTR 1633{ 1634 Text [ en-US ] = "Formula" ; 1635}; 1636 1637String STR_STATSTR_READING 1638{ 1639 Text [ en-US ] = "Loading document..." ; 1640}; 1641 1642String STR_STATSTR_WRITING 1643{ 1644 Text [ en-US ] = "Saving document..." ; 1645}; 1646 1647 1648String STR_MATH_DOCUMENT_FULLTYPE_CURRENT 1649{ 1650 Text [ en-US ] = "%PRODUCTNAME %PRODUCTVERSION Formula"; 1651}; 1652 1653String RID_SYMBOLFILESSTR 1654{ 1655 Text [ en-US ] = "Symbol files (*.sms)" ; 1656}; 1657 1658String RID_ALLFILESSTR 1659{ 1660 Text [ en-US ] = "All Files (*.*)" ; 1661}; 1662 1663String RID_ERR_IDENT 1664{ 1665 Text [ en-US ] = "ERROR : " ; 1666}; 1667 1668String RID_ERR_UNKOWN 1669{ 1670 Text [ en-US ] = "Unknown error occurred" ; 1671}; 1672 1673String RID_ERR_UNEXPECTEDCHARACTER 1674{ 1675 Text [ en-US ] = "Unexpected character" ; 1676}; 1677 1678String RID_ERR_OVERFLOW 1679{ 1680 Text [ en-US ] = "Formula entry too complex" ; 1681}; 1682 1683String RID_ERR_LGROUPEXPECTED 1684{ 1685 Text [ en-US ] = "'{' expected" ; 1686}; 1687 1688String RID_ERR_RGROUPEXPECTED 1689{ 1690 Text [ en-US ] = "'}' expected" ; 1691}; 1692 1693String RID_ERR_LBRACEEXPECTED 1694{ 1695 Text [ en-US ] = "'(' expected" ; 1696}; 1697 1698String RID_ERR_RBRACEEXPECTED 1699{ 1700 Text [ en-US ] = "')' expected" ; 1701}; 1702 1703String RID_ERR_FUNCEXPECTED 1704{ 1705 Text [ en-US ] = "Function expected" ; 1706}; 1707 1708String RID_ERR_UNOPEREXPECTED 1709{ 1710 Text [ en-US ] = "Unary operator expected" ; 1711}; 1712 1713String RID_ERR_BINOPEREXPECTED 1714{ 1715 Text [ en-US ] = "Binary operator expected" ; 1716}; 1717 1718String RID_ERR_SYMBOLEXPECTED 1719{ 1720 Text [ en-US ] = "Symbol expected" ; 1721}; 1722 1723String RID_ERR_IDENTEXPECTED 1724{ 1725 Text [ en-US ] = "Identifier expected" ; 1726}; 1727 1728String RID_ERR_POUNDEXPECTED 1729{ 1730 Text [ en-US ] = "'#' expected" ; 1731}; 1732 1733String RID_ERR_COLOREXPECTED 1734{ 1735 Text [ en-US ] = "Color required" ; 1736}; 1737 1738String RID_ERR_LPARENTEXPECTED 1739{ 1740 Text [ en-US ] = "Left limit expected" ; 1741}; 1742 1743String RID_ERR_RPARENTEXPECTED 1744{ 1745 Text [ en-US ] = "Right limit expected" ; 1746}; 1747 1748String RID_ERR_RIGHTEXPECTED 1749{ 1750 Text [ en-US ] = "'RIGHT' expected" ; 1751}; 1752 1753String RID_MATH_TOOLBOX 1754{ 1755 Text [ en-US ] = "Main Toolbar" ; 1756}; 1757 1758StringArray RID_PRINTUIOPTIONS 1759{ 1760 ItemList [en-US] = 1761 { 1762 < "%PRODUCTNAME %s"; >; 1763 < "Contents"; >; 1764 < "~Title"; >; 1765 < "~Formula text"; >; 1766 < "B~orders"; >; 1767 < "Size"; >; 1768 < "O~riginal size"; >; 1769 < "Fit to ~page"; >; 1770 < "~Scaling"; >; 1771 }; 1772}; 1773 1774