object AboutBox: TAboutBox Left = 200 Top = 108 BorderStyle = bsToolWindow Caption = 'Info' ClientHeight = 453 ClientWidth = 364 Color = clWhite Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter Scaled = False OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Image1: TImage Left = 0 Top = 0 Width = 361 Height = 321 Picture.Data = {} Stretch = True end object Version: TLabel Left = 129 Top = 62 Width = 59 Height = 18 Caption = 'Version' Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -16 Font.Name = 'Arial' Font.Style = [fsBold, fsItalic] ParentFont = False end object Label1: TLabel Left = 20 Top = 330 Width = 32 Height = 13 Alignment = taCenter Caption = 'Label1' end object OKButton: TButton Left = 12 Top = 424 Width = 337 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 0 end end