Version 3.6.0.2, tag libreoffice-3.6.0.2
[LibreOffice.git] / dbaccess / source / ui / dlg / adtabdlg.src
blobdeb914dd831d027d6301f339e1cb5d94700bb1ff
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  ************************************************************************/
29 #ifndef DBAUI_ADTABDLG_HRC
30 #include "adtabdlg.hrc"
31 #endif
32 #include "dbaccess_helpid.hrc"
33 #ifndef _DBU_DLG_HRC_
34 #include "dbu_dlg.hrc"
35 #endif
37 ModelessDialog DLG_JOIN_TABADD
39     OutputSize = TRUE ;
40     SVLook = TRUE ;
41     HelpID = HID_DLG_JOIN_TABADD ;
42     Size = MAP_APPFONT ( 178 , 147 ) ;
43     Moveable = TRUE ;
44     Closeable = TRUE ;
45     Hide = TRUE ;
47     RadioButton RB_CASE_TABLES
48     {
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";
53     };
55     RadioButton RB_CASE_QUERIES
56     {
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";
61     };
63     Control LB_TABLE_OR_QUERY
64     {
65         Border = TRUE ;
66         Pos = MAP_APPFONT ( 6 , 18 ) ;
67         Size = MAP_APPFONT ( 106 , 122 ) ;
68         TabStop = TRUE ;
69         Hide = TRUE;
70         Group = TRUE;
71     };
73     PushButton PB_ADDTABLE
74     {
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" ;
79         TabStop = TRUE ;
80         DefButton = TRUE ;
81     };
83     CancelButton PB_CLOSE
84     {
85         Pos = MAP_APPFONT ( 123 , 22 ) ;
86         Size = MAP_APPFONT ( 50 , 14 ) ;
87         HelpId = HID_JOINSH_ADDTAB_CLOSE;
88         Text [ en-US ] = "~Close" ;
89         TabStop = TRUE ;
90     };
92     HelpButton PB_HELP
93     {
94         Pos = MAP_APPFONT ( 123 , 43 ) ;
95         Size = MAP_APPFONT ( 50 , 14 ) ;
96         TabStop = TRUE ;
97     };
99     String STR_ADD_TABLES
100     {
101         Text [ en-US ] = "Add Tables";
102     };
104     String STR_ADD_TABLE_OR_QUERY
105     {
106         Text [ en-US ] = "Add Table or Query" ;
107     };