home *** CD-ROM | disk | FTP | other *** search
/ Chip: Hang es video / CHIP_ZENESZERKESZTO_2005.ISO / audio_1 / soundwarp / SNDWARP.exe / 0 / RCDATA / TCHANNELFORM / TCHANNELFORM.txt
Encoding:
Text File  |  2003-05-19  |  1.0 KB  |  55 lines

  1. object ChannelForm: TChannelForm
  2.   Left = 200
  3.   Top = 108
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Channel to use'
  7.   ClientHeight = 68
  8.   ClientWidth = 394
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   Scaled = False
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object LeftButton: TButton
  19.     Left = 24
  20.     Top = 40
  21.     Width = 75
  22.     Height = 25
  23.     Caption = '&Left'
  24.     TabOrder = 0
  25.     OnClick = LeftButtonClick
  26.   end
  27.   object RightButton: TButton
  28.     Left = 295
  29.     Top = 40
  30.     Width = 75
  31.     Height = 25
  32.     Caption = '&Right'
  33.     TabOrder = 2
  34.     OnClick = RightButtonClick
  35.   end
  36.   object FileEdit: TEdit
  37.     Left = 8
  38.     Top = 8
  39.     Width = 377
  40.     Height = 21
  41.     ReadOnly = True
  42.     TabOrder = 3
  43.     Text = 'FileEdit'
  44.   end
  45.   object StereoButton: TButton
  46.     Left = 160
  47.     Top = 40
  48.     Width = 75
  49.     Height = 25
  50.     Caption = '&Stereo'
  51.     TabOrder = 1
  52.     OnClick = StereoButtonClick
  53.   end
  54. end
  55.