home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1998 May
/
Chip_1998-05_cd.bin
/
sharewar
/
32psft
/
_SETUP.1
/
FTP.EXE
/
0
/
RCDATA
/
TDIALFORM
/
TDIALFORM.txt
< prev
Wrap
Text File
|
1997-04-19
|
1KB
|
63 lines
object DialForm: TDialForm
Left = 261
Top = 307
BorderIcons = []
BorderStyle = bsDialog
Caption = 'Connecting To '
ClientHeight = 58
ClientWidth = 280
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