object IDEProgressDialog: TIDEProgressDialog ActiveControl = AbortButton Caption = 'IDEProgressDialog' ClientHeight = 132 ClientWidth = 400 OnCreate = FormCreate OnDestroy = FormDestroy PixelsPerInch = 112 Position = poDesktopCenter HorzScrollBar.Page = 399 VertScrollBar.Page = 131 Left = 286 Height = 132 Top = 202 Width = 400 object DescriptionLabel: TLabel Anchors = [akTop] AutoSize = False Caption = 'DescriptionLabel' Color = clNone ParentColor = False WordWrap = True Left = 152 Height = 13 Top = 16 Width = 95 end object AbortButton: TButton Anchors = [akBottom] Caption = 'AbortButton' ModalResult = 3 TabOrder = 0 Left = 130 Height = 33 Top = 92 Width = 139 end object ProgressBar: TProgressBar Anchors = [akTop] Max = 100 Left = 15 Height = 20 Top = 64 Width = 370 end end