inherited Form_Meta: TForm_Meta Caption = 'Form_Meta' OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 inherited panel_connection: TPanel ExplicitWidth = 598 inherited combo_connection: TComboBox ExplicitWidth = 532 end end inherited panel_basecontent: TPanel ExplicitLeft = 0 ExplicitTop = 25 ExplicitWidth = 598 ExplicitHeight = 532 object splitter: TSplitter Left = 502 Top = 0 Width = 8 Height = 532 Align = alRight AutoSnap = False Beveled = True MinSize = 200 ExplicitLeft = 353 end object VST: TVirtualStringTree Left = 0 Top = 0 Width = 502 Height = 532 Align = alClient 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.AutoOptions = [toAutoDropExpand, toAutoScrollOnExpand, toAutoDeleteMovedNodes] TreeOptions.MiscOptions = [toFullRepaintOnResize, toInitOnSave, toToggleOnDblClick, toWheelPanning] OnFocusChanged = VSTFocusChanged OnFocusChanging = VSTFocusChanging OnGetText = VSTGetText OnPaintText = VSTPaintText OnInitChildren = VSTInitChildren Columns = < item Position = 0 Width = 250 WideText = 'FName' end item Position = 1 WideText = 'FType' end item Position = 2 WideText = 'FID' end item Position = 3 WideText = 'Data' end> end object Panel2: TPanel Left = 510 Top = 0 Width = 88 Height = 532 Align = alRight BevelOuter = bvNone Caption = 'Panel2' TabOrder = 1 end end end