home *** CD-ROM | disk | FTP | other *** search
/ PC-Online 1998 February / PCOnline_02_1998.iso / filesbbs / win95 / wonline.exe / INSTALL.EXE / 0 / RCDATA / TCAPISTATUS / TCAPISTATUS.txt
Text File  |  1996-10-16  |  1KB  |  79 lines

  1. object CAPIStatus: TCAPIStatus
  2.   Left = 200
  3.   Top = 109
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Capi'
  7.   ClientHeight = 231
  8.   ClientWidth = 360
  9.   Font.Color = clBlack
  10.   Font.Height = -14
  11.   Font.Name = 'Arial'
  12.   Font.Style = []
  13.   OnCreate = FormCreate
  14.   PixelsPerInch = 96
  15.   TextHeight = 16
  16.   object GroupBox1: TGroupBox
  17.     Left = 0
  18.     Top = 0
  19.     Width = 360
  20.     Height = 55
  21.     Caption = ' CAPI 1.1 '
  22.     TabOrder = 0
  23.     object Label1: TLabel
  24.       Left = 12
  25.       Top = 27
  26.       Width = 36
  27.       Height = 13
  28.       Caption = 'Label1'
  29.     end
  30.   end
  31.   object GroupBox2: TGroupBox
  32.     Left = 0
  33.     Top = 59
  34.     Width = 360
  35.     Height = 55
  36.     Caption = ' CAPI 2.0 '
  37.     TabOrder = 1
  38.     object Label2: TLabel
  39.       Left = 13
  40.       Top = 30
  41.       Width = 37
  42.       Height = 14
  43.       Caption = 'Label2'
  44.     end
  45.   end
  46.   object BitBtn1: TBitBtn
  47.     Left = 3
  48.     Top = 199
  49.     Width = 75
  50.     Height = 28
  51.     TabOrder = 2
  52.     Kind = bkOK
  53.   end
  54.   object GroupBox3: TGroupBox
  55.     Left = 0
  56.     Top = 121
  57.     Width = 360
  58.     Height = 67
  59.     Caption = ' Hinweise '
  60.     TabOrder = 3
  61.     object Label3: TLabel
  62.       Left = 12
  63.       Top = 39
  64.       Width = 36
  65.       Height = 13
  66.       Caption = 'Label3'
  67.     end
  68.     object BitBtn2: TBitBtn
  69.       Left = 288
  70.       Top = 25
  71.       Width = 63
  72.       Height = 28
  73.       TabOrder = 0
  74.       OnClick = BitBtn2Click
  75.       Kind = bkHelp
  76.     end
  77.   end
  78. end
  79.