bump product version to 4.1.6.2
[LibreOffice.git] / dbaccess / source / ui / dlg / queryorder.src
blobce0af5663de8ef1e23a7c840b08a38498b82e194
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
3  * This file is part of the LibreOffice project.
4  *
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/.
8  *
9  * This file incorporates work covered by the following license notice:
10  *
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 .
18  */
20 #include "queryorder.hrc"
21 #include "dbaccess_helpid.hrc"
23 ModalDialog DLG_ORDERCRIT
25     OutputSize = TRUE ;
26     Border = TRUE ;
27     SVLook = TRUE ;
28     HelpId = HID_DLG_ORDERCRIT ;
29     Size = MAP_APPFONT ( 252 , 76 ) ;
30     Text [ en-US ] = "Sort Order" ;
31     Moveable = TRUE ;
32     Closeable = TRUE ;
33     ListBox LB_ORDERFIELD1
34     {
35         HelpID = "dbaccess:ListBox:DLG_ORDERCRIT:LB_ORDERFIELD1";
36         Border = TRUE ;
37         Pos = MAP_APPFONT ( 59 , 25 ) ;
38         Size = MAP_APPFONT ( 60 , 72 ) ;
39         TabStop = TRUE ;
40         DropDown = TRUE ;
41         DDExtraWidth = TRUE ;
42     };
43     ListBox LB_ORDERVALUE1
44     {
45         HelpID = "dbaccess:ListBox:DLG_ORDERCRIT:LB_ORDERVALUE1";
46         Border = TRUE ;
47         Pos = MAP_APPFONT ( 123 , 25 ) ;
48         Size = MAP_APPFONT ( 60 , 36 ) ;
49         TabStop = TRUE ;
50         DropDown = TRUE ;
51         CurPos = 0 ;
52         StringList [ en-US ] =
53         {
54             < "ascending" ; Default ; > ;
55             < "descending" ; Default ; > ;
56         };
57     };
58     ListBox LB_ORDERFIELD2
59     {
60         HelpID = "dbaccess:ListBox:DLG_ORDERCRIT:LB_ORDERFIELD2";
61         Border = TRUE ;
62         Pos = MAP_APPFONT ( 59 , 41 ) ;
63         Size = MAP_APPFONT ( 60 , 72 ) ;
64         TabStop = TRUE ;
65         DropDown = TRUE ;
66         DDExtraWidth = TRUE ;
67     };
68     ListBox LB_ORDERVALUE2
69     {
70         HelpID = "dbaccess:ListBox:DLG_ORDERCRIT:LB_ORDERVALUE2";
71         Border = TRUE ;
72         Pos = MAP_APPFONT ( 123 , 41 ) ;
73         Size = MAP_APPFONT ( 60 , 36 ) ;
74         TabStop = TRUE ;
75         DropDown = TRUE ;
76         CurPos = 0 ;
77         StringList [ en-US ] =
78         {
79             < "ascending" ; Default ; > ;
80             < "descending" ; Default ; > ;
81         };
82     };
83     ListBox LB_ORDERFIELD3
84     {
85         HelpID = "dbaccess:ListBox:DLG_ORDERCRIT:LB_ORDERFIELD3";
86         Border = TRUE ;
87         Pos = MAP_APPFONT ( 59 , 57 ) ;
88         Size = MAP_APPFONT ( 60 , 72 ) ;
89         TabStop = TRUE ;
90         DropDown = TRUE ;
91         DDExtraWidth = TRUE ;
92     };
93     ListBox LB_ORDERVALUE3
94     {
95         HelpID = "dbaccess:ListBox:DLG_ORDERCRIT:LB_ORDERVALUE3";
96         Border = TRUE ;
97         Pos = MAP_APPFONT ( 123 , 57 ) ;
98         Size = MAP_APPFONT ( 60 , 36 ) ;
99         TabStop = TRUE ;
100         DropDown = TRUE ;
101         CurPos = 0 ;
102         StringList [ en-US ] =
103         {
104             < "ascending" ; Default ; > ;
105             < "descending" ; Default ; > ;
106         };
107     };
108     FixedText FT_ORDERFIELD
109     {
110         Pos = MAP_APPFONT ( 58 , 14 ) ;
111         Size = MAP_APPFONT ( 60 , 8 ) ;
112         Text [ en-US ] = "Field name" ;
113         Center = TRUE ;
114     };
116     FixedText FT_ORDERAFTER1
117     {
118         Pos = MAP_APPFONT ( 12 , 43 ) ;
119         Size = MAP_APPFONT ( 40 , 8 ) ;
120         Text [ en-US ] = "and then" ;
121     };
122     FixedText FT_ORDERAFTER2
123     {
124         Pos = MAP_APPFONT ( 12 , 59 ) ;
125         Size = MAP_APPFONT ( 40 , 8 ) ;
126         Text [ en-US ] = "and then" ;
127     };
128     FixedText FT_ORDEROPER
129     {
130         Pos = MAP_APPFONT ( 12 , 14 ) ;
131         Size = MAP_APPFONT ( 46 , 8 ) ;
132         Text [ en-US ] = "Operator" ;
133     };
134     FixedText FT_ORDERDIR
135     {
136         Pos = MAP_APPFONT ( 122 , 14 ) ;
137         Size = MAP_APPFONT ( 60 , 8 ) ;
138         Text [ en-US ] = "Order" ;
139         Center = TRUE ;
140     };
141     OKButton BT_OK
142     {
143         Pos = MAP_APPFONT ( 196 , 6 ) ;
144         Size = MAP_APPFONT ( 50 , 14 ) ;
145         TabStop = TRUE ;
146         DefButton = TRUE ;
147     };
148     CancelButton BT_CANCEL
149     {
150         Pos = MAP_APPFONT ( 196 , 23 ) ;
151         Size = MAP_APPFONT ( 50 , 14 ) ;
152         TabStop = TRUE ;
153     };
154     HelpButton BT_HELP
155     {
156         Pos = MAP_APPFONT ( 196 , 43 ) ;
157         Size = MAP_APPFONT ( 50 , 14 ) ;
158         TabStop = TRUE ;
159     };
160     FixedLine FL_ORDER
161     {
162         Pos = MAP_APPFONT ( 6 , 3 ) ;
163         Size = MAP_APPFONT ( 184 , 8 ) ;
164         Text [ en-US ] = "Sort order" ;
165     };
166     String STR_NOENTRY
167     {
168         Text [ en-US ] = "<none>" ;
169     };
172 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */