object AutoSearchForm_: TAutoSearchForm_ Left = 123 Top = 211 BorderIcons = [] BorderStyle = bsNone Caption = 'AutoSearchForm_' ClientHeight = 43 ClientWidth = 272 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OnClose = FormClose OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Panel: TPanel Left = 0 Top = 0 Width = 272 Height = 43 Align = alClient TabOrder = 0 object Edit: TEdit Left = 6 Top = 7 Width = 128 Height = 21 TabOrder = 0 Text = 'Edit' OnChange = EditChange OnKeyDown = EditKeyDown OnKeyPress = EditKeyPress end end end