object Form4: TForm4 Left = 177 Top = 81 BorderStyle = bsDialog Caption = 'Device information' ClientHeight = 273 ClientWidth = 427 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Icon.Data = {} Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Bevel1: TBevel Left = 8 Top = 216 Width = 201 Height = 49 Shape = bsFrame end object Label1: TLabel Left = 224 Top = 32 Width = 108 Height = 13 Caption = '&Manufacturer identifier:' FocusControl = Edit1 end object Label2: TLabel Left = 224 Top = 64 Width = 82 Height = 13 Caption = '&Product identifier:' FocusControl = Edit2 end object Label3: TLabel Left = 224 Top = 96 Width = 68 Height = 13 Caption = 'Driver &version:' FocusControl = Edit3 end object TLabel Left = 24 Top = 8 Width = 3 Height = 13 end object Label4: TLabel Left = 16 Top = 8 Width = 37 Height = 13 Caption = '&Device:' FocusControl = ListBox1 end object Label5: TLabel Left = 15 Top = 224 Width = 117 Height = 13 Caption = 'Total space on disc c: ->' end object Label6: TLabel Left = 15 Top = 245 Width = 114 Height = 13 Caption = 'Free space on disc c: ->' end object RadioGroup1: TRadioGroup Left = 8 Top = 136 Width = 97 Height = 73 Caption = '&Type' Items.Strings = ( 'In' 'Out') TabOrder = 0 end object ListBox1: TListBox Left = 16 Top = 24 Width = 193 Height = 105 ItemHeight = 13 TabOrder = 1 OnClick = ListBox1Click end object Button1: TButton Left = 288 Top = 232 Width = 75 Height = 25 Caption = '&OK' Default = True TabOrder = 2 OnClick = Button1Click end object Edit1: TEdit Left = 352 Top = 24 Width = 65 Height = 21 TabOrder = 3 end object Edit2: TEdit Left = 352 Top = 56 Width = 65 Height = 21 TabOrder = 4 end object Edit3: TEdit Left = 352 Top = 88 Width = 65 Height = 21 TabOrder = 5 end object GroupBox1: TGroupBox Left = 112 Top = 136 Width = 97 Height = 73 Caption = '&Frequencies' TabOrder = 6 object CheckBox1: TCheckBox Left = 8 Top = 16 Width = 73 Height = 17 Caption = '11025 Hz' TabOrder = 0 end object CheckBox2: TCheckBox Left = 8 Top = 32 Width = 73 Height = 17 Caption = '22050 Hz' TabOrder = 1 end object CheckBox3: TCheckBox Left = 8 Top = 48 Width = 73 Height = 17 Caption = '44100 Hz' TabOrder = 2 end end object GroupBox2: TGroupBox Left = 216 Top = 136 Width = 97 Height = 73 Caption = '&Bits per sample' TabOrder = 7 object CheckBox4: TCheckBox Left = 8 Top = 24 Width = 73 Height = 17 Caption = '8 bits' TabOrder = 0 end object CheckBox5: TCheckBox Left = 8 Top = 48 Width = 73 Height = 17 Caption = '16 bits' TabOrder = 1 end end object GroupBox3: TGroupBox Left = 320 Top = 136 Width = 97 Height = 73 Caption = '&Channels' TabOrder = 8 object CheckBox6: TCheckBox Left = 8 Top = 24 Width = 73 Height = 17 Caption = '1 (mono)' TabOrder = 0 end object CheckBox7: TCheckBox Left = 8 Top = 48 Width = 73 Height = 17 Caption = '2 (stereo)' TabOrder = 1 end end end