home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 April (Special) / Chip-Special_2003-04_Vypalujeme-cd-i-dvd.bin / soft / goldwave / gwave503.exe / GoldWave.exe / 0 / RCDATA / TPANFORM / TPANFORM.txt
Encoding:
Text File  |  2003-03-28  |  221 b   |  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.