home *** CD-ROM | disk | FTP | other *** search
- object Form4: TForm4
- Left = 177
- Top = 81
- BorderStyle = bsDialog
- Caption = 'Device information'
- ClientHeight = 306
- ClientWidth = 427
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Icon.Data = {<image000.ico>}
- OldCreateOrder = True
- Position = poScreenCenter
- OnClose = FormClose
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 224
- Top = 28
- Width = 108
- Height = 13
- Caption = '&Manufacturer identifier:'
- FocusControl = Edit1
- end
- object Label2: TLabel
- Left = 224
- Top = 52
- Width = 82
- Height = 13
- Caption = '&Product identifier:'
- FocusControl = Edit2
- end
- object Label3: TLabel
- Left = 224
- Top = 76
- 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 = 23
- Top = 224
- Width = 117
- Height = 13
- Caption = 'Total space on disc c: ->'
- end
- object Label6: TLabel
- Left = 23
- Top = 245
- Width = 114
- Height = 13
- Caption = 'Free space on disc c: ->'
- end
- object Bevel2: TBevel
- Left = 8
- Top = 216
- Width = 201
- Height = 49
- Shape = bsFrame
- end
- object l1: TLabel
- Left = 8
- Top = 272
- Width = 3
- Height = 13
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clNavy
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentColor = False
- ParentFont = False
- end
- object l2: TLabel
- Left = 8
- Top = 288
- Width = 3
- Height = 13
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlue
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentColor = False
- ParentFont = False
- 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 = 226
- Top = 228
- 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 = 48
- Width = 65
- Height = 21
- TabOrder = 4
- end
- object Edit3: TEdit
- Left = 352
- Top = 72
- 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
- object Button2: TButton
- Left = 216
- Top = 104
- Width = 202
- Height = 25
- Caption = '&Set as default Input Device'
- Enabled = False
- TabOrder = 9
- OnClick = Button2Click
- end
- object Button3: TButton
- Left = 330
- Top = 228
- Width = 75
- Height = 25
- Cancel = True
- Caption = '&Cancel'
- TabOrder = 10
- OnClick = Button3Click
- end
- end
-