object dlgChkProg: TdlgChkProg Left = 46 Top = 656 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Check Partition For Errors' ClientHeight = 275 ClientWidth = 503 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poScreenCenter OnCloseQuery = FormCloseQuery OnCreate = FormCreate OnDestroy = FormDestroy PixelsPerInch = 96 TextHeight = 13 object lblStatus: TIntlLabel Left = 24 Top = 206 Width = 153 Height = 13 Caption = 'Checking' end object btnFix: TButton Left = 31 Top = 242 Width = 75 Height = 25 Caption = '&Fix' TabOrder = 0 OnClick = btnFixClick end object btnHelp: TButton Left = 397 Top = 242 Width = 75 Height = 25 Caption = '&Help' TabOrder = 4 OnClick = btnHelpClick end object btnCancel: TButton Left = 306 Top = 242 Width = 75 Height = 25 Cancel = True Caption = '&Cancel' Default = True TabOrder = 3 OnClick = btnCancelClick end object progBar: TProgressBar Left = 80 Top = 204 Width = 401 Height = 16 Min = 0 Max = 100 Position = 50 TabOrder = 5 end object sbxErrList: TScrollBox Left = 20 Top = 14 Width = 461 Height = 177 HorzScrollBar.Range = 457 AutoScroll = False TabOrder = 6 object hdrErrList: THeaderControl Left = 0 Top = 0 Width = 457 Height = 17 DragReorder = False Sections = < item AllowClick = False ImageIndex = -1 Text = 'Severity' Width = 50 end item AllowClick = False ImageIndex = -1 Text = 'Fixed' Width = 40 end item AllowClick = False ImageIndex = -1 Text = 'Number' Width = 50 end item AllowClick = False ImageIndex = -1 Text = 'Description' Width = 10000 end> OnSectionResize = hdrErrListSectionResize end object lbxErrs: TColumnList Left = 0 Top = 17 Width = 457 Height = 156 TabStop = True OnPreDrawItem = lbxErrsPreDrawItem ClipTextToCols = True Col1Position = 2 Col2Position = 49 Col3Position = 89 Col4Position = 139 Col5Position = 1000 Align = alClient BorderStyle = bsNone DragMode = dmAutomatic ItemHeight = 16 Items.Strings = ( 'Crit|Yes|301|A really bad error occurred on your drive!' 'Wrn||405|Tons of data corrupted error') ParentColor = False ParentShowHint = False Style = lbOwnerDrawFixed TabOrder = 1 end end object btnSkip: TButton Left = 123 Top = 242 Width = 75 Height = 25 Caption = '&Skip' Enabled = False TabOrder = 1 OnClick = btnSkipClick end object btnSkipAll: TButton Left = 214 Top = 242 Width = 75 Height = 25 Caption = 'Skip &All' Enabled = False TabOrder = 2 OnClick = btnSkipAllClick end object Timer1: TTimer Enabled = False Interval = 100 OnTimer = Timer1Timer Left = 480 Top = 224 end end