1 /*************************************************************************
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 * Copyright 2008 by Sun Microsystems, Inc.
7 * OpenOffice.org - a multi-platform office productivity suite
9 * $RCSfile: queryorder.src,v $
12 * This file is part of OpenOffice.org.
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.
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).
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.
29 ************************************************************************/
31 #ifndef DBAUI_QUERYORDER_HRC
32 #include "queryorder.hrc"
34 #include "dbaccess_helpid.hrc"
36 ModalDialog DLG_ORDERCRIT
41 HelpId = HID_DLG_ORDERCRIT ;
42 Size = MAP_APPFONT ( 252 , 76 ) ;
43 Text [ en-US ] = "Sort Order" ;
46 ListBox LB_ORDERFIELD1
49 Pos = MAP_APPFONT ( 59 , 25 ) ;
50 Size = MAP_APPFONT ( 60 , 72 ) ;
55 ListBox LB_ORDERVALUE1
58 Pos = MAP_APPFONT ( 123 , 25 ) ;
59 Size = MAP_APPFONT ( 60 , 36 ) ;
63 StringList [ en-US ] =
65 < "ascending" ; Default ; > ;
66 < "descending" ; Default ; > ;
69 ListBox LB_ORDERFIELD2
72 Pos = MAP_APPFONT ( 59 , 41 ) ;
73 Size = MAP_APPFONT ( 60 , 72 ) ;
78 ListBox LB_ORDERVALUE2
81 Pos = MAP_APPFONT ( 123 , 41 ) ;
82 Size = MAP_APPFONT ( 60 , 36 ) ;
86 StringList [ en-US ] =
88 < "ascending" ; Default ; > ;
89 < "descending" ; Default ; > ;
92 ListBox LB_ORDERFIELD3
95 Pos = MAP_APPFONT ( 59 , 57 ) ;
96 Size = MAP_APPFONT ( 60 , 72 ) ;
101 ListBox LB_ORDERVALUE3
104 Pos = MAP_APPFONT ( 123 , 57 ) ;
105 Size = MAP_APPFONT ( 60 , 36 ) ;
109 StringList [ en-US ] =
111 < "ascending" ; Default ; > ;
112 < "descending" ; Default ; > ;
115 FixedText FT_ORDERFIELD
117 Pos = MAP_APPFONT ( 58 , 14 ) ;
118 Size = MAP_APPFONT ( 60 , 8 ) ;
119 Text [ en-US ] = "Field name" ;
123 FixedText FT_ORDERAFTER1
125 Pos = MAP_APPFONT ( 12 , 43 ) ;
126 Size = MAP_APPFONT ( 40 , 8 ) ;
127 Text [ en-US ] = "and then" ;
129 FixedText FT_ORDERAFTER2
131 Pos = MAP_APPFONT ( 12 , 59 ) ;
132 Size = MAP_APPFONT ( 40 , 8 ) ;
133 Text [ en-US ] = "and then" ;
135 FixedText FT_ORDEROPER
137 Pos = MAP_APPFONT ( 12 , 14 ) ;
138 Size = MAP_APPFONT ( 46 , 8 ) ;
139 /* ### ACHTUNG: Neuer Text in Resource? Verknüpfung : Verkn³pfung */
140 Text [ en-US ] = "Operator" ;
142 FixedText FT_ORDERDIR
144 Pos = MAP_APPFONT ( 122 , 14 ) ;
145 Size = MAP_APPFONT ( 60 , 8 ) ;
146 Text [ en-US ] = "Order" ;
151 Pos = MAP_APPFONT ( 196 , 6 ) ;
152 Size = MAP_APPFONT ( 50 , 14 ) ;
156 CancelButton BT_CANCEL
158 Pos = MAP_APPFONT ( 196 , 23 ) ;
159 Size = MAP_APPFONT ( 50 , 14 ) ;
164 Pos = MAP_APPFONT ( 196 , 43 ) ;
165 Size = MAP_APPFONT ( 50 , 14 ) ;
170 Pos = MAP_APPFONT ( 6 , 3 ) ;
171 Size = MAP_APPFONT ( 184 , 8 ) ;
172 Text [ en-US ] = "Sort order" ;
176 Text [ en-US ] = "<none>" ;