object MainForm: TMainForm Left = 200 Top = 99 Width = 435 Height = 300 Caption = 'Enumerate Window Titles' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'System' Font.Style = [] OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 16 object Label1: TLabel Left = 40 Top = 24 Width = 88 Height = 16 Caption = 'Window titles' end object ListBox1: TListBox Left = 40 Top = 40 Width = 241 Height = 217 ItemHeight = 16 Sorted = True TabOrder = 0 end object BitBtn1: TBitBtn Left = 312 Top = 224 Width = 89 Height = 33 TabOrder = 1 Kind = bkClose end end