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