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

  1. inherited PanForm: TPanForm
  2.   Caption = 'Pan'
  3.   ClientHeight = 250
  4.   ClientWidth = 416
  5.   PixelsPerInch = 96
  6.   TextHeight = 13
  7.   inherited ShapeBox: TShapeBox
  8.     Top = 21
  9.     Width = 408
  10.     XAxis = Time
  11.     YMin = -1.000000000000000000
  12.     Y2 = 0.000000000000000000
  13.     Line = clAqua
  14.     OnDrawBack = ShapeBoxDrawBack
  15.     ExplicitTop = 21
  16.     ExplicitWidth = 408
  17.   end
  18.   inherited X: TNumEdit
  19.     Left = 246
  20.     Top = 224
  21.     ExplicitLeft = 246
  22.     ExplicitTop = 224
  23.   end
  24.   inherited LabelX: TStaticText
  25.     Left = 228
  26.     Top = 226
  27.     ExplicitLeft = 228
  28.     ExplicitTop = 226
  29.   end
  30.   inherited Y: TNumEdit
  31.     Left = 340
  32.     Top = 224
  33.     ExplicitLeft = 340
  34.     ExplicitTop = 224
  35.   end
  36.   inherited LabelY: TStaticText
  37.     Left = 322
  38.     Top = 226
  39.     ExplicitLeft = 322
  40.     ExplicitTop = 226
  41.   end
  42.   inherited Point: TNumEdit
  43.     Left = 126
  44.     Top = 224
  45.     ExplicitLeft = 126
  46.     ExplicitTop = 224
  47.   end
  48.   inherited LabelPoint: TStaticText
  49.     Left = 91
  50.     Top = 226
  51.     ExplicitLeft = 91
  52.     ExplicitTop = 226
  53.   end
  54.   inherited PointUpDown: TBuddyUpDown
  55.     Left = 155
  56.     Top = 224
  57.     ExplicitLeft = 155
  58.     ExplicitTop = 224
  59.   end
  60.   inherited AddPoint: TBitton
  61.     Left = 176
  62.     Top = 225
  63.     ExplicitLeft = 176
  64.     ExplicitTop = 225
  65.   end
  66.   inherited RemovePoint: TBitton
  67.     Left = 201
  68.     Top = 225
  69.     ExplicitLeft = 201
  70.     ExplicitTop = 225
  71.   end
  72.   object VolumeOnly: TCheckBox
  73.     Left = 200
  74.     Top = 2
  75.     Width = 213
  76.     Height = 17
  77.     Anchors = [akTop, akRight]
  78.     Caption = 'Change volume only (no channel mixing)'
  79.     TabOrder = 10
  80.     OnClick = VolumeOnlyClick
  81.   end
  82.   object Waveform: TCheckBox
  83.     Left = 4
  84.     Top = 2
  85.     Width = 93
  86.     Height = 17
  87.     Caption = 'Show balance'
  88.     TabOrder = 11
  89.     OnClick = WaveformClick
  90.   end
  91. end
  92.