Version 3.6.0.2, tag libreoffice-3.6.0.2
[LibreOffice.git] / dbaccess / source / ui / dlg / queryorder.src
blob7c349dda037b8a5f119b4cd26694423873008700
1 /*************************************************************************
2  *
3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4  *
5  * Copyright 2000, 2010 Oracle and/or its affiliates.
6  *
7  * OpenOffice.org - a multi-platform office productivity suite
8  *
9  * This file is part of OpenOffice.org.
10  *
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.
14  *
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).
20  *
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.
25  *
26  ************************************************************************/
28 #ifndef DBAUI_QUERYORDER_HRC
29 #include "queryorder.hrc"
30 #endif
31 #include "dbaccess_helpid.hrc"
33 ModalDialog DLG_ORDERCRIT
35     OutputSize = TRUE ;
36     Border = TRUE ;
37     SVLook = TRUE ;
38     HelpId = HID_DLG_ORDERCRIT ;
39     Size = MAP_APPFONT ( 252 , 76 ) ;
40     Text [ en-US ] = "Sort Order" ;
41     Moveable = TRUE ;
42     Closeable = TRUE ;
43     ListBox LB_ORDERFIELD1
44     {
45         HelpID = "dbaccess:ListBox:DLG_ORDERCRIT:LB_ORDERFIELD1";
46         Border = TRUE ;
47         Pos = MAP_APPFONT ( 59 , 25 ) ;
48         Size = MAP_APPFONT ( 60 , 72 ) ;
49         TabStop = TRUE ;
50         DropDown = TRUE ;
51         DDExtraWidth = TRUE ;
52     };
53     ListBox LB_ORDERVALUE1
54     {
55         HelpID = "dbaccess:ListBox:DLG_ORDERCRIT:LB_ORDERVALUE1";
56         Border = TRUE ;
57         Pos = MAP_APPFONT ( 123 , 25 ) ;
58         Size = MAP_APPFONT ( 60 , 36 ) ;
59         TabStop = TRUE ;
60         DropDown = TRUE ;
61         CurPos = 0 ;
62         StringList [ en-US ] =
63         {
64             < "ascending" ; Default ; > ;
65             < "descending" ; Default ; > ;
66         };
67     };
68     ListBox LB_ORDERFIELD2
69     {
70         HelpID = "dbaccess:ListBox:DLG_ORDERCRIT:LB_ORDERFIELD2";
71         Border = TRUE ;
72         Pos = MAP_APPFONT ( 59 , 41 ) ;
73         Size = MAP_APPFONT ( 60 , 72 ) ;
74         TabStop = TRUE ;
75         DropDown = TRUE ;
76         DDExtraWidth = TRUE ;
77     };
78     ListBox LB_ORDERVALUE2
79     {
80         HelpID = "dbaccess:ListBox:DLG_ORDERCRIT:LB_ORDERVALUE2";
81         Border = TRUE ;
82         Pos = MAP_APPFONT ( 123 , 41 ) ;
83         Size = MAP_APPFONT ( 60 , 36 ) ;
84         TabStop = TRUE ;
85         DropDown = TRUE ;
86         CurPos = 0 ;
87         StringList [ en-US ] =
88         {
89             < "ascending" ; Default ; > ;
90             < "descending" ; Default ; > ;
91         };
92     };
93     ListBox LB_ORDERFIELD3
94     {
95         HelpID = "dbaccess:ListBox:DLG_ORDERCRIT:LB_ORDERFIELD3";
96         Border = TRUE ;
97         Pos = MAP_APPFONT ( 59 , 57 ) ;
98         Size = MAP_APPFONT ( 60 , 72 ) ;
99         TabStop = TRUE ;
100         DropDown = TRUE ;
101         DDExtraWidth = TRUE ;
102     };
103     ListBox LB_ORDERVALUE3
104     {
105         HelpID = "dbaccess:ListBox:DLG_ORDERCRIT:LB_ORDERVALUE3";
106         Border = TRUE ;
107         Pos = MAP_APPFONT ( 123 , 57 ) ;
108         Size = MAP_APPFONT ( 60 , 36 ) ;
109         TabStop = TRUE ;
110         DropDown = TRUE ;
111         CurPos = 0 ;
112         StringList [ en-US ] =
113         {
114             < "ascending" ; Default ; > ;
115             < "descending" ; Default ; > ;
116         };
117     };
118     FixedText FT_ORDERFIELD
119     {
120         Pos = MAP_APPFONT ( 58 , 14 ) ;
121         Size = MAP_APPFONT ( 60 , 8 ) ;
122         Text [ en-US ] = "Field name" ;
123         Center = TRUE ;
124     };
126     FixedText FT_ORDERAFTER1
127     {
128         Pos = MAP_APPFONT ( 12 , 43 ) ;
129         Size = MAP_APPFONT ( 40 , 8 ) ;
130         Text [ en-US ] = "and then" ;
131     };
132     FixedText FT_ORDERAFTER2
133     {
134         Pos = MAP_APPFONT ( 12 , 59 ) ;
135         Size = MAP_APPFONT ( 40 , 8 ) ;
136         Text [ en-US ] = "and then" ;
137     };
138     FixedText FT_ORDEROPER
139     {
140         Pos = MAP_APPFONT ( 12 , 14 ) ;
141         Size = MAP_APPFONT ( 46 , 8 ) ;
142         Text [ en-US ] = "Operator" ;
143     };
144     FixedText FT_ORDERDIR
145     {
146         Pos = MAP_APPFONT ( 122 , 14 ) ;
147         Size = MAP_APPFONT ( 60 , 8 ) ;
148         Text [ en-US ] = "Order" ;
149         Center = TRUE ;
150     };
151     OKButton BT_OK
152     {
153         Pos = MAP_APPFONT ( 196 , 6 ) ;
154         Size = MAP_APPFONT ( 50 , 14 ) ;
155         TabStop = TRUE ;
156         DefButton = TRUE ;
157     };
158     CancelButton BT_CANCEL
159     {
160         Pos = MAP_APPFONT ( 196 , 23 ) ;
161         Size = MAP_APPFONT ( 50 , 14 ) ;
162         TabStop = TRUE ;
163     };
164     HelpButton BT_HELP
165     {
166         Pos = MAP_APPFONT ( 196 , 43 ) ;
167         Size = MAP_APPFONT ( 50 , 14 ) ;
168         TabStop = TRUE ;
169     };
170     FixedLine FL_ORDER
171     {
172         Pos = MAP_APPFONT ( 6 , 3 ) ;
173         Size = MAP_APPFONT ( 184 , 8 ) ;
174         Text [ en-US ] = "Sort order" ;
175     };
176     String STR_NOENTRY
177     {
178         Text [ en-US ] = "<none>" ;
179     };