object Form1: TForm1 Left = 200 Top = 116 Caption = 'Preloading Demo - www.ImageEn.com' ClientHeight = 617 ClientWidth = 936 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] OldCreateOrder = True Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Panel1: TPanel Left = 0 Top = 0 Width = 201 Height = 617 Align = alLeft BevelOuter = bvNone TabOrder = 0 object Button1: TButton Left = 16 Top = 16 Width = 75 Height = 25 Caption = 'Prev' TabOrder = 0 OnClick = Button1Click end object Button2: TButton Left = 104 Top = 16 Width = 75 Height = 25 Caption = 'Next' TabOrder = 1 OnClick = Button2Click end object DirectoryListBox1: TDirectoryListBox Left = 24 Top = 64 Width = 145 Height = 97 FileList = FileListBox1 ItemHeight = 16 TabOrder = 2 end object FileListBox1: TFileListBox Left = 24 Top = 168 Width = 145 Height = 97 ItemHeight = 13 Mask = '*.jpg' TabOrder = 3 OnChange = FileListBox1Change end object ProgressBar1: TProgressBar Left = 8 Top = 584 Width = 185 Height = 17 TabOrder = 4 end object ImageEnView2: TImageEnView Left = 16 Top = 472 Width = 89 Height = 73 AutoFit = True EnableInteractionHints = True TabOrder = 5 end end object ImageEnView1: TImageEnView Left = 201 Top = 0 Width = 735 Height = 617 OnProgress = ImageEnView1Progress EnableInteractionHints = True Align = alClient TabOrder = 1 end end