home *** CD-ROM | disk | FTP | other *** search
/ PC Answers 2003 September / PC Answers September 2003.iso / Software / trial / AutoMate 5.0.4.1 / automate5_eval_setup.exe / TaskEdit.exe / 0 / RCDATA / TAUDIODEVICEIDDLG / TAUDIODEVICEIDDLG.txt
Encoding:
Text File  |  2003-01-14  |  2.7 KB  |  149 lines

  1. object AudioDeviceIDDlg: TAudioDeviceIDDlg
  2.   Left = 153
  3.   Top = 146
  4.   ActiveControl = ListBox1
  5.   BorderIcons = [biSystemMenu, biHelp]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Audio Device ID '
  8.   ClientHeight = 302
  9.   ClientWidth = 432
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Position = poScreenCenter
  16.   OnActivate = FormActivate
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object BitBtn1: TBitBtn
  21.     Left = 126
  22.     Top = 264
  23.     Width = 75
  24.     Height = 25
  25.     TabOrder = 0
  26.     Kind = bkOK
  27.   end
  28.   object BitBtn2: TBitBtn
  29.     Left = 230
  30.     Top = 264
  31.     Width = 75
  32.     Height = 25
  33.     TabOrder = 1
  34.     Kind = bkCancel
  35.   end
  36.   object Panel1: TPanel
  37.     Left = 185
  38.     Top = 3
  39.     Width = 241
  40.     Height = 248
  41.     TabOrder = 2
  42.     object Label1: TLabel
  43.       Left = 5
  44.       Top = 6
  45.       Width = 48
  46.       Height = 13
  47.       Caption = 'Device ID'
  48.     end
  49.     object Label2: TLabel
  50.       Left = 5
  51.       Top = 20
  52.       Width = 77
  53.       Height = 13
  54.       Caption = 'Manufacturer ID'
  55.     end
  56.     object Label3: TLabel
  57.       Left = 5
  58.       Top = 35
  59.       Width = 51
  60.       Height = 13
  61.       Caption = 'Product ID'
  62.     end
  63.     object Label4: TLabel
  64.       Left = 5
  65.       Top = 50
  66.       Width = 35
  67.       Height = 13
  68.       Caption = 'Version'
  69.     end
  70.     object Label5: TLabel
  71.       Left = 5
  72.       Top = 66
  73.       Width = 37
  74.       Height = 13
  75.       Caption = 'Formats'
  76.     end
  77.     object Label6: TLabel
  78.       Left = 5
  79.       Top = 229
  80.       Width = 44
  81.       Height = 13
  82.       Caption = 'Channels'
  83.     end
  84.     object lDeviceID: TLabel
  85.       Left = 96
  86.       Top = 6
  87.       Width = 3
  88.       Height = 13
  89.     end
  90.     object lManufacturer: TLabel
  91.       Left = 96
  92.       Top = 20
  93.       Width = 3
  94.       Height = 13
  95.     end
  96.     object lProduct: TLabel
  97.       Left = 96
  98.       Top = 35
  99.       Width = 3
  100.       Height = 13
  101.     end
  102.     object lVersion: TLabel
  103.       Left = 96
  104.       Top = 50
  105.       Width = 3
  106.       Height = 13
  107.     end
  108.     object lFormat: TLabel
  109.       Left = 96
  110.       Top = 67
  111.       Width = 137
  112.       Height = 158
  113.       AutoSize = False
  114.       WordWrap = True
  115.     end
  116.     object lChannels: TLabel
  117.       Left = 97
  118.       Top = 229
  119.       Width = 3
  120.       Height = 13
  121.     end
  122.   end
  123.   object ListBox1: TListBox
  124.     Left = 8
  125.     Top = 6
  126.     Width = 169
  127.     Height = 107
  128.     ItemHeight = 13
  129.     TabOrder = 3
  130.     OnClick = ListBox1Click
  131.     OnDblClick = ListBox1DblClick
  132.   end
  133.   object Panel2: TPanel
  134.     Left = 9
  135.     Top = 119
  136.     Width = 169
  137.     Height = 131
  138.     TabOrder = 4
  139.     object lSupports: TLabel
  140.       Left = 4
  141.       Top = 4
  142.       Width = 160
  143.       Height = 123
  144.       AutoSize = False
  145.       WordWrap = True
  146.     end
  147.   end
  148. end
  149.