xref: /trunk/main/cui/source/options/dbregister.src (revision 78190a370f7d7129fed9a7e70ca122eaae71ce1d)
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 "dbregister.hrc"
25#include <cuires.hrc>
26#include <cuires.hrc>
27#include <svx/dialogs.hrc>
28
29// RID_SFXPAGE_PATH -----------------------------------------------------
30TabPage RID_SFXPAGE_DBREGISTER
31{
32    HelpId = "cui:TabPage:RID_SFXPAGE_DBREGISTER" ;
33    OutputSize = TRUE ;
34    SVLook = TRUE ;
35    Hide = TRUE ;
36    Size = MAP_APPFONT ( 260, 185 ) ;
37    Text [ en-US ] = "Registered databases" ;
38
39    FixedText FT_TYPE
40    {
41        Hide = TRUE ;
42        Pos = MAP_APPFONT ( 12, 14 ) ;
43        Size = MAP_APPFONT ( 40, 10 ) ;
44        Text [ en-US ] = "Registered name" ;
45    };
46    FixedText FT_PATH
47    {
48        Hide = TRUE ;
49        Pos = MAP_APPFONT ( 110, 14 ) ;
50        Size = MAP_APPFONT ( 40, 10 ) ;
51        Text [ en-US ] = "Database file" ;
52    };
53    Control LB_PATH
54    {
55        Pos = MAP_APPFONT ( 12, 14 ) ;
56        Size = MAP_APPFONT ( 236, 147 ) ;
57        Border = TRUE ;
58        TabStop = TRUE ;
59    };
60    PushButton BTN_NEW
61    {
62        HelpID = "cui:PushButton:RID_SFXPAGE_DBREGISTER:BTN_NEW" ;
63        Pos = MAP_APPFONT ( 47, 165 ) ;
64        Size = MAP_APPFONT ( 65, 14 ) ;
65        Text [ en-US ] = "~New..." ;
66    };
67    PushButton BTN_EDIT
68    {
69        HelpID = "cui:PushButton:RID_SFXPAGE_DBREGISTER:BTN_EDIT" ;
70        Pos = MAP_APPFONT ( 183, 165 ) ;
71        Size = MAP_APPFONT ( 65, 14 ) ;
72        Text [ en-US ] = "~Edit..." ;
73    };
74    PushButton BTN_DELETE
75    {
76        HelpID = "cui:PushButton:RID_SFXPAGE_DBREGISTER:BTN_DELETE" ;
77        Pos = MAP_APPFONT ( 115, 165 ) ;
78        Size = MAP_APPFONT ( 65, 14 ) ;
79        Text [ en-US ] = "~Delete" ;
80    };
81    FixedLine GB_STD
82    {
83        Pos = MAP_APPFONT ( 6, 3 ) ;
84        Size = MAP_APPFONT ( 248, 8 ) ;
85        Text [ en-US ] = "Registered databases" ;
86    };
87};
88
89// ******************************************************************* EOF
90