home *** CD-ROM | disk | FTP | other *** search
/ PC World 2000 July / PCWorld_2000-07_cd.bin / Software / TemaCD / waveflow / waveflow.exe / 0 / RCDATA / TFORM4 / TFORM4.txt < prev   
Text File  |  2000-05-05  |  4KB  |  209 lines

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