| 1 | 
 object Form_Meta: TForm_Meta | 
 
 
 
 
 
 | 2 | 
   Left = 0 | 
 
 
 
 
 
 | 3 | 
   Top = 0 | 
 
 
 
 
 
 | 4 | 
   Caption = 'Form_Meta' | 
 
 
 
 
 
 | 5 | 
   ClientHeight = 293 | 
 
 
 
 
 
 | 6 | 
   ClientWidth = 426 | 
 
 
 
 
 
 | 7 | 
   Color = clBtnFace | 
 
 
 
 
 
 | 8 | 
   Font.Charset = DEFAULT_CHARSET | 
 
 
 
 
 
 | 9 | 
   Font.Color = clWindowText | 
 
 
 
 
 
 | 10 | 
   Font.Height = -11 | 
 
 
 
 
 
 | 11 | 
   Font.Name = 'Tahoma' | 
 
 
 
 
 
 | 12 | 
   Font.Style = [] | 
 
 
 
 
 
 | 13 | 
   FormStyle = fsMDIChild | 
 
 
 
 
 
 | 14 | 
   OldCreateOrder = False | 
 
 
 
 
 
 | 15 | 
   Visible = True | 
 
 
 
 
 
 | 16 | 
   WindowState = wsMaximized | 
 
 
 
 
 
 | 17 | 
   OnClose = FormClose | 
 
 
 
 
 
 | 18 | 
   OnCreate = FormCreate | 
 
 
 
 
 
 | 19 | 
   DesignSize = ( | 
 
 
 
 
 
 | 20 | 
     426 | 
 
 
 
 
 
 | 21 | 
     293) | 
 
 
 
 
 
 | 22 | 
   PixelsPerInch = 96 | 
 
 
 
 
 
 | 23 | 
   TextHeight = 13 | 
 
 
 
 
 
 | 24 | 
   object VST: TVirtualStringTree | 
 
 
 
 
 
 | 25 | 
     Left = 8 | 
 
 
 
 
 
 | 26 | 
     Top = 8 | 
 
 
 
 
 
 | 27 | 
     Width = 389 | 
 
 
 
 
 
 | 28 | 
     Height = 265 | 
 
 
 
 
 
 | 29 | 
     Anchors = [akLeft, akTop, akRight, akBottom] | 
 
 
 
 
 
 | 30 | 
     AnimationDuration = 0 | 
 
 
 
 
 
 | 31 | 
     Header.AutoSizeIndex = 0 | 
 
 
 
 
 
 | 32 | 
     Header.Font.Charset = DEFAULT_CHARSET | 
 
 
 
 
 
 | 33 | 
     Header.Font.Color = clWindowText | 
 
 
 
 
 
 | 34 | 
     Header.Font.Height = -11 | 
 
 
 
 
 
 | 35 | 
     Header.Font.Name = 'Tahoma' | 
 
 
 
 
 
 | 36 | 
     Header.Font.Style = [] | 
 
 
 
 
 
 | 37 | 
     Header.Options = [hoColumnResize, hoDrag, hoVisible] | 
 
 
 
 
 
 | 38 | 
     TabOrder = 0 | 
 
 
 
 
 
 | 39 | 
     TreeOptions.MiscOptions = [toFullRepaintOnResize, toInitOnSave, toToggleOnDblClick, toWheelPanning] | 
 
 
 
 
 
 | 40 | 
     TreeOptions.PaintOptions = [toShowDropmark, toShowRoot, toShowTreeLines, toThemeAware, toUseBlendedImages] | 
 
 
 
 
 
 | 41 | 
     OnGetText = VSTGetText | 
 
 
 
 
 
 | 42 | 
     Columns = < | 
 
 
 
 
 
 | 43 | 
       item | 
 
 
 
 
 
 | 44 | 
         Position = 0 | 
 
 
 
 
 
 | 45 | 
         Width = 150 | 
 
 
 
 
 
 | 46 | 
         WideText = 'Main' | 
 
 
 
 
 
 | 47 | 
       end | 
 
 
 
 
 
 | 48 | 
       item | 
 
 
 
 
 
 | 49 | 
         Position = 1 | 
 
 
 
 
 
 | 50 | 
         WideText = 'Data' | 
 
 
 
 
 
 | 51 | 
       end> | 
 
 
 
 
 
 | 52 | 
   end | 
 
 
 
 
 
 | 53 | 
 end |