update dev300-m58
[ooovba.git] / sw / source / ui / fldui / changedb.src
blobf17ce4b5435bf268a7601979a2413a410ef42065
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: changedb.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 "changedb.hrc"
32 #include "fldui.hrc"
35 ModalDialog DLG_CHANGE_DB
37     OutputSize = TRUE ;
38     SVLook = TRUE ;
39     Size = MAP_APPFONT ( 286 , 175 ) ;
40     
41     Text [ en-US ] = "Exchange Databases" ;
42     Moveable = TRUE ;
43     FixedLine FL_DBLIST
44     {
45         Pos = MAP_APPFONT ( 6 , 3 ) ;
46         Size = MAP_APPFONT ( 218 , 8 ) ;
48         Text [ en-US ] = "Exchange databases" ;
49     };
50     FixedText FT_USEDDB
51     {
52         Pos = MAP_APPFONT ( 12 , 14 ) ;
53         Size = MAP_APPFONT ( 90 , 8 ) ;
54         Left = TRUE ;
55         Text [ en-US ] = "Databases in Use" ;
56     };
57     FixedText FT_AVAILDB
58     {
59         Pos = MAP_APPFONT ( 118 , 14 ) ;
60         Size = MAP_APPFONT ( 90 ,  8 ) ;
61         Left = TRUE ;
62         Text [ en-US ] = "Available Databases" ;
63     };
64     Control TLB_USEDDB
65     {
66         Border = TRUE ;
67         Pos = MAP_APPFONT ( 12 , 25 ) ;
68         Size = MAP_APPFONT ( 100 , 62 ) ;
69         TabStop = TRUE ;
70     };
71     Control TLB_AVAILDB
72     {
73         Border = TRUE ;
74         Pos = MAP_APPFONT ( 118 , 25 ) ;
75         Size = MAP_APPFONT ( 100 , 62 ) ;
76         TabStop = TRUE ;
77     };
78     PushButton PB_ADDDB
79     {
80         Pos = MAP_APPFONT ( 118 ,  90  ) ;
81         Size = MAP_APPFONT ( 50 , 14 ) ;
82         Text [ en-US ] = "Browse..." ;
83     };
84     FixedText FT_DESC
85     {
86         Pos = MAP_APPFONT ( 12 , 110 ) ;
87         Size = MAP_APPFONT ( 210 , 45 ) ;
88         WordBreak = TRUE ;
89         Left = TRUE ;
90         Text [ en-US ] = "Use this dialog to replace the databases you access in your document via database fields, with other databases. You can only make one change at a time. Multiple selection is possible in the list on the left.\nUse the browse button to select a database file." ;
91     };
92     FixedText FT_DOCDBTEXT
93     {
94         Pos = MAP_APPFONT ( 6 , 161 ) ;
95         Size = MAP_APPFONT ( 100 , 8 ) ;
96         Left = TRUE ;
97         Text [ en-US ] = "Database applied to document:" ;
98     };
99     FixedText FT_DOCDBNAME
100     {
101         Pos = MAP_APPFONT ( 109 , 161 ) ;
102         Size = MAP_APPFONT ( 114 , 8 ) ;
103         Left = TRUE ;
104         Text [ en-US ] = "Addresses.Addresses" ;
105     };
106     OKButton BT_OK
107     {
108         Pos = MAP_APPFONT ( 230 , 6 ) ;
109         Size = MAP_APPFONT ( 50 , 14 ) ;
110         TabStop = TRUE ;
111         DefButton = TRUE ;
112         Disable = TRUE ;
113         TabStop = TRUE ;
114         Text [ en-US ] = "Define" ;
115     };
116     CancelButton BT_CANCEL
117     {
118         Pos = MAP_APPFONT ( 230 , 23 ) ;
119         Size = MAP_APPFONT ( 50 , 14 ) ;
120         TabStop = TRUE ;
121         Text [ en-US ] = "~Close" ;
122     };
123     HelpButton BT_HELP
124     {
125         Pos = MAP_APPFONT ( 230 , 43 ) ;
126         Size = MAP_APPFONT ( 50 , 14 ) ;
127         TabStop = TRUE ;
128     };