/************************************************************** * * 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. * *************************************************************/ #include "fmsearch.hrc" #include "helpid.hrc" ModalDialog RID_SVXDLG_SEARCHFORM { OutputSize = TRUE ; SVLook = TRUE ; Size = MAP_APPFONT ( 300, 253 ) ; Text [ en-US ] = "Record Search" ; Moveable = TRUE ; HelpId = HID_FM_DLG_SEARCH ; FixedLine FL_SEARCHFOR { Pos = MAP_APPFONT ( 6, 8 ) ; Size = MAP_APPFONT ( 232, 8 ) ; Text [ en-US ] = "Search for" ; }; RadioButton RB_SEARCHFORTEXT { HelpID = "cui:RadioButton:RID_SVXDLG_SEARCHFORM:RB_SEARCHFORTEXT" ; Pos = MAP_APPFONT ( 12, 23 ) ; Size = MAP_APPFONT ( 50, 10 ) ; Group = TRUE ; Text [ en-US ] = "~Text" ; }; RadioButton RB_SEARCHFORNULL { HelpID = "cui:RadioButton:RID_SVXDLG_SEARCHFORM:RB_SEARCHFORNULL" ; Pos = MAP_APPFONT ( 12, 36 ) ; Size = MAP_APPFONT ( 207, 10 ) ; Text [ en-US ] = "Field content is ~NULL" ; }; RadioButton RB_SEARCHFORNOTNULL { HelpID = "cui:RadioButton:RID_SVXDLG_SEARCHFORM:RB_SEARCHFORNOTNULL" ; Pos = MAP_APPFONT ( 12, 49 ) ; Size = MAP_APPFONT ( 207, 10 ) ; Text [ en-US ] = "Field content is not NU~LL" ; }; ComboBox CMB_SEARCHTEXT { Border = TRUE ; Pos = MAP_APPFONT ( 65, 20 ) ; Size = MAP_APPFONT ( 154, 80 ) ; DropDown = TRUE ; TabStop = TRUE ; HelpId = HID_SEARCH_TEXT ; }; FixedLine FL_WHERE { Pos = MAP_APPFONT ( 6, 65 ) ; Size = MAP_APPFONT ( 232, 8 ) ; Text [ en-US ] = "Where to search" ; }; FixedText FT_FORM { Pos = MAP_APPFONT ( 12, 77 ) ; Size = MAP_APPFONT ( 87, 10 ) ; Text [ en-US ] = "Form" ; }; ListBox LB_FORM { HelpID = "cui:ListBox:RID_SVXDLG_SEARCHFORM:LB_FORM" ; Border = TRUE ; Pos = MAP_APPFONT ( 110, 76 ) ; Size = MAP_APPFONT ( 109, 60 ) ; TabStop = TRUE ; DropDown = TRUE ; }; RadioButton RB_ALLFIELDS { Pos = MAP_APPFONT ( 24, 91 ) ; Size = MAP_APPFONT ( 75, 10 ) ; TabStop = TRUE ; HelpId = HID_SEARCH_ALLFIELDS ; Text [ en-US ] = "All Fields" ; }; RadioButton RB_SINGLEFIELD { HelpID = "cui:RadioButton:RID_SVXDLG_SEARCHFORM:RB_SINGLEFIELD" ; Pos = MAP_APPFONT ( 24, 106 ) ; Size = MAP_APPFONT ( 75, 10 ) ; Text [ en-US ] = "Single field" ; }; ListBox LB_FIELD { Border = TRUE ; Pos = MAP_APPFONT ( 110, 105 ) ; Size = MAP_APPFONT ( 109, 60 ) ; TabStop = TRUE ; DropDown = TRUE ; HelpId = HID_SEARCH_FIELDSELECTION ; }; FixedLine FL_OPTIONS { Pos = MAP_APPFONT ( 6, 126 ) ; Size = MAP_APPFONT ( 288, 8 ) ; Text [ en-US ] = "Settings" ; }; FixedText FT_POSITION { Pos = MAP_APPFONT ( 12, 138 ) ; Size = MAP_APPFONT ( 87, 8 ) ; Text [ en-US ] = "Position" ; }; ListBox LB_POSITION { Border = TRUE ; Pos = MAP_APPFONT ( 110, 136 ) ; Size = MAP_APPFONT ( 109, 60 ) ; TabStop = TRUE ; DropDown = TRUE ; HelpId = HID_SEARCH_POSITION ; }; CheckBox CB_USEFORMATTER { Pos = MAP_APPFONT ( 12, 158 ) ; Size = MAP_APPFONT ( 90, 10 ) ; TabStop = TRUE ; HelpId = HID_SEARCH_FORMATTER ; Text [ en-US ] = "Apply field format" ; }; CheckBox CB_CASE { Pos = MAP_APPFONT ( 12, 171 ) ; Size = MAP_APPFONT ( 90, 20 ) ; TabStop = TRUE ; WordBreak = TRUE ; HelpId = HID_SEARCH_CASE ; Text [ en-US ] = "Match case" ; }; CheckBox CB_BACKWARD { Pos = MAP_APPFONT ( 105, 158 ) ; Size = MAP_APPFONT ( 85, 10 ) ; TabStop = TRUE ; HelpId = HID_SEARCH_BACKWARD ; Text [ en-US ] = "Search backwards" ; }; CheckBox CB_STARTOVER { Pos = MAP_APPFONT ( 105, 171 ) ; Size = MAP_APPFONT ( 85, 10 ) ; TabStop = TRUE ; HelpId = HID_SEARCH_STARTOVER ; Text [ en-US ] = "From Beginning" ; }; CheckBox CB_WILDCARD { Pos = MAP_APPFONT ( 190, 158 ) ; Size = MAP_APPFONT ( 100, 10 ) ; TabStop = TRUE ; HelpId = HID_SEARCH_WILDCARD ; Text [ en-US ] = "Wildcard expression" ; }; CheckBox CB_REGULAR { Pos = MAP_APPFONT ( 190, 171 ) ; Size = MAP_APPFONT ( 100, 10 ) ; TabStop = TRUE ; HelpId = HID_SEARCH_REGULAR ; Text [ en-US ] = "Regular expression" ; }; CheckBox CB_APPROX { Pos = MAP_APPFONT ( 190, 184 ) ; Size = MAP_APPFONT ( 84, 20 ) ; TabStop = TRUE ; WordBreak = TRUE ; HelpId = HID_SEARCH_APPROX ; Text [ en-US ] = "Similarity Search" ; }; PushButton PB_APPROXSETTINGS { Pos = MAP_APPFONT ( 275, 182 ) ; Size = MAP_APPFONT ( 14, 14 ) ; TabStop = TRUE ; HelpId = HID_SEARCH_APPROXSETTINGS ; Text [ en-US ] = "..." ; }; CheckBox CB_HALFFULLFORMS { HelpID = "cui:CheckBox:RID_SVXDLG_SEARCHFORM:CB_HALFFULLFORMS" ; Pos = MAP_APPFONT ( 105, 209 ) ; Size = MAP_APPFONT ( 85, 10 ) ; TabStop = TRUE ; Text [ en-US ] = "Match character width" ; }; CheckBox CB_SOUNDSLIKECJK { HelpID = "cui:CheckBox:RID_SVXDLG_SEARCHFORM:CB_SOUNDSLIKECJK" ; Pos = MAP_APPFONT ( 190, 209 ) ; Size = MAP_APPFONT ( 84, 10 ) ; TabStop = TRUE ; Text [ en-US ] = "Sounds like (Japanese)" ; }; PushButton PB_SOUNDSLIKESETTINGS { HelpID = "cui:PushButton:RID_SVXDLG_SEARCHFORM:PB_SOUNDSLIKESETTINGS" ; Pos = MAP_APPFONT ( 275, 207 ) ; Size = MAP_APPFONT ( 14, 14 ) ; TabStop = TRUE ; Text [ en-US ] = "..." ; }; FixedLine FL_STATE { Pos = MAP_APPFONT ( 6, 222 ) ; Size = MAP_APPFONT ( 288, 8 ) ; Text [ en-US ] = "State" ; }; FixedText FT_RECORDLABEL { Pos = MAP_APPFONT ( 12, 232 ) ; Size = MAP_APPFONT ( 45, 10 ) ; Text [ en-US ] = "Record :" ; }; FixedText FT_RECORD { Pos = MAP_APPFONT ( 60, 232 ) ; Size = MAP_APPFONT ( 30, 10 ) ; UniqueId = UID_SEARCH_RECORDSTATUS ; }; FixedText FT_HINT { Pos = MAP_APPFONT ( 99, 232 ) ; Size = MAP_APPFONT ( 190, 10 ) ; }; PushButton PB_SEARCH { Pos = MAP_APPFONT ( 244, 6 ) ; Size = MAP_APPFONT ( 50, 14 ) ; TabStop = TRUE ; DefButton = TRUE ; HelpId = HID_SEARCH_BTN_SEARCH ; Text [ en-US ] = "Search" ; }; CancelButton 1 { Pos = MAP_APPFONT ( 244, 26 ) ; Size = MAP_APPFONT ( 50, 14 ) ; HelpId = HID_SEARCH_BTN_CLOSE ; TabStop = TRUE ; Text [ en-US ] = "~Close" ; }; HelpButton 1 { Pos = MAP_APPFONT ( 244, 46 ) ; Size = MAP_APPFONT ( 50, 14 ) ; TabStop = TRUE ; Text [ en-US ] = "~Help" ; }; }; String RID_STR_SEARCH_ANYWHERE { Text [ en-US ] = "anywhere in the field" ; }; String RID_STR_SEARCH_BEGINNING { Text [ en-US ] = "beginning of field" ; }; String RID_STR_SEARCH_END { Text [ en-US ] = "end of field" ; }; String RID_STR_SEARCH_WHOLE { Text [ en-US ] = "entire field" ; }; String RID_STR_FROM_TOP { Text [ en-US ] = "From top" ; }; String RID_STR_FROM_BOTTOM { Text [ en-US ] = "From bottom" ; }; ErrorBox RID_SVXERR_SEARCH_NORECORD { Buttons = WB_OK; Message [ en-US ] = "No records corresponding to your data found." ; }; ErrorBox RID_SVXERR_SEARCH_GENERAL_ERROR { Buttons = WB_OK; Message [ en-US ] = "An unknown error occurred. The search could not be finished." ; }; String RID_STR_OVERFLOW_FORWARD { Text [ en-US ] = "Overflow, search continued at the beginning" ; }; String RID_STR_OVERFLOW_BACKWARD { Text [ en-US ] = "Overflow, search continued at the end" ; }; String RID_STR_SEARCH_COUNTING { Text [ en-US ] = "counting records" ; }; // ********************************************************************** EOF