object AboutVarbox: TAboutVarbox Left = 248 Top = 141 BorderStyle = bsDialog Caption = 'About' ClientHeight = 200 ClientWidth = 476 Font.Color = clWindowText Font.Height = -13 Font.Name = 'System' Font.Style = [] Icon.Data = {} PixelsPerInch = 96 Position = poScreenCenter OnCreate = FormCreate OnPaint = FormPaint TextHeight = 16 object SIcon: TImage Left = 11 Top = 12 Width = 70 Height = 70 Stretch = True IsControl = True end object version: TLabel Left = 94 Top = 76 Width = 335 Height = 16 AutoSize = False Caption = 'version' Font.Color = clBlack Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False ShowAccelChar = False Transparent = True end object description: TLabel Left = 94 Top = 92 Width = 351 Height = 16 AutoSize = False Caption = 'description' Font.Color = clBlack Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False ShowAccelChar = False Transparent = True end object copyright: TLabel Left = 94 Top = 120 Width = 351 Height = 27 AutoSize = False Caption = 'Legal Copyright' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False ShowAccelChar = False Transparent = True WordWrap = True end object Bevel1: TBevel Left = 94 Top = 153 Width = 359 Height = 5 Shape = bsTopLine end object Label2: TLabel Left = 94 Top = 161 Width = 123 Height = 28 AutoSize = False Caption = 'Arbeitsspeicher: System-Ressourcen:' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False Transparent = True WordWrap = True end object Info: TLabel Left = 226 Top = 161 Width = 203 Height = 25 AutoSize = False Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False Transparent = True WordWrap = True end object Button1: TButton Left = 388 Top = 8 Width = 69 Height = 25 Cancel = True Caption = '&OK' Font.Color = clWindowText Font.Height = -12 Font.Name = 'MS Sans Serif' Font.Style = [] ModalResult = 1 ParentFont = False TabOrder = 0 end end