home *** CD-ROM | disk | FTP | other *** search
/ Slippery When Wet / SLIPPERY_WET.bin / thezone.exe / 0 / RCDATA / TFORMBORDER / TFORMBORDER.txt
Encoding:
Text File  |  1999-11-02  |  441 b   |  22 lines

  1. object FormBorder: TFormBorder
  2.   Left = 257
  3.   Top = 140
  4.   BorderIcons = []
  5.   BorderStyle = bsSingle
  6.   Caption = 'The Horney Zone '
  7.   ClientHeight = 273
  8.   ClientWidth = 427
  9.   Color = clWhite
  10.   Enabled = False
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   WindowState = wsMaximized
  16.   OnPaint = FormPaint
  17.   OnResize = FormResize
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21. end
  22.