home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 November / Chip_2003-11_cd1.bin / oddech / voley / Voley.exe / Voley / volley.exe / 0 / RCDATA / TFORM1 / TFORM1.txt
Text File  |  2001-07-30  |  752b  |  34 lines

  1. object Form1: TForm1
  2.   Left = 195
  3.   Top = 194
  4.   HorzScrollBar.Visible = False
  5.   VertScrollBar.Visible = False
  6.   BorderIcons = [biSystemMenu]
  7.   BorderStyle = bsNone
  8.   Caption = 'Blobby Volley'
  9.   ClientHeight = 453
  10.   ClientWidth = 688
  11.   Color = clBlack
  12.   Font.Charset = DEFAULT_CHARSET
  13.   Font.Color = clWindowText
  14.   Font.Height = -11
  15.   Font.Name = 'MS Sans Serif'
  16.   Font.Style = []
  17.   KeyPreview = True
  18.   OldCreateOrder = True
  19.   Position = poDefault
  20.   PrintScale = poNone
  21.   Scaled = False
  22.   Visible = True
  23.   OnClose = FormClose
  24.   OnCreate = FormCreate
  25.   OnDestroy = FormDestroy
  26.   OnKeyDown = FormKeyDown
  27.   OnKeyUp = FormKeyUp
  28.   OnMouseDown = FormMouseDown
  29.   OnMouseMove = FormMouseMove
  30.   OnMouseUp = FormMouseUp
  31.   PixelsPerInch = 96
  32.   TextHeight = 13
  33. end
  34.