| 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 |
| 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] |
| 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 |
| 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 |
| 84 |
< |
ExplicitWidth = 192 |
| 85 |
< |
ExplicitHeight = 504 |
| 84 |
> |
ExplicitLeft = 0 |
| 85 |
> |
ExplicitTop = 0 |
| 86 |
> |
ExplicitWidth = 0 |
| 87 |
> |
ExplicitHeight = 0 |
| 88 |
|
end |
| 89 |
|
object tab_hex: TTabSheet |
| 90 |
|
Caption = 'Binary Edit' |
| 91 |
< |
ExplicitWidth = 192 |
| 92 |
< |
ExplicitHeight = 504 |
| 91 |
> |
ExplicitLeft = 0 |
| 92 |
> |
ExplicitTop = 0 |
| 93 |
> |
ExplicitWidth = 0 |
| 94 |
> |
ExplicitHeight = 0 |
| 95 |
|
object splitter_hex_1: TSplitter |
| 96 |
|
Left = 0 |
| 97 |
|
Top = 100 |
| 107 |
|
end |
| 108 |
|
object splitter_hex_2: TSplitter |
| 109 |
|
Left = 0 |
| 110 |
< |
Top = 250 |
| 110 |
> |
Top = 256 |
| 111 |
|
Width = 392 |
| 112 |
|
Height = 8 |
| 113 |
|
Cursor = crVSplit |
| 120 |
|
end |
| 121 |
|
object panel_hex_actions: TPanel |
| 122 |
|
Left = 0 |
| 123 |
< |
Top = 355 |
| 123 |
> |
Top = 361 |
| 124 |
|
Width = 392 |
| 125 |
< |
Height = 41 |
| 125 |
> |
Height = 35 |
| 126 |
|
Align = alBottom |
| 127 |
|
BevelOuter = bvNone |
| 128 |
|
Caption = 'panel_hex_actions' |
| 129 |
|
TabOrder = 0 |
| 130 |
< |
ExplicitLeft = 3 |
| 131 |
< |
ExplicitTop = 354 |
| 132 |
< |
ExplicitWidth = 192 |
| 130 |
> |
object btn_export: TButton |
| 131 |
> |
Left = 2 |
| 132 |
> |
Top = 6 |
| 133 |
> |
Width = 117 |
| 134 |
> |
Height = 25 |
| 135 |
> |
Caption = 'Export to file...' |
| 136 |
> |
TabOrder = 0 |
| 137 |
> |
end |
| 138 |
> |
object btn_import: TButton |
| 139 |
> |
Left = 125 |
| 140 |
> |
Top = 6 |
| 141 |
> |
Width = 117 |
| 142 |
> |
Height = 25 |
| 143 |
> |
Caption = 'Import from file...' |
| 144 |
> |
TabOrder = 1 |
| 145 |
> |
end |
| 146 |
|
end |
| 147 |
|
object hex: TMPHexEditor |
| 148 |
|
Left = 0 |
| 169 |
|
Colors.OddColumn = clBlue |
| 170 |
|
Colors.EvenColumn = clNavy |
| 171 |
|
Colors.CurrentOffsetBackground = clBtnShadow |
| 172 |
< |
Colors.OffsetBackground = clBtnFace |
| 172 |
> |
Colors.OffsetBackGround = clBtnFace |
| 173 |
|
Colors.CurrentOffset = clBtnHighlight |
| 174 |
|
Colors.Grid = clBtnFace |
| 175 |
|
Colors.NonFocusCursorFrame = clAqua |
| 178 |
|
NoSizeChange = True |
| 179 |
|
AllowInsertMode = False |
| 180 |
|
DrawGridLines = False |
| 181 |
< |
Version = 'december 06, 2006; '#169' markus stephany, vcl[at]mirkes[dot]de' |
| 181 |
> |
Version = 'May 23, 2005; '#169' markus stephany, vcl[at]mirkes[dot]de' |
| 182 |
|
ShowPositionIfNotFocused = True |
| 164 |
– |
ExplicitWidth = 192 |
| 183 |
|
end |
| 184 |
|
object value_viewer: TWrapGrid |
| 185 |
|
Left = 0 |
| 186 |
|
Top = 108 |
| 187 |
|
Width = 392 |
| 188 |
< |
Height = 142 |
| 188 |
> |
Height = 148 |
| 189 |
|
Align = alClient |
| 190 |
|
ColCount = 1 |
| 191 |
|
DefaultColWidth = 80 |
| 196 |
|
Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goColSizing] |
| 197 |
|
ScrollBars = ssVertical |
| 198 |
|
TabOrder = 2 |
| 181 |
– |
ExplicitTop = 363 |
| 182 |
– |
ExplicitWidth = 192 |
| 183 |
– |
ExplicitHeight = 0 |
| 199 |
|
end |
| 200 |
|
object structviewer: TVirtualStringTree |
| 201 |
|
Left = 0 |
| 202 |
< |
Top = 258 |
| 202 |
> |
Top = 264 |
| 203 |
|
Width = 392 |
| 204 |
|
Height = 97 |
| 205 |
|
Align = alBottom |
| 239 |
|
TreeOptions.SelectionOptions = [toExtendedFocus, toFullRowSelect, toRightClickSelect] |
| 240 |
|
OnFocusChanged = VSTFocusChanged |
| 241 |
|
OnGetText = VSTGetText |
| 227 |
– |
ExplicitLeft = -6 |
| 228 |
– |
ExplicitTop = 161 |
| 229 |
– |
ExplicitWidth = 192 |
| 242 |
|
Columns = < |
| 243 |
|
item |
| 244 |
|
MaxWidth = 300 |
| 291 |
|
end |
| 292 |
|
end |
| 293 |
|
end |
| 294 |
+ |
object value_viewer_context: TPopupMenu |
| 295 |
+ |
AutoHotkeys = maManual |
| 296 |
+ |
AutoLineReduction = maManual |
| 297 |
+ |
Left = 300 |
| 298 |
+ |
Top = 196 |
| 299 |
+ |
object value_viewer_context_copy: TMenuItem |
| 300 |
+ |
Caption = 'Copy to &clipboard' |
| 301 |
+ |
end |
| 302 |
+ |
object value_viewer_context_copyasdec: TMenuItem |
| 303 |
+ |
Caption = 'Copy to clipboard (as &dec)' |
| 304 |
+ |
end |
| 305 |
+ |
object value_viewer_context_copyasfloat: TMenuItem |
| 306 |
+ |
Caption = 'Copy to clipboard (as &float)' |
| 307 |
+ |
end |
| 308 |
+ |
object value_viewer_context_copyasbitset: TMenuItem |
| 309 |
+ |
Caption = 'Copy to clipboard (as &bitset)' |
| 310 |
+ |
end |
| 311 |
+ |
object value_viewer_context_copyasstring: TMenuItem |
| 312 |
+ |
Caption = 'Copy to clipboard (as &string)' |
| 313 |
+ |
end |
| 314 |
+ |
object value_viewer_context_copyashex: TMenuItem |
| 315 |
+ |
Caption = 'Copy to clipboard (as &hex)' |
| 316 |
+ |
end |
| 317 |
+ |
end |
| 318 |
+ |
object VTHPopup: TVTHeaderPopupMenu |
| 319 |
+ |
Left = 292 |
| 320 |
+ |
Top = 340 |
| 321 |
+ |
end |
| 322 |
+ |
object vst_popup: TPopupMenu |
| 323 |
+ |
AutoHotkeys = maManual |
| 324 |
+ |
Left = 80 |
| 325 |
+ |
Top = 204 |
| 326 |
+ |
object vst_newRoot: TMenuItem |
| 327 |
+ |
Caption = 'Set as root element in new window' |
| 328 |
+ |
OnClick = vst_newRootClick |
| 329 |
+ |
end |
| 330 |
+ |
object vst_setRoot: TMenuItem |
| 331 |
+ |
Caption = 'Set as root element here' |
| 332 |
+ |
OnClick = vst_setRootClick |
| 333 |
+ |
end |
| 334 |
+ |
end |
| 335 |
|
end |