home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 January / PCWorld_2007-01_cd.bin / temacd / goldwave / gwave517.exe / GoldWave.exe / 0 / RCDATA / TCOLOURSCALEPAGE / TCOLOURSCALEPAGE.txt
Encoding:
Text File  |  2006-11-14  |  810 b   |  42 lines

  1. object ColourScalePage: TColourScalePage
  2.   Left = 0
  3.   Top = 0
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   Caption = '3D Bars'
  7.   ClientHeight = 103
  8.   ClientWidth = 231
  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.   DesignSize = (
  17.     231
  18.     103)
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object RadioGroup: TRadioGroup
  22.     Left = 5
  23.     Top = 5
  24.     Width = 221
  25.     Height = 94
  26.     Anchors = [akLeft, akTop, akRight, akBottom]
  27.     Caption = ' Colour Scale '
  28.     Columns = 2
  29.     Items.Strings = (
  30.       'Rainbow'
  31.       'Cold'
  32.       'Hot'
  33.       'Gray'
  34.       'Solid white'
  35.       'Solid cyan'
  36.       'Discrete rainbow'
  37.       'Blue')
  38.     TabOrder = 0
  39.     OnClick = RadioGroupClick
  40.   end
  41. end
  42.