Version 3.6.0.4, tag libreoffice-3.6.0.4
[LibreOffice.git] / sfx2 / source / dialog / dinfedt.src
blob110dccf11c4055c473b8b410b13ea7ea50eb24e1
1 /*************************************************************************
2  *
3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4  *
5  * Copyright 2000, 2010 Oracle and/or its affiliates.
6  *
7  * OpenOffice.org - a multi-platform office productivity suite
8  *
9  * This file is part of OpenOffice.org.
10  *
11  * OpenOffice.org is free software: you can redistribute it and/or modify
12  * it under the terms of the GNU Lesser General Public License version 3
13  * only, as published by the Free Software Foundation.
14  *
15  * OpenOffice.org is distributed in the hope that it will be useful,
16  * but WITHOUT ANY WARRANTY; without even the implied warranty of
17  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18  * GNU Lesser General Public License version 3 for more details
19  * (a copy is included in the LICENSE file that accompanied this code).
20  *
21  * You should have received a copy of the GNU Lesser General Public License
22  * version 3 along with OpenOffice.org.  If not, see
23  * <http://www.openoffice.org/license.html>
24  * for a copy of the LGPLv3 License.
25  *
26  ************************************************************************/
28 #include <sfx2/sfx.hrc>
29 #include "helpid.hrc"
30 #include "dinfedt.hrc"
32 ModalDialog DLG_DOCINFO_EDT
34     HelpId = HID_DOCINFO_EDT ;
35     OutputSize = TRUE ;
36     SVLook = TRUE ;
37     Size = MAP_APPFONT ( 166 , 79 ) ;
38     Text [ en-US ] = "Edit Field Names" ;
39     Moveable = TRUE ;
40     FixedLine FL_INFO
41     {
42         Pos = MAP_APPFONT ( 6 , 3 ) ;
43         Size = MAP_APPFONT ( 98 , 8 ) ;
44         Text [ en-US ] = "Names" ;
45     };
46     Edit ED_INFO1
47     {
48         HelpID = "sfx2:Edit:DLG_DOCINFO_EDT:ED_INFO1";
49         Border = TRUE ;
50         Pos = MAP_APPFONT ( 12 , 14 ) ;
51         Size = MAP_APPFONT ( 86 , 12 ) ;
52     };
53     Edit ED_INFO2
54     {
55         HelpID = "sfx2:Edit:DLG_DOCINFO_EDT:ED_INFO2";
56         Border = TRUE ;
57         Pos = MAP_APPFONT ( 12 , 29 ) ;
58         Size = MAP_APPFONT ( 86 , 12 ) ;
59     };
60     Edit ED_INFO3
61     {
62         HelpID = "sfx2:Edit:DLG_DOCINFO_EDT:ED_INFO3";
63         Border = TRUE ;
64         Pos = MAP_APPFONT ( 12 , 44 ) ;
65         Size = MAP_APPFONT ( 86 , 12 ) ;
66     };
67     Edit ED_INFO4
68     {
69         HelpID = "sfx2:Edit:DLG_DOCINFO_EDT:ED_INFO4";
70         Border = TRUE ;
71         Pos = MAP_APPFONT ( 12 , 59 ) ;
72         Size = MAP_APPFONT ( 86 , 12 ) ;
73     };
74     OKButton BT_OK
75     {
76         Pos = MAP_APPFONT ( 110 , 6 ) ;
77         Size = MAP_APPFONT ( 50 , 14 ) ;
78         TabStop = TRUE ;
79         DefButton = TRUE ;
80     };
81     CancelButton BT_CANCEL
82     {
83         Pos = MAP_APPFONT ( 110 , 23 ) ;
84         Size = MAP_APPFONT ( 50 , 14 ) ;
85         TabStop = TRUE ;
86     };
87     HelpButton BTN_HELP
88     {
89         Pos = MAP_APPFONT ( 110 , 43 ) ;
90         Size = MAP_APPFONT ( 50 , 14 ) ;
91         TabStop = TRUE ;
92     };