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
Text File  |  1999-08-11  |  837b  |  44 lines

  1. object DeployProgDlg: TDeployProgDlg
  2.   Left = 200
  3.   Top = 108
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Deploying Project'
  7.   ClientHeight = 128
  8.   ClientWidth = 275
  9.   ParentFont = True
  10.   KeyPreview = True
  11.   Position = poScreenCenter
  12.   Scaled = False
  13.   OnActivate = FormActivate
  14.   OnCreate = FormCreate
  15.   OnKeyDown = FormKeyDown
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object ProgressLabel: TLabel
  19.     Left = 104
  20.     Top = 60
  21.     Width = 67
  22.     Height = 13
  23.     Alignment = taCenter
  24.     Caption = 'ProgressLabel'
  25.   end
  26.   object CopyAnimate: TAnimate
  27.     Left = 1
  28.     Top = 0
  29.     Width = 272
  30.     Height = 60
  31.     Active = False
  32.     StopFrame = 25
  33.   end
  34.   object CancelButton: TButton
  35.     Left = 100
  36.     Top = 98
  37.     Width = 75
  38.     Height = 25
  39.     Caption = '&Cancel'
  40.     TabOrder = 1
  41.     OnClick = CancelButtonClick
  42.   end
  43. end
  44.