object SymbolsProgressForm: TSymbolsProgressForm Left = 200 Top = 108 BorderIcons = [] BorderStyle = bsToolWindow Caption = 'Loading compiler symbols...' ClientHeight = 73 ClientWidth = 200 ParentFont = True Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object SymbolsProgress: TProgressBar Left = 3 Top = 14 Width = 194 Height = 15 Min = 0 Max = 100 TabOrder = 0 end object CancelButton: TButton Left = 64 Top = 40 Width = 75 Height = 25 Caption = 'Cancel' Default = True ModalResult = 2 TabOrder = 1 OnClick = CancelButtonClick end end