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