home *** CD-ROM | disk | FTP | other *** search
/ Computer Music Interacti…pecial Edition 2000 April / cd.iso / pc / PC / Compression / Data2Zip / data2zip.exe / install.exe / 0 / RCDATA / TMAINFORM / TMAINFORM.txt
Encoding:
Text File  |  2000-03-08  |  511 b   |  25 lines

  1. object MainForm: TMainForm
  2.   Left = 1
  3.   Top = 95
  4.   Width = 137
  5.   Height = 156
  6.   Color = clNavy
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poDefault
  13.   Visible = True
  14.   OnActivate = FormActivate
  15.   OnClose = FormClose
  16.   OnCloseQuery = FormCloseQuery
  17.   OnCreate = FormCreate
  18.   OnDestroy = FormDestroy
  19.   OnKeyDown = FormKeyDown
  20.   OnPaint = FormPaint
  21.   OnResize = FormResize
  22.   PixelsPerInch = 96
  23.   TextHeight = 13
  24. end
  25.