summaryrefslogtreecommitdiff
path: root/starmath/source/smres.src
diff options
context:
space:
mode:
authorPalenik Mihály <palenik.mihaly@gmail.com>2014-04-01 12:38:21 +0200
committerCaolán McNamara <caolanm@redhat.com>2014-04-01 15:22:01 +0000
commit26fdfce823c5100a0950681683a55cec95affa87 (patch)
tree7117f02b08c9dae57cb91daac54a7cea4f980752 /starmath/source/smres.src
parent1e3c7b854baac2502bed72ff8e3e1b21b507735b (diff)
Convert RID_SYMDEFINEDIALOG to .ui
Change-Id: I03e2518c66fef4e40f95a9b68d68f9bb19a947b1 Reviewed-on: https://gerrit.libreoffice.org/8807 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'starmath/source/smres.src')
-rw-r--r--starmath/source/smres.src234
1 files changed, 0 insertions, 234 deletions
diff --git a/starmath/source/smres.src b/starmath/source/smres.src
index 0907229d4912..066c59640d59 100644
--- a/starmath/source/smres.src
+++ b/starmath/source/smres.src
@@ -21,243 +21,9 @@
#include <sfx2/tabpage.hrc>
#include <svx/globlmn.hrc>
#include "starmath.hrc"
-#include "dialog.hrc"
#include "toolbox.hrc"
#include "smcommands.h"
-#define IMAGE_STDBTN_COLOR Color { Red = 0xff00; Green = 0x0000; Blue = 0xff00; }
-
-ModalDialog RID_SYMDEFINEDIALOG
-{
- HelpID = "starmath:ModalDialog:RID_SYMDEFINEDIALOG";
- Moveable = TRUE ;
- OutputSize = TRUE ;
- SVLook = TRUE ;
- Size = MAP_APPFONT ( 365 , 215 ) ;
- Text [ en-US ] = "Edit Symbols" ;
- FixedText 1
- {
- Pos = MAP_APPFONT ( 6 , 8 ) ;
- Size = MAP_APPFONT ( 50 , 8 ) ;
- Left = TRUE ;
- Text [ en-US ] = "~Old symbol";
- };
- ComboBox 1
- {
- HelpID = "starmath:ComboBox:RID_SYMDEFINEDIALOG:1";
- Pos = MAP_APPFONT ( 59 , 6 ) ;
- Size = MAP_APPFONT ( 80 , 100 ) ;
- TabStop = TRUE ;
- DropDown = TRUE ;
- Sort = TRUE ;
- };
- FixedText 2
- {
- Pos = MAP_APPFONT ( 145 , 8 ) ;
- Size = MAP_APPFONT ( 60 , 8 ) ;
- Left = TRUE ;
- Text [ en-US ] = "O~ld symbol set";
- };
- ComboBox 2
- {
- HelpID = "starmath:ComboBox:RID_SYMDEFINEDIALOG:2";
- Pos = MAP_APPFONT ( 210 , 6 ) ;
- Size = MAP_APPFONT ( 80 , 100 ) ;
- 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 ) ;
- Left = TRUE ;
- Text [ en-US ] = "~Symbol";
- };
- ComboBox 4
- {
- HelpID = "starmath:ComboBox:RID_SYMDEFINEDIALOG:4";
- Pos = MAP_APPFONT ( 80 , 115 ) ;
- Size = MAP_APPFONT ( 100 , 100 ) ;
- TabStop = TRUE ;
- DropDown = TRUE ;
- Sort = TRUE ;
- };
- FixedText 10
- {
- Left = TRUE ;
- Pos = MAP_APPFONT ( 6 , 133 ) ;
- Size = MAP_APPFONT ( 71 , 8 ) ;
- Text [ en-US ] = "Symbol s~et";
- };
- ComboBox 5
- {
- HelpID = "starmath:ComboBox:RID_SYMDEFINEDIALOG:5";
- Pos = MAP_APPFONT ( 80 , 130 ) ;
- Size = MAP_APPFONT ( 100 , 100 ) ;
- TabStop = TRUE ;
- DropDown = TRUE ;
- Sort = TRUE ;
- };
- FixedText 3
- {
- Left = TRUE ;
- Pos = MAP_APPFONT ( 6 , 148 ) ;
- Size = MAP_APPFONT ( 71 , 8 ) ;
- Text [ en-US ] = "~Font";
- };
- ListBox 1
- {
- HelpID = "starmath:ListBox:RID_SYMDEFINEDIALOG:1";
- Border = TRUE ;
- Pos = MAP_APPFONT ( 80 , 145 ) ;
- Size = MAP_APPFONT ( 100 , 100 ) ;
- TabStop = TRUE ;
- Sort = TRUE ;
- DropDown = TRUE ;
- };
- FixedText FT_FONTS_SUBSET
- {
- Left = TRUE ;
- Pos = MAP_APPFONT ( 6 , 163 ) ;
- Size = MAP_APPFONT ( 71 , 8 ) ;
- Text [ en-US ] = "~Subset";
- };
- ListBox LB_FONTS_SUBSET
- {
- HelpID = "starmath:ListBox:RID_SYMDEFINEDIALOG:LB_FONTS_SUBSET";
- Border = TRUE ;
- Pos = MAP_APPFONT ( 80 , 160 ) ;
- Size = MAP_APPFONT ( 100 , 100 ) ;
- TabStop = TRUE ;
- Sort = FALSE ;
- DropDown = TRUE ;
- };
- FixedText 4
- {
- Left = TRUE ;
- Pos = MAP_APPFONT ( 6 , 178 ) ;
- Size = MAP_APPFONT ( 71 , 8 ) ;
- Text [ en-US ] = "~Typeface";
- };
- ComboBox 3
- {
- HelpID = "starmath:ComboBox:RID_SYMDEFINEDIALOG:3";
- Border = TRUE;
- Pos = MAP_APPFONT ( 80 , 175 ) ;
- Size = MAP_APPFONT ( 100 , 100 ) ;
- 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 ) ;
- };
- Image 1
- {
- ImageBitmap = Bitmap { File = "ar_right.bmp" ; };
- MaskColor = IMAGE_STDBTN_COLOR ;
- };
- 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
- {
- HelpID = "starmath:PushButton:RID_SYMDEFINEDIALOG:1";
- TabStop = TRUE ;
- Pos = MAP_APPFONT ( 305 , 195 ) ;
- Size = MAP_APPFONT ( 50 , 14 ) ;
- Text [ en-US ] = "~Add" ;
- };
- PushButton 2
- {
- HelpID = "starmath:PushButton:RID_SYMDEFINEDIALOG:2";
- TabStop = TRUE ;
- Pos = MAP_APPFONT ( 245 , 195 ) ;
- Size = MAP_APPFONT ( 50 , 14 ) ;
- Text [ en-US ] = "~Modify" ;
- };
- PushButton 3
- {
- HelpID = "starmath:PushButton:RID_SYMDEFINEDIALOG:3";
- TabStop = TRUE ;
- Pos = MAP_APPFONT ( 185 , 195 ) ;
- Size = MAP_APPFONT ( 50 , 14 ) ;
- Text [ en-US ] = "~Delete" ;
- };
- HelpButton 1
- {
- Pos = MAP_APPFONT ( 310 , 42 ) ;
- Size = MAP_APPFONT ( 50 , 14 ) ;
- TabStop = TRUE ;
- HelpID = "starmath:HelpButton:RID_SYMDEFINEDIALOG:1";
- Text [ en-US ] = "~Help" ;
- };
- 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 [ 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." ;