object Form1: TForm1 Left = 0 Top = 0 Caption = 'Form1' ClientHeight = 254 ClientWidth = 535 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] OldCreateOrder = False OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 16 Top = 21 Width = 30 Height = 13 Caption = 'Word:' end object Edit1: TEdit Left = 56 Top = 16 Width = 121 Height = 21 TabOrder = 0 Text = 'Helllo' end object Button1: TButton Left = 192 Top = 16 Width = 75 Height = 25 Caption = 'Check' TabOrder = 1 OnClick = Button1Click end object ListBox1: TListBox Left = 56 Top = 48 Width = 209 Height = 145 ItemHeight = 13 TabOrder = 2 end end