home *** CD-ROM | disk | FTP | other *** search
- object DialForm: TDialForm
- Left = 261
- Top = 307
- BorderIcons = []
- BorderStyle = bsDialog
- Caption = 'Connecting To '
- ClientHeight = 58
- ClientWidth = 280
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- ShowHint = True
- OnActivate = FormActivate
- OnClose = FormClose
- OnDestroy = FormDestroy
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 8
- Top = 8
- Width = 36
- Height = 13
- Caption = 'Status: '
- end
- object Label2: TLabel
- Left = 48
- Top = 8
- Width = 137
- Height = 29
- AutoSize = False
- Caption = 'Dialing...'
- WordWrap = True
- end
- object Image1: TImage
- Left = 8
- Top = 24
- Width = 32
- Height = 32
- AutoSize = True
- Picture.Data = {<image000.ico>}
- end
- object Button1: TButton
- Left = 199
- Top = 8
- Width = 75
- Height = 25
- Hint = 'Cancel Dialing'
- Caption = '&Cancel'
- ModalResult = 2
- TabOrder = 0
- OnClick = Button1Click
- end
- object Timer1: TTimer
- Enabled = False
- OnTimer = Timer1Timer
- Left = 248
- Top = 24
- end
- end
-