xref: /AOO41X/main/dbaccess/source/ui/dlg/dsselect.src (revision 81d089ae0b6b164818efbaaff21440338527721c)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements.  See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership.  The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance
9 * with the License.  You may obtain a copy of the License at
10 *
11 *   http://www.apache.org/licenses/LICENSE-2.0
12 *
13 * Unless required by applicable law or agreed to in writing,
14 * software distributed under the License is distributed on an
15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16 * KIND, either express or implied.  See the License for the
17 * specific language governing permissions and limitations
18 * under the License.
19 *
20 *************************************************************/
21
22
23
24#ifndef _DBAUI_DSSELECT_HRC_
25#include "dsselect.hrc"
26#endif
27#ifndef _DBU_DLG_HRC_
28#include "dbu_dlg.hrc"
29#endif
30
31
32ModalDialog DLG_DATASOURCE_SELECTION
33{
34    HelpID = "dbaccess:ModalDialog:DLG_DATASOURCE_SELECTION";
35    OutputSize = TRUE ;
36    Moveable = TRUE ;
37    Closeable = TRUE ;
38    SVLook = TRUE ;
39    Size = MAP_APPFONT ( 218 , 118 ) ;
40    Text [ en-US ] = "Data Source" ;
41
42    FixedText FT_DESCRIPTION
43    {
44        Pos = MAP_APPFONT ( 6 , 6 ) ;
45        Size = MAP_APPFONT ( 154 , 10 ) ;
46        Text [ en-US ] = "Choose a data source:";
47    };
48    ListBox LB_DATASOURCE
49    {
50        HelpID = "dbaccess:ListBox:DLG_DATASOURCE_SELECTION:LB_DATASOURCE";
51        Border = TRUE ;
52        Pos = MAP_APPFONT ( 6 , 19 ) ;
53        Size = MAP_APPFONT ( 154 , 94 ) ;
54        TabStop = TRUE ;
55        HScroll = TRUE ;
56        Sort = TRUE ;
57    };
58
59    OKButton PB_OK
60    {
61        Pos = MAP_APPFONT ( 166 , 6 ) ;
62        Size = MAP_APPFONT ( 50 , 14 ) ;
63        TabStop = TRUE ;
64        DefButton = TRUE ;
65    };
66    CancelButton PB_CANCEL
67    {
68        Pos = MAP_APPFONT ( 166 , 23 ) ;
69        Size = MAP_APPFONT ( 50 , 14 ) ;
70        TabStop = TRUE ;
71    };
72    HelpButton PB_HELP
73    {
74        Pos = MAP_APPFONT ( 166 , 43 ) ;
75        Size = MAP_APPFONT ( 50 , 14 ) ;
76        TabStop = TRUE ;
77    };
78    PushButton PB_MANAGE
79    {
80        HelpID = "dbaccess:PushButton:DLG_DATASOURCE_SELECTION:PB_MANAGE";
81        Pos = MAP_APPFONT ( 166 , 99 ) ;
82        Size = MAP_APPFONT ( 50 , 14 ) ;
83        TabStop = TRUE ;
84        Disable = TRUE ;
85        Hide = TRUE ;
86        Text [ en-US ] = "Organize..." ;
87    };
88    PushButton PB_CREATE
89    {
90        HelpID = "dbaccess:PushButton:DLG_DATASOURCE_SELECTION:PB_CREATE";
91        Pos = MAP_APPFONT ( 166 , 99 ) ;
92        Size = MAP_APPFONT ( 50 , 14 ) ;
93        TabStop = TRUE ;
94        Hide = TRUE ;
95        Text [ en-US ] = "Create..." ;
96    };
97    String STR_LOCAL_DATASOURCES
98    {
99        Text [ en-US ] = "Local Databases" ;
100    };
101    String STR_DESCRIPTION2
102    {
103        Text [ en-US ] = "Choose a database";
104    };
105};
106
107
108