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 / TAUDIOFORM / TAUDIOFORM.txt
Encoding:
Text File  |  2003-03-28  |  356 b   |  19 lines

  1. inherited AudioForm: TAudioForm
  2.   Caption = 'FileFormatPluginForm'
  3.   ClientHeight = 36
  4.   ClientWidth = 256
  5.   OnResize = FormResize
  6.   PixelsPerInch = 96
  7.   TextHeight = 13
  8.   inherited ButtonOk: TButton
  9.     Top = 6
  10.     OnClick = ButtonOkClick
  11.   end
  12.   inherited ButtonCancel: TButton
  13.     Top = 6
  14.   end
  15.   inherited ButtonHelp: THelpButton
  16.     Top = 6
  17.   end
  18. end
  19.