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 28#include "dde.hrc" 29 30ModalDialog MD_DDE_LINKEDIT 31{ 32 HelpID = "sfx2:ModalDialog:MD_DDE_LINKEDIT"; 33 OutputSize = TRUE ; 34 SVLook = TRUE ; 35 Size = MAP_APPFONT ( 223 , 74 ) ; 36 Text [ en-US ] = "Modify Link" ; 37 Moveable = TRUE ; 38 FixedText FT_DDE_APP 39 { 40 Pos = MAP_APPFONT ( 12 , 16 ) ; 41 Size = MAP_APPFONT ( 40 , 8 ) ; 42 Text [ en-US ] = "~Application:" ; 43 }; 44 Edit ED_DDE_APP 45 { 46 HelpID = "sfx2:Edit:MD_DDE_LINKEDIT:ED_DDE_APP"; 47 Border = TRUE ; 48 Pos = MAP_APPFONT ( 55 , 14 ) ; 49 Size = MAP_APPFONT ( 100 , 12 ) ; 50 }; 51 FixedText FT_DDE_TOPIC 52 { 53 Pos = MAP_APPFONT ( 12 , 34 ) ; 54 Size = MAP_APPFONT ( 40 , 8 ) ; 55 Text [ en-US ] = "~File:" ; 56 }; 57 Edit ED_DDE_TOPIC 58 { 59 HelpID = "sfx2:Edit:MD_DDE_LINKEDIT:ED_DDE_TOPIC"; 60 Border = TRUE ; 61 Pos = MAP_APPFONT ( 55 , 32 ) ; 62 Size = MAP_APPFONT ( 100 , 12 ) ; 63 }; 64 FixedText FT_DDE_ITEM 65 { 66 Pos = MAP_APPFONT ( 12 , 52 ) ; 67 Size = MAP_APPFONT ( 40 , 8 ) ; 68 Text [ en-US ] = "~Category:" ; 69 }; 70 Edit ED_DDE_ITEM 71 { 72 HelpID = "sfx2:Edit:MD_DDE_LINKEDIT:ED_DDE_ITEM"; 73 Border = TRUE ; 74 Pos = MAP_APPFONT ( 55 , 50 ) ; 75 Size = MAP_APPFONT ( 100 , 12 ) ; 76 }; 77 FixedLine GROUP_DDE_CHG 78 { 79 Pos = MAP_APPFONT ( 6 , 3 ) ; 80 Size = MAP_APPFONT ( 155 , 8 ) ; 81 Text [ en-US ] = "Modify link" ; 82 }; 83 OKButton 1 84 { 85 Pos = MAP_APPFONT ( 167 , 6 ) ; 86 Size = MAP_APPFONT ( 50 , 14 ) ; 87 DefButton = TRUE ; 88 }; 89 CancelButton 1 90 { 91 Pos = MAP_APPFONT ( 167 , 23 ) ; 92 Size = MAP_APPFONT ( 50 , 14 ) ; 93 }; 94}; 95 96