xref: /trunk/main/sw/source/ui/fldui/changedb.src (revision 24cebcdc)
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	FixedLine FL_APPLDB
88	{
89		Pos = MAP_APPFONT ( 6, 154 ) ;
90		Size = MAP_APPFONT ( 274, 8 ) ;
91	};
92	FixedText FT_DOCDBTEXT
93	{
94		Pos = MAP_APPFONT ( 6, 162 ) ;
95		Size = MAP_APPFONT ( 106, 8 ) ;
96		Left = TRUE ;
97		Text [ en-US ] = "Database applied to document:" ;
98	};
99	FixedText FT_DOCDBNAME
100	{
101		Pos = MAP_APPFONT ( 118, 162 ) ;
102		Size = MAP_APPFONT ( 162, 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	};
129};
130
131// ********************************************************************** EOF
132