xref: /aoo41x/main/dbaccess/source/ui/dlg/dsselect.src (revision cdf0e10c)
1/*************************************************************************
2 *
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 *
5 * Copyright 2000, 2010 Oracle and/or its affiliates.
6 *
7 * OpenOffice.org - a multi-platform office productivity suite
8 *
9 * This file is part of OpenOffice.org.
10 *
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.
14 *
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).
20 *
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.
25 *
26 ************************************************************************/
27
28#ifndef _DBAUI_DSSELECT_HRC_
29#include "dsselect.hrc"
30#endif
31#ifndef _DBU_DLG_HRC_
32#include "dbu_dlg.hrc"
33#endif
34
35
36ModalDialog DLG_DATASOURCE_SELECTION
37{
38    HelpID = "dbaccess:ModalDialog:DLG_DATASOURCE_SELECTION";
39	OutputSize = TRUE ;
40	Moveable = TRUE ;
41	Closeable = TRUE ;
42	SVLook = TRUE ;
43	Size = MAP_APPFONT ( 218 , 118 ) ;
44	Text [ en-US ] = "Data Source" ;
45
46	FixedText FT_DESCRIPTION
47	{
48		Pos = MAP_APPFONT ( 6 , 6 ) ;
49		Size = MAP_APPFONT ( 154 , 10 ) ;
50		Text [ en-US ] = "Choose a data source:";
51	};
52	ListBox LB_DATASOURCE
53	{
54	    HelpID = "dbaccess:ListBox:DLG_DATASOURCE_SELECTION:LB_DATASOURCE";
55		Border = TRUE ;
56		Pos = MAP_APPFONT ( 6 , 19 ) ;
57		Size = MAP_APPFONT ( 154 , 94 ) ;
58		TabStop = TRUE ;
59		HScroll = TRUE ;
60		Sort = TRUE ;
61	};
62
63	OKButton PB_OK
64	{
65		Pos = MAP_APPFONT ( 166 , 6 ) ;
66		Size = MAP_APPFONT ( 50 , 14 ) ;
67		TabStop = TRUE ;
68		DefButton = TRUE ;
69	};
70	CancelButton PB_CANCEL
71	{
72		Pos = MAP_APPFONT ( 166 , 23 ) ;
73		Size = MAP_APPFONT ( 50 , 14 ) ;
74		TabStop = TRUE ;
75	};
76	HelpButton PB_HELP
77	{
78		Pos = MAP_APPFONT ( 166 , 43 ) ;
79		Size = MAP_APPFONT ( 50 , 14 ) ;
80		TabStop = TRUE ;
81	};
82	PushButton PB_MANAGE
83	{
84	    HelpID = "dbaccess:PushButton:DLG_DATASOURCE_SELECTION:PB_MANAGE";
85		Pos = MAP_APPFONT ( 166 , 99 ) ;
86		Size = MAP_APPFONT ( 50 , 14 ) ;
87		TabStop = TRUE ;
88		Disable = TRUE ;
89		Hide = TRUE ;
90		Text [ en-US ] = "Organize..." ;
91	};
92	PushButton PB_CREATE
93	{
94	    HelpID = "dbaccess:PushButton:DLG_DATASOURCE_SELECTION:PB_CREATE";
95		Pos = MAP_APPFONT ( 166 , 99 ) ;
96		Size = MAP_APPFONT ( 50 , 14 ) ;
97		TabStop = TRUE ;
98		Hide = TRUE ;
99		Text [ en-US ] = "Create..." ;
100	};
101	String STR_LOCAL_DATASOURCES
102	{
103		Text [ en-US ] = "Local Databases" ;
104	};
105	String STR_DESCRIPTION2
106	{
107		Text [ en-US ] = "Choose a database";
108	};
109};
110
111
112