457eb93a16
2004/12/29 14:12:28 ihi 1.107.20.1: Encoding fix
4448 lines
120 KiB
Text
4448 lines
120 KiB
Text
/*************************************************************************
|
||
*
|
||
* $RCSfile: smres.src,v $
|
||
*
|
||
* $Revision: 1.108 $
|
||
*
|
||
* last change: $Author: kz $ $Date: 2005-01-13 19:13:07 $
|
||
*
|
||
* The Contents of this file are made available subject to the terms of
|
||
* either of the following licenses
|
||
*
|
||
* - GNU Lesser General Public License Version 2.1
|
||
* - Sun Industry Standards Source License Version 1.1
|
||
*
|
||
* Sun Microsystems Inc., October, 2000
|
||
*
|
||
* GNU Lesser General Public License Version 2.1
|
||
* =============================================
|
||
* Copyright 2000 by Sun Microsystems, Inc.
|
||
* 901 San Antonio Road, Palo Alto, CA 94303, USA
|
||
*
|
||
* This library is free software; you can redistribute it and/or
|
||
* modify it under the terms of the GNU Lesser General Public
|
||
* License version 2.1, as published by the Free Software Foundation.
|
||
*
|
||
* This library is distributed in the hope that it will be useful,
|
||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||
* Lesser General Public License for more details.
|
||
*
|
||
* You should have received a copy of the GNU Lesser General Public
|
||
* License along with this library; if not, write to the Free Software
|
||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston,
|
||
* MA 02111-1307 USA
|
||
*
|
||
*
|
||
* Sun Industry Standards Source License Version 1.1
|
||
* =================================================
|
||
* The contents of this file are subject to the Sun Industry Standards
|
||
* Source License Version 1.1 (the "License"); You may not use this file
|
||
* except in compliance with the License. You may obtain a copy of the
|
||
* License at http://www.openoffice.org/license.html.
|
||
*
|
||
* Software provided under this License is provided on an "AS IS" basis,
|
||
* WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,
|
||
* WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS,
|
||
* MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING.
|
||
* See the License for the specific provisions governing your rights and
|
||
* obligations concerning the Software.
|
||
*
|
||
* The Initial Developer of the Original Code is: Sun Microsystems, Inc.
|
||
*
|
||
* Copyright: 2000 by Sun Microsystems, Inc.
|
||
*
|
||
* All Rights Reserved.
|
||
*
|
||
* Contributor(s): _______________________________________
|
||
*
|
||
*
|
||
************************************************************************/
|
||
|
||
|
||
|
||
|
||
#include <sfx2/sfx.hrc>
|
||
#include <svx/globlmn.hrc>
|
||
#include "starmath.hrc"
|
||
#include "dialog.hrc"
|
||
#include "toolbox.hrc"
|
||
|
||
#define IMAGE_STDBTN_COLOR Color { Red = 0xff00; Green = 0x0000; Blue = 0xff00; }
|
||
#define IMAGE_STDBTN_COLOR_HC IMAGE_STDBTN_COLOR
|
||
|
||
#define MN_SUB_TOOLBAR 32
|
||
#define WORKARROUND_1 1
|
||
#define WORKARROUND_3 3
|
||
#define WORKARROUND_10 10
|
||
|
||
ModalDialog RID_FONTDIALOG
|
||
{
|
||
Moveable = TRUE ;
|
||
OutputSize = TRUE ;
|
||
SVLook = TRUE ;
|
||
Size = MAP_APPFONT ( 183 , 150 ) ;
|
||
Text [ de ] = "Schriften" ;
|
||
Text [ en-US ] = "Fonts" ;
|
||
FixedText 1
|
||
{
|
||
Left = TRUE ;
|
||
Pos = MAP_APPFONT ( 6 , 6 ) ;
|
||
Size = MAP_APPFONT ( 40 , 8 ) ;
|
||
Text [ de ] = "~Schriftart" ;
|
||
Text [ en-US ] = "~Font";
|
||
};
|
||
ComboBox 1
|
||
{
|
||
Pos = MAP_APPFONT ( 6 , 17 ) ;
|
||
Size = MAP_APPFONT ( 111 , 60 ) ;
|
||
TabStop = TRUE ;
|
||
Sort = TRUE ;
|
||
VScroll = TRUE ;
|
||
};
|
||
CheckBox 1
|
||
{
|
||
TabStop = TRUE ;
|
||
Pos = MAP_APPFONT ( 60 , 84 ) ;
|
||
Size = MAP_APPFONT ( 33 , 10 ) ;
|
||
Text [ de ] = "~Fett" ;
|
||
Text [ en-US ] = "~Bold" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
CheckBox 2
|
||
{
|
||
TabStop = TRUE ;
|
||
Pos = MAP_APPFONT ( 60 , 97 ) ;
|
||
Size = MAP_APPFONT ( 33 , 10 ) ;
|
||
Text [ de ] = "~Kursiv" ;
|
||
Text [ en-US ] = "~Italic" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
OKButton 1
|
||
{
|
||
Pos = MAP_APPFONT ( 126 , 6 ) ;
|
||
Size = MAP_APPFONT ( 50 , 14 ) ;
|
||
TabStop = TRUE ;
|
||
DefButton = TRUE ;
|
||
};
|
||
CancelButton 1
|
||
{
|
||
Pos = MAP_APPFONT ( 126 , 24 ) ;
|
||
Size = MAP_APPFONT ( 50 , 14 ) ;
|
||
TabStop = TRUE ;
|
||
};
|
||
Control 1
|
||
{
|
||
Disable = TRUE ;
|
||
Border = TRUE;
|
||
Pos = MAP_APPFONT ( 6 , 113 ) ;
|
||
Size = MAP_APPFONT ( 111 , 31 ) ;
|
||
};
|
||
FixedText 2
|
||
{
|
||
Pos = MAP_APPFONT ( 6 , 85 ) ;
|
||
Size = MAP_APPFONT ( 42 , 8 ) ;
|
||
Text [ de ] = "Attribute" ;
|
||
Text [ en-US ] = "Attributes" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
|
||
ModalDialog RID_FONTSIZEDIALOG
|
||
{
|
||
Moveable = TRUE ;
|
||
OutputSize = TRUE ;
|
||
SVLook = TRUE ;
|
||
HelpID = SID_FONTSIZE ;
|
||
Size = MAP_APPFONT ( 171 , 120 ) ;
|
||
/* ### ACHTUNG: Neuer Text in Resource? Schriftgr<67><72>en : Schriftgr<67><72>en */
|
||
Text [ de ] = "Schriftgr<67><72>en" ;
|
||
Text [ en-US ] = "Font Sizes" ;
|
||
FixedText 1
|
||
{
|
||
Left = TRUE ;
|
||
Pos = MAP_APPFONT ( 12 , 7 ) ;
|
||
Size = MAP_APPFONT ( 40 , 10 ) ;
|
||
/* ### ACHTUNG: Neuer Text in Resource? ~Basisgr<67><72>e: : ~Basisgr<67><72>e: */
|
||
Text [ de ] = "~Basisgr<67><72>e" ;
|
||
Text [ en-US ] = "Base ~size";
|
||
};
|
||
MetricField 1
|
||
{
|
||
Border = TRUE ;
|
||
Pos = MAP_APPFONT ( 57 , 6 ) ;
|
||
Size = MAP_APPFONT ( 40 , 12 ) ;
|
||
TabStop = TRUE ;
|
||
Left = TRUE ;
|
||
Repeat = TRUE ;
|
||
Spin = TRUE ;
|
||
Minimum = 4 ;
|
||
Maximum = 127 ;
|
||
Unit = FUNIT_POINT ;
|
||
};
|
||
FixedText 4
|
||
{
|
||
Pos = MAP_APPFONT ( 12 , 37 ) ;
|
||
Size = MAP_APPFONT ( 40 , 10 ) ;
|
||
Text [ de ] = "~Text" ;
|
||
Left = TRUE ;
|
||
Text [ en-US ] = "~Text";
|
||
};
|
||
MetricField 4
|
||
{
|
||
Border = TRUE ;
|
||
Pos = MAP_APPFONT ( 57 , 36 ) ;
|
||
Size = MAP_APPFONT ( 40 , 12 ) ;
|
||
TabStop = TRUE ;
|
||
Left = TRUE ;
|
||
Repeat = TRUE ;
|
||
Spin = TRUE ;
|
||
Minimum = 5 ;
|
||
Maximum = 200 ;
|
||
Unit = FUNIT_CUSTOM ;
|
||
CustomUnitText = "%" ;
|
||
};
|
||
FixedText 5
|
||
{
|
||
Pos = MAP_APPFONT ( 12 , 52 ) ;
|
||
Size = MAP_APPFONT ( 40 , 10 ) ;
|
||
Text [ de ] = "~Indizes" ;
|
||
Left = TRUE ;
|
||
Text [ en-US ] = "~Indexes";
|
||
};
|
||
MetricField 5
|
||
{
|
||
Border = TRUE ;
|
||
Pos = MAP_APPFONT ( 57 , 51 ) ;
|
||
Size = MAP_APPFONT ( 40 , 12 ) ;
|
||
TabStop = TRUE ;
|
||
Left = TRUE ;
|
||
Repeat = TRUE ;
|
||
Spin = TRUE ;
|
||
Minimum = 5 ;
|
||
Maximum = 200 ;
|
||
Unit = FUNIT_CUSTOM ;
|
||
CustomUnitText = "%" ;
|
||
};
|
||
FixedText 6
|
||
{
|
||
Pos = MAP_APPFONT ( 12 , 67 ) ;
|
||
Size = MAP_APPFONT ( 40 , 10 ) ;
|
||
Text [ de ] = "~Funktionen" ;
|
||
Left = TRUE ;
|
||
Text [ en-US ] = "~Functions";
|
||
};
|
||
MetricField 6
|
||
{
|
||
Border = TRUE ;
|
||
Pos = MAP_APPFONT ( 57 , 66 ) ;
|
||
Size = MAP_APPFONT ( 40 , 12 ) ;
|
||
TabStop = TRUE ;
|
||
Left = TRUE ;
|
||
Repeat = TRUE ;
|
||
Spin = TRUE ;
|
||
Minimum = 5 ;
|
||
Maximum = 200 ;
|
||
Unit = FUNIT_CUSTOM ;
|
||
CustomUnitText = "%" ;
|
||
};
|
||
FixedText 7
|
||
{
|
||
Pos = MAP_APPFONT ( 12 , 82 ) ;
|
||
Size = MAP_APPFONT ( 40 , 10 ) ;
|
||
Text [ de ] = "~Operatoren" ;
|
||
Left = TRUE ;
|
||
Text [ en-US ] = "~Operators";
|
||
};
|
||
MetricField 7
|
||
{
|
||
Border = TRUE ;
|
||
Pos = MAP_APPFONT ( 57 , 81 ) ;
|
||
Size = MAP_APPFONT ( 40 , 12 ) ;
|
||
TabStop = TRUE ;
|
||
Left = TRUE ;
|
||
Repeat = TRUE ;
|
||
Spin = TRUE ;
|
||
Minimum = 5 ;
|
||
Maximum = 200 ;
|
||
Unit = FUNIT_CUSTOM ;
|
||
CustomUnitText = "%" ;
|
||
};
|
||
FixedText 8
|
||
{
|
||
Pos = MAP_APPFONT ( 12 , 97 ) ;
|
||
Size = MAP_APPFONT ( 40 , 10 ) ;
|
||
Text [ de ] = "~Grenzen" ;
|
||
Left = TRUE ;
|
||
Text [ en-US ] = "~Limits";
|
||
};
|
||
MetricField 8
|
||
{
|
||
Border = TRUE ;
|
||
Pos = MAP_APPFONT ( 57 , 96 ) ;
|
||
Size = MAP_APPFONT ( 40 , 12 ) ;
|
||
TabStop = TRUE ;
|
||
Left = TRUE ;
|
||
Repeat = TRUE ;
|
||
Spin = TRUE ;
|
||
Minimum = 5 ;
|
||
Maximum = 200 ;
|
||
Unit = FUNIT_CUSTOM ;
|
||
CustomUnitText = "%" ;
|
||
};
|
||
FixedLine 1
|
||
{
|
||
Pos = MAP_APPFONT ( 6 , 24 ) ;
|
||
Size = MAP_APPFONT ( 99 , 8 ) ;
|
||
/* ### ACHTUNG: Neuer Text in Resource? relative Gr<47><72>en : relative Gr<47><72>en */
|
||
Text [ de ] = "relative Gr<47><72>en" ;
|
||
Text [ en-US ] = "Relative sizes" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
OKButton 1
|
||
{
|
||
Pos = MAP_APPFONT ( 114 , 3 ) ;
|
||
Size = MAP_APPFONT ( 50 , 14 ) ;
|
||
TabStop = TRUE ;
|
||
DefButton = TRUE ;
|
||
};
|
||
CancelButton 1
|
||
{
|
||
Pos = MAP_APPFONT ( 114 , 21 ) ;
|
||
Size = MAP_APPFONT ( 50 , 14 ) ;
|
||
TabStop = TRUE ;
|
||
};
|
||
PushButton 1
|
||
{
|
||
TabStop = TRUE ;
|
||
Pos = MAP_APPFONT ( 114 , 45 ) ;
|
||
Size = MAP_APPFONT ( 50 , 14 ) ;
|
||
Text [ de ] = "~Standard" ;
|
||
Text [ en-US ] = "~Default" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
|
||
ModalDialog RID_FONTTYPEDIALOG
|
||
{
|
||
OutputSize = TRUE ;
|
||
SVLook = TRUE ;
|
||
HelpID = SID_FONT ;
|
||
Size = MAP_APPFONT ( 282 , 153 ) ;
|
||
Text [ de ] = "Schriftarten" ;
|
||
Text [ en-US ] = "Fonts" ;
|
||
Moveable = TRUE ;
|
||
FixedLine 1
|
||
{
|
||
Pos = MAP_APPFONT ( 6 , 6 ) ;
|
||
Size = MAP_APPFONT ( 207 , 8 ) ;
|
||
Text [ de ] = "Formelschriften" ;
|
||
Text [ en-US ] = "Formula fonts" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
FixedLine 2
|
||
{
|
||
Pos = MAP_APPFONT ( 6 , 84 ) ;
|
||
Size = MAP_APPFONT ( 207 , 8 ) ;
|
||
Text [ de ] = "Benutzerschriften" ;
|
||
Text [ en-US ] = "Custom fonts" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
FixedText 1
|
||
{
|
||
Left = TRUE ;
|
||
Pos = MAP_APPFONT ( 12 , 18 ) ;
|
||
Size = MAP_APPFONT ( 40 , 10 ) ;
|
||
Text [ de ] = "~Variablen" ;
|
||
Text [ en-US ] = "~Variables";
|
||
};
|
||
ListBox 1
|
||
{
|
||
Border = TRUE ;
|
||
Pos = MAP_APPFONT ( 54 , 18 ) ;
|
||
Size = MAP_APPFONT ( 150 , 69 ) ;
|
||
TabStop = TRUE ;
|
||
DropDown = TRUE ;
|
||
};
|
||
FixedText 2
|
||
{
|
||
Left = TRUE ;
|
||
Pos = MAP_APPFONT ( 12 , 33 ) ;
|
||
Size = MAP_APPFONT ( 40 , 10 ) ;
|
||
Text [ de ] = "~Funktionen" ;
|
||
Text [ en-US ] = "~Functions";
|
||
};
|
||
ListBox 2
|
||
{
|
||
Border = TRUE ;
|
||
Pos = MAP_APPFONT ( 54 , 33 ) ;
|
||
Size = MAP_APPFONT ( 150 , 69 ) ;
|
||
TabStop = TRUE ;
|
||
DropDown = TRUE ;
|
||
};
|
||
FixedText 3
|
||
{
|
||
Left = TRUE ;
|
||
Pos = MAP_APPFONT ( 12 , 51 ) ;
|
||
Size = MAP_APPFONT ( 40 , 10 ) ;
|
||
Text [ de ] = "~Zahlen" ;
|
||
Text [ en-US ] = "~Numbers";
|
||
};
|
||
ListBox 3
|
||
{
|
||
Border = TRUE ;
|
||
Pos = MAP_APPFONT ( 54 , 48 ) ;
|
||
Size = MAP_APPFONT ( 150 , 69 ) ;
|
||
TabStop = TRUE ;
|
||
DropDown = TRUE ;
|
||
};
|
||
FixedText 4
|
||
{
|
||
Left = TRUE ;
|
||
Pos = MAP_APPFONT ( 12 , 66 ) ;
|
||
Size = MAP_APPFONT ( 40 , 10 ) ;
|
||
Text [ de ] = "~Text" ;
|
||
Text [ en-US ] = "~Text";
|
||
};
|
||
ListBox 4
|
||
{
|
||
Border = TRUE ;
|
||
Pos = MAP_APPFONT ( 54 , 63 ) ;
|
||
Size = MAP_APPFONT ( 150 , 69 ) ;
|
||
TabStop = TRUE ;
|
||
DropDown = TRUE ;
|
||
};
|
||
FixedText 5
|
||
{
|
||
Left = TRUE ;
|
||
Pos = MAP_APPFONT ( 12 , 97 ) ;
|
||
Size = MAP_APPFONT ( 40 , 10 ) ;
|
||
Text [ de ] = "~Serif" ;
|
||
Text [ en-US ] = "~Serif";
|
||
};
|
||
ListBox 5
|
||
{
|
||
Border = TRUE ;
|
||
Pos = MAP_APPFONT ( 54 , 96 ) ;
|
||
Size = MAP_APPFONT ( 150 , 69 ) ;
|
||
TabStop = TRUE ;
|
||
DropDown = TRUE ;
|
||
};
|
||
FixedText 6
|
||
{
|
||
Left = TRUE ;
|
||
Pos = MAP_APPFONT ( 12 , 112 ) ;
|
||
Size = MAP_APPFONT ( 40 , 10 ) ;
|
||
Text [ de ] = "S~ans" ;
|
||
Text [ en-US ] = "S~ans";
|
||
};
|
||
ListBox 6
|
||
{
|
||
Border = TRUE ;
|
||
Pos = MAP_APPFONT ( 54 , 111 ) ;
|
||
Size = MAP_APPFONT ( 150 , 69 ) ;
|
||
TabStop = TRUE ;
|
||
DropDown = TRUE ;
|
||
};
|
||
FixedText 7
|
||
{
|
||
Left = TRUE ;
|
||
Pos = MAP_APPFONT ( 12 , 127 ) ;
|
||
Size = MAP_APPFONT ( 40 , 10 ) ;
|
||
Text [ de ] = "F~ixed" ;
|
||
Text [ en-US ] = "F~ixed";
|
||
};
|
||
ListBox 7
|
||
{
|
||
Border = TRUE ;
|
||
Pos = MAP_APPFONT ( 54 , 126 ) ;
|
||
Size = MAP_APPFONT ( 150 , 69 ) ;
|
||
TabStop = TRUE ;
|
||
DropDown = TRUE ;
|
||
};
|
||
OKButton 1
|
||
{
|
||
Pos = MAP_APPFONT ( 225 , 6 ) ;
|
||
Size = MAP_APPFONT ( 50 , 14 ) ;
|
||
TabStop = TRUE ;
|
||
DefButton = TRUE ;
|
||
};
|
||
CancelButton 1
|
||
{
|
||
Pos = MAP_APPFONT ( 225 , 24 ) ;
|
||
Size = MAP_APPFONT ( 50 , 14 ) ;
|
||
TabStop = TRUE ;
|
||
};
|
||
MenuButton 1
|
||
{
|
||
TabStop = TRUE ;
|
||
ButtonMenu = Menu , RID_FONTMENU ;
|
||
Pos = MAP_APPFONT ( 225 , 48 ) ;
|
||
Size = MAP_APPFONT ( 50 , 14 ) ;
|
||
Text [ de ] = "<22>~ndern" ;
|
||
Text [ en-US ] = "~Modify" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
PushButton 2
|
||
{
|
||
TabStop = TRUE ;
|
||
Pos = MAP_APPFONT ( 225 , 66 ) ;
|
||
Size = MAP_APPFONT ( 50 , 14 ) ;
|
||
Text [ de ] = "~Standard" ;
|
||
Text [ en-US ] = "~Default" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
|
||
ModalDialog RID_DISTANCEDIALOG
|
||
{
|
||
Moveable = TRUE ;
|
||
OutputSize = TRUE ;
|
||
SVLook = TRUE ;
|
||
HelpID = SID_DISTANCE ;
|
||
Size = MAP_APPFONT ( 240 , 90 ) ;
|
||
/* ### ACHTUNG: Neuer Text in Resource? Abst<73>nde : Abst<73>nde */
|
||
Text [ de ] = "Abst<73>nde" ;
|
||
Text [ en-US ] = "Spacing" ;
|
||
FixedText 1
|
||
{
|
||
Pos = MAP_APPFONT ( 12 , 19 ) ;
|
||
Size = MAP_APPFONT ( 65 , 10 ) ;
|
||
Left = TRUE ;
|
||
};
|
||
MetricField 1
|
||
{
|
||
Border = TRUE ;
|
||
TabStop = TRUE ;
|
||
Left = TRUE ;
|
||
Spin = TRUE ;
|
||
SpinSize = 1 ;
|
||
Repeat = TRUE;
|
||
Pos = MAP_APPFONT ( 78 , 18 ) ;
|
||
Size = MAP_APPFONT ( 38 , 12 ) ;
|
||
CustomUnitText [ en-US ] = "%" ;
|
||
CustomUnitText [ de ] = "%" ;
|
||
CustomUnitText [ x-comment ] = " ";
|
||
};
|
||
FixedText 2
|
||
{
|
||
Disable = TRUE ;
|
||
Hide = TRUE ;
|
||
Pos = MAP_APPFONT ( 12 , 35 ) ;
|
||
Size = MAP_APPFONT ( 65 , 10 ) ;
|
||
Left = TRUE ;
|
||
};
|
||
MetricField 2
|
||
{
|
||
Border = TRUE ;
|
||
TabStop = TRUE ;
|
||
Left = TRUE ;
|
||
Spin = TRUE ;
|
||
SpinSize = 1 ;
|
||
Repeat = TRUE;
|
||
Pos = MAP_APPFONT ( 78 , 34 ) ;
|
||
Size = MAP_APPFONT ( 38 , 12 ) ;
|
||
CustomUnitText [ en-US ] = "%" ;
|
||
CustomUnitText [ de ] = "%" ;
|
||
CustomUnitText [ x-comment ] = " ";
|
||
};
|
||
CheckBox 1
|
||
{
|
||
TabStop = TRUE ;
|
||
Pos = MAP_APPFONT ( 12 , 55 ) ;
|
||
Size = MAP_APPFONT ( 110 , 12 ) ;
|
||
Text [ de ] = "Alle Klammern skalieren" ;
|
||
Text [ en-US ] = "Scale all brackets";
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
FixedText 3
|
||
{
|
||
Disable = TRUE ;
|
||
Hide = TRUE ;
|
||
Pos = MAP_APPFONT ( 12 , 51 ) ;
|
||
Size = MAP_APPFONT ( 65 , 10 ) ;
|
||
Left = TRUE ;
|
||
};
|
||
MetricField 3
|
||
{
|
||
Border = TRUE ;
|
||
TabStop = TRUE ;
|
||
Left = TRUE ;
|
||
Spin = TRUE ;
|
||
SpinSize = 1 ;
|
||
Repeat = TRUE;
|
||
Pos = MAP_APPFONT ( 78 , 50 ) ;
|
||
Size = MAP_APPFONT ( 38 , 12 ) ;
|
||
CustomUnitText [ en-US ] = "%" ;
|
||
CustomUnitText [ de ] = "%" ;
|
||
CustomUnitText [ x-comment ] = " ";
|
||
};
|
||
FixedText 4
|
||
{
|
||
Disable = TRUE ;
|
||
Hide = TRUE ;
|
||
Pos = MAP_APPFONT ( 12 , 67 ) ;
|
||
Size = MAP_APPFONT ( 65 , 10 ) ;
|
||
Left = TRUE ;
|
||
};
|
||
MetricField 4
|
||
{
|
||
Border = TRUE ;
|
||
TabStop = TRUE ;
|
||
Left = TRUE ;
|
||
Spin = TRUE ;
|
||
SpinSize = 1 ;
|
||
Repeat = TRUE;
|
||
Pos = MAP_APPFONT ( 78 , 66 ) ;
|
||
Size = MAP_APPFONT ( 38 , 12 ) ;
|
||
TabStop = TRUE ;
|
||
};
|
||
OKButton 1
|
||
{
|
||
Pos = MAP_APPFONT ( 184 , 6 ) ;
|
||
Size = MAP_APPFONT ( 50 , 14 ) ;
|
||
TabStop = TRUE ;
|
||
DefButton = TRUE ;
|
||
};
|
||
CancelButton 1
|
||
{
|
||
Pos = MAP_APPFONT ( 184 , 24 ) ;
|
||
Size = MAP_APPFONT ( 50 , 14 ) ;
|
||
TabStop = TRUE ;
|
||
};
|
||
PushButton 1
|
||
{
|
||
TabStop = TRUE ;
|
||
Pos = MAP_APPFONT ( 184 , 69 ) ;
|
||
Size = MAP_APPFONT ( 50 , 14 ) ;
|
||
Text [ de ] = "~Standard" ;
|
||
Text [ en-US ] = "~Default" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
MenuButton 1
|
||
{
|
||
TabStop = TRUE ;
|
||
ButtonMenu = Menu , RID_DISTANCEMENU ;
|
||
Pos = MAP_APPFONT ( 184 , 51 ) ;
|
||
Size = MAP_APPFONT ( 50 , 14 ) ;
|
||
Text [ de ] = "~Kategorie" ;
|
||
Text [ en-US ] = "~Category" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
FixedBitmap 1
|
||
{
|
||
Border = TRUE ;
|
||
Pos = MAP_APPFONT ( 122 , 18 ) ;
|
||
Size = MAP_APPFONT ( 49 , 53 ) ;
|
||
};
|
||
FixedLine 1
|
||
{
|
||
Pos = MAP_APPFONT ( 6 , 6 ) ;
|
||
Size = MAP_APPFONT ( 171 , 8 ) ;
|
||
Text [ de ] = "Kategorie" ;
|
||
Text [ en-US ] = "Category" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
Resource 1
|
||
{
|
||
String 1
|
||
{
|
||
/* ### ACHTUNG: Neuer Text in Resource? Abst<73>nde : Abst<73>nde */
|
||
Text [ de ] = "Abst<73>nde" ;
|
||
Text [ en-US ] = "Spacing" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
String 2
|
||
{
|
||
Text [ de ] = "~Abstand" ;
|
||
Text [ en-US ] = "~Spacing";
|
||
};
|
||
Bitmap 20
|
||
{
|
||
File = "dist11.bmp" ;
|
||
};
|
||
Bitmap 21
|
||
{
|
||
File = "dist11_h.bmp" ;
|
||
};
|
||
String 3
|
||
{
|
||
Text [ de ] = "~Zeilenabstand" ;
|
||
Text [ en-US ] = "~Line spacing";
|
||
};
|
||
Bitmap 30
|
||
{
|
||
File = "dist12.bmp" ;
|
||
};
|
||
Bitmap 31
|
||
{
|
||
File = "dist12_h.bmp" ;
|
||
};
|
||
String 4
|
||
{
|
||
Text [ de ] = "~Wurzelabstand" ;
|
||
Text [ en-US ] = "~Root spacing";
|
||
};
|
||
Bitmap 40
|
||
{
|
||
File = "dist13.bmp" ;
|
||
};
|
||
Bitmap 41
|
||
{
|
||
File = "dist13_h.bmp" ;
|
||
};
|
||
};
|
||
Resource 2
|
||
{
|
||
String 1
|
||
{
|
||
Text [ de ] = "Indizes" ;
|
||
Text [ en-US ] = "Indexes";
|
||
};
|
||
String 2
|
||
{
|
||
Text [ de ] = "~Hochstellung" ;
|
||
Text [ en-US ] = "~Superscript";
|
||
};
|
||
Bitmap 20
|
||
{
|
||
File = "dist21.bmp" ;
|
||
};
|
||
Bitmap 21
|
||
{
|
||
File = "dist21_h.bmp" ;
|
||
};
|
||
String 3
|
||
{
|
||
Text [ de ] = "~Tiefstellung" ;
|
||
Text [ en-US ] = "S~ubscript";
|
||
};
|
||
Bitmap 30
|
||
{
|
||
File = "dist22.bmp" ;
|
||
};
|
||
Bitmap 31
|
||
{
|
||
File = "dist22_h.bmp" ;
|
||
};
|
||
};
|
||
Resource 3
|
||
{
|
||
String 1
|
||
{
|
||
/* ### ACHTUNG: Neuer Text in Resource? Br<42>che : Br<42>che */
|
||
Text [ de ] = "Br<42>che" ;
|
||
Text [ en-US ] = "Fractions" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
String 2
|
||
{
|
||
/* ### ACHTUNG: Neuer Text in Resource? ~Z<>hlerh<72>he: : ~Z<>hlerh<72>he: */
|
||
Text [ de ] = "~Z<>hlerh<72>he" ;
|
||
Text [ en-US ] = "~Numerator";
|
||
};
|
||
Bitmap 20
|
||
{
|
||
File = "dist31.bmp" ;
|
||
};
|
||
Bitmap 21
|
||
{
|
||
File = "dist31_h.bmp" ;
|
||
};
|
||
String 3
|
||
{
|
||
Text [ de ] = "~Nennertiefe" ;
|
||
Text [ en-US ] = "~Denominator";
|
||
};
|
||
Bitmap 30
|
||
{
|
||
File = "dist32.bmp" ;
|
||
};
|
||
Bitmap 31
|
||
{
|
||
File = "dist32_h.bmp" ;
|
||
};
|
||
};
|
||
Resource 4
|
||
{
|
||
String 1
|
||
{
|
||
Text [ de ] = "Bruchstriche" ;
|
||
Text [ en-US ] = "Fraction bar" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
String 2
|
||
{
|
||
/* ### ACHTUNG: Neuer Text in Resource? ~<7E>berl<72>nge: : ~<7E>berl<72>nge: */
|
||
Text [ de ] = "~<7E>berl<72>nge" ;
|
||
Text [ en-US ] = "~Excess length";
|
||
};
|
||
Bitmap 20
|
||
{
|
||
File = "dist41.bmp" ;
|
||
};
|
||
Bitmap 21
|
||
{
|
||
File = "dist41_h.bmp" ;
|
||
};
|
||
String 3
|
||
{
|
||
/* ### ACHTUNG: Neuer Text in Resource? ~Strichst<73>rke: : ~Strichst<73>rke: */
|
||
Text [ de ] = "~Strichst<73>rke" ;
|
||
Text [ en-US ] = "~Weight";
|
||
};
|
||
Bitmap 30
|
||
{
|
||
File = "dist42.bmp" ;
|
||
};
|
||
Bitmap 31
|
||
{
|
||
File = "dist42_h.bmp" ;
|
||
};
|
||
};
|
||
Resource 5
|
||
{
|
||
String 1
|
||
{
|
||
Text [ de ] = "Grenzen" ;
|
||
Text [ en-US ] = "Limits" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
String 2
|
||
{
|
||
/* ### ACHTUNG: Neuer Text in Resource? Grenz~h<>he: : Grenz~h<>he: */
|
||
Text [ de ] = "Grenz~h<>he" ;
|
||
Text [ en-US ] = "~Upper limit";
|
||
};
|
||
Bitmap 20
|
||
{
|
||
File = "dist51.bmp" ;
|
||
};
|
||
Bitmap 21
|
||
{
|
||
File = "dist51_h.bmp" ;
|
||
};
|
||
String 3
|
||
{
|
||
Text [ de ] = "Grenz~tiefe" ;
|
||
Text [ en-US ] = "~Lower limit";
|
||
};
|
||
Bitmap 30
|
||
{
|
||
File = "dist52.bmp" ;
|
||
};
|
||
Bitmap 31
|
||
{
|
||
File = "dist52_h.bmp" ;
|
||
};
|
||
};
|
||
Resource 6
|
||
{
|
||
String 1
|
||
{
|
||
Text [ de ] = "Klammern" ;
|
||
Text [ en-US ] = "Brackets" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
String 2
|
||
{
|
||
Text [ de ] = "~left/right <20>bergr<67><72>e" ;
|
||
Text [ en-US ] = "~Excess size (left/right)";
|
||
};
|
||
Bitmap 20
|
||
{
|
||
File = "dist61.bmp" ;
|
||
};
|
||
Bitmap 21
|
||
{
|
||
File = "dist61_h.bmp" ;
|
||
};
|
||
String 3
|
||
{
|
||
Text [ de ] = "~Abstand" ;
|
||
Text [ en-US ] = "~Spacing";
|
||
};
|
||
Bitmap 30
|
||
{
|
||
File = "dist62.bmp" ;
|
||
};
|
||
Bitmap 31
|
||
{
|
||
File = "dist62_h.bmp" ;
|
||
};
|
||
String 5
|
||
{
|
||
Text [ de ] = "~<7E>bergr<67><72>e" ;
|
||
Text [ en-US ] = "~Excess size";
|
||
};
|
||
Bitmap 50
|
||
{
|
||
File = "dist61.bmp" ;
|
||
};
|
||
Bitmap 51
|
||
{
|
||
File = "dist61_h.bmp" ;
|
||
};
|
||
};
|
||
Resource 7
|
||
{
|
||
String 1
|
||
{
|
||
Text [ de ] = "Matrizen" ;
|
||
Text [ en-US ] = "Matrix" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
String 2
|
||
{
|
||
Text [ de ] = "~Zeilenabstand" ;
|
||
Text [ en-US ] = "~Line spacing";
|
||
};
|
||
Bitmap 20
|
||
{
|
||
File = "dist71.bmp" ;
|
||
};
|
||
Bitmap 21
|
||
{
|
||
File = "dist71_h.bmp" ;
|
||
};
|
||
String 3
|
||
{
|
||
Text [ de ] = "~Spaltenabstand" ;
|
||
Text [ en-US ] = "~Column spacing";
|
||
};
|
||
Bitmap 30
|
||
{
|
||
File = "dist72.bmp" ;
|
||
};
|
||
Bitmap 31
|
||
{
|
||
File = "dist72_h.bmp" ;
|
||
};
|
||
};
|
||
Resource 8
|
||
{
|
||
String 1
|
||
{
|
||
Text [ de ] = "Ornamente" ;
|
||
Text [ en-US ] = "Symbols" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
String 2
|
||
{
|
||
/* ### ACHTUNG: Neuer Text in Resource? ~Prim<69>rh<72>he: : ~Prim<69>rh<72>he: */
|
||
Text [ de ] = "~Prim<69>rh<72>he" ;
|
||
Text [ en-US ] = "~Primary height";
|
||
};
|
||
Bitmap 20
|
||
{
|
||
File = "dist81.bmp" ;
|
||
};
|
||
Bitmap 21
|
||
{
|
||
File = "dist81_h.bmp" ;
|
||
};
|
||
String 3
|
||
{
|
||
Text [ de ] = "~Mindestabstand" ;
|
||
Text [ en-US ] = "~Minimum spacing";
|
||
};
|
||
Bitmap 30
|
||
{
|
||
File = "dist82.bmp" ;
|
||
};
|
||
Bitmap 31
|
||
{
|
||
File = "dist82_h.bmp" ;
|
||
};
|
||
};
|
||
Resource 9
|
||
{
|
||
String 1
|
||
{
|
||
Text [ de ] = "Operatoren" ;
|
||
Text [ en-US ] = "Operators" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
String 2
|
||
{
|
||
/* ### ACHTUNG: Neuer Text in Resource? ~<7E>bergr<67><72>e: : ~<7E>bergr<67><72>e: */
|
||
Text [ de ] = "~<7E>bergr<67><72>e" ;
|
||
Text [ en-US ] = "~Excess size";
|
||
};
|
||
Bitmap 20
|
||
{
|
||
File = "dist91.bmp" ;
|
||
};
|
||
Bitmap 21
|
||
{
|
||
File = "dist91_h.bmp" ;
|
||
};
|
||
String 3
|
||
{
|
||
Text [ de ] = "~Abstand" ;
|
||
Text [ en-US ] = "~Spacing";
|
||
};
|
||
Bitmap 30
|
||
{
|
||
File = "dist92.bmp" ;
|
||
};
|
||
Bitmap 31
|
||
{
|
||
File = "dist92_h.bmp" ;
|
||
};
|
||
};
|
||
Resource 10
|
||
{
|
||
String 1
|
||
{
|
||
Text [ de ] = "R<>nder" ;
|
||
Text [ en-US ] = "Borders";
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
String 2
|
||
{
|
||
Text [ de ] = "~Links" ;
|
||
Text [ en-US ] = "~Left";
|
||
};
|
||
Bitmap 20
|
||
{
|
||
File = "dist101.bmp" ;
|
||
};
|
||
Bitmap 21
|
||
{
|
||
File = "dist101_h.bmp" ;
|
||
};
|
||
String 3
|
||
{
|
||
Text [ de ] = "~Rechts" ;
|
||
Text [ en-US ] = "~Right";
|
||
};
|
||
Bitmap 30
|
||
{
|
||
File = "dist102.bmp" ;
|
||
};
|
||
Bitmap 31
|
||
{
|
||
File = "dist102_h.bmp" ;
|
||
};
|
||
String 4
|
||
{
|
||
Text [ de ] = "~Oben" ;
|
||
Text [ en-US ] = "~Top";
|
||
};
|
||
Bitmap 40
|
||
{
|
||
File = "dist103.bmp" ;
|
||
};
|
||
Bitmap 41
|
||
{
|
||
File = "dist103_h.bmp" ;
|
||
};
|
||
String 5
|
||
{
|
||
Text [ de ] = "~Unten" ;
|
||
Text [ en-US ] = "~Bottom";
|
||
};
|
||
Bitmap 50
|
||
{
|
||
File = "dist104.bmp" ;
|
||
};
|
||
Bitmap 51
|
||
{
|
||
File = "dist104_h.bmp" ;
|
||
};
|
||
};
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
|
||
|
||
ModalDialog RID_ALIGNDIALOG
|
||
{
|
||
Moveable = TRUE ;
|
||
OutputSize = TRUE ;
|
||
SVLook = TRUE ;
|
||
HelpID = SID_ALIGN ;
|
||
Size = MAP_APPFONT ( 119 , 66 ) ;
|
||
Text [ de ] = "Ausrichtung" ;
|
||
Text [ en-US ] = "Alignment" ;
|
||
RadioButton 1
|
||
{
|
||
TabStop = TRUE ;
|
||
Pos = MAP_APPFONT ( 12 , 17 ) ;
|
||
Size = MAP_APPFONT ( 40 , 10 ) ;
|
||
Text [ de ] = "~Links" ;
|
||
Text [ en-US ] = "~Left" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
RadioButton 2
|
||
{
|
||
TabStop = TRUE ;
|
||
Pos = MAP_APPFONT ( 12 , 31 ) ;
|
||
Size = MAP_APPFONT ( 40 , 10 ) ;
|
||
Text [ de ] = "~Zentriert" ;
|
||
Text [ en-US ] = "~Centered" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
RadioButton 3
|
||
{
|
||
TabStop = TRUE ;
|
||
Pos = MAP_APPFONT ( 12 , 44 ) ;
|
||
Size = MAP_APPFONT ( 40 , 10 ) ;
|
||
Text [ de ] = "~Rechts" ;
|
||
Text [ en-US ] = "~Right" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
FixedLine 1
|
||
{
|
||
Pos = MAP_APPFONT ( 6 , 6 ) ;
|
||
Size = MAP_APPFONT ( 51 , 8 ) ;
|
||
Text [ de ] = "Horizontal" ;
|
||
Text [ en-US ] = "Horizontal" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
OKButton 1
|
||
{
|
||
Pos = MAP_APPFONT ( 63 , 6 ) ;
|
||
Size = MAP_APPFONT ( 50 , 14 ) ;
|
||
TabStop = TRUE ;
|
||
DefButton = TRUE ;
|
||
};
|
||
CancelButton 1
|
||
{
|
||
Pos = MAP_APPFONT ( 63 , 23 ) ;
|
||
Size = MAP_APPFONT ( 50 , 14 ) ;
|
||
TabStop = TRUE ;
|
||
};
|
||
PushButton 1
|
||
{
|
||
TabStop = TRUE ;
|
||
Pos = MAP_APPFONT ( 63 , 46 ) ;
|
||
Size = MAP_APPFONT ( 50 , 14 ) ;
|
||
Text [ de ] = "~Standard" ;
|
||
Text [ en-US ] = "~Default" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
|
||
TabPage RID_PRINTOPTIONPAGE
|
||
{
|
||
OutputSize = TRUE ;
|
||
SVLook = TRUE ;
|
||
Size = MAP_APPFONT ( 260 , 185 ) ;
|
||
Text [ de ] = "Optionen Formel:Einstellungen" ;
|
||
Text [ en-US ] = "Formula Options:Settings";
|
||
Text [ x-comment ] = " ";
|
||
FixedLine FL_PRINTOPTIONS
|
||
{
|
||
Pos = MAP_APPFONT ( 6 , 3 ) ;
|
||
Size = MAP_APPFONT ( 248 , 8 ) ;
|
||
Text [ de ] = "Druck Optionen" ;
|
||
Text [ en-US ] = "Print options";
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
CheckBox CB_TITLEROW
|
||
{
|
||
TabStop = TRUE ;
|
||
Pos = MAP_APPFONT ( 12 , 14 ) ;
|
||
Size = MAP_APPFONT ( 68 , 10 ) ;
|
||
Text [ de ] = "~Titelzeile" ;
|
||
Text [ en-US ] = "~Title row" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
CheckBox CB_EQUATION_TEXT
|
||
{
|
||
TabStop = TRUE ;
|
||
Pos = MAP_APPFONT ( 12 , 28 ) ;
|
||
Size = MAP_APPFONT ( 68 , 10 ) ;
|
||
Text [ de ] = "~Formeltext" ;
|
||
Text [ en-US ] = "~Formula text" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
CheckBox CB_FRAME
|
||
{
|
||
TabStop = TRUE ;
|
||
Pos = MAP_APPFONT ( 12 , 42 ) ;
|
||
Size = MAP_APPFONT ( 68 , 10 ) ;
|
||
Text [ de ] = "~Rahmen" ;
|
||
Text [ en-US ] = "B~order" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
FixedLine FL_PRINT_FORMAT
|
||
{
|
||
Pos = MAP_APPFONT ( 6 , 58 ) ;
|
||
Size = MAP_APPFONT ( 248 , 8 ) ;
|
||
Text [ de ] = "Druckformat" ;
|
||
Text [ en-US ] = "Print format" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
RadioButton RB_ORIGINAL_SIZE
|
||
{
|
||
TabStop = TRUE ;
|
||
Pos = MAP_APPFONT ( 12 , 69 ) ;
|
||
Size = MAP_APPFONT ( 90 , 10 ) ;
|
||
Text [ de ] = "~Originalgr<67><72>e" ;
|
||
Text [ en-US ] = "O~riginal size" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
RadioButton RB_FIT_TO_PAGE
|
||
{
|
||
TabStop = TRUE ;
|
||
Pos = MAP_APPFONT ( 12 , 83 ) ;
|
||
Size = MAP_APPFONT ( 90 , 10 ) ;
|
||
Text [ de ] = "~Seite anpassen" ;
|
||
Text [ en-US ] = "Fit to ~page" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
RadioButton RB_ZOOM
|
||
{
|
||
Pos = MAP_APPFONT ( 12 , 97 ) ;
|
||
Size = MAP_APPFONT ( 90 , 10 ) ;
|
||
Text [ de ] = "S~kalierung" ;
|
||
Text [ en-US ] = "~Scaling" ;
|
||
TabStop = TRUE ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
MetricField MF_ZOOM
|
||
{
|
||
Border = TRUE ;
|
||
Pos = MAP_APPFONT ( 18 , 111 ) ;
|
||
Size = MAP_APPFONT ( 30 , 12 ) ;
|
||
TabStop = TRUE ;
|
||
Left = TRUE ;
|
||
Repeat = TRUE ;
|
||
Spin = TRUE ;
|
||
Minimum = 10 ;
|
||
Maximum = 400 ;
|
||
Unit = FUNIT_CUSTOM ;
|
||
CustomUnitText = "%" ;
|
||
};
|
||
FixedLine FL_MISC_OPTIONS
|
||
{
|
||
Pos = MAP_APPFONT ( 6 , 129 ) ;
|
||
Size = MAP_APPFONT ( 248 , 8 ) ;
|
||
Text [ de ] = "Sonstige Optionen" ;
|
||
Text [ en-US ] = "Miscellaneous options";
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
CheckBox CB_IGNORE_SPACING
|
||
{
|
||
TabStop = TRUE ;
|
||
Pos = MAP_APPFONT ( 12 , 140 ) ;
|
||
Size = MAP_APPFONT ( 236 , 10 ) ;
|
||
Text [ de ] = "~~ und ` am ~Zeilenende ignorieren" ;
|
||
Text [ en-US ] = "Ig~nore ~~ and ` at the end of the line";
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
};
|
||
|
||
ModalDialog RID_SYMBOLDIALOG
|
||
{
|
||
OutputSize = TRUE ;
|
||
SVLook = TRUE ;
|
||
Closeable = TRUE; // Close Button in Window Leiste explizit einbauen
|
||
Size = MAP_APPFONT ( 239 , 123 ) ;
|
||
Text [ de ] = "Symbole" ;
|
||
Text [ en-US ] = "Symbols" ;
|
||
Moveable = TRUE ;
|
||
FixedText 1
|
||
{
|
||
Pos = MAP_APPFONT ( 6 , 6 ) ;
|
||
Size = MAP_APPFONT ( 92 , 8 ) ;
|
||
Text [ de ] = "~Symbolset" ;
|
||
Left = TRUE ;
|
||
Text [ en-US ] = "~Symbol set";
|
||
};
|
||
ListBox 1
|
||
{
|
||
Border = TRUE ;
|
||
Pos = MAP_APPFONT ( 6 , 17 ) ;
|
||
Size = MAP_APPFONT ( 92, 57 ) ;
|
||
TabStop = TRUE ;
|
||
Sort = TRUE ;
|
||
DropDown = TRUE ;
|
||
VScroll = TRUE ;
|
||
};
|
||
Control 1
|
||
{
|
||
HelpID = HID_SMA_CONTROL_SYMBOLSET_VIEW ;
|
||
Border = TRUE ;
|
||
Pos = MAP_APPFONT ( 6 , 35 ) ;
|
||
Size = MAP_APPFONT ( 96 , 72 ) ;
|
||
TabStop = TRUE ;
|
||
};
|
||
Control 2
|
||
{
|
||
Border = TRUE ;
|
||
Pos = MAP_APPFONT ( 108 , 35 ) ;
|
||
Size = MAP_APPFONT ( 63 , 72 ) ;
|
||
};
|
||
FixedText 2
|
||
{
|
||
Center = TRUE ;
|
||
Pos = MAP_APPFONT ( 6 , 108 ) ;
|
||
Size = MAP_APPFONT ( 92 , 8 ) ;
|
||
Text [ de ] = "Unbekannt" ;
|
||
Text [ en-US ] = "Unknown" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
PushButton 2
|
||
{
|
||
TabStop = TRUE ;
|
||
Pos = MAP_APPFONT ( 177 , 6 ) ;
|
||
Size = MAP_APPFONT ( 56 , 14 ) ;
|
||
DefButton = TRUE ;
|
||
/* ### ACHTUNG: Neuer Text in Resource? ~<7E>bernehmen : ~<7E>bernehmen */
|
||
Text [ de ] = "~<7E>bernehmen" ;
|
||
Text [ en-US ] = "~Insert" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
PushButton 3
|
||
{
|
||
Pos = MAP_APPFONT ( 177 , 24 ) ;
|
||
Size = MAP_APPFONT ( 56 , 14 ) ;
|
||
TabStop = TRUE ;
|
||
Text [ de ] = "Schlie<69>e~n" ;
|
||
Text [ en-US ] = "~Close";
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
PushButton 1
|
||
{
|
||
TabStop = TRUE ;
|
||
Pos = MAP_APPFONT ( 177 , 42 ) ;
|
||
Size = MAP_APPFONT ( 56 , 14 ) ;
|
||
Text [ de ] = "~Bearbeiten..." ;
|
||
Text [ en-US ] = "~Edit..." ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
|
||
ModalDialog RID_SYMDEFINEDIALOG
|
||
{
|
||
Moveable = TRUE ;
|
||
OutputSize = TRUE ;
|
||
SVLook = TRUE ;
|
||
Size = MAP_APPFONT ( 365 , 215 ) ;
|
||
Text [ de ] = "Symbole bearbeiten" ;
|
||
Text [ en-US ] = "Edit Symbols" ;
|
||
Text [ x-comment ] = " ";
|
||
FixedText 1
|
||
{
|
||
Pos = MAP_APPFONT ( 6 , 8 ) ;
|
||
Size = MAP_APPFONT ( 50 , 8 ) ;
|
||
Left = TRUE ;
|
||
Text [ de ] = "~Altes Symbol" ;
|
||
Text [ en-US ] = "~Old symbol";
|
||
};
|
||
ComboBox 1
|
||
{
|
||
Pos = MAP_APPFONT ( 59 , 6 ) ;
|
||
Size = MAP_APPFONT ( 80 , 50 ) ;
|
||
TabStop = TRUE ;
|
||
DropDown = TRUE ;
|
||
Sort = TRUE ;
|
||
};
|
||
FixedText 2
|
||
{
|
||
Pos = MAP_APPFONT ( 145 , 8 ) ;
|
||
Size = MAP_APPFONT ( 60 , 8 ) ;
|
||
Left = TRUE ;
|
||
Text [ de ] = "Alt~es Symbolset" ;
|
||
Text [ en-US ] = "O~ld symbol set";
|
||
};
|
||
ComboBox 2
|
||
{
|
||
Pos = MAP_APPFONT ( 210 , 6 ) ;
|
||
Size = MAP_APPFONT ( 80 , 50 ) ;
|
||
TabStop = TRUE ;
|
||
DropDown = TRUE ;
|
||
Sort = TRUE ;
|
||
};
|
||
Control 1
|
||
{
|
||
HelpID = HID_SMA_CONTROL_FONTCHAR_VIEW ;
|
||
Border = TRUE ;
|
||
Pos = MAP_APPFONT ( 6 , 24 ) ;
|
||
Size = MAP_APPFONT ( 295 , 87 ) ;
|
||
TabStop = TRUE ;
|
||
Group = TRUE ;
|
||
};
|
||
FixedText 9
|
||
{
|
||
Pos = MAP_APPFONT ( 6 , 118 ) ;
|
||
Size = MAP_APPFONT ( 71 , 8 ) ;
|
||
Text [ de ] = "~Symbol" ;
|
||
Left = TRUE ;
|
||
Text [ en-US ] = "~Symbol";
|
||
};
|
||
ComboBox 4
|
||
{
|
||
Pos = MAP_APPFONT ( 80 , 115 ) ;
|
||
Size = MAP_APPFONT ( 100 , 80 ) ;
|
||
TabStop = TRUE ;
|
||
DropDown = TRUE ;
|
||
Sort = TRUE ;
|
||
};
|
||
FixedText 10
|
||
{
|
||
Left = TRUE ;
|
||
Pos = MAP_APPFONT ( 6 , 133 ) ;
|
||
Size = MAP_APPFONT ( 71 , 8 ) ;
|
||
Text [ de ] = "S~ymbolset" ;
|
||
Text [ en-US ] = "Symbol s~et";
|
||
};
|
||
ComboBox 5
|
||
{
|
||
Pos = MAP_APPFONT ( 80 , 130 ) ;
|
||
Size = MAP_APPFONT ( 100 , 50 ) ;
|
||
TabStop = TRUE ;
|
||
DropDown = TRUE ;
|
||
Sort = TRUE ;
|
||
};
|
||
FixedText 3
|
||
{
|
||
Left = TRUE ;
|
||
Pos = MAP_APPFONT ( 6 , 148 ) ;
|
||
Size = MAP_APPFONT ( 71 , 8 ) ;
|
||
Text [ de ] = "Schri~ftart" ;
|
||
Text [ en-US ] = "~Font";
|
||
};
|
||
ListBox 1
|
||
{
|
||
Border = TRUE ;
|
||
Pos = MAP_APPFONT ( 80 , 145 ) ;
|
||
Size = MAP_APPFONT ( 100 , 50 ) ;
|
||
TabStop = TRUE ;
|
||
Sort = TRUE ;
|
||
DropDown = TRUE ;
|
||
};
|
||
FixedText FT_FONTS_SUBSET
|
||
{
|
||
Left = TRUE ;
|
||
Pos = MAP_APPFONT ( 6 , 163 ) ;
|
||
Size = MAP_APPFONT ( 71 , 8 ) ;
|
||
Text [ de ] = "~Bereich" ;
|
||
Text [ en-US ] = "~Subset";
|
||
};
|
||
ListBox LB_FONTS_SUBSET
|
||
{
|
||
Border = TRUE ;
|
||
Pos = MAP_APPFONT ( 80 , 160 ) ;
|
||
Size = MAP_APPFONT ( 100 , 50 ) ;
|
||
TabStop = TRUE ;
|
||
Sort = FALSE ;
|
||
DropDown = TRUE ;
|
||
};
|
||
FixedText 4
|
||
{
|
||
Left = TRUE ;
|
||
Pos = MAP_APPFONT ( 6 , 178 ) ;
|
||
Size = MAP_APPFONT ( 71 , 8 ) ;
|
||
Text [ de ] = "Schriftschni~tt" ;
|
||
Text [ en-US ] = "~Typeface";
|
||
};
|
||
ComboBox 3
|
||
{
|
||
Border = TRUE;
|
||
Pos = MAP_APPFONT ( 80 , 175 ) ;
|
||
Size = MAP_APPFONT ( 100 , 50 ) ;
|
||
TabStop = TRUE ;
|
||
DropDown = TRUE ;
|
||
Sort = FALSE ;
|
||
};
|
||
FixedText 5
|
||
{
|
||
Center = TRUE ;
|
||
Pos = MAP_APPFONT ( 303 , 130 ) ;
|
||
Size = MAP_APPFONT ( 54 , 8 ) ;
|
||
};
|
||
Control 2
|
||
{
|
||
Border = TRUE ;
|
||
Pos = MAP_APPFONT ( 310 , 140 ) ;
|
||
Size = MAP_APPFONT ( 40 , 40 ) ;
|
||
};
|
||
FixedText 6
|
||
{
|
||
Center = TRUE ;
|
||
Pos = MAP_APPFONT ( 303 , 182 ) ;
|
||
Size = MAP_APPFONT ( 54 , 8 ) ;
|
||
};
|
||
FixedImage BMP_ARROW_RIGHT
|
||
{
|
||
Pos = MAP_APPFONT ( 252 , 142 ) ;
|
||
Size = MAP_APPFONT ( 36 , 36 ) ;
|
||
|
||
Fixed = Image
|
||
{
|
||
ImageBitmap = Bitmap { File = "ar_right.bmp" ; };
|
||
MaskColor = IMAGE_STDBTN_COLOR ;
|
||
};
|
||
};
|
||
FixedText 7
|
||
{
|
||
Center = TRUE ;
|
||
Pos = MAP_APPFONT ( 183 , 130 ) ;
|
||
Size = MAP_APPFONT ( 54 , 9 ) ;
|
||
};
|
||
Control 3
|
||
{
|
||
Border = TRUE ;
|
||
Pos = MAP_APPFONT ( 190 , 140 ) ;
|
||
Size = MAP_APPFONT ( 40 , 40 ) ;
|
||
};
|
||
FixedText 8
|
||
{
|
||
Center = TRUE ;
|
||
Pos = MAP_APPFONT ( 183 , 182 ) ;
|
||
Size = MAP_APPFONT ( 54 , 8 ) ;
|
||
};
|
||
PushButton 1
|
||
{
|
||
TabStop = TRUE ;
|
||
Pos = MAP_APPFONT ( 305 , 195 ) ;
|
||
Size = MAP_APPFONT ( 50 , 14 ) ;
|
||
Text [ de ] = "H~inzuf<75>gen" ;
|
||
Text [ en-US ] = "~Add" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
PushButton 2
|
||
{
|
||
TabStop = TRUE ;
|
||
Pos = MAP_APPFONT ( 245 , 195 ) ;
|
||
Size = MAP_APPFONT ( 50 , 14 ) ;
|
||
Text [ de ] = "<22>~ndern" ;
|
||
Text [ en-US ] = "~Modify" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
PushButton 3
|
||
{
|
||
TabStop = TRUE ;
|
||
Pos = MAP_APPFONT ( 185 , 195 ) ;
|
||
Size = MAP_APPFONT ( 50 , 14 ) ;
|
||
Text [ de ] = "~L<>schen" ;
|
||
Text [ en-US ] = "~Delete" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
OKButton 1
|
||
{
|
||
Pos = MAP_APPFONT ( 310 , 6 ) ;
|
||
Size = MAP_APPFONT ( 50 , 14 ) ;
|
||
TabStop = TRUE ;
|
||
DefButton = TRUE ;
|
||
};
|
||
CancelButton 1
|
||
{
|
||
Pos = MAP_APPFONT ( 310 , 24 ) ;
|
||
Size = MAP_APPFONT ( 50 , 14 ) ;
|
||
TabStop = TRUE ;
|
||
};
|
||
};
|
||
|
||
WarningBox RID_NOMATHTYPEFACEWARNING
|
||
{
|
||
Message [ de ] = "Der \"StarMath\" Font ist nicht installiert !\nOhne diesen Font kann StarMath nicht korrekt arbeiten...\nInstallieren Sie den Font und starten Sie StarMath erneut." ;
|
||
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." ;
|
||
Message [ x-comment ] = " ";
|
||
};
|
||
|
||
QueryBox RID_DEFAULTSAVEQUERY
|
||
{
|
||
Buttons = WB_YES_NO ;
|
||
DefButton = WB_DEF_YES ;
|
||
/* ### ACHTUNG: Neuer Text in Resource? Sollen die <20>nderungen als Standard gespeichert werden ?\n\nDiese <20>nderungen wirken sich auf alle neuen Formeln aus. : Sollen die <20>nderungen als Standard gespeichert werden ?\n\nDiese <20>nderungen wirken sich auf alle neuen Formeln aus. */
|
||
Message [ de ] = "Sollen die <20>nderungen als Standard gespeichert werden ?\n\nDiese <20>nderungen wirken sich auf alle neuen Formeln aus." ;
|
||
Message [ en-US ] = "Should the changes be saved as defaults?\n\nThese changes will apply for all new formulas." ;
|
||
Message [ x-comment ] = " ";
|
||
};
|
||
|
||
String RID_FONTREGULAR
|
||
{
|
||
Text [ de ] = "Normal" ;
|
||
Text [ en-US ] = "Standard" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
String RID_FONTITALIC
|
||
{
|
||
Text [ de ] = "Kursiv" ;
|
||
Text [ en-US ] = "Italic" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
String RID_FONTBOLD
|
||
{
|
||
Text [ de ] = "Fett" ;
|
||
Text [ en-US ] = "Bold" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
String RID_APPLICATION
|
||
{
|
||
Text = "StarMath" ;
|
||
};
|
||
String RID_OBJECTNAME
|
||
{
|
||
Text = "SMath3" ;
|
||
};
|
||
String RID_VIEWNAME
|
||
{
|
||
Text = "StarMath" ;
|
||
};
|
||
String RID_UNDOEDITNAME
|
||
{
|
||
Text = "Edit" ;
|
||
};
|
||
String RID_UNDOFORMATNAME
|
||
{
|
||
Text = "Format" ;
|
||
};
|
||
String GID_FORMEL
|
||
{
|
||
Text = "StarMath" ;
|
||
};
|
||
Menu RID_VIEWMENU
|
||
{
|
||
ItemList =
|
||
{
|
||
MenuItem
|
||
{
|
||
Identifier = SID_VIEW050 ;
|
||
HelpID = SID_VIEW050 ;
|
||
Text [ de ] = "Ansicht ~50%" ;
|
||
Text [ en-US ] = "~View 50%" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
MenuItem
|
||
{
|
||
Identifier = SID_VIEW100 ;
|
||
HelpID = SID_VIEW100 ;
|
||
Text [ de ] = "Ansicht ~100%" ;
|
||
Text [ en-US ] = "View ~100%" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
MenuItem
|
||
{
|
||
Identifier = SID_VIEW200 ;
|
||
HelpID = SID_VIEW200 ;
|
||
Text [ de ] = "Ansicht ~200%" ;
|
||
Text [ en-US ] = "View ~200%" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
MenuItem
|
||
{
|
||
Identifier = SID_ZOOMIN ;
|
||
HelpID = SID_ZOOMIN ;
|
||
/* ### ACHTUNG: Neuer Text in Resource? Vergr<67><72>ern : Vergr<67><72>ern */
|
||
Text [ de ] = "~Vergr<67><72>ern" ;
|
||
Text [ en-US ] = "~Zoom In" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
MenuItem
|
||
{
|
||
Identifier = SID_ZOOMOUT ;
|
||
HelpID = SID_ZOOMOUT ;
|
||
Text [ de ] = "V~erkleinern" ;
|
||
Text [ en-US ] = "Zoom ~Out" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
MenuItem
|
||
{
|
||
Identifier = SID_ADJUST ;
|
||
HelpID = SID_ADJUST ;
|
||
Text [ de ] = "~Alles anzeigen" ;
|
||
Text [ en-US ] = "~Display All" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
MenuItem
|
||
{
|
||
Separator = TRUE ;
|
||
};
|
||
MenuItem
|
||
{
|
||
Identifier = SID_DRAW ;
|
||
HelpID = SID_DRAW ;
|
||
Text [ de ] = "A~ktualisieren" ;
|
||
Text [ en-US ] = "U~pdate" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
};
|
||
};
|
||
Menu RID_DISTANCEMENU
|
||
{
|
||
ItemList =
|
||
{
|
||
MenuItem
|
||
{
|
||
Identifier = WORKARROUND_1 ;
|
||
Text [ de ] = "Abst<73>nde" ;
|
||
Text [ en-US ] = "Spacing" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
MenuItem
|
||
{
|
||
Identifier = 2 ;
|
||
Text [ de ] = "Indizes" ;
|
||
Text [ en-US ] = "Indexes" ;
|
||
};
|
||
MenuItem
|
||
{
|
||
Identifier = WORKARROUND_3 ;
|
||
Text [ de ] = "Br<42>che" ;
|
||
Text [ en-US ] = "Fractions" ;
|
||
};
|
||
MenuItem
|
||
{
|
||
Identifier = 4 ;
|
||
Text [ de ] = "Bruchstriche" ;
|
||
Text [ en-US ] = "Fraction Bars" ;
|
||
};
|
||
MenuItem
|
||
{
|
||
Identifier = 5 ;
|
||
Text [ de ] = "Grenzen" ;
|
||
Text [ en-US ] = "Limits" ;
|
||
};
|
||
MenuItem
|
||
{
|
||
Identifier = 6 ;
|
||
Text [ de ] = "Klammern" ;
|
||
Text [ en-US ] = "Brackets" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
MenuItem
|
||
{
|
||
Identifier = 7 ;
|
||
Text [ de ] = "Matrizen" ;
|
||
Text [ en-US ] = "Matrixes" ;
|
||
};
|
||
MenuItem
|
||
{
|
||
Identifier = 8 ;
|
||
Text [ de ] = "Ornamente" ;
|
||
Text [ en-US ] = "Symbols" ;
|
||
};
|
||
MenuItem
|
||
{
|
||
Identifier = 9 ;
|
||
Text [ de ] = "Operatoren" ;
|
||
Text [ en-US ] = "Operators" ;
|
||
};
|
||
MenuItem
|
||
{
|
||
Identifier = WORKARROUND_10 ;
|
||
Text [ de ] = "R<>nder" ;
|
||
Text [ en-US ] = "Borders";
|
||
};
|
||
};
|
||
};
|
||
|
||
Menu RID_FONTMENU
|
||
{
|
||
ItemList =
|
||
{
|
||
MenuItem
|
||
{
|
||
Identifier = 1 ;
|
||
Text [ de ] = "Variablen" ;
|
||
Text [ en-US ] = "Variables" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
MenuItem
|
||
{
|
||
Identifier = 2 ;
|
||
Text [ de ] = "Funktionen" ;
|
||
Text [ en-US ] = "Functions" ;
|
||
};
|
||
MenuItem
|
||
{
|
||
Identifier = 3 ;
|
||
Text [ de ] = "Zahlen" ;
|
||
Text [ en-US ] = "Numbers" ;
|
||
};
|
||
MenuItem
|
||
{
|
||
Identifier = 4 ;
|
||
Text [ de ] = "Text" ;
|
||
Text [ en-US ] = "Text" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
MenuItem
|
||
{
|
||
Identifier = 5 ;
|
||
Text [ de ] = "Serif" ;
|
||
Text [ en-US ] = "Serif" ;
|
||
};
|
||
MenuItem
|
||
{
|
||
Identifier = 6 ;
|
||
Text [ de ] = "Sans" ;
|
||
Text [ en-US ] = "Sans" ;
|
||
};
|
||
MenuItem
|
||
{
|
||
Identifier = 7 ;
|
||
Text [ de ] = "Fixed" ;
|
||
Text [ en-US ] = "Fixed" ;
|
||
};
|
||
};
|
||
};
|
||
|
||
FloatingWindow RID_TOOLBOXWINDOW
|
||
{
|
||
HelpId = HID_SMA_OPERATOR_WIN ;
|
||
Border = TRUE ;
|
||
Moveable = TRUE ;
|
||
Closeable = TRUE ;
|
||
Hide = TRUE ;
|
||
OutputSize = TRUE ;
|
||
SVLook = TRUE ;
|
||
Size = MAP_APPFONT ( 0 , 0 ) ;
|
||
Text [ de ] = "Auswahl" ;
|
||
Text [ en-US ] = "Selection" ;
|
||
Text [ x-comment ] = " ";
|
||
|
||
ToolBox 1
|
||
{
|
||
// unary/binary operators
|
||
HelpId = HID_SMA_UNBINOPS_TBX ;
|
||
Pos = MAP_APPFONT ( 0 , 45 ) ;
|
||
Size = MAP_APPFONT ( 65 , 95 ) ;
|
||
SVLook = TRUE ;
|
||
Hide = TRUE ;
|
||
LineCount = 4 ;
|
||
|
||
ItemList =
|
||
{
|
||
ToolBoxItem
|
||
{
|
||
Identifier = RID_PLUSX ;
|
||
HelpId = HID_SMA_PLUSX ;
|
||
Text [ de ] = "Vorzeichen +" ;
|
||
Text [ en-US ] = "+ Sign" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Identifier = RID_MINUSX ;
|
||
HelpId = HID_SMA_MINUSX ;
|
||
Text [ de ] = "Vorzeichen -" ;
|
||
Text [ en-US ] = "- Sign" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Identifier = RID_PLUSMINUSX ;
|
||
HelpId = HID_SMA_PLUSMINUSX ;
|
||
Text [ de ] = "Vorzeichen +-" ;
|
||
Text [ en-US ] = "+- Sign" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Identifier = RID_MINUSPLUSX ;
|
||
HelpId = HID_SMA_MINUSPLUSX ;
|
||
Text [ de ] = "Vorzeichen -+" ;
|
||
Text [ en-US ] = "-+ Sign" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Identifier = RID_NEGX ;
|
||
HelpId = HID_SMA_NEGX ;
|
||
Text [ de ] = "Logisches NICHT" ;
|
||
Text [ en-US ] = "Boolean NOT" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Type = TOOLBOXITEM_BREAK ;
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Identifier = RID_XPLUSY ;
|
||
HelpId = HID_SMA_XPLUSY ;
|
||
Text [ de ] = "Additions +" ;
|
||
Text [ en-US ] = "Addition +" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Identifier = RID_XCDOTY ;
|
||
HelpId = HID_SMA_XCDOTY ;
|
||
Text [ de ] = "Multiplikation (Punkt)" ;
|
||
Text [ en-US ] = "Multiplication (Dot )" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Identifier = RID_XTIMESY ;
|
||
HelpId = HID_SMA_XTIMESY ;
|
||
Text [ de ] = "Multiplikation (Kreuz)" ;
|
||
Text [ en-US ] = "Multiplication (x)" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Identifier = RID_XSYMTIMESY ;
|
||
HelpId = HID_SMA_XSYMTIMESY ;
|
||
Text [ de ] = "Multiplikation (Stern)" ;
|
||
Text [ en-US ] = "Multiplication (*)" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Identifier = RID_XANDY ;
|
||
HelpId = HID_SMA_XANDY ;
|
||
Text [ de ] = "Logisches UND" ;
|
||
Text [ en-US ] = "Boolean AND" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Type = TOOLBOXITEM_BREAK ;
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Identifier = RID_XMINUSY ;
|
||
HelpId = HID_SMA_XMINUSY ;
|
||
Text [ de ] = "Subtraktions -" ;
|
||
Text [ en-US ] = "Subtraction -" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Identifier = RID_XOVERY ;
|
||
HelpId = HID_SMA_XOVERY ;
|
||
Text [ de ] = "Division (Bruch)" ;
|
||
Text [ en-US ] = "Division (Fraction)" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Identifier = RID_XDIVY ;
|
||
HelpId = HID_SMA_XDIVY ;
|
||
Text [ de ] = "Division (Doppelpunkt-Strich)" ;
|
||
Text [ en-US ] = "Division (÷)" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Identifier = RID_XSYMDIVIDEY ;
|
||
HelpId = HID_SMA_XSYMDIVIDEY ;
|
||
Text [ de ] = "Division (Schr<68>gstrich)" ;
|
||
Text [ en-US ] = "Division (Slash)" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Identifier = RID_XORY ;
|
||
HelpId = HID_SMA_XORY ;
|
||
Text [ de ] = "Logisches ODER" ;
|
||
Text [ en-US ] = "Boolean OR" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Type = TOOLBOXITEM_BREAK ;
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Identifier = RID_XCIRCY ;
|
||
HelpId = HID_SMA_XCIRCY ;
|
||
Text [ de ] = "Verkettung" ;
|
||
Text [ en-US ] = "Concatenate";
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
};
|
||
};
|
||
ToolBox 2
|
||
{
|
||
// relations
|
||
HelpId = HID_SMA_RELATIONS_TBX ;
|
||
Pos = MAP_APPFONT ( 0 , 45 ) ;
|
||
Size = MAP_APPFONT ( 65 , 95 ) ;
|
||
SVLook = TRUE ;
|
||
Hide = TRUE ;
|
||
LineCount = 5 ;
|
||
ItemList =
|
||
{
|
||
ToolBoxItem
|
||
{
|
||
Identifier = RID_XEQY ;
|
||
HelpId = HID_SMA_XEQY ;
|
||
Text [ de ] = "ist gleich" ;
|
||
Text [ en-US ] = "Is Equal" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Identifier = RID_XNEQY ;
|
||
HelpId = HID_SMA_XNEQY ;
|
||
Text [ de ] = "ist ungleich" ;
|
||
Text [ en-US ] = "Is Not Equal" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Identifier = RID_XAPPROXY ;
|
||
HelpId = HID_SMA_XAPPROXY ;
|
||
Text [ de ] = "ist ungef<65>hr gleich" ;
|
||
Text [ en-US ] = "Is Approximately Equal" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Identifier = RID_XDIVIDESY ;
|
||
HelpId = HID_SMA_XDIVIDESY ;
|
||
Text [ de ] = "teilt" ;
|
||
Text [ en-US ] = "Divides";
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Identifier = RID_XNDIVIDESY ;
|
||
HelpId = HID_SMA_XNDIVIDESY ;
|
||
Text [ de ] = "teilt nicht" ;
|
||
Text [ en-US ] = "Does Not Divide";
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Type = TOOLBOXITEM_BREAK ;
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Identifier = RID_XLTY ;
|
||
HelpId = HID_SMA_XLTY ;
|
||
Text [ de ] = "ist kleiner als" ;
|
||
Text [ en-US ] = "Is Less Than" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Identifier = RID_XGTY ;
|
||
HelpId = HID_SMA_XGTY ;
|
||
Text [ de ] = "ist gr<67><72>er als" ;
|
||
Text [ en-US ] = "Is Greater Than" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Identifier = RID_XSIMEQY ;
|
||
HelpId = HID_SMA_XSIMEQY ;
|
||
/* ### ACHTUNG: Neuer Text in Resource? ist <20>hnlich oder gleich : ist <20>hnlich oder glech */
|
||
Text [ de ] = "ist <20>hnlich oder gleich" ;
|
||
Text [ en-US ] = "Is Similar Or Equal" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Identifier = RID_XPARALLELY ;
|
||
HelpId = HID_SMA_XPARALLELY ;
|
||
Text [ de ] = "ist parallel zu" ;
|
||
Text [ en-US ] = "Is Parallel To" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Identifier = RID_XORTHOY ;
|
||
HelpId = HID_SMA_XORTHOY ;
|
||
Text [ de ] = "ist orthogonal zu" ;
|
||
Text [ en-US ] = "Is Orthogonal To" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Type = TOOLBOXITEM_BREAK ;
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Identifier = RID_XLESLANTY ;
|
||
HelpId = HID_SMA_XLESLANTY ;
|
||
/* ### ACHTUNG: Neuer Text in Resource? ist kleiner gleich (schr<68>g) : ist keiner gleich */
|
||
Text [ de ] = "ist kleiner gleich (schr<68>g)" ;
|
||
Text [ en-US ] = "Is Less Than Or Equal To" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Identifier = RID_XGESLANTY ;
|
||
HelpId = HID_SMA_XGESLANTY ;
|
||
Text [ de ] = "ist gr<67><72>er gleich (schr<68>g)" ;
|
||
Text [ en-US ] = "Is Greater Than Or Equal To" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Identifier = RID_XSIMY ;
|
||
HelpId = HID_SMA_XSIMY ;
|
||
Text [ de ] = "ist <20>hnlich zu" ;
|
||
Text [ en-US ] = "Is Similar To" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Identifier = RID_XEQUIVY ;
|
||
HelpId = HID_SMA_XEQUIVY ;
|
||
Text [ de ] = "ist kongruent zu" ;
|
||
Text [ en-US ] = "Is Congruent To" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Type = TOOLBOXITEM_SPACE ;
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Type = TOOLBOXITEM_BREAK ;
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Identifier = RID_XLEY ;
|
||
HelpId = HID_SMA_XLEY ;
|
||
Text [ de ] = "ist kleiner gleich" ;
|
||
Text [ en-US ] = "Is Less Than Or Equal To" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Identifier = RID_XGEY ;
|
||
HelpId = HID_SMA_XGEY ;
|
||
Text [ de ] = "ist gr<67><72>er gleich" ;
|
||
Text [ en-US ] = "Is Greater Than Or Equal To" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Identifier = RID_XPROPY ;
|
||
HelpId = HID_SMA_XPROPY ;
|
||
Text [ de ] = "ist proportional zu" ;
|
||
Text [ en-US ] = "Is Proportional To" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Identifier = RID_XTOWARDY ;
|
||
HelpId = HID_SMA_XTOWARDY ;
|
||
Text [ de ] = "strebt gegen" ;
|
||
Text [ en-US ] = "Toward" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Type = TOOLBOXITEM_SPACE ;
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Type = TOOLBOXITEM_BREAK ;
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Identifier = RID_DLARROW ;
|
||
HelpId = HID_SMA_DLARROW ;
|
||
Text [ de ] = "doppelter Pfeil nach links" ;
|
||
Text [ en-US ] = "Double Arrow Left";
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Identifier = RID_DLRARROW ;
|
||
HelpId = HID_SMA_DLRARROW ;
|
||
Text [ de ] = "doppelter Pfeil nach links und rechts" ;
|
||
Text [ en-US ] = "Double Arrow Left And Right";
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Identifier = RID_DRARROW ;
|
||
HelpId = HID_SMA_DRARROW ;
|
||
Text [ de ] = "doppelter Pfeil nach rechts" ;
|
||
Text [ en-US ] = "Double Arrow Right";
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
};
|
||
};
|
||
ToolBox 3
|
||
{
|
||
// set operations
|
||
HelpId = HID_SMA_SETOPERATIONS_TBX ;
|
||
Pos = MAP_APPFONT ( 0 , 45 ) ;
|
||
Size = MAP_APPFONT ( 65 , 95 ) ;
|
||
SVLook = TRUE ;
|
||
Hide = TRUE ;
|
||
LineCount = 5 ;
|
||
ItemList =
|
||
{
|
||
ToolBoxItem
|
||
{
|
||
Identifier = RID_XINY ;
|
||
HelpId = HID_SMA_XINY ;
|
||
Text [ de ] = "ist enthalten in" ;
|
||
Text [ en-US ] = "Is In" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Identifier = RID_XNOTINY ;
|
||
HelpId = HID_SMA_XNOTINY ;
|
||
Text [ de ] = "ist nicht enthalten in" ;
|
||
Text [ en-US ] = "Is Not In" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Identifier = RID_XOWNSY ;
|
||
HelpId = HID_SMA_XOWNSY ;
|
||
Text [ de ] = "enth<74>lt" ;
|
||
Text [ en-US ] = "Owns" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Type = TOOLBOXITEM_SPACE ;
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Identifier = RID_EMPTYSET ;
|
||
HelpId = HID_SMA_EMPTYSET ;
|
||
Text [ de ] = "leere Menge" ;
|
||
Text [ en-US ] = "Empty Set";
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Type = TOOLBOXITEM_BREAK ;
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Identifier = RID_XINTERSECTIONY ;
|
||
HelpId = HID_SMA_XINTERSECTIONY ;
|
||
Text [ de ] = "Durchschnitt" ;
|
||
Text [ en-US ] = "Intersection" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Identifier = RID_XUNIONY ;
|
||
HelpId = HID_SMA_XUNIONY ;
|
||
Text [ de ] = "Vereinigung" ;
|
||
Text [ en-US ] = "Union" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Identifier = RID_XSETMINUSY ;
|
||
HelpId = HID_SMA_XSETMINUSY ;
|
||
Text [ de ] = "Differenz" ;
|
||
Text [ en-US ] = "Difference" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Identifier = RID_XSLASHY ;
|
||
HelpId = HID_SMA_XSLASHY ;
|
||
Text [ de ] = "Quotientenmenge" ;
|
||
Text [ en-US ] = "Quotient Set" ;
|
||
Text [ x-comment ] = "Bitt; Bitt; Bitte das Leerzeichen am Ende entfernen";
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Identifier = RID_ALEPH ;
|
||
HelpId = HID_SMA_ALEPH ;
|
||
Text [ de ] = "aleph" ;
|
||
Text [ en-US ] = "Aleph";
|
||
Text [ x-comment ] = "Bitt; Bitt; Bitte das Leerzeichen am Ende entfernen";
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Type = TOOLBOXITEM_BREAK ;
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Identifier = RID_XSUBSETY ;
|
||
HelpId = HID_SMA_XSUBSETY ;
|
||
Text [ de ] = "Teilmenge" ;
|
||
Text [ en-US ] = "Subset" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Identifier = RID_XSUBSETEQY ;
|
||
HelpId = HID_SMA_XSUBSETEQY ;
|
||
Text [ de ] = "Teilmenge oder gleich" ;
|
||
Text [ en-US ] = "Subset Or Equal To" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Identifier = RID_XSUPSETY ;
|
||
HelpId = HID_SMA_XSUPSETY ;
|
||
Text [ de ] = "Obermenge" ;
|
||
Text [ en-US ] = "Superset" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Identifier = RID_XSUPSETEQY ;
|
||
HelpId = HID_SMA_XSUPSETEQY ;
|
||
Text [ de ] = "Obermenge oder gleich" ;
|
||
Text [ en-US ] = "Superset Or Equal To" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Type = TOOLBOXITEM_SPACE ;
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Type = TOOLBOXITEM_BREAK ;
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Identifier = RID_XNSUBSETY ;
|
||
HelpId = HID_SMA_XNSUBSETY ;
|
||
Text [ de ] = "nicht Teilmenge" ;
|
||
Text [ en-US ] = "Not Subset" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Identifier = RID_XNSUBSETEQY ;
|
||
HelpId = HID_SMA_XNSUBSETEQY ;
|
||
Text [ de ] = "nicht Teilmenge oder gleich" ;
|
||
Text [ en-US ] = "Not Subset Or Equal" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Identifier = RID_XNSUPSETY ;
|
||
HelpId = HID_SMA_XNSUPSETY ;
|
||
Text [ de ] = "nicht Obermenge" ;
|
||
Text [ en-US ] = "Not Superset" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Identifier = RID_XNSUPSETEQY ;
|
||
HelpId = HID_SMA_XNSUPSETEQY ;
|
||
Text [ de ] = "nicht Obermenge oder gleich" ;
|
||
Text [ en-US ] = "Not Superset Or Equal" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Type = TOOLBOXITEM_SPACE ;
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Type = TOOLBOXITEM_BREAK ;
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Identifier = RID_SETN ;
|
||
HelpId = HID_SMA_SETN ;
|
||
Text [ de ] = "Menge der nat<61>rlichen Zahlen" ;
|
||
Text [ en-US ] = "Natural Numbers Set";
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Identifier = RID_SETZ ;
|
||
HelpId = HID_SMA_SETZ ;
|
||
Text [ de ] = "Menge der ganzen Zahlen" ;
|
||
Text [ en-US ] = "Integers Set";
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Identifier = RID_SETQ ;
|
||
HelpId = HID_SMA_SETQ ;
|
||
Text [ de ] = "Menge der rationalen Zahlen" ;
|
||
Text [ en-US ] = "Set of Rational Numbers";
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Identifier = RID_SETR ;
|
||
HelpId = HID_SMA_SETR ;
|
||
Text [ de ] = "Menge der reellen Zahlen" ;
|
||
Text [ en-US ] = "Real Numbers Set";
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Identifier = RID_SETC ;
|
||
HelpId = HID_SMA_SETC ;
|
||
Text [ de ] = "Menge der komplexen Zahlen" ;
|
||
Text [ en-US ] = "Complex Numbers Set";
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
};
|
||
};
|
||
ToolBox 4
|
||
{
|
||
// functions
|
||
HelpId = HID_SMA_FUNCTIONS_TBX ;
|
||
Pos = MAP_APPFONT ( 0 , 45 ) ;
|
||
Size = MAP_APPFONT ( 65 , 95 ) ;
|
||
SVLook = TRUE ;
|
||
Hide = TRUE ;
|
||
LineCount = 5 ;
|
||
ItemList =
|
||
{
|
||
ToolBoxItem
|
||
{
|
||
Identifier = RID_EX ;
|
||
HelpId = HID_SMA_EX ;
|
||
/* ### ACHTUNG: Neuer Text in Resource? Exponentialfunktion : nat<61>rliche Exponentialfunktion */
|
||
Text [ de ] = "Exponentialfunktion" ;
|
||
Text [ en-US ] = "Exponential Function" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Identifier = RID_LNX ;
|
||
HelpId = HID_SMA_LNX ;
|
||
Text [ de ] = "nat<61>rlicher Logarithmus" ;
|
||
Text [ en-US ] = "Natural Logarithm" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Identifier = RID_EXPX ;
|
||
HelpId = HID_SMA_EXPX ;
|
||
Text [ de ] = "Exponentialfunktion" ;
|
||
Text [ en-US ] = "Exponential Function" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Identifier = RID_LOGX ;
|
||
HelpId = HID_SMA_LOGX ;
|
||
Text [ de ] = "Logarithmus" ;
|
||
Text [ en-US ] = "Logarithm" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Identifier = RID_RSUPX ;
|
||
HelpId = HID_SMA_RSUPX ;
|
||
Text [ de ] = "Potenz" ;
|
||
Text [ en-US ] = "Power";
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Type = TOOLBOXITEM_BREAK ;
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Identifier = RID_SINX ;
|
||
HelpId = HID_SMA_SINX ;
|
||
Text [ de ] = "Sinus" ;
|
||
Text [ en-US ] = "Sine" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Identifier = RID_COSX ;
|
||
HelpId = HID_SMA_COSX ;
|
||
Text [ de ] = "Cosinus" ;
|
||
Text [ en-US ] = "Cosine" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Identifier = RID_TANX ;
|
||
HelpId = HID_SMA_TANX ;
|
||
Text [ de ] = "Tangens" ;
|
||
Text [ en-US ] = "Tangent" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Identifier = RID_COTX ;
|
||
HelpId = HID_SMA_COTX ;
|
||
Text [ de ] = "Cotangens" ;
|
||
Text [ en-US ] = "Cotangent" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Identifier = RID_SQRTX ;
|
||
HelpId = HID_SMA_SQRTX ;
|
||
Text [ de ] = "Quadratwurzel" ;
|
||
Text [ en-US ] = "Square Root" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Type = TOOLBOXITEM_BREAK ;
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Identifier = RID_ARCSINX ;
|
||
HelpId = HID_SMA_ARCSINX ;
|
||
Text [ de ] = "Arcussinus" ;
|
||
Text [ en-US ] = "Arcsine" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Identifier = RID_ARCCOSX ;
|
||
HelpId = HID_SMA_ARCCOSX ;
|
||
Text [ de ] = "Arcuscosinus" ;
|
||
Text [ en-US ] = "Arccosine" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Identifier = RID_ARCTANX ;
|
||
HelpId = HID_SMA_ARCTANX ;
|
||
Text [ de ] = "Arcustangens" ;
|
||
Text [ en-US ] = "Arctangent" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Identifier = RID_ARCCOTX ;
|
||
HelpId = HID_SMA_ARCCOTX ;
|
||
Text [ de ] = "Arcuscotangens" ;
|
||
Text [ en-US ] = "Arccotangent" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Identifier = RID_NROOTXY ;
|
||
HelpId = HID_SMA_NROOTXY ;
|
||
Text [ de ] = "n-te Wurzel" ;
|
||
Text [ en-US ] = "N-th Root" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Type = TOOLBOXITEM_BREAK ;
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Identifier = RID_SINHX ;
|
||
HelpId = HID_SMA_SINHX ;
|
||
Text [ de ] = "Hyperbelsinus" ;
|
||
Text [ en-US ] = "Hyperbolic Sine" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Identifier = RID_COSHX ;
|
||
HelpId = HID_SMA_COSHX ;
|
||
Text [ de ] = "Hyperbelcosinus" ;
|
||
Text [ en-US ] = "Hyperbolic Cosine" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Identifier = RID_TANHX ;
|
||
HelpId = HID_SMA_TANHX ;
|
||
Text [ de ] = "Hyperbeltangens" ;
|
||
Text [ en-US ] = "Hyperbolic Tangent" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Identifier = RID_COTHX ;
|
||
HelpId = HID_SMA_COTHX ;
|
||
Text [ de ] = "Hyperbelcotangens" ;
|
||
Text [ en-US ] = "Hyperbolic Cotangent" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Identifier = RID_ABSX ;
|
||
HelpId = HID_SMA_ABSX ;
|
||
Text [ de ] = "Absolutwert" ;
|
||
Text [ en-US ] = "Absolute Value" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Type = TOOLBOXITEM_BREAK ;
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Identifier = RID_ARSINHX ;
|
||
HelpId = HID_SMA_ARSINHX ;
|
||
Text [ de ] = "Areahyperbelsinus" ;
|
||
Text [ en-US ] = "Area Hyperbolic Sine" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Identifier = RID_ARCOSHX ;
|
||
HelpId = HID_SMA_ARCOSHX ;
|
||
Text [ de ] = "Areahyperbelcosinus" ;
|
||
Text [ en-US ] = "Area Hyperbolic Cosine" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Identifier = RID_ARTANHX ;
|
||
HelpId = HID_SMA_ARTANHX ;
|
||
Text [ de ] = "Areahyperbeltangens" ;
|
||
Text [ en-US ] = "Area Hyperbolic Tangent" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Identifier = RID_ARCOTHX ;
|
||
HelpId = HID_SMA_ARCOTHX ;
|
||
Text [ de ] = "Areahyperbelcotangens" ;
|
||
Text [ en-US ] = "Area Hyperbolic Cotangent" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Identifier = RID_FACTX ;
|
||
HelpId = HID_SMA_FACTX ;
|
||
Text [ de ] = "Fakult<6C>t" ;
|
||
Text [ en-US ] = "Factorial" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
};
|
||
};
|
||
ToolBox 5
|
||
{
|
||
// operators
|
||
HelpId = HID_SMA_OPERATORS_TBX ;
|
||
Pos = MAP_APPFONT ( 0 , 45 ) ;
|
||
Size = MAP_APPFONT ( 65 , 95 ) ;
|
||
SVLook = TRUE ;
|
||
Hide = TRUE ;
|
||
LineCount = 3 ;
|
||
ItemList =
|
||
{
|
||
ToolBoxItem
|
||
{
|
||
Identifier = RID_LIMX ;
|
||
HelpId = HID_SMA_LIMX ;
|
||
Text [ de ] = "Limes" ;
|
||
Text [ en-US ] = "Limes" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Identifier = RID_SUMX ;
|
||
HelpId = HID_SMA_SUMX ;
|
||
Text [ de ] = "Summe" ;
|
||
Text [ en-US ] = "Sum" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Identifier = RID_PRODX ;
|
||
HelpId = HID_SMA_PRODX ;
|
||
Text [ de ] = "Produkt" ;
|
||
Text [ en-US ] = "Product" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Identifier = RID_COPRODX ;
|
||
HelpId = HID_SMA_COPRODX ;
|
||
Text [ de ] = "Coprodukt" ;
|
||
Text [ en-US ] = "Coproduct" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Identifier = RID_FROMXTOY ;
|
||
HelpId = HID_SMA_FROMXTOY ;
|
||
Text [ de ] = "untere und obere Grenze" ;
|
||
Text [ en-US ] = "Upper And Lower Limit" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Type = TOOLBOXITEM_BREAK ;
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Identifier = RID_INTX ;
|
||
HelpId = HID_SMA_INTX ;
|
||
Text [ de ] = "Integral" ;
|
||
Text [ en-US ] = "Integral" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Identifier = RID_IINTX ;
|
||
HelpId = HID_SMA_IINTX ;
|
||
Text [ de ] = "doppeltes Integral" ;
|
||
Text [ en-US ] = "Double Integral" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Identifier = RID_IIINTX ;
|
||
HelpId = HID_SMA_IIINTX ;
|
||
Text [ de ] = "dreifaches Integral" ;
|
||
Text [ en-US ] = "Triple Integral" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Type = TOOLBOXITEM_SPACE ;
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Identifier = RID_FROMX ;
|
||
HelpId = HID_SMA_FROMX ;
|
||
Text [ de ] = "untere Grenze" ;
|
||
Text [ en-US ] = "Lower Limit" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Type = TOOLBOXITEM_BREAK ;
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Identifier = RID_LINTX ;
|
||
HelpId = HID_SMA_LINTX ;
|
||
Text [ de ] = "Kurvenintegral" ;
|
||
Text [ en-US ] = "Curve Integral" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Identifier = RID_LLINTX ;
|
||
HelpId = HID_SMA_LLINTX ;
|
||
Text [ de ] = "doppeltes Kurvenintegral" ;
|
||
Text [ en-US ] = "Double Curve Integral" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Identifier = RID_LLLINTX ;
|
||
HelpId = HID_SMA_LLLINTX ;
|
||
Text [ de ] = "dreifaches Kurvenintegral" ;
|
||
Text [ en-US ] = "Triple Curve Integral" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Type = TOOLBOXITEM_SPACE ;
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Identifier = RID_TOX ;
|
||
HelpId = HID_SMA_TOX ;
|
||
Text [ de ] = "obere Grenze" ;
|
||
Text [ en-US ] = "Upper Limit" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
};
|
||
};
|
||
ToolBox 6
|
||
{
|
||
// attributs
|
||
HelpId = HID_SMA_ATTRIBUTES_TBX ;
|
||
Pos = MAP_APPFONT ( 0 , 45 ) ;
|
||
Size = MAP_APPFONT ( 65 , 95 ) ;
|
||
SVLook = TRUE ;
|
||
Hide = TRUE ;
|
||
LineCount = 5 ;
|
||
ItemList =
|
||
{
|
||
ToolBoxItem
|
||
{
|
||
Identifier = RID_ACUTEX ;
|
||
HelpId = HID_SMA_ACUTEX ;
|
||
Text [ de ] = "Akzent nach rechts oben" ;
|
||
Text [ en-US ] = "Acute Accent";
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Identifier = RID_GRAVEX ;
|
||
HelpId = HID_SMA_GRAVEX ;
|
||
Text [ de ] = "Akzent nach rechts unten" ;
|
||
Text [ en-US ] = "Grave Accent";
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Identifier = RID_CHECKX ;
|
||
HelpId = HID_SMA_CHECKX ;
|
||
Text [ de ] = "umgekehrtes Dach" ;
|
||
Text [ en-US ] = "Reverse Circumflex" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Identifier = RID_BREVEX ;
|
||
HelpId = HID_SMA_BREVEX ;
|
||
Text [ de ] = "Breve" ;
|
||
Text [ en-US ] = "Breve" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Identifier = RID_CIRCLEX ;
|
||
HelpId = HID_SMA_CIRCLEX ;
|
||
Text [ de ] = "Kreis" ;
|
||
Text [ en-US ] = "Circle" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Type = TOOLBOXITEM_BREAK ;
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Identifier = RID_VECX ;
|
||
HelpId = HID_SMA_VECX ;
|
||
Text [ de ] = "Vektorpfeil" ;
|
||
Text [ en-US ] = "Vector Arrow" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Identifier = RID_TILDEX ;
|
||
HelpId = HID_SMA_TILDEX ;
|
||
Text [ de ] = "Tilde" ;
|
||
Text [ en-US ] = "Tilde" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Identifier = RID_HATX ;
|
||
HelpId = HID_SMA_HATX ;
|
||
Text [ de ] = "Dach" ;
|
||
Text [ en-US ] = "Circumflex" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Identifier = RID_BARX ;
|
||
HelpId = HID_SMA_BARX ;
|
||
Text [ de ] = "<22>berstrich" ;
|
||
Text [ en-US ] = "Line Above" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Identifier = RID_DOTX ;
|
||
HelpId = HID_SMA_DOTX ;
|
||
Text [ de ] = "Punkt" ;
|
||
Text [ en-US ] = "Dot" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Type = TOOLBOXITEM_BREAK ;
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Identifier = RID_WIDEVECX ;
|
||
HelpId = HID_SMA_WIDEVECX ;
|
||
Text [ de ] = "breiter Vektorpfeil" ;
|
||
Text [ en-US ] = "Large Vector Arrow";
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Identifier = RID_WIDETILDEX ;
|
||
HelpId = HID_SMA_WIDETILDEX ;
|
||
Text [ de ] = "breite Tilde" ;
|
||
Text [ en-US ] = "Large Tilde";
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Identifier = RID_WIDEHATX ;
|
||
HelpId = HID_SMA_WIDEHATX ;
|
||
Text [ de ] = "breites Dach" ;
|
||
Text [ en-US ] = "Large Circumflex";
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Type = TOOLBOXITEM_SPACE ;
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Identifier = RID_DDOTX ;
|
||
HelpId = HID_SMA_DDOTX ;
|
||
Text [ de ] = "doppelter Punkt" ;
|
||
Text [ en-US ] = "Double Dot" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Type = TOOLBOXITEM_BREAK ;
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Identifier = RID_OVERLINEX ;
|
||
HelpId = HID_SMA_OVERLINEX ;
|
||
Text [ de ] = "Linie <20>ber" ;
|
||
Text [ en-US ] = "Line Over" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Identifier = RID_UNDERLINEX ;
|
||
HelpId = HID_SMA_UNDERLINEX ;
|
||
Text [ de ] = "Linie unter" ;
|
||
Text [ en-US ] = "Line Below" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Identifier = RID_OVERSTRIKEX ;
|
||
HelpId = HID_SMA_OVERSTRIKEX ;
|
||
Text [ de ] = "Linie durch" ;
|
||
Text [ en-US ] = "Line Through" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Type = TOOLBOXITEM_SPACE ;
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Identifier = RID_DDDOTX ;
|
||
HelpId = HID_SMA_DDDOTX ;
|
||
Text [ de ] = "dreifacher Punkt" ;
|
||
Text [ en-US ] = "Triple Dot" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Type = TOOLBOXITEM_BREAK ;
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Identifier = RID_PHANTOMX ;
|
||
HelpId = HID_SMA_PHANTOMX ;
|
||
Text [ de ] = "transparent" ;
|
||
Text [ en-US ] = "Transparent" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Identifier = RID_BOLDX ;
|
||
HelpId = HID_SMA_BOLDX ;
|
||
Text [ de ] = "Fettschrift" ;
|
||
Text [ en-US ] = "Bold Font" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Identifier = RID_ITALX ;
|
||
HelpId = HID_SMA_ITALX ;
|
||
Text [ de ] = "kursive Schrift" ;
|
||
Text [ en-US ] = "Italic Font" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Identifier = RID_SIZEXY ;
|
||
HelpId = HID_SMA_SIZEXY ;
|
||
Text [ de ] = "Gr<47><72>e <20>ndern" ;
|
||
Text [ en-US ] = "Resize" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Identifier = RID_FONTXY ;
|
||
HelpId = HID_SMA_FONTXY ;
|
||
Text [ de ] = "Font <20>ndern" ;
|
||
Text [ en-US ] = "Change Font" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
};
|
||
};
|
||
ToolBox 7
|
||
{
|
||
// parentheses
|
||
HelpId = HID_SMA_BRACKETS_TBX ;
|
||
Pos = MAP_APPFONT ( 0 , 45 ) ;
|
||
Size = MAP_APPFONT ( 65 , 95 ) ;
|
||
SVLook = TRUE ;
|
||
Hide = TRUE ;
|
||
LineCount = 5 ;
|
||
ItemList =
|
||
{
|
||
ToolBoxItem
|
||
{
|
||
Identifier = RID_LRPARENTX ;
|
||
HelpId = HID_SMA_LRPARENTX ;
|
||
Text [ de ] = "runde Klammern" ;
|
||
Text [ en-US ] = "Round Brackets" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Identifier = RID_LRBRACKETX ;
|
||
HelpId = HID_SMA_LRBRACKETX ;
|
||
Text [ de ] = "eckige Klammern" ;
|
||
Text [ en-US ] = "Square Brackets" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Identifier = RID_LRDBRACKETX ;
|
||
HelpId = HID_SMA_LRDBRACKETX ;
|
||
Text [ de ] = "doppelte eckige Klammern" ;
|
||
Text [ en-US ] = "Double Square Brackets";
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Identifier = RID_LRLINEX ;
|
||
HelpId = HID_SMA_LRLINEX ;
|
||
Text [ de ] = "einfache Linien" ;
|
||
Text [ en-US ] = "Single Lines" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Identifier = RID_LRDLINEX ;
|
||
HelpId = HID_SMA_LRDLINEX ;
|
||
Text [ de ] = "doppelte Linien" ;
|
||
Text [ en-US ] = "Double Lines" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Type = TOOLBOXITEM_BREAK ;
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Identifier = RID_LRBRACEX ;
|
||
HelpId = HID_SMA_LRBRACEX ;
|
||
Text [ de ] = "geschweifte Klammern" ;
|
||
Text [ en-US ] = "Braces" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Identifier = RID_LRANGLEX ;
|
||
HelpId = HID_SMA_LRANGLEX ;
|
||
Text [ de ] = "spitze Klammern" ;
|
||
Text [ en-US ] = "Angle Brackets" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Identifier = RID_LMRANGLEXY ;
|
||
HelpId = HID_SMA_LMRANGLEXY ;
|
||
Text [ de ] = "Operator Klammern" ;
|
||
Text [ en-US ] = "Operator Brackets";
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Type = TOOLBOXITEM_SPACE ;
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Identifier = RID_LRGROUPX ;
|
||
HelpId = HID_SMA_LRGROUPX ;
|
||
Text [ de ] = "Gruppierungs Klammern" ;
|
||
Text [ en-US ] = "Group Brackets" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Type = TOOLBOXITEM_BREAK ;
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Identifier = RID_SLRPARENTX ;
|
||
HelpId = HID_SMA_SLRPARENTX ;
|
||
Text [ de ] = "runde Klammern (skalierbar)" ;
|
||
Text [ en-US ] = "Round Brackets (Scalable)" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Identifier = RID_SLRBRACKETX ;
|
||
HelpId = HID_SMA_SLRBRACKETX ;
|
||
Text [ de ] = "eckige Klammern (skalierbar)" ;
|
||
Text [ en-US ] = "Square Brackets (Scalable)" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Identifier = RID_SLRDBRACKETX ;
|
||
HelpId = HID_SMA_SLRDBRACKETX ;
|
||
Text [ de ] = "doppelte eckige Klammern (skalierbar)" ;
|
||
Text [ en-US ] = "Double Square Brackets (Scalable)";
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Identifier = RID_SLRLINEX ;
|
||
HelpId = HID_SMA_SLRLINEX ;
|
||
Text [ de ] = "einfache Linien (skalierbar)" ;
|
||
Text [ en-US ] = "Single Lines (Scalable)" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Identifier = RID_SLRDLINEX ;
|
||
HelpId = HID_SMA_SLRDLINEX ;
|
||
Text [ de ] = "doppelte Linien (skalierbar)" ;
|
||
Text [ en-US ] = "Double Lines (Scalable)" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Type = TOOLBOXITEM_BREAK ;
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Identifier = RID_SLRBRACEX ;
|
||
HelpId = HID_SMA_SLRBRACEX ;
|
||
Text [ de ] = "geschweifte Klammern (skalierbar)" ;
|
||
Text [ en-US ] = "Braces (Scalable)" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Identifier = RID_SLRANGLEX ;
|
||
HelpId = HID_SMA_SLRANGLEX ;
|
||
Text [ de ] = "spitze Klammern (skalierbar)" ;
|
||
Text [ en-US ] = "Angle Brackets (Scalable)" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Identifier = RID_SLMRANGLEXY ;
|
||
HelpId = HID_SMA_SLMRANGLEXY ;
|
||
Text [ de ] = "Operator Klammern (skalierbar)" ;
|
||
Text [ en-US ] = "Operator Brackets (Scalable)";
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Type = TOOLBOXITEM_BREAK ;
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Identifier = RID_XOVERBRACEY ;
|
||
HelpId = HID_SMA_XOVERBRACEY ;
|
||
Text [ de ] = "geschweifte Klammer oben (skalierbar)" ;
|
||
Text [ en-US ] = "Braces Top (Scalable)";
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Identifier = RID_XUNDERBRACEY ;
|
||
HelpId = HID_SMA_XUNDERBRACEY ;
|
||
Text [ de ] = "geschweifte Klammer unten (skalierbar)" ;
|
||
Text [ en-US ] = "Braces Bottom (Scalable)";
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
};
|
||
};
|
||
ToolBox 8
|
||
{
|
||
// format
|
||
HelpId = HID_SMA_FORMAT_TBX ;
|
||
Pos = MAP_APPFONT ( 0 , 45 ) ;
|
||
Size = MAP_APPFONT ( 65 , 95 ) ;
|
||
SVLook = TRUE ;
|
||
Hide = TRUE ;
|
||
LineCount = 3 ;
|
||
ItemList =
|
||
{
|
||
ToolBoxItem
|
||
{
|
||
Identifier = RID_LSUPX ;
|
||
HelpId = HID_SMA_LSUPX ;
|
||
Text [ de ] = "Superscript links" ;
|
||
Text [ en-US ] = "Superscript Left" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Identifier = RID_CSUPX ;
|
||
HelpId = HID_SMA_CSUPX ;
|
||
Text [ de ] = "Superscript oben" ;
|
||
Text [ en-US ] = "Superscript Top";
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Identifier = RID_RSUPX ;
|
||
HelpId = HID_SMA_RSUPX ;
|
||
Text [ de ] = "Superscript rechts" ;
|
||
Text [ en-US ] = "Superscript Right" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Identifier = RID_BINOMXY ;
|
||
HelpId = HID_SMA_BINOMXY ;
|
||
Text [ de ] = "vertikale Anordnung (2 Elemente)" ;
|
||
Text [ en-US ] = "Vertical Stack (2 Elements)" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Identifier = RID_NEWLINE ;
|
||
HelpId = HID_SMA_NEWLINE ;
|
||
Text [ de ] = "neue Zeile beginnen" ;
|
||
Text [ en-US ] = "New Line" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Type = TOOLBOXITEM_BREAK ;
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Identifier = RID_LSUBX ;
|
||
HelpId = HID_SMA_LSUBX ;
|
||
Text [ de ] = "Subscript links" ;
|
||
Text [ en-US ] = "Subscript Left" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Identifier = RID_CSUBX ;
|
||
HelpId = HID_SMA_CSUBX ;
|
||
Text [ de ] = "Subscript unten" ;
|
||
Text [ en-US ] = "Subscript Bottom";
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Identifier = RID_RSUBX ;
|
||
HelpId = HID_SMA_RSUBX ;
|
||
Text [ de ] = "Subscript rechts" ;
|
||
Text [ en-US ] = "Subscript Right" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Identifier = RID_STACK ;
|
||
HelpId = HID_SMA_STACK ;
|
||
Text [ de ] = "vertikale Anordnung" ;
|
||
Text [ en-US ] = "Vertical Stack" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Identifier = RID_SBLANK ;
|
||
HelpId = HID_SMA_SBLANK ;
|
||
Text [ de ] = "kleiner Zwischenraum" ;
|
||
Text [ en-US ] = "Small Gap" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Type = TOOLBOXITEM_BREAK ;
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Identifier = RID_ALIGNLX ;
|
||
HelpId = HID_SMA_ALIGNLX ;
|
||
Text [ de ] = "linksb<73>ndig ausrichten" ;
|
||
Text [ en-US ] = "Align Left" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Identifier = RID_ALIGNCX ;
|
||
HelpId = HID_SMA_ALIGNCX ;
|
||
/* ### ACHTUNG: Neuer Text in Resource? zentriert ausrichten : zentriert (horizontal) ausrichten */
|
||
Text [ de ] = "zentriert ausrichten" ;
|
||
Text [ en-US ] = "Align Center" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Identifier = RID_ALIGNRX ;
|
||
HelpId = HID_SMA_ALIGNRX ;
|
||
Text [ de ] = "rechtsb<73>ndig ausrichten" ;
|
||
Text [ en-US ] = "Align Right" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Identifier = RID_MATRIX ;
|
||
HelpId = HID_SMA_MATRIX ;
|
||
Text [ de ] = "Matrix Anordnung" ;
|
||
Text [ en-US ] = "Matrix Stack" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Identifier = RID_BLANK ;
|
||
HelpId = HID_SMA_BLANK ;
|
||
Text [ de ] = "Zwischenraum" ;
|
||
Text [ en-US ] = "Gap" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
};
|
||
};
|
||
ToolBox 9
|
||
{
|
||
// misc
|
||
HelpId = HID_SMA_FORMAT_TBX ;
|
||
Pos = MAP_APPFONT ( 0 , 45 ) ;
|
||
Size = MAP_APPFONT ( 65 , 95 ) ;
|
||
SVLook = TRUE ;
|
||
Hide = TRUE ;
|
||
LineCount = 4 ;
|
||
ItemList =
|
||
{
|
||
ToolBoxItem
|
||
{
|
||
Identifier = RID_INFINITY ;
|
||
HelpId = HID_SMA_INFINITY ;
|
||
Text [ de ] = "unendlich" ;
|
||
Text [ en-US ] = "infinite";
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Identifier = RID_PARTIAL ;
|
||
HelpId = HID_SMA_PARTIAL ;
|
||
Text [ de ] = "partial" ;
|
||
Text [ en-US ] = "Partial";
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Identifier = RID_NABLA ;
|
||
HelpId = HID_SMA_NABLA ;
|
||
Text [ de ] = "Nabla" ;
|
||
Text [ en-US ] = "Nabla";
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Identifier = RID_EXISTS ;
|
||
HelpId = HID_SMA_EXISTS ;
|
||
Text [ de ] = "Es existiert" ;
|
||
Text [ en-US ] = "There Exists";
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Identifier = RID_FORALL ;
|
||
HelpId = HID_SMA_FORALL ;
|
||
Text [ de ] = "F<>r alle" ;
|
||
Text [ en-US ] = "For All";
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Type = TOOLBOXITEM_BREAK ;
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Identifier = RID_HBAR ;
|
||
HelpId = HID_SMA_HBAR ;
|
||
Text [ de ] = "h quer" ;
|
||
Text [ en-US ] = "h Bar";
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Identifier = RID_LAMBDABAR ;
|
||
HelpId = HID_SMA_LAMBDABAR ;
|
||
Text [ de ] = "lambda quer" ;
|
||
Text [ en-US ] = "Lambda Bar";
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Identifier = RID_RE ;
|
||
HelpId = HID_SMA_RE ;
|
||
Text [ de ] = "Realteil" ;
|
||
Text [ en-US ] = "Real Part";
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Identifier = RID_IM ;
|
||
HelpId = HID_SMA_IM ;
|
||
Text [ de ] = "Imagin<69>rteil" ;
|
||
Text [ en-US ] = "Imaginary Part";
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Identifier = RID_WP ;
|
||
HelpId = HID_SMA_WP ;
|
||
Text [ de ] = "Weierstrass p" ;
|
||
Text [ en-US ] = "Weierstrass p";
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Type = TOOLBOXITEM_BREAK ;
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Identifier = RID_LEFTARROW ;
|
||
HelpId = HID_SMA_LEFTARROW ;
|
||
Text [ de ] = "Pfeil nach links" ;
|
||
Text [ en-US ] = "Left Arrow";
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Identifier = RID_RIGHTARROW ;
|
||
HelpId = HID_SMA_RIGHTARROW ;
|
||
Text [ de ] = "Pfeil nach rechts" ;
|
||
Text [ en-US ] = "Right Arrow";
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Identifier = RID_UPARROW ;
|
||
HelpId = HID_SMA_UPARROW ;
|
||
Text [ de ] = "Pfeil nach oben" ;
|
||
Text [ en-US ] = "Up Arrow";
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Identifier = RID_DOWNARROW ;
|
||
HelpId = HID_SMA_DOWNARROW ;
|
||
Text [ de ] = "Pfeil nach unten" ;
|
||
Text [ en-US ] = "Down Arrow";
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Type = TOOLBOXITEM_SPACE ;
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Type = TOOLBOXITEM_BREAK ;
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Identifier = RID_DOTSLOW ;
|
||
HelpId = HID_SMA_DOTSLOW ;
|
||
Text [ de ] = "Punkte unten" ;
|
||
Text [ en-US ] = "Dots At Bottom";
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Identifier = RID_DOTSAXIS ;
|
||
HelpId = HID_SMA_DOTSAXIS ;
|
||
Text [ de ] = "Punkte mittig" ;
|
||
Text [ en-US ] = "Dots In Middle";
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Identifier = RID_DOTSVERT ;
|
||
HelpId = HID_SMA_DOTSVERT ;
|
||
Text [ de ] = "Punkte vertikal" ;
|
||
Text [ en-US ] = "Dots Vertically";
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Identifier = RID_DOTSUP ;
|
||
HelpId = HID_SMA_DOTSUP ;
|
||
Text [ de ] = "Punkte nach oben" ;
|
||
Text [ en-US ] = "Dots To Top";
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Identifier = RID_DOTSDOWN ;
|
||
HelpId = HID_SMA_DOTSDOWN ;
|
||
Text [ de ] = "Punkte nach unten" ;
|
||
Text [ en-US ] = "Dots to Bottom";
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
};
|
||
};
|
||
ToolBox 10
|
||
{
|
||
// main menu of selection-window
|
||
HelpId = HID_SMA_SELECTION_TBX ;
|
||
Pos = MAP_APPFONT ( 0 , 0 ) ;
|
||
Size = MAP_APPFONT ( 65 , 38 ) ;
|
||
SVLook = TRUE ;
|
||
LineCount = 2 ;
|
||
ItemList =
|
||
{
|
||
ToolBoxItem
|
||
{
|
||
Identifier = RID_UNBINOPS_CAT ;
|
||
HelpId = HID_SMA_UNBINOPS_CAT ;
|
||
Text [ de ] = "Un<55>re/Bin<69>re Operatoren" ;
|
||
Text [ en-US ] = "Unary/Binary Operators" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Identifier = RID_RELATIONS_CAT ;
|
||
HelpId = HID_SMA_RELATIONS_CAT ;
|
||
Text [ de ] = "Relationen" ;
|
||
Text [ en-US ] = "Relations" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Identifier = RID_SETOPERATIONS_CAT ;
|
||
HelpId = HID_SMA_SETOPERATIONS_CAT ;
|
||
Text [ de ] = "Mengenoperationen" ;
|
||
Text [ en-US ] = "Set Operations" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Identifier = RID_FUNCTIONS_CAT ;
|
||
HelpId = HID_SMA_FUNCTIONS_CAT ;
|
||
Text [ de ] = "Funktionen" ;
|
||
Text [ en-US ] = "Functions" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Identifier = RID_OPERATORS_CAT ;
|
||
HelpId = HID_SMA_OPERATORS_CAT ;
|
||
Text [ de ] = "Operatoren" ;
|
||
Text [ en-US ] = "Operators" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Type = TOOLBOXITEM_BREAK ;
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Identifier = RID_ATTRIBUTES_CAT ;
|
||
HelpId = HID_SMA_ATTRIBUTES_CAT ;
|
||
Text [ de ] = "Attribute" ;
|
||
Text [ en-US ] = "Attributes" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Identifier = RID_MISC_CAT ;
|
||
HelpId = HID_SMA_MISC_CAT ;
|
||
Text [ de ] = "Sonstiges" ;
|
||
Text [ en-US ] = "Others";
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Type = TOOLBOXITEM_SPACE ;
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Identifier = RID_BRACKETS_CAT ;
|
||
HelpId = HID_SMA_BRACKETS_CAT ;
|
||
Text [ de ] = "Klammern" ;
|
||
Text [ en-US ] = "Brackets" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Identifier = RID_FORMAT_CAT ;
|
||
HelpId = HID_SMA_FORMAT_CAT ;
|
||
Text [ de ] = "Formatierungen" ;
|
||
Text [ en-US ] = "Formats" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
};
|
||
};
|
||
FixedLine FL_TOOLBOX_CAT_DELIM
|
||
{
|
||
Pos = MAP_APPFONT ( 0 , 38 ) ;
|
||
Size = MAP_APPFONT ( 65 , 10 ) ;
|
||
|
||
};
|
||
};
|
||
|
||
#define CMDBOXWINDOW_TEXT \
|
||
Text [ de ] = "Kommandos" ; \
|
||
Text [ en-US ] = "Commands" ; \
|
||
Text [ x-comment ] = " "; \
|
||
|
||
DockingWindow RID_CMDBOXWINDOW
|
||
{
|
||
HelpId = HID_SMA_COMMAND_WIN ;
|
||
Moveable = TRUE ;
|
||
Closeable = FALSE ;
|
||
Sizeable = TRUE ;
|
||
OutputSize = TRUE ;
|
||
HideWhenDeactivate = FALSE ;
|
||
SVLook = TRUE ;
|
||
Size = MAP_APPFONT ( 292 , 94 ) ;
|
||
Dockable = TRUE ;
|
||
CMDBOXWINDOW_TEXT
|
||
};
|
||
|
||
|
||
#define UNBINOPS_IDLIST \
|
||
IdList = \
|
||
{ \
|
||
RID_PLUSX ; \
|
||
RID_MINUSX ; \
|
||
RID_PLUSMINUSX ; \
|
||
RID_MINUSPLUSX ; \
|
||
RID_XPLUSY ; \
|
||
RID_XCDOTY ; \
|
||
RID_XTIMESY ; \
|
||
RID_XSYMTIMESY ; \
|
||
RID_XMINUSY ; \
|
||
RID_XOVERY ; \
|
||
RID_XDIVY ; \
|
||
RID_XSYMDIVIDEY ; \
|
||
RID_NEGX ; \
|
||
RID_XANDY ; \
|
||
RID_XORY ; \
|
||
RID_XCIRCY ; \
|
||
}; \
|
||
IdCount = { 16 ; };
|
||
|
||
ImageList RID_IL_UNBINOPS
|
||
{
|
||
Prefix = "un";
|
||
MaskColor = IMAGE_STDBTN_COLOR ;
|
||
UNBINOPS_IDLIST
|
||
};
|
||
ImageList RID_ILH_UNBINOPS
|
||
{
|
||
Prefix = "unh";
|
||
MaskColor = IMAGE_STDBTN_COLOR_HC ;
|
||
UNBINOPS_IDLIST
|
||
};
|
||
|
||
#define RELATIONS_IDLIST \
|
||
IdList = \
|
||
{ \
|
||
RID_XEQY ; \
|
||
RID_XNEQY ; \
|
||
RID_XEQUIVY ; \
|
||
RID_XORTHOY ; \
|
||
RID_XLTY ; \
|
||
RID_XGTY ; \
|
||
RID_XAPPROXY ; \
|
||
RID_XPARALLELY ; \
|
||
RID_XLESLANTY ; \
|
||
RID_XGESLANTY ; \
|
||
RID_XSIMEQY ; \
|
||
RID_XPROPY ; \
|
||
RID_XLEY ; \
|
||
RID_XGEY ; \
|
||
RID_XSIMY ; \
|
||
RID_XTOWARDY ; \
|
||
RID_XDIVIDESY ; \
|
||
RID_XNDIVIDESY; \
|
||
RID_DLARROW ; \
|
||
RID_DLRARROW ; \
|
||
RID_DRARROW ; \
|
||
}; \
|
||
IdCount ={ 21 ; };
|
||
|
||
ImageList RID_IL_RELATIONS
|
||
{
|
||
Prefix = "bi";
|
||
MaskColor = IMAGE_STDBTN_COLOR ;
|
||
RELATIONS_IDLIST
|
||
};
|
||
ImageList RID_ILH_RELATIONS
|
||
{
|
||
Prefix = "bih";
|
||
MaskColor = IMAGE_STDBTN_COLOR_HC ;
|
||
RELATIONS_IDLIST
|
||
};
|
||
|
||
#define SETOPERATIONS_IDLIST \
|
||
IdList = \
|
||
{ \
|
||
RID_XINY ; \
|
||
RID_XNOTINY ; \
|
||
RID_XOWNSY ; \
|
||
RID_XINTERSECTIONY ; \
|
||
RID_XUNIONY ; \
|
||
RID_XSETMINUSY ; \
|
||
RID_XSLASHY ; \
|
||
RID_XSUBSETY ; \
|
||
RID_XSUBSETEQY ; \
|
||
RID_XSUPSETY ; \
|
||
RID_XSUPSETEQY ; \
|
||
RID_XNSUBSETY ; \
|
||
RID_XNSUBSETEQY ; \
|
||
RID_XNSUPSETY ; \
|
||
RID_XNSUPSETEQY ; \
|
||
RID_EMPTYSET ; \
|
||
RID_ALEPH ; \
|
||
RID_SETN ; \
|
||
RID_SETZ ; \
|
||
RID_SETQ ; \
|
||
RID_SETR ; \
|
||
RID_SETC ; \
|
||
}; \
|
||
IdCount = { 22 ; };
|
||
|
||
ImageList RID_IL_SETOPERATIONS
|
||
{
|
||
Prefix = "op";
|
||
MaskColor = IMAGE_STDBTN_COLOR ;
|
||
SETOPERATIONS_IDLIST
|
||
};
|
||
ImageList RID_ILH_SETOPERATIONS
|
||
{
|
||
Prefix = "oph";
|
||
MaskColor = IMAGE_STDBTN_COLOR_HC ;
|
||
SETOPERATIONS_IDLIST
|
||
};
|
||
|
||
#define FUNCTIONS_IDLIST \
|
||
IdList = \
|
||
{ \
|
||
RID_ABSX ; \
|
||
RID_FACTX ; \
|
||
RID_SQRTX ; \
|
||
RID_NROOTXY ; \
|
||
RID_EX ; \
|
||
RID_LNX ; \
|
||
RID_EXPX ; \
|
||
RID_LOGX ; \
|
||
RID_SINX ; \
|
||
RID_COSX ; \
|
||
RID_TANX ; \
|
||
RID_COTX ; \
|
||
RID_SINHX ; \
|
||
RID_COSHX ; \
|
||
RID_TANHX ; \
|
||
RID_COTHX ; \
|
||
RID_ARCSINX ; \
|
||
RID_ARCCOSX ; \
|
||
RID_ARCTANX ; \
|
||
RID_ARCCOTX ; \
|
||
RID_ARSINHX ; \
|
||
RID_ARCOSHX ; \
|
||
RID_ARTANHX ; \
|
||
RID_ARCOTHX ; \
|
||
RID_RSUPX ; \
|
||
}; \
|
||
IdCount = { 25 ; };
|
||
|
||
ImageList RID_IL_FUNCTIONS
|
||
{
|
||
Prefix = "fu";
|
||
MaskColor = IMAGE_STDBTN_COLOR ;
|
||
FUNCTIONS_IDLIST
|
||
};
|
||
ImageList RID_ILH_FUNCTIONS
|
||
{
|
||
Prefix = "fuh";
|
||
MaskColor = IMAGE_STDBTN_COLOR_HC ;
|
||
FUNCTIONS_IDLIST
|
||
};
|
||
|
||
#define OPERATORS_IDLIST \
|
||
IdList = \
|
||
{ \
|
||
RID_LIMX ; \
|
||
RID_SUMX ; \
|
||
RID_PRODX ; \
|
||
RID_COPRODX ; \
|
||
RID_INTX ; \
|
||
RID_IINTX ; \
|
||
RID_IIINTX ; \
|
||
RID_LINTX ; \
|
||
RID_LLINTX ; \
|
||
RID_LLLINTX ; \
|
||
RID_FROMXTOY ; \
|
||
RID_FROMX ; \
|
||
RID_TOX ; \
|
||
}; \
|
||
IdCount = { 13 ; };
|
||
|
||
ImageList RID_IL_OPERATORS
|
||
{
|
||
Prefix = "fo";
|
||
MaskColor = IMAGE_STDBTN_COLOR ;
|
||
OPERATORS_IDLIST
|
||
};
|
||
ImageList RID_ILH_OPERATORS
|
||
{
|
||
Prefix = "foh";
|
||
MaskColor = IMAGE_STDBTN_COLOR_HC ;
|
||
OPERATORS_IDLIST
|
||
};
|
||
|
||
#define ATTRIBUTES_IDLIST \
|
||
IdList = \
|
||
{ \
|
||
RID_ACUTEX ; \
|
||
RID_GRAVEX ; \
|
||
RID_CHECKX ; \
|
||
RID_BREVEX ; \
|
||
RID_BARX ; \
|
||
RID_VECX ; \
|
||
RID_HATX ; \
|
||
RID_TILDEX ; \
|
||
RID_CIRCLEX ; \
|
||
RID_DOTX ; \
|
||
RID_DDOTX ; \
|
||
RID_DDDOTX ; \
|
||
RID_OVERLINEX ; \
|
||
RID_UNDERLINEX ; \
|
||
RID_OVERSTRIKEX ; \
|
||
RID_PHANTOMX ; \
|
||
RID_BOLDX ; \
|
||
RID_ITALX ; \
|
||
RID_SIZEXY ; \
|
||
RID_FONTXY ; \
|
||
RID_WIDEHATX ; \
|
||
RID_WIDETILDEX ; \
|
||
RID_WIDEVECX ; \
|
||
}; \
|
||
IdCount = { 23 ; };
|
||
|
||
ImageList RID_IL_ATTRIBUTES
|
||
{
|
||
Prefix = "at";
|
||
MaskColor = IMAGE_STDBTN_COLOR ;
|
||
ATTRIBUTES_IDLIST
|
||
};
|
||
ImageList RID_ILH_ATTRIBUTES
|
||
{
|
||
Prefix = "ath";
|
||
MaskColor = IMAGE_STDBTN_COLOR_HC ;
|
||
ATTRIBUTES_IDLIST
|
||
};
|
||
|
||
#define BRACKETS_IDLIST \
|
||
IdList = \
|
||
{ \
|
||
RID_LRPARENTX ; \
|
||
RID_LRBRACKETX ; \
|
||
RID_LRANGLEX ; \
|
||
RID_LRBRACEX ; \
|
||
RID_LRLINEX ; \
|
||
RID_LRDLINEX ; \
|
||
RID_LMRANGLEXY ; \
|
||
RID_LRGROUPX ; \
|
||
RID_SLRPARENTX ; \
|
||
RID_SLRBRACKETX ; \
|
||
RID_SLRANGLEX ; \
|
||
RID_SLRBRACEX ; \
|
||
RID_SLRLINEX ; \
|
||
RID_SLRDLINEX ; \
|
||
RID_SLMRANGLEXY ; \
|
||
RID_LRDBRACKETX ; \
|
||
RID_SLRDBRACKETX ; \
|
||
RID_XOVERBRACEY ; \
|
||
RID_XUNDERBRACEY ; \
|
||
}; \
|
||
IdCount = { 19 ; };
|
||
|
||
ImageList RID_IL_BRACKETS
|
||
{
|
||
Prefix = "al";
|
||
MaskColor = IMAGE_STDBTN_COLOR ;
|
||
BRACKETS_IDLIST
|
||
};
|
||
ImageList RID_ILH_BRACKETS
|
||
{
|
||
Prefix = "alh";
|
||
MaskColor = IMAGE_STDBTN_COLOR_HC ;
|
||
BRACKETS_IDLIST
|
||
};
|
||
|
||
#define FORMAT_IDLIST \
|
||
IdList = \
|
||
{ \
|
||
RID_NEWLINE ; \
|
||
RID_SBLANK ; \
|
||
RID_BLANK ; \
|
||
RID_BINOMXY ; \
|
||
RID_STACK ; \
|
||
RID_MATRIX ; \
|
||
RID_ALIGNLX ; \
|
||
RID_ALIGNCX ; \
|
||
RID_ALIGNRX ; \
|
||
RID_RSUBX ; \
|
||
RID_RSUPX ; \
|
||
RID_LSUBX ; \
|
||
RID_LSUPX ; \
|
||
RID_CSUBX ; \
|
||
RID_CSUPX ; \
|
||
}; \
|
||
IdCount = { 15 ; };
|
||
|
||
ImageList RID_IL_FORMAT
|
||
{
|
||
Prefix = "co";
|
||
MaskColor = IMAGE_STDBTN_COLOR ;
|
||
FORMAT_IDLIST
|
||
};
|
||
ImageList RID_ILH_FORMAT
|
||
{
|
||
Prefix = "coh";
|
||
MaskColor = IMAGE_STDBTN_COLOR_HC ;
|
||
FORMAT_IDLIST
|
||
};
|
||
|
||
#define MISC_IDLIST \
|
||
IdList = \
|
||
{ \
|
||
RID_INFINITY ; \
|
||
RID_PARTIAL ; \
|
||
RID_NABLA ; \
|
||
RID_EXISTS ; \
|
||
RID_FORALL ; \
|
||
RID_HBAR; \
|
||
RID_LAMBDABAR ; \
|
||
RID_RE ; \
|
||
RID_IM ; \
|
||
RID_WP ; \
|
||
RID_LEFTARROW ; \
|
||
RID_RIGHTARROW ; \
|
||
RID_UPARROW ; \
|
||
RID_DOWNARROW ; \
|
||
RID_DOTSLOW ; \
|
||
RID_DOTSAXIS ; \
|
||
RID_DOTSVERT ; \
|
||
RID_DOTSUP ; \
|
||
RID_DOTSDOWN ; \
|
||
}; \
|
||
IdCount = { 19 ; };
|
||
|
||
ImageList RID_IL_MISC
|
||
{
|
||
Prefix = "mi";
|
||
MaskColor = IMAGE_STDBTN_COLOR ;
|
||
MISC_IDLIST
|
||
};
|
||
ImageList RID_ILH_MISC
|
||
{
|
||
Prefix = "mih";
|
||
MaskColor = IMAGE_STDBTN_COLOR_HC ;
|
||
MISC_IDLIST
|
||
};
|
||
|
||
#define CATALOG_IDLIST \
|
||
IdList = \
|
||
{ \
|
||
RID_UNBINOPS_CAT ; \
|
||
RID_RELATIONS_CAT ; \
|
||
RID_SETOPERATIONS_CAT ; \
|
||
RID_FUNCTIONS_CAT ; \
|
||
RID_OPERATORS_CAT ; \
|
||
RID_ATTRIBUTES_CAT ; \
|
||
RID_MISC_CAT ; \
|
||
RID_BRACKETS_CAT ; \
|
||
RID_FORMAT_CAT ; \
|
||
}; \
|
||
IdCount = { 9 ; };
|
||
|
||
ImageList RID_IL_CATALOG
|
||
{
|
||
Prefix = "im";
|
||
MaskColor = IMAGE_STDBTN_COLOR ;
|
||
CATALOG_IDLIST
|
||
};
|
||
ImageList RID_ILH_CATALOG
|
||
{
|
||
Prefix = "imh";
|
||
MaskColor = IMAGE_STDBTN_COLOR_HC ;
|
||
CATALOG_IDLIST
|
||
};
|
||
|
||
|
||
|
||
String STR_CMDBOXWINDOW
|
||
{
|
||
CMDBOXWINDOW_TEXT
|
||
};
|
||
|
||
String RID_DOCUMENTSTR
|
||
{
|
||
Text [ de ] = "Formel" ;
|
||
Text [ en-US ] = "Formula" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
|
||
String STR_STATSTR_READING
|
||
{
|
||
Text [ de ] = "Dokument wird geladen..." ;
|
||
Text [ en-US ] = "Loading document..." ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
|
||
String STR_STATSTR_WRITING
|
||
{
|
||
Text [ de ] = "Dokument wird gespeichert..." ;
|
||
Text [ en-US ] = "Saving document..." ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
|
||
|
||
String STR_MATH_DOCUMENT_FULLTYPE_60
|
||
{
|
||
Text [ de ] = "%PRODUCTNAME %PRODUCTVERSION Formel" ;
|
||
Text [ en-US ] = "%PRODUCTNAME %PRODUCTVERSION Formula";
|
||
};
|
||
String STR_MATH_DOCUMENT_FULLTYPE_50
|
||
{
|
||
Text [ de ] = "%PRODUCTNAME 5.0 Formel" ;
|
||
Text [ en-US ] = "%PRODUCTNAME 5.0 Formula" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
|
||
String STR_MATH_DOCUMENT_FULLTYPE_40
|
||
{
|
||
Text [ de ] = "%PRODUCTNAME 4.0 Formel" ;
|
||
Text [ en-US ] = "%PRODUCTNAME 4.0 Formula" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
|
||
String STR_MATH_DOCUMENT_FULLTYPE_31
|
||
{
|
||
Text [ de ] = "%PRODUCTNAME 3.0 Formel" ;
|
||
Text [ en-US ] = "%PRODUCTNAME 3.0 Formula" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
|
||
String RID_SYMBOLFILESSTR
|
||
{
|
||
Text [ de ] = "Symboldateien (*.sms)" ;
|
||
Text [ en-US ] = "Symbol files (*.sms)" ;
|
||
};
|
||
|
||
String RID_ALLFILESSTR
|
||
{
|
||
Text [ de ] = "Alle Dateien (*.*)" ;
|
||
Text [ en-US ] = "All Files (*.*)" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
|
||
String RID_ERR_IDENT
|
||
{
|
||
Text [ de ] = "FEHLER : " ;
|
||
Text [ en-US ] = "ERROR : " ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
|
||
String RID_ERR_UNKOWN
|
||
{
|
||
Text [ de ] = "Ein unbekannter Fehler ist aufgetreten" ;
|
||
Text [ en-US ] = "Unknown error occurred" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
|
||
String RID_ERR_UNEXPECTEDCHARACTER
|
||
{
|
||
Text [ de ] = "Unerwartetes Zeichen" ;
|
||
Text [ en-US ] = "Unexpected character" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
|
||
String RID_ERR_OVERFLOW
|
||
{
|
||
Text [ de ] = "Formeleingabe zu umfangreich" ;
|
||
Text [ en-US ] = "Formula entry too complex" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
|
||
String RID_ERR_LGROUPEXPECTED
|
||
{
|
||
Text [ de ] = "'{' erwartet" ;
|
||
Text [ en-US ] = "'{' expected" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
|
||
String RID_ERR_RGROUPEXPECTED
|
||
{
|
||
Text [ de ] = "'}' erwartet" ;
|
||
Text [ en-US ] = "'}' expected" ;
|
||
};
|
||
|
||
String RID_ERR_LBRACEEXPECTED
|
||
{
|
||
Text [ de ] = "'(' erwartet" ;
|
||
Text [ en-US ] = "'(' expected" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
|
||
String RID_ERR_RBRACEEXPECTED
|
||
{
|
||
Text [ de ] = "')' erwartet" ;
|
||
Text [ en-US ] = "')' expected" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
|
||
String RID_ERR_FUNCEXPECTED
|
||
{
|
||
Text [ de ] = "Funktion erwartet" ;
|
||
Text [ en-US ] = "Function expected" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
|
||
String RID_ERR_UNOPEREXPECTED
|
||
{
|
||
/* ### ACHTUNG: Neuer Text in Resource? Un<55>rer Operator erwartet : Un<55>rer Operator erwartet */
|
||
Text [ de ] = "Un<55>rer Operator erwartet" ;
|
||
Text [ en-US ] = "Unary operator expected" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
|
||
String RID_ERR_BINOPEREXPECTED
|
||
{
|
||
/* ### ACHTUNG: Neuer Text in Resource? Bin<69>rer Operator erwartet : Bin<69>rer Operator erwartet */
|
||
Text [ de ] = "Bin<69>rer Operator erwartet" ;
|
||
Text [ en-US ] = "Binary operator expected" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
|
||
String RID_ERR_SYMBOLEXPECTED
|
||
{
|
||
Text [ de ] = "Symbol erwartet" ;
|
||
Text [ en-US ] = "Symbol expected" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
|
||
String RID_ERR_IDENTEXPECTED
|
||
{
|
||
Text [ de ] = "Identifier erwartet" ;
|
||
Text [ en-US ] = "Identifier expected" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
|
||
String RID_ERR_POUNDEXPECTED
|
||
{
|
||
Text [ de ] = "'#' erwartet" ;
|
||
Text [ en-US ] = "'#' expected" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
|
||
String RID_ERR_COLOREXPECTED
|
||
{
|
||
Text [ de ] = "Farbe erwartet" ;
|
||
Text [ en-US ] = "Color required" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
|
||
String RID_ERR_LPARENTEXPECTED
|
||
{
|
||
Text [ de ] = "Linke Begrenzung erwartet" ;
|
||
Text [ en-US ] = "Left limit expected" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
|
||
String RID_ERR_RPARENTEXPECTED
|
||
{
|
||
Text [ de ] = "Rechte Begrenzung erwartet" ;
|
||
Text [ en-US ] = "Right limit expected" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
|
||
String RID_ERR_RIGHTEXPECTED
|
||
{
|
||
Text [ de ] = "'RIGHT' erwartet" ;
|
||
Text [ en-US ] = "'RIGHT' expected" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
|
||
String RID_PLUGINTOOLBOX
|
||
{
|
||
Text [ de ] = "PlugInleiste" ;
|
||
Text [ en-US ] = "Plug-in Bar" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
|
||
#include "menu.src"
|
||
|
||
ToolBox RID_MATH_TOOLBOX
|
||
{
|
||
HelpId = RID_MATH_TOOLBOX ;
|
||
Customize = TRUE ;
|
||
LineSpacing = TRUE ;
|
||
Dockable = TRUE ;
|
||
Moveable = TRUE ;
|
||
Sizeable = TRUE ;
|
||
Closeable = TRUE ;
|
||
Zoomable = TRUE ;
|
||
Scroll = TRUE ;
|
||
HideWhenDeactivate = TRUE ;
|
||
Border = TRUE ;
|
||
SVLook = TRUE ;
|
||
Align = BOXALIGN_LEFT ;
|
||
Size = MAP_APPFONT ( 0 , 0 ) ;
|
||
MenuStrings = TRUE ;
|
||
ItemList =
|
||
{
|
||
ToolBoxItem
|
||
{
|
||
Identifier = SID_ZOOMIN ;
|
||
HelpID = SID_ZOOMIN ;
|
||
/* ### ACHTUNG: Neuer Text in Resource? Gr<47><72>er : Gr<47><72>er */
|
||
Text [ de ] = "Gr<47><72>er" ;
|
||
Text [ en-US ] = "Zoom In" ;
|
||
/* ### ACHTUNG: Neuer Text in Resource? Stellt den Ausschnitt vergr<67><72>ert dar : Stellt den Ausschnitt vergr<67><72>ert dar */
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Identifier = SID_ZOOMOUT ;
|
||
HelpID = SID_ZOOMOUT ;
|
||
Text [ de ] = "Kleiner" ;
|
||
Text [ en-US ] = "Zoom Out" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Identifier = SID_VIEW100 ;
|
||
HelpID = SID_VIEW100 ;
|
||
Text [ de ] = "Zoom 100%" ;
|
||
Text [ en-US ] = "Zoom 100%" ;
|
||
/* ### ACHTUNG: Neuer Text in Resource? Stellt den Ausschnitt in tats<74>chlicher Gr<47><72>e dar : Stellt den Ausschnitt in tats<74>chlicher Gr<47><72>e dar */
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Identifier = SID_ADJUST ;
|
||
HelpID = SID_ADJUST ;
|
||
Text [ de ] = "Ganze Formel" ;
|
||
Text [ en-US ] = "Entire Formula" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Type = TOOLBOXITEM_SEPARATOR ;
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Identifier = SID_DRAW ;
|
||
HelpID = SID_DRAW ;
|
||
Text [ de ] = "Aktualisieren" ;
|
||
Text [ en-US ] = "Refresh" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Identifier = SID_FORMULACURSOR ;
|
||
HelpID = SID_FORMULACURSOR ;
|
||
Text [ de ] = "Formel Cursor" ;
|
||
Text [ en-US ] = "Formula Cursor";
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Identifier = SID_SYMBOLS_CATALOGUE ;
|
||
HelpID = SID_SYMBOLS_CATALOGUE ;
|
||
Text [ de ] = "Symbole" ;
|
||
Text [ en-US ] = "Symbols" ;
|
||
/* ### ACHTUNG: Neuer Text in Resource? Symbole einf<6E>gen und bearbeiten : Symbole einf<6E>gen und bearbeiten */
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
};
|
||
};
|
||
|
||
String RID_MATH_TOOLBOX
|
||
{
|
||
Text [ de ] = "Werkzeugleiste" ;
|
||
Text [ en-US ] = "Main Toolbar" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|