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