;the "Tools | Thesaurus..." menu command

object ThesForm: TThesForm
  Caption = 'Tesauro - %s'
;%s - a language
  BorderIcons = [biSystemMenu]
  ClientHeight = 380
  ClientWidth = 630
  object LookupLbl: TLabel
    Left = 10
    Top = 10
    Caption = '&Buscar:'
  end
  object LookupEdt: TEdit
    Left = 10
    Top = 28
    Width = 250
    OnChange = ControlChange
  end
  object LookupBx: TListBox
    Left = 10
    Top = 54
    Width = 250
    Height = 277
    OnClick = ControlChange
  end
  object DefLbl: TLabel
    Left = 270
    Top = 10
    Caption = 'Definiciones:'
  end
end