diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-05-22 12:07:21 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-05-22 17:34:41 +0100 |
commit | 102c6164cd3003f935f6a041113897d68cb83a27 (patch) | |
tree | 857f8d22c1cf2a2b650a5a53b792f40f9b32f984 /starmath/source/smres.src | |
parent | c19c9dfc69b73ae7dbd7d4b9e68ec0a7c7891913 (diff) |
adapt code to catalog .ui conversion
Change-Id: If34cef7eef5ab26f52420685f54a85fcff2a0c12
Diffstat (limited to 'starmath/source/smres.src')
-rw-r--r-- | starmath/source/smres.src | 83 |
1 files changed, 0 insertions, 83 deletions
diff --git a/starmath/source/smres.src b/starmath/source/smres.src index 91338dafc374..d17398dcdf32 100644 --- a/starmath/source/smres.src +++ b/starmath/source/smres.src @@ -974,89 +974,6 @@ TabPage RID_PRINTOPTIONPAGE }; }; -ModalDialog RID_SYMBOLDIALOG -{ - HelpID = "starmath:ModalDialog:RID_SYMBOLDIALOG"; - OutputSize = TRUE ; - SVLook = TRUE ; - Closeable = TRUE; // Close Button in Window Leiste explizit einbauen - Size = MAP_APPFONT ( 239 , 123 ) ; - Text [ en-US ] = "Symbols" ; - Moveable = TRUE ; - FixedText 1 - { - Pos = MAP_APPFONT ( 6 , 6 ) ; - Size = MAP_APPFONT ( 92 , 8 ) ; - Left = TRUE ; - Text [ en-US ] = "~Symbol set"; - }; - ListBox 1 - { - HelpID = "starmath:ListBox:RID_SYMBOLDIALOG: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 [ en-US ] = "Unknown" ; - }; - PushButton 2 - { - HelpID = "starmath:PushButton:RID_SYMBOLDIALOG:2"; - TabStop = TRUE ; - Pos = MAP_APPFONT ( 177 , 6 ) ; - Size = MAP_APPFONT ( 56 , 14 ) ; - DefButton = TRUE ; - Text [ en-US ] = "~Insert" ; - }; - PushButton 3 - { - HelpID = "starmath:PushButton:RID_SYMBOLDIALOG:3"; - Pos = MAP_APPFONT ( 177 , 24 ) ; - Size = MAP_APPFONT ( 56 , 14 ) ; - TabStop = TRUE ; - Text [ en-US ] = "~Close"; - }; - PushButton 1 - { - HelpID = "starmath:PushButton:RID_SYMBOLDIALOG:1"; - TabStop = TRUE ; - Pos = MAP_APPFONT ( 177 , 42 ) ; - Size = MAP_APPFONT ( 56 , 14 ) ; - Text [ en-US ] = "~Edit..." ; - }; - HelpButton 1 - { - Pos = MAP_APPFONT ( 177 , 60 ) ; - Size = MAP_APPFONT ( 56 , 14 ) ; - TabStop = TRUE ; - HelpID = "starmath:HelpButton:RID_SYMBOLDIALOG:1"; - Text [ en-US ] = "~Help" ; - }; -}; - ModalDialog RID_SYMDEFINEDIALOG { HelpID = "starmath:ModalDialog:RID_SYMDEFINEDIALOG"; |