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