| /************************************************************** |
| * |
| * Licensed to the Apache Software Foundation (ASF) under one |
| * or more contributor license agreements. See the NOTICE file |
| * distributed with this work for additional information |
| * regarding copyright ownership. The ASF licenses this file |
| * to you under the Apache License, Version 2.0 (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.apache.org/licenses/LICENSE-2.0 |
| * |
| * Unless required by applicable law or agreed to in writing, |
| * software distributed under the License is distributed on an |
| * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY |
| * KIND, either express or implied. See the License for the |
| * specific language governing permissions and limitations |
| * under the License. |
| * |
| *************************************************************/ |
| |
| |
| |
| #include <svtools/controldims.hrc> |
| #include "svuidlg.hrc" |
| |
| ModalDialog MD_PASTE_OBJECT |
| { |
| HelpID = "cui:ModalDialog:MD_PASTE_OBJECT" ; |
| OutputSize = TRUE ; |
| SVLook = TRUE ; |
| Moveable = TRUE ; |
| Size = MAP_APPFONT ( 282, 135 ) ; // 12 under listbox |
| Text [ en-US ] = "Paste Special" ; |
| FixedText FT_SOURCE |
| { |
| Pos = MAP_APPFONT ( 6, 11 ) ; |
| Size = MAP_APPFONT ( 30, 10 ) ; |
| Text [ en-US ] = "Source:" ; |
| }; |
| FixedText FT_OBJECT_SOURCE |
| { |
| Pos = MAP_APPFONT ( 42, 11 ) ; |
| Size = MAP_APPFONT ( 166, 20 ) ; |
| WordBreak = TRUE ; |
| }; |
| RadioButton RB_PASTE |
| { |
| HelpID = "cui:RadioButton:MD_PASTE_OBJECT:RB_PASTE" ; |
| Hide = TRUE ; |
| Pos = MAP_APPFONT ( 12, 48 ) ; |
| Size = MAP_APPFONT ( 63, 10 ) ; |
| Text [ en-US ] = "~Insert as" ; |
| Check = TRUE ; |
| }; |
| RadioButton RB_PASTE_LINK |
| { |
| HelpID = "cui:RadioButton:MD_PASTE_OBJECT:RB_PASTE_LINK" ; |
| Hide = TRUE ; |
| Pos = MAP_APPFONT ( 78, 48 ) ; |
| Size = MAP_APPFONT ( 63, 10 ) ; |
| Text [ en-US ] = "Link to" ; |
| }; |
| ListBox LB_INSERT_LIST |
| { |
| HelpID = "cui:ListBox:MD_PASTE_OBJECT:LB_INSERT_LIST" ; |
| Border = TRUE ; |
| Pos = MAP_APPFONT ( 12, 49 ) ; |
| Size = MAP_APPFONT ( 202, 74 ) ; |
| }; |
| CheckBox CB_DISPLAY_AS_ICON |
| { |
| HelpID = "cui:CheckBox:MD_PASTE_OBJECT:CB_DISPLAY_AS_ICON" ; |
| Hide = TRUE ; |
| Disable = TRUE ; |
| Pos = MAP_APPFONT ( 150, 62 ) ; |
| Size = MAP_APPFONT ( 64, 10 ) ; |
| Text [ en-US ] = "~As icon" ; |
| }; |
| /* |
| FixedIcon FI_DISPLAY |
| { |
| Border = TRUE ; |
| Hide = TRUE ; |
| Pos = MAP_APPFONT ( 167, 75 ) ; |
| Size = MAP_APPFONT ( 30, 30 ) ; |
| }; |
| */ |
| PushButton PB_CHANGE_ICON |
| { |
| HelpID = "cui:PushButton:MD_PASTE_OBJECT:PB_CHANGE_ICON" ; |
| Hide = TRUE ; |
| Pos = MAP_APPFONT ( 150, 111 ) ; |
| Size = MAP_APPFONT ( 64, 14 ) ; |
| Text [ en-US ] = "~Other Icon..." ; |
| }; |
| FixedLine FL_CHOICE |
| { |
| Pos = MAP_APPFONT ( 6, 38 ) ; |
| Size = MAP_APPFONT ( 214, RSC_CD_FIXEDLINE_HEIGHT ) ; |
| Text [ en-US ] = "Selection" ; |
| }; |
| OKButton 1 |
| { |
| Pos = MAP_APPFONT ( 226, 6 ) ; |
| Size = MAP_APPFONT ( 50, 14 ) ; |
| DefButton = TRUE ; |
| }; |
| CancelButton 1 |
| { |
| Pos = MAP_APPFONT ( 226, 23 ) ; |
| Size = MAP_APPFONT ( 50, 14 ) ; |
| }; |
| HelpButton 1 |
| { |
| Pos = MAP_APPFONT ( 226, 43 ) ; |
| Size = MAP_APPFONT ( 50, 14 ) ; |
| }; |
| String S_OBJECT |
| { |
| Text [ en-US ] = "Object" ; |
| }; |
| }; |
| ModalDialog MD_UPDATE_BASELINKS |
| { |
| HelpID = "cui:ModalDialog:MD_UPDATE_BASELINKS" ; |
| OutputSize = TRUE ; |
| SVLook = TRUE ; |
| Size = MAP_APPFONT ( 337, 166 ) ; |
| Text [ en-US ] = "Edit Links" ; |
| Moveable = TRUE ; |
| FixedText FT_FILES |
| { |
| Pos = MAP_APPFONT ( 6, 6 ) ; |
| Size = MAP_APPFONT ( 74, 10 ) ; |
| Text [ en-US ] = "Source file" ; |
| }; |
| FixedText FT_LINKS |
| { |
| Pos = MAP_APPFONT ( 83, 6 ) ; |
| Size = MAP_APPFONT ( 63, 10 ) ; |
| Text [ en-US ] = "Element" ; |
| }; |
| FixedText FT_TYPE |
| { |
| Pos = MAP_APPFONT ( 150, 6 ) ; |
| Size = MAP_APPFONT ( 60, 10 ) ; |
| Text [ en-US ] = "Type" ; |
| }; |
| FixedText FT_STATUS |
| { |
| Pos = MAP_APPFONT ( 215, 6 ) ; |
| Size = MAP_APPFONT ( 55, 10 ) ; |
| Text [ en-US ] = "Status" ; |
| }; |
| CancelButton 1 |
| { |
| Pos = MAP_APPFONT ( 270, 6 ) ; |
| Size = MAP_APPFONT ( 60, 14 ) ; |
| Text [ en-US ] = "~Close" ; |
| }; |
| HelpButton 1 |
| { |
| Pos = MAP_APPFONT ( 270, 26 ) ; |
| Size = MAP_APPFONT ( 60, 14 ) ; |
| }; |
| PushButton PB_UPDATE_NOW |
| { |
| HelpID = "cui:PushButton:MD_UPDATE_BASELINKS:PB_UPDATE_NOW" ; |
| Pos = MAP_APPFONT ( 270, 43 ) ; |
| Size = MAP_APPFONT ( 60, 14 ) ; |
| Text [ en-US ] = "~Update" ; |
| }; |
| PushButton PB_OPEN_SOURCE |
| { |
| HelpID = "cui:PushButton:MD_UPDATE_BASELINKS:PB_OPEN_SOURCE" ; |
| Pos = MAP_APPFONT ( 270, 60 ) ; |
| Size = MAP_APPFONT ( 60, 14 ) ; |
| Text [ en-US ] = "~Open" ; |
| }; |
| PushButton PB_CHANGE_SOURCE |
| { |
| HelpID = "cui:PushButton:MD_UPDATE_BASELINKS:PB_CHANGE_SOURCE" ; |
| Pos = MAP_APPFONT ( 270, 77 ) ; |
| Size = MAP_APPFONT ( 60, 14 ) ; |
| Text [ en-US ] = "~Modify..." ; |
| }; |
| PushButton PB_BREAK_LINK |
| { |
| HelpID = "cui:PushButton:MD_UPDATE_BASELINKS:PB_BREAK_LINK" ; |
| Pos = MAP_APPFONT ( 270, 94 ) ; |
| Size = MAP_APPFONT ( 60, 14 ) ; |
| Text [ en-US ] = "~Break Link" ; |
| }; |
| FixedText FT_FILES2 |
| { |
| Pos = MAP_APPFONT ( 6, 111 ) ; |
| Size = MAP_APPFONT ( 61, 10 ) ; |
| Text [ en-US ] = "Source file:" ; |
| }; |
| FixedText FT_SOURCE2 |
| { |
| Pos = MAP_APPFONT ( 6, 124 ) ; |
| Size = MAP_APPFONT ( 61, 10 ) ; |
| Text [ en-US ] = "Element:" ; |
| }; |
| FixedText FT_TYPE2 |
| { |
| Pos = MAP_APPFONT ( 6, 137 ) ; |
| Size = MAP_APPFONT ( 61, 10 ) ; |
| Text [ en-US ] = "Type:" ; |
| }; |
| FixedText FT_UPDATE |
| { |
| Pos = MAP_APPFONT ( 6, 150 ) ; |
| Size = MAP_APPFONT ( 61, 10 ) ; |
| Text [ en-US ] = "Update:" ; |
| }; |
| RadioButton RB_AUTOMATIC |
| { |
| HelpID = "cui:RadioButton:MD_UPDATE_BASELINKS:RB_AUTOMATIC" ; |
| Pos = MAP_APPFONT ( 70, 150 ) ; |
| Size = MAP_APPFONT ( 60, 10 ) ; |
| Text [ en-US ] = "~Automatic" ; |
| }; |
| RadioButton RB_MANUAL |
| { |
| HelpID = "cui:RadioButton:MD_UPDATE_BASELINKS:RB_MANUAL" ; |
| Pos = MAP_APPFONT ( 133, 150 ) ; |
| Size = MAP_APPFONT ( 60, 10 ) ; |
| Text [ en-US ] = "Ma~nual" ; |
| }; |
| FixedText FT_FULL_FILE_NAME |
| { |
| Pos = MAP_APPFONT ( 70, 111 ) ; |
| Size = MAP_APPFONT ( 225, 10 ) ; |
| }; |
| FixedText FT_FULL_SOURCE_NAME |
| { |
| Pos = MAP_APPFONT ( 70, 124 ) ; |
| Size = MAP_APPFONT ( 225, 10 ) ; |
| }; |
| FixedText FT_FULL_TYPE_NAME |
| { |
| Pos = MAP_APPFONT ( 70, 137 ) ; |
| Size = MAP_APPFONT ( 225, 10 ) ; |
| }; |
| String STR_AUTOLINK |
| { |
| Text [ en-US ] = "Automatic" ; |
| }; |
| String STR_MANUALLINK |
| { |
| Text [ en-US ] = "Manual" ; |
| }; |
| String STR_BROKENLINK |
| { |
| Text [ en-US ] = "Not available" ; |
| }; |
| String STR_GRAPHICLINK |
| { |
| Text [ en-US ] = "Graphic" ; |
| }; |
| String STR_BUTTONCLOSE |
| { |
| Text [ en-US ] = "~Close" ; |
| }; |
| String STR_CLOSELINKMSG |
| { |
| Text [ en-US ] = "Are you sure you want to remove the selected link?" ; |
| }; |
| String STR_CLOSELINKMSG_MULTI |
| { |
| Text [ en-US ] = "Are you sure you want to remove the selected link?" ; |
| }; |
| String STR_WAITINGLINK |
| { |
| Text [ en-US ] = "Waiting" ; |
| }; |
| }; |
| ModalDialog MD_LINKEDIT |
| { |
| HelpID = "cui:ModalDialog:MD_LINKEDIT" ; |
| OutputSize = TRUE ; |
| SVLook = TRUE ; |
| Size = MAP_APPFONT ( 222, 58 ) ; |
| Text [ en-US ] = "Modify Link" ; |
| Moveable = TRUE ; |
| OKButton 1 |
| { |
| Pos = MAP_APPFONT ( 165, 5 ) ; |
| Size = MAP_APPFONT ( 50, 14 ) ; |
| DefButton = TRUE ; |
| }; |
| CancelButton 1 |
| { |
| Pos = MAP_APPFONT ( 165, 25 ) ; |
| Size = MAP_APPFONT ( 50, 14 ) ; |
| }; |
| FixedText FT_FULL_TYPE_NAME |
| { |
| SVLook = TRUE ; |
| Pos = MAP_APPFONT ( 5, 5 ) ; |
| Size = MAP_APPFONT ( 155, 10 ) ; |
| }; |
| FixedText 2 |
| { |
| SVLook = TRUE ; |
| Pos = MAP_APPFONT ( 5, 20 ) ; |
| Size = MAP_APPFONT ( 75, 10 ) ; |
| Text [ en-US ] = "Exchange source:" ; |
| }; |
| Edit ED_FULL_SOURCE_NAME |
| { |
| HelpID = "cui:Edit:MD_LINKEDIT:ED_FULL_SOURCE_NAME" ; |
| Border = TRUE ; |
| Pos = MAP_APPFONT ( 5, 35 ) ; |
| Size = MAP_APPFONT ( 155, 12 ) ; |
| Text [ en-US ] = "Edit" ; |
| }; |
| }; |
| ModalDialog MD_INSERT_OLEOBJECT |
| { |
| HelpID = "cui:ModalDialog:MD_INSERT_OLEOBJECT" ; |
| OutputSize = TRUE ; |
| SVLook = TRUE ; |
| Size = MAP_APPFONT ( 284, 105 ) ; |
| Moveable = TRUE ; |
| RadioButton RB_NEW_OBJECT |
| { |
| HelpID = "cui:RadioButton:MD_INSERT_OLEOBJECT:RB_NEW_OBJECT" ; |
| Pos = MAP_APPFONT ( 6, 6 ) ; |
| Size = MAP_APPFONT ( 81, 10 ) ; |
| Text [ en-US ] = "~Create new" ; |
| }; |
| RadioButton RB_OBJECT_FROMFILE |
| { |
| HelpID = "cui:RadioButton:MD_INSERT_OLEOBJECT:RB_OBJECT_FROMFILE" ; |
| Pos = MAP_APPFONT ( 90, 6 ) ; |
| Size = MAP_APPFONT ( 81, 10 ) ; |
| Text [ en-US ] = "Create from ~file" ; |
| }; |
| ListBox LB_OBJECTTYPE |
| { |
| HelpID = "cui:ListBox:MD_INSERT_OLEOBJECT:LB_OBJECTTYPE" ; |
| Border = TRUE ; |
| Pos = MAP_APPFONT ( 12, 33 ) ; |
| Size = MAP_APPFONT ( 204, 60 ) ; |
| }; |
| Edit ED_FILEPATH |
| { |
| HelpID = "cui:Edit:MD_INSERT_OLEOBJECT:ED_FILEPATH" ; |
| Border = TRUE ; |
| Pos = MAP_APPFONT ( 12, 33 ) ; |
| Size = MAP_APPFONT ( 204, 12 ) ; |
| }; |
| PushButton BTN_FILEPATH |
| { |
| HelpID = "cui:PushButton:MD_INSERT_OLEOBJECT:BTN_FILEPATH" ; |
| Pos = MAP_APPFONT ( 166, 48 ) ; |
| Size = MAP_APPFONT ( 50, 14 ) ; |
| Text [ en-US ] = "~Search..." ; |
| }; |
| CheckBox CB_FILELINK |
| { |
| HelpID = "cui:CheckBox:MD_INSERT_OLEOBJECT:CB_FILELINK" ; |
| Pos = MAP_APPFONT ( 12, 48 ) ; |
| Size = MAP_APPFONT ( 138, 10 ) ; |
| Text [ en-US ] = "~Link to file" ; |
| }; |
| FixedLine GB_OBJECT |
| { |
| Pos = MAP_APPFONT ( 6, 22 ) ; |
| Size = MAP_APPFONT ( 216, 8 ) ; |
| Text [ en-US ] = "Object type" ; |
| }; |
| OKButton 1 |
| { |
| Pos = MAP_APPFONT ( 228, 6 ) ; |
| Size = MAP_APPFONT ( 50, 14 ) ; |
| DefButton = TRUE ; |
| TabStop = TRUE ; |
| }; |
| CancelButton 1 |
| { |
| Pos = MAP_APPFONT ( 228, 23 ) ; |
| Size = MAP_APPFONT ( 50, 14 ) ; |
| TabStop = TRUE ; |
| }; |
| HelpButton 1 |
| { |
| Pos = MAP_APPFONT ( 228, 43 ) ; |
| Size = MAP_APPFONT ( 50, 14 ) ; |
| TabStop = TRUE ; |
| }; |
| String STR_FILE |
| { |
| Text [ en-US ] = "File" ; |
| }; |
| Text [ en-US ] = "Insert OLE Object" ; |
| }; |
| ModalDialog MD_INSERT_OBJECT_PLUGIN |
| { |
| HelpID = "cui:ModalDialog:MD_INSERT_OBJECT_PLUGIN" ; |
| OutputSize = TRUE ; |
| SVLook = TRUE ; |
| Size = MAP_APPFONT ( 284, 123 ) ; |
| Moveable = TRUE ; |
| Edit ED_FILEURL |
| { |
| HelpID = "cui:Edit:MD_INSERT_OBJECT_PLUGIN:ED_FILEURL" ; |
| Border = TRUE ; |
| Pos = MAP_APPFONT ( 12, 14 ) ; |
| Size = MAP_APPFONT ( 204, 12 ) ; |
| }; |
| PushButton BTN_FILEURL |
| { |
| HelpID = "cui:PushButton:MD_INSERT_OBJECT_PLUGIN:BTN_FILEURL" ; |
| Pos = MAP_APPFONT ( 166, 29 ) ; |
| Size = MAP_APPFONT ( 50, 14 ) ; |
| Text [ en-US ] = "~Browse..." ; |
| }; |
| FixedLine GB_FILEURL |
| { |
| Pos = MAP_APPFONT ( 6, 3 ) ; |
| Size = MAP_APPFONT ( 216, 8 ) ; |
| Text [ en-US ] = "File / URL" ; |
| }; |
| MultiLineEdit ED_PLUGINS_OPTIONS |
| { |
| HelpID = "cui:MultiLineEdit:MD_INSERT_OBJECT_PLUGIN:ED_PLUGINS_OPTIONS" ; |
| Border = TRUE ; |
| Pos = MAP_APPFONT ( 12, 66 ) ; |
| Size = MAP_APPFONT ( 204, 45 ) ; |
| VScroll = TRUE ; |
| IgnoreTab = TRUE ; |
| }; |
| FixedLine GB_PLUGINS_OPTIONS |
| { |
| Pos = MAP_APPFONT ( 6, 55 ) ; |
| Size = MAP_APPFONT ( 216, 8 ) ; |
| Text [ en-US ] = "Options" ; |
| }; |
| OKButton 1 |
| { |
| Pos = MAP_APPFONT ( 228, 6 ) ; |
| Size = MAP_APPFONT ( 50, 14 ) ; |
| DefButton = TRUE ; |
| }; |
| CancelButton 1 |
| { |
| Pos = MAP_APPFONT ( 228, 23 ) ; |
| Size = MAP_APPFONT ( 50, 14 ) ; |
| }; |
| HelpButton 1 |
| { |
| Pos = MAP_APPFONT ( 228, 43 ) ; |
| Size = MAP_APPFONT ( 50, 14 ) ; |
| }; |
| Text [ en-US ] = "Insert Plug-in" ; |
| }; |
| ModalDialog MD_INSERT_OBJECT_APPLET |
| { |
| HelpID = "cui:ModalDialog:MD_INSERT_OBJECT_APPLET" ; |
| OutputSize = TRUE ; |
| SVLook = TRUE ; |
| Size = MAP_APPFONT ( 284, 164 ) ; |
| Moveable = TRUE ; |
| FixedText FT_CLASSFILE |
| { |
| Pos = MAP_APPFONT ( 12, 14 ) ; |
| Size = MAP_APPFONT ( 204, 10 ) ; |
| Text [ en-US ] = "~Class" ; |
| }; |
| Edit ED_CLASSFILE |
| { |
| HelpID = "cui:Edit:MD_INSERT_OBJECT_APPLET:ED_CLASSFILE" ; |
| Border = TRUE ; |
| Pos = MAP_APPFONT ( 12, 27 ) ; |
| Size = MAP_APPFONT ( 204, 12 ) ; |
| }; |
| FixedText FT_CLASSLOCATION |
| { |
| Pos = MAP_APPFONT ( 12, 42 ) ; |
| Size = MAP_APPFONT ( 204, 10 ) ; |
| Text [ en-US ] = "Class ~Location" ; |
| }; |
| Edit ED_CLASSLOCATION |
| { |
| HelpID = "cui:Edit:MD_INSERT_OBJECT_APPLET:ED_CLASSLOCATION" ; |
| Border = TRUE ; |
| Pos = MAP_APPFONT ( 12, 55 ) ; |
| Size = MAP_APPFONT ( 204, 12 ) ; |
| }; |
| PushButton BTN_CLASS |
| { |
| HelpID = "cui:PushButton:MD_INSERT_OBJECT_APPLET:BTN_CLASS" ; |
| Pos = MAP_APPFONT ( 166, 70 ) ; |
| Size = MAP_APPFONT ( 50, 14 ) ; |
| Text [ en-US ] = "~Search..." ; |
| }; |
| FixedLine GB_CLASS |
| { |
| Pos = MAP_APPFONT ( 6, 3 ) ; |
| Size = MAP_APPFONT ( 216, 8 ) ; |
| Text [ en-US ] = "File" ; |
| }; |
| MultiLineEdit ED_APPLET_OPTIONS |
| { |
| HelpID = "cui:MultiLineEdit:MD_INSERT_OBJECT_APPLET:ED_APPLET_OPTIONS" ; |
| Border = TRUE ; |
| Pos = MAP_APPFONT ( 12, 107 ) ; |
| Size = MAP_APPFONT ( 204, 45 ) ; |
| VScroll = TRUE ; |
| IgnoreTab = TRUE ; |
| }; |
| FixedLine GB_APPLET_OPTIONS |
| { |
| Pos = MAP_APPFONT ( 6, 96 ) ; |
| Size = MAP_APPFONT ( 216, 8 ) ; |
| Text [ en-US ] = "Options" ; |
| }; |
| OKButton 1 |
| { |
| Pos = MAP_APPFONT ( 228, 6 ) ; |
| Size = MAP_APPFONT ( 50, 14 ) ; |
| DefButton = TRUE ; |
| }; |
| CancelButton 1 |
| { |
| Pos = MAP_APPFONT ( 228, 23 ) ; |
| Size = MAP_APPFONT ( 50, 14 ) ; |
| }; |
| HelpButton 1 |
| { |
| Pos = MAP_APPFONT ( 228, 43 ) ; |
| Size = MAP_APPFONT ( 50, 14 ) ; |
| }; |
| Text [ en-US ] = "Insert Applet" ; |
| }; |
| Control TB_LINKS |
| { |
| Border = TRUE ; |
| Pos = MAP_APPFONT ( 6, 21 ) ; |
| Size = MAP_APPFONT ( 257, 87 ) ; |
| TabStop = TRUE ; |
| ClipChildren = TRUE ; |
| }; |
| |
| ModalDialog MD_INSERT_OBJECT_IFRAME |
| { |
| HelpID = "cui:ModalDialog:MD_INSERT_OBJECT_IFRAME" ; |
| Size = MAP_APPFONT ( 302, 98 ) ; |
| Hide = TRUE ; |
| Moveable = TRUE ; |
| OutputSize = TRUE ; |
| SVLook = TRUE ; |
| Text [ en-US ] = "Floating Frame Properties" ; |
| OKButton 1 |
| { |
| Pos = MAP_APPFONT ( 246, 6 ) ; |
| Size = MAP_APPFONT ( 50, 14 ) ; |
| DefButton = TRUE ; |
| }; |
| CancelButton 1 |
| { |
| Pos = MAP_APPFONT ( 246, 23 ) ; |
| Size = MAP_APPFONT ( 50, 14 ) ; |
| }; |
| HelpButton 1 |
| { |
| Pos = MAP_APPFONT ( 246, 43 ) ; |
| Size = MAP_APPFONT ( 50, 14 ) ; |
| }; |
| FixedText FT_FRAMENAME |
| { |
| Pos = MAP_APPFONT ( 6, 7 ) ; |
| Size = MAP_APPFONT ( 36, 10 ) ; |
| Text [ en-US ] = "~Name" ; |
| }; |
| Edit ED_FRAMENAME |
| { |
| HelpID = "cui:Edit:MD_INSERT_OBJECT_IFRAME:ED_FRAMENAME" ; |
| Border = TRUE ; |
| Pos = MAP_APPFONT ( 45, 6 ) ; |
| Size = MAP_APPFONT ( 178, 12 ) ; |
| TabStop = TRUE ; |
| }; |
| FixedText FT_URL |
| { |
| Pos = MAP_APPFONT ( 6, 25 ) ; |
| Size = MAP_APPFONT ( 36, 10 ) ; |
| Text [ en-US ] = "~Contents" ; |
| }; |
| Edit ED_URL |
| { |
| HelpID = "cui:Edit:MD_INSERT_OBJECT_IFRAME:ED_URL" ; |
| Border = TRUE ; |
| Pos = MAP_APPFONT ( 45, 24 ) ; |
| Size = MAP_APPFONT ( 178, 12 ) ; |
| TabStop = TRUE ; |
| }; |
| PushButton BT_FILEOPEN |
| { |
| HelpID = "cui:PushButton:MD_INSERT_OBJECT_IFRAME:BT_FILEOPEN" ; |
| Pos = MAP_APPFONT ( 226, 24 ) ; |
| Size = MAP_APPFONT ( 14, 14 ) ; |
| Text = "~..." ; |
| TabStop = TRUE ; |
| }; |
| RadioButton RB_SCROLLINGON |
| { |
| HelpID = "cui:RadioButton:MD_INSERT_OBJECT_IFRAME:RB_SCROLLINGON" ; |
| TabStop = TRUE ; |
| Pos = MAP_APPFONT ( 12, 53 ) ; |
| Size = MAP_APPFONT ( 54, 10 ) ; |
| Text [ en-US ] = "~On" ; |
| }; |
| RadioButton RB_SCROLLINGOFF |
| { |
| HelpID = "cui:RadioButton:MD_INSERT_OBJECT_IFRAME:RB_SCROLLINGOFF" ; |
| TabStop = TRUE ; |
| Pos = MAP_APPFONT ( 12, 66 ) ; |
| Size = MAP_APPFONT ( 54, 10 ) ; |
| Text [ en-US ] = "O~ff" ; |
| }; |
| RadioButton RB_SCROLLINGAUTO |
| { |
| HelpID = "cui:RadioButton:MD_INSERT_OBJECT_IFRAME:RB_SCROLLINGAUTO" ; |
| TabStop = TRUE ; |
| Pos = MAP_APPFONT ( 12, 79 ) ; |
| Size = MAP_APPFONT ( 54, 10 ) ; |
| Text [ en-US ] = "Au~tomatic" ; |
| }; |
| FixedLine GB_SCROLLING |
| { |
| Pos = MAP_APPFONT ( 6, 42 ) ; |
| Size = MAP_APPFONT ( 63, 8 ) ; |
| Text [ en-US ] = "Scroll bar" ; |
| }; |
| RadioButton RB_FRMBORDER_ON |
| { |
| HelpID = "cui:RadioButton:MD_INSERT_OBJECT_IFRAME:RB_FRMBORDER_ON" ; |
| TabStop = TRUE ; |
| Pos = MAP_APPFONT ( 81, 53 ) ; |
| Size = MAP_APPFONT ( 42, 10 ) ; |
| Text [ en-US ] = "On" ; |
| }; |
| RadioButton RB_FRMBORDER_OFF |
| { |
| HelpID = "cui:RadioButton:MD_INSERT_OBJECT_IFRAME:RB_FRMBORDER_OFF" ; |
| TabStop = TRUE ; |
| Pos = MAP_APPFONT ( 81, 66 ) ; |
| Size = MAP_APPFONT ( 42, 10 ) ; |
| Text [ en-US ] = "Off" ; |
| }; |
| FixedLine FL_SEP_LEFT |
| { |
| Pos = MAP_APPFONT ( 70, 51 ) ; |
| Size = MAP_APPFONT ( 4, 38 ) ; |
| }; |
| FixedLine GB_BORDER |
| { |
| Pos = MAP_APPFONT ( 75, 42 ) ; |
| Size = MAP_APPFONT ( 49, 8 ) ; |
| Text [ en-US ] = "Border" ; |
| }; |
| FixedText FT_MARGINWIDTH |
| { |
| Pos = MAP_APPFONT ( 136, 56 ) ; |
| Size = MAP_APPFONT ( 28, 10 ) ; |
| Text [ en-US ] = "~Width" ; |
| }; |
| NumericField NM_MARGINWIDTH |
| { |
| HelpID = "cui:NumericField:MD_INSERT_OBJECT_IFRAME:NM_MARGINWIDTH" ; |
| Border = TRUE ; |
| Pos = MAP_APPFONT ( 167, 54 ) ; |
| Size = MAP_APPFONT ( 20, 12 ) ; |
| TabStop = TRUE ; |
| Repeat = TRUE ; |
| Spin = TRUE ; |
| Minimum = 0 ; |
| Maximum = 99 ; |
| Last = 10 ; |
| SpinSize = 1 ; |
| }; |
| CheckBox CB_MARGINWIDTHDEFAULT |
| { |
| HelpID = "cui:CheckBox:MD_INSERT_OBJECT_IFRAME:CB_MARGINWIDTHDEFAULT" ; |
| TabStop = TRUE ; |
| Pos = MAP_APPFONT ( 190, 56 ) ; |
| Size = MAP_APPFONT ( 50, 10 ) ; |
| Text [ en-US ] = "~Default" ; |
| }; |
| FixedText FT_MARGINHEIGHT |
| { |
| Pos = MAP_APPFONT ( 136, 74 ) ; |
| Size = MAP_APPFONT ( 28, 10 ) ; |
| Text [ en-US ] = "H~eight" ; |
| }; |
| NumericField NM_MARGINHEIGHT |
| { |
| HelpID = "cui:NumericField:MD_INSERT_OBJECT_IFRAME:NM_MARGINHEIGHT" ; |
| Border = TRUE ; |
| Pos = MAP_APPFONT ( 167, 72 ) ; |
| Size = MAP_APPFONT ( 20, 12 ) ; |
| TabStop = TRUE ; |
| Repeat = TRUE ; |
| Spin = TRUE ; |
| Minimum = 0 ; |
| Maximum = 99 ; |
| Last = 10 ; |
| SpinSize = 1 ; |
| }; |
| CheckBox CB_MARGINHEIGHTDEFAULT |
| { |
| HelpID = "cui:CheckBox:MD_INSERT_OBJECT_IFRAME:CB_MARGINHEIGHTDEFAULT" ; |
| TabStop = TRUE ; |
| Pos = MAP_APPFONT ( 190, 74 ) ; |
| Size = MAP_APPFONT ( 50, 10 ) ; |
| Text [ en-US ] = "Defa~ult" ; |
| }; |
| FixedLine FL_SEP_RIGHT |
| { |
| Pos = MAP_APPFONT ( 125, 51 ) ; |
| Size = MAP_APPFONT ( 4, 38 ) ; |
| }; |
| FixedLine GB_MARGIN |
| { |
| Pos = MAP_APPFONT ( 130, 42 ) ; |
| Size = MAP_APPFONT ( 110, 8 ) ; |
| Text [ en-US ] = "Spacing to contents" ; |
| }; |
| }; |
| |
| String MD_INSERT_OBJECT_IFRAME |
| { |
| Text [ en-US ] = "Select File for Floating Frame" ; |
| }; |
| |
| String STR_EDIT_APPLET |
| { |
| Text [ en-US ] = "Edit Applet" ; |
| }; |
| |
| // ********************************************************************** EOF |