ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/oup/current/Tools/MetaEditor.dfm
(Generate patch)

Comparing oup/current/Tools/MetaEditor.dfm (file contents):
Revision 237 by alloc, Sat Jul 14 14:18:23 2007 UTC vs.
Revision 238 by alloc, Sat Jul 14 16:50:55 2007 UTC

# Line 46 | Line 46 | inherited Form_Meta: TForm_Meta
46        OnFocusChanging = VSTFocusChanging
47        OnGetText = VSTGetText
48        OnPaintText = VSTPaintText
49 +      OnGetPopupMenu = VSTGetPopupMenu
50        OnInitChildren = VSTInitChildren
51        Columns = <
52          item
# Line 78 | Line 79 | inherited Form_Meta: TForm_Meta
79        object tab_meta: TTabSheet
80          Caption = 'Meta Edit'
81          ImageIndex = 1
81        ExplicitLeft = 0
82        ExplicitTop = 0
83        ExplicitWidth = 0
84        ExplicitHeight = 0
82        end
83        object tab_hex: TTabSheet
84          Caption = 'Binary Edit'
# Line 312 | Line 309 | inherited Form_Meta: TForm_Meta
309      Left = 292
310      Top = 340
311    end
312 +  object vst_popup: TPopupMenu
313 +    AutoHotkeys = maManual
314 +    Left = 80
315 +    Top = 204
316 +    object vst_newRoot: TMenuItem
317 +      Caption = 'Set as root element in new window'
318 +    end
319 +    object vst_setRoot: TMenuItem
320 +      Caption = 'Set as root element here'
321 +      OnClick = vst_setRootClick
322 +    end
323 +  end
324   end

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)