object ActivateF: TActivateF Left = 777 Top = 300 HelpContext = 200 BorderStyle = bsDialog Caption = 'Sorry your free use time has run out.' ClientHeight = 433 ClientWidth = 522 Color = clAqua Font.Color = clBlack Font.Height = -20 Font.Name = 'Times New Roman Special G1' Font.Style = [fsBold] FormStyle = fsStayOnTop Position = poScreenCenter OnActivate = FormActivate OnPaint = FormPaint PixelsPerInch = 120 TextHeight = 30 object Button1: TButton Left = 401 Top = 365 Width = 75 Height = 36 Caption = 'OK' TabOrder = 0 OnClick = Button1Click end object GroupBox1: TGroupBox Left = 25 Top = 347 Width = 339 Height = 73 Caption = 'Enter Program Activation Code' Font.Color = clBlack Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False TabOrder = 1 object Edit1: TEdit Left = 68 Top = 24 Width = 179 Height = 38 Font.Color = clBlack Font.Height = -20 Font.Name = 'Times New Roman Special G1' Font.Style = [fsBold] ParentFont = False TabOrder = 0 Text = 'XXXXXXXX' end end object Memo1: TMemo Left = 25 Top = 48 Width = 472 Height = 289 Font.Color = clBlack Font.Height = -15 Font.Name = 'Times New Roman Special G1' Font.Style = [fsBold] Lines.Strings = ( 'The free trial of Vinny Graphics is limited. You may' 'become a registered user by sending $10(US) to:' '' ' Vincent J. Sansevero, Jr.' ' 96 Notch Road' ' Bolton, CT 06043' '' 'Please include your Email address or a stamped self' 'addressed envelope. Also include your Serial Number. ' 'A program activation code will be sent to you as soon' 'as the fee is received. Free upgrades will be available' 'to registered users.') ParentFont = False ReadOnly = True TabOrder = 2 end end