object SelectThread: TSelectThread Left = 233 Top = 199 HelpContext = 5310 AutoScroll = False BorderIcons = [biSystemMenu] Caption = 'Select a Thread' ClientHeight = 172 ClientWidth = 317 Color = clBtnFace Constraints.MinHeight = 150 Constraints.MinWidth = 200 ParentFont = True KeyPreview = True OldCreateOrder = True PixelsPerInch = 96 TextHeight = 13 object OkButton: TButton Left = 236 Top = 8 Width = 75 Height = 25 Anchors = [akTop, akRight] Caption = 'OK' Default = True ModalResult = 1 TabOrder = 1 end object CancelButton: TButton Left = 236 Top = 40 Width = 75 Height = 25 Anchors = [akTop, akRight] Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 2 end object HelpButton: TButton Left = 236 Top = 72 Width = 75 Height = 25 HelpContext = 5310 Anchors = [akTop, akRight] Caption = '&Help' TabOrder = 3 OnClick = HelpButtonClick end object ThreadTreeView: TTreeView Left = 4 Top = 4 Width = 225 Height = 163 Anchors = [akLeft, akTop, akRight, akBottom] Indent = 19 TabOrder = 0 OnDblClick = ThreadListBoxDblClick end end