| /************************************************************** |
| * |
| * Licensed to the Apache Software Foundation (ASF) under one |
| * or more contributor license agreements. See the NOTICE file |
| * distributed with this work for additional information |
| * regarding copyright ownership. The ASF licenses this file |
| * to you under the Apache License, Version 2.0 (the |
| * "License"); you may not use this file except in compliance |
| * with the License. You may obtain a copy of the License at |
| * |
| * http://www.apache.org/licenses/LICENSE-2.0 |
| * |
| * Unless required by applicable law or agreed to in writing, |
| * software distributed under the License is distributed on an |
| * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY |
| * KIND, either express or implied. See the License for the |
| * specific language governing permissions and limitations |
| * under the License. |
| * |
| *************************************************************/ |
| |
| |
| |
| #ifndef DBAUI_QUERYORDER_HRC |
| #include "queryorder.hrc" |
| #endif |
| #include "dbaccess_helpid.hrc" |
| |
| ModalDialog DLG_ORDERCRIT |
| { |
| OutputSize = TRUE ; |
| Border = TRUE ; |
| SVLook = TRUE ; |
| HelpId = HID_DLG_ORDERCRIT ; |
| Size = MAP_APPFONT ( 252, 76 ) ; |
| Text [ en-US ] = "Sort Order" ; |
| Moveable = TRUE ; |
| Closeable = TRUE ; |
| ListBox LB_ORDERFIELD1 |
| { |
| HelpID = "dbaccess:ListBox:DLG_ORDERCRIT:LB_ORDERFIELD1" ; |
| Border = TRUE ; |
| Pos = MAP_APPFONT ( 59, 25 ) ; |
| Size = MAP_APPFONT ( 60, 72 ) ; |
| TabStop = TRUE ; |
| DropDown = TRUE ; |
| DDExtraWidth = TRUE ; |
| }; |
| ListBox LB_ORDERVALUE1 |
| { |
| HelpID = "dbaccess:ListBox:DLG_ORDERCRIT:LB_ORDERVALUE1" ; |
| Border = TRUE ; |
| Pos = MAP_APPFONT ( 123, 25 ) ; |
| Size = MAP_APPFONT ( 60, 36 ) ; |
| TabStop = TRUE ; |
| DropDown = TRUE ; |
| CurPos = 0 ; |
| StringList [ en-US ] = |
| { |
| < "ascending" ; Default ; > ; |
| < "descending" ; Default ; > ; |
| }; |
| }; |
| ListBox LB_ORDERFIELD2 |
| { |
| HelpID = "dbaccess:ListBox:DLG_ORDERCRIT:LB_ORDERFIELD2" ; |
| Border = TRUE ; |
| Pos = MAP_APPFONT ( 59, 41 ) ; |
| Size = MAP_APPFONT ( 60, 72 ) ; |
| TabStop = TRUE ; |
| DropDown = TRUE ; |
| DDExtraWidth = TRUE ; |
| }; |
| ListBox LB_ORDERVALUE2 |
| { |
| HelpID = "dbaccess:ListBox:DLG_ORDERCRIT:LB_ORDERVALUE2" ; |
| Border = TRUE ; |
| Pos = MAP_APPFONT ( 123, 41 ) ; |
| Size = MAP_APPFONT ( 60, 36 ) ; |
| TabStop = TRUE ; |
| DropDown = TRUE ; |
| CurPos = 0 ; |
| StringList [ en-US ] = |
| { |
| < "ascending" ; Default ; > ; |
| < "descending" ; Default ; > ; |
| }; |
| }; |
| ListBox LB_ORDERFIELD3 |
| { |
| HelpID = "dbaccess:ListBox:DLG_ORDERCRIT:LB_ORDERFIELD3" ; |
| Border = TRUE ; |
| Pos = MAP_APPFONT ( 59, 57 ) ; |
| Size = MAP_APPFONT ( 60, 72 ) ; |
| TabStop = TRUE ; |
| DropDown = TRUE ; |
| DDExtraWidth = TRUE ; |
| }; |
| ListBox LB_ORDERVALUE3 |
| { |
| HelpID = "dbaccess:ListBox:DLG_ORDERCRIT:LB_ORDERVALUE3" ; |
| Border = TRUE ; |
| Pos = MAP_APPFONT ( 123, 57 ) ; |
| Size = MAP_APPFONT ( 60, 36 ) ; |
| TabStop = TRUE ; |
| DropDown = TRUE ; |
| CurPos = 0 ; |
| StringList [ en-US ] = |
| { |
| < "ascending" ; Default ; > ; |
| < "descending" ; Default ; > ; |
| }; |
| }; |
| FixedText FT_ORDERFIELD |
| { |
| Pos = MAP_APPFONT ( 58, 14 ) ; |
| Size = MAP_APPFONT ( 60, 8 ) ; |
| Text [ en-US ] = "Field name" ; |
| Center = TRUE ; |
| }; |
| |
| FixedText FT_ORDERAFTER1 |
| { |
| Pos = MAP_APPFONT ( 12, 43 ) ; |
| Size = MAP_APPFONT ( 40, 8 ) ; |
| Text [ en-US ] = "and then" ; |
| }; |
| FixedText FT_ORDERAFTER2 |
| { |
| Pos = MAP_APPFONT ( 12, 59 ) ; |
| Size = MAP_APPFONT ( 40, 8 ) ; |
| Text [ en-US ] = "and then" ; |
| }; |
| FixedText FT_ORDEROPER |
| { |
| Pos = MAP_APPFONT ( 12, 14 ) ; |
| Size = MAP_APPFONT ( 46, 8 ) ; |
| Text [ en-US ] = "Operator" ; |
| }; |
| FixedText FT_ORDERDIR |
| { |
| Pos = MAP_APPFONT ( 122, 14 ) ; |
| Size = MAP_APPFONT ( 60, 8 ) ; |
| Text [ en-US ] = "Order" ; |
| Center = TRUE ; |
| }; |
| OKButton BT_OK |
| { |
| Pos = MAP_APPFONT ( 196, 6 ) ; |
| Size = MAP_APPFONT ( 50, 14 ) ; |
| TabStop = TRUE ; |
| DefButton = TRUE ; |
| }; |
| CancelButton BT_CANCEL |
| { |
| Pos = MAP_APPFONT ( 196, 23 ) ; |
| Size = MAP_APPFONT ( 50, 14 ) ; |
| TabStop = TRUE ; |
| }; |
| HelpButton BT_HELP |
| { |
| Pos = MAP_APPFONT ( 196, 43 ) ; |
| Size = MAP_APPFONT ( 50, 14 ) ; |
| TabStop = TRUE ; |
| }; |
| FixedLine FL_ORDER |
| { |
| Pos = MAP_APPFONT ( 6, 3 ) ; |
| Size = MAP_APPFONT ( 184, 8 ) ; |
| Text [ en-US ] = "Sort order" ; |
| }; |
| String STR_NOENTRY |
| { |
| Text [ en-US ] = "<none>" ; |
| }; |
| }; |
| |
| // ********************************************************************** EOF |