home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 October / Chip_2004-10_cd1.bin / tema / goldwave / gwave506.exe / GoldWave.exe / 0 / RCDATA / TAUDIOFORM / TAUDIOFORM.txt
Text File  |  2003-10-10  |  371b  |  20 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.     Left = 170
  17.     Top = 6
  18.   end
  19. end
  20.