home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 January / PCWorld_2007-01_cd.bin / temacd / goldwave / gwave517.exe / GoldWave.exe / 0 / RCDATA / TPREVIEWFORM / TPREVIEWFORM.txt
Encoding:
Text File  |  2006-11-14  |  709 b   |  34 lines

  1. inherited PreviewForm: TPreviewForm
  2.   OnClose = FormClose
  3.   PixelsPerInch = 96
  4.   TextHeight = 13
  5.   inherited ButtonOk: TButton
  6.     TabOrder = 1
  7.   end
  8.   inherited ButtonCancel: TButton
  9.     TabOrder = 2
  10.   end
  11.   inherited ButtonHelp: THelpButton
  12.     TabOrder = 3
  13.   end
  14.   inline PreviewFrame: TPreviewFrame
  15.     Left = 156
  16.     Top = 48
  17.     Width = 115
  18.     Height = 39
  19.     Anchors = [akRight, akBottom]
  20.     TabOrder = 0
  21.     TabStop = True
  22.     ExplicitLeft = 156
  23.     ExplicitTop = 48
  24.     inherited PreviewActionList: TActionList
  25.       inherited PreviewAction: TAction
  26.         OnExecute = PreviewPlayClick
  27.       end
  28.       inherited StopAction: TAction
  29.         OnExecute = PreviewStopClick
  30.       end
  31.     end
  32.   end
  33. end
  34.