xref: /trunk/main/cui/source/options/dbregister.src (revision cdf0e10c)
1/*************************************************************************
2 *
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 *
5 * Copyright 2000, 2010 Oracle and/or its affiliates.
6 *
7 * OpenOffice.org - a multi-platform office productivity suite
8 *
9 * This file is part of OpenOffice.org.
10 *
11 * OpenOffice.org is free software: you can redistribute it and/or modify
12 * it under the terms of the GNU Lesser General Public License version 3
13 * only, as published by the Free Software Foundation.
14 *
15 * OpenOffice.org is distributed in the hope that it will be useful,
16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18 * GNU Lesser General Public License version 3 for more details
19 * (a copy is included in the LICENSE file that accompanied this code).
20 *
21 * You should have received a copy of the GNU Lesser General Public License
22 * version 3 along with OpenOffice.org.  If not, see
23 * <http://www.openoffice.org/license.html>
24 * for a copy of the LGPLv3 License.
25 *
26 ************************************************************************/
27
28#include "dbregister.hrc"
29#include <cuires.hrc>
30#include <cuires.hrc>
31#include <svx/dialogs.hrc>
32
33// RID_SFXPAGE_PATH -----------------------------------------------------
34#define STD_MASKCOLOR Color { Red=0xffff; Green=0x0000; Blue=0xffff; }
35TabPage RID_SFXPAGE_DBREGISTER
36{
37	HelpId = "cui:TabPage:RID_SFXPAGE_DBREGISTER" ;
38	OutputSize = TRUE ;
39	SVLook = TRUE ;
40	Hide = TRUE ;
41	Size = MAP_APPFONT ( 260 , 185 ) ;
42	Text [ en-US ] = "Registered databases" ;
43
44	FixedText FT_TYPE
45	{
46		Hide = TRUE;
47		Pos = MAP_APPFONT ( 12 , 14 ) ;
48		Size = MAP_APPFONT ( 40 , 10 ) ;
49		Text [ en-US ] = "Registered name" ;
50	};
51	FixedText FT_PATH
52	{
53		Hide = TRUE;
54		Pos = MAP_APPFONT ( 110 , 14 ) ;
55		Size = MAP_APPFONT ( 40 , 10 ) ;
56		Text [ en-US ] = "Database file" ;
57	};
58	Control LB_PATH
59	{
60		Pos = MAP_APPFONT ( 12 , 14 ) ;
61		Size = MAP_APPFONT ( 236 , 147 ) ;
62		Border = TRUE ;
63		TabStop = TRUE;
64	};
65	PushButton BTN_NEW
66	{
67	    HelpID = "cui:PushButton:RID_SFXPAGE_DBREGISTER:BTN_NEW";
68		Pos = MAP_APPFONT ( 47 , 165 ) ;
69		Size = MAP_APPFONT ( 65 , 14 ) ;
70		Text [ en-US ] = "~New..." ;
71	};
72	PushButton BTN_EDIT
73	{
74	    HelpID = "cui:PushButton:RID_SFXPAGE_DBREGISTER:BTN_EDIT";
75		Pos = MAP_APPFONT ( 183 , 165 ) ;
76		Size = MAP_APPFONT ( 65 , 14 ) ;
77		Text [ en-US ] = "~Edit..." ;
78	};
79	PushButton BTN_DELETE
80	{
81	    HelpID = "cui:PushButton:RID_SFXPAGE_DBREGISTER:BTN_DELETE";
82		Pos = MAP_APPFONT ( 115 , 165 ) ;
83		Size = MAP_APPFONT ( 65 , 14 ) ;
84		Text [ en-US ] = "~Delete" ;
85	};
86    FixedLine GB_STD
87	{
88		Pos = MAP_APPFONT ( 6 , 3 ) ;
89        Size = MAP_APPFONT ( 248 , 8 ) ;
90		Text [ en-US ] = "Registered databases" ;
91	};
92};
93
94