bump product version to 4.1.6.2
[LibreOffice.git] / dbaccess / source / ui / dlg / dsselect.src
blobee89e6af57ebc0e2d81e271fc84e08760a03f4fd
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
3  * This file is part of the LibreOffice project.
4  *
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/.
8  *
9  * This file incorporates work covered by the following license notice:
10  *
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 .
18  */
20 #include "dsselect.hrc"
21 #include "dbu_dlg.hrc"
23 ModalDialog DLG_DATASOURCE_SELECTION
25     HelpID = "dbaccess:ModalDialog:DLG_DATASOURCE_SELECTION";
26     OutputSize = TRUE ;
27     Moveable = TRUE ;
28     Closeable = TRUE ;
29     SVLook = TRUE ;
30     Size = MAP_APPFONT ( 218 , 118 ) ;
31     Text [ en-US ] = "Data Source" ;
33     FixedText FT_DESCRIPTION
34     {
35         Pos = MAP_APPFONT ( 6 , 6 ) ;
36         Size = MAP_APPFONT ( 154 , 10 ) ;
37         Text [ en-US ] = "Choose a data source:";
38     };
39     ListBox LB_DATASOURCE
40     {
41         HelpID = "dbaccess:ListBox:DLG_DATASOURCE_SELECTION:LB_DATASOURCE";
42         Border = TRUE ;
43         Pos = MAP_APPFONT ( 6 , 19 ) ;
44         Size = MAP_APPFONT ( 154 , 94 ) ;
45         TabStop = TRUE ;
46         HScroll = TRUE ;
47         Sort = TRUE ;
48     };
50     OKButton PB_OK
51     {
52         Pos = MAP_APPFONT ( 166 , 6 ) ;
53         Size = MAP_APPFONT ( 50 , 14 ) ;
54         TabStop = TRUE ;
55         DefButton = TRUE ;
56     };
57     CancelButton PB_CANCEL
58     {
59         Pos = MAP_APPFONT ( 166 , 23 ) ;
60         Size = MAP_APPFONT ( 50 , 14 ) ;
61         TabStop = TRUE ;
62     };
63     HelpButton PB_HELP
64     {
65         Pos = MAP_APPFONT ( 166 , 43 ) ;
66         Size = MAP_APPFONT ( 50 , 14 ) ;
67         TabStop = TRUE ;
68     };
69     PushButton PB_MANAGE
70     {
71         HelpID = "dbaccess:PushButton:DLG_DATASOURCE_SELECTION:PB_MANAGE";
72         Pos = MAP_APPFONT ( 166 , 99 ) ;
73         Size = MAP_APPFONT ( 50 , 14 ) ;
74         TabStop = TRUE ;
75         Disable = TRUE ;
76         Hide = TRUE ;
77         Text [ en-US ] = "Organize..." ;
78     };
79     PushButton PB_CREATE
80     {
81         HelpID = "dbaccess:PushButton:DLG_DATASOURCE_SELECTION:PB_CREATE";
82         Pos = MAP_APPFONT ( 166 , 99 ) ;
83         Size = MAP_APPFONT ( 50 , 14 ) ;
84         TabStop = TRUE ;
85         Hide = TRUE ;
86         Text [ en-US ] = "Create..." ;
87     };
88     String STR_LOCAL_DATASOURCES
89     {
90         Text [ en-US ] = "Local Databases" ;
91     };
92     String STR_DESCRIPTION2
93     {
94         Text [ en-US ] = "Choose a database";
95     };
98 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */