home *** CD-ROM | disk | FTP | other *** search
- object ColourScalePage: TColourScalePage
- Left = 0
- Top = 0
- BorderIcons = []
- BorderStyle = bsNone
- Caption = '3D Bars'
- ClientHeight = 103
- ClientWidth = 231
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = True
- DesignSize = (
- 231
- 103)
- PixelsPerInch = 96
- TextHeight = 13
- object RadioGroup: TRadioGroup
- Left = 5
- Top = 5
- Width = 221
- Height = 94
- Anchors = [akLeft, akTop, akRight, akBottom]
- Caption = ' Colour Scale '
- Columns = 2
- Items.Strings = (
- 'Rainbow'
- 'Cold'
- 'Hot'
- 'Gray'
- 'Solid white'
- 'Solid cyan'
- 'Discrete rainbow'
- 'Blue')
- TabOrder = 0
- OnClick = RadioGroupClick
- end
- end
-