home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 January / PCWorld_2007-01_cd.bin / temacd / goldwave / gwave517.exe / GoldWave.exe / 0 / RCDATA / TVOLUMESHAPEFORM / TVOLUMESHAPEFORM.txt
Encoding:
Text File  |  2006-11-14  |  1.4 KB  |  71 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.000000000000000000
  12.     Line = clAqua
  13.     Y = 1.000000000000000000
  14.     OnDrawBack = ShapeBoxDrawBack
  15.     ExplicitWidth = 481
  16.   end
  17.   inherited X: TNumEdit
  18.     Left = 319
  19.     ExplicitLeft = 319
  20.   end
  21.   inherited LabelX: TStaticText
  22.     Left = 301
  23.     TabOrder = 5
  24.     ExplicitLeft = 301
  25.   end
  26.   inherited Y: TNumEdit
  27.     Left = 413
  28.     ExplicitLeft = 413
  29.   end
  30.   inherited LabelY: TStaticText
  31.     Left = 395
  32.     TabOrder = 6
  33.     ExplicitLeft = 395
  34.   end
  35.   inherited Point: TNumEdit
  36.     Left = 199
  37.     TabOrder = 1
  38.     ExplicitLeft = 199
  39.   end
  40.   inherited LabelPoint: TStaticText
  41.     Left = 164
  42.     TabOrder = 8
  43.     ExplicitLeft = 164
  44.   end
  45.   inherited PointUpDown: TBuddyUpDown
  46.     Left = 228
  47.     TabOrder = 2
  48.     ExplicitLeft = 228
  49.   end
  50.   inherited AddPoint: TBitton
  51.     Left = 249
  52.     TabOrder = 3
  53.     ExplicitLeft = 249
  54.   end
  55.   inherited RemovePoint: TBitton
  56.     Left = 274
  57.     TabOrder = 4
  58.     ExplicitLeft = 274
  59.   end
  60.   object Waveform: TCheckBox
  61.     Left = 4
  62.     Top = 206
  63.     Width = 99
  64.     Height = 17
  65.     Anchors = [akLeft, akBottom]
  66.     Caption = 'Show envelope'
  67.     TabOrder = 10
  68.     OnClick = WaveformClick
  69.   end
  70. end
  71.