| 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 |
| 62 |
– |
WideText = 'FID' |
| 63 |
– |
end |
| 64 |
– |
item |
| 65 |
– |
Position = 3 |
| 69 |
|
Width = 150 |
| 70 |
< |
WideText = 'Data' |
| 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 |
| 81 |
– |
ExplicitLeft = 0 |
| 82 |
– |
ExplicitTop = 0 |
| 83 |
– |
ExplicitWidth = 0 |
| 84 |
– |
ExplicitHeight = 0 |
| 84 |
|
end |
| 85 |
|
object tab_hex: TTabSheet |
| 86 |
|
Caption = 'Binary Edit' |
| 311 |
|
Left = 292 |
| 312 |
|
Top = 340 |
| 313 |
|
end |
| 314 |
+ |
object vst_popup: TPopupMenu |
| 315 |
+ |
AutoHotkeys = maManual |
| 316 |
+ |
Left = 80 |
| 317 |
+ |
Top = 204 |
| 318 |
+ |
object vst_newRoot: TMenuItem |
| 319 |
+ |
Caption = 'Set as root element in new window' |
| 320 |
+ |
OnClick = vst_newRootClick |
| 321 |
+ |
end |
| 322 |
+ |
object vst_setRoot: TMenuItem |
| 323 |
+ |
Caption = 'Set as root element here' |
| 324 |
+ |
OnClick = vst_setRootClick |
| 325 |
+ |
end |
| 326 |
+ |
end |
| 327 |
|
end |