object AboutBox: TAboutBox Left = 158 Top = 120 BorderStyle = bsDialog Caption = 'About' ClientHeight = 325 ClientWidth = 536 Font.Color = clWindowText Font.Height = -13 Font.Name = 'System' Font.Style = [] Position = poScreenCenter OnKeyDown = FormKeyDown OnShow = FormShow PixelsPerInch = 96 TextHeight = 16 object img_Billboard1: TImage Left = 0 Top = 0 Width = 536 Height = 326 AutoSize = True Enabled = False Picture.Data = {} end object pnt_Lic: TPaintBox Left = 284 Top = 248 Width = 184 Height = 16 Color = clBtnFace Enabled = False Font.Color = clYellow Font.Height = -15 Font.Name = 'Arial' Font.Style = [fsBold, fsItalic] ParentColor = False ParentFont = False OnPaint = pnt_LicPaint end object pnt_LicName: TPaintBox Left = 284 Top = 270 Width = 244 Height = 14 Color = clBtnFace Enabled = False Font.Color = clAqua Font.Height = -12 Font.Name = 'Arial' Font.Style = [fsBold, fsItalic] ParentColor = False ParentFont = False OnPaint = pnt_LicNamePaint end object pnt_LicSNo: TPaintBox Left = 284 Top = 296 Width = 245 Height = 14 Color = clBtnFace Enabled = False Font.Color = clAqua Font.Height = -12 Font.Name = 'Arial' Font.Style = [fsBold, fsItalic] ParentColor = False ParentFont = False OnPaint = pnt_LicSNoPaint end object pnt_LicCountry: TPaintBox Left = 284 Top = 283 Width = 245 Height = 14 Color = clBtnFace Enabled = False Font.Color = clAqua Font.Height = -12 Font.Name = 'Arial' Font.Style = [fsBold, fsItalic] ParentColor = False ParentFont = False OnPaint = pnt_LicCountryPaint end end