1acbf353aSAndrew Rist/************************************************************** 2cdf0e10cSrcweir * 3acbf353aSAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one 4acbf353aSAndrew Rist * or more contributor license agreements. See the NOTICE file 5acbf353aSAndrew Rist * distributed with this work for additional information 6acbf353aSAndrew Rist * regarding copyright ownership. The ASF licenses this file 7acbf353aSAndrew Rist * to you under the Apache License, Version 2.0 (the 8acbf353aSAndrew Rist * "License"); you may not use this file except in compliance 9acbf353aSAndrew Rist * with the License. You may obtain a copy of the License at 10cdf0e10cSrcweir * 11acbf353aSAndrew Rist * http://www.apache.org/licenses/LICENSE-2.0 12cdf0e10cSrcweir * 13acbf353aSAndrew Rist * Unless required by applicable law or agreed to in writing, 14acbf353aSAndrew Rist * software distributed under the License is distributed on an 15acbf353aSAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16acbf353aSAndrew Rist * KIND, either express or implied. See the License for the 17acbf353aSAndrew Rist * specific language governing permissions and limitations 18acbf353aSAndrew Rist * under the License. 19cdf0e10cSrcweir * 20acbf353aSAndrew Rist *************************************************************/ 21acbf353aSAndrew Rist 22acbf353aSAndrew Rist 23cdf0e10cSrcweir 24cdf0e10cSrcweir#include "dde.hrc" 25cdf0e10cSrcweir 26cdf0e10cSrcweirModalDialog MD_DDE_LINKEDIT 27cdf0e10cSrcweir{ 28cdf0e10cSrcweir HelpID = "sfx2:ModalDialog:MD_DDE_LINKEDIT" ; 29cdf0e10cSrcweir OutputSize = TRUE ; 30cdf0e10cSrcweir SVLook = TRUE ; 31cdf0e10cSrcweir Size = MAP_APPFONT ( 223, 74 ) ; 32cdf0e10cSrcweir Text [ en-US ] = "Modify Link" ; 33cdf0e10cSrcweir Moveable = TRUE ; 34cdf0e10cSrcweir FixedText FT_DDE_APP 35cdf0e10cSrcweir { 36cdf0e10cSrcweir Pos = MAP_APPFONT ( 12, 16 ) ; 37cdf0e10cSrcweir Size = MAP_APPFONT ( 40, 8 ) ; 38cdf0e10cSrcweir Text [ en-US ] = "~Application:" ; 39cdf0e10cSrcweir }; 40cdf0e10cSrcweir Edit ED_DDE_APP 41cdf0e10cSrcweir { 42cdf0e10cSrcweir HelpID = "sfx2:Edit:MD_DDE_LINKEDIT:ED_DDE_APP" ; 43cdf0e10cSrcweir Border = TRUE ; 44cdf0e10cSrcweir Pos = MAP_APPFONT ( 55, 14 ) ; 45cdf0e10cSrcweir Size = MAP_APPFONT ( 100, 12 ) ; 46cdf0e10cSrcweir }; 47cdf0e10cSrcweir FixedText FT_DDE_TOPIC 48cdf0e10cSrcweir { 49cdf0e10cSrcweir Pos = MAP_APPFONT ( 12, 34 ) ; 50cdf0e10cSrcweir Size = MAP_APPFONT ( 40, 8 ) ; 51cdf0e10cSrcweir Text [ en-US ] = "~File:" ; 52cdf0e10cSrcweir }; 53cdf0e10cSrcweir Edit ED_DDE_TOPIC 54cdf0e10cSrcweir { 55cdf0e10cSrcweir HelpID = "sfx2:Edit:MD_DDE_LINKEDIT:ED_DDE_TOPIC" ; 56cdf0e10cSrcweir Border = TRUE ; 57cdf0e10cSrcweir Pos = MAP_APPFONT ( 55, 32 ) ; 58cdf0e10cSrcweir Size = MAP_APPFONT ( 100, 12 ) ; 59cdf0e10cSrcweir }; 60cdf0e10cSrcweir FixedText FT_DDE_ITEM 61cdf0e10cSrcweir { 62cdf0e10cSrcweir Pos = MAP_APPFONT ( 12, 52 ) ; 63cdf0e10cSrcweir Size = MAP_APPFONT ( 40, 8 ) ; 64cdf0e10cSrcweir Text [ en-US ] = "~Category:" ; 65cdf0e10cSrcweir }; 66cdf0e10cSrcweir Edit ED_DDE_ITEM 67cdf0e10cSrcweir { 68cdf0e10cSrcweir HelpID = "sfx2:Edit:MD_DDE_LINKEDIT:ED_DDE_ITEM" ; 69cdf0e10cSrcweir Border = TRUE ; 70cdf0e10cSrcweir Pos = MAP_APPFONT ( 55, 50 ) ; 71cdf0e10cSrcweir Size = MAP_APPFONT ( 100, 12 ) ; 72cdf0e10cSrcweir }; 73cdf0e10cSrcweir FixedLine GROUP_DDE_CHG 74cdf0e10cSrcweir { 75cdf0e10cSrcweir Pos = MAP_APPFONT ( 6, 3 ) ; 76cdf0e10cSrcweir Size = MAP_APPFONT ( 155, 8 ) ; 77cdf0e10cSrcweir Text [ en-US ] = "Modify link" ; 78cdf0e10cSrcweir }; 79cdf0e10cSrcweir OKButton 1 80cdf0e10cSrcweir { 81cdf0e10cSrcweir Pos = MAP_APPFONT ( 167, 6 ) ; 82cdf0e10cSrcweir Size = MAP_APPFONT ( 50, 14 ) ; 83cdf0e10cSrcweir DefButton = TRUE ; 84cdf0e10cSrcweir }; 85cdf0e10cSrcweir CancelButton 1 86cdf0e10cSrcweir { 87cdf0e10cSrcweir Pos = MAP_APPFONT ( 167, 23 ) ; 88cdf0e10cSrcweir Size = MAP_APPFONT ( 50, 14 ) ; 89cdf0e10cSrcweir }; 90cdf0e10cSrcweir}; 91cdf0e10cSrcweir 92*137764bbSmseidel// ********************************************************************** EOF 93