object CombineChannelsfrm: TCombineChannelsfrm Left = 192 Top = 107 Width = 352 Height = 204 Caption = 'Combine Channels' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Icon.Data = {} OldCreateOrder = False Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 8 Top = 40 Width = 69 Height = 13 Caption = '&Left Channel : ' FocusControl = LeftEdit end object Label2: TLabel Left = 8 Top = 80 Width = 76 Height = 13 Caption = '&Right Channel : ' FocusControl = RightEdit end object SpeedButton1: TSpeedButton Left = 216 Top = 56 Width = 121 Height = 22 Caption = ' Select Waveform' Flat = True Glyph.Data = { 76010000424D7601000000000000760000002800000020000000100000000100 04000000000000010000120B0000120B00001000000000000000000000000000 800000800000008080008000000080008000808000007F7F7F00BFBFBF000000 FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555555555555 55555555FFFFFFFFFF55555000000000055555577777777775F55500B8B8B8B8 B05555775F555555575F550F0B8B8B8B8B05557F75F555555575550BF0B8B8B8 B8B0557F575FFFFFFFF7550FBF0000000000557F557777777777500BFBFBFBFB 0555577F555555557F550B0FBFBFBFBF05557F7F555555FF75550F0BFBFBF000 55557F75F555577755550BF0BFBF0B0555557F575FFF757F55550FB700007F05 55557F557777557F55550BFBFBFBFB0555557F555555557F55550FBFBFBFBF05 55557FFFFFFFFF7555550000000000555555777777777755555550FBFB055555 5555575FFF755555555557000075555555555577775555555555} NumGlyphs = 2 OnClick = SpeedButton1Click end object SpeedButton2: TSpeedButton Left = 215 Top = 96 Width = 121 Height = 22 Caption = ' Select Waveform' Flat = True Glyph.Data = { 76010000424D7601000000000000760000002800000020000000100000000100 04000000000000010000120B0000120B00001000000000000000000000000000 800000800000008080008000000080008000808000007F7F7F00BFBFBF000000 FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555555555555 55555555FFFFFFFFFF55555000000000055555577777777775F55500B8B8B8B8 B05555775F555555575F550F0B8B8B8B8B05557F75F555555575550BF0B8B8B8 B8B0557F575FFFFFFFF7550FBF0000000000557F557777777777500BFBFBFBFB 0555577F555555557F550B0FBFBFBFBF05557F7F555555FF75550F0BFBFBF000 55557F75F555577755550BF0BFBF0B0555557F575FFF757F55550FB700007F05 55557F557777557F55550BFBFBFBFB0555557F555555557F55550FBFBFBFBF05 55557FFFFFFFFF7555550000000000555555777777777755555550FBFB055555 5555575FFF755555555557000075555555555577775555555555} NumGlyphs = 2 OnClick = SpeedButton2Click end object Label3: TLabel Left = 66 Top = 8 Width = 212 Height = 24 Caption = 'COMBINE CHANNELS' Font.Charset = DEFAULT_CHARSET Font.Color = clNavy Font.Height = -19 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object LeftEdit: TEdit Left = 8 Top = 56 Width = 201 Height = 21 TabOrder = 0 end object RightEdit: TEdit Left = 8 Top = 96 Width = 201 Height = 21 TabOrder = 1 end object Button1: TButton Left = 90 Top = 136 Width = 75 Height = 25 Caption = 'OK, Com&bine' TabOrder = 2 OnClick = Button1Click end object Button2: TButton Left = 178 Top = 136 Width = 75 Height = 25 Cancel = True Caption = '&Cancel' TabOrder = 3 OnClick = Button2Click end object od1: TOpenDialog Filter = 'PCM WaveForms|*.wav' Left = 312 Top = 8 end end