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