home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 6 A / CHIP_HITWARE6_A.iso / internet / TransSoftMail / tmc4bpe.exe / %MAINDIR% / Tmc4.exe / 0 / RCDATA / TFRMDIALUP / TFRMDIALUP.txt
Encoding:
Text File  |  1999-02-07  |  1.3 KB  |  68 lines

  1. object frmDialUp: TfrmDialUp
  2.   Left = 200
  3.   Top = 110
  4.   BorderIcons = []
  5.   BorderStyle = bsSingle
  6.   Caption = 'Dial up...'
  7.   ClientHeight = 81
  8.   ClientWidth = 370
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   Position = poScreenCenter
  16.   OnClose = FormClose
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Label1: TLabel
  21.     Left = 64
  22.     Top = 19
  23.     Width = 33
  24.     Height = 13
  25.     Alignment = taRightJustify
  26.     Caption = 'Status:'
  27.   end
  28.   object lblStatus: TLabel
  29.     Left = 108
  30.     Top = 19
  31.     Width = 173
  32.     Height = 49
  33.     AutoSize = False
  34.     WordWrap = True
  35.   end
  36.   object DialAnimation: TAnimate
  37.     Left = 18
  38.     Top = 16
  39.     Width = 33
  40.     Height = 33
  41.     Active = False
  42.     StopFrame = 9
  43.   end
  44.   object btnCancel: TButton
  45.     Left = 298
  46.     Top = 17
  47.     Width = 64
  48.     Height = 24
  49.     Cancel = True
  50.     Caption = '&Cancel'
  51.     ModalResult = 2
  52.     TabOrder = 1
  53.     OnClick = btnCancelClick
  54.   end
  55.   object Dialup: TRAS
  56.     KeyDUNAdap = 'Dial-Up Adapter'
  57.     KeyDUNConn = 'ConnectSpeed'
  58.     KeyDUNXmit = 'TotalBytesXmit'
  59.     KeyDUNRecv = 'TotalBytesRecvd'
  60.     OnStateChanged = DialupStateChanged
  61.     OnConnect = DialupConnect
  62.     OnDisconnect = DialupDisconnect
  63.     OnRetryAuth = DialupRetryAuth
  64.     Left = 64
  65.     Top = 40
  66.   end
  67. end
  68.