object AboutBox: TAboutBox Left = 243 Top = 108 ActiveControl = OKButton BorderStyle = bsDialog Caption = 'About' ClientHeight = 354 ClientWidth = 298 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Panel1: TPanel Left = 8 Top = 8 Width = 281 Height = 301 BevelOuter = bvLowered Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False TabOrder = 0 object ProductName: TLabel Left = 9 Top = 12 Width = 263 Height = 17 Alignment = taCenter AutoSize = False Caption = 'Product Name' Font.Color = clBlack Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False IsControl = True end object Version: TLabel Left = 9 Top = 32 Width = 263 Height = 13 Alignment = taCenter AutoSize = False Caption = 'Version' IsControl = True end object Label1: TLabel Left = 9 Top = 64 Width = 263 Height = 29 Alignment = taCenter AutoSize = False Caption = 'CompuArt' Font.Color = clNavy Font.Height = -19 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object Label2: TLabel Left = 9 Top = 97 Width = 263 Height = 13 Alignment = taCenter AutoSize = False Caption = 'C.P. 5541' end object Label3: TLabel Left = 9 Top = 113 Width = 263 Height = 13 Alignment = taCenter AutoSize = False Caption = '16158 GENOVA VOLTRI' end object Label4: TLabel Left = 9 Top = 127 Width = 263 Height = 13 Alignment = taCenter AutoSize = False Caption = 'ITALY' end object Label5: TLabel Left = 9 Top = 150 Width = 263 Height = 13 Alignment = taCenter AutoSize = False Caption = 'FAX +39-10-6530179 +39-10-6513199' end object Label6: TLabel Left = 9 Top = 166 Width = 263 Height = 13 Alignment = taCenter AutoSize = False Caption = 'e-mail: info@compuart.it' end object Label7: TLabel Left = 9 Top = 180 Width = 263 Height = 13 Alignment = taCenter AutoSize = False Caption = 'web: www.compuart.it' end object LTit: TLabel Left = 9 Top = 204 Width = 263 Height = 13 Alignment = taCenter AutoSize = False Caption = 'LTit' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object LName: TLabel Left = 9 Top = 218 Width = 263 Height = 13 Alignment = taCenter AutoSize = False Caption = 'LName' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object LCity: TLabel Left = 9 Top = 232 Width = 263 Height = 13 Alignment = taCenter AutoSize = False Caption = 'LCity' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object LCountry: TLabel Left = 9 Top = 246 Width = 263 Height = 13 Alignment = taCenter AutoSize = False Caption = 'LCountry' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object LCode: TLabel Left = 14 Top = 268 Width = 259 Height = 19 Alignment = taCenter AutoSize = False Caption = 'LCode' end end object OKButton: TButton Left = 118 Top = 318 Width = 65 Height = 26 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 1 IsControl = True end end