merge the formfield patch from ooo-build
[ooovba.git] / sd / source / ui / dlg / dlgfield.src
blob0637682f3d13ac4146b20b7facd73f861f39b75f
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: dlgfield.src,v $
10  * $Revision: 1.34 $
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 "dlgfield.hrc"
32 ModalDialog DLG_FIELD_MODIFY
34     OutputSize = TRUE ;
35     SVLook = TRUE ;
36     Size = MAP_APPFONT ( 138 , 154 ) ;
37     Moveable = TRUE ;
38     Closeable = TRUE ;
39     FixedLine GRP_TYPE
40     {
41         Pos = MAP_APPFONT ( 6 , 3 ) ;
42         Size = MAP_APPFONT ( 70 , 8 ) ;
43         Text [ en-US ] = "Field type" ;
44     };
45     RadioButton RBT_FIX
46     {
47         Pos = MAP_APPFONT ( 12 , 14 ) ;
48         Size = MAP_APPFONT ( 64 , 10 ) ;
49         TabStop = TRUE ;
50         Text [ en-US ] = "~Fixed" ;
51     };
52     RadioButton RBT_VAR
53     {
54         Pos = MAP_APPFONT ( 12 , 25 ) ;
55         Size = MAP_APPFONT ( 64 , 10 ) ;
56         TabStop = TRUE ;
57         Text [ en-US ] = "~Variable" ;
58     };
59     FixedText FT_LANGUAGE
60     {
61         Pos = MAP_APPFONT ( 6 , 67 ) ;
62         Size = MAP_APPFONT ( 40 , 10 ) ;
63         Text [ en-US ] = "~Language" ;
64     };
66     ListBox LB_LANGUAGE
67     {
68         Border = TRUE ;
69         Pos = MAP_APPFONT ( 52 , 65 ) ;
70         Size = MAP_APPFONT ( 80 , 70 ) ;
71         TabStop = TRUE ;
72         DropDown = TRUE ;
73     };
75     ListBox LB_FORMAT
76     {
77         Border = TRUE ;
78         Pos = MAP_APPFONT ( 6 , 94 ) ;
79         Size = MAP_APPFONT ( 126 , 54 ) ;
80         TabStop = TRUE ;
81     };
82     FixedText FT_FORMAT
83     {
84         Pos = MAP_APPFONT ( 6 , 83 ) ;
85         Size = MAP_APPFONT ( 70 , 10 ) ;
86         Text [ en-US ] = "F~ormat" ;
87     };
88     OKButton BTN_OK
89     {
90         Pos = MAP_APPFONT ( 82 , 6 ) ;
91         Size = MAP_APPFONT ( 50 , 14 ) ;
92         TabStop = TRUE ;
93         DefButton = TRUE ;
94     };
95     CancelButton BTN_CANCEL
96     {
97         Pos = MAP_APPFONT ( 82 , 23 ) ;
98         Size = MAP_APPFONT ( 50 , 14 ) ;
99         TabStop = TRUE ;
100     };
101     HelpButton BTN_HELP
102     {
103         Pos = MAP_APPFONT ( 82 , 43 ) ;
104         Size = MAP_APPFONT ( 50 , 14 ) ;
105         TabStop = TRUE ;
106     };
107     Text [ en-US ] = "Edit Field" ;