object LogoWnd: TLogoWnd Left = 371 Top = 133 BorderIcons = [] BorderStyle = bsNone ClientHeight = 200 ClientWidth = 250 Font.Color = clWindowText Font.Height = -13 Font.Name = 'System' Font.Style = [] Position = poScreenCenter OnClose = FormClose OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 16 object Image1: TImage Left = 0 Top = 0 Width = 250 Height = 200 AutoSize = True Picture.Data = {} end end