merge the formfield patch from ooo-build
[ooovba.git] / sw / source / ui / fldui / flddb.src
blobabc65d46ad911caf63fe50f10070b09a429d1ff4
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: flddb.src,v $
10  * $Revision: 1.35 $
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 "globals.hrc"
32 #include "fldtdlg.hrc"
33 #include "helpid.h"
34 TabPage TP_FLD_DB
36     HelpID = HID_FLD_DB ;
37     SVLook = TRUE ;
38     Hide = TRUE ;
39     Size = MAP_APPFONT ( 260 , 185 ) ;
40     FixedText FT_DBTYPE
41     {
42         Pos = MAP_APPFONT ( 6 , 3 ) ;
43         Size = MAP_APPFONT ( 76 , 8 ) ;
44         Text [ en-US ] = "~Type" ;
45         Left = TRUE ;
46     };
47     ListBox LB_DBTYPE
48     {
49         Border = TRUE ;
50         Pos = MAP_APPFONT ( 6 , 14 ) ;
51         Size = MAP_APPFONT ( 76 , 104 ) ;
52         TabStop = TRUE ;
53         Sort = TRUE ;
54         AutoHScroll = TRUE ;
55         /*        StringList =
56         {
57             < "Beliebiger Datensatz" ; > ;
58             < "Datensatznummer" ; > ;
59             < "Nächster Datensatz" ; > ;
60             < "Serienbrieffeld" ; > ;
61             < "Datenbankname" ; > ;
62         };*/
63     };
64     FixedText FT_DBCONDITION
65     {
66         Pos = MAP_APPFONT ( 6 , 126 ) ;
67         Size = MAP_APPFONT ( 76 , 8 ) ;
68         Text [ en-US ] = "~Condition" ;
69         Left = TRUE ;
70     };
71     Edit ED_DBCONDITION
72     {
73         Border = TRUE ;
74         Pos = MAP_APPFONT ( 6 , 137 ) ;
75         Size = MAP_APPFONT ( 76 , 12 ) ;
76         TabStop = TRUE ;
77         Left = TRUE ;
78     };
79     FixedText FT_DBSETNUMBER
80     {
81         Pos = MAP_APPFONT ( 6 , 156 ) ;
82         Size = MAP_APPFONT ( 76 , 8 ) ;
83         Text [ en-US ] = "Record number" ;
84         Left = TRUE ;
85     };
86     Edit ED_DBSETNUMBER
87     {
88         Border = TRUE ;
89         Pos = MAP_APPFONT ( 6 , 167 ) ;
90         Size = MAP_APPFONT ( 76 , 12 ) ;
91         TabStop = TRUE ;
92         Left = TRUE ;
93     };
94     FixedText FT_DBSELECTION
95     {
96         Pos = MAP_APPFONT ( 88 , 3 ) ;
97         Size = MAP_APPFONT ( 166 , 8 ) ;
98         Left = TRUE ;
99         Text [ en-US ] = "Database s~election" ;
100     };
101     Control TLB_DBLIST
102     {
103         Border = TRUE ;
104         Pos = MAP_APPFONT ( 88 , 14 ) ;
105         Size = MAP_APPFONT ( 160 , 104 ) ;
106         TabStop = TRUE ;
107     };
108     FixedText FT_ADDDB
109     {
110         Pos = MAP_APPFONT ( 88 , 123) ;
111         Size = MAP_APPFONT ( 105 , 8 ) ;
112         Text [ en-US ] = "Add database file" ;
113     };
114     PushButton PB_ADDDB
115     {
116         Pos = MAP_APPFONT ( 198 , 121) ;
117         Size = MAP_APPFONT ( 50 , 14 ) ;
118         Text [ en-US ] = "Browse..." ;
119     };
121     RadioButton RB_DBOWNFORMAT
122     {
123         Pos = MAP_APPFONT ( 94 , 153 ) ;
124         Size = MAP_APPFONT ( 150 , 10 ) ;
125         Check = TRUE ;
126         Text [ en-US ] = "From database" ;
127     };
128     RadioButton RB_DBFORMAT
129     {
130         Pos = MAP_APPFONT ( 94 , 166 ) ;
131         Size = MAP_APPFONT ( 100 , 10 ) ;
132         Text [ en-US ] = "User-defined" ;
133     };
134     ListBox LB_DBNUMFORMAT
135     {
136         Border = TRUE ;
137         Pos = MAP_APPFONT ( 195 , 164 ) ;
138         Size = MAP_APPFONT ( 53 , 60 ) ;
139         TabStop = TRUE ;
140         AutoHScroll = TRUE ;
141         DropDown = TRUE ;
142     };
143     ListBox LB_DBFORMAT
144     {
145         Border = TRUE ;
146         Pos = MAP_APPFONT ( 195 , 163 ) ;
147         Size = MAP_APPFONT ( 53 , 60 ) ;
148         TabStop = TRUE ;
149         AutoHScroll = TRUE ;
150         DropDown = TRUE ;
151         Sort = FALSE ;
152         Hide = TRUE ;
153     };
154     FixedLine FL_DBFORMAT
155     {
156         Pos = MAP_APPFONT ( 88 , 141 ) ;
157         Size = MAP_APPFONT ( 166 , 8 ) ;
158         Text [ en-US ] = "Format" ;
159     };
160     FixedLine FL_DBFORMAT_VERT
161     {
162         Pos = MAP_APPFONT ( 87 , 152 ) ;
163         Size = MAP_APPFONT ( 4 , 28 ) ;
164         Vert = TRUE;
165     };
166     Text [ en-US ] = "Database" ;