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

  1. object ColourScalePage: TColourScalePage
  2.   Left = 0
  3.   Top = 0
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   Caption = '3D Bars'
  7.   ClientHeight = 155
  8.   ClientWidth = 125
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = True
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object RadioGroup: TRadioGroup
  19.     Left = 5
  20.     Top = 5
  21.     Width = 114
  22.     Height = 146
  23.     Anchors = [akLeft, akTop, akRight, akBottom]
  24.     Caption = ' Colour Scale '
  25.     Items.Strings = (
  26.       'Rainbow'
  27.       'Cold'
  28.       'Hot'
  29.       'Gray'
  30.       'Solid white'
  31.       'Solid cyan'
  32.       'Discrete rainbow')
  33.     TabOrder = 0
  34.     OnClick = RadioGroupClick
  35.   end
  36. end
  37.