object frmMain: TfrmMain Left = 105 Top = 119 BorderStyle = bsDialog Caption = 'Unidat Setup' ClientHeight = 378 ClientWidth = 583 Color = clWhite Font.Color = clWindowText Font.Height = -21 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] Position = poScreenCenter OnCreate = FormCreate OnMouseMove = FormMouseMove PixelsPerInch = 96 TextHeight = 24 object lblDesc: TLabel Left = 0 Top = 0 Width = 583 Height = 41 Align = alTop Alignment = taRightJustify AutoSize = False Caption = 'lblDesc' Color = clBlack Font.Color = clWhite Font.Height = -13 Font.Name = 'Verdana' Font.Style = [fsBold, fsItalic] ParentColor = False ParentFont = False end object Atlantis_logo: TImage Left = 3 Top = 3 Width = 137 Height = 33 Picture.Data = {} Stretch = True end object msie_logo: TImage Left = 56 Top = 232 Width = 479 Height = 72 AutoSize = True Picture.Data = {} OnMouseMove = msie_logoMouseMove end object msie_logo_color: TImage Left = 56 Top = 232 Width = 479 Height = 72 AutoSize = True Picture.Data = {} Visible = False OnClick = msie_logo_colorClick end object unidat_logo: TImage Left = 201 Top = 96 Width = 188 Height = 73 AutoSize = True Picture.Data = {} OnMouseMove = unidat_logoMouseMove end object unidat_logo_color: TImage Left = 201 Top = 96 Width = 188 Height = 73 AutoSize = True Picture.Data = {} Visible = False OnClick = unidat_logo_colorClick end object lblExit: TLabel Left = 521 Top = 337 Width = 48 Height = 24 Alignment = taCenter Caption = 'EXIT' OnClick = lblExitClick OnMouseMove = lblExitMouseMove end object Label1: TLabel Left = 2 Top = 44 Width = 139 Height = 16 Caption = 'www.AtlantisUK.com' Font.Color = clWindowText Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end end