object IncSearchDlg: TIncSearchDlg
  Left = 300
  Top = 209
  ActiveControl = Edit
  BorderIcons = []
  BorderStyle = bsDialog
  Caption = 'Bsqueda incremental'
  ClientHeight = 41
  ClientWidth = 171
  Font.Color = clBlack
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  PixelsPerInch = 96
  Position = poScreenCenter
  OnShow = FormShow
  TextHeight = 13
  object Label1: TLabel
    Left = 8
    Top = 13
    Width = 23
    Height = 13
    Caption = 'Buscar:'
  end
  object Edit: TEdit
    Left = 40
    Top = 10
    Width = 120
    Height = 20
    AutoSelect = False
    CharCase = ecLowerCase
    TabOrder = 0
    OnChange = EditChange
    OnKeyDown = EditKeyDown
  end
end
