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

  1. inherited WaveformPage: TWaveformPage
  2.   Caption = 'Waveform'
  3.   ClientHeight = 66
  4.   ClientWidth = 139
  5.   OldCreateOrder = True
  6.   PixelsPerInch = 96
  7.   TextHeight = 13
  8.   object RadioGroup: TRadioGroup
  9.     Left = 4
  10.     Top = 6
  11.     Width = 129
  12.     Height = 57
  13.     Caption = ' Mode '
  14.     Items.Strings = (
  15.       'Monochrome line'
  16.       'Coloured points')
  17.     TabOrder = 0
  18.     OnClick = RadioGroupClick
  19.   end
  20. end
  21.