home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 June / ccd0605.iso / Software / Shareware / Multimedia / waveflow / waveflow.exe / 0 / RCDATA / TCOMBINECHANNELSFRM / TCOMBINECHANNELSFRM.txt < prev   
Text File  |  2005-05-01  |  4KB  |  132 lines

  1. object CombineChannelsfrm: TCombineChannelsfrm
  2.   Left = 192
  3.   Top = 107
  4.   Width = 352
  5.   Height = 204
  6.   Caption = 'Combine Channels'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Icon.Data = {<image000.ico>}
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Label1: TLabel
  19.     Left = 8
  20.     Top = 40
  21.     Width = 69
  22.     Height = 13
  23.     Caption = '&Left Channel : '
  24.     FocusControl = LeftEdit
  25.   end
  26.   object Label2: TLabel
  27.     Left = 8
  28.     Top = 80
  29.     Width = 76
  30.     Height = 13
  31.     Caption = '&Right Channel : '
  32.     FocusControl = RightEdit
  33.   end
  34.   object SpeedButton1: TSpeedButton
  35.     Left = 216
  36.     Top = 56
  37.     Width = 121
  38.     Height = 22
  39.     Caption = ' Select Waveform'
  40.     Flat = True
  41.     Glyph.Data = {
  42.       76010000424D7601000000000000760000002800000020000000100000000100
  43.       04000000000000010000120B0000120B00001000000000000000000000000000
  44.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  45.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555555555555
  46.       55555555FFFFFFFFFF55555000000000055555577777777775F55500B8B8B8B8
  47.       B05555775F555555575F550F0B8B8B8B8B05557F75F555555575550BF0B8B8B8
  48.       B8B0557F575FFFFFFFF7550FBF0000000000557F557777777777500BFBFBFBFB
  49.       0555577F555555557F550B0FBFBFBFBF05557F7F555555FF75550F0BFBFBF000
  50.       55557F75F555577755550BF0BFBF0B0555557F575FFF757F55550FB700007F05
  51.       55557F557777557F55550BFBFBFBFB0555557F555555557F55550FBFBFBFBF05
  52.       55557FFFFFFFFF7555550000000000555555777777777755555550FBFB055555
  53.       5555575FFF755555555557000075555555555577775555555555}
  54.     NumGlyphs = 2
  55.     OnClick = SpeedButton1Click
  56.   end
  57.   object SpeedButton2: TSpeedButton
  58.     Left = 215
  59.     Top = 96
  60.     Width = 121
  61.     Height = 22
  62.     Caption = ' Select Waveform'
  63.     Flat = True
  64.     Glyph.Data = {
  65.       76010000424D7601000000000000760000002800000020000000100000000100
  66.       04000000000000010000120B0000120B00001000000000000000000000000000
  67.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  68.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555555555555
  69.       55555555FFFFFFFFFF55555000000000055555577777777775F55500B8B8B8B8
  70.       B05555775F555555575F550F0B8B8B8B8B05557F75F555555575550BF0B8B8B8
  71.       B8B0557F575FFFFFFFF7550FBF0000000000557F557777777777500BFBFBFBFB
  72.       0555577F555555557F550B0FBFBFBFBF05557F7F555555FF75550F0BFBFBF000
  73.       55557F75F555577755550BF0BFBF0B0555557F575FFF757F55550FB700007F05
  74.       55557F557777557F55550BFBFBFBFB0555557F555555557F55550FBFBFBFBF05
  75.       55557FFFFFFFFF7555550000000000555555777777777755555550FBFB055555
  76.       5555575FFF755555555557000075555555555577775555555555}
  77.     NumGlyphs = 2
  78.     OnClick = SpeedButton2Click
  79.   end
  80.   object Label3: TLabel
  81.     Left = 66
  82.     Top = 8
  83.     Width = 212
  84.     Height = 24
  85.     Caption = 'COMBINE CHANNELS'
  86.     Font.Charset = DEFAULT_CHARSET
  87.     Font.Color = clNavy
  88.     Font.Height = -19
  89.     Font.Name = 'MS Sans Serif'
  90.     Font.Style = [fsBold]
  91.     ParentFont = False
  92.   end
  93.   object LeftEdit: TEdit
  94.     Left = 8
  95.     Top = 56
  96.     Width = 201
  97.     Height = 21
  98.     TabOrder = 0
  99.   end
  100.   object RightEdit: TEdit
  101.     Left = 8
  102.     Top = 96
  103.     Width = 201
  104.     Height = 21
  105.     TabOrder = 1
  106.   end
  107.   object Button1: TButton
  108.     Left = 90
  109.     Top = 136
  110.     Width = 75
  111.     Height = 25
  112.     Caption = 'OK, Com&bine'
  113.     TabOrder = 2
  114.     OnClick = Button1Click
  115.   end
  116.   object Button2: TButton
  117.     Left = 178
  118.     Top = 136
  119.     Width = 75
  120.     Height = 25
  121.     Cancel = True
  122.     Caption = '&Cancel'
  123.     TabOrder = 3
  124.     OnClick = Button2Click
  125.   end
  126.   object od1: TOpenDialog
  127.     Filter = 'PCM WaveForms|*.wav'
  128.     Left = 312
  129.     Top = 8
  130.   end
  131. end
  132.