object Form1: TForm1 Left = 207 Top = 181 Caption = 'Orientation Demo - www.ImageEn.com' ClientHeight = 821 ClientWidth = 1065 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 pnlBottom: TPanel Left = 0 Top = 626 Width = 1065 Height = 195 Align = alBottom BevelOuter = bvNone TabOrder = 0 object Label9: TLabel Left = 488 Top = 154 Width = 14 Height = 19 Caption = '--' Font.Charset = DEFAULT_CHARSET Font.Color = clBlue Font.Height = -16 Font.Name = 'Tahoma' Font.Style = [fsBold] ParentFont = False end object Label8: TLabel Left = 96 Top = 40 Width = 134 Height = 13 Caption = 'Select a document to adjust' end object Label7: TLabel Left = 312 Top = 160 Width = 93 Height = 13 Caption = 'www.ImageEn.com' end object Label6: TLabel Left = 432 Top = 12 Width = 26 Height = 13 Caption = 'Zoom' end object Label5: TLabel Left = 8 Top = 12 Width = 26 Height = 13 Caption = 'Zoom' end object Label4: TLabel Left = 312 Top = 111 Width = 14 Height = 19 Caption = '--' Font.Charset = DEFAULT_CHARSET Font.Color = clBlue Font.Height = -16 Font.Name = 'Tahoma' Font.Style = [fsBold] ParentFont = False end object Label3: TLabel Left = 312 Top = 63 Width = 14 Height = 19 Caption = '--' Font.Charset = DEFAULT_CHARSET Font.Color = clBlue Font.Height = -16 Font.Name = 'Tahoma' Font.Style = [fsBold] ParentFont = False end object TrackBar1: TTrackBar Left = 40 Top = 8 Width = 150 Height = 28 Max = 1000 Min = 1 Frequency = 20 Position = 1 TabOrder = 0 OnChange = TrackBar1Change end object CheckBox1: TCheckBox Left = 736 Top = 160 Width = 97 Height = 17 Caption = 'Mode 2' TabOrder = 1 OnClick = FileListBox1Change end object TrackBar2: TTrackBar Left = 464 Top = 8 Width = 150 Height = 30 Max = 1000 Min = 1 Frequency = 20 Position = 1 TabOrder = 2 OnChange = TrackBar2Change end object DirectoryListBox1: TDirectoryListBox Left = 8 Top = 79 Width = 145 Height = 97 FileList = FileListBox1 ItemHeight = 16 TabOrder = 3 end object DriveComboBox1: TDriveComboBox Left = 8 Top = 55 Width = 145 Height = 19 DirList = DirectoryListBox1 TabOrder = 4 end object FileListBox1: TFileListBox Left = 160 Top = 55 Width = 145 Height = 121 ItemHeight = 13 Mask = '*.tif;*.tiff;*.jpg' TabOrder = 5 OnChange = FileListBox1Change end end object pnlMain: TPanel Left = 0 Top = 0 Width = 1065 Height = 626 Align = alClient BevelOuter = bvNone TabOrder = 1 OnResize = pnlMainResize object Label1: TLabel Left = 224 Top = 8 Width = 31 Height = 13 Caption = 'Input' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [fsBold] ParentFont = False end object Label2: TLabel Left = 794 Top = 8 Width = 39 Height = 13 Caption = 'Output' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [fsBold] ParentFont = False end object ImageEnView1: TImageEnView Left = 8 Top = 24 Width = 520 Height = 596 Background = clBtnFace ParentCtl3D = False BorderStyle = bsNone LegacyBitmap = False ZoomFilter = rfFastLinear EnableInteractionHints = True TabOrder = 0 end object ImageEnView2: TImageEnView Left = 534 Top = 24 Width = 520 Height = 596 Background = clBtnFace ParentCtl3D = False BorderStyle = bsNone LegacyBitmap = False ZoomFilter = rfFastLinear EnableInteractionHints = True TabOrder = 1 end end end