46 |
|
OnFocusChanging = VSTFocusChanging |
47 |
|
OnGetText = VSTGetText |
48 |
|
OnPaintText = VSTPaintText |
49 |
+ |
OnGetPopupMenu = VSTGetPopupMenu |
50 |
|
OnInitChildren = VSTInitChildren |
51 |
|
Columns = < |
52 |
|
item |
79 |
|
object tab_meta: TTabSheet |
80 |
|
Caption = 'Meta Edit' |
81 |
|
ImageIndex = 1 |
81 |
– |
ExplicitLeft = 0 |
82 |
– |
ExplicitTop = 0 |
83 |
– |
ExplicitWidth = 0 |
84 |
– |
ExplicitHeight = 0 |
82 |
|
end |
83 |
|
object tab_hex: TTabSheet |
84 |
|
Caption = 'Binary Edit' |
309 |
|
Left = 292 |
310 |
|
Top = 340 |
311 |
|
end |
312 |
+ |
object vst_popup: TPopupMenu |
313 |
+ |
AutoHotkeys = maManual |
314 |
+ |
Left = 80 |
315 |
+ |
Top = 204 |
316 |
+ |
object vst_newRoot: TMenuItem |
317 |
+ |
Caption = 'Set as root element in new window' |
318 |
+ |
end |
319 |
+ |
object vst_setRoot: TMenuItem |
320 |
+ |
Caption = 'Set as root element here' |
321 |
+ |
OnClick = vst_setRootClick |
322 |
+ |
end |
323 |
+ |
end |
324 |
|
end |