home *** CD-ROM | disk | FTP | other *** search
/ PC Expert 29 / Pce29cd.iso / RUNIMAGE / DELPHI40 / BIN / CORIDE40.BPL / 0 / RCDATA / TSELECTTHREAD / TSELECTTHREAD.txt
Text File  |  1998-06-16  |  959b  |  53 lines

  1. object SelectThread: TSelectThread
  2.   Left = 233
  3.   Top = 199
  4.   HelpContext = 5310
  5.   BorderStyle = bsDialog
  6.   Caption = 'Select a Thread'
  7.   ClientHeight = 172
  8.   ClientWidth = 249
  9.   ParentFont = True
  10.   KeyPreview = True
  11.   PixelsPerInch = 96
  12.   TextHeight = 13
  13.   object ThreadListBox: TListBox
  14.     Left = 4
  15.     Top = 4
  16.     Width = 157
  17.     Height = 163
  18.     ItemHeight = 13
  19.     TabOrder = 0
  20.     OnDblClick = ThreadListBoxDblClick
  21.   end
  22.   object OkButton: TButton
  23.     Left = 168
  24.     Top = 8
  25.     Width = 75
  26.     Height = 25
  27.     Caption = 'OK'
  28.     Default = True
  29.     ModalResult = 1
  30.     TabOrder = 1
  31.   end
  32.   object CancelButton: TButton
  33.     Left = 168
  34.     Top = 40
  35.     Width = 75
  36.     Height = 25
  37.     Cancel = True
  38.     Caption = 'Cancel'
  39.     ModalResult = 2
  40.     TabOrder = 2
  41.   end
  42.   object HelpButton: TButton
  43.     Left = 168
  44.     Top = 72
  45.     Width = 75
  46.     Height = 25
  47.     HelpContext = 5310
  48.     Caption = '&Help'
  49.     TabOrder = 3
  50.     OnClick = HelpButtonClick
  51.   end
  52. end
  53.