object SelectThread: TSelectThread Left = 233 Top = 199 BorderStyle = bsDialog Caption = 'Select a Thread' ClientHeight = 173 ClientWidth = 285 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] KeyPreview = True OnKeyDown = FormKeyDown OnKeyPress = FormKeyPress PixelsPerInch = 96 TextHeight = 13 object ThreadListBox: TListBox Left = 20 Top = 22 Width = 133 Height = 123 ItemHeight = 13 TabOrder = 0 OnDblClick = ThreadListBoxDblClick end object OkButton: TButton Left = 184 Top = 24 Width = 75 Height = 25 Caption = '&Ok' Default = True ModalResult = 1 TabOrder = 1 end object CancelButton: TButton Left = 184 Top = 72 Width = 75 Height = 25 Caption = '&Cancel' ModalResult = 2 TabOrder = 2 end object HelpButton: TButton Left = 184 Top = 120 Width = 75 Height = 25 HelpContext = 5310 Caption = '&Help' TabOrder = 3 OnClick = HelpButtonClick end end