update dev300-m58
[ooovba.git] / dbaccess / source / ui / dlg / RelationDlg.src
blob5a46e358ca2107672c95fbde0f3c04261484c9d8
1 /*************************************************************************
2  *
3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4  * 
5  * Copyright 2008 by Sun Microsystems, Inc.
6  *
7  * OpenOffice.org - a multi-platform office productivity suite
8  *
9  * $RCSfile: RelationDlg.src,v $
10  * $Revision: 1.41 $
11  *
12  * This file is part of OpenOffice.org.
13  *
14  * OpenOffice.org is free software: you can redistribute it and/or modify
15  * it under the terms of the GNU Lesser General Public License version 3
16  * only, as published by the Free Software Foundation.
17  *
18  * OpenOffice.org is distributed in the hope that it will be useful,
19  * but WITHOUT ANY WARRANTY; without even the implied warranty of
20  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21  * GNU Lesser General Public License version 3 for more details
22  * (a copy is included in the LICENSE file that accompanied this code).
23  *
24  * You should have received a copy of the GNU Lesser General Public License
25  * version 3 along with OpenOffice.org.  If not, see
26  * <http://www.openoffice.org/license.html>
27  * for a copy of the LGPLv3 License.
28  *
29  ************************************************************************/
31 #ifndef DBAUI_RELATIONDIALOG_HRC
32 #include "RelationDlg.hrc"
33 #endif
34 #ifndef _DBU_DLG_HRC_
35 #include "dbu_dlg.hrc"
36 #endif
37 #include "dbaccess_helpid.hrc"
40 ModalDialog DLG_REL_PROPERTIES
42     OutputSize = TRUE ;
43     SVLook = TRUE ;
44     Size = MAP_APPFONT ( 186 , 205 ) ;
45     Text [ en-US ] = "Relations" ;
46     Moveable = TRUE ;
47     Closeable = TRUE ;
50     Window WND_CONTROL
51     {
52         Pos = MAP_APPFONT( 0, 0 );
53         Size = MAP_APPFONT( 186, 113 );
54         DialogControl = TRUE;
55         HelpId        = HID_DLG_QRY_WINDOW_CONTROL ;
57         FixedLine FL_INVOLVED_TABLES
58         {
59             Pos = MAP_APPFONT ( 6 , 3 ) ;
60             Size = MAP_APPFONT ( 174 , 8 ) ;
61             Text [ en-US ] = "Tables involved";
62         };
64         ListBox LB_LEFT_TABLE
65         {
66             Border = TRUE;
67             Pos = MAP_APPFONT( 12, 14 );
68             Size = MAP_APPFONT( 78, 60 );
69             HelpId   = HID_DLG_QRY_LEFT_TABLE ;
70             DropDown = TRUE;
71             TabStop = TRUE;
72         };
74         ListBox LB_RIGHT_TABLE
75         {
76             Border = TRUE;
77             Pos = MAP_APPFONT( 96, 14 );
78             Size = MAP_APPFONT( 78, 60 );
79             HelpId   = HID_DLG_QRY_RIGHT_TABLE ;
80             DropDown = TRUE;
81             TabStop = TRUE;
82         };
84         FixedLine FL_INVOLVED_FIELDS
85         {
86             Pos = MAP_APPFONT ( 6 , 29 ) ;
87             Size = MAP_APPFONT ( 174 , 8 ) ;
88             Text [ en-US ] = "Fields involved";
89         };
90     };
92     
93     
95     FixedLine FL_CASC_UPD
96     {
97         Pos = MAP_APPFONT ( 6 , 114 ) ;
98         Size = MAP_APPFONT ( 84 , 8 ) ;
99         Text [ en-US ] = "Update options" ;
100     };
101     RadioButton RB_NO_CASC_UPD
102     {
103         Pos = MAP_APPFONT ( 12 , 125 ) ;
104         Size = MAP_APPFONT ( 72 , 10 ) ;
105         TabStop = TRUE ;
106         HelpId  = HID_DLG_REL_NO_CASC_UPD;
107         Text [ en-US ] = "~No action" ;
108     };
109     RadioButton RB_CASC_UPD
110     {
111         Pos = MAP_APPFONT ( 12 , 139 ) ;
112         Size = MAP_APPFONT ( 72 , 10 ) ;
113         HelpId  = HID_DLG_REL_CASC_UPD ;
114         Text [ en-US ] = "~Update cascade" ;
115     };
116     RadioButton RB_CASC_UPD_NULL
117     {
118         Pos = MAP_APPFONT ( 12 , 153 ) ;
119         Size = MAP_APPFONT ( 72 , 10 ) ;
120         HelpId  = HID_DLG_REL_CASC_UPD_NULL ;
121         Text [ en-US ] = "~Set null" ;
122     };
123     RadioButton RB_CASC_UPD_DEFAULT
124     {
125         Pos = MAP_APPFONT ( 12 , 167 ) ;
126         Size = MAP_APPFONT ( 72 , 10 ) ;
127         HelpId  = HID_DLG_REL_CASC_UPD_DEFAULT ;
128         Text [ en-US ] = "Set ~default" ;
129     };
130 // zweite FixedLine
131     FixedLine FL_CASC_DEL
132     {
133         Pos = MAP_APPFONT ( 96 , 114 ) ;
134         Size = MAP_APPFONT ( 84 , 8 ) ;
135         Text [ en-US ] = "Delete options" ;
136     };
137     RadioButton RB_NO_CASC_DEL
138     {
139         Pos = MAP_APPFONT ( 102 , 125 ) ;
140         Size = MAP_APPFONT ( 72 , 10 ) ;
141         TabStop = TRUE ;
142         HelpId  = HID_DLG_REL_NO_CASC_DEL ;
143         Text [ en-US ] = "~No action" ;
144     };
145     RadioButton RB_CASC_DEL
146     {
147         Pos = MAP_APPFONT ( 102 , 139 ) ;
148         Size = MAP_APPFONT ( 72 , 10 ) ;
149         HelpId  = HID_DLG_REL_CASC_DEL ;
150         Text [ en-US ] = "Delete ~cascade" ;
151     };
152     RadioButton RB_CASC_DEL_NULL
153     {
154         Pos = MAP_APPFONT ( 102 , 153 ) ;
155         Size = MAP_APPFONT ( 72 , 10 ) ;
156         HelpId  = HID_DLG_REL_CASC_DEL_NULL ;
157         Text [ en-US ] = "~Set null" ;
158     };
159     RadioButton RB_CASC_DEL_DEFAULT
160     {
161         Pos = MAP_APPFONT ( 102 , 167 ) ;
162         Size = MAP_APPFONT ( 72 , 10 ) ;
163         HelpId  = HID_DLG_REL_CASC_DEL_DEFAULT ;
164         Text [ en-US ] = "Set ~default" ;
165     };
167     OKButton PB_OK
168     {
169         Pos = MAP_APPFONT ( 6 , 184 ) ;
170         Size = MAP_APPFONT ( 50 , 14 ) ;
171         TabStop = TRUE ;
172         DefButton = TRUE ;
173     };
174     CancelButton PB_CANCEL
175     {
176         Pos = MAP_APPFONT ( 59 , 184 ) ;
177         Size = MAP_APPFONT ( 50 , 14 ) ;
178         TabStop = TRUE ;
179     };
180     HelpButton PB_HELP
181     {
182         Pos = MAP_APPFONT ( 115 , 184 ) ;
183         Size = MAP_APPFONT ( 50 , 14 ) ;
184         TabStop = TRUE ;
185     };