inherited WaveformPage: TWaveformPage Caption = 'Waveform' ClientHeight = 66 ClientWidth = 139 OldCreateOrder = True PixelsPerInch = 96 TextHeight = 13 object RadioGroup: TRadioGroup Left = 4 Top = 6 Width = 129 Height = 57 Caption = ' Mode ' Items.Strings = ( 'Monochrome line' 'Coloured points') TabOrder = 0 OnClick = RadioGroupClick end end