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

  1. inherited ChannelMixForm: TChannelMixForm
  2.   Caption = 'Channel Mix'
  3.   ClientHeight = 212
  4.   ClientWidth = 354
  5.   OldCreateOrder = True
  6.   ExplicitWidth = 354
  7.   ExplicitHeight = 212
  8.   PixelsPerInch = 96
  9.   TextHeight = 13
  10.   object LeftGroup: TGroupBox
  11.     Left = 8
  12.     Top = 8
  13.     Width = 338
  14.     Height = 95
  15.     Anchors = [akLeft, akTop, akRight]
  16.     Caption = ' Left channel '
  17.     TabOrder = 0
  18.     ExplicitWidth = 314
  19.     DesignSize = (
  20.       338
  21.       95)
  22.     object LeftLeft: TNumFrame
  23.       Left = 4
  24.       Top = 16
  25.       Width = 326
  26.       Height = 36
  27.       Anchors = [akLeft, akTop, akRight]
  28.       TabOrder = 0
  29.       TabStop = True
  30.       Caption = 'Left volume (%):'
  31.       Line = 1.000000000000000000
  32.       Page = 10.000000000000000000
  33.       Min = -100.000000000000000000
  34.       Max = 100.000000000000000000
  35.       PromptWidth = 85
  36.       ValueWidth = 50
  37.       DesignSize = (
  38.         326
  39.         36)
  40.     end
  41.     object LeftRight: TNumFrame
  42.       Left = 4
  43.       Top = 52
  44.       Width = 326
  45.       Height = 36
  46.       Anchors = [akLeft, akTop, akRight]
  47.       TabOrder = 1
  48.       TabStop = True
  49.       Caption = 'Right volume (%):'
  50.       Line = 1.000000000000000000
  51.       Page = 10.000000000000000000
  52.       Min = -100.000000000000000000
  53.       Max = 100.000000000000000000
  54.       PromptWidth = 85
  55.       ValueWidth = 50
  56.       DesignSize = (
  57.         326
  58.         36)
  59.     end
  60.   end
  61.   object RightGroup: TGroupBox
  62.     Left = 8
  63.     Top = 109
  64.     Width = 338
  65.     Height = 95
  66.     Anchors = [akLeft, akTop, akRight]
  67.     Caption = ' Right channel '
  68.     TabOrder = 1
  69.     ExplicitWidth = 314
  70.     DesignSize = (
  71.       338
  72.       95)
  73.     object RightLeft: TNumFrame
  74.       Left = 4
  75.       Top = 16
  76.       Width = 326
  77.       Height = 36
  78.       Anchors = [akLeft, akTop, akRight]
  79.       TabOrder = 0
  80.       TabStop = True
  81.       Caption = 'Left volume (%):'
  82.       Line = 1.000000000000000000
  83.       Page = 10.000000000000000000
  84.       Min = -100.000000000000000000
  85.       Max = 100.000000000000000000
  86.       PromptWidth = 85
  87.       ValueWidth = 50
  88.       DesignSize = (
  89.         326
  90.         36)
  91.     end
  92.     object RightRight: TNumFrame
  93.       Left = 4
  94.       Top = 54
  95.       Width = 326
  96.       Height = 36
  97.       Anchors = [akLeft, akTop, akRight]
  98.       TabOrder = 1
  99.       TabStop = True
  100.       Caption = 'Right volume (%):'
  101.       Line = 1.000000000000000000
  102.       Page = 10.000000000000000000
  103.       Min = -100.000000000000000000
  104.       Max = 100.000000000000000000
  105.       PromptWidth = 85
  106.       ValueWidth = 50
  107.       DesignSize = (
  108.         326
  109.         36)
  110.     end
  111.   end
  112. end
  113.