object WaitDi: TWaitDi Left = 143 Top = 370 BorderIcons = [] BorderStyle = bsSingle Caption = 'Installing files...' ClientHeight = 146 ClientWidth = 303 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 16 Top = 40 Width = 44 Height = 13 Caption = 'Installing:' end object InstLab: TLabel Left = 72 Top = 40 Width = 3 Height = 13 end object CancelBtn: TButton Left = 119 Top = 116 Width = 75 Height = 25 Cancel = True Caption = 'Cancel' TabOrder = 0 OnClick = CancelBtnClick end object Progress: TProgressBar Left = 16 Top = 80 Width = 265 Height = 20 Min = 0 Max = 200 Step = 5 TabOrder = 1 end end