object Form1: TForm1 Left = 178 Top = 147 BorderStyle = bsDialog Caption = 'Compare Images - www.ImageEn.com' ClientHeight = 711 ClientWidth = 896 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] OldCreateOrder = True Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 13 Top = 16 Width = 40 Height = 13 Caption = 'Image A' end object Label2: TLabel Left = 459 Top = 16 Width = 39 Height = 13 Caption = 'Image B' end object Button1: TButton Left = 115 Top = 489 Width = 193 Height = 25 Caption = 'Compare (ComputeImageEquality)' TabOrder = 0 OnClick = Button1Click end object ImageEnView1: TImageEnView Left = 13 Top = 40 Width = 425 Height = 433 Background = clBtnFace Ctl3D = False ParentCtl3D = False LegacyBitmap = False AutoFit = True EnableInteractionHints = True TabOrder = 1 end object ImageEnView2: TImageEnView Left = 459 Top = 40 Width = 425 Height = 433 Background = clBtnFace Ctl3D = False ParentCtl3D = False LegacyBitmap = False AutoFit = True EnableInteractionHints = True TabOrder = 2 end object Button2: TButton Left = 13 Top = 489 Width = 75 Height = 25 Caption = 'Open A...' TabOrder = 3 OnClick = Button2Click end object Button3: TButton Left = 13 Top = 522 Width = 75 Height = 25 Caption = 'Open B...' TabOrder = 4 OnClick = Button3Click end object GroupBox1: TGroupBox Left = 115 Top = 522 Width = 323 Height = 173 TabOrder = 5 object Label3: TLabel Left = 8 Top = 24 Width = 123 Height = 13 Caption = 'Peak signal to noise ratio:' end object Label4: TLabel Left = 144 Top = 24 Width = 40 Height = 13 Caption = '----------' end object Label5: TLabel Left = 8 Top = 48 Width = 99 Height = 13 Caption = 'Mean squared error:' end object Label6: TLabel Left = 144 Top = 48 Width = 40 Height = 13 Caption = '----------' end object Label7: TLabel Left = 8 Top = 72 Width = 125 Height = 13 Caption = 'Root mean squared error:' end object Label8: TLabel Left = 144 Top = 72 Width = 40 Height = 13 Caption = '----------' end object Label9: TLabel Left = 8 Top = 96 Width = 98 Height = 13 Caption = 'Peak absolute error:' end object Label10: TLabel Left = 144 Top = 96 Width = 40 Height = 13 Caption = '----------' end object Label11: TLabel Left = 8 Top = 120 Width = 101 Height = 13 Caption = 'Mean absolute error:' end object Label12: TLabel Left = 144 Top = 120 Width = 40 Height = 13 Caption = '----------' end object Label13: TLabel Left = 8 Top = 144 Width = 42 Height = 13 Caption = 'Equality:' end object Label14: TLabel Left = 144 Top = 144 Width = 40 Height = 13 Caption = '----------' end end object Button4: TButton Left = 459 Top = 489 Width = 145 Height = 25 Caption = 'Compare (CompareWith)' TabOrder = 6 OnClick = Button4Click end object GroupBox2: TGroupBox Left = 459 Top = 520 Width = 185 Height = 105 TabOrder = 7 object Label15: TLabel Left = 8 Top = 16 Width = 42 Height = 13 Caption = 'Equality:' end object Label16: TLabel Left = 56 Top = 16 Width = 36 Height = 13 Caption = '---------' end end end