1/************************************************************************* 2 * 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4 * 5 * Copyright 2000, 2010 Oracle and/or its affiliates. 6 * 7 * OpenOffice.org - a multi-platform office productivity suite 8 * 9 * This file is part of OpenOffice.org. 10 * 11 * OpenOffice.org is free software: you can redistribute it and/or modify 12 * it under the terms of the GNU Lesser General Public License version 3 13 * only, as published by the Free Software Foundation. 14 * 15 * OpenOffice.org is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 18 * GNU Lesser General Public License version 3 for more details 19 * (a copy is included in the LICENSE file that accompanied this code). 20 * 21 * You should have received a copy of the GNU Lesser General Public License 22 * version 3 along with OpenOffice.org. If not, see 23 * <http://www.openoffice.org/license.html> 24 * for a copy of the LGPLv3 License. 25 * 26 ************************************************************************/ 27 // include --------------------------------------------------------------- 28#include "helpid.hrc" 29#include "cuiimapdlg.hrc" 30 // pragma ---------------------------------------------------------------- 31 32ModalDialog RID_SVXDLG_IMAPURL 33{ 34 HelpID = "cui:ModalDialog:RID_SVXDLG_IMAPURL"; 35 SVLook = TRUE ; 36 OutputSize = TRUE ; 37 Closeable = TRUE ; 38 Moveable = TRUE ; 39 Size = MAP_APPFONT ( 214 , 188 ) ; 40 Text [ en-US ] = "Properties" ; 41 42 FixedText FT_URL1 43 { 44 Pos = MAP_APPFONT ( 6 , 6 ) ; 45 Size = MAP_APPFONT ( 202 , 8 ) ; 46 Text [ en-US ] = "~URL" ; 47 }; 48 Edit EDT_URL 49 { 50 HelpID = "cui:Edit:RID_SVXDLG_IMAPURL:EDT_URL"; 51 Border = TRUE ; 52 TabStop = TRUE ; 53 Left = TRUE ; 54 Pos = MAP_APPFONT ( 6 , 17 ) ; 55 Size = MAP_APPFONT ( 202 , 12 ) ; 56 }; 57 58 FixedText FT_TARGET 59 { 60 Pos = MAP_APPFONT ( 6 , 32 ) ; 61 Size = MAP_APPFONT ( 202 , 8 ) ; 62 Text [ en-US ] = "F~rame" ; 63 }; 64 ComboBox CBB_TARGETS 65 { 66 HelpID = "cui:ComboBox:RID_SVXDLG_IMAPURL:CBB_TARGETS"; 67 Border = TRUE ; 68 Sort = TRUE ; 69 Pos = MAP_APPFONT ( 6 , 43 ) ; 70 Size = MAP_APPFONT ( 101 , 50 ) ; 71 TabStop = TRUE ; 72 DropDown = TRUE ; 73 HScroll = TRUE ; 74 }; 75 76 FixedText FT_NAME 77 { 78 Pos = MAP_APPFONT ( 6 , 59 ) ; 79 Size = MAP_APPFONT ( 202 , 8 ) ; 80 Text [ en-US ] = "~Name" ; 81 }; 82 Edit EDT_NAME 83 { 84 HelpID = "cui:Edit:RID_SVXDLG_IMAPURL:EDT_NAME"; 85 Border = TRUE ; 86 TabStop = TRUE ; 87 Left = TRUE ; 88 Pos = MAP_APPFONT ( 6 , 70 ) ; 89 Size = MAP_APPFONT ( 202 , 12 ) ; 90 }; 91 92 FixedText FT_URLDESCRIPTION 93 { 94 Pos = MAP_APPFONT ( 6 , 85 ) ; 95 Size = MAP_APPFONT ( 202 , 8 ) ; 96 Text [ en-US ] = "Alternative ~text" ; 97 }; 98 99 Edit EDT_URLDESCRIPTION 100 { 101 HelpID = "cui:Edit:RID_SVXDLG_IMAPURL:EDT_URLDESCRIPTION"; 102 Border = TRUE ; 103 TabStop = TRUE ; 104 Left = TRUE ; 105 Pos = MAP_APPFONT ( 6 , 96 ) ; 106 Size = MAP_APPFONT ( 202 , 12 ) ; 107 }; 108 FixedText FT_DESCRIPTION 109 { 110 Pos = MAP_APPFONT ( 6 , 111 ) ; 111 Size = MAP_APPFONT ( 202 , 8 ) ; 112 Text [ en-US ] = "~Description" ; 113 }; 114 115 MultiLineEdit EDT_DESCRIPTION 116 { 117 HelpID = "cui:MultiLineEdit:RID_SVXDLG_IMAPURL:EDT_DESCRIPTION"; 118 Border = TRUE ; 119 Pos = MAP_APPFONT ( 6 , 122 ) ; 120 Size = MAP_APPFONT ( 202 , 34 ) ; 121 TabStop = TRUE ; 122 IgnoreTab = TRUE; 123 VScroll = TRUE; 124 }; 125 126 FixedLine FL_URL 127 { 128 Pos = MAP_APPFONT ( 0 , 160 ) ; 129 Size = MAP_APPFONT ( 214 , 4 ) ; 130 }; 131 132 // Buttons 133 HelpButton BTN_HELP1 134 { 135 Pos = MAP_APPFONT ( 6, 168 ) ; 136 Size = MAP_APPFONT ( 50 , 14 ) ; 137 TabStop = TRUE ; 138 }; 139 140 OKButton BTN_OK1 141 { 142 TabStop = TRUE ; 143 DefButton = TRUE ; 144 Pos = MAP_APPFONT ( 107 , 168 ) ; 145 Size = MAP_APPFONT ( 50 , 14 ) ; 146 }; 147 148 CancelButton BTN_CANCEL1 149 { 150 TabStop = TRUE ; 151 Pos = MAP_APPFONT ( 160 , 168 ) ; 152 Size = MAP_APPFONT ( 50 , 14 ) ; 153 }; 154}; 155