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