--- oup/current/Tools/MetaEditor.dfm 2007/06/12 16:42:53 212 +++ oup/current/Tools/MetaEditor.dfm 2007/06/12 21:28:12 216 @@ -2,9 +2,11 @@ object Form_Meta: TForm_Meta Left = 0 Top = 0 Caption = 'Form_Meta' - ClientHeight = 365 - ClientWidth = 446 + ClientHeight = 393 + ClientWidth = 472 Color = clBtnFace + Constraints.MinHeight = 100 + Constraints.MinWidth = 200 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 @@ -16,24 +18,26 @@ object Form_Meta: TForm_Meta WindowState = wsMaximized OnClose = FormClose OnCreate = FormCreate - DesignSize = ( - 446 - 365) PixelsPerInch = 96 TextHeight = 13 - object Label3: TLabel - Left = 3 - Top = 6 - Width = 61 - Height = 13 - Caption = 'Connection: ' + object Splitter1: TSplitter + Left = 384 + Top = 29 + Width = 8 + Height = 364 + Align = alRight + AutoSnap = False + Beveled = True + MinSize = 75 + ExplicitLeft = 301 + ExplicitHeight = 336 end object VST: TVirtualStringTree - Left = 4 - Top = 44 - Width = 409 - Height = 321 - Anchors = [akLeft, akTop, akRight, akBottom] + Left = 0 + Top = 29 + Width = 384 + Height = 364 + Align = alClient AnimationDuration = 0 Header.AutoSizeIndex = 0 Header.Font.Charset = DEFAULT_CHARSET @@ -45,13 +49,15 @@ object Form_Meta: TForm_Meta 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 = 150 + Width = 250 WideText = 'FName' end item @@ -67,26 +73,60 @@ object Form_Meta: TForm_Meta WideText = 'Data' end> end - object Button1: TButton - Left = 204 - Top = 1 - Width = 75 - Height = 25 - Anchors = [akTop, akRight] - Caption = 'Load' - Default = True + object Panel1: TPanel + Left = 0 + Top = 0 + Width = 472 + Height = 29 + Align = alTop + BevelOuter = bvNone TabOrder = 1 - OnClick = Button1Click + ExplicitWidth = 446 + DesignSize = ( + 472 + 29) + object Label3: TLabel + Left = 3 + Top = 6 + Width = 61 + Height = 13 + Caption = 'Connection: ' + end + object Button1: TButton + Left = 379 + Top = 1 + Width = 75 + Height = 25 + Anchors = [akTop, akRight] + Caption = 'Load' + Default = True + TabOrder = 0 + OnClick = Button1Click + ExplicitLeft = 196 + end + object combo_connection: TComboBox + Left = 64 + Top = 3 + Width = 309 + Height = 21 + Style = csDropDownList + Anchors = [akLeft, akTop, akRight] + DropDownCount = 12 + ItemHeight = 13 + TabOrder = 1 + ExplicitWidth = 126 + end end - object combo_connection: TComboBox - Left = 64 - Top = 3 - Width = 134 - Height = 21 - Style = csDropDownList - Anchors = [akLeft, akTop, akRight] - DropDownCount = 12 - ItemHeight = 13 + object Panel2: TPanel + Left = 392 + Top = 29 + Width = 80 + Height = 364 + Align = alRight + BevelOuter = bvNone + Caption = 'Panel2' TabOrder = 2 + ExplicitLeft = 329 + ExplicitHeight = 336 end end