summaryrefslogtreecommitdiff
path: root/starmath/source/smres.src
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-11-01 12:45:29 +0000
committerCaolán McNamara <caolanm@redhat.com>2013-11-01 12:45:58 +0000
commitdfbbda5623c0ec92febcd6e2e714fc682e496512 (patch)
treee27bdae5a5acf5900840c65f56e32b24048282f5 /starmath/source/smres.src
parentc399eea88b3f55ab5334552cba89c6e817490a0d (diff)
convert math font dialog to .ui
Change-Id: Ib7bf087664b6c8491872dfa37c750485fedabbe2
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";