xref: /aoo41x/main/sfx2/source/appl/dde.src (revision 137764bb)
1acbf353aSAndrew Rist/**************************************************************
2*137764bbSmseidel *
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
10*137764bbSmseidel *
11acbf353aSAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12*137764bbSmseidel *
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.
19*137764bbSmseidel *
20acbf353aSAndrew Rist *************************************************************/
21acbf353aSAndrew Rist
22acbf353aSAndrew Rist
23cdf0e10cSrcweir
24cdf0e10cSrcweir#include "dde.hrc"
25cdf0e10cSrcweir
26cdf0e10cSrcweirModalDialog MD_DDE_LINKEDIT
27cdf0e10cSrcweir{
28*137764bbSmseidel	HelpID = "sfx2:ModalDialog:MD_DDE_LINKEDIT" ;
29cdf0e10cSrcweir	OutputSize = TRUE ;
30cdf0e10cSrcweir	SVLook = TRUE ;
31*137764bbSmseidel	Size = MAP_APPFONT ( 223, 74 ) ;
32cdf0e10cSrcweir	Text [ en-US ] = "Modify Link" ;
33cdf0e10cSrcweir	Moveable = TRUE ;
34cdf0e10cSrcweir	FixedText FT_DDE_APP
35cdf0e10cSrcweir	{
36*137764bbSmseidel		Pos = MAP_APPFONT ( 12, 16 ) ;
37*137764bbSmseidel		Size = MAP_APPFONT ( 40, 8 ) ;
38cdf0e10cSrcweir		Text [ en-US ] = "~Application:" ;
39cdf0e10cSrcweir	};
40cdf0e10cSrcweir	Edit ED_DDE_APP
41cdf0e10cSrcweir	{
42*137764bbSmseidel		HelpID = "sfx2:Edit:MD_DDE_LINKEDIT:ED_DDE_APP" ;
43cdf0e10cSrcweir		Border = TRUE ;
44*137764bbSmseidel		Pos = MAP_APPFONT ( 55, 14 ) ;
45*137764bbSmseidel		Size = MAP_APPFONT ( 100, 12 ) ;
46cdf0e10cSrcweir	};
47cdf0e10cSrcweir	FixedText FT_DDE_TOPIC
48cdf0e10cSrcweir	{
49*137764bbSmseidel		Pos = MAP_APPFONT ( 12, 34 ) ;
50*137764bbSmseidel		Size = MAP_APPFONT ( 40, 8 ) ;
51cdf0e10cSrcweir		Text [ en-US ] = "~File:" ;
52cdf0e10cSrcweir	};
53cdf0e10cSrcweir	Edit ED_DDE_TOPIC
54cdf0e10cSrcweir	{
55*137764bbSmseidel		HelpID = "sfx2:Edit:MD_DDE_LINKEDIT:ED_DDE_TOPIC" ;
56cdf0e10cSrcweir		Border = TRUE ;
57*137764bbSmseidel		Pos = MAP_APPFONT ( 55, 32 ) ;
58*137764bbSmseidel		Size = MAP_APPFONT ( 100, 12 ) ;
59cdf0e10cSrcweir	};
60cdf0e10cSrcweir	FixedText FT_DDE_ITEM
61cdf0e10cSrcweir	{
62*137764bbSmseidel		Pos = MAP_APPFONT ( 12, 52 ) ;
63*137764bbSmseidel		Size = MAP_APPFONT ( 40, 8 ) ;
64cdf0e10cSrcweir		Text [ en-US ] = "~Category:" ;
65cdf0e10cSrcweir	};
66cdf0e10cSrcweir	Edit ED_DDE_ITEM
67cdf0e10cSrcweir	{
68*137764bbSmseidel		HelpID = "sfx2:Edit:MD_DDE_LINKEDIT:ED_DDE_ITEM" ;
69cdf0e10cSrcweir		Border = TRUE ;
70*137764bbSmseidel		Pos = MAP_APPFONT ( 55, 50 ) ;
71*137764bbSmseidel		Size = MAP_APPFONT ( 100, 12 ) ;
72cdf0e10cSrcweir	};
73cdf0e10cSrcweir	FixedLine GROUP_DDE_CHG
74cdf0e10cSrcweir	{
75*137764bbSmseidel		Pos = MAP_APPFONT ( 6, 3 ) ;
76*137764bbSmseidel		Size = MAP_APPFONT ( 155, 8 ) ;
77cdf0e10cSrcweir		Text [ en-US ] = "Modify link" ;
78cdf0e10cSrcweir	};
79cdf0e10cSrcweir	OKButton 1
80cdf0e10cSrcweir	{
81*137764bbSmseidel		Pos = MAP_APPFONT ( 167, 6 ) ;
82*137764bbSmseidel		Size = MAP_APPFONT ( 50, 14 ) ;
83cdf0e10cSrcweir		DefButton = TRUE ;
84cdf0e10cSrcweir	};
85cdf0e10cSrcweir	CancelButton 1
86cdf0e10cSrcweir	{
87*137764bbSmseidel		Pos = MAP_APPFONT ( 167, 23 ) ;
88*137764bbSmseidel		Size = MAP_APPFONT ( 50, 14 ) ;
89cdf0e10cSrcweir	};
90cdf0e10cSrcweir};
91cdf0e10cSrcweir
92*137764bbSmseidel// ********************************************************************** EOF
93