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 238 by alloc, Sat Jul 14 16:50:55 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 46 | Line 46 | inherited Form_Meta: TForm_Meta
46        OnFocusChanging = VSTFocusChanging
47        OnGetText = VSTGetText
48        OnPaintText = VSTPaintText
49 +      OnGetPopupMenu = VSTGetPopupMenu
50        OnInitChildren = VSTInitChildren
50      ExplicitWidth = 502
51      ExplicitHeight = 532
51        Columns = <
52          item
53            Position = 0
# Line 65 | Line 64 | inherited Form_Meta: TForm_Meta
64          end
65          item
66            Position = 3
67 +          Width = 150
68            WideText = 'Data'
69          end>
70      end
# Line 79 | Line 79 | inherited Form_Meta: TForm_Meta
79        object tab_meta: TTabSheet
80          Caption = 'Meta Edit'
81          ImageIndex = 1
82        ExplicitWidth = 192
83        ExplicitHeight = 504
82        end
83        object tab_hex: TTabSheet
84          Caption = 'Binary Edit'
87        ExplicitWidth = 192
88        ExplicitHeight = 504
85          object splitter_hex_1: TSplitter
86            Left = 0
87            Top = 100
# Line 101 | Line 97 | inherited Form_Meta: TForm_Meta
97          end
98          object splitter_hex_2: TSplitter
99            Left = 0
100 <          Top = 250
100 >          Top = 256
101            Width = 392
102            Height = 8
103            Cursor = crVSplit
# Line 114 | Line 110 | inherited Form_Meta: TForm_Meta
110          end
111          object panel_hex_actions: TPanel
112            Left = 0
113 <          Top = 355
113 >          Top = 361
114            Width = 392
115 <          Height = 41
115 >          Height = 35
116            Align = alBottom
117            BevelOuter = bvNone
118            Caption = 'panel_hex_actions'
119            TabOrder = 0
120 <          ExplicitLeft = 3
121 <          ExplicitTop = 354
122 <          ExplicitWidth = 192
120 >          object btn_export: TButton
121 >            Left = 2
122 >            Top = 6
123 >            Width = 117
124 >            Height = 25
125 >            Caption = 'Export to file...'
126 >            TabOrder = 0
127 >          end
128 >          object btn_import: TButton
129 >            Left = 125
130 >            Top = 6
131 >            Width = 117
132 >            Height = 25
133 >            Caption = 'Import from file...'
134 >            TabOrder = 1
135 >          end
136          end
137          object hex: TMPHexEditor
138            Left = 0
# Line 150 | Line 159 | inherited Form_Meta: TForm_Meta
159            Colors.OddColumn = clBlue
160            Colors.EvenColumn = clNavy
161            Colors.CurrentOffsetBackground = clBtnShadow
162 <          Colors.OffsetBackground = clBtnFace
162 >          Colors.OffsetBackGround = clBtnFace
163            Colors.CurrentOffset = clBtnHighlight
164            Colors.Grid = clBtnFace
165            Colors.NonFocusCursorFrame = clAqua
# Line 159 | Line 168 | inherited Form_Meta: TForm_Meta
168            NoSizeChange = True
169            AllowInsertMode = False
170            DrawGridLines = False
171 <          Version = 'december 06, 2006; '#169' markus stephany, vcl[at]mirkes[dot]de'
171 >          Version = 'May 23, 2005; '#169' markus stephany, vcl[at]mirkes[dot]de'
172            ShowPositionIfNotFocused = True
164          ExplicitWidth = 192
173          end
174          object value_viewer: TWrapGrid
175            Left = 0
176            Top = 108
177            Width = 392
178 <          Height = 142
178 >          Height = 148
179            Align = alClient
180            ColCount = 1
181            DefaultColWidth = 80
# Line 178 | Line 186 | inherited Form_Meta: TForm_Meta
186            Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goColSizing]
187            ScrollBars = ssVertical
188            TabOrder = 2
181          ExplicitTop = 363
182          ExplicitWidth = 192
183          ExplicitHeight = 0
189          end
190          object structviewer: TVirtualStringTree
191            Left = 0
192 <          Top = 258
192 >          Top = 264
193            Width = 392
194            Height = 97
195            Align = alBottom
# Line 224 | Line 229 | inherited Form_Meta: TForm_Meta
229            TreeOptions.SelectionOptions = [toExtendedFocus, toFullRowSelect, toRightClickSelect]
230            OnFocusChanged = VSTFocusChanged
231            OnGetText = VSTGetText
227          ExplicitLeft = -6
228          ExplicitTop = 161
229          ExplicitWidth = 192
232            Columns = <
233              item
234                MaxWidth = 300
# Line 279 | Line 281 | inherited Form_Meta: TForm_Meta
281        end
282      end
283    end
284 +  object value_viewer_context: TPopupMenu
285 +    AutoHotkeys = maManual
286 +    AutoLineReduction = maManual
287 +    Left = 300
288 +    Top = 196
289 +    object value_viewer_context_copy: TMenuItem
290 +      Caption = 'Copy to &clipboard'
291 +    end
292 +    object value_viewer_context_copyasdec: TMenuItem
293 +      Caption = 'Copy to clipboard (as &dec)'
294 +    end
295 +    object value_viewer_context_copyasfloat: TMenuItem
296 +      Caption = 'Copy to clipboard (as &float)'
297 +    end
298 +    object value_viewer_context_copyasbitset: TMenuItem
299 +      Caption = 'Copy to clipboard (as &bitset)'
300 +    end
301 +    object value_viewer_context_copyasstring: TMenuItem
302 +      Caption = 'Copy to clipboard (as &string)'
303 +    end
304 +    object value_viewer_context_copyashex: TMenuItem
305 +      Caption = 'Copy to clipboard (as &hex)'
306 +    end
307 +  end
308 +  object VTHPopup: TVTHeaderPopupMenu
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)