home *** CD-ROM | disk | FTP | other *** search
- object AudioDeviceIDDlg: TAudioDeviceIDDlg
- Left = 153
- Top = 146
- ActiveControl = ListBox1
- BorderIcons = [biSystemMenu, biHelp]
- BorderStyle = bsDialog
- Caption = 'Audio Device ID '
- ClientHeight = 302
- ClientWidth = 432
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- OnActivate = FormActivate
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object BitBtn1: TBitBtn
- Left = 126
- Top = 264
- Width = 75
- Height = 25
- TabOrder = 0
- Kind = bkOK
- end
- object BitBtn2: TBitBtn
- Left = 230
- Top = 264
- Width = 75
- Height = 25
- TabOrder = 1
- Kind = bkCancel
- end
- object Panel1: TPanel
- Left = 185
- Top = 3
- Width = 241
- Height = 248
- TabOrder = 2
- object Label1: TLabel
- Left = 5
- Top = 6
- Width = 48
- Height = 13
- Caption = 'Device ID'
- end
- object Label2: TLabel
- Left = 5
- Top = 20
- Width = 77
- Height = 13
- Caption = 'Manufacturer ID'
- end
- object Label3: TLabel
- Left = 5
- Top = 35
- Width = 51
- Height = 13
- Caption = 'Product ID'
- end
- object Label4: TLabel
- Left = 5
- Top = 50
- Width = 35
- Height = 13
- Caption = 'Version'
- end
- object Label5: TLabel
- Left = 5
- Top = 66
- Width = 37
- Height = 13
- Caption = 'Formats'
- end
- object Label6: TLabel
- Left = 5
- Top = 229
- Width = 44
- Height = 13
- Caption = 'Channels'
- end
- object lDeviceID: TLabel
- Left = 96
- Top = 6
- Width = 3
- Height = 13
- end
- object lManufacturer: TLabel
- Left = 96
- Top = 20
- Width = 3
- Height = 13
- end
- object lProduct: TLabel
- Left = 96
- Top = 35
- Width = 3
- Height = 13
- end
- object lVersion: TLabel
- Left = 96
- Top = 50
- Width = 3
- Height = 13
- end
- object lFormat: TLabel
- Left = 96
- Top = 67
- Width = 137
- Height = 158
- AutoSize = False
- WordWrap = True
- end
- object lChannels: TLabel
- Left = 97
- Top = 229
- Width = 3
- Height = 13
- end
- end
- object ListBox1: TListBox
- Left = 8
- Top = 6
- Width = 169
- Height = 107
- ItemHeight = 13
- TabOrder = 3
- OnClick = ListBox1Click
- OnDblClick = ListBox1DblClick
- end
- object Panel2: TPanel
- Left = 9
- Top = 119
- Width = 169
- Height = 131
- TabOrder = 4
- object lSupports: TLabel
- Left = 4
- Top = 4
- Width = 160
- Height = 123
- AutoSize = False
- WordWrap = True
- end
- end
- end
-