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