Version 3.6.0.2, tag libreoffice-3.6.0.2
[LibreOffice.git] / dbaccess / source / ui / dlg / RelationDlg.src
blob90602e37c4a91a7825c288f555b48c4ecb02e877
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  ************************************************************************/
28 #ifndef DBAUI_RELATIONDIALOG_HRC
29 #include "RelationDlg.hrc"
30 #endif
31 #ifndef _DBU_DLG_HRC_
32 #include "dbu_dlg.hrc"
33 #endif
34 #include "dbaccess_helpid.hrc"
36 ModalDialog DLG_REL_PROPERTIES
38     HelpID = "dbaccess:ModalDialog:DLG_REL_PROPERTIES";
39     OutputSize = TRUE ;
40     SVLook = TRUE ;
41     Size = MAP_APPFONT ( 186 , 205 ) ;
42     Text [ en-US ] = "Relations" ;
43     Moveable = TRUE ;
44     Closeable = TRUE ;
46     Window WND_CONTROL
47     {
48         Pos = MAP_APPFONT( 0, 0 );
49         Size = MAP_APPFONT( 186, 113 );
50         DialogControl = TRUE;
51         HelpId        = HID_DLG_QRY_WINDOW_CONTROL ;
53         FixedLine FL_INVOLVED_TABLES
54         {
55             Pos = MAP_APPFONT ( 6 , 3 ) ;
56             Size = MAP_APPFONT ( 174 , 8 ) ;
57             Text [ en-US ] = "Tables involved";
58         };
60         ListBox LB_LEFT_TABLE
61         {
62             Border = TRUE;
63             Pos = MAP_APPFONT( 12, 14 );
64             Size = MAP_APPFONT( 78, 60 );
65             HelpId   = HID_DLG_QRY_LEFT_TABLE ;
66             DropDown = TRUE;
67             TabStop = TRUE;
68         };
70         ListBox LB_RIGHT_TABLE
71         {
72             Border = TRUE;
73             Pos = MAP_APPFONT( 96, 14 );
74             Size = MAP_APPFONT( 78, 60 );
75             HelpId   = HID_DLG_QRY_RIGHT_TABLE ;
76             DropDown = TRUE;
77             TabStop = TRUE;
78         };
80         FixedLine FL_INVOLVED_FIELDS
81         {
82             Pos = MAP_APPFONT ( 6 , 29 ) ;
83             Size = MAP_APPFONT ( 174 , 8 ) ;
84             Text [ en-US ] = "Fields involved";
85         };
86     };
88     FixedLine FL_CASC_UPD
89     {
90         Pos = MAP_APPFONT ( 6 , 114 ) ;
91         Size = MAP_APPFONT ( 84 , 8 ) ;
92         Text [ en-US ] = "Update options" ;
93     };
94     RadioButton RB_NO_CASC_UPD
95     {
96         Pos = MAP_APPFONT ( 12 , 125 ) ;
97         Size = MAP_APPFONT ( 72 , 10 ) ;
98         TabStop = TRUE ;
99         HelpId  = HID_DLG_REL_NO_CASC_UPD;
100         Text [ en-US ] = "~No action" ;
101     };
102     RadioButton RB_CASC_UPD
103     {
104         Pos = MAP_APPFONT ( 12 , 139 ) ;
105         Size = MAP_APPFONT ( 72 , 10 ) ;
106         HelpId  = HID_DLG_REL_CASC_UPD ;
107         Text [ en-US ] = "~Update cascade" ;
108     };
109     RadioButton RB_CASC_UPD_NULL
110     {
111         Pos = MAP_APPFONT ( 12 , 153 ) ;
112         Size = MAP_APPFONT ( 72 , 10 ) ;
113         HelpId  = HID_DLG_REL_CASC_UPD_NULL ;
114         Text [ en-US ] = "~Set null" ;
115     };
116     RadioButton RB_CASC_UPD_DEFAULT
117     {
118         Pos = MAP_APPFONT ( 12 , 167 ) ;
119         Size = MAP_APPFONT ( 72 , 10 ) ;
120         HelpId  = HID_DLG_REL_CASC_UPD_DEFAULT ;
121         Text [ en-US ] = "Set ~default" ;
122     };
123     FixedLine FL_CASC_DEL
124     {
125         Pos = MAP_APPFONT ( 96 , 114 ) ;
126         Size = MAP_APPFONT ( 84 , 8 ) ;
127         Text [ en-US ] = "Delete options" ;
128     };
129     RadioButton RB_NO_CASC_DEL
130     {
131         Pos = MAP_APPFONT ( 102 , 125 ) ;
132         Size = MAP_APPFONT ( 72 , 10 ) ;
133         TabStop = TRUE ;
134         HelpId  = HID_DLG_REL_NO_CASC_DEL ;
135         Text [ en-US ] = "~No action" ;
136     };
137     RadioButton RB_CASC_DEL
138     {
139         Pos = MAP_APPFONT ( 102 , 139 ) ;
140         Size = MAP_APPFONT ( 72 , 10 ) ;
141         HelpId  = HID_DLG_REL_CASC_DEL ;
142         Text [ en-US ] = "Delete ~cascade" ;
143     };
144     RadioButton RB_CASC_DEL_NULL
145     {
146         Pos = MAP_APPFONT ( 102 , 153 ) ;
147         Size = MAP_APPFONT ( 72 , 10 ) ;
148         HelpId  = HID_DLG_REL_CASC_DEL_NULL ;
149         Text [ en-US ] = "~Set null" ;
150     };
151     RadioButton RB_CASC_DEL_DEFAULT
152     {
153         Pos = MAP_APPFONT ( 102 , 167 ) ;
154         Size = MAP_APPFONT ( 72 , 10 ) ;
155         HelpId  = HID_DLG_REL_CASC_DEL_DEFAULT ;
156         Text [ en-US ] = "Set ~default" ;
157     };
159     OKButton PB_OK
160     {
161         Pos = MAP_APPFONT ( 6 , 184 ) ;
162         Size = MAP_APPFONT ( 50 , 14 ) ;
163         TabStop = TRUE ;
164         DefButton = TRUE ;
165     };
166     CancelButton PB_CANCEL
167     {
168         Pos = MAP_APPFONT ( 59 , 184 ) ;
169         Size = MAP_APPFONT ( 50 , 14 ) ;
170         TabStop = TRUE ;
171     };
172     HelpButton PB_HELP
173     {
174         Pos = MAP_APPFONT ( 115 , 184 ) ;
175         Size = MAP_APPFONT ( 50 , 14 ) ;
176         TabStop = TRUE ;
177     };