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