home *** CD-ROM | disk | FTP | other *** search
/ Computer Buyer 1999 March / Dpcb0399.iso / UTILS / winadmin / _SETUP.1 / Administrator.exe / 0 / RCDATA / TCONNECT / TCONNECT.txt
Text File  |  1998-09-21  |  788b  |  43 lines

  1. object Connect: TConnect
  2.   Left = 541
  3.   Top = 411
  4.   BorderStyle = bsDialog
  5.   Caption = ' '
  6.   ClientHeight = 128
  7.   ClientWidth = 149
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OnCreate = FormCreate
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object ListBox1: TListBox
  17.     Left = 0
  18.     Top = 0
  19.     Width = 149
  20.     Height = 101
  21.     Align = alTop
  22.     ItemHeight = 13
  23.     TabOrder = 0
  24.     OnClick = ListBox1Click
  25.   end
  26.   object Button1: TButton
  27.     Left = 37
  28.     Top = 102
  29.     Width = 75
  30.     Height = 25
  31.     Caption = 'OK'
  32.     Enabled = False
  33.     TabOrder = 1
  34.   end
  35.   object DialUp1: TDialUp
  36.     DialMode = dmAsync
  37.     Language = English
  38.     OnEntryGet = DialUp1EntryGet
  39.     Left = 76
  40.     Top = 30
  41.   end
  42. end
  43.