home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 October / Chip_2004-10_cd1.bin / tema / goldwave / gwave506.exe / GoldWave.exe / 0 / RCDATA / TOFFSETFORM / TOFFSETFORM.txt
Text File  |  2003-10-10  |  2KB  |  129 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
  14.     Max = 1
  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
  24.     Max = 1
  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
  56.     Max = 1
  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
  70.     Max = 1
  71.     Stripe = True
  72.   end
  73.   object Left: TNumEdit
  74.     Left = 255
  75.     Top = 6
  76.     Width = 69
  77.     Height = 21
  78.     TabStop = True
  79.     Min = -1
  80.     Max = 1
  81.     Decimal = 7
  82.     PageChange = 10
  83.     LineChange = 1
  84.     Label = 'Left'
  85.     Buddy = LeftFader
  86.     Caption = '0.0000000'
  87.     TabOrder = 2
  88.     MaxLength = 10
  89.     OnChange = Change
  90.   end
  91.   object Right: TNumEdit
  92.     Left = 255
  93.     Top = 48
  94.     Width = 69
  95.     Height = 21
  96.     TabStop = True
  97.     Min = -1
  98.     Max = 1
  99.     Decimal = 7
  100.     PageChange = 10
  101.     LineChange = 1
  102.     Label = 'Right'
  103.     Buddy = RightFader
  104.     Caption = '0.0000000'
  105.     TabOrder = 5
  106.     MaxLength = 10
  107.     OnChange = Change
  108.   end
  109.   object Scan: TButton
  110.     Left = 129
  111.     Top = 86
  112.     Width = 75
  113.     Height = 25
  114.     Action = ScanAction
  115.     Caption = 'Scan Offset'
  116.     TabOrder = 6
  117.   end
  118.   object ScanActionList: TActionList
  119.     Left = 288
  120.     Top = 82
  121.     object ScanAction: TAction
  122.       Caption = 'Scan offset'
  123.       Hint = 'Scans the selection to get the inverse offset'
  124.       OnExecute = ScanExecute
  125.       OnUpdate = ScanUpdate
  126.     end
  127.   end
  128. end
  129.