fdo#74697 Add Bluez 5 support for impress remote.
[LibreOffice.git] / starmath / source / toolbox.src
blob0aecb51491ed16af3e53877c6e60869046d6872b
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  */
20 #include <sfx2/sfx.hrc>
21 #include <svx/globlmn.hrc>
22 #include "starmath.hrc"
23 #include "toolbox.hrc"
25 #define IMAGE_STDBTN_COLOR Color { Red = 0xff00; Green = 0x0000; Blue = 0xff00; }
28 FloatingWindow RID_TOOLBOXWINDOW
30     HelpId = HID_SMA_OPERATOR_WIN ;
31     Border = TRUE ;
32     Moveable = TRUE ;
33     Closeable = TRUE ;
34     Hide = TRUE ;
35     OutputSize = TRUE ;
36     SVLook = TRUE ;
37     Size = MAP_APPFONT ( 0 , 0 ) ;  // to be calculated programmatically
38     Text [ en-US ] = "Elements" ;
40     ToolBox TOOLBOX_CATALOG
41     {
42         // main menu of selection-window
43         HelpId = HID_SMA_SELECTION_TBX ;
44         Pos = MAP_APPFONT ( 0 , 0 ) ;
45         Size = MAP_APPFONT ( 65 , 38 ) ;
46         SVLook = TRUE ;
47         LineCount = 2 ;
48         ItemList =
49         {
50             ToolBoxItem
51             {
52                 Identifier = RID_UNBINOPS_CAT ;
53                 HelpId = HID_SMA_UNBINOPS_CAT ;
54                 Text [ en-US ] = "Unary/Binary Operators" ;
55             };
56             ToolBoxItem
57             {
58                 Identifier = RID_RELATIONS_CAT ;
59                 HelpId = HID_SMA_RELATIONS_CAT ;
60                 Text [ en-US ] = "Relations" ;
61             };
62             ToolBoxItem
63             {
64                 Identifier = RID_SETOPERATIONS_CAT ;
65                 HelpId = HID_SMA_SETOPERATIONS_CAT ;
66                 Text [ en-US ] = "Set Operations" ;
67             };
68             ToolBoxItem
69             {
70                 Identifier = RID_FUNCTIONS_CAT ;
71                 HelpId = HID_SMA_FUNCTIONS_CAT ;
72                 Text [ en-US ] = "Functions" ;
73             };
74             ToolBoxItem
75             {
76                 Identifier = RID_OPERATORS_CAT ;
77                 HelpId = HID_SMA_OPERATORS_CAT ;
78                 Text [ en-US ] = "Operators" ;
79             };
80             ToolBoxItem
81             {
82                 Type = TOOLBOXITEM_BREAK ;
83             };
84             ToolBoxItem
85             {
86                 Identifier = RID_ATTRIBUTES_CAT ;
87                 HelpId = HID_SMA_ATTRIBUTES_CAT ;
88                 Text [ en-US ] = "Attributes" ;
89             };
90             ToolBoxItem
91             {
92                 Identifier = RID_MISC_CAT ;
93                 HelpId = HID_SMA_MISC_CAT ;
94                 Text [ en-US ] = "Others";
95             };
96             ToolBoxItem
97             {
98                 Type = TOOLBOXITEM_SPACE ;
99             };
100             ToolBoxItem
101             {
102                 Identifier = RID_BRACKETS_CAT ;
103                 HelpId = HID_SMA_BRACKETS_CAT ;
104                 Text [ en-US ] = "Brackets" ;
105             };
106             ToolBoxItem
107             {
108                 Identifier = RID_FORMAT_CAT ;
109                 HelpId = HID_SMA_FORMAT_CAT ;
110                 Text [ en-US ] = "Formats" ;
111             };
112         };
113     };
115     FixedLine FL_TOOLBOX_CAT_DELIM
116     {
117         Pos = MAP_APPFONT ( 0 , 44 ) ;
118         Size = MAP_APPFONT ( 65 , 8 ) ;
119     };
121     ToolBox TOOLBOX_CAT_A
122     {
123         // unary/binary operators
124         HelpId = HID_SMA_UNBINOPS_TBX ;
125         Pos = MAP_APPFONT ( 0 , 45 ) ;
126         Size = MAP_APPFONT ( 65 , 95 ) ;
127         SVLook = TRUE ;
128         Hide = TRUE ;
129         LineCount = 4 ;
131         ItemList =
132         {
133             ToolBoxItem
134             {
135                 Identifier = RID_PLUSX ;
136                 HelpId = HID_SMA_PLUSX ;
137                 Text [ en-US ] = "+ Sign" ;
138             };
139             ToolBoxItem
140             {
141                 Identifier = RID_MINUSX ;
142                 HelpId = HID_SMA_MINUSX ;
143                 Text [ en-US ] = "- Sign" ;
144             };
145             ToolBoxItem
146             {
147                 Identifier = RID_PLUSMINUSX ;
148                 HelpId = HID_SMA_PLUSMINUSX ;
149                 Text [ en-US ] = "+- Sign" ;
150             };
151             ToolBoxItem
152             {
153                 Identifier = RID_MINUSPLUSX ;
154                 HelpId = HID_SMA_MINUSPLUSX ;
155                 Text [ en-US ] = "-+ Sign" ;
156             };
157             ToolBoxItem
158             {
159                 Identifier = RID_NEGX ;
160                 HelpId = HID_SMA_NEGX ;
161                 Text [ en-US ] = "Boolean NOT" ;
162             };
163             ToolBoxItem
164             {
165                 Type = TOOLBOXITEM_BREAK ;
166             };
167             ToolBoxItem
168             {
169                 Identifier = RID_XPLUSY ;
170                 HelpId = HID_SMA_XPLUSY ;
171                 Text [ en-US ] = "Addition +" ;
172             };
173             ToolBoxItem
174             {
175                 Identifier = RID_XCDOTY ;
176                 HelpId = HID_SMA_XCDOTY ;
177                 Text [ en-US ] = "Multiplication (Dot )" ;
178             };
179             ToolBoxItem
180             {
181                 Identifier = RID_XTIMESY ;
182                 HelpId = HID_SMA_XTIMESY ;
183                 Text [ en-US ] = "Multiplication (x)" ;
184             };
185             ToolBoxItem
186             {
187                 Identifier = RID_XSYMTIMESY ;
188                 HelpId = HID_SMA_XSYMTIMESY ;
189                 Text [ en-US ] = "Multiplication (*)" ;
190             };
191             ToolBoxItem
192             {
193                 Identifier = RID_XANDY ;
194                 HelpId = HID_SMA_XANDY ;
195                 Text [ en-US ] = "Boolean AND" ;
196             };
197             ToolBoxItem
198             {
199                 Type = TOOLBOXITEM_BREAK ;
200             };
201             ToolBoxItem
202             {
203                 Identifier = RID_XMINUSY ;
204                 HelpId = HID_SMA_XMINUSY ;
205                 Text [ en-US ] = "Subtraction -" ;
206             };
207             ToolBoxItem
208             {
209                 Identifier = RID_XOVERY ;
210                 HelpId = HID_SMA_XOVERY ;
211                 Text [ en-US ] = "Division (Fraction)" ;
212             };
213             ToolBoxItem
214             {
215                 Identifier = RID_XDIVY ;
216                 HelpId = HID_SMA_XDIVY ;
217                 Text [ en-US ] = "Division (รท)" ;
218             };
219             ToolBoxItem
220             {
221                 Identifier = RID_XSYMDIVIDEY ;
222                 HelpId = HID_SMA_XSYMDIVIDEY ;
223                 Text [ en-US ] = "Division (Slash)" ;
224             };
225             ToolBoxItem
226             {
227                 Identifier = RID_XORY ;
228                 HelpId = HID_SMA_XORY ;
229                 Text [ en-US ] = "Boolean OR" ;
230             };
231             ToolBoxItem
232             {
233                 Type = TOOLBOXITEM_BREAK ;
234             };
235             ToolBoxItem
236             {
237                 Identifier = RID_XCIRCY ;
238                 HelpId = HID_SMA_XCIRCY ;
239                 Text [ en-US ] = "Concatenate";
240             };
241         };
242     };
244     ToolBox TOOLBOX_CAT_B
245     {
246         // relations
247         HelpId = HID_SMA_RELATIONS_TBX ;
248         Pos = MAP_APPFONT ( 0 , 45 ) ;
249         Size = MAP_APPFONT ( 65 , 95 ) ;
250         SVLook = TRUE ;
251         Hide = TRUE ;
252         LineCount = 7 ;
253         ItemList =
254         {
255             ToolBoxItem
256             {
257                 Identifier = RID_XEQY ;
258                 HelpId = HID_SMA_XEQY ;
259                 Text [ en-US ] = "Is Equal" ;
260             };
261             ToolBoxItem
262             {
263                 Identifier = RID_XNEQY ;
264                 HelpId = HID_SMA_XNEQY ;
265                 Text [ en-US ] = "Is Not Equal" ;
266             };
267             ToolBoxItem
268             {
269                 Identifier = RID_XAPPROXY ;
270                 HelpId = HID_SMA_XAPPROXY ;
271                 Text [ en-US ] = "Is Approximately Equal" ;
272             };
273             ToolBoxItem
274             {
275                 Identifier = RID_XDIVIDESY ;
276                 HelpId = HID_SMA_XDIVIDESY ;
277                 Text [ en-US ] = "Divides";
278             };
279             ToolBoxItem
280             {
281                 Identifier = RID_XNDIVIDESY ;
282                 HelpId = HID_SMA_XNDIVIDESY ;
283                 Text [ en-US ] = "Does Not Divide";
284             };
285             ToolBoxItem
286             {
287                 Type = TOOLBOXITEM_BREAK ;
288             };
289             ToolBoxItem
290             {
291                 Identifier = RID_XLTY ;
292                 HelpId = HID_SMA_XLTY ;
293                 Text [ en-US ] = "Is Less Than" ;
294             };
295             ToolBoxItem
296             {
297                 Identifier = RID_XGTY ;
298                 HelpId = HID_SMA_XGTY ;
299                 Text [ en-US ] = "Is Greater Than" ;
300             };
301             ToolBoxItem
302             {
303                 Identifier = RID_XSIMEQY ;
304                 HelpId = HID_SMA_XSIMEQY ;
305                 /* ### ACHTUNG: Neuer Text in Resource? ist ๏ฟฝhnlich oder gleich : ist ๏ฟฝhnlich oder glech */
306                 Text [ en-US ] = "Is Similar Or Equal" ;
307             };
308             ToolBoxItem
309             {
310                 Identifier = RID_XPARALLELY ;
311                 HelpId = HID_SMA_XPARALLELY ;
312                 Text [ en-US ] = "Is Parallel To" ;
313             };
314             ToolBoxItem
315             {
316                 Identifier = RID_XORTHOY ;
317                 HelpId = HID_SMA_XORTHOY ;
318                 Text [ en-US ] = "Is Orthogonal To" ;
319             };
320             ToolBoxItem
321             {
322                 Type = TOOLBOXITEM_BREAK ;
323             };
324             ToolBoxItem
325             {
326                 Identifier = RID_XLESLANTY ;
327                 HelpId = HID_SMA_XLESLANTY ;
328                 Text [ en-US ] = "Is Less Than Or Equal To" ;
329             };
330             ToolBoxItem
331             {
332                 Identifier = RID_XGESLANTY ;
333                 HelpId = HID_SMA_XGESLANTY ;
334                 Text [ en-US ] = "Is Greater Than Or Equal To" ;
335             };
336             ToolBoxItem
337             {
338                 Identifier = RID_XSIMY ;
339                 HelpId = HID_SMA_XSIMY ;
340                 Text [ en-US ] = "Is Similar To" ;
341             };
342             ToolBoxItem
343             {
344                 Identifier = RID_XEQUIVY ;
345                 HelpId = HID_SMA_XEQUIVY ;
346                 Text [ en-US ] = "Is Congruent To" ;
347             };
348             ToolBoxItem
349             {
350                 Type = TOOLBOXITEM_SPACE ;
351             };
352             ToolBoxItem
353             {
354                 Type = TOOLBOXITEM_BREAK ;
355             };
356             ToolBoxItem
357             {
358                 Identifier = RID_XLEY ;
359                 HelpId = HID_SMA_XLEY ;
360                 Text [ en-US ] = "Is Less Than Or Equal To" ;
361             };
362             ToolBoxItem
363             {
364                 Identifier = RID_XGEY ;
365                 HelpId = HID_SMA_XGEY ;
366                 Text [ en-US ] = "Is Greater Than Or Equal To" ;
367             };
368             ToolBoxItem
369             {
370                 Identifier = RID_XPROPY ;
371                 HelpId = HID_SMA_XPROPY ;
372                 Text [ en-US ] = "Is Proportional To" ;
373             };
374             ToolBoxItem
375             {
376                 Identifier = RID_XTOWARDY ;
377                 HelpId = HID_SMA_XTOWARDY ;
378                 Text [ en-US ] = "Toward" ;
379             };
380             ToolBoxItem
381             {
382                 Type = TOOLBOXITEM_SPACE ;
383             };
384             ToolBoxItem
385             {
386                 Type = TOOLBOXITEM_BREAK ;
387             };
388             ToolBoxItem
389             {
390                 Identifier = RID_DLARROW ;
391                 HelpId = HID_SMA_DLARROW ;
392                 Text [ en-US ] = "Double Arrow Left";
393             };
394             ToolBoxItem
395             {
396                 Identifier = RID_DLRARROW ;
397                 HelpId = HID_SMA_DLRARROW ;
398                 Text [ en-US ] = "Double Arrow Left And Right";
399             };
400             ToolBoxItem
401             {
402                 Identifier = RID_DRARROW ;
403                 HelpId = HID_SMA_DRARROW ;
404                 Text [ en-US ] = "Double Arrow Right";
405             };
406             ToolBoxItem
407             {
408                 Type = TOOLBOXITEM_BREAK ;
409             };
410             ToolBoxItem
411             {
412                 Identifier = RID_XPRECEDESY ;
413                 HelpId = HID_SMA_PRECEDES ;
414                 Text [ en-US ] = "Precedes";
415             };
416             ToolBoxItem
417             {
418                 Identifier = RID_XNOTPRECEDESY ;
419                 HelpId = HID_SMA_NOTPRECEDES ;
420                 Text [ en-US ] = "Not precedes";
421             };
422             ToolBoxItem
423             {
424                 Identifier = RID_XSUCCEEDSY ;
425                 HelpId = HID_SMA_SUCCEEDS ;
426                 Text [ en-US ] = "Succeeds";
427             };
428             ToolBoxItem
429             {
430                 Identifier = RID_XNOTSUCCEEDSY ;
431                 HelpId = HID_SMA_NOTSUCCEEDS ;
432                 Text [ en-US ] = "Not succeeds";
433             };
434             ToolBoxItem
435             {
436                 Type = TOOLBOXITEM_BREAK ;
437             };
438             ToolBoxItem
439             {
440                 Identifier = RID_XPRECEDESEQUALY ;
441                 HelpId = HID_SMA_PRECEDESEQUAL ;
442                 Text [ en-US ] = "Precedes or equal to";
443             };
444             ToolBoxItem
445             {
446                 Identifier = RID_XSUCCEEDSEQUALY ;
447                 HelpId = HID_SMA_SUCCEEDSEQUAL ;
448                 Text [ en-US ] = "Succeeds or equal to";
449             };
450             ToolBoxItem
451             {
452                 Identifier = RID_XPRECEDESEQUIVY ;
453                 HelpId = HID_SMA_PRECEDESEQUIV ;
454                 Text [ en-US ] = "Precedes or equivalent to";
455             };
456             ToolBoxItem
457             {
458                 Identifier = RID_XSUCCEEDSEQUIVY ;
459                 HelpId = HID_SMA_SUCCEEDSEQUIV ;
460                 Text [ en-US ] = "Succeeds or equivalent to";
461             };
462         };
463     };
465     ToolBox TOOLBOX_CAT_C
466     {
467         // set operations
468         HelpId = HID_SMA_SETOPERATIONS_TBX ;
469         Pos = MAP_APPFONT ( 0 , 45 ) ;
470         Size = MAP_APPFONT ( 65 , 95 ) ;
471         SVLook = TRUE ;
472         Hide = TRUE ;
473         LineCount = 5 ;
474         ItemList =
475         {
476             ToolBoxItem
477             {
478                 Identifier = RID_XINY ;
479                 HelpId = HID_SMA_XINY ;
480                 Text [ en-US ] = "Is In" ;
481             };
482             ToolBoxItem
483             {
484                 Identifier = RID_XNOTINY ;
485                 HelpId = HID_SMA_XNOTINY ;
486                 Text [ en-US ] = "Is Not In" ;
487             };
488             ToolBoxItem
489             {
490                 Identifier = RID_XOWNSY ;
491                 HelpId = HID_SMA_XOWNSY ;
492                 Text [ en-US ] = "Owns" ;
493             };
494             ToolBoxItem
495             {
496                 Type = TOOLBOXITEM_SPACE ;
497             };
498             ToolBoxItem
499             {
500                 Identifier = RID_EMPTYSET ;
501                 HelpId = HID_SMA_EMPTYSET ;
502                 Text [ en-US ] = "Empty Set";
503             };
504             ToolBoxItem
505             {
506                 Type = TOOLBOXITEM_BREAK ;
507             };
508             ToolBoxItem
509             {
510                 Identifier = RID_XINTERSECTIONY ;
511                 HelpId = HID_SMA_XINTERSECTIONY ;
512                 Text [ en-US ] = "Intersection" ;
513             };
514             ToolBoxItem
515             {
516                 Identifier = RID_XUNIONY ;
517                 HelpId = HID_SMA_XUNIONY ;
518                 Text [ en-US ] = "Union" ;
519             };
520             ToolBoxItem
521             {
522                 Identifier = RID_XSETMINUSY ;
523                 HelpId = HID_SMA_XSETMINUSY ;
524                 Text [ en-US ] = "Difference" ;
525             };
526             ToolBoxItem
527             {
528                 Identifier = RID_XSLASHY ;
529                 HelpId = HID_SMA_XSLASHY ;
530                 Text [ en-US ] = "Quotient Set" ;
531             };
532             ToolBoxItem
533             {
534                 Identifier = RID_ALEPH ;
535                 HelpId = HID_SMA_ALEPH ;
536                 Text [ en-US ] = "Aleph";
537             };
538             ToolBoxItem
539             {
540                 Type = TOOLBOXITEM_BREAK ;
541             };
542             ToolBoxItem
543             {
544                 Identifier = RID_XSUBSETY ;
545                 HelpId = HID_SMA_XSUBSETY ;
546                 Text [ en-US ] = "Subset" ;
547             };
548             ToolBoxItem
549             {
550                 Identifier = RID_XSUBSETEQY ;
551                 HelpId = HID_SMA_XSUBSETEQY ;
552                 Text [ en-US ] = "Subset Or Equal To" ;
553             };
554             ToolBoxItem
555             {
556                 Identifier = RID_XSUPSETY ;
557                 HelpId = HID_SMA_XSUPSETY ;
558                 Text [ en-US ] = "Superset" ;
559             };
560             ToolBoxItem
561             {
562                 Identifier = RID_XSUPSETEQY ;
563                 HelpId = HID_SMA_XSUPSETEQY ;
564                 Text [ en-US ] = "Superset Or Equal To" ;
565             };
566             ToolBoxItem
567             {
568                 Type = TOOLBOXITEM_SPACE ;
569             };
570             ToolBoxItem
571             {
572                 Type = TOOLBOXITEM_BREAK ;
573             };
574             ToolBoxItem
575             {
576                 Identifier = RID_XNSUBSETY ;
577                 HelpId = HID_SMA_XNSUBSETY ;
578                 Text [ en-US ] = "Not Subset" ;
579             };
580             ToolBoxItem
581             {
582                 Identifier = RID_XNSUBSETEQY ;
583                 HelpId = HID_SMA_XNSUBSETEQY ;
584                 Text [ en-US ] = "Not Subset Or Equal" ;
585             };
586             ToolBoxItem
587             {
588                 Identifier = RID_XNSUPSETY ;
589                 HelpId = HID_SMA_XNSUPSETY ;
590                 Text [ en-US ] = "Not Superset" ;
591             };
592             ToolBoxItem
593             {
594                 Identifier = RID_XNSUPSETEQY ;
595                 HelpId = HID_SMA_XNSUPSETEQY ;
596                 Text [ en-US ] = "Not Superset Or Equal" ;
597             };
598             ToolBoxItem
599             {
600                 Type = TOOLBOXITEM_SPACE ;
601             };
602             ToolBoxItem
603             {
604                 Type = TOOLBOXITEM_BREAK ;
605             };
606             ToolBoxItem
607             {
608                 Identifier = RID_SETN ;
609                 HelpId = HID_SMA_SETN ;
610                 Text [ en-US ] = "Natural Numbers Set";
611             };
612             ToolBoxItem
613             {
614                 Identifier = RID_SETZ ;
615                 HelpId = HID_SMA_SETZ ;
616                 Text [ en-US ] = "Integers Set";
617             };
618             ToolBoxItem
619             {
620                 Identifier = RID_SETQ ;
621                 HelpId = HID_SMA_SETQ ;
622                 Text [ en-US ] = "Set of Rational Numbers";
623             };
624             ToolBoxItem
625             {
626                 Identifier = RID_SETR ;
627                 HelpId = HID_SMA_SETR ;
628                 Text [ en-US ] = "Real Numbers Set";
629             };
630             ToolBoxItem
631             {
632                 Identifier = RID_SETC ;
633                 HelpId = HID_SMA_SETC ;
634                 Text [ en-US ] = "Complex Numbers Set";
635             };
636         };
637     };
639     ToolBox TOOLBOX_CAT_D
640     {
641         // functions
642         HelpId = HID_SMA_FUNCTIONS_TBX ;
643         Pos = MAP_APPFONT ( 0 , 45 ) ;
644         Size = MAP_APPFONT ( 65 , 95 ) ;
645         SVLook = TRUE ;
646         Hide = TRUE ;
647         LineCount = 5 ;
648         ItemList =
649         {
650             ToolBoxItem
651             {
652                 Identifier = RID_EX ;
653                 HelpId = HID_SMA_EX ;
654                 Text [ en-US ] = "Exponential Function" ;
655             };
656             ToolBoxItem
657             {
658                 Identifier = RID_LNX ;
659                 HelpId = HID_SMA_LNX ;
660                 Text [ en-US ] = "Natural Logarithm" ;
661             };
662             ToolBoxItem
663             {
664                 Identifier = RID_EXPX ;
665                 HelpId = HID_SMA_EXPX ;
666                 Text [ en-US ] = "Exponential Function" ;
667             };
668             ToolBoxItem
669             {
670                 Identifier = RID_LOGX ;
671                 HelpId = HID_SMA_LOGX ;
672                 Text [ en-US ] = "Logarithm" ;
673             };
674             ToolBoxItem
675             {
676                 Identifier = RID_RSUPX ;
677                 HelpId = HID_SMA_RSUPX ;
678                 Text [ en-US ] = "Power";
679             };
680             ToolBoxItem
681             {
682                 Type = TOOLBOXITEM_BREAK ;
683             };
684             ToolBoxItem
685             {
686                 Identifier = RID_SINX ;
687                 HelpId = HID_SMA_SINX ;
688                 Text [ en-US ] = "Sine" ;
689             };
690             ToolBoxItem
691             {
692                 Identifier = RID_COSX ;
693                 HelpId = HID_SMA_COSX ;
694                 Text [ en-US ] = "Cosine" ;
695             };
696             ToolBoxItem
697             {
698                 Identifier = RID_TANX ;
699                 HelpId = HID_SMA_TANX ;
700                 Text [ en-US ] = "Tangent" ;
701             };
702             ToolBoxItem
703             {
704                 Identifier = RID_COTX ;
705                 HelpId = HID_SMA_COTX ;
706                 Text [ en-US ] = "Cotangent" ;
707             };
708             ToolBoxItem
709             {
710                 Identifier = RID_SQRTX ;
711                 HelpId = HID_SMA_SQRTX ;
712                 Text [ en-US ] = "Square Root" ;
713             };
714             ToolBoxItem
715             {
716                 Type = TOOLBOXITEM_BREAK ;
717             };
718             ToolBoxItem
719             {
720                 Identifier = RID_ARCSINX ;
721                 HelpId = HID_SMA_ARCSINX ;
722                 Text [ en-US ] = "Arcsine" ;
723             };
724             ToolBoxItem
725             {
726                 Identifier = RID_ARCCOSX ;
727                 HelpId = HID_SMA_ARCCOSX ;
728                 Text [ en-US ] = "Arccosine" ;
729             };
730             ToolBoxItem
731             {
732                 Identifier = RID_ARCTANX ;
733                 HelpId = HID_SMA_ARCTANX ;
734                 Text [ en-US ] = "Arctangent" ;
735             };
736             ToolBoxItem
737             {
738                 Identifier = RID_ARCCOTX ;
739                 HelpId = HID_SMA_ARCCOTX ;
740                 Text [ en-US ] = "Arccotangent" ;
741             };
742             ToolBoxItem
743             {
744                 Identifier = RID_NROOTXY ;
745                 HelpId = HID_SMA_NROOTXY ;
746                 Text [ en-US ] = "N-th Root" ;
747             };
748             ToolBoxItem
749             {
750                 Type = TOOLBOXITEM_BREAK ;
751             };
752             ToolBoxItem
753             {
754                 Identifier = RID_SINHX ;
755                 HelpId = HID_SMA_SINHX ;
756                 Text [ en-US ] = "Hyperbolic Sine" ;
757             };
758             ToolBoxItem
759             {
760                 Identifier = RID_COSHX ;
761                 HelpId = HID_SMA_COSHX ;
762                 Text [ en-US ] = "Hyperbolic Cosine" ;
763             };
764             ToolBoxItem
765             {
766                 Identifier = RID_TANHX ;
767                 HelpId = HID_SMA_TANHX ;
768                 Text [ en-US ] = "Hyperbolic Tangent" ;
769             };
770             ToolBoxItem
771             {
772                 Identifier = RID_COTHX ;
773                 HelpId = HID_SMA_COTHX ;
774                 Text [ en-US ] = "Hyperbolic Cotangent" ;
775             };
776             ToolBoxItem
777             {
778                 Identifier = RID_ABSX ;
779                 HelpId = HID_SMA_ABSX ;
780                 Text [ en-US ] = "Absolute Value" ;
781             };
782             ToolBoxItem
783             {
784                 Type = TOOLBOXITEM_BREAK ;
785             };
786             ToolBoxItem
787             {
788                 Identifier = RID_ARSINHX ;
789                 HelpId = HID_SMA_ARSINHX ;
790                 Text [ en-US ] = "Area Hyperbolic Sine" ;
791             };
792             ToolBoxItem
793             {
794                 Identifier = RID_ARCOSHX ;
795                 HelpId = HID_SMA_ARCOSHX ;
796                 Text [ en-US ] = "Area Hyperbolic Cosine" ;
797             };
798             ToolBoxItem
799             {
800                 Identifier = RID_ARTANHX ;
801                 HelpId = HID_SMA_ARTANHX ;
802                 Text [ en-US ] = "Area Hyperbolic Tangent" ;
803             };
804             ToolBoxItem
805             {
806                 Identifier = RID_ARCOTHX ;
807                 HelpId = HID_SMA_ARCOTHX ;
808                 Text [ en-US ] = "Area Hyperbolic Cotangent" ;
809             };
810             ToolBoxItem
811             {
812                 Identifier = RID_FACTX ;
813                 HelpId = HID_SMA_FACTX ;
814                 Text [ en-US ] = "Factorial" ;
815             };
816         };
817     };
819     ToolBox TOOLBOX_CAT_E
820     {
821         // operators
822         HelpId = HID_SMA_OPERATORS_TBX ;
823         Pos = MAP_APPFONT ( 0 , 45 ) ;
824         Size = MAP_APPFONT ( 65 , 95 ) ;
825         SVLook = TRUE ;
826         Hide = TRUE ;
827         LineCount = 3 ;
828         ItemList =
829         {
830             ToolBoxItem
831             {
832                 Identifier = RID_LIMX ;
833                 HelpId = HID_SMA_LIMX ;
834                 Text [ en-US ] = "Limes" ;
835             };
836             ToolBoxItem
837             {
838                 Identifier = RID_SUMX ;
839                 HelpId = HID_SMA_SUMX ;
840                 Text [ en-US ] = "Sum" ;
841             };
842             ToolBoxItem
843             {
844                 Identifier = RID_PRODX ;
845                 HelpId = HID_SMA_PRODX ;
846                 Text [ en-US ] = "Product" ;
847             };
848             ToolBoxItem
849             {
850                 Identifier = RID_COPRODX ;
851                 HelpId = HID_SMA_COPRODX ;
852                 Text [ en-US ] = "Coproduct" ;
853             };
854             ToolBoxItem
855             {
856                 Identifier = RID_FROMXTOY ;
857                 HelpId = HID_SMA_FROMXTOY ;
858                 Text [ en-US ] = "Upper And Lower Limit" ;
859             };
860             ToolBoxItem
861             {
862                 Type = TOOLBOXITEM_BREAK ;
863             };
864             ToolBoxItem
865             {
866                 Identifier = RID_INTX ;
867                 HelpId = HID_SMA_INTX ;
868                 Text [ en-US ] = "Integral" ;
869             };
870             ToolBoxItem
871             {
872                 Identifier = RID_IINTX ;
873                 HelpId = HID_SMA_IINTX ;
874                 Text [ en-US ] = "Double Integral" ;
875             };
876             ToolBoxItem
877             {
878                 Identifier = RID_IIINTX ;
879                 HelpId = HID_SMA_IIINTX ;
880                 Text [ en-US ] = "Triple Integral" ;
881             };
882             ToolBoxItem
883             {
884                 Type = TOOLBOXITEM_SPACE ;
885             };
886             ToolBoxItem
887             {
888                 Identifier = RID_FROMX ;
889                 HelpId = HID_SMA_FROMX ;
890                 Text [ en-US ] = "Lower Limit" ;
891             };
892             ToolBoxItem
893             {
894                 Type = TOOLBOXITEM_BREAK ;
895             };
896             ToolBoxItem
897             {
898                 Identifier = RID_LINTX ;
899                 HelpId = HID_SMA_LINTX ;
900                 Text [ en-US ] = "Curve Integral" ;
901             };
902             ToolBoxItem
903             {
904                 Identifier = RID_LLINTX ;
905                 HelpId = HID_SMA_LLINTX ;
906                 Text [ en-US ] = "Double Curve Integral" ;
907             };
908             ToolBoxItem
909             {
910                 Identifier = RID_LLLINTX ;
911                 HelpId = HID_SMA_LLLINTX ;
912                 Text [ en-US ] = "Triple Curve Integral" ;
913             };
914             ToolBoxItem
915             {
916                 Type = TOOLBOXITEM_SPACE ;
917             };
918             ToolBoxItem
919             {
920                 Identifier = RID_TOX ;
921                 HelpId = HID_SMA_TOX ;
922                 Text [ en-US ] = "Upper Limit" ;
923             };
924         };
925     };
927     ToolBox TOOLBOX_CAT_F
928     {
929         // attributs
930         HelpId = HID_SMA_ATTRIBUTES_TBX ;
931         Pos = MAP_APPFONT ( 0 , 45 ) ;
932         Size = MAP_APPFONT ( 65 , 95 ) ;
933         SVLook = TRUE ;
934         Hide = TRUE ;
935         LineCount = 5 ;
936         ItemList =
937         {
938             ToolBoxItem
939             {
940                 Identifier = RID_ACUTEX ;
941                 HelpId = HID_SMA_ACUTEX ;
942                 Text [ en-US ] = "Acute Accent";
943             };
944             ToolBoxItem
945             {
946                 Identifier = RID_GRAVEX ;
947                 HelpId = HID_SMA_GRAVEX ;
948                 Text [ en-US ] = "Grave Accent";
949             };
950             ToolBoxItem
951             {
952                 Identifier = RID_CHECKX ;
953                 HelpId = HID_SMA_CHECKX ;
954                 Text [ en-US ] = "Reverse Circumflex" ;
955             };
956             ToolBoxItem
957             {
958                 Identifier = RID_BREVEX ;
959                 HelpId = HID_SMA_BREVEX ;
960                 Text [ en-US ] = "Breve" ;
961             };
962             ToolBoxItem
963             {
964                 Identifier = RID_CIRCLEX ;
965                 HelpId = HID_SMA_CIRCLEX ;
966                 Text [ en-US ] = "Circle" ;
967             };
968             ToolBoxItem
969             {
970                 Type = TOOLBOXITEM_BREAK ;
971             };
972             ToolBoxItem
973             {
974                 Identifier = RID_VECX ;
975                 HelpId = HID_SMA_VECX ;
976                 Text [ en-US ] = "Vector Arrow" ;
977             };
978             ToolBoxItem
979             {
980                 Identifier = RID_TILDEX ;
981                 HelpId = HID_SMA_TILDEX ;
982                 Text [ en-US ] = "Tilde" ;
983             };
984             ToolBoxItem
985             {
986                 Identifier = RID_HATX ;
987                 HelpId = HID_SMA_HATX ;
988                 Text [ en-US ] = "Circumflex" ;
989             };
990             ToolBoxItem
991             {
992                 Identifier = RID_BARX ;
993                 HelpId = HID_SMA_BARX ;
994                 Text [ en-US ] = "Line Above" ;
995             };
996             ToolBoxItem
997             {
998                 Identifier = RID_DOTX ;
999                 HelpId = HID_SMA_DOTX ;
1000                 Text [ en-US ] = "Dot" ;
1001             };
1002             ToolBoxItem
1003             {
1004                 Type = TOOLBOXITEM_BREAK ;
1005             };
1006             ToolBoxItem
1007             {
1008                 Identifier = RID_WIDEVECX ;
1009                 HelpId = HID_SMA_WIDEVECX ;
1010                 Text [ en-US ] = "Large Vector Arrow";
1011             };
1012             ToolBoxItem
1013             {
1014                 Identifier = RID_WIDETILDEX ;
1015                 HelpId = HID_SMA_WIDETILDEX ;
1016                 Text [ en-US ] = "Large Tilde";
1017             };
1018             ToolBoxItem
1019             {
1020                 Identifier = RID_WIDEHATX ;
1021                 HelpId = HID_SMA_WIDEHATX ;
1022                 Text [ en-US ] = "Large Circumflex";
1023             };
1024             ToolBoxItem
1025             {
1026                 Type = TOOLBOXITEM_SPACE ;
1027             };
1028             ToolBoxItem
1029             {
1030                 Identifier = RID_DDOTX ;
1031                 HelpId = HID_SMA_DDOTX ;
1032                 Text [ en-US ] = "Double Dot" ;
1033             };
1034             ToolBoxItem
1035             {
1036                 Type = TOOLBOXITEM_BREAK ;
1037             };
1038             ToolBoxItem
1039             {
1040                 Identifier = RID_OVERLINEX ;
1041                 HelpId = HID_SMA_OVERLINEX ;
1042                 Text [ en-US ] = "Line Over" ;
1043             };
1044             ToolBoxItem
1045             {
1046                 Identifier = RID_UNDERLINEX ;
1047                 HelpId = HID_SMA_UNDERLINEX ;
1048                 Text [ en-US ] = "Line Below" ;
1049             };
1050             ToolBoxItem
1051             {
1052                 Identifier = RID_OVERSTRIKEX ;
1053                 HelpId = HID_SMA_OVERSTRIKEX ;
1054                 Text [ en-US ] = "Line Through" ;
1055             };
1056             ToolBoxItem
1057             {
1058                 Type = TOOLBOXITEM_SPACE ;
1059             };
1060             ToolBoxItem
1061             {
1062                 Identifier = RID_DDDOTX ;
1063                 HelpId = HID_SMA_DDDOTX ;
1064                 Text [ en-US ] = "Triple Dot" ;
1065             };
1066             ToolBoxItem
1067             {
1068                 Type = TOOLBOXITEM_BREAK ;
1069             };
1070             ToolBoxItem
1071             {
1072                 Identifier = RID_PHANTOMX ;
1073                 HelpId = HID_SMA_PHANTOMX ;
1074                 Text [ en-US ] = "Transparent" ;
1075             };
1076             ToolBoxItem
1077             {
1078                 Identifier = RID_BOLDX ;
1079                 HelpId = HID_SMA_BOLDX ;
1080                 Text [ en-US ] = "Bold Font" ;
1081             };
1082             ToolBoxItem
1083             {
1084                 Identifier = RID_ITALX ;
1085                 HelpId = HID_SMA_ITALX ;
1086                 Text [ en-US ] = "Italic Font" ;
1087             };
1088             ToolBoxItem
1089             {
1090                 Identifier = RID_SIZEXY ;
1091                 HelpId = HID_SMA_SIZEXY ;
1092                 Text [ en-US ] = "Resize" ;
1093             };
1094             ToolBoxItem
1095             {
1096                 Identifier = RID_FONTXY ;
1097                 HelpId = HID_SMA_FONTXY ;
1098                 Text [ en-US ] = "Change Font" ;
1099             };
1100         };
1101     };
1103     ToolBox TOOLBOX_CAT_G
1104     {
1105         // parentheses
1106         HelpId = HID_SMA_BRACKETS_TBX ;
1107         Pos = MAP_APPFONT ( 0 , 45 ) ;
1108         Size = MAP_APPFONT ( 65 , 95 ) ;
1109         SVLook = TRUE ;
1110         Hide = TRUE ;
1111         LineCount = 5 ;
1112         ItemList =
1113         {
1114             ToolBoxItem
1115             {
1116                 Identifier = RID_LRPARENTX ;
1117                 HelpId = HID_SMA_LRPARENTX ;
1118                 Text [ en-US ] = "Round Brackets" ;
1119             };
1120             ToolBoxItem
1121             {
1122                 Identifier = RID_LRBRACKETX ;
1123                 HelpId = HID_SMA_LRBRACKETX ;
1124                 Text [ en-US ] = "Square Brackets" ;
1125             };
1126             ToolBoxItem
1127             {
1128                 Identifier = RID_LRDBRACKETX ;
1129                 HelpId = HID_SMA_LRDBRACKETX ;
1130                 Text [ en-US ] = "Double Square Brackets";
1131             };
1132             ToolBoxItem
1133             {
1134                 Identifier = RID_LRLINEX ;
1135                 HelpId = HID_SMA_LRLINEX ;
1136                 Text [ en-US ] = "Single Lines" ;
1137             };
1138             ToolBoxItem
1139             {
1140                 Identifier = RID_LRDLINEX ;
1141                 HelpId = HID_SMA_LRDLINEX ;
1142                 Text [ en-US ] = "Double Lines" ;
1143             };
1144             ToolBoxItem
1145             {
1146                 Type = TOOLBOXITEM_BREAK ;
1147             };
1148             ToolBoxItem
1149             {
1150                 Identifier = RID_LRBRACEX ;
1151                 HelpId = HID_SMA_LRBRACEX ;
1152                 Text [ en-US ] = "Braces" ;
1153             };
1154             ToolBoxItem
1155             {
1156                 Identifier = RID_LRANGLEX ;
1157                 HelpId = HID_SMA_LRANGLEX ;
1158                 Text [ en-US ] = "Angle Brackets" ;
1159             };
1160             ToolBoxItem
1161             {
1162                 Identifier = RID_LMRANGLEXY ;
1163                 HelpId = HID_SMA_LMRANGLEXY ;
1164                 Text [ en-US ] = "Operator Brackets";
1165             };
1166             ToolBoxItem
1167             {
1168                 Type = TOOLBOXITEM_SPACE ;
1169             };
1170             ToolBoxItem
1171             {
1172                 Identifier = RID_LRGROUPX ;
1173                 HelpId = HID_SMA_LRGROUPX ;
1174                 Text [ en-US ] = "Group Brackets" ;
1175             };
1176             ToolBoxItem
1177             {
1178                 Type = TOOLBOXITEM_BREAK ;
1179             };
1180             ToolBoxItem
1181             {
1182                 Identifier = RID_SLRPARENTX ;
1183                 HelpId = HID_SMA_SLRPARENTX ;
1184                 Text [ en-US ] = "Round Brackets (Scalable)" ;
1185             };
1186             ToolBoxItem
1187             {
1188                 Identifier = RID_SLRBRACKETX ;
1189                 HelpId = HID_SMA_SLRBRACKETX ;
1190                 Text [ en-US ] = "Square Brackets (Scalable)" ;
1191             };
1192             ToolBoxItem
1193             {
1194                 Identifier = RID_SLRDBRACKETX ;
1195                 HelpId = HID_SMA_SLRDBRACKETX ;
1196                 Text [ en-US ] = "Double Square Brackets (Scalable)";
1197             };
1198             ToolBoxItem
1199             {
1200                 Identifier = RID_SLRLINEX ;
1201                 HelpId = HID_SMA_SLRLINEX ;
1202                 Text [ en-US ] = "Single Lines (Scalable)" ;
1203             };
1204             ToolBoxItem
1205             {
1206                 Identifier = RID_SLRDLINEX ;
1207                 HelpId = HID_SMA_SLRDLINEX ;
1208                 Text [ en-US ] = "Double Lines (Scalable)" ;
1209             };
1210             ToolBoxItem
1211             {
1212                 Type = TOOLBOXITEM_BREAK ;
1213             };
1214             ToolBoxItem
1215             {
1216                 Identifier = RID_SLRBRACEX ;
1217                 HelpId = HID_SMA_SLRBRACEX ;
1218                 Text [ en-US ] = "Braces (Scalable)" ;
1219             };
1220             ToolBoxItem
1221             {
1222                 Identifier = RID_SLRANGLEX ;
1223                 HelpId = HID_SMA_SLRANGLEX ;
1224                 Text [ en-US ] = "Angle Brackets (Scalable)" ;
1225             };
1226             ToolBoxItem
1227             {
1228                 Identifier = RID_SLMRANGLEXY ;
1229                 HelpId = HID_SMA_SLMRANGLEXY ;
1230                 Text [ en-US ] = "Operator Brackets (Scalable)";
1231             };
1232             ToolBoxItem
1233             {
1234                 Type = TOOLBOXITEM_BREAK ;
1235             };
1236             ToolBoxItem
1237             {
1238                 Identifier = RID_XOVERBRACEY ;
1239                 HelpId = HID_SMA_XOVERBRACEY ;
1240                 Text [ en-US ] = "Braces Top (Scalable)";
1241             };
1242             ToolBoxItem
1243             {
1244                 Identifier = RID_XUNDERBRACEY ;
1245                 HelpId = HID_SMA_XUNDERBRACEY ;
1246                 Text [ en-US ] = "Braces Bottom (Scalable)";
1247             };
1248         };
1249     };
1251     ToolBox TOOLBOX_CAT_H
1252     {
1253         // format
1254         HelpId = HID_SMA_FORMAT_TBX ;
1255         Pos = MAP_APPFONT ( 0 , 45 ) ;
1256         Size = MAP_APPFONT ( 65 , 95 ) ;
1257         SVLook = TRUE ;
1258         Hide = TRUE ;
1259         LineCount = 3 ;
1260         ItemList =
1261         {
1262             ToolBoxItem
1263             {
1264                 Identifier = RID_LSUPX ;
1265                 HelpId = HID_SMA_LSUPX ;
1266                 Text [ en-US ] = "Superscript Left" ;
1267             };
1268             ToolBoxItem
1269             {
1270                 Identifier = RID_CSUPX ;
1271                 HelpId = HID_SMA_CSUPX ;
1272                 Text [ en-US ] = "Superscript Top";
1273             };
1274             ToolBoxItem
1275             {
1276                 Identifier = RID_RSUPX ;
1277                 HelpId = HID_SMA_RSUPX ;
1278                 Text [ en-US ] = "Superscript Right" ;
1279             };
1280             ToolBoxItem
1281             {
1282                 Identifier = RID_BINOMXY ;
1283                 HelpId = HID_SMA_BINOMXY ;
1284                 Text [ en-US ] = "Vertical Stack (2 Elements)" ;
1285             };
1286             ToolBoxItem
1287             {
1288                 Identifier = RID_NEWLINE ;
1289                 HelpId = HID_SMA_NEWLINE ;
1290                 Text [ en-US ] = "New Line" ;
1291             };
1292             ToolBoxItem
1293             {
1294                 Type = TOOLBOXITEM_BREAK ;
1295             };
1296             ToolBoxItem
1297             {
1298                 Identifier = RID_LSUBX ;
1299                 HelpId = HID_SMA_LSUBX ;
1300                 Text [ en-US ] = "Subscript Left" ;
1301             };
1302             ToolBoxItem
1303             {
1304                 Identifier = RID_CSUBX ;
1305                 HelpId = HID_SMA_CSUBX ;
1306                 Text [ en-US ] = "Subscript Bottom";
1307             };
1308             ToolBoxItem
1309             {
1310                 Identifier = RID_RSUBX ;
1311                 HelpId = HID_SMA_RSUBX ;
1312                 Text [ en-US ] = "Subscript Right" ;
1313             };
1314             ToolBoxItem
1315             {
1316                 Identifier = RID_STACK ;
1317                 HelpId = HID_SMA_STACK ;
1318                 Text [ en-US ] = "Vertical Stack" ;
1319             };
1320             ToolBoxItem
1321             {
1322                 Identifier = RID_SBLANK ;
1323                 HelpId = HID_SMA_SBLANK ;
1324                 Text [ en-US ] = "Small Gap" ;
1325             };
1326             ToolBoxItem
1327             {
1328                 Type = TOOLBOXITEM_BREAK ;
1329             };
1330             ToolBoxItem
1331             {
1332                 Identifier = RID_ALIGNLX ;
1333                 HelpId = HID_SMA_ALIGNLX ;
1334                 Text [ en-US ] = "Align Left" ;
1335             };
1336             ToolBoxItem
1337             {
1338                 Identifier = RID_ALIGNCX ;
1339                 HelpId = HID_SMA_ALIGNCX ;
1340                 Text [ en-US ] = "Align Center" ;
1341             };
1342             ToolBoxItem
1343             {
1344                 Identifier = RID_ALIGNRX ;
1345                 HelpId = HID_SMA_ALIGNRX ;
1346                 Text [ en-US ] = "Align Right" ;
1347             };
1348             ToolBoxItem
1349             {
1350                 Identifier = RID_MATRIX ;
1351                 HelpId = HID_SMA_MATRIX ;
1352                 Text [ en-US ] = "Matrix Stack" ;
1353             };
1354             ToolBoxItem
1355             {
1356                 Identifier = RID_BLANK ;
1357                 HelpId = HID_SMA_BLANK ;
1358                 Text [ en-US ] = "Gap" ;
1359             };
1360         };
1361     };
1363     ToolBox TOOLBOX_CAT_I
1364     {
1365         // misc
1366         HelpId = HID_SMA_FORMAT_TBX ;
1367         Pos = MAP_APPFONT ( 0 , 45 ) ;
1368         Size = MAP_APPFONT ( 65 , 95 ) ;
1369         SVLook = TRUE ;
1370         Hide = TRUE ;
1371         LineCount = 4 ;
1372         ItemList =
1373         {
1374             ToolBoxItem
1375             {
1376                 Identifier = RID_INFINITY ;
1377                 HelpId = HID_SMA_INFINITY ;
1378                 Text [ en-US ] = "infinite";
1379             };
1380             ToolBoxItem
1381             {
1382                 Identifier = RID_PARTIAL ;
1383                 HelpId = HID_SMA_PARTIAL ;
1384                 Text [ en-US ] = "Partial";
1385             };
1386             ToolBoxItem
1387             {
1388                 Identifier = RID_EXISTS ;
1389                 HelpId = HID_SMA_EXISTS ;
1390                 Text [ en-US ] = "There Exists";
1391             };
1392             ToolBoxItem
1393             {
1394                 Identifier = RID_NOTEXISTS ;
1395                 HelpId = HID_SMA_NOTEXISTS ;
1396                 Text [ en-US ] = "There Not Exists";
1397             };
1398             ToolBoxItem
1399             {
1400                 Identifier = RID_FORALL ;
1401                 HelpId = HID_SMA_FORALL ;
1402                 Text [ en-US ] = "For All";
1403             };
1404             ToolBoxItem
1405             {
1406                 Type = TOOLBOXITEM_BREAK ;
1407             };
1408             ToolBoxItem
1409             {
1410                 Identifier = RID_HBAR ;
1411                 HelpId = HID_SMA_HBAR ;
1412                 Text [ en-US ] = "h Bar";
1413             };
1414             ToolBoxItem
1415             {
1416                 Identifier = RID_LAMBDABAR ;
1417                 HelpId = HID_SMA_LAMBDABAR ;
1418                 Text [ en-US ] = "Lambda Bar";
1419             };
1420             ToolBoxItem
1421             {
1422                 Identifier = RID_RE ;
1423                 HelpId = HID_SMA_RE ;
1424                 Text [ en-US ] = "Real Part";
1425             };
1426             ToolBoxItem
1427             {
1428                 Identifier = RID_IM ;
1429                 HelpId = HID_SMA_IM ;
1430                 Text [ en-US ] = "Imaginary Part";
1431             };
1432             ToolBoxItem
1433             {
1434                 Identifier = RID_WP ;
1435                 HelpId = HID_SMA_WP ;
1436                 Text [ en-US ] = "Weierstrass p";
1437             };
1438             ToolBoxItem
1439             {
1440                 Type = TOOLBOXITEM_BREAK ;
1441             };
1442             ToolBoxItem
1443             {
1444                 Identifier = RID_LEFTARROW ;
1445                 HelpId = HID_SMA_LEFTARROW ;
1446                 Text [ en-US ] = "Left Arrow";
1447             };
1448             ToolBoxItem
1449             {
1450                 Identifier = RID_RIGHTARROW ;
1451                 HelpId = HID_SMA_RIGHTARROW ;
1452                 Text [ en-US ] = "Right Arrow";
1453             };
1454             ToolBoxItem
1455             {
1456                 Identifier = RID_UPARROW ;
1457                 HelpId = HID_SMA_UPARROW ;
1458                 Text [ en-US ] = "Up Arrow";
1459             };
1460             ToolBoxItem
1461             {
1462                 Identifier = RID_DOWNARROW ;
1463                 HelpId = HID_SMA_DOWNARROW ;
1464                 Text [ en-US ] = "Down Arrow";
1465             };
1466             ToolBoxItem
1467             {
1468                 Identifier = RID_NABLA ;
1469                 HelpId = HID_SMA_NABLA ;
1470                 Text [ en-US ] = "Nabla";
1471             };
1472             ToolBoxItem
1473             {
1474                 Type = TOOLBOXITEM_BREAK ;
1475             };
1476             ToolBoxItem
1477             {
1478                 Identifier = RID_DOTSLOW ;
1479                 HelpId = HID_SMA_DOTSLOW ;
1480                 Text [ en-US ] = "Dots At Bottom";
1481             };
1482             ToolBoxItem
1483             {
1484                 Identifier = RID_DOTSAXIS ;
1485                 HelpId = HID_SMA_DOTSAXIS ;
1486                 Text [ en-US ] = "Dots In Middle";
1487             };
1488             ToolBoxItem
1489             {
1490                 Identifier = RID_DOTSVERT ;
1491                 HelpId = HID_SMA_DOTSVERT ;
1492                 Text [ en-US ] = "Dots Vertically";
1493             };
1494             ToolBoxItem
1495             {
1496                 Identifier = RID_DOTSUP ;
1497                 HelpId = HID_SMA_DOTSUP ;
1498                 Text [ en-US ] = "Dots To Top";
1499             };
1500             ToolBoxItem
1501             {
1502                 Identifier = RID_DOTSDOWN ;
1503                 HelpId = HID_SMA_DOTSDOWN ;
1504                 Text [ en-US ] = "Dots to Bottom";
1505             };
1506         };
1507     };
1512 #define UNBINOPS_IDLIST         \
1513     IdList =                \
1514     {                       \
1515         RID_PLUSX ;         \
1516         RID_MINUSX ;        \
1517         RID_PLUSMINUSX ;    \
1518         RID_MINUSPLUSX ;    \
1519         RID_XPLUSY ;        \
1520         RID_XCDOTY ;        \
1521         RID_XTIMESY ;       \
1522         RID_XSYMTIMESY ;    \
1523         RID_XMINUSY ;       \
1524         RID_XOVERY ;        \
1525         RID_XDIVY ;         \
1526         RID_XSYMDIVIDEY ;   \
1527         RID_NEGX ;          \
1528         RID_XANDY ;         \
1529         RID_XORY ;          \
1530         RID_XCIRCY ;        \
1531     };                      \
1532     IdCount = { 16 ; };
1534     ImageList RID_IL_UNBINOPS
1535     {
1536         Prefix = "un";
1537         MaskColor = IMAGE_STDBTN_COLOR ;
1538         UNBINOPS_IDLIST
1539     };
1541 #define RELATIONS_IDLIST         \
1542     IdList =                \
1543     {                       \
1544         RID_XEQY ;          \
1545         RID_XNEQY ;         \
1546         RID_XEQUIVY ;       \
1547         RID_XORTHOY ;       \
1548         RID_XLTY ;          \
1549         RID_XGTY ;          \
1550         RID_XAPPROXY ;      \
1551         RID_XPARALLELY ;    \
1552         RID_XLESLANTY ;     \
1553         RID_XGESLANTY ;     \
1554         RID_XSIMEQY ;       \
1555         RID_XPROPY ;        \
1556         RID_XLEY ;          \
1557         RID_XGEY ;          \
1558         RID_XSIMY ;         \
1559         RID_XTOWARDY ;      \
1560         RID_XDIVIDESY ;     \
1561         RID_XNDIVIDESY;     \
1562         RID_DLARROW ;       \
1563         RID_DLRARROW ;      \
1564         RID_DRARROW ;       \
1565         RID_XPRECEDESY ;    \
1566         RID_XNOTPRECEDESY ; \
1567         RID_XPRECEDESEQUALY ; \
1568         RID_XPRECEDESEQUIVY ; \
1569         RID_XSUCCEEDSY ;    \
1570         RID_XNOTSUCCEEDSY ; \
1571         RID_XSUCCEEDSEQUALY ; \
1572         RID_XSUCCEEDSEQUIVY ; \
1573     };                      \
1574     IdCount ={ 29 ; };
1576     ImageList RID_IL_RELATIONS
1577     {
1578         Prefix = "bi";
1579         MaskColor = IMAGE_STDBTN_COLOR ;
1580         RELATIONS_IDLIST
1581     };
1583 #define SETOPERATIONS_IDLIST             \
1584     IdList =                    \
1585     {                           \
1586         RID_XINY ;              \
1587         RID_XNOTINY ;           \
1588         RID_XOWNSY ;            \
1589         RID_XINTERSECTIONY ;    \
1590         RID_XUNIONY ;           \
1591         RID_XSETMINUSY ;        \
1592         RID_XSLASHY ;           \
1593         RID_XSUBSETY ;          \
1594         RID_XSUBSETEQY ;        \
1595         RID_XSUPSETY ;          \
1596         RID_XSUPSETEQY ;        \
1597         RID_XNSUBSETY ;         \
1598         RID_XNSUBSETEQY ;       \
1599         RID_XNSUPSETY ;         \
1600         RID_XNSUPSETEQY ;       \
1601         RID_EMPTYSET ;          \
1602         RID_ALEPH ;             \
1603         RID_SETN ;              \
1604         RID_SETZ ;              \
1605         RID_SETQ ;              \
1606         RID_SETR ;              \
1607         RID_SETC ;              \
1608     };                          \
1609     IdCount = { 22 ; };
1611     ImageList RID_IL_SETOPERATIONS
1612     {
1613         Prefix = "op";
1614         MaskColor = IMAGE_STDBTN_COLOR ;
1615         SETOPERATIONS_IDLIST
1616     };
1618 #define FUNCTIONS_IDLIST         \
1619     IdList =                \
1620     {                       \
1621         RID_ABSX ;          \
1622         RID_FACTX ;         \
1623         RID_SQRTX ;         \
1624         RID_NROOTXY ;       \
1625         RID_EX ;            \
1626         RID_LNX ;           \
1627         RID_EXPX ;          \
1628         RID_LOGX ;          \
1629         RID_SINX ;          \
1630         RID_COSX ;          \
1631         RID_TANX ;          \
1632         RID_COTX ;          \
1633         RID_SINHX ;         \
1634         RID_COSHX ;         \
1635         RID_TANHX ;         \
1636         RID_COTHX ;         \
1637         RID_ARCSINX ;       \
1638         RID_ARCCOSX ;       \
1639         RID_ARCTANX ;       \
1640         RID_ARCCOTX ;       \
1641         RID_ARSINHX ;       \
1642         RID_ARCOSHX ;       \
1643         RID_ARTANHX ;       \
1644         RID_ARCOTHX ;       \
1645         RID_RSUPX ;         \
1646     };                      \
1647     IdCount = { 25 ; };
1649     ImageList RID_IL_FUNCTIONS
1650     {
1651         Prefix = "fu";
1652         MaskColor = IMAGE_STDBTN_COLOR ;
1653         FUNCTIONS_IDLIST
1654     };
1656 #define OPERATORS_IDLIST         \
1657     IdList =                \
1658     {                       \
1659         RID_LIMX ;          \
1660         RID_SUMX ;          \
1661         RID_PRODX ;         \
1662         RID_COPRODX ;       \
1663         RID_INTX ;          \
1664         RID_IINTX ;         \
1665         RID_IIINTX ;        \
1666         RID_LINTX ;         \
1667         RID_LLINTX ;        \
1668         RID_LLLINTX ;       \
1669         RID_FROMXTOY ;      \
1670         RID_FROMX ;         \
1671         RID_TOX ;           \
1672     };                      \
1673     IdCount = { 13 ; };
1675     ImageList RID_IL_OPERATORS
1676     {
1677         Prefix = "fo";
1678         MaskColor = IMAGE_STDBTN_COLOR ;
1679         OPERATORS_IDLIST
1680     };
1682 #define ATTRIBUTES_IDLIST             \
1683     IdList =                    \
1684     {                           \
1685         RID_ACUTEX ;            \
1686         RID_GRAVEX ;            \
1687         RID_CHECKX ;            \
1688         RID_BREVEX ;            \
1689         RID_BARX ;              \
1690         RID_VECX ;              \
1691         RID_HATX ;              \
1692         RID_TILDEX ;            \
1693         RID_CIRCLEX ;           \
1694         RID_DOTX ;              \
1695         RID_DDOTX ;             \
1696         RID_DDDOTX ;            \
1697         RID_OVERLINEX ;         \
1698         RID_UNDERLINEX ;        \
1699         RID_OVERSTRIKEX ;       \
1700         RID_PHANTOMX ;          \
1701         RID_BOLDX ;             \
1702         RID_ITALX ;             \
1703         RID_SIZEXY ;            \
1704         RID_FONTXY ;            \
1705         RID_WIDEHATX ;          \
1706         RID_WIDETILDEX ;        \
1707         RID_WIDEVECX ;          \
1708     };                          \
1709     IdCount = { 23 ; };
1711     ImageList RID_IL_ATTRIBUTES
1712     {
1713         Prefix = "at";
1714         MaskColor = IMAGE_STDBTN_COLOR ;
1715         ATTRIBUTES_IDLIST
1716     };
1718 #define BRACKETS_IDLIST             \
1719     IdList =                    \
1720     {                           \
1721         RID_LRPARENTX ;         \
1722         RID_LRBRACKETX ;        \
1723         RID_LRANGLEX ;          \
1724         RID_LRBRACEX ;          \
1725         RID_LRLINEX ;           \
1726         RID_LRDLINEX ;          \
1727         RID_LMRANGLEXY ;        \
1728         RID_LRGROUPX ;          \
1729         RID_SLRPARENTX ;        \
1730         RID_SLRBRACKETX ;       \
1731         RID_SLRANGLEX ;         \
1732         RID_SLRBRACEX ;         \
1733         RID_SLRLINEX ;          \
1734         RID_SLRDLINEX ;         \
1735         RID_SLMRANGLEXY ;       \
1736         RID_LRDBRACKETX ;       \
1737         RID_SLRDBRACKETX ;      \
1738         RID_XOVERBRACEY ;       \
1739         RID_XUNDERBRACEY ;      \
1740     };                          \
1741     IdCount = { 19 ; };
1743     ImageList RID_IL_BRACKETS
1744     {
1745         Prefix = "al";
1746         MaskColor = IMAGE_STDBTN_COLOR ;
1747         BRACKETS_IDLIST
1748     };
1750 #define FORMAT_IDLIST         \
1751     IdList =                \
1752     {                       \
1753         RID_NEWLINE ;       \
1754         RID_SBLANK ;        \
1755         RID_BLANK ;         \
1756         RID_BINOMXY ;       \
1757         RID_STACK ;         \
1758         RID_MATRIX ;        \
1759         RID_ALIGNLX ;       \
1760         RID_ALIGNCX ;       \
1761         RID_ALIGNRX ;       \
1762         RID_RSUBX ;         \
1763         RID_RSUPX ;         \
1764         RID_LSUBX ;         \
1765         RID_LSUPX ;         \
1766         RID_CSUBX ;         \
1767         RID_CSUPX ;         \
1768     };                      \
1769     IdCount = { 15 ; };
1771     ImageList RID_IL_FORMAT
1772     {
1773         Prefix = "co";
1774         MaskColor = IMAGE_STDBTN_COLOR ;
1775         FORMAT_IDLIST
1776     };
1778 #define MISC_IDLIST         \
1779     IdList =                \
1780     {                       \
1781         RID_INFINITY ;      \
1782         RID_PARTIAL ;       \
1783         RID_NABLA ;         \
1784         RID_EXISTS ;        \
1785         RID_NOTEXISTS ;     \
1786         RID_FORALL ;        \
1787         RID_HBAR;           \
1788         RID_LAMBDABAR ;     \
1789         RID_RE ;            \
1790         RID_IM ;            \
1791         RID_WP ;            \
1792         RID_LEFTARROW ;     \
1793         RID_RIGHTARROW ;    \
1794         RID_UPARROW ;       \
1795         RID_DOWNARROW ;     \
1796         RID_DOTSLOW ;       \
1797         RID_DOTSAXIS ;      \
1798         RID_DOTSVERT ;      \
1799         RID_DOTSUP ;        \
1800         RID_DOTSDOWN ;      \
1801     };                      \
1802     IdCount = { 20 ; };
1804     ImageList RID_IL_MISC
1805     {
1806         Prefix = "mi";
1807         MaskColor = IMAGE_STDBTN_COLOR ;
1808         MISC_IDLIST
1809     };
1811 #define CATALOG_IDLIST                  \
1812     IdList =                        \
1813     {                               \
1814         RID_UNBINOPS_CAT ;          \
1815         RID_RELATIONS_CAT ;         \
1816         RID_SETOPERATIONS_CAT ;     \
1817         RID_FUNCTIONS_CAT ;         \
1818         RID_OPERATORS_CAT ;         \
1819         RID_ATTRIBUTES_CAT ;        \
1820         RID_MISC_CAT ;              \
1821         RID_BRACKETS_CAT ;          \
1822         RID_FORMAT_CAT ;            \
1823     };                              \
1824     IdCount = { 9 ; };
1826     ImageList RID_IL_CATALOG
1827     {
1828         Prefix = "im";
1829         MaskColor = IMAGE_STDBTN_COLOR ;
1830         CATALOG_IDLIST
1831     };
1833 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */