object frmSearch: TfrmSearch Left = 432 Top = 285 AutoScroll = False ClientHeight = 602 ClientWidth = 592 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 OnDestroy = FormDestroy OnKeyDown = FormKeyDown PixelsPerInch = 96 TextHeight = 13 object PC: TInfuPageControl Left = 0 Top = 0 Width = 592 Height = 239 Align = alTop TabOrder = 0 end object PanelMid: TInfuPanel Left = 0 Top = 239 Width = 592 Height = 41 Align = alTop TabOrder = 1 object BitBtnSearch: TInfuBitBtn Left = 481 Top = 8 Width = 99 Height = 25 Caption = '_Search' Default = True TabOrder = 0 OnClick = BitBtnSearchClick end object BitBtnClear: TInfuBitBtn Left = 375 Top = 8 Width = 99 Height = 25 Caption = '_Clear' TabOrder = 1 OnClick = BitBtnClearClick end object CheckBoxDontClear: TInfuCheckBox Left = 11 Top = 12 Width = 216 Height = 17 Caption = '_Don'#39't clear previous results' TabOrder = 2 end object PanelStatus: TInfuPanel Left = 231 Top = 10 Width = 137 Height = 21 BevelOuter = bvLowered Caption = '_Status' TabOrder = 3 end end object VST: TVirtualStringTree Left = 0 Top = 280 Width = 592 Height = 291 Align = alClient 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 = 2 TextMargin = 1 TreeOptions.MiscOptions = [toFullRepaintOnResize, toInitOnSave, toToggleOnDblClick, toWheelPanning] TreeOptions.PaintOptions = [toHideFocusRect, toShowButtons, toShowDropmark, toThemeAware, toUseBlendedImages] TreeOptions.SelectionOptions = [toFullRowSelect, toRightClickSelect] OnAfterCellPaint = VSTAfterCellPaint OnCompareNodes = VSTCompareNodes OnDblClick = VSTDblClick OnGetText = VSTGetText OnPaintText = VSTPaintText OnGetImageIndex = VSTGetImageIndex OnHeaderClick = VSTHeaderClick OnMouseDown = VSTMouseDown OnMouseUp = VSTMouseUp Columns = < item MaxWidth = 400 MinWidth = 1 Options = [coEnabled, coParentBidiMode, coParentColor, coResizable, coVisible] Position = 0 Width = 22 end item MaxWidth = 400 MinWidth = 1 Options = [coEnabled, coParentBidiMode, coParentColor, coResizable, coVisible] Position = 1 Width = 22 end item MaxWidth = 400 MinWidth = 1 Options = [coAllowClick, coEnabled, coParentBidiMode, coParentColor, coResizable, coVisible] Position = 2 Width = 110 WideText = '_Account' end item MaxWidth = 400 MinWidth = 1 Options = [coAllowClick, coEnabled, coParentBidiMode, coParentColor, coResizable, coVisible] Position = 3 Width = 75 WideText = '_Nick name' end item MaxWidth = 400 MinWidth = 1 Options = [coAllowClick, coEnabled, coParentBidiMode, coParentColor, coResizable, coVisible] Position = 4 Width = 75 WideText = '_First name' end item MaxWidth = 400 MinWidth = 1 Options = [coAllowClick, coEnabled, coParentBidiMode, coParentColor, coResizable, coVisible] Position = 5 Width = 75 WideText = '_Last name' end item MaxWidth = 400 MinWidth = 1 Options = [coAllowClick, coEnabled, coParentBidiMode, coParentColor, coResizable, coVisible] Position = 6 WideText = '_Email' end item MaxWidth = 400 MinWidth = 1 Options = [coAllowClick, coEnabled, coParentBidiMode, coParentColor, coResizable, coVisible] Position = 7 Width = 55 WideText = '_Gender' end item MaxWidth = 400 MinWidth = 1 Options = [coAllowClick, coEnabled, coParentBidiMode, coParentColor, coResizable, coVisible] Position = 8 Width = 60 WideText = '_Authorize' end item MaxWidth = 400 MinWidth = 1 Options = [coEnabled, coParentBidiMode, coParentColor, coResizable, coVisible] Position = 9 Width = 22 end> end object PanelBtm: TInfuPanel Left = 0 Top = 571 Width = 592 Height = 31 Align = alBottom BevelOuter = bvNone TabOrder = 3 object LabelResults: TInfuLabel Left = 40 Top = 9 Width = 45 Height = 13 Alignment = taRightJustify Caption = '_Results:' end object BevelQuick: TInfuBevel Left = 547 Top = 6 Width = 21 Height = 21 end object ImageQuick: TInfuImage Left = 550 Top = 9 Width = 15 Height = 15 Center = True end object PanelRes: TInfuPanel Left = 89 Top = 8 Width = 59 Height = 18 BevelOuter = bvLowered Caption = '0' TabOrder = 0 end object EditQuick: TInfuEdit Left = 288 Top = 6 Width = 258 Height = 21 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] ParentFont = False TabOrder = 1 end end object TimerSearch: TTimer Enabled = False Interval = 500 OnTimer = TimerSearchTimer Left = 544 Top = 200 end object ImageList1: TImageList Left = 376 Top = 376 end end