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