xref: /AOO41X/main/dbaccess/source/ui/dlg/queryorder.src (revision cdf0e10c4e3984b49a9502b011690b615761d4a3)
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 ************************************************************************/
27
28#ifndef DBAUI_QUERYORDER_HRC
29#include "queryorder.hrc"
30#endif
31#include "dbaccess_helpid.hrc"
32
33ModalDialog DLG_ORDERCRIT
34{
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	};
125
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		/* ### ACHTUNG: Neuer Text in Resource? Verkn�pfung : Verkn�pfung */
143		Text [ en-US ] = "Operator" ;
144	};
145	FixedText FT_ORDERDIR
146	{
147        Pos = MAP_APPFONT ( 122 , 14 ) ;
148        Size = MAP_APPFONT ( 60 , 8 ) ;
149		Text [ en-US ] = "Order" ;
150		Center = TRUE ;
151	};
152	OKButton BT_OK
153	{
154		Pos = MAP_APPFONT ( 196 , 6 ) ;
155		Size = MAP_APPFONT ( 50 , 14 ) ;
156		TabStop = TRUE ;
157		DefButton = TRUE ;
158	};
159	CancelButton BT_CANCEL
160	{
161		Pos = MAP_APPFONT ( 196 , 23 ) ;
162		Size = MAP_APPFONT ( 50 , 14 ) ;
163		TabStop = TRUE ;
164	};
165	HelpButton BT_HELP
166	{
167		Pos = MAP_APPFONT ( 196 , 43 ) ;
168		Size = MAP_APPFONT ( 50 , 14 ) ;
169		TabStop = TRUE ;
170	};
171    FixedLine FL_ORDER
172	{
173		Pos = MAP_APPFONT ( 6 , 3 ) ;
174        Size = MAP_APPFONT ( 184 , 8 ) ;
175		Text [ en-US ] = "Sort order" ;
176	};
177	String STR_NOENTRY
178	{
179		Text [ en-US ] = "<none>" ;
180	};
181};
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218