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 233 by alloc, Fri Jun 29 12:38:24 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 79 | Line 77 | inherited Form_Meta: TForm_Meta
77        object tab_meta: TTabSheet
78          Caption = 'Meta Edit'
79          ImageIndex = 1
80 <        ExplicitWidth = 192
81 <        ExplicitHeight = 504
80 >        ExplicitLeft = 0
81 >        ExplicitTop = 0
82 >        ExplicitWidth = 0
83 >        ExplicitHeight = 0
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   end

Diff Legend

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