home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 October / Chip_2004-10_cd1.bin / tema / goldwave / gwave506.exe / GoldWave.exe / 0 / RCDATA / TCHANNELMIXFORM / TCHANNELMIXFORM.txt
Text File  |  2003-10-10  |  1KB  |  69 lines

  1. inherited ChannelMixForm: TChannelMixForm
  2.   Caption = 'Channel Mix'
  3.   ClientHeight = 46
  4.   ClientWidth = 239
  5.   OldCreateOrder = True
  6.   PixelsPerInch = 96
  7.   TextHeight = 13
  8.   object LeftChannel: TComboBox
  9.     Left = 6
  10.     Top = 21
  11.     Width = 111
  12.     Height = 21
  13.     Style = csDropDownList
  14.     DropDownCount = 9
  15.     ItemHeight = 13
  16.     TabOrder = 1
  17.     OnChange = Change
  18.     Items.Strings = (
  19.       'Left'
  20.       'Right'
  21.       'Average'
  22.       'Left + Right'
  23.       'Left - Right'
  24.       'Right - Left'
  25.       'Invert Left'
  26.       'Invert Right'
  27.       'Root(Left x Right)')
  28.   end
  29.   object LeftLabel: TStaticText
  30.     Left = 6
  31.     Top = 3
  32.     Width = 111
  33.     Height = 17
  34.     AutoSize = False
  35.     Caption = 'Left channel:'
  36.     TabOrder = 0
  37.   end
  38.   object RightChannel: TComboBox
  39.     Left = 122
  40.     Top = 21
  41.     Width = 111
  42.     Height = 21
  43.     Style = csDropDownList
  44.     DropDownCount = 9
  45.     ItemHeight = 13
  46.     TabOrder = 3
  47.     OnChange = Change
  48.     Items.Strings = (
  49.       'Left'
  50.       'Right'
  51.       'Average'
  52.       'Left + Right'
  53.       'Left - Right'
  54.       'Right - Left'
  55.       'Invert Left'
  56.       'Invert Right'
  57.       'Root(Left x Right)')
  58.   end
  59.   object RightLabel: TStaticText
  60.     Left = 122
  61.     Top = 3
  62.     Width = 111
  63.     Height = 17
  64.     AutoSize = False
  65.     Caption = 'Right channel:'
  66.     TabOrder = 2
  67.   end
  68. end
  69.