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