queryorder.src (81d089ae) queryorder.src (024d3acd)
1/**************************************************************
1/**************************************************************
2 *
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
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 *
10 *
11 * http://www.apache.org/licenses/LICENSE-2.0
11 * http://www.apache.org/licenses/LICENSE-2.0
12 *
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.
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 *
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 ;
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 ) ;
35 Size = MAP_APPFONT ( 252, 76 ) ;
36 Text [ en-US ] = "Sort Order" ;
37 Moveable = TRUE ;
38 Closeable = TRUE ;
39 ListBox LB_ORDERFIELD1
40 {
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";
41 HelpID = "dbaccess:ListBox:DLG_ORDERCRIT:LB_ORDERFIELD1" ;
42 Border = TRUE ;
42 Border = TRUE ;
43 Pos = MAP_APPFONT ( 59 , 25 ) ;
44 Size = MAP_APPFONT ( 60 , 72 ) ;
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 {
45 TabStop = TRUE ;
46 DropDown = TRUE ;
47 DDExtraWidth = TRUE ;
48 };
49 ListBox LB_ORDERVALUE1
50 {
51 HelpID = "dbaccess:ListBox:DLG_ORDERCRIT:LB_ORDERVALUE1";
51 HelpID = "dbaccess:ListBox:DLG_ORDERCRIT:LB_ORDERVALUE1" ;
52 Border = TRUE ;
52 Border = TRUE ;
53 Pos = MAP_APPFONT ( 123 , 25 ) ;
54 Size = MAP_APPFONT ( 60 , 36 ) ;
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 {
55 TabStop = TRUE ;
56 DropDown = TRUE ;
57 CurPos = 0 ;
58 StringList [ en-US ] =
59 {
60 < "ascending" ; Default ; > ;
61 < "descending" ; Default ; > ;
60 < "ascending" ; Default ; > ;
61 < "descending" ; Default ; > ;
62 };
63 };
64 ListBox LB_ORDERFIELD2
65 {
62 };
63 };
64 ListBox LB_ORDERFIELD2
65 {
66 HelpID = "dbaccess:ListBox:DLG_ORDERCRIT:LB_ORDERFIELD2";
66 HelpID = "dbaccess:ListBox:DLG_ORDERCRIT:LB_ORDERFIELD2" ;
67 Border = TRUE ;
67 Border = TRUE ;
68 Pos = MAP_APPFONT ( 59 , 41 ) ;
69 Size = MAP_APPFONT ( 60 , 72 ) ;
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 {
70 TabStop = TRUE ;
71 DropDown = TRUE ;
72 DDExtraWidth = TRUE ;
73 };
74 ListBox LB_ORDERVALUE2
75 {
76 HelpID = "dbaccess:ListBox:DLG_ORDERCRIT:LB_ORDERVALUE2";
76 HelpID = "dbaccess:ListBox:DLG_ORDERCRIT:LB_ORDERVALUE2" ;
77 Border = TRUE ;
77 Border = TRUE ;
78 Pos = MAP_APPFONT ( 123 , 41 ) ;
79 Size = MAP_APPFONT ( 60 , 36 ) ;
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 {
80 TabStop = TRUE ;
81 DropDown = TRUE ;
82 CurPos = 0 ;
83 StringList [ en-US ] =
84 {
85 < "ascending" ; Default ; > ;
86 < "descending" ; Default ; > ;
85 < "ascending" ; Default ; > ;
86 < "descending" ; Default ; > ;
87 };
88 };
89 ListBox LB_ORDERFIELD3
90 {
87 };
88 };
89 ListBox LB_ORDERFIELD3
90 {
91 HelpID = "dbaccess:ListBox:DLG_ORDERCRIT:LB_ORDERFIELD3";
91 HelpID = "dbaccess:ListBox:DLG_ORDERCRIT:LB_ORDERFIELD3" ;
92 Border = TRUE ;
92 Border = TRUE ;
93 Pos = MAP_APPFONT ( 59 , 57 ) ;
94 Size = MAP_APPFONT ( 60 , 72 ) ;
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 {
95 TabStop = TRUE ;
96 DropDown = TRUE ;
97 DDExtraWidth = TRUE ;
98 };
99 ListBox LB_ORDERVALUE3
100 {
101 HelpID = "dbaccess:ListBox:DLG_ORDERCRIT:LB_ORDERVALUE3";
101 HelpID = "dbaccess:ListBox:DLG_ORDERCRIT:LB_ORDERVALUE3" ;
102 Border = TRUE ;
102 Border = TRUE ;
103 Pos = MAP_APPFONT ( 123 , 57 ) ;
104 Size = MAP_APPFONT ( 60 , 36 ) ;
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 {
105 TabStop = TRUE ;
106 DropDown = TRUE ;
107 CurPos = 0 ;
108 StringList [ en-US ] =
109 {
110 < "ascending" ; Default ; > ;
111 < "descending" ; Default ; > ;
110 < "ascending" ; Default ; > ;
111 < "descending" ; Default ; > ;
112 };
113 };
114 FixedText FT_ORDERFIELD
115 {
112 };
113 };
114 FixedText FT_ORDERFIELD
115 {
116 Pos = MAP_APPFONT ( 58 , 14 ) ;
117 Size = MAP_APPFONT ( 60 , 8 ) ;
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 {
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 ) ;
124 Pos = MAP_APPFONT ( 12, 43 ) ;
125 Size = MAP_APPFONT ( 40, 8 ) ;
126 Text [ en-US ] = "and then" ;
127 };
128 FixedText FT_ORDERAFTER2
129 {
126 Text [ en-US ] = "and then" ;
127 };
128 FixedText FT_ORDERAFTER2
129 {
130 Pos = MAP_APPFONT ( 12 , 59 ) ;
131 Size = MAP_APPFONT ( 40 , 8 ) ;
130 Pos = MAP_APPFONT ( 12, 59 ) ;
131 Size = MAP_APPFONT ( 40, 8 ) ;
132 Text [ en-US ] = "and then" ;
133 };
134 FixedText FT_ORDEROPER
135 {
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 /* ### ACHTUNG: Neuer Text in Resource? Verkn�pfung : Verkn�pfung */
136 Pos = MAP_APPFONT ( 12, 14 ) ;
137 Size = MAP_APPFONT ( 46, 8 ) ;
139 Text [ en-US ] = "Operator" ;
140 };
141 FixedText FT_ORDERDIR
142 {
138 Text [ en-US ] = "Operator" ;
139 };
140 FixedText FT_ORDERDIR
141 {
143 Pos = MAP_APPFONT ( 122 , 14 ) ;
144 Size = MAP_APPFONT ( 60 , 8 ) ;
142 Pos = MAP_APPFONT ( 122, 14 ) ;
143 Size = MAP_APPFONT ( 60, 8 ) ;
145 Text [ en-US ] = "Order" ;
146 Center = TRUE ;
147 };
148 OKButton BT_OK
149 {
144 Text [ en-US ] = "Order" ;
145 Center = TRUE ;
146 };
147 OKButton BT_OK
148 {
150 Pos = MAP_APPFONT ( 196 , 6 ) ;
151 Size = MAP_APPFONT ( 50 , 14 ) ;
149 Pos = MAP_APPFONT ( 196, 6 ) ;
150 Size = MAP_APPFONT ( 50, 14 ) ;
152 TabStop = TRUE ;
153 DefButton = TRUE ;
154 };
155 CancelButton BT_CANCEL
156 {
151 TabStop = TRUE ;
152 DefButton = TRUE ;
153 };
154 CancelButton BT_CANCEL
155 {
157 Pos = MAP_APPFONT ( 196 , 23 ) ;
158 Size = MAP_APPFONT ( 50 , 14 ) ;
156 Pos = MAP_APPFONT ( 196, 23 ) ;
157 Size = MAP_APPFONT ( 50, 14 ) ;
159 TabStop = TRUE ;
160 };
161 HelpButton BT_HELP
162 {
158 TabStop = TRUE ;
159 };
160 HelpButton BT_HELP
161 {
163 Pos = MAP_APPFONT ( 196 , 43 ) ;
164 Size = MAP_APPFONT ( 50 , 14 ) ;
162 Pos = MAP_APPFONT ( 196, 43 ) ;
163 Size = MAP_APPFONT ( 50, 14 ) ;
165 TabStop = TRUE ;
166 };
164 TabStop = TRUE ;
165 };
167 FixedLine FL_ORDER
166 FixedLine FL_ORDER
168 {
167 {
169 Pos = MAP_APPFONT ( 6 , 3 ) ;
170 Size = MAP_APPFONT ( 184 , 8 ) ;
168 Pos = MAP_APPFONT ( 6, 3 ) ;
169 Size = MAP_APPFONT ( 184, 8 ) ;
171 Text [ en-US ] = "Sort order" ;
172 };
173 String STR_NOENTRY
174 {
175 Text [ en-US ] = "<none>" ;
176 };
177};
178
170 Text [ en-US ] = "Sort order" ;
171 };
172 String STR_NOENTRY
173 {
174 Text [ en-US ] = "<none>" ;
175 };
176};
177
179
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
178// ********************************************************************** EOF