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 241 by alloc, Tue Jul 17 22:27:16 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          object splitter_hex_1: TSplitter
88            Left = 0
89            Top = 100
# Line 101 | Line 99 | inherited Form_Meta: TForm_Meta
99          end
100          object splitter_hex_2: TSplitter
101            Left = 0
102 <          Top = 250
102 >          Top = 256
103            Width = 392
104            Height = 8
105            Cursor = crVSplit
# Line 114 | Line 112 | inherited Form_Meta: TForm_Meta
112          end
113          object panel_hex_actions: TPanel
114            Left = 0
115 <          Top = 355
115 >          Top = 361
116            Width = 392
117 <          Height = 41
117 >          Height = 35
118            Align = alBottom
119            BevelOuter = bvNone
120            Caption = 'panel_hex_actions'
121            TabOrder = 0
122 <          ExplicitLeft = 3
123 <          ExplicitTop = 354
124 <          ExplicitWidth = 192
122 >          object btn_export: TButton
123 >            Left = 2
124 >            Top = 6
125 >            Width = 117
126 >            Height = 25
127 >            Caption = 'Export to file...'
128 >            TabOrder = 0
129 >          end
130 >          object btn_import: TButton
131 >            Left = 125
132 >            Top = 6
133 >            Width = 117
134 >            Height = 25
135 >            Caption = 'Import from file...'
136 >            TabOrder = 1
137 >          end
138          end
139          object hex: TMPHexEditor
140            Left = 0
# Line 150 | Line 161 | inherited Form_Meta: TForm_Meta
161            Colors.OddColumn = clBlue
162            Colors.EvenColumn = clNavy
163            Colors.CurrentOffsetBackground = clBtnShadow
164 <          Colors.OffsetBackground = clBtnFace
164 >          Colors.OffsetBackGround = clBtnFace
165            Colors.CurrentOffset = clBtnHighlight
166            Colors.Grid = clBtnFace
167            Colors.NonFocusCursorFrame = clAqua
# Line 159 | Line 170 | inherited Form_Meta: TForm_Meta
170            NoSizeChange = True
171            AllowInsertMode = False
172            DrawGridLines = False
173 <          Version = 'december 06, 2006; '#169' markus stephany, vcl[at]mirkes[dot]de'
173 >          Version = 'May 23, 2005; '#169' markus stephany, vcl[at]mirkes[dot]de'
174            ShowPositionIfNotFocused = True
164          ExplicitWidth = 192
175          end
176          object value_viewer: TWrapGrid
177            Left = 0
178            Top = 108
179            Width = 392
180 <          Height = 142
180 >          Height = 148
181            Align = alClient
182            ColCount = 1
183            DefaultColWidth = 80
# Line 178 | Line 188 | inherited Form_Meta: TForm_Meta
188            Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goColSizing]
189            ScrollBars = ssVertical
190            TabOrder = 2
181          ExplicitTop = 363
182          ExplicitWidth = 192
183          ExplicitHeight = 0
191          end
192          object structviewer: TVirtualStringTree
193            Left = 0
194 <          Top = 258
194 >          Top = 264
195            Width = 392
196            Height = 97
197            Align = alBottom
# Line 224 | Line 231 | inherited Form_Meta: TForm_Meta
231            TreeOptions.SelectionOptions = [toExtendedFocus, toFullRowSelect, toRightClickSelect]
232            OnFocusChanged = VSTFocusChanged
233            OnGetText = VSTGetText
227          ExplicitLeft = -6
228          ExplicitTop = 161
229          ExplicitWidth = 192
234            Columns = <
235              item
236                MaxWidth = 300
# Line 279 | Line 283 | inherited Form_Meta: TForm_Meta
283        end
284      end
285    end
286 +  object value_viewer_context: TPopupMenu
287 +    AutoHotkeys = maManual
288 +    AutoLineReduction = maManual
289 +    Left = 300
290 +    Top = 196
291 +    object value_viewer_context_copy: TMenuItem
292 +      Caption = 'Copy to &clipboard'
293 +    end
294 +    object value_viewer_context_copyasdec: TMenuItem
295 +      Caption = 'Copy to clipboard (as &dec)'
296 +    end
297 +    object value_viewer_context_copyasfloat: TMenuItem
298 +      Caption = 'Copy to clipboard (as &float)'
299 +    end
300 +    object value_viewer_context_copyasbitset: TMenuItem
301 +      Caption = 'Copy to clipboard (as &bitset)'
302 +    end
303 +    object value_viewer_context_copyasstring: TMenuItem
304 +      Caption = 'Copy to clipboard (as &string)'
305 +    end
306 +    object value_viewer_context_copyashex: TMenuItem
307 +      Caption = 'Copy to clipboard (as &hex)'
308 +    end
309 +  end
310 +  object VTHPopup: TVTHeaderPopupMenu
311 +    Left = 292
312 +    Top = 340
313 +  end
314 +  object vst_popup: TPopupMenu
315 +    AutoHotkeys = maManual
316 +    Left = 80
317 +    Top = 204
318 +    object vst_newRoot: TMenuItem
319 +      Caption = 'Set as root element in new window'
320 +      OnClick = vst_newRootClick
321 +    end
322 +    object vst_setRoot: TMenuItem
323 +      Caption = 'Set as root element here'
324 +      OnClick = vst_setRootClick
325 +    end
326 +  end
327   end

Diff Legend

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