home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 April / Chip_1997-04_cd.bin / prezent / cb / data.z / BCB.EXE / RCDATA / TSELECTTHREAD / TSELECTTHREAD.txt
Text File  |  1997-01-16  |  1KB  |  56 lines

  1. object SelectThread: TSelectThread
  2.   Left = 233
  3.   Top = 199
  4.   BorderStyle = bsDialog
  5.   Caption = 'Select a Thread'
  6.   ClientHeight = 173
  7.   ClientWidth = 285
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   KeyPreview = True
  13.   OnKeyDown = FormKeyDown
  14.   OnKeyPress = FormKeyPress
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object ThreadListBox: TListBox
  18.     Left = 20
  19.     Top = 22
  20.     Width = 133
  21.     Height = 123
  22.     ItemHeight = 13
  23.     TabOrder = 0
  24.     OnDblClick = ThreadListBoxDblClick
  25.   end
  26.   object OkButton: TButton
  27.     Left = 184
  28.     Top = 24
  29.     Width = 75
  30.     Height = 25
  31.     Caption = '&Ok'
  32.     Default = True
  33.     ModalResult = 1
  34.     TabOrder = 1
  35.   end
  36.   object CancelButton: TButton
  37.     Left = 184
  38.     Top = 72
  39.     Width = 75
  40.     Height = 25
  41.     Caption = '&Cancel'
  42.     ModalResult = 2
  43.     TabOrder = 2
  44.   end
  45.   object HelpButton: TButton
  46.     Left = 184
  47.     Top = 120
  48.     Width = 75
  49.     Height = 25
  50.     HelpContext = 5310
  51.     Caption = '&Help'
  52.     TabOrder = 3
  53.     OnClick = HelpButtonClick
  54.   end
  55. end
  56.