object SelectThread: TSelectThread Left = 233 Top = 199 HelpContext = 5310 BorderStyle = bsDialog Caption = 'Select a Thread' ClientHeight = 172 ClientWidth = 249 ParentFont = True KeyPreview = True PixelsPerInch = 96 TextHeight = 13 object ThreadListBox: TListBox Left = 4 Top = 4 Width = 157 Height = 163 ItemHeight = 13 TabOrder = 0 OnDblClick = ThreadListBoxDblClick end object OkButton: TButton Left = 168 Top = 8 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 1 end object CancelButton: TButton Left = 168 Top = 40 Width = 75 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 2 end object HelpButton: TButton Left = 168 Top = 72 Width = 75 Height = 25 HelpContext = 5310 Caption = '&Help' TabOrder = 3 OnClick = HelpButtonClick end end