object Form1: TForm1 Left = 192 Top = 114 Width = 870 Height = 640 Caption = 'Form1' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False PixelsPerInch = 96 TextHeight = 13 object Image1: TImage Left = 280 Top = 72 Width = 500 Height = 500 end object FileListBox1: TFileListBox Left = 80 Top = 232 Width = 145 Height = 97 ItemHeight = 13 Mask = '*.in' TabOrder = 0 OnClick = FileListBox1Click end object DriveComboBox1: TDriveComboBox Left = 88 Top = 88 Width = 145 Height = 19 DirList = DirectoryListBox1 TabOrder = 1 end object DirectoryListBox1: TDirectoryListBox Left = 80 Top = 120 Width = 145 Height = 97 FileList = FileListBox1 ItemHeight = 16 TabOrder = 2 end object Memo1: TMemo Left = 64 Top = 344 Width = 185 Height = 89 Lines.Strings = ( 'Memo1') TabOrder = 3 end end