1*81d089aeSAndrew Rist/**************************************************************
2cdf0e10cSrcweir *
3*81d089aeSAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
4*81d089aeSAndrew Rist * or more contributor license agreements.  See the NOTICE file
5*81d089aeSAndrew Rist * distributed with this work for additional information
6*81d089aeSAndrew Rist * regarding copyright ownership.  The ASF licenses this file
7*81d089aeSAndrew Rist * to you under the Apache License, Version 2.0 (the
8*81d089aeSAndrew Rist * "License"); you may not use this file except in compliance
9*81d089aeSAndrew Rist * with the License.  You may obtain a copy of the License at
10*81d089aeSAndrew Rist *
11*81d089aeSAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12*81d089aeSAndrew Rist *
13*81d089aeSAndrew Rist * Unless required by applicable law or agreed to in writing,
14*81d089aeSAndrew Rist * software distributed under the License is distributed on an
15*81d089aeSAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16*81d089aeSAndrew Rist * KIND, either express or implied.  See the License for the
17*81d089aeSAndrew Rist * specific language governing permissions and limitations
18*81d089aeSAndrew Rist * under the License.
19*81d089aeSAndrew Rist *
20*81d089aeSAndrew Rist *************************************************************/
21*81d089aeSAndrew Rist
22*81d089aeSAndrew Rist
23cdf0e10cSrcweir
24cdf0e10cSrcweir#ifndef DBAUI_QUERYORDER_HRC
25cdf0e10cSrcweir#include "queryorder.hrc"
26cdf0e10cSrcweir#endif
27cdf0e10cSrcweir#include "dbaccess_helpid.hrc"
28cdf0e10cSrcweir
29cdf0e10cSrcweirModalDialog DLG_ORDERCRIT
30cdf0e10cSrcweir{
31cdf0e10cSrcweir	OutputSize = TRUE ;
32cdf0e10cSrcweir	Border = TRUE ;
33cdf0e10cSrcweir	SVLook = TRUE ;
34cdf0e10cSrcweir	HelpId = HID_DLG_ORDERCRIT ;
35cdf0e10cSrcweir    Size = MAP_APPFONT ( 252 , 76 ) ;
36cdf0e10cSrcweir	Text [ en-US ] = "Sort Order" ;
37cdf0e10cSrcweir	Moveable = TRUE ;
38cdf0e10cSrcweir	Closeable = TRUE ;
39cdf0e10cSrcweir	ListBox LB_ORDERFIELD1
40cdf0e10cSrcweir	{
41cdf0e10cSrcweir	    HelpID = "dbaccess:ListBox:DLG_ORDERCRIT:LB_ORDERFIELD1";
42cdf0e10cSrcweir		Border = TRUE ;
43cdf0e10cSrcweir        Pos = MAP_APPFONT ( 59 , 25 ) ;
44cdf0e10cSrcweir		Size = MAP_APPFONT ( 60 , 72 ) ;
45cdf0e10cSrcweir		TabStop = TRUE ;
46cdf0e10cSrcweir		DropDown = TRUE ;
47cdf0e10cSrcweir		DDExtraWidth = TRUE ;
48cdf0e10cSrcweir	};
49cdf0e10cSrcweir	ListBox LB_ORDERVALUE1
50cdf0e10cSrcweir	{
51cdf0e10cSrcweir	    HelpID = "dbaccess:ListBox:DLG_ORDERCRIT:LB_ORDERVALUE1";
52cdf0e10cSrcweir		Border = TRUE ;
53cdf0e10cSrcweir        Pos = MAP_APPFONT ( 123 , 25 ) ;
54cdf0e10cSrcweir		Size = MAP_APPFONT ( 60 , 36 ) ;
55cdf0e10cSrcweir		TabStop = TRUE ;
56cdf0e10cSrcweir		DropDown = TRUE ;
57cdf0e10cSrcweir		CurPos = 0 ;
58cdf0e10cSrcweir		StringList [ en-US ] =
59cdf0e10cSrcweir		{
60cdf0e10cSrcweir			< "ascending" ; Default ; > ;
61cdf0e10cSrcweir			< "descending" ; Default ; > ;
62cdf0e10cSrcweir		};
63cdf0e10cSrcweir	};
64cdf0e10cSrcweir	ListBox LB_ORDERFIELD2
65cdf0e10cSrcweir	{
66cdf0e10cSrcweir	    HelpID = "dbaccess:ListBox:DLG_ORDERCRIT:LB_ORDERFIELD2";
67cdf0e10cSrcweir		Border = TRUE ;
68cdf0e10cSrcweir        Pos = MAP_APPFONT ( 59 , 41 ) ;
69cdf0e10cSrcweir		Size = MAP_APPFONT ( 60 , 72 ) ;
70cdf0e10cSrcweir		TabStop = TRUE ;
71cdf0e10cSrcweir		DropDown = TRUE ;
72cdf0e10cSrcweir		DDExtraWidth = TRUE ;
73cdf0e10cSrcweir	};
74cdf0e10cSrcweir	ListBox LB_ORDERVALUE2
75cdf0e10cSrcweir	{
76cdf0e10cSrcweir	    HelpID = "dbaccess:ListBox:DLG_ORDERCRIT:LB_ORDERVALUE2";
77cdf0e10cSrcweir		Border = TRUE ;
78cdf0e10cSrcweir        Pos = MAP_APPFONT ( 123 , 41 ) ;
79cdf0e10cSrcweir		Size = MAP_APPFONT ( 60 , 36 ) ;
80cdf0e10cSrcweir		TabStop = TRUE ;
81cdf0e10cSrcweir		DropDown = TRUE ;
82cdf0e10cSrcweir		CurPos = 0 ;
83cdf0e10cSrcweir		StringList [ en-US ] =
84cdf0e10cSrcweir		{
85cdf0e10cSrcweir			< "ascending" ; Default ; > ;
86cdf0e10cSrcweir			< "descending" ; Default ; > ;
87cdf0e10cSrcweir		};
88cdf0e10cSrcweir	};
89cdf0e10cSrcweir	ListBox LB_ORDERFIELD3
90cdf0e10cSrcweir	{
91cdf0e10cSrcweir	    HelpID = "dbaccess:ListBox:DLG_ORDERCRIT:LB_ORDERFIELD3";
92cdf0e10cSrcweir		Border = TRUE ;
93cdf0e10cSrcweir        Pos = MAP_APPFONT ( 59 , 57 ) ;
94cdf0e10cSrcweir		Size = MAP_APPFONT ( 60 , 72 ) ;
95cdf0e10cSrcweir		TabStop = TRUE ;
96cdf0e10cSrcweir		DropDown = TRUE ;
97cdf0e10cSrcweir		DDExtraWidth = TRUE ;
98cdf0e10cSrcweir	};
99cdf0e10cSrcweir	ListBox LB_ORDERVALUE3
100cdf0e10cSrcweir	{
101cdf0e10cSrcweir	    HelpID = "dbaccess:ListBox:DLG_ORDERCRIT:LB_ORDERVALUE3";
102cdf0e10cSrcweir		Border = TRUE ;
103cdf0e10cSrcweir        Pos = MAP_APPFONT ( 123 , 57 ) ;
104cdf0e10cSrcweir		Size = MAP_APPFONT ( 60 , 36 ) ;
105cdf0e10cSrcweir		TabStop = TRUE ;
106cdf0e10cSrcweir		DropDown = TRUE ;
107cdf0e10cSrcweir		CurPos = 0 ;
108cdf0e10cSrcweir		StringList [ en-US ] =
109cdf0e10cSrcweir		{
110cdf0e10cSrcweir			< "ascending" ; Default ; > ;
111cdf0e10cSrcweir			< "descending" ; Default ; > ;
112cdf0e10cSrcweir		};
113cdf0e10cSrcweir	};
114cdf0e10cSrcweir	FixedText FT_ORDERFIELD
115cdf0e10cSrcweir	{
116cdf0e10cSrcweir        Pos = MAP_APPFONT ( 58 , 14 ) ;
117cdf0e10cSrcweir        Size = MAP_APPFONT ( 60 , 8 ) ;
118cdf0e10cSrcweir		Text [ en-US ] = "Field name" ;
119cdf0e10cSrcweir		Center = TRUE ;
120cdf0e10cSrcweir	};
121cdf0e10cSrcweir
122cdf0e10cSrcweir	FixedText FT_ORDERAFTER1
123cdf0e10cSrcweir	{
124cdf0e10cSrcweir        Pos = MAP_APPFONT ( 12 , 43 ) ;
125cdf0e10cSrcweir        Size = MAP_APPFONT ( 40 , 8 ) ;
126cdf0e10cSrcweir		Text [ en-US ] = "and then" ;
127cdf0e10cSrcweir	};
128cdf0e10cSrcweir	FixedText FT_ORDERAFTER2
129cdf0e10cSrcweir	{
130cdf0e10cSrcweir        Pos = MAP_APPFONT ( 12 , 59 ) ;
131cdf0e10cSrcweir        Size = MAP_APPFONT ( 40 , 8 ) ;
132cdf0e10cSrcweir		Text [ en-US ] = "and then" ;
133cdf0e10cSrcweir	};
134cdf0e10cSrcweir	FixedText FT_ORDEROPER
135cdf0e10cSrcweir	{
136cdf0e10cSrcweir        Pos = MAP_APPFONT ( 12 , 14 ) ;
137cdf0e10cSrcweir        Size = MAP_APPFONT ( 46 , 8 ) ;
138cdf0e10cSrcweir		/* ### ACHTUNG: Neuer Text in Resource? Verkn�pfung : Verkn�pfung */
139cdf0e10cSrcweir		Text [ en-US ] = "Operator" ;
140cdf0e10cSrcweir	};
141cdf0e10cSrcweir	FixedText FT_ORDERDIR
142cdf0e10cSrcweir	{
143cdf0e10cSrcweir        Pos = MAP_APPFONT ( 122 , 14 ) ;
144cdf0e10cSrcweir        Size = MAP_APPFONT ( 60 , 8 ) ;
145cdf0e10cSrcweir		Text [ en-US ] = "Order" ;
146cdf0e10cSrcweir		Center = TRUE ;
147cdf0e10cSrcweir	};
148cdf0e10cSrcweir	OKButton BT_OK
149cdf0e10cSrcweir	{
150cdf0e10cSrcweir		Pos = MAP_APPFONT ( 196 , 6 ) ;
151cdf0e10cSrcweir		Size = MAP_APPFONT ( 50 , 14 ) ;
152cdf0e10cSrcweir		TabStop = TRUE ;
153cdf0e10cSrcweir		DefButton = TRUE ;
154cdf0e10cSrcweir	};
155cdf0e10cSrcweir	CancelButton BT_CANCEL
156cdf0e10cSrcweir	{
157cdf0e10cSrcweir		Pos = MAP_APPFONT ( 196 , 23 ) ;
158cdf0e10cSrcweir		Size = MAP_APPFONT ( 50 , 14 ) ;
159cdf0e10cSrcweir		TabStop = TRUE ;
160cdf0e10cSrcweir	};
161cdf0e10cSrcweir	HelpButton BT_HELP
162cdf0e10cSrcweir	{
163cdf0e10cSrcweir		Pos = MAP_APPFONT ( 196 , 43 ) ;
164cdf0e10cSrcweir		Size = MAP_APPFONT ( 50 , 14 ) ;
165cdf0e10cSrcweir		TabStop = TRUE ;
166cdf0e10cSrcweir	};
167cdf0e10cSrcweir    FixedLine FL_ORDER
168cdf0e10cSrcweir	{
169cdf0e10cSrcweir		Pos = MAP_APPFONT ( 6 , 3 ) ;
170cdf0e10cSrcweir        Size = MAP_APPFONT ( 184 , 8 ) ;
171cdf0e10cSrcweir		Text [ en-US ] = "Sort order" ;
172cdf0e10cSrcweir	};
173cdf0e10cSrcweir	String STR_NOENTRY
174cdf0e10cSrcweir	{
175cdf0e10cSrcweir		Text [ en-US ] = "<none>" ;
176cdf0e10cSrcweir	};
177cdf0e10cSrcweir};
178cdf0e10cSrcweir
179cdf0e10cSrcweir
180cdf0e10cSrcweir
181cdf0e10cSrcweir
182cdf0e10cSrcweir
183cdf0e10cSrcweir
184cdf0e10cSrcweir
185cdf0e10cSrcweir
186cdf0e10cSrcweir
187cdf0e10cSrcweir
188cdf0e10cSrcweir
189cdf0e10cSrcweir
190cdf0e10cSrcweir
191cdf0e10cSrcweir
192cdf0e10cSrcweir
193cdf0e10cSrcweir
194cdf0e10cSrcweir
195cdf0e10cSrcweir
196cdf0e10cSrcweir
197cdf0e10cSrcweir
198cdf0e10cSrcweir
199cdf0e10cSrcweir
200cdf0e10cSrcweir
201cdf0e10cSrcweir
202cdf0e10cSrcweir
203cdf0e10cSrcweir
204cdf0e10cSrcweir
205cdf0e10cSrcweir
206cdf0e10cSrcweir
207cdf0e10cSrcweir
208cdf0e10cSrcweir
209cdf0e10cSrcweir
210cdf0e10cSrcweir
211cdf0e10cSrcweir
212cdf0e10cSrcweir
213cdf0e10cSrcweir
214