object MainForm: TMainForm Left = 260 Top = 141 Caption = 'Demo application for Google Equirectangular images (TIEEquirecta' + 'ngularRenderer)' ClientHeight = 649 ClientWidth = 1184 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poScreenCenter OnActivate = FormActivate OnResize = FormResize PixelsPerInch = 96 TextHeight = 13 object ImageEnView1: TImageEnView Left = 0 Top = 0 Width = 1048 Height = 480 Background = clBtnFace ParentCtl3D = False EnableInteractionHints = True Align = alClient TabOrder = 0 OnMouseDown = ImageEnView1MouseDown OnMouseMove = ImageEnView1MouseMove end object Panel1: TPanel Left = 1048 Top = 0 Width = 136 Height = 480 Align = alRight TabOrder = 1 DesignSize = ( 136 480) object Label1: TLabel Left = 12 Top = 224 Width = 21 Height = 13 Caption = 'FOV' end object SpeedButton1: TSpeedButton Left = 32 Top = 406 Width = 73 Height = 33 AllowAllUp = True GroupIndex = 1 Caption = 'Test FPS' OnClick = SpeedButton1Click end object Label4: TLabel Left = 60 Top = 228 Width = 69 Height = 29 Caption = '| Select' Color = clBtnFace Font.Charset = ANSI_CHARSET Font.Color = clRed Font.Height = -24 Font.Name = 'Arial Narrow' Font.Style = [fsBold] ParentColor = False ParentFont = False Transparent = True end object Label5: TLabel Left = 58 Top = 215 Width = 10 Height = 29 Caption = '/\' Color = clBtnFace Font.Charset = ANSI_CHARSET Font.Color = clRed Font.Height = -24 Font.Name = 'Arial Narrow' Font.Style = [fsBold] ParentColor = False ParentFont = False Transparent = True end object lblGetMore: TLabel Left = 11 Top = 459 Width = 112 Height = 13 Cursor = crHandPoint Anchors = [akLeft, akBottom] Caption = 'Download More Images' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clBlue Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsUnderline] ParentColor = False ParentFont = False OnClick = lblGetMoreClick end object FileListBox1: TFileListBox Left = 8 Top = 2 Width = 121 Height = 211 ItemHeight = 13 Mask = '*.jpg;*.jpeg' TabOrder = 0 OnChange = FileListBox1Change end object TrackBar1: TTrackBar Left = 8 Top = 240 Width = 45 Height = 113 Max = 90 Orientation = trVertical Position = 90 TabOrder = 1 OnChange = TrackBar1Change end object RadioGroupQuality: TRadioGroup Left = 56 Top = 264 Width = 73 Height = 73 Caption = ' Quality ' ItemIndex = 0 Items.Strings = ( 'Low' 'High') TabOrder = 2 OnClick = RadioGroupQualityClick end end object Panel2: TPanel Left = 0 Top = 480 Width = 1184 Height = 169 Align = alBottom TabOrder = 2 object Label2: TLabel Left = 503 Top = 24 Width = 169 Height = 29 Caption = '| Drag with mouse' Color = clBtnFace Font.Charset = ANSI_CHARSET Font.Color = clRed Font.Height = -24 Font.Name = 'Arial Narrow' Font.Style = [fsBold] ParentColor = False ParentFont = False end object Label3: TLabel Left = 501 Top = 12 Width = 10 Height = 29 Caption = '/\' Color = clBtnFace Font.Charset = ANSI_CHARSET Font.Color = clRed Font.Height = -24 Font.Name = 'Arial Narrow' Font.Style = [fsBold] ParentColor = False ParentFont = False Transparent = True end object Label6: TLabel Left = 440 Top = 72 Width = 66 Height = 13 Caption = 'Camera head:' end object Label7: TLabel Left = 440 Top = 96 Width = 66 Height = 13 Caption = 'Camera Pitch:' end object LabelCamHead: TLabel Left = 520 Top = 72 Width = 21 Height = 13 Caption = '-------' end object LabelCamPitch: TLabel Left = 520 Top = 96 Width = 21 Height = 13 Caption = '-------' end object ImageEnView2: TImageEnView Left = 80 Top = 8 Width = 337 Height = 142 Background = clBtnFace ParentCtl3D = False AutoFit = True EnableInteractionHints = True TabOrder = 0 end object Memo3: TMemo Left = 8 Top = 8 Width = 65 Height = 145 TabOrder = 1 end end end