1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
3 * This file is part of the LibreOffice project.
5 * This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
9 * This file incorporates work covered by the following license notice:
11 * Licensed to the Apache Software Foundation (ASF) under one or more
12 * contributor license agreements. See the NOTICE file distributed
13 * with this work for additional information regarding copyright
14 * ownership. The ASF licenses this file to you under the Apache
15 * License, Version 2.0 (the "License"); you may not use this file
16 * except in compliance with the License. You may obtain a copy of
17 * the License at http://www.apache.org/licenses/LICENSE-2.0 .
20 #include "dsselect.hrc"
21 #include "dbu_dlg.hrc"
23 ModalDialog DLG_DATASOURCE_SELECTION
25 HelpID = "dbaccess:ModalDialog:DLG_DATASOURCE_SELECTION";
30 Size = MAP_APPFONT ( 218 , 118 ) ;
31 Text [ en-US ] = "Data Source" ;
33 FixedText FT_DESCRIPTION
35 Pos = MAP_APPFONT ( 6 , 6 ) ;
36 Size = MAP_APPFONT ( 154 , 10 ) ;
37 Text [ en-US ] = "Choose a data source:";
41 HelpID = "dbaccess:ListBox:DLG_DATASOURCE_SELECTION:LB_DATASOURCE";
43 Pos = MAP_APPFONT ( 6 , 19 ) ;
44 Size = MAP_APPFONT ( 154 , 94 ) ;
52 Pos = MAP_APPFONT ( 166 , 6 ) ;
53 Size = MAP_APPFONT ( 50 , 14 ) ;
57 CancelButton PB_CANCEL
59 Pos = MAP_APPFONT ( 166 , 23 ) ;
60 Size = MAP_APPFONT ( 50 , 14 ) ;
65 Pos = MAP_APPFONT ( 166 , 43 ) ;
66 Size = MAP_APPFONT ( 50 , 14 ) ;
71 HelpID = "dbaccess:PushButton:DLG_DATASOURCE_SELECTION:PB_MANAGE";
72 Pos = MAP_APPFONT ( 166 , 99 ) ;
73 Size = MAP_APPFONT ( 50 , 14 ) ;
77 Text [ en-US ] = "Organize..." ;
81 HelpID = "dbaccess:PushButton:DLG_DATASOURCE_SELECTION:PB_CREATE";
82 Pos = MAP_APPFONT ( 166 , 99 ) ;
83 Size = MAP_APPFONT ( 50 , 14 ) ;
86 Text [ en-US ] = "Create..." ;
88 String STR_LOCAL_DATASOURCES
90 Text [ en-US ] = "Local Databases" ;
92 String STR_DESCRIPTION2
94 Text [ en-US ] = "Choose a database";
98 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */