xref: /aoo4110/main/dbaccess/source/ui/dlg/adtabdlg.src (revision b1cdbd2c)
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
25#ifndef DBAUI_ADTABDLG_HRC
26#include "adtabdlg.hrc"
27#endif
28#include "dbaccess_helpid.hrc"
29#ifndef _DBU_DLG_HRC_
30#include "dbu_dlg.hrc"
31#endif
32
33ModelessDialog DLG_JOIN_TABADD
34{
35	OutputSize = TRUE ;
36	SVLook = TRUE ;
37	HelpID = HID_DLG_JOIN_TABADD ;
38    Size = MAP_APPFONT ( 178 , 147 ) ;
39	Moveable = TRUE ;
40	Closeable = TRUE ;
41	Hide = TRUE ;
42
43    RadioButton RB_CASE_TABLES
44    {
45        HelpID = "dbaccess:RadioButton:DLG_JOIN_TABADD:RB_CASE_TABLES";
46        Pos = MAP_APPFONT( 6, 6 );
47        Size = MAP_APPFONT( 50, 8 );
48        Text [ en-US ] = "Tables";
49    };
50
51    RadioButton RB_CASE_QUERIES
52    {
53        HelpID = "dbaccess:RadioButton:DLG_JOIN_TABADD:RB_CASE_QUERIES";
54        Pos = MAP_APPFONT( 62, 6 );
55        Size = MAP_APPFONT( 50, 8 );
56        Text [ en-US ] = "Queries";
57    };
58
59	Control LB_TABLE_OR_QUERY
60	{
61		Border = TRUE ;
62		Pos = MAP_APPFONT ( 6 , 18 ) ;
63		Size = MAP_APPFONT ( 106 , 122 ) ;
64		TabStop = TRUE ;
65		Hide = TRUE;
66		Group = TRUE;
67	};
68	PushButton PB_ADDTABLE
69	{
70	    HelpID = "dbaccess:PushButton:DLG_JOIN_TABADD:PB_ADDTABLE";
71		Pos = MAP_APPFONT ( 123 , 6 ) ;
72		Size = MAP_APPFONT ( 50 , 14 ) ;
73		Text [ en-US ] = "~Add" ;
74		TabStop = TRUE ;
75		DefButton = TRUE ;
76	};
77	CancelButton PB_CLOSE
78	{
79		Pos = MAP_APPFONT ( 123 , 22 ) ;
80		Size = MAP_APPFONT ( 50 , 14 ) ;
81		HelpId = HID_JOINSH_ADDTAB_CLOSE;
82		Text [ en-US ] = "~Close" ;
83		TabStop = TRUE ;
84	};
85	HelpButton PB_HELP
86	{
87		Pos = MAP_APPFONT ( 123 , 43 ) ;
88		Size = MAP_APPFONT ( 50 , 14 ) ;
89		TabStop = TRUE ;
90	};
91
92    String STR_ADD_TABLES
93    {
94        Text [ en-US ] = "Add Tables";
95    };
96
97    String STR_ADD_TABLE_OR_QUERY
98    {
99	    Text [ en-US ] = "Add Table or Query" ;
100	};
101};
102