inherited ChannelMixForm: TChannelMixForm Caption = 'Channel Mix' ClientHeight = 46 ClientWidth = 239 OldCreateOrder = True PixelsPerInch = 96 TextHeight = 13 object LeftChannel: TComboBox Left = 6 Top = 21 Width = 111 Height = 21 Style = csDropDownList DropDownCount = 9 ItemHeight = 13 TabOrder = 1 OnChange = Change Items.Strings = ( 'Left' 'Right' 'Average' 'Left + Right' 'Left - Right' 'Right - Left' 'Invert Left' 'Invert Right' 'Root(Left x Right)') end object LeftLabel: TStaticText Left = 6 Top = 3 Width = 111 Height = 17 AutoSize = False Caption = 'Left channel:' TabOrder = 0 end object RightChannel: TComboBox Left = 122 Top = 21 Width = 111 Height = 21 Style = csDropDownList DropDownCount = 9 ItemHeight = 13 TabOrder = 3 OnChange = Change Items.Strings = ( 'Left' 'Right' 'Average' 'Left + Right' 'Left - Right' 'Right - Left' 'Invert Left' 'Invert Right' 'Root(Left x Right)') end object RightLabel: TStaticText Left = 122 Top = 3 Width = 111 Height = 17 AutoSize = False Caption = 'Right channel:' TabOrder = 2 end end