xref: /trunk/main/sw/source/ui/fldui/changedb.src (revision 7670ab779549d7913098aa9e18e66c33b446cb8b)
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#include "changedb.hrc"
23#include "fldui.hrc"
24
25ModalDialog DLG_CHANGE_DB
26{
27    HelpID = "sw:ModalDialog:DLG_CHANGE_DB" ;
28    OutputSize = TRUE ;
29    SVLook = TRUE ;
30    Size = MAP_APPFONT ( 286, 175 ) ;
31
32    Text [ en-US ] = "Exchange Databases" ;
33    Moveable = TRUE ;
34    FixedLine FL_DBLIST
35    {
36        Pos = MAP_APPFONT ( 6, 3 ) ;
37        Size = MAP_APPFONT ( 218, 8 ) ;
38
39        Text [ en-US ] = "Exchange databases" ;
40    };
41    FixedText FT_USEDDB
42    {
43        Pos = MAP_APPFONT ( 12, 14 ) ;
44        Size = MAP_APPFONT ( 90, 8 ) ;
45        Left = TRUE ;
46        Text [ en-US ] = "Databases in Use" ;
47    };
48    FixedText FT_AVAILDB
49    {
50        Pos = MAP_APPFONT ( 118, 14 ) ;
51        Size = MAP_APPFONT ( 90, 8 ) ;
52        Left = TRUE ;
53        Text [ en-US ] = "Available Databases" ;
54    };
55    Control TLB_USEDDB
56    {
57        Border = TRUE ;
58        Pos = MAP_APPFONT ( 12, 25 ) ;
59        Size = MAP_APPFONT ( 100, 62 ) ;
60        TabStop = TRUE ;
61    };
62    Control TLB_AVAILDB
63    {
64        Border = TRUE ;
65        Pos = MAP_APPFONT ( 118, 25 ) ;
66        Size = MAP_APPFONT ( 100, 62 ) ;
67        TabStop = TRUE ;
68    };
69    PushButton PB_ADDDB
70    {
71        HelpID = "sw:PushButton:DLG_CHANGE_DB:PB_ADDDB" ;
72        Pos = MAP_APPFONT ( 118, 90 ) ;
73        Size = MAP_APPFONT ( 50, 14 ) ;
74        Text [ en-US ] = "Browse..." ;
75    };
76    FixedText FT_DESC
77    {
78        Pos = MAP_APPFONT ( 12, 110 ) ;
79        Size = MAP_APPFONT ( 210, 45 ) ;
80        WordBreak = TRUE ;
81        Left = TRUE ;
82        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." ;
83    };
84    FixedLine FL_APPLDB
85    {
86        Pos = MAP_APPFONT ( 6, 154 ) ;
87        Size = MAP_APPFONT ( 274, 8 ) ;
88    };
89    FixedText FT_DOCDBTEXT
90    {
91        Pos = MAP_APPFONT ( 6, 162 ) ;
92        Size = MAP_APPFONT ( 106, 8 ) ;
93        Left = TRUE ;
94        Text [ en-US ] = "Database applied to document:" ;
95    };
96    FixedText FT_DOCDBNAME
97    {
98        Pos = MAP_APPFONT ( 118, 162 ) ;
99        Size = MAP_APPFONT ( 162, 8 ) ;
100        Left = TRUE ;
101        Text [ en-US ] = "Addresses.Addresses" ;
102    };
103    OKButton BT_OK
104    {
105        Pos = MAP_APPFONT ( 230, 6 ) ;
106        Size = MAP_APPFONT ( 50, 14 ) ;
107        TabStop = TRUE ;
108        DefButton = TRUE ;
109        Disable = TRUE ;
110        TabStop = TRUE ;
111        Text [ en-US ] = "Define" ;
112    };
113    CancelButton BT_CANCEL
114    {
115        Pos = MAP_APPFONT ( 230, 23 ) ;
116        Size = MAP_APPFONT ( 50, 14 ) ;
117        TabStop = TRUE ;
118        Text [ en-US ] = "~Close" ;
119    };
120    HelpButton BT_HELP
121    {
122        Pos = MAP_APPFONT ( 230, 43 ) ;
123        Size = MAP_APPFONT ( 50, 14 ) ;
124        TabStop = TRUE ;
125    };
126};
127
128// ********************************************************************** EOF
129