home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 March / CMCD0305.ISO / Software / Shareware / Multimedia / goldwave / gwave509.exe / GoldWave.exe / 0 / RCDATA / TVOLUMESHAPEFORM / TVOLUMESHAPEFORM.txt
Text File  |  2005-01-25  |  1KB  |  61 lines

  1. inherited VolumeShapeForm: TVolumeShapeForm
  2.   Caption = 'Volume Shape'
  3.   ClientWidth = 489
  4.   Constraints.MinWidth = 430
  5.   PixelsPerInch = 96
  6.   TextHeight = 13
  7.   inherited ShapeBox: TShapeBox
  8.     Width = 481
  9.     XAxis = Time
  10.     YMax = 1.500000000000000000
  11.     Y1 = 1
  12.     Line = clAqua
  13.     Y = 1
  14.     OnDrawBack = ShapeBoxDrawBack
  15.   end
  16.   inherited X: TNumEdit
  17.     Left = 319
  18.   end
  19.   inherited LabelX: TStaticText
  20.     Left = 301
  21.     TabOrder = 5
  22.   end
  23.   inherited Y: TNumEdit
  24.     Left = 413
  25.   end
  26.   inherited LabelY: TStaticText
  27.     Left = 395
  28.     TabOrder = 6
  29.   end
  30.   inherited Point: TNumEdit
  31.     Left = 199
  32.     TabOrder = 1
  33.   end
  34.   inherited LabelPoint: TStaticText
  35.     Left = 164
  36.     TabOrder = 8
  37.   end
  38.   inherited PointUpDown: TBuddyUpDown
  39.     Left = 228
  40.     TabOrder = 2
  41.   end
  42.   inherited AddPoint: TBitton
  43.     Left = 249
  44.     TabOrder = 3
  45.   end
  46.   inherited RemovePoint: TBitton
  47.     Left = 274
  48.     TabOrder = 4
  49.   end
  50.   object Waveform: TCheckBox
  51.     Left = 4
  52.     Top = 206
  53.     Width = 99
  54.     Height = 17
  55.     Anchors = [akLeft, akBottom]
  56.     Caption = 'Show envelope'
  57.     TabOrder = 10
  58.     OnClick = WaveformClick
  59.   end
  60. end
  61.