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

Diff Legend

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