summaryrefslogtreecommitdiff
path: root/starmath/source/smres.src
diff options
context:
space:
mode:
Diffstat (limited to 'starmath/source/smres.src')
-rw-r--r--starmath/source/smres.src77
1 files changed, 0 insertions, 77 deletions
diff --git a/starmath/source/smres.src b/starmath/source/smres.src
index d03c15ba1a16..6d0d1263bd49 100644
--- a/starmath/source/smres.src
+++ b/starmath/source/smres.src
@@ -29,83 +29,6 @@
#define IMAGE_STDBTN_COLOR Color { Red = 0xff00; Green = 0x0000; Blue = 0xff00; }
-ModalDialog RID_FONTDIALOG
-{
- HelpID = "starmath:ModalDialog:RID_FONTDIALOG";
- Moveable = TRUE ;
- OutputSize = TRUE ;
- SVLook = TRUE ;
- Size = MAP_APPFONT ( 183 , 150 ) ;
- Text [ en-US ] = "Fonts" ;
- FixedText 1
- {
- Left = TRUE ;
- Pos = MAP_APPFONT ( 6 , 6 ) ;
- Size = MAP_APPFONT ( 40 , 8 ) ;
- Text [ en-US ] = "~Font";
- };
- ComboBox 1
- {
- HelpID = "starmath:ComboBox:RID_FONTDIALOG:1";
- Pos = MAP_APPFONT ( 6 , 17 ) ;
- Size = MAP_APPFONT ( 111 , 60 ) ;
- TabStop = TRUE ;
- Sort = TRUE ;
- VScroll = TRUE ;
- };
- CheckBox 1
- {
- HelpID = "starmath:CheckBox:RID_FONTDIALOG:1";
- TabStop = TRUE ;
- Pos = MAP_APPFONT ( 60 , 84 ) ;
- Size = MAP_APPFONT ( 33 , 10 ) ;
- Text [ en-US ] = "~Bold" ;
- };
- CheckBox 2
- {
- HelpID = "starmath:CheckBox:RID_FONTDIALOG:2";
- TabStop = TRUE ;
- Pos = MAP_APPFONT ( 60 , 97 ) ;
- Size = MAP_APPFONT ( 33 , 10 ) ;
- Text [ en-US ] = "~Italic" ;
- };
- HelpButton 1
- {
- Pos = MAP_APPFONT ( 126 , 42 ) ;
- Size = MAP_APPFONT ( 50 , 14 ) ;
- TabStop = TRUE ;
- HelpID = "starmath:HelpButton:RID_FONTDIALOG:1";
- Text [ en-US ] = "~Help" ;
- };
- 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 [ en-US ] = "Attributes" ;
- };
-};
-
-
ModalDialog RID_SYMDEFINEDIALOG
{
HelpID = "starmath:ModalDialog:RID_SYMDEFINEDIALOG";