object Form_Meta: TForm_Meta Left = 0 Top = 0 Caption = 'Form_Meta' ClientHeight = 293 ClientWidth = 426 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] FormStyle = fsMDIChild OldCreateOrder = False Visible = True WindowState = wsMaximized OnClose = FormClose OnCreate = FormCreate DesignSize = ( 426 293) PixelsPerInch = 96 TextHeight = 13 object VST: TVirtualStringTree Left = 8 Top = 8 Width = 389 Height = 265 Anchors = [akLeft, akTop, akRight, akBottom] AnimationDuration = 0 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, hoDrag, hoVisible] TabOrder = 0 TreeOptions.MiscOptions = [toFullRepaintOnResize, toInitOnSave, toToggleOnDblClick, toWheelPanning] TreeOptions.PaintOptions = [toShowDropmark, toShowRoot, toShowTreeLines, toThemeAware, toUseBlendedImages] OnGetText = VSTGetText Columns = < item Position = 0 Width = 150 WideText = 'Main' end item Position = 1 WideText = 'Data' end> end end