object FindForm: TFindForm Left = 284 Top = 185 BorderStyle = bsDialog ClientHeight = 213 ClientWidth = 249 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnKeyDown = FormKeyDown PixelsPerInch = 96 TextHeight = 13 object OkBtn: TButton Left = 168 Top = 8 Width = 75 Height = 21 Caption = '&Find' Default = True ModalResult = 1 TabOrder = 1 OnKeyDown = FormKeyDown end object ExitBtn: TButton Left = 168 Top = 35 Width = 75 Height = 21 Caption = '&Cancel' ModalResult = 2 TabOrder = 2 OnKeyDown = FormKeyDown end object GroupBox1: TGroupBox Left = 0 Top = 0 Width = 161 Height = 209 TabOrder = 0 object NameEdit: TEdit Left = 8 Top = 16 Width = 145 Height = 21 TabOrder = 0 OnChange = ChangeName OnKeyDown = FormKeyDown end object NamesList: TListBox Left = 8 Top = 40 Width = 145 Height = 161 ItemHeight = 13 Sorted = True TabOrder = 1 OnClick = NamesListClick OnKeyDown = FormKeyDown end end end