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