1 /*************************************************************************
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 * Copyright 2000, 2010 Oracle and/or its affiliates.
7 * OpenOffice.org - a multi-platform office productivity suite
9 * This file is part of OpenOffice.org.
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.
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).
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.
26 ************************************************************************/
28 #ifndef _DBAUI_DSSELECT_HRC_
29 #include "dsselect.hrc"
32 #include "dbu_dlg.hrc"
36 ModalDialog DLG_DATASOURCE_SELECTION
38 HelpID = "dbaccess:ModalDialog:DLG_DATASOURCE_SELECTION";
43 Size = MAP_APPFONT ( 218 , 118 ) ;
44 Text [ en-US ] = "Data Source" ;
46 FixedText FT_DESCRIPTION
48 Pos = MAP_APPFONT ( 6 , 6 ) ;
49 Size = MAP_APPFONT ( 154 , 10 ) ;
50 Text [ en-US ] = "Choose a data source:";
54 HelpID = "dbaccess:ListBox:DLG_DATASOURCE_SELECTION:LB_DATASOURCE";
56 Pos = MAP_APPFONT ( 6 , 19 ) ;
57 Size = MAP_APPFONT ( 154 , 94 ) ;
65 Pos = MAP_APPFONT ( 166 , 6 ) ;
66 Size = MAP_APPFONT ( 50 , 14 ) ;
70 CancelButton PB_CANCEL
72 Pos = MAP_APPFONT ( 166 , 23 ) ;
73 Size = MAP_APPFONT ( 50 , 14 ) ;
78 Pos = MAP_APPFONT ( 166 , 43 ) ;
79 Size = MAP_APPFONT ( 50 , 14 ) ;
84 HelpID = "dbaccess:PushButton:DLG_DATASOURCE_SELECTION:PB_MANAGE";
85 Pos = MAP_APPFONT ( 166 , 99 ) ;
86 Size = MAP_APPFONT ( 50 , 14 ) ;
90 Text [ en-US ] = "Organize..." ;
94 HelpID = "dbaccess:PushButton:DLG_DATASOURCE_SELECTION:PB_CREATE";
95 Pos = MAP_APPFONT ( 166 , 99 ) ;
96 Size = MAP_APPFONT ( 50 , 14 ) ;
99 Text [ en-US ] = "Create..." ;
101 String STR_LOCAL_DATASOURCES
103 Text [ en-US ] = "Local Databases" ;
105 String STR_DESCRIPTION2
107 Text [ en-US ] = "Choose a database";