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 232 by alloc, Thu Jun 28 09:24:08 2007 UTC vs.
Revision 243 by alloc, Fri Aug 10 17:26:03 2007 UTC

# Line 11 | Line 11 | inherited Form_Meta: TForm_Meta
11      ExplicitLeft = 0
12      ExplicitTop = 25
13      ExplicitWidth = 598
14 <    ExplicitHeight = 532
14 >    ExplicitHeight = 424
15      object splitter: TSplitter
16        Left = 190
17        Top = 0
# 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
50      ExplicitWidth = 502
51      ExplicitHeight = 532
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
69 <          WideText = 'FID'
70 <        end
66 <        item
67 <          Position = 3
68 <          WideText = 'Data'
69 >          Width = 150
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
82          Caption = 'Meta Edit'
83          ImageIndex = 1
82        ExplicitWidth = 192
83        ExplicitHeight = 504
84        end
85        object tab_hex: TTabSheet
86          Caption = 'Binary Edit'
87 <        ExplicitWidth = 192
88 <        ExplicitHeight = 504
87 >        ExplicitLeft = 0
88 >        ExplicitTop = 0
89 >        ExplicitWidth = 0
90 >        ExplicitHeight = 0
91          object splitter_hex_1: TSplitter
92            Left = 0
93            Top = 100
# Line 101 | Line 103 | inherited Form_Meta: TForm_Meta
103          end
104          object splitter_hex_2: TSplitter
105            Left = 0
106 <          Top = 250
106 >          Top = 256
107            Width = 392
108            Height = 8
109            Cursor = crVSplit
# Line 114 | Line 116 | inherited Form_Meta: TForm_Meta
116          end
117          object panel_hex_actions: TPanel
118            Left = 0
119 <          Top = 355
119 >          Top = 361
120            Width = 392
121 <          Height = 41
121 >          Height = 35
122            Align = alBottom
123            BevelOuter = bvNone
124            Caption = 'panel_hex_actions'
125            TabOrder = 0
126 <          ExplicitLeft = 3
127 <          ExplicitTop = 354
128 <          ExplicitWidth = 192
126 >          object btn_export: TButton
127 >            Left = 2
128 >            Top = 6
129 >            Width = 117
130 >            Height = 25
131 >            Caption = 'Export to file...'
132 >            TabOrder = 0
133 >          end
134 >          object btn_import: TButton
135 >            Left = 125
136 >            Top = 6
137 >            Width = 117
138 >            Height = 25
139 >            Caption = 'Import from file...'
140 >            TabOrder = 1
141 >          end
142          end
143          object hex: TMPHexEditor
144            Left = 0
# Line 150 | Line 165 | inherited Form_Meta: TForm_Meta
165            Colors.OddColumn = clBlue
166            Colors.EvenColumn = clNavy
167            Colors.CurrentOffsetBackground = clBtnShadow
168 <          Colors.OffsetBackground = clBtnFace
168 >          Colors.OffsetBackGround = clBtnFace
169            Colors.CurrentOffset = clBtnHighlight
170            Colors.Grid = clBtnFace
171            Colors.NonFocusCursorFrame = clAqua
# Line 159 | Line 174 | inherited Form_Meta: TForm_Meta
174            NoSizeChange = True
175            AllowInsertMode = False
176            DrawGridLines = False
177 <          Version = 'december 06, 2006; '#169' markus stephany, vcl[at]mirkes[dot]de'
177 >          Version = 'May 23, 2005; '#169' markus stephany, vcl[at]mirkes[dot]de'
178            ShowPositionIfNotFocused = True
164          ExplicitWidth = 192
179          end
180          object value_viewer: TWrapGrid
181            Left = 0
182            Top = 108
183            Width = 392
184 <          Height = 142
184 >          Height = 148
185            Align = alClient
186            ColCount = 1
187            DefaultColWidth = 80
# Line 178 | Line 192 | inherited Form_Meta: TForm_Meta
192            Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goColSizing]
193            ScrollBars = ssVertical
194            TabOrder = 2
181          ExplicitTop = 363
182          ExplicitWidth = 192
183          ExplicitHeight = 0
195          end
196          object structviewer: TVirtualStringTree
197            Left = 0
198 <          Top = 258
198 >          Top = 264
199            Width = 392
200            Height = 97
201            Align = alBottom
# Line 224 | Line 235 | inherited Form_Meta: TForm_Meta
235            TreeOptions.SelectionOptions = [toExtendedFocus, toFullRowSelect, toRightClickSelect]
236            OnFocusChanged = VSTFocusChanged
237            OnGetText = VSTGetText
227          ExplicitLeft = -6
228          ExplicitTop = 161
229          ExplicitWidth = 192
238            Columns = <
239              item
240                MaxWidth = 300
# Line 279 | Line 287 | inherited Form_Meta: TForm_Meta
287        end
288      end
289    end
290 +  object value_viewer_context: TPopupMenu
291 +    AutoHotkeys = maManual
292 +    AutoLineReduction = maManual
293 +    Left = 300
294 +    Top = 196
295 +    object value_viewer_context_copy: TMenuItem
296 +      Caption = 'Copy to &clipboard'
297 +    end
298 +    object value_viewer_context_copyasdec: TMenuItem
299 +      Caption = 'Copy to clipboard (as &dec)'
300 +    end
301 +    object value_viewer_context_copyasfloat: TMenuItem
302 +      Caption = 'Copy to clipboard (as &float)'
303 +    end
304 +    object value_viewer_context_copyasbitset: TMenuItem
305 +      Caption = 'Copy to clipboard (as &bitset)'
306 +    end
307 +    object value_viewer_context_copyasstring: TMenuItem
308 +      Caption = 'Copy to clipboard (as &string)'
309 +    end
310 +    object value_viewer_context_copyashex: TMenuItem
311 +      Caption = 'Copy to clipboard (as &hex)'
312 +    end
313 +  end
314 +  object VTHPopup: TVTHeaderPopupMenu
315 +    Left = 292
316 +    Top = 340
317 +  end
318 +  object vst_popup: TPopupMenu
319 +    AutoHotkeys = maManual
320 +    Left = 80
321 +    Top = 204
322 +    object vst_newRoot: TMenuItem
323 +      Caption = 'Set as root element in new window'
324 +      OnClick = vst_newRootClick
325 +    end
326 +    object vst_setRoot: TMenuItem
327 +      Caption = 'Set as root element here'
328 +      OnClick = vst_setRootClick
329 +    end
330 +  end
331   end

Diff Legend

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