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

  1. inherited OffsetForm: TOffsetForm
  2.   Caption = 'Offset'
  3.   ClientHeight = 119
  4.   OldCreateOrder = True
  5.   PixelsPerInch = 96
  6.   TextHeight = 13
  7.   object LeftAxis: TDogAxis
  8.     Left = 42
  9.     Top = 22
  10.     Width = 207
  11.     Height = 16
  12.     Associate = LeftFader
  13.     Min = -1.000000000000000000
  14.     Max = 1.000000000000000000
  15.     Border = 22
  16.   end
  17.   object RightAxis: TDogAxis
  18.     Left = 42
  19.     Top = 64
  20.     Width = 207
  21.     Height = 16
  22.     Associate = RightFader
  23.     Min = -1.000000000000000000
  24.     Max = 1.000000000000000000
  25.     Border = 22
  26.   end
  27.   object LeftLabel: TStaticText
  28.     Left = 13
  29.     Top = 6
  30.     Width = 25
  31.     Height = 17
  32.     Alignment = taRightJustify
  33.     Caption = 'Left:'
  34.     TabOrder = 0
  35.   end
  36.   object RightLabel: TStaticText
  37.     Left = 6
  38.     Top = 48
  39.     Width = 32
  40.     Height = 17
  41.     Alignment = taRightJustify
  42.     Caption = 'Right:'
  43.     TabOrder = 3
  44.   end
  45.   object LeftFader: TFader
  46.     Left = 42
  47.     Top = 6
  48.     Width = 207
  49.     Height = 16
  50.     Hint = ' (0%)'
  51.     TabOrder = 1
  52.     Associate = Left
  53.     Line = 0.001000000000000000
  54.     Page = 0.010000000000000000
  55.     Min = -1.000000000000000000
  56.     Max = 1.000000000000000000
  57.     Stripe = True
  58.   end
  59.   object RightFader: TFader
  60.     Left = 42
  61.     Top = 48
  62.     Width = 207
  63.     Height = 16
  64.     Hint = ' (0%)'
  65.     TabOrder = 4
  66.     Associate = Right
  67.     Line = 0.001000000000000000
  68.     Page = 0.010000000000000000
  69.     Min = -1.000000000000000000
  70.     Max = 1.000000000000000000
  71.     Stripe = True
  72.   end
  73.   object Left: TNumEdit
  74.     Left = 255
  75.     Top = 6
  76.     Width = 69
  77.     Height = 21
  78.     Min = -1.000000000000000000
  79.     Max = 1.000000000000000000
  80.     Decimal = 7
  81.     PageChange = 10.000000000000000000
  82.     LineChange = 1.000000000000000000
  83.     Label = 'Left'
  84.     Buddy = LeftFader
  85.     Caption = '0.0000000'
  86.     TabOrder = 2
  87.     MaxLength = 10
  88.     OnChange = Change
  89.   end
  90.   object Right: TNumEdit
  91.     Left = 255
  92.     Top = 48
  93.     Width = 69
  94.     Height = 21
  95.     Min = -1.000000000000000000
  96.     Max = 1.000000000000000000
  97.     Decimal = 7
  98.     PageChange = 10.000000000000000000
  99.     LineChange = 1.000000000000000000
  100.     Label = 'Right'
  101.     Buddy = RightFader
  102.     Caption = '0.0000000'
  103.     TabOrder = 5
  104.     MaxLength = 10
  105.     OnChange = Change
  106.   end
  107.   object Scan: TButton
  108.     Left = 129
  109.     Top = 86
  110.     Width = 75
  111.     Height = 25
  112.     Action = ScanAction
  113.     Caption = 'Scan Offset'
  114.     TabOrder = 6
  115.   end
  116.   object ScanActionList: TActionList
  117.     Left = 288
  118.     Top = 82
  119.     object ScanAction: TAction
  120.       Caption = 'Scan offset'
  121.       Hint = 'Scans the selection to get the inverse offset'
  122.       OnExecute = ScanExecute
  123.       OnUpdate = ScanUpdate
  124.     end
  125.   end
  126. end
  127.