Update ooo320-m1
[ooovba.git] / dbaccess / source / ui / dlg / queryfilter.src
blob246f75f9c20f94baa68fa8635b1dcfc08bd76ef2
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: queryfilter.src,v $
10  * $Revision: 1.36 $
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_QUERYFILTER_HRC
32 #include "queryfilter.hrc"
33 #endif
34 #include "dbaccess_helpid.hrc"
37 #define STRLST_AND_OR \
38     StringList [ en-US ] = \
39     {\
40         < "AND" ; Default ; > ; \
41         < "OR" ; Default ; > ; \
42     };\
45 ModalDialog DLG_FILTERCRIT
47     OutputSize = TRUE ;
48     Hide = TRUE ;
49     SVLook = TRUE ;
50     Size = MAP_APPFONT ( 303 , 76 ) ;
51     /* These strings are equal to the toolbox bubble helptext from MID_SBA_QRY_FILTERCRIT in toolbox.hrc */
52     Text [ en-US ] ="Standard Filter";
54     Moveable = TRUE ;
55     Closeable = TRUE ;
56     HelpId = HID_DLG_FILTERCRIT ;
57     ListBox LB_WHEREFIELD1
58     {
59         Border = TRUE ;
60         Pos = MAP_APPFONT ( 60 , 25 ) ;
61         Size = MAP_APPFONT ( 60 , 90 ) ;
62         TabStop = TRUE ;
63         DropDown = TRUE ;
64     };
65     ListBox LB_WHERECOMP1
66     {
67         Border = TRUE ;
68         Pos = MAP_APPFONT ( 124 , 25 ) ;
69         Size = MAP_APPFONT ( 49 , 72 ) ;
70         TabStop = TRUE ;
71         DDExtraWidth = TRUE ;
72         DropDown = TRUE ;
73         CurPos = 0 ;
74     };
75     Edit ET_WHEREVALUE1
76     {
77         Border = TRUE ;
78         Pos = MAP_APPFONT ( 177 , 25 ) ;
79         Size = MAP_APPFONT ( 60 , 12 ) ;
80         TabStop = TRUE ;
81     };
82     ListBox LB_WHERECOND2
83     {
84         Border = TRUE ;
85         Pos = MAP_APPFONT ( 15 , 41 ) ;
86         Size = MAP_APPFONT ( 41 , 36 ) ;
87         TabStop = TRUE ;
88         DropDown = TRUE ;
89         CurPos = 0 ;
90 //              STRLST_AND_OR
91         StringList [ en-US ] =
92         {
93             < "AND" ; Default ; > ; 
94             < "OR" ; Default ; > ; 
95         };
96     };
97     ListBox LB_WHEREFIELD2
98     {
99         Border = TRUE ;
100         Pos = MAP_APPFONT ( 60 , 41 ) ;
101         Size = MAP_APPFONT ( 60 , 90 ) ;
102         TabStop = TRUE ;
103         DropDown = TRUE ;
104     };
105     ListBox LB_WHERECOMP2
106     {
107         Border = TRUE ;
108         Pos = MAP_APPFONT ( 124 , 41 ) ;
109         Size = MAP_APPFONT ( 49 , 72 ) ;
110         TabStop = TRUE ;
111         DropDown = TRUE ;
112         DDExtraWidth = TRUE ;
113         CurPos = 0 ;
114     };
115     Edit ET_WHEREVALUE2
116     {
117         Border = TRUE ;
118         Pos = MAP_APPFONT ( 177 , 41 ) ;
119         Size = MAP_APPFONT ( 60 , 12 ) ;
120         TabStop = TRUE ;
121     };
122     ListBox LB_WHERECOND3
123     {
124         Border = TRUE ;
125         Pos = MAP_APPFONT ( 15 , 57 ) ;
126         Size = MAP_APPFONT ( 41 , 36 ) ;
127         TabStop = TRUE ;
128         DropDown = TRUE ;
129         CurPos = 0 ;
130 //              STRLST_AND_OR
131         StringList [ en-US ] =
132         {
133             < "AND" ; Default ; > ; 
134             < "OR" ; Default ; > ; 
135         };
136     };
137     ListBox LB_WHEREFIELD3
138     {
139         Border = TRUE ;
140         Pos = MAP_APPFONT ( 60 , 57 ) ;
141         Size = MAP_APPFONT ( 60 , 90 ) ;
142         TabStop = TRUE ;
143         DropDown = TRUE ;
144     };
145     ListBox LB_WHERECOMP3
146     {
147         Border = TRUE ;
148         Pos = MAP_APPFONT ( 124 , 57 ) ;
149         Size = MAP_APPFONT ( 49 , 72 ) ;
150         TabStop = TRUE ;
151         DropDown = TRUE ;
152         DDExtraWidth = TRUE ;
153         CurPos = 0 ;
154     };
155     Edit ET_WHEREVALUE3
156     {
157         Border = TRUE ;
158         Pos = MAP_APPFONT ( 177 , 57 ) ;
159         Size = MAP_APPFONT ( 60 , 12 ) ;
160         TabStop = TRUE ;
161     };
162     FixedText FT_WHEREFIELD
163     {
164         Pos = MAP_APPFONT ( 60 , 14 ) ;
165         Size = MAP_APPFONT ( 60 , 8 ) ;
166         Center = TRUE ;
167         Text [ en-US ] = "Field name" ;
168     };
169     FixedText FT_WHERECOMP
170     {
171         Pos = MAP_APPFONT ( 124 , 14 ) ;
172         Size = MAP_APPFONT ( 50 , 8 ) ;
173         Center = TRUE ;
174         Text [ en-US ] = "Condition" ;
175     };
176     FixedText FT_WHEREVALUE
177     {
178         Pos = MAP_APPFONT ( 177 , 14 ) ;
179         Size = MAP_APPFONT ( 60 , 8 ) ;
180         Center = TRUE ;
181         Text [ en-US ] = "Value" ;
182     };
183     FixedText FT_WHEREOPER
184     {
185         Pos = MAP_APPFONT ( 15 , 14 ) ;
186         Size = MAP_APPFONT ( 40 , 8 ) ;
187         /* ### ACHTUNG: Neuer Text in Resource? Verknüpfung : Verkn³pfung */
188         Center = TRUE ;
189         Text [ en-US ] = "Operator" ;
190     };
191     FixedLine FL_FIELDS
192     {
193         Pos = MAP_APPFONT ( 6 , 3 ) ;
194         Size = MAP_APPFONT ( 236 , 8 ) ;
195         Text [ en-US ] = "Criteria" ;
196     };
197     OKButton BT_OK
198     {
199         Pos = MAP_APPFONT ( 249 , 6 ) ;
200         Size = MAP_APPFONT ( 50 , 14 ) ;
201         TabStop = TRUE ;
202         DefButton = TRUE ;
203     };
204     CancelButton BT_CANCEL
205     {
206         Pos = MAP_APPFONT ( 249 , 23 ) ;
207         Size = MAP_APPFONT ( 50 , 14 ) ;
208         TabStop = TRUE ;
209     };
210     HelpButton BT_HELP
211     {
212         Pos = MAP_APPFONT ( 249 , 43 ) ;
213         Size = MAP_APPFONT ( 50 , 14 ) ;
214         TabStop = TRUE ;
215     };
216     String STR_NOENTRY
217     {
218         Text [ en-US ] = "- none -" ;
219     };
220     String STR_COMPARE_OPERATORS
221     {
222         Text [ en-US ] = "=;<>;<;<=;>;>=;like;not like;null;not null";
223     };