merge the formfield patch from ooo-build
[ooovba.git] / sfx2 / source / appl / dde.src
blob9c62559b0c6f7b4827ac9610adb2b7c52a495094
1 /*************************************************************************
2  *
3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4  * 
5  * Copyright 2008 by Sun Microsystems, Inc.
6  *
7  * OpenOffice.org - a multi-platform office productivity suite
8  *
9  * $RCSfile: dde.src,v $
10  * $Revision: 1.6 $
11  *
12  * This file is part of OpenOffice.org.
13  *
14  * OpenOffice.org is free software: you can redistribute it and/or modify
15  * it under the terms of the GNU Lesser General Public License version 3
16  * only, as published by the Free Software Foundation.
17  *
18  * OpenOffice.org is distributed in the hope that it will be useful,
19  * but WITHOUT ANY WARRANTY; without even the implied warranty of
20  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21  * GNU Lesser General Public License version 3 for more details
22  * (a copy is included in the LICENSE file that accompanied this code).
23  *
24  * You should have received a copy of the GNU Lesser General Public License
25  * version 3 along with OpenOffice.org.  If not, see
26  * <http://www.openoffice.org/license.html>
27  * for a copy of the LGPLv3 License.
28  *
29  ************************************************************************/
31 #include "dde.hrc"
33 ModalDialog MD_DDE_LINKEDIT
35     OutputSize = TRUE ;
36     SVLook = TRUE ;
37     Size = MAP_APPFONT ( 223 , 74 ) ;
38     Text [ en-US ] = "Modify Link" ;
39     Moveable = TRUE ;
40     FixedText FT_DDE_APP
41     {
42         Pos = MAP_APPFONT ( 12 , 16 ) ;
43         Size = MAP_APPFONT ( 40 , 8 ) ;
44         Text [ en-US ] = "~Application:" ;
45     };
46     Edit ED_DDE_APP
47     {
48         Border = TRUE ;
49         Pos = MAP_APPFONT ( 55 , 14 ) ;
50         Size = MAP_APPFONT ( 100 , 12 ) ;
51     };
52     FixedText FT_DDE_TOPIC
53     {
54         Pos = MAP_APPFONT ( 12 , 34 ) ;
55         Size = MAP_APPFONT ( 40 , 8 ) ;
56         Text [ en-US ] = "~File:" ;
57     };
58     Edit ED_DDE_TOPIC
59     {
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         Border = TRUE ;
73         Pos = MAP_APPFONT ( 55 , 50 ) ;
74         Size = MAP_APPFONT ( 100 , 12 ) ;
75     };
76     FixedLine GROUP_DDE_CHG
77     {
78         Pos = MAP_APPFONT ( 6 , 3 ) ;
79         Size = MAP_APPFONT ( 155 , 8 ) ;
80         Text [ en-US ] = "Modify link" ;
81     };
82     OKButton 1
83     {
84         Pos = MAP_APPFONT ( 167 , 6 ) ;
85         Size = MAP_APPFONT ( 50 , 14 ) ;
86         DefButton = TRUE ;
87     };
88     CancelButton 1
89     {
90         Pos = MAP_APPFONT ( 167 , 23 ) ;
91         Size = MAP_APPFONT ( 50 , 14 ) ;
92     };