object frmSearch: TfrmSearch Left = 245 Top = 402 Hint = '|Find...' HorzScrollBar.Visible = False VertScrollBar.Visible = False ActiveControl = cmbFind BorderIcons = [biSystemMenu] AutoScroll = False Caption = 'Find' ClientHeight = 121 ClientWidth = 425 Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsStayOnTop Icon.Data = {} Position = poScreenCenter Scaled = False OnClose = FormClose OnDblClick = FormDblClick OnResize = FormResize PixelsPerInch = 96 TextHeight = 13 object lblcmbFind: TEnhLabel Left = 7 Top = 11 Width = 49 Height = 13 Caption = 'Fi&nd what:' FocusControl = cmbFind end object cmbFind: TLblComboBox Left = 72 Top = 8 Width = 217 Height = 21 Hint = '|Text to search (tokens: ^T = tab; ^P = paragraph; ^C = carriage' + '-return; ^L = line-feed)' ItemHeight = 13 PopupMenu = InputBoxMenu1 TabOrder = 0 OnChange = cmbFindChange AddNewToStart = True AddNewToList = True AutoExpand = False CaseSensitive = True DestroyObjects = False DispatchInsMode = False LimitToList = False OverwriteMode = False ReadOnly = False UndoWhenEsc = True OnListPick = cmbFindListPick OnPaste = cmbFindPaste LabelPos = lpCustom LabelMargin = 4 LabelComponent = lblcmbFind LabelRelLeft = -65 LabelRelTop = 3 end object rdgDirection: TRadioGroup Left = 184 Top = 40 Width = 89 Height = 73 Hint = '|Up searches backwards and Down forwards' Caption = 'Direction' ItemIndex = 1 Items.Strings = ( '&Up' '&Down') TabOrder = 2 end object btnFindNext: TButton Left = 304 Top = 8 Width = 113 Height = 25 Hint = '|Search for next occurence of text' Caption = '&Find Next' Default = True Enabled = False TabOrder = 4 OnClick = btnFindNextClick end object btnCancel: TButton Left = 304 Top = 40 Width = 113 Height = 25 Hint = '|Close dialog box' Cancel = True Caption = 'Close' ModalResult = 1 TabOrder = 5 OnClick = btnCancelClick end object gbxCriteria: TGroupBox Left = 8 Top = 40 Width = 161 Height = 73 Caption = 'Criteria' TabOrder = 1 object cbxWholeWord: TCheckBox Left = 8 Top = 20 Width = 145 Height = 17 Hint = '|Search only whole words' Caption = '&Whole words only' TabOrder = 0 end object cbxMatchCase: TCheckBox Left = 8 Top = 46 Width = 145 Height = 17 Hint = '|Search is case sensitive' Caption = '&Case Sensitive' TabOrder = 1 end end object gbxScope: TGroupBox Left = 288 Top = 72 Width = 129 Height = 41 Caption = 'Scope' TabOrder = 3 Visible = False object cbxAll: TCheckBox Left = 8 Top = 16 Width = 113 Height = 17 Hint = '|Search through all open documents' Caption = '&All Documents' TabOrder = 0 end end object InputBoxMenu1: TInputBoxMenu Left = 136 Top = 80 object InputBoxMenu1_Undo: TMenuItem Caption = '&Undo' Hint = 'Undo changes to input text' end object InputBoxMenu1_Overwrite: TMenuItem Tag = 1 Caption = '&Overwrite Mode' Hint = 'Toggle Insert/Overwrite mode' end object InputBoxMenu1_Break1: TMenuItem Tag = 2 Caption = '-' end object InputBoxMenu1_Cut: TMenuItem Tag = 3 Caption = 'Cu&t' Hint = 'Cut selected text to clipboard' end object InputBoxMenu1_Copy: TMenuItem Tag = 4 Caption = '&Copy' Hint = 'Copy selected text to clipboard' end object InputBoxMenu1_Paste: TMenuItem Tag = 5 Caption = '&Paste' Hint = 'Paste text from clipboard to input box' end object InputBoxMenu1_Delete: TMenuItem Tag = 6 Caption = '&Delete' Hint = 'Delete selected text' end object InputBoxMenu1_Clear: TMenuItem Tag = 7 Caption = 'C&lear All' Hint = 'Clear all text from input box' end object InputBoxMenu1_Break2: TMenuItem Tag = 8 Caption = '-' end object InputBoxMenu1_SelectAll: TMenuItem Tag = 9 Caption = 'Select &All' Hint = 'Select all text in input box' end end end