--- oup/current/Tools/MetaEditor.dfm 2007/06/29 12:38:24 233 +++ oup/current/Tools/MetaEditor.dfm 2007/07/14 16:50:55 238 @@ -46,6 +46,7 @@ inherited Form_Meta: TForm_Meta OnFocusChanging = VSTFocusChanging OnGetText = VSTGetText OnPaintText = VSTPaintText + OnGetPopupMenu = VSTGetPopupMenu OnInitChildren = VSTInitChildren Columns = < item @@ -63,6 +64,7 @@ inherited Form_Meta: TForm_Meta end item Position = 3 + Width = 150 WideText = 'Data' end> end @@ -77,10 +79,6 @@ inherited Form_Meta: TForm_Meta object tab_meta: TTabSheet Caption = 'Meta Edit' ImageIndex = 1 - ExplicitLeft = 0 - ExplicitTop = 0 - ExplicitWidth = 0 - ExplicitHeight = 0 end object tab_hex: TTabSheet Caption = 'Binary Edit' @@ -311,4 +309,16 @@ inherited Form_Meta: TForm_Meta Left = 292 Top = 340 end + object vst_popup: TPopupMenu + AutoHotkeys = maManual + Left = 80 + Top = 204 + object vst_newRoot: TMenuItem + Caption = 'Set as root element in new window' + end + object vst_setRoot: TMenuItem + Caption = 'Set as root element here' + OnClick = vst_setRootClick + end + end end