home *** CD-ROM | disk | FTP | other *** search
- inherited WaveformPage: TWaveformPage
- Caption = 'Waveform'
- ClientHeight = 83
- ClientWidth = 265
- OldCreateOrder = True
- PixelsPerInch = 96
- TextHeight = 13
- object RadioGroup: TRadioGroup
- Left = 4
- Top = 6
- Width = 125
- Height = 73
- Caption = ' Draw mode '
- Items.Strings = (
- 'Monochrome line'
- 'Coloured points')
- TabOrder = 0
- OnClick = Change
- end
- object GroupBox1: TGroupBox
- Left = 136
- Top = 6
- Width = 125
- Height = 73
- Caption = ' Options '
- TabOrder = 1
- object Swap: TCheckBox
- Left = 12
- Top = 15
- Width = 97
- Height = 17
- Caption = 'Swap X and Y'
- TabOrder = 0
- OnClick = Change
- end
- object SlowFade: TCheckBox
- Left = 12
- Top = 33
- Width = 97
- Height = 17
- Caption = 'Slow fade'
- TabOrder = 1
- OnClick = Change
- end
- object Grid: TCheckBox
- Left = 12
- Top = 51
- Width = 97
- Height = 17
- Caption = 'Grid'
- TabOrder = 2
- OnClick = Change
- end
- end
- end
-