1 /*************************************************************************
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 * Copyright 2000, 2010 Oracle and/or its affiliates.
7 * OpenOffice.org - a multi-platform office productivity suite
9 * This file is part of OpenOffice.org.
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.
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).
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.
26 ************************************************************************/
28 #ifndef DBAUI_QUERYORDER_HRC
29 #include "queryorder.hrc"
31 #include "dbaccess_helpid.hrc"
33 ModalDialog DLG_ORDERCRIT
38 HelpId = HID_DLG_ORDERCRIT ;
39 Size = MAP_APPFONT ( 252 , 76 ) ;
40 Text [ en-US ] = "Sort Order" ;
43 ListBox LB_ORDERFIELD1
45 HelpID = "dbaccess:ListBox:DLG_ORDERCRIT:LB_ORDERFIELD1";
47 Pos = MAP_APPFONT ( 59 , 25 ) ;
48 Size = MAP_APPFONT ( 60 , 72 ) ;
53 ListBox LB_ORDERVALUE1
55 HelpID = "dbaccess:ListBox:DLG_ORDERCRIT:LB_ORDERVALUE1";
57 Pos = MAP_APPFONT ( 123 , 25 ) ;
58 Size = MAP_APPFONT ( 60 , 36 ) ;
62 StringList [ en-US ] =
64 < "ascending" ; Default ; > ;
65 < "descending" ; Default ; > ;
68 ListBox LB_ORDERFIELD2
70 HelpID = "dbaccess:ListBox:DLG_ORDERCRIT:LB_ORDERFIELD2";
72 Pos = MAP_APPFONT ( 59 , 41 ) ;
73 Size = MAP_APPFONT ( 60 , 72 ) ;
78 ListBox LB_ORDERVALUE2
80 HelpID = "dbaccess:ListBox:DLG_ORDERCRIT:LB_ORDERVALUE2";
82 Pos = MAP_APPFONT ( 123 , 41 ) ;
83 Size = MAP_APPFONT ( 60 , 36 ) ;
87 StringList [ en-US ] =
89 < "ascending" ; Default ; > ;
90 < "descending" ; Default ; > ;
93 ListBox LB_ORDERFIELD3
95 HelpID = "dbaccess:ListBox:DLG_ORDERCRIT:LB_ORDERFIELD3";
97 Pos = MAP_APPFONT ( 59 , 57 ) ;
98 Size = MAP_APPFONT ( 60 , 72 ) ;
101 DDExtraWidth = TRUE ;
103 ListBox LB_ORDERVALUE3
105 HelpID = "dbaccess:ListBox:DLG_ORDERCRIT:LB_ORDERVALUE3";
107 Pos = MAP_APPFONT ( 123 , 57 ) ;
108 Size = MAP_APPFONT ( 60 , 36 ) ;
112 StringList [ en-US ] =
114 < "ascending" ; Default ; > ;
115 < "descending" ; Default ; > ;
118 FixedText FT_ORDERFIELD
120 Pos = MAP_APPFONT ( 58 , 14 ) ;
121 Size = MAP_APPFONT ( 60 , 8 ) ;
122 Text [ en-US ] = "Field name" ;
126 FixedText FT_ORDERAFTER1
128 Pos = MAP_APPFONT ( 12 , 43 ) ;
129 Size = MAP_APPFONT ( 40 , 8 ) ;
130 Text [ en-US ] = "and then" ;
132 FixedText FT_ORDERAFTER2
134 Pos = MAP_APPFONT ( 12 , 59 ) ;
135 Size = MAP_APPFONT ( 40 , 8 ) ;
136 Text [ en-US ] = "and then" ;
138 FixedText FT_ORDEROPER
140 Pos = MAP_APPFONT ( 12 , 14 ) ;
141 Size = MAP_APPFONT ( 46 , 8 ) ;
142 Text [ en-US ] = "Operator" ;
144 FixedText FT_ORDERDIR
146 Pos = MAP_APPFONT ( 122 , 14 ) ;
147 Size = MAP_APPFONT ( 60 , 8 ) ;
148 Text [ en-US ] = "Order" ;
153 Pos = MAP_APPFONT ( 196 , 6 ) ;
154 Size = MAP_APPFONT ( 50 , 14 ) ;
158 CancelButton BT_CANCEL
160 Pos = MAP_APPFONT ( 196 , 23 ) ;
161 Size = MAP_APPFONT ( 50 , 14 ) ;
166 Pos = MAP_APPFONT ( 196 , 43 ) ;
167 Size = MAP_APPFONT ( 50 , 14 ) ;
172 Pos = MAP_APPFONT ( 6 , 3 ) ;
173 Size = MAP_APPFONT ( 184 , 8 ) ;
174 Text [ en-US ] = "Sort order" ;
178 Text [ en-US ] = "<none>" ;