object ColourScalePage: TColourScalePage Left = 0 Top = 0 BorderIcons = [] BorderStyle = bsNone Caption = '3D Bars' ClientHeight = 155 ClientWidth = 125 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = True PixelsPerInch = 96 TextHeight = 13 object RadioGroup: TRadioGroup Left = 5 Top = 5 Width = 114 Height = 146 Anchors = [akLeft, akTop, akRight, akBottom] Caption = ' Colour Scale ' Items.Strings = ( 'Rainbow' 'Cold' 'Hot' 'Gray' 'Solid white' 'Solid cyan' 'Discrete rainbow') TabOrder = 0 OnClick = RadioGroupClick end end