home *** CD-ROM | disk | FTP | other *** search
/ 500 Game Surplus / XSurplus.iso / 95 / TURBOGO.EXE / 0 / RCDATA / TBORD / TBORD.txt
Text File  |  1997-04-04  |  775b  |  41 lines

  1. object Bord: TBord
  2.   Left = 239
  3.   Top = 160
  4.   Width = 526
  5.   Height = 394
  6.   Caption = 'Board'
  7.   Color = clWhite
  8.   Font.Color = clBlack
  9.   Font.Height = -15
  10.   Font.Name = 'Fixedsys'
  11.   Font.Style = []
  12.   FormStyle = fsMDIChild
  13.   Position = poDefault
  14.   Scaled = False
  15.   Visible = True
  16.   OnClose = FormClose
  17.   OnCreate = FormCreate
  18.   OnMouseDown = FormMouseDown
  19.   OnPaint = FormPaint
  20.   OnResize = FormResize
  21.   OnShow = FormShow
  22.   PixelsPerInch = 96
  23.   TextHeight = 15
  24.   object LaatsteZetRondje: TShape
  25.     Left = 56
  26.     Top = 72
  27.     Width = 9
  28.     Height = 9
  29.     Brush.Color = clRed
  30.     Shape = stCircle
  31.     Visible = False
  32.     OnMouseDown = LaatsteZetRondjeMouseDown
  33.   end
  34.   object BordTimer: TTimer
  35.     Interval = 100
  36.     OnTimer = BordTimerTimer
  37.     Left = 8
  38.     Top = 8
  39.   end
  40. end
  41.