home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Plus! (NZ) 2001 June
/
HDC50.iso
/
Runimage
/
Delphi50
/
Bin
/
CORIDE50.BPL
/
0
/
RCDATA
/
TDEPLOYPROGDLG
/
TDEPLOYPROGDLG.txt
Wrap
Text File
|
1999-08-11
|
837b
|
44 lines
object DeployProgDlg: TDeployProgDlg
Left = 200
Top = 108
BorderIcons = []
BorderStyle = bsDialog
Caption = 'Deploying Project'
ClientHeight = 128
ClientWidth = 275
ParentFont = True
KeyPreview = True
Position = poScreenCenter
Scaled = False
OnActivate = FormActivate
OnCreate = FormCreate
OnKeyDown = FormKeyDown
PixelsPerInch = 96
TextHeight = 13
object ProgressLabel: TLabel
Left = 104
Top = 60
Width = 67
Height = 13
Alignment = taCenter
Caption = 'ProgressLabel'
end
object CopyAnimate: TAnimate
Left = 1
Top = 0
Width = 272
Height = 60
Active = False
StopFrame = 25
end
object CancelButton: TButton
Left = 100
Top = 98
Width = 75
Height = 25
Caption = '&Cancel'
TabOrder = 1
OnClick = CancelButtonClick
end
end