xref: /aoo42x/main/sw/source/ui/fldui/flddb.src (revision cdf0e10c)
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 ************************************************************************/
27
28#include "globals.hrc"
29#include "fldtdlg.hrc"
30#include "helpid.h"
31TabPage TP_FLD_DB
32{
33	HelpID = HID_FLD_DB ;
34	SVLook = TRUE ;
35	Hide = TRUE ;
36	Size = MAP_APPFONT ( 260 , 185 ) ;
37	FixedText FT_DBTYPE
38	{
39		Pos = MAP_APPFONT ( 6 , 3 ) ;
40		Size = MAP_APPFONT ( 76 , 8 ) ;
41		Text [ en-US ] = "~Type" ;
42		Left = TRUE ;
43	};
44	ListBox LB_DBTYPE
45	{
46	    HelpID = "sw:ListBox:TP_FLD_DB:LB_DBTYPE";
47		Border = TRUE ;
48        Pos = MAP_APPFONT ( 6 , 14 ) ;
49        Size = MAP_APPFONT ( 76 , 104 ) ;
50		TabStop = TRUE ;
51		Sort = TRUE ;
52		AutoHScroll = TRUE ;
53		/*        StringList =
54		{
55			< "Beliebiger Datensatz" ; > ;
56			< "Datensatznummer" ; > ;
57			< "N�chster Datensatz" ; > ;
58			< "Serienbrieffeld" ; > ;
59			< "Datenbankname" ; > ;
60		};*/
61	};
62	FixedText FT_DBCONDITION
63	{
64		Pos = MAP_APPFONT ( 6 , 126 ) ;
65		Size = MAP_APPFONT ( 76 , 8 ) ;
66		Text [ en-US ] = "~Condition" ;
67		Left = TRUE ;
68	};
69	Edit ED_DBCONDITION
70	{
71	    HelpID = "sw:Edit:TP_FLD_DB:ED_DBCONDITION";
72		Border = TRUE ;
73        Pos = MAP_APPFONT ( 6 , 137 ) ;
74		Size = MAP_APPFONT ( 76 , 12 ) ;
75		TabStop = TRUE ;
76		Left = TRUE ;
77	};
78	FixedText FT_DBSETNUMBER
79	{
80        Pos = MAP_APPFONT ( 6 , 156 ) ;
81        Size = MAP_APPFONT ( 76 , 8 ) ;
82		Text [ en-US ] = "Record number" ;
83		Left = TRUE ;
84	};
85	Edit ED_DBSETNUMBER
86	{
87	    HelpID = "sw:Edit:TP_FLD_DB:ED_DBSETNUMBER";
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        HelpID = "sw:PushButton:TP_FLD_DB:PB_ADDDB";
117        Pos = MAP_APPFONT ( 198 , 121) ;
118        Size = MAP_APPFONT ( 50 , 14 ) ;
119        Text [ en-US ] = "Browse..." ;
120    };
121
122	RadioButton RB_DBOWNFORMAT
123	{
124	    HelpID = "sw:RadioButton:TP_FLD_DB:RB_DBOWNFORMAT";
125		Pos = MAP_APPFONT ( 94 , 153 ) ;
126        Size = MAP_APPFONT ( 150 , 10 ) ;
127		Check = TRUE ;
128		Text [ en-US ] = "From database" ;
129	};
130	RadioButton RB_DBFORMAT
131	{
132	    HelpID = "sw:RadioButton:TP_FLD_DB:RB_DBFORMAT";
133		Pos = MAP_APPFONT ( 94 , 166 ) ;
134		Size = MAP_APPFONT ( 100 , 10 ) ;
135		Text [ en-US ] = "User-defined" ;
136	};
137	ListBox LB_DBNUMFORMAT
138	{
139	    HelpID = "sw:ListBox:TP_FLD_DB:LB_DBNUMFORMAT";
140		Border = TRUE ;
141		Pos = MAP_APPFONT ( 195 , 164 ) ;
142        Size = MAP_APPFONT ( 53 , 60 ) ;
143		TabStop = TRUE ;
144		AutoHScroll = TRUE ;
145		DropDown = TRUE ;
146	};
147	ListBox LB_DBFORMAT
148	{
149	    HelpID = "sw:ListBox:TP_FLD_DB:LB_DBFORMAT";
150		Border = TRUE ;
151		Pos = MAP_APPFONT ( 195 , 163 ) ;
152        Size = MAP_APPFONT ( 53 , 60 ) ;
153		TabStop = TRUE ;
154		AutoHScroll = TRUE ;
155		DropDown = TRUE ;
156		Sort = FALSE ;
157		Hide = TRUE ;
158	};
159    FixedLine FL_DBFORMAT
160	{
161		Pos = MAP_APPFONT ( 88 , 141 ) ;
162        Size = MAP_APPFONT ( 166 , 8 ) ;
163		Text [ en-US ] = "Format" ;
164	};
165    FixedLine FL_DBFORMAT_VERT
166	{
167        Pos = MAP_APPFONT ( 87 , 152 ) ;
168        Size = MAP_APPFONT ( 4 , 28 ) ;
169        Vert = TRUE;
170	};
171	Text [ en-US ] = "Database" ;
172};
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207