1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
3 * This file is part of the LibreOffice project.
5 * This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
9 * This file incorporates work covered by the following license notice:
11 * Licensed to the Apache Software Foundation (ASF) under one or more
12 * contributor license agreements. See the NOTICE file distributed
13 * with this work for additional information regarding copyright
14 * ownership. The ASF licenses this file to you under the Apache
15 * License, Version 2.0 (the "License"); you may not use this file
16 * except in compliance with the License. You may obtain a copy of
17 * the License at http://www.apache.org/licenses/LICENSE-2.0 .
20 #include "queryorder.hrc"
21 #include "dbaccess_helpid.hrc"
23 ModalDialog DLG_ORDERCRIT
28 HelpId = HID_DLG_ORDERCRIT ;
29 Size = MAP_APPFONT ( 252 , 76 ) ;
30 Text [ en-US ] = "Sort Order" ;
33 ListBox LB_ORDERFIELD1
35 HelpID = "dbaccess:ListBox:DLG_ORDERCRIT:LB_ORDERFIELD1";
37 Pos = MAP_APPFONT ( 59 , 25 ) ;
38 Size = MAP_APPFONT ( 60 , 72 ) ;
43 ListBox LB_ORDERVALUE1
45 HelpID = "dbaccess:ListBox:DLG_ORDERCRIT:LB_ORDERVALUE1";
47 Pos = MAP_APPFONT ( 123 , 25 ) ;
48 Size = MAP_APPFONT ( 60 , 36 ) ;
52 StringList [ en-US ] =
54 < "ascending" ; Default ; > ;
55 < "descending" ; Default ; > ;
58 ListBox LB_ORDERFIELD2
60 HelpID = "dbaccess:ListBox:DLG_ORDERCRIT:LB_ORDERFIELD2";
62 Pos = MAP_APPFONT ( 59 , 41 ) ;
63 Size = MAP_APPFONT ( 60 , 72 ) ;
68 ListBox LB_ORDERVALUE2
70 HelpID = "dbaccess:ListBox:DLG_ORDERCRIT:LB_ORDERVALUE2";
72 Pos = MAP_APPFONT ( 123 , 41 ) ;
73 Size = MAP_APPFONT ( 60 , 36 ) ;
77 StringList [ en-US ] =
79 < "ascending" ; Default ; > ;
80 < "descending" ; Default ; > ;
83 ListBox LB_ORDERFIELD3
85 HelpID = "dbaccess:ListBox:DLG_ORDERCRIT:LB_ORDERFIELD3";
87 Pos = MAP_APPFONT ( 59 , 57 ) ;
88 Size = MAP_APPFONT ( 60 , 72 ) ;
93 ListBox LB_ORDERVALUE3
95 HelpID = "dbaccess:ListBox:DLG_ORDERCRIT:LB_ORDERVALUE3";
97 Pos = MAP_APPFONT ( 123 , 57 ) ;
98 Size = MAP_APPFONT ( 60 , 36 ) ;
102 StringList [ en-US ] =
104 < "ascending" ; Default ; > ;
105 < "descending" ; Default ; > ;
108 FixedText FT_ORDERFIELD
110 Pos = MAP_APPFONT ( 58 , 14 ) ;
111 Size = MAP_APPFONT ( 60 , 8 ) ;
112 Text [ en-US ] = "Field name" ;
116 FixedText FT_ORDERAFTER1
118 Pos = MAP_APPFONT ( 12 , 43 ) ;
119 Size = MAP_APPFONT ( 40 , 8 ) ;
120 Text [ en-US ] = "and then" ;
122 FixedText FT_ORDERAFTER2
124 Pos = MAP_APPFONT ( 12 , 59 ) ;
125 Size = MAP_APPFONT ( 40 , 8 ) ;
126 Text [ en-US ] = "and then" ;
128 FixedText FT_ORDEROPER
130 Pos = MAP_APPFONT ( 12 , 14 ) ;
131 Size = MAP_APPFONT ( 46 , 8 ) ;
132 Text [ en-US ] = "Operator" ;
134 FixedText FT_ORDERDIR
136 Pos = MAP_APPFONT ( 122 , 14 ) ;
137 Size = MAP_APPFONT ( 60 , 8 ) ;
138 Text [ en-US ] = "Order" ;
143 Pos = MAP_APPFONT ( 196 , 6 ) ;
144 Size = MAP_APPFONT ( 50 , 14 ) ;
148 CancelButton BT_CANCEL
150 Pos = MAP_APPFONT ( 196 , 23 ) ;
151 Size = MAP_APPFONT ( 50 , 14 ) ;
156 Pos = MAP_APPFONT ( 196 , 43 ) ;
157 Size = MAP_APPFONT ( 50 , 14 ) ;
162 Pos = MAP_APPFONT ( 6 , 3 ) ;
163 Size = MAP_APPFONT ( 184 , 8 ) ;
164 Text [ en-US ] = "Sort order" ;
168 Text [ en-US ] = "<none>" ;
172 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */