home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 April (Special) / Chip-Special_2003-04_Vypalujeme-cd-i-dvd.bin / soft / goldwave / gwave503.exe / GoldWave.exe / 0 / RCDATA / TBAR3DPAGE / TBAR3DPAGE.txt
Encoding:
Text File  |  2003-03-28  |  662 b   |  35 lines

  1. object Bar3DPage: TBar3DPage
  2.   Left = 0
  3.   Top = 0
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   Caption = '3D Bars'
  7.   ClientHeight = 136
  8.   ClientWidth = 113
  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 = 4
  20.     Top = 6
  21.     Width = 103
  22.     Height = 129
  23.     Caption = ' Colour Scale '
  24.     Items.Strings = (
  25.       'Rainbow'
  26.       'Cold'
  27.       'Hot'
  28.       'Gray'
  29.       'Solid white'
  30.       'Solid cyan')
  31.     TabOrder = 0
  32.     OnClick = RadioGroupClick
  33.   end
  34. end
  35.