merge the formfield patch from ooo-build
[ooovba.git] / sfx2 / source / dialog / dinfedt.src
blob234c91fe3dba919356e29739e832e9fd8e6e504b
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: dinfedt.src,v $
10  * $Revision: 1.23 $
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 <sfx2/sfx.hrc>
32 #include "helpid.hrc"
33 #include "dinfedt.hrc"
35 ModalDialog DLG_DOCINFO_EDT
37     HelpId = HID_DOCINFO_EDT ;
38     OutputSize = TRUE ;
39     SVLook = TRUE ;
40     Size = MAP_APPFONT ( 166 , 79 ) ;
41     Text [ en-US ] = "Edit Field Names" ;
42     Moveable = TRUE ;
43     FixedLine FL_INFO
44     {
45         Pos = MAP_APPFONT ( 6 , 3 ) ;
46         Size = MAP_APPFONT ( 98 , 8 ) ;
47         Text [ en-US ] = "Names" ;
48     };
49     Edit ED_INFO1
50     {
51         Border = TRUE ;
52         Pos = MAP_APPFONT ( 12 , 14 ) ;
53         Size = MAP_APPFONT ( 86 , 12 ) ;
54     };
55     Edit ED_INFO2
56     {
57         Border = TRUE ;
58         Pos = MAP_APPFONT ( 12 , 29 ) ;
59         Size = MAP_APPFONT ( 86 , 12 ) ;
60     };
61     Edit ED_INFO3
62     {
63         Border = TRUE ;
64         Pos = MAP_APPFONT ( 12 , 44 ) ;
65         Size = MAP_APPFONT ( 86 , 12 ) ;
66     };
67     Edit ED_INFO4
68     {
69         Border = TRUE ;
70         Pos = MAP_APPFONT ( 12 , 59 ) ;
71         Size = MAP_APPFONT ( 86 , 12 ) ;
72     };
73     OKButton BT_OK
74     {
75         Pos = MAP_APPFONT ( 110 , 6 ) ;
76         Size = MAP_APPFONT ( 50 , 14 ) ;
77         TabStop = TRUE ;
78         DefButton = TRUE ;
79     };
80     CancelButton BT_CANCEL
81     {
82         Pos = MAP_APPFONT ( 110 , 23 ) ;
83         Size = MAP_APPFONT ( 50 , 14 ) ;
84         TabStop = TRUE ;
85     };
86     HelpButton BTN_HELP
87     {
88         Pos = MAP_APPFONT ( 110 , 43 ) ;
89         Size = MAP_APPFONT ( 50 , 14 ) ;
90         TabStop = TRUE ;
91     };