home *** CD-ROM | disk | FTP | other *** search
/ Expérience virtuelle des animaux du future / unins000.exe / 0 / RCDATA / TMAINFORM / TMAINFORM.txt
Text File  |  2020-07-29  |  361b  |  19 lines

  1. object MainForm: TMainForm
  2.   Left = 1
  3.   Top = 95
  4.   Width = 137
  5.   Height = 156
  6.   Color = clNavy
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   Position = poDefault
  12.   OnCloseQuery = FormCloseQuery
  13.   OnKeyDown = FormKeyDown
  14.   OnPaint = FormPaint
  15.   OnResize = FormResize
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18. end
  19.