home *** CD-ROM | disk | FTP | other *** search
- object frmDialUp: TfrmDialUp
- Left = 200
- Top = 110
- BorderIcons = []
- BorderStyle = bsSingle
- Caption = 'Dial up...'
- ClientHeight = 81
- ClientWidth = 370
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- FormStyle = fsStayOnTop
- Position = poScreenCenter
- OnClose = FormClose
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 64
- Top = 19
- Width = 33
- Height = 13
- Alignment = taRightJustify
- Caption = 'Status:'
- end
- object lblStatus: TLabel
- Left = 108
- Top = 19
- Width = 173
- Height = 49
- AutoSize = False
- WordWrap = True
- end
- object DialAnimation: TAnimate
- Left = 18
- Top = 16
- Width = 33
- Height = 33
- Active = False
- StopFrame = 9
- end
- object btnCancel: TButton
- Left = 298
- Top = 17
- Width = 64
- Height = 24
- Cancel = True
- Caption = '&Cancel'
- ModalResult = 2
- TabOrder = 1
- OnClick = btnCancelClick
- end
- object Dialup: TRAS
- KeyDUNAdap = 'Dial-Up Adapter'
- KeyDUNConn = 'ConnectSpeed'
- KeyDUNXmit = 'TotalBytesXmit'
- KeyDUNRecv = 'TotalBytesRecvd'
- OnStateChanged = DialupStateChanged
- OnConnect = DialupConnect
- OnDisconnect = DialupDisconnect
- OnRetryAuth = DialupRetryAuth
- Left = 64
- Top = 40
- end
- end
-