object ActiveFormXAbout: TActiveFormXAbout Left = 214 Top = 122 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'About VBOLock' ClientHeight = 127 ClientWidth = 267 Color = clBtnFace Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Arial' Font.Style = [] OldCreateOrder = True Position = poScreenCenter Scaled = False PixelsPerInch = 96 TextHeight = 14 object NameLbl: TLabel Left = 40 Top = 8 Width = 184 Height = 13 Caption = 'VBOLock Copy Protection v1.1b' Font.Charset = DEFAULT_CHARSET Font.Color = clBtnText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object DescLbl: TLabel Left = 36 Top = 26 Width = 202 Height = 14 Caption = '(C)opyright MoonLight Software Inc. 1999' end object Label1: TLabel Left = 4 Top = 108 Width = 177 Height = 14 Caption = 'http://www.moonlight-software.com' end object OkBtn: TButton Left = 208 Top = 100 Width = 51 Height = 25 Cancel = True Caption = 'OK' Default = True ModalResult = 1 TabOrder = 0 end end