Update ooo320-m1
[ooovba.git] / sw / source / ui / dbui / dbinsdlg.src
blob65f878af36dcb07e7583d44b7b4dd610ae6bc43b
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: dbinsdlg.src,v $
10  * $Revision: 1.48 $
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 "dbinsdlg.hrc"
32 #include "dbui.hrc"
33 #include "cmdid.h"
34 #include "helpid.h"
35 ModalDialog DLG_AP_INSERT_DB_SEL
37     HelpID = HID_AP_INSERT_DB_SEL ;
38     OUTPUTSIZE = TRUE ;
39     Pos = MAP_APPFONT ( 0 , 0 ) ;
40     Size = MAP_APPFONT ( 291 , 189 ) ;
41     Moveable = TRUE ;
42     Closeable = TRUE ;
43     SVLOOK = TRUE ;
44     FixedText FT_INSERT_DATA
45     {
46         Pos = MAP_APPFONT ( 6 , 6 ) ;
47         Size = MAP_APPFONT ( 66 , 8 ) ;
48         Text [ en-US ] = "Insert data as:" ;
49     };
50     RadioButton RB_AS_TABLE
51     {
52         Pos = MAP_APPFONT ( 80 , 6 ) ;
53         Size = MAP_APPFONT ( 60 , 10 ) ;
54         TabStop = TRUE ;
55         Check = TRUE ;
56         Text [ en-US ] = "T~able" ;
57     };
58     RadioButton RB_AS_FIELD
59     {
60         Pos = MAP_APPFONT ( 145 , 6 ) ;
61         Size = MAP_APPFONT ( 60 , 10 ) ;
62         TabStop = TRUE ;
63         Text [ en-US ] = "~Fields" ;
64     };
65     RadioButton RB_AS_TEXT
66     {
67         Pos = MAP_APPFONT ( 210 , 6 ) ;
68         Size = MAP_APPFONT ( 60 , 10 ) ;
69         TabStop = TRUE ;
70         Text [ en-US ] = "~Text" ;
71     };
72     OKButton BT_OK
73     {
74         Pos = MAP_APPFONT ( 123 , 172 ) ;
75         Size = MAP_APPFONT ( 50 , 14 ) ;
76         TabStop = TRUE ;
77         DefButton = TRUE ;
78     };
79     CancelButton BT_CANCEL
80     {
81         Pos = MAP_APPFONT ( 179 , 172 ) ;
82         Size = MAP_APPFONT ( 50 , 14 ) ;
83         TabStop = TRUE ;
84     };
85     HelpButton BT_HELP
86     {
87         Pos = MAP_APPFONT ( 235 , 172 ) ;
88         Size = MAP_APPFONT ( 50 , 14 ) ;
89         TabStop = TRUE ;
90     };
91     FixedLine FL_HEAD
92     {
93         Pos = MAP_APPFONT ( 6 , 19 ) ;
94         Size = MAP_APPFONT ( 279 , 8 ) ;
95         /* wird dynamisch gesetzt! */
96         Text = "" ;
97     };
98     FixedText FT_DB_COLUMN
99     {
100         Pos = MAP_APPFONT ( 12 , 31 ) ;
101         Size = MAP_APPFONT ( 72 , 8 ) ;
102         Text [ en-US ] = "Database ~columns" ;
103     };
104     FixedLine FL_FORMAT
105     {
106         Pos = MAP_APPFONT (   6 , 117 ) ;
107         Size = MAP_APPFONT ( 279 , 8 ) ;
108         Text [ en-US ] = "For~mat" ;
109     };
110     RadioButton RB_DBFMT_FROM_DB
111     {
112         Pos = MAP_APPFONT ( 15 , 128 ) ;
113         Size = MAP_APPFONT ( 90 , 10 ) ;
114         TabStop = TRUE ;
115         Check = TRUE ;
116         Text [ en-US ] = "From ~database" ;
117     };
118     RadioButton RB_DBFMT_FROM_USR
119     {
120         Pos = MAP_APPFONT ( 15 , 143 ) ;
121         Size = MAP_APPFONT ( 10 , 10 ) ;
122         TabStop = TRUE ;
123     };
124     ListBox LB_DBFMT_FROM_USR
125     {
126         Border = TRUE ;
127         Pos = MAP_APPFONT ( 30 , 142 ) ;
128         Size = MAP_APPFONT ( 75 , 44 ) ;
129         TabStop = TRUE ;
130         DropDown = TRUE ;
131         AutoHScroll = TRUE ;
132     };
133     /* -------------- Page Text / Fields -------------------------------- */
134     ListBox LB_TXT_DB_COLUMN
135     {
136         Border = TRUE ;
137         Pos = MAP_APPFONT ( 12 , 41 ) ;
138         Size = MAP_APPFONT ( 93 , 70 ) ;
139         TabStop = TRUE ;
140         Hide = TRUE ;
141     };
142     ImageButton IB_DBCOL_TOEDIT
143     {
144         Pos = MAP_APPFONT ( 111 , 41 ) ;
145         Size = MAP_APPFONT ( 20 , 12 ) ;
146         TabStop = TRUE ;
147         Hide = TRUE ;
148         ButtonImage = Image
149         {
150             ImageBitmap = Bitmap
151             {
152                 File = "one_right.bmp" ;
153             };
154             MaskColor = IMAGE_MASK_COLOR ;
155         };
156     };
157     MultiLineEdit ED_DB_TEXT
158     {
159         Border = TRUE ;
160         Pos = MAP_APPFONT ( 137 , 41 ) ;
161         Size = MAP_APPFONT ( 142 , 70 ) ;
162         TabStop = TRUE ;
163         Left = TRUE ;
164         VScroll = TRUE ;
165         HScroll = TRUE ;
166         Hide = TRUE ;
167         IgnoreTab = TRUE;
168     };
169     FixedText FT_DB_PARA_COLL
170     {
171         Pos = MAP_APPFONT ( 118 , 129 ) ;
172         Size = MAP_APPFONT ( 58 , 8 ) ;
173         Text [ en-US ] = "Paragraph ~Style:" ;
174         Hide = TRUE ;
175     };
176     ListBox LB_DB_PARA_COLL
177     {
178         Border = TRUE ;
179         Pos = MAP_APPFONT ( 182 , 127 ) ;
180         Size = MAP_APPFONT ( 97 , 59 ) ;
181         TabStop = TRUE ;
182         DropDown = TRUE ;
183         Hide = TRUE ;
184         Sort = TRUE ;
185     };
186     /* -------------- Page Table ---------------------------------------- */
187     ListBox LB_TBL_DB_COLUMN
188     {
189         Border = TRUE ;
190         Pos = MAP_APPFONT ( 12 , 41 ) ;
191         Size = MAP_APPFONT ( 93 , 70 ) ;
192         TabStop = TRUE ;
193     };
194     ImageButton IB_DBCOL_ALL_TO
195     {
196         Pos = MAP_APPFONT ( 111 , 41 ) ;
197         Size = MAP_APPFONT ( 20 , 12 ) ;
198         TabStop = TRUE ;
199         ButtonImage = Image
200         {
201             ImageBitmap = Bitmap
202             {
203                 File = "all_right.bmp" ;
204             };
205             MaskColor = IMAGE_MASK_COLOR ;
206         };
207     };
208     ImageButton IB_DBCOL_ONE_TO
209     {
210         Pos = MAP_APPFONT ( 111 , 56 ) ;
211         Size = MAP_APPFONT ( 20 , 12 ) ;
212         TabStop = TRUE ;
213         ButtonImage = Image
214         {
215             ImageBitmap = Bitmap
216             {
217                 File = "one_right.bmp" ;
218             };
219             MaskColor = IMAGE_MASK_COLOR ;
220         };
221     };
222     ImageButton IB_DBCOL_ONE_FROM
223     {
224         Pos = MAP_APPFONT ( 111 , 84 ) ;
225         Size = MAP_APPFONT ( 20 , 12 ) ;
226         TabStop = TRUE ;
227         ButtonImage = Image
228         {
229             ImageBitmap = Bitmap
230             {
231                 File = "one_left.bmp" ;
232             };
233             MaskColor = IMAGE_MASK_COLOR ;
234         };
235     };
236     ImageButton IB_DBCOL_ALL_FROM
237     {
238         Pos = MAP_APPFONT ( 111 , 99 ) ;
239         Size = MAP_APPFONT ( 20 , 12 ) ;
240         TabStop = TRUE ;
241         ButtonImage = Image
242         {
243             ImageBitmap = Bitmap
244             {
245                 File = "all_left.bmp" ;
246             };
247             MaskColor = IMAGE_MASK_COLOR ;
248         };
249     };
250     FixedText FT_TABLE_COL
251     {
252         Pos = MAP_APPFONT ( 137 , 31 ) ;
253         Size = MAP_APPFONT ( 75 , 8 ) ;
254         
255         Text [ en-US ] = "Tab~le column(s)" ;
256     };
257     ListBox LB_TABLE_COL
258     {
259         Border = TRUE ;
260         Pos = MAP_APPFONT ( 137 , 41 ) ;
261         Size = MAP_APPFONT ( 75 , 70 ) ;
262         TabStop = TRUE ;
263     };
264     FixedLine FL_BOTTOM
265     {
266         Pos = MAP_APPFONT ( 0 , 164 ) ;
267         Size = MAP_APPFONT ( 291, 8 ) ;
268     };
269     CheckBox CB_TABLE_HEADON
270     {
271         Pos = MAP_APPFONT ( 111 , 128 ) ;
272         Size = MAP_APPFONT ( 100 , 10 ) ;
273         TabStop = TRUE ;
274         Check = TRUE ;
275         Text [ en-US ] = "Insert table heading";
276     };
277     RadioButton RB_HEADL_COLNMS
278     {
279         Pos = MAP_APPFONT ( 120 , 142 ) ;
280         Size = MAP_APPFONT ( 90 , 10 ) ;
281         TabStop = TRUE ;
282         Check = TRUE ;
283         Text [ en-US ] = "Apply column ~name";
284     };
285     RadioButton RB_HEADL_EMPTY
286     {
287         Pos = MAP_APPFONT ( 120 , 155 ) ;
288         Size = MAP_APPFONT ( 90 , 10 ) ;
289         TabStop = TRUE ;
290         Text [ en-US ] = "Create row only";
291     };
292     PushButton PB_TBL_FORMAT
293     {
294         Pos = MAP_APPFONT ( 214 , 128 ) ;
295         Size = MAP_APPFONT ( 65 , 12 ) ;
296         Text [ en-US ] = "Pr~operties..." ;
297         TabStop = TRUE ;
298     };
299     PushButton PB_TBL_AUTOFMT
300     {
301         Pos = MAP_APPFONT ( 214 , 144 ) ;
302         Size = MAP_APPFONT ( 65 , 12 ) ;
303         TabStop = TRUE ;
304         Text [ en-US ] = "Aut~oFormat..." ;
305     };
306     String STR_NOTEMPL
307     {
308         Text [ en-US ] = "<none>" ;
309     };
310     Text [ en-US ] = "Insert Database Columns" ;