object CHANGETREEDLG: TCHANGETREEDLG Tag = 1 Left = 93 Top = 23 HelpContext = 210 ActiveControl = TreeListbox BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Directory Tree' ClientHeight = 370 ClientWidth = 403 Font.Color = clBtnText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OnCreate = FormCreate OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object treecurrent: TLabel Left = 7 Top = 280 Width = 386 Height = 30 AutoSize = False WordWrap = True end object Quicksearch: TLabel Tag = 4 Left = 8 Top = 318 Width = 113 Height = 14 AutoSize = False Caption = 'Quick search:' WordWrap = True end object F2rescantree: TLabel Tag = 5 Left = 264 Top = 318 Width = 133 Height = 14 AutoSize = False Caption = 'F2 re-scan tree' WordWrap = True end object Ok: TButton Tag = 4001 Left = 45 Top = 341 Width = 110 Height = 24 Caption = 'Ok' Default = True ModalResult = 1 TabOrder = 1 OnClick = OkClick end object Cancel: TButton Tag = 4002 Left = 237 Top = 341 Width = 110 Height = 24 Caption = 'Cancel' ModalResult = 2 TabOrder = 2 OnClick = CancelClick end object TreeQuick: TPanel Left = 125 Top = 312 Width = 137 Height = 25 Alignment = taLeftJustify BevelOuter = bvLowered Color = clWindow Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 3 end object TreeListbox: TMyListBox Left = 8 Top = 8 Width = 385 Height = 273 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ItemHeight = 16 ParentFont = False Style = lbOwnerDrawFixed TabOrder = 0 OnDblClick = TreeListboxDblClick OnKeyDown = TreeListboxKeyDown OnKeyPress = TreeListboxKeyPress OnChange = TreeListboxChange OnKeyPress1 = TreeListboxKeyPress TrueColumnWidth = 0 end object Translate1: TTranslate Tag = 5080 Left = 8 Top = 340 end object ResolutionFix1: TResolutionFix Left = 368 Top = 340 end end