| 2 |
|
Caption = 'BinEdit' |
| 3 |
|
KeyPreview = True |
| 4 |
|
OnCloseQuery = FormCloseQuery |
| 5 |
+ |
OnCreate = FormCreate |
| 6 |
|
OnKeyUp = FormKeyUp |
| 7 |
|
ExplicitWidth = 500 |
| 8 |
|
ExplicitHeight = 450 |
| 61 |
|
Colors.OddColumn = clBlue |
| 62 |
|
Colors.EvenColumn = clNavy |
| 63 |
|
Colors.CurrentOffsetBackground = clBtnShadow |
| 64 |
< |
Colors.OffsetBackGround = clBtnFace |
| 64 |
> |
Colors.OffsetBackground = clBtnFace |
| 65 |
|
Colors.CurrentOffset = clBtnHighlight |
| 66 |
|
Colors.Grid = clBtnFace |
| 67 |
|
Colors.NonFocusCursorFrame = clAqua |
| 70 |
|
NoSizeChange = True |
| 71 |
|
AllowInsertMode = False |
| 72 |
|
DrawGridLines = False |
| 73 |
< |
Version = 'May 23, 2005; '#169' markus stephany, vcl[at]mirkes[dot]de' |
| 73 |
> |
Version = 'december 06, 2006; '#169' markus stephany, vcl[at]mirkes[dot]de' |
| 74 |
|
OnChange = hexChange |
| 75 |
|
ShowPositionIfNotFocused = True |
| 76 |
|
OnSelectionChanged = hexSelectionChanged |