object frmHighlightStatus: TfrmHighlightStatus Left = 290 Top = 147 BorderStyle = bsSingle Caption = 'Highlighting Status' ClientHeight = 102 ClientWidth = 217 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnActivate = FormActivate OnClose = FormClose OnCreate = FormCreate OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object btnCancel: TButton Left = 72 Top = 72 Width = 75 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 0 OnClick = btnCancelClick end object gbHighlight: TGroupBox Left = 4 Top = 8 Width = 209 Height = 57 Caption = 'Highlighting Tags' TabOrder = 1 object pbStatus: TProgressBar Left = 8 Top = 20 Width = 193 Height = 25 Min = 0 Max = 100 Step = 1 TabOrder = 0 end end object tmrClose: TTimer Interval = 250 OnTimer = tmrCloseTimer Left = 176 Top = 72 end end