xref: /aoo4110/main/sw/source/ui/fldui/changedb.src (revision b1cdbd2c)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements.  See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership.  The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance
9 * with the License.  You may obtain a copy of the License at
10 *
11 *   http://www.apache.org/licenses/LICENSE-2.0
12 *
13 * Unless required by applicable law or agreed to in writing,
14 * software distributed under the License is distributed on an
15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16 * KIND, either express or implied.  See the License for the
17 * specific language governing permissions and limitations
18 * under the License.
19 *
20 *************************************************************/
21
22
23
24#include "changedb.hrc"
25#include "fldui.hrc"
26
27
28ModalDialog DLG_CHANGE_DB
29{
30    HelpID = "sw:ModalDialog:DLG_CHANGE_DB";
31	OutputSize = TRUE ;
32	SVLook = TRUE ;
33    Size = MAP_APPFONT ( 286 , 175 ) ;
34
35	Text [ en-US ] = "Exchange Databases" ;
36	Moveable = TRUE ;
37    FixedLine FL_DBLIST
38	{
39		Pos = MAP_APPFONT ( 6 , 3 ) ;
40        Size = MAP_APPFONT ( 218 , 8 ) ;
41
42		Text [ en-US ] = "Exchange databases" ;
43	};
44	FixedText FT_USEDDB
45	{
46        Pos = MAP_APPFONT ( 12 , 14 ) ;
47        Size = MAP_APPFONT ( 90 , 8 ) ;
48		Left = TRUE ;
49		Text [ en-US ] = "Databases in Use" ;
50	};
51	FixedText FT_AVAILDB
52	{
53        Pos = MAP_APPFONT ( 118 , 14 ) ;
54        Size = MAP_APPFONT ( 90 ,  8 ) ;
55		Left = TRUE ;
56		Text [ en-US ] = "Available Databases" ;
57	};
58	Control TLB_USEDDB
59	{
60		Border = TRUE ;
61        Pos = MAP_APPFONT ( 12 , 25 ) ;
62        Size = MAP_APPFONT ( 100 , 62 ) ;
63		TabStop = TRUE ;
64	};
65	Control TLB_AVAILDB
66	{
67		Border = TRUE ;
68        Pos = MAP_APPFONT ( 118 , 25 ) ;
69        Size = MAP_APPFONT ( 100 , 62 ) ;
70		TabStop = TRUE ;
71	};
72    PushButton PB_ADDDB
73    {
74        HelpID = "sw:PushButton:DLG_CHANGE_DB:PB_ADDDB";
75        Pos = MAP_APPFONT ( 118 ,  90  ) ;
76        Size = MAP_APPFONT ( 50 , 14 ) ;
77        Text [ en-US ] = "Browse..." ;
78    };
79    FixedText FT_DESC
80	{
81        Pos = MAP_APPFONT ( 12 , 110 ) ;
82        Size = MAP_APPFONT ( 210 , 45 ) ;
83		WordBreak = TRUE ;
84		Left = TRUE ;
85        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." ;
86	};
87    FixedText FT_DOCDBTEXT
88	{
89        Pos = MAP_APPFONT ( 6 , 161 ) ;
90        Size = MAP_APPFONT ( 100 , 8 ) ;
91		Left = TRUE ;
92		Text [ en-US ] = "Database applied to document:" ;
93	};
94	FixedText FT_DOCDBNAME
95	{
96        Pos = MAP_APPFONT ( 109 , 161 ) ;
97        Size = MAP_APPFONT ( 114 , 8 ) ;
98		Left = TRUE ;
99		Text [ en-US ] = "Addresses.Addresses" ;
100	};
101	OKButton BT_OK
102	{
103        Pos = MAP_APPFONT ( 230 , 6 ) ;
104		Size = MAP_APPFONT ( 50 , 14 ) ;
105		TabStop = TRUE ;
106		DefButton = TRUE ;
107		Disable = TRUE ;
108		TabStop = TRUE ;
109		Text [ en-US ] = "Define" ;
110	};
111	CancelButton BT_CANCEL
112	{
113        Pos = MAP_APPFONT ( 230 , 23 ) ;
114		Size = MAP_APPFONT ( 50 , 14 ) ;
115		TabStop = TRUE ;
116		Text [ en-US ] = "~Close" ;
117	};
118	HelpButton BT_HELP
119	{
120        Pos = MAP_APPFONT ( 230 , 43 ) ;
121		Size = MAP_APPFONT ( 50 , 14 ) ;
122		TabStop = TRUE ;
123	};
124};
125
126
127