home *** CD-ROM | disk | FTP | other *** search
/ PC World Plus! (NZ) 2001 June / HDC50.iso / Runimage / Delphi50 / Bin / CORIDE50.BPL / 0 / RCDATA / TSELECTTHREAD / TSELECTTHREAD.txt
Text File  |  1999-08-11  |  1KB  |  62 lines

  1. object SelectThread: TSelectThread
  2.   Left = 233
  3.   Top = 199
  4.   HelpContext = 5310
  5.   AutoScroll = False
  6.   BorderIcons = [biSystemMenu]
  7.   Caption = 'Select a Thread'
  8.   ClientHeight = 172
  9.   ClientWidth = 317
  10.   Color = clBtnFace
  11.   Constraints.MinHeight = 150
  12.   Constraints.MinWidth = 200
  13.   ParentFont = True
  14.   KeyPreview = True
  15.   OldCreateOrder = True
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object OkButton: TButton
  19.     Left = 236
  20.     Top = 8
  21.     Width = 75
  22.     Height = 25
  23.     Anchors = [akTop, akRight]
  24.     Caption = 'OK'
  25.     Default = True
  26.     ModalResult = 1
  27.     TabOrder = 1
  28.   end
  29.   object CancelButton: TButton
  30.     Left = 236
  31.     Top = 40
  32.     Width = 75
  33.     Height = 25
  34.     Anchors = [akTop, akRight]
  35.     Cancel = True
  36.     Caption = 'Cancel'
  37.     ModalResult = 2
  38.     TabOrder = 2
  39.   end
  40.   object HelpButton: TButton
  41.     Left = 236
  42.     Top = 72
  43.     Width = 75
  44.     Height = 25
  45.     HelpContext = 5310
  46.     Anchors = [akTop, akRight]
  47.     Caption = '&Help'
  48.     TabOrder = 3
  49.     OnClick = HelpButtonClick
  50.   end
  51.   object ThreadTreeView: TTreeView
  52.     Left = 4
  53.     Top = 4
  54.     Width = 225
  55.     Height = 163
  56.     Anchors = [akLeft, akTop, akRight, akBottom]
  57.     Indent = 19
  58.     TabOrder = 0
  59.     OnDblClick = ThreadListBoxDblClick
  60.   end
  61. end
  62.