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