object frmFind: TfrmFind Left = 533 Top = 415 AutoScroll = False Caption = '_Find Contact' ClientHeight = 184 ClientWidth = 412 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] KeyPreview = True OldCreateOrder = False OnClose = FormClose OnCreate = FormCreate OnKeyDown = FormKeyDown OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object PanelTop: TInfuPanel Left = 0 Top = 0 Width = 412 Height = 60 Align = alTop BevelOuter = bvNone TabOrder = 0 object LabelAcc: TInfuLabel Left = 9 Top = 7 Width = 220 Height = 13 Caption = '_Account name, nick name, first or last name:' end object EditFind: TInfuEdit Left = 8 Top = 24 Width = 273 Height = 21 TabOrder = 1 OnChange = EditFindChange end object ButtonClose: TInfuBitBtn Left = 295 Top = 22 Width = 106 Height = 25 Caption = '_Close' TabOrder = 0 OnClick = ButtonCloseClick end end object VST: TVirtualStringTree Left = 0 Top = 60 Width = 412 Height = 124 Align = alClient DefaultNodeHeight = 17 Header.AutoSizeIndex = 0 Header.Font.Charset = DEFAULT_CHARSET Header.Font.Color = clWindowText Header.Font.Height = -11 Header.Font.Name = 'Tahoma' Header.Font.Style = [] Header.Options = [hoColumnResize, hoShowSortGlyphs, hoVisible] Header.ParentFont = True Header.Style = hsFlatButtons HintMode = hmTooltip ParentShowHint = False SelectionBlendFactor = 50 ShowHint = True StateImages = ImageList1 TabOrder = 1 TextMargin = 1 TreeOptions.MiscOptions = [toFullRepaintOnResize, toInitOnSave, toToggleOnDblClick, toWheelPanning] TreeOptions.PaintOptions = [toHideFocusRect, toShowButtons, toShowDropmark, toThemeAware, toUseBlendedImages] TreeOptions.SelectionOptions = [toFullRowSelect, toRightClickSelect] OnAfterItemPaint = VSTAfterItemPaint OnCompareNodes = VSTCompareNodes OnContextPopup = VSTContextPopup OnDblClick = VSTDblClick OnEnter = VSTEnter OnFocusChanged = VSTFocusChanged OnGetText = VSTGetText OnPaintText = VSTPaintText OnGetImageIndex = VSTGetImageIndex OnHeaderClick = VSTHeaderClick OnKeyDown = VSTKeyDown Columns = < item Position = 0 Width = 120 WideText = '_Account' end item Position = 1 Width = 90 WideText = '_Nick name' end item Position = 2 Width = 90 WideText = '_First name' end item Position = 3 Width = 90 WideText = '_Last name' end> end object ImageList1: TImageList Left = 192 Top = 88 end end