home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 October / Chip_2004-10_cd1.bin / tema / goldwave / gwave506.exe / GoldWave.exe / 0 / RCDATA / TPANFORM / TPANFORM.txt
Text File  |  2003-10-10  |  221b  |  13 lines

  1. inherited PanForm: TPanForm
  2.   Caption = 'Pan'
  3.   PixelsPerInch = 96
  4.   TextHeight = 13
  5.   inherited ShapeBox: TShapeBox
  6.     XAxis = Time
  7.     YMin = -1
  8.     Y2 = 0
  9.     Line = clAqua
  10.     OnDrawBack = ShapeBoxDrawBack
  11.   end
  12. end
  13.