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 239 by alloc, Sat Jul 14 20:22:05 2007 UTC vs.
Revision 241 by alloc, Tue Jul 17 22:27:16 2007 UTC

# Line 39 | Line 39 | inherited Form_Meta: TForm_Meta
39        Header.Font.Name = 'Tahoma'
40        Header.Font.Style = []
41        Header.Options = [hoColumnResize, hoDrag, hoVisible]
42 +      HintAnimation = hatNone
43 +      HintMode = hmHint
44 +      ParentShowHint = False
45 +      ShowHint = True
46        TabOrder = 0
47        TreeOptions.AutoOptions = [toAutoDropExpand, toAutoScrollOnExpand, toAutoDeleteMovedNodes]
48        TreeOptions.MiscOptions = [toFullRepaintOnResize, toInitOnSave, toToggleOnDblClick, toWheelPanning]
# Line 46 | Line 50 | inherited Form_Meta: TForm_Meta
50        OnFocusChanging = VSTFocusChanging
51        OnGetText = VSTGetText
52        OnPaintText = VSTPaintText
53 +      OnGetHint = VSTGetHint
54        OnGetPopupMenu = VSTGetPopupMenu
55        OnInitChildren = VSTInitChildren
56        Columns = <
57          item
58            Position = 0
59            Width = 250
60 <          WideText = 'FName'
60 >          WideText = 'Name'
61          end
62          item
63            Position = 1
64 <          WideText = 'FType'
64 >          Width = 100
65 >          WideText = 'Type'
66          end
67          item
68            Position = 2
63          WideText = 'FID'
64        end
65        item
66          Position = 3
69            Width = 150
70 <          WideText = 'Data'
70 >          WideText = 'Value'
71          end>
72      end
73      object rightPages: TPageControl
# Line 73 | Line 75 | inherited Form_Meta: TForm_Meta
75        Top = 0
76        Width = 400
77        Height = 424
78 <      ActivePage = tab_hex
78 >      ActivePage = tab_meta
79        Align = alRight
80        TabOrder = 1
81        object tab_meta: TTabSheet

Diff Legend

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