| 1 |
|
inherited Form_BinEdit: TForm_BinEdit |
| 2 |
|
Caption = 'Form_BinEdit' |
| 3 |
+ |
KeyPreview = True |
| 4 |
|
OnCloseQuery = FormCloseQuery |
| 5 |
|
OnCreate = FormCreate |
| 6 |
|
OnKeyUp = FormKeyUp |
| 21 |
|
inherited tab_meta: TTabSheet |
| 22 |
|
inherited filelist_meta: TVirtualStringTree |
| 23 |
|
Height = 443 |
| 24 |
+ |
ExplicitHeight = 443 |
| 25 |
|
end |
| 26 |
|
end |
| 27 |
|
end |
| 106 |
|
Colors.OddColumn = clBlue |
| 107 |
|
Colors.EvenColumn = clNavy |
| 108 |
|
Colors.CurrentOffsetBackground = clBtnShadow |
| 109 |
< |
Colors.OffsetBackGround = clBtnFace |
| 109 |
> |
Colors.OffsetBackground = clBtnFace |
| 110 |
|
Colors.CurrentOffset = clBtnHighlight |
| 111 |
|
Colors.Grid = clBtnFace |
| 112 |
|
Colors.NonFocusCursorFrame = clAqua |
| 115 |
|
NoSizeChange = True |
| 116 |
|
AllowInsertMode = False |
| 117 |
|
DrawGridLines = False |
| 118 |
< |
Version = 'May 23, 2005; '#169' markus stephany, vcl[at]mirkes[dot]de' |
| 118 |
> |
Version = 'september 30, 2007; '#169' markus stephany, vcl[at]mirkes[dot]de' |
| 119 |
|
OnChange = hexChange |
| 120 |
|
ShowPositionIfNotFocused = True |
| 121 |
|
OnSelectionChanged = hexSelectionChanged |