object aboutbox: Taboutbox Left = 305 Top = 139 BorderStyle = bsNone Caption = 'aboutbox' ClientHeight = 204 ClientWidth = 318 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object aboutpanel: TPanel Left = 0 Top = 0 Width = 318 Height = 204 Align = alClient BevelInner = bvRaised TabOrder = 0 object Image1: TImage Left = 2 Top = 2 Width = 314 Height = 200 Align = alClient Picture.Data = {} end object okbutton: TButton Left = 120 Top = 168 Width = 81 Height = 25 Caption = 'OK' ModalResult = 1 TabOrder = 0 end end end