home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 June / ccd0605.iso / Software / Shareware / Multimedia / waveflow / waveflow.exe / 0 / RCDATA / TDEVICEINFOFRM / TDEVICEINFOFRM.txt < prev   
Text File  |  2005-05-01  |  5KB  |  260 lines

  1. object DeviceInfofrm: TDeviceInfofrm
  2.   Left = 177
  3.   Top = 81
  4.   BorderStyle = bsDialog
  5.   Caption = 'Device information'
  6.   ClientHeight = 285
  7.   ClientWidth = 427
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Icon.Data = {<image000.ico>}
  15.   OldCreateOrder = True
  16.   Position = poScreenCenter
  17.   OnClose = FormClose
  18.   OnCreate = FormCreate
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Label1: TLabel
  22.     Left = 224
  23.     Top = 28
  24.     Width = 108
  25.     Height = 13
  26.     Caption = '&Manufacturer identifier:'
  27.     FocusControl = Edit1
  28.   end
  29.   object Label2: TLabel
  30.     Left = 224
  31.     Top = 52
  32.     Width = 82
  33.     Height = 13
  34.     Caption = '&Product identifier:'
  35.     FocusControl = Edit2
  36.   end
  37.   object Label3: TLabel
  38.     Left = 224
  39.     Top = 76
  40.     Width = 68
  41.     Height = 13
  42.     Caption = 'Driver &version:'
  43.     FocusControl = Edit3
  44.   end
  45.   object TLabel
  46.     Left = 24
  47.     Top = 8
  48.     Width = 3
  49.     Height = 13
  50.   end
  51.   object Label4: TLabel
  52.     Left = 16
  53.     Top = 8
  54.     Width = 37
  55.     Height = 13
  56.     Caption = '&Device:'
  57.     FocusControl = ListBox1
  58.   end
  59.   object Label5: TLabel
  60.     Left = 23
  61.     Top = 224
  62.     Width = 117
  63.     Height = 13
  64.     Caption = 'Total space on disc c: ->'
  65.   end
  66.   object Label6: TLabel
  67.     Left = 23
  68.     Top = 245
  69.     Width = 114
  70.     Height = 13
  71.     Caption = 'Free space on disc c: ->'
  72.   end
  73.   object Bevel2: TBevel
  74.     Left = 8
  75.     Top = 216
  76.     Width = 201
  77.     Height = 49
  78.     Shape = bsFrame
  79.   end
  80.   object l1: TLabel
  81.     Left = 8
  82.     Top = 272
  83.     Width = 3
  84.     Height = 13
  85.     Color = clBtnFace
  86.     Font.Charset = DEFAULT_CHARSET
  87.     Font.Color = clNavy
  88.     Font.Height = -11
  89.     Font.Name = 'MS Sans Serif'
  90.     Font.Style = []
  91.     ParentColor = False
  92.     ParentFont = False
  93.   end
  94.   object l2: TLabel
  95.     Left = 8
  96.     Top = 288
  97.     Width = 3
  98.     Height = 13
  99.     Color = clBtnFace
  100.     Font.Charset = DEFAULT_CHARSET
  101.     Font.Color = clBlue
  102.     Font.Height = -11
  103.     Font.Name = 'MS Sans Serif'
  104.     Font.Style = []
  105.     ParentColor = False
  106.     ParentFont = False
  107.   end
  108.   object RadioGroup1: TRadioGroup
  109.     Left = 8
  110.     Top = 136
  111.     Width = 97
  112.     Height = 73
  113.     Caption = '&Type'
  114.     Items.Strings = (
  115.       'In'
  116.       'Out')
  117.     TabOrder = 0
  118.   end
  119.   object ListBox1: TListBox
  120.     Left = 16
  121.     Top = 24
  122.     Width = 193
  123.     Height = 105
  124.     ItemHeight = 13
  125.     TabOrder = 1
  126.     OnClick = ListBox1Click
  127.   end
  128.   object Button1: TButton
  129.     Left = 226
  130.     Top = 228
  131.     Width = 75
  132.     Height = 25
  133.     Caption = '&OK'
  134.     Default = True
  135.     TabOrder = 2
  136.     OnClick = Button1Click
  137.   end
  138.   object Edit1: TEdit
  139.     Left = 352
  140.     Top = 24
  141.     Width = 65
  142.     Height = 21
  143.     TabOrder = 3
  144.   end
  145.   object Edit2: TEdit
  146.     Left = 352
  147.     Top = 48
  148.     Width = 65
  149.     Height = 21
  150.     TabOrder = 4
  151.   end
  152.   object Edit3: TEdit
  153.     Left = 352
  154.     Top = 72
  155.     Width = 65
  156.     Height = 21
  157.     TabOrder = 5
  158.   end
  159.   object GroupBox1: TGroupBox
  160.     Left = 112
  161.     Top = 136
  162.     Width = 97
  163.     Height = 73
  164.     Caption = '&Frequencies'
  165.     TabOrder = 6
  166.     object CheckBox1: TCheckBox
  167.       Left = 8
  168.       Top = 16
  169.       Width = 73
  170.       Height = 17
  171.       Caption = '11025 Hz'
  172.       TabOrder = 0
  173.     end
  174.     object CheckBox2: TCheckBox
  175.       Left = 8
  176.       Top = 32
  177.       Width = 73
  178.       Height = 17
  179.       Caption = '22050 Hz'
  180.       TabOrder = 1
  181.     end
  182.     object CheckBox3: TCheckBox
  183.       Left = 8
  184.       Top = 48
  185.       Width = 73
  186.       Height = 17
  187.       Caption = '44100 Hz'
  188.       TabOrder = 2
  189.     end
  190.   end
  191.   object GroupBox2: TGroupBox
  192.     Left = 216
  193.     Top = 136
  194.     Width = 97
  195.     Height = 73
  196.     Caption = '&Bits per sample'
  197.     TabOrder = 7
  198.     object CheckBox4: TCheckBox
  199.       Left = 8
  200.       Top = 24
  201.       Width = 73
  202.       Height = 17
  203.       Caption = '8 bits'
  204.       TabOrder = 0
  205.     end
  206.     object CheckBox5: TCheckBox
  207.       Left = 8
  208.       Top = 48
  209.       Width = 73
  210.       Height = 17
  211.       Caption = '16 bits'
  212.       TabOrder = 1
  213.     end
  214.   end
  215.   object GroupBox3: TGroupBox
  216.     Left = 320
  217.     Top = 136
  218.     Width = 97
  219.     Height = 73
  220.     Caption = '&Channels'
  221.     TabOrder = 8
  222.     object CheckBox6: TCheckBox
  223.       Left = 8
  224.       Top = 24
  225.       Width = 73
  226.       Height = 17
  227.       Caption = '1 (mono)'
  228.       TabOrder = 0
  229.     end
  230.     object CheckBox7: TCheckBox
  231.       Left = 8
  232.       Top = 48
  233.       Width = 73
  234.       Height = 17
  235.       Caption = '2 (stereo)'
  236.       TabOrder = 1
  237.     end
  238.   end
  239.   object Button2: TButton
  240.     Left = 216
  241.     Top = 104
  242.     Width = 202
  243.     Height = 25
  244.     Caption = '&Set as default Input Device'
  245.     Enabled = False
  246.     TabOrder = 9
  247.     OnClick = Button2Click
  248.   end
  249.   object Button3: TButton
  250.     Left = 330
  251.     Top = 228
  252.     Width = 75
  253.     Height = 25
  254.     Cancel = True
  255.     Caption = '&Cancel'
  256.     TabOrder = 10
  257.     OnClick = Button3Click
  258.   end
  259. end
  260.