| 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 |
| 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 |
| 64 |
< |
item |
| 65 |
< |
Position = 3 |
| 66 |
< |
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 |
| 88 |
|
end |
| 89 |
|
object tab_hex: TTabSheet |
| 90 |
|
Caption = 'Binary Edit' |
| 91 |
+ |
ExplicitLeft = 0 |
| 92 |
+ |
ExplicitTop = 0 |
| 93 |
+ |
ExplicitWidth = 0 |
| 94 |
+ |
ExplicitHeight = 0 |
| 95 |
|
object splitter_hex_1: TSplitter |
| 96 |
|
Left = 0 |
| 97 |
|
Top = 100 |
| 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 = 'May 23, 2005; '#169' markus stephany, vcl[at]mirkes[dot]de' |
| 181 |
> |
Version = 'september 30, 2007; '#169' markus stephany, vcl[at]mirkes[dot]de' |
| 182 |
|
ShowPositionIfNotFocused = True |
| 183 |
|
end |
| 184 |
|
object value_viewer: TWrapGrid |
| 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 |