home *** CD-ROM | disk | FTP | other *** search
/ PC Format (South-Africa) 2001 June / PCFJune.iso / Xenon / ModBass / Delphi / 3dTest / DTSelect.dfm / DTSelect.txt
Encoding:
Text File  |  2000-02-24  |  786 b   |  43 lines

  1. object Form2: TForm2
  2.   Left = 252
  3.   Top = 567
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'BASS output device selector'
  7.   ClientHeight = 98
  8.   ClientWidth = 255
  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.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object ListBox1: TListBox
  18.     Left = 8
  19.     Top = 8
  20.     Width = 238
  21.     Height = 57
  22.     ItemHeight = 13
  23.     TabOrder = 0
  24.   end
  25.   object CheckBox1: TCheckBox
  26.     Left = 16
  27.     Top = 75
  28.     Width = 97
  29.     Height = 17
  30.     Caption = 'low quality'
  31.     TabOrder = 1
  32.   end
  33.   object Button1: TButton
  34.     Left = 152
  35.     Top = 72
  36.     Width = 89
  37.     Height = 20
  38.     Caption = 'OK'
  39.     ModalResult = 1
  40.     TabOrder = 2
  41.   end
  42. end
  43.