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 ************************************************************************/
29 #ifndef DBAUI_ADTABDLG_HRC
30 #include "adtabdlg.hrc"
32 #include "dbaccess_helpid.hrc"
34 #include "dbu_dlg.hrc"
37 ModelessDialog DLG_JOIN_TABADD
41 HelpID = HID_DLG_JOIN_TABADD ;
42 Size = MAP_APPFONT ( 178 , 147 ) ;
47 RadioButton RB_CASE_TABLES
49 HelpID = "dbaccess:RadioButton:DLG_JOIN_TABADD:RB_CASE_TABLES";
50 Pos = MAP_APPFONT( 6, 6 );
51 Size = MAP_APPFONT( 50, 8 );
52 Text [ en-US ] = "Tables";
55 RadioButton RB_CASE_QUERIES
57 HelpID = "dbaccess:RadioButton:DLG_JOIN_TABADD:RB_CASE_QUERIES";
58 Pos = MAP_APPFONT( 62, 6 );
59 Size = MAP_APPFONT( 50, 8 );
60 Text [ en-US ] = "Queries";
63 Control LB_TABLE_OR_QUERY
66 Pos = MAP_APPFONT ( 6 , 18 ) ;
67 Size = MAP_APPFONT ( 106 , 122 ) ;
73 PushButton PB_ADDTABLE
75 HelpID = "dbaccess:PushButton:DLG_JOIN_TABADD:PB_ADDTABLE";
76 Pos = MAP_APPFONT ( 123 , 6 ) ;
77 Size = MAP_APPFONT ( 50 , 14 ) ;
78 Text [ en-US ] = "~Add" ;
85 Pos = MAP_APPFONT ( 123 , 22 ) ;
86 Size = MAP_APPFONT ( 50 , 14 ) ;
87 HelpId = HID_JOINSH_ADDTAB_CLOSE;
88 Text [ en-US ] = "~Close" ;
94 Pos = MAP_APPFONT ( 123 , 43 ) ;
95 Size = MAP_APPFONT ( 50 , 14 ) ;
101 Text [ en-US ] = "Add Tables";
104 String STR_ADD_TABLE_OR_QUERY
106 Text [ en-US ] = "Add Table or Query" ;