home *** CD-ROM | disk | FTP | other *** search
/ PC World Plus! (NZ) 2000 September / PCWORLD_PLUS.iso / topshare / netwatch.exe / _SETUP.1 / VBOLock.ocx / 0 / RCDATA / TACTIVEFORMXABOUT / TACTIVEFORMXABOUT.txt
Text File  |  1999-11-08  |  1KB  |  59 lines

  1. object ActiveFormXAbout: TActiveFormXAbout
  2.   Left = 214
  3.   Top = 122
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'About VBOLock'
  7.   ClientHeight = 127
  8.   ClientWidth = 267
  9.   Color = clBtnFace
  10.   Font.Charset = ANSI_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Arial'
  14.   Font.Style = []
  15.   OldCreateOrder = True
  16.   Position = poScreenCenter
  17.   Scaled = False
  18.   PixelsPerInch = 96
  19.   TextHeight = 14
  20.   object NameLbl: TLabel
  21.     Left = 40
  22.     Top = 8
  23.     Width = 184
  24.     Height = 13
  25.     Caption = 'VBOLock Copy Protection v1.1b'
  26.     Font.Charset = DEFAULT_CHARSET
  27.     Font.Color = clBtnText
  28.     Font.Height = -11
  29.     Font.Name = 'MS Sans Serif'
  30.     Font.Style = [fsBold]
  31.     ParentFont = False
  32.   end
  33.   object DescLbl: TLabel
  34.     Left = 36
  35.     Top = 26
  36.     Width = 202
  37.     Height = 14
  38.     Caption = '(C)opyright MoonLight Software Inc. 1999'
  39.   end
  40.   object Label1: TLabel
  41.     Left = 4
  42.     Top = 108
  43.     Width = 177
  44.     Height = 14
  45.     Caption = 'http://www.moonlight-software.com'
  46.   end
  47.   object OkBtn: TButton
  48.     Left = 208
  49.     Top = 100
  50.     Width = 51
  51.     Height = 25
  52.     Cancel = True
  53.     Caption = 'OK'
  54.     Default = True
  55.     ModalResult = 1
  56.     TabOrder = 0
  57.   end
  58. end
  59.