object ProgressForm: TProgressForm Left = 201 Top = 114 BorderIcons = [] BorderStyle = bsDialog Caption = 'Compiling' ClientHeight = 162 ClientWidth = 362 Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OnActivate = FormActivate OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Bevel8: TBevel Left = 8 Top = 4 Width = 346 Height = 117 Style = bsRaised end object Bevel1: TBevel Left = 18 Top = 12 Width = 326 Height = 19 end object Bevel2: TBevel Left = 18 Top = 35 Width = 326 Height = 19 end object Bevel3: TBevel Left = 18 Top = 58 Width = 161 Height = 19 end object Label1: TLabel Left = 22 Top = 15 Width = 64 Height = 13 AutoSize = False Caption = 'Project:' end object Status: TLabel Left = 22 Top = 38 Width = 64 Height = 13 AutoSize = False Caption = 'Compiling:' end object Label3: TLabel Left = 22 Top = 61 Width = 72 Height = 13 AutoSize = False Caption = 'Current line:' end object MainFile: TLabel Left = 86 Top = 15 Width = 257 Height = 13 AutoSize = False end object CurrFile: TLabel Left = 86 Top = 38 Width = 257 Height = 13 AutoSize = False end object Bevel4: TBevel Left = 183 Top = 58 Width = 161 Height = 19 end object Label6: TLabel Left = 187 Top = 61 Width = 72 Height = 13 AutoSize = False Caption = 'Total lines:' end object CurrLines: TLabel Left = 94 Top = 61 Width = 80 Height = 13 Alignment = taRightJustify AutoSize = False Caption = '0' end object TotalLines: TLabel Left = 259 Top = 61 Width = 80 Height = 13 Alignment = taRightJustify AutoSize = False Caption = '0' end object Bevel5: TBevel Left = 18 Top = 81 Width = 106 Height = 19 end object Bevel6: TBevel Left = 238 Top = 81 Width = 106 Height = 19 end object Bevel7: TBevel Left = 128 Top = 81 Width = 106 Height = 19 end object Label2: TLabel Left = 22 Top = 84 Width = 52 Height = 13 AutoSize = False Caption = 'Hints:' end object Label4: TLabel Left = 132 Top = 84 Width = 52 Height = 13 AutoSize = False Caption = 'Warnings:' end object Label5: TLabel Left = 242 Top = 84 Width = 52 Height = 13 AutoSize = False Caption = 'Errors:' end object HintCount: TLabel Left = 74 Top = 84 Width = 45 Height = 13 Alignment = taRightJustify AutoSize = False Caption = '0' end object WarningCount: TLabel Left = 184 Top = 84 Width = 45 Height = 13 Alignment = taRightJustify AutoSize = False Caption = '0' end object ErrorCount: TLabel Left = 294 Top = 84 Width = 45 Height = 13 Alignment = taRightJustify AutoSize = False Caption = '0' end object CancelButton: TButton Left = 144 Top = 129 Width = 75 Height = 25 Cancel = True Caption = 'Cancel' Default = True TabOrder = 0 OnClick = CancelButtonClick end end