Bump version to 4.1-6
[LibreOffice.git] / sfx2 / source / dialog / dinfedt.src
blob4df2a9014b9f82df190a590b84af281bc950184b
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
3  * This file is part of the LibreOffice project.
4  *
5  * This Source Code Form is subject to the terms of the Mozilla Public
6  * License, v. 2.0. If a copy of the MPL was not distributed with this
7  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8  *
9  * This file incorporates work covered by the following license notice:
10  *
11  *   Licensed to the Apache Software Foundation (ASF) under one or more
12  *   contributor license agreements. See the NOTICE file distributed
13  *   with this work for additional information regarding copyright
14  *   ownership. The ASF licenses this file to you under the Apache
15  *   License, Version 2.0 (the "License"); you may not use this file
16  *   except in compliance with the License. You may obtain a copy of
17  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
18  */
20 #include <sfx2/sfx.hrc>
21 #include "helpid.hrc"
22 #include "dinfedt.hrc"
24 ModalDialog DLG_DOCINFO_EDT
26     HelpId = HID_DOCINFO_EDT ;
27     OutputSize = TRUE ;
28     SVLook = TRUE ;
29     Size = MAP_APPFONT ( 166 , 79 ) ;
30     Text [ en-US ] = "Edit Field Names" ;
31     Moveable = TRUE ;
32     FixedLine FL_INFO
33     {
34         Pos = MAP_APPFONT ( 6 , 3 ) ;
35         Size = MAP_APPFONT ( 98 , 8 ) ;
36         Text [ en-US ] = "Names" ;
37     };
38     Edit ED_INFO1
39     {
40         HelpID = "sfx2:Edit:DLG_DOCINFO_EDT:ED_INFO1";
41         Border = TRUE ;
42         Pos = MAP_APPFONT ( 12 , 14 ) ;
43         Size = MAP_APPFONT ( 86 , 12 ) ;
44     };
45     Edit ED_INFO2
46     {
47         HelpID = "sfx2:Edit:DLG_DOCINFO_EDT:ED_INFO2";
48         Border = TRUE ;
49         Pos = MAP_APPFONT ( 12 , 29 ) ;
50         Size = MAP_APPFONT ( 86 , 12 ) ;
51     };
52     Edit ED_INFO3
53     {
54         HelpID = "sfx2:Edit:DLG_DOCINFO_EDT:ED_INFO3";
55         Border = TRUE ;
56         Pos = MAP_APPFONT ( 12 , 44 ) ;
57         Size = MAP_APPFONT ( 86 , 12 ) ;
58     };
59     Edit ED_INFO4
60     {
61         HelpID = "sfx2:Edit:DLG_DOCINFO_EDT:ED_INFO4";
62         Border = TRUE ;
63         Pos = MAP_APPFONT ( 12 , 59 ) ;
64         Size = MAP_APPFONT ( 86 , 12 ) ;
65     };
66     OKButton BT_OK
67     {
68         Pos = MAP_APPFONT ( 110 , 6 ) ;
69         Size = MAP_APPFONT ( 50 , 14 ) ;
70         TabStop = TRUE ;
71         DefButton = TRUE ;
72     };
73     CancelButton BT_CANCEL
74     {
75         Pos = MAP_APPFONT ( 110 , 23 ) ;
76         Size = MAP_APPFONT ( 50 , 14 ) ;
77         TabStop = TRUE ;
78     };
79     HelpButton BTN_HELP
80     {
81         Pos = MAP_APPFONT ( 110 , 43 ) ;
82         Size = MAP_APPFONT ( 50 , 14 ) ;
83         TabStop = TRUE ;
84     };
87 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */