| 2 |
|
Caption = 'RawEdit' |
| 3 |
|
KeyPreview = True |
| 4 |
|
OnCloseQuery = FormCloseQuery |
| 5 |
+ |
OnCreate = FormCreate |
| 6 |
|
OnKeyUp = FormKeyUp |
| 7 |
|
ExplicitWidth = 500 |
| 8 |
|
ExplicitHeight = 450 |
| 117 |
|
Colors.OddColumn = clBlue |
| 118 |
|
Colors.EvenColumn = clNavy |
| 119 |
|
Colors.CurrentOffsetBackground = clBtnShadow |
| 120 |
< |
Colors.OffsetBackGround = clBtnFace |
| 120 |
> |
Colors.OffsetBackground = clBtnFace |
| 121 |
|
Colors.CurrentOffset = clBtnHighlight |
| 122 |
|
Colors.Grid = clBtnFace |
| 123 |
|
Colors.NonFocusCursorFrame = clAqua |
| 126 |
|
NoSizeChange = True |
| 127 |
|
AllowInsertMode = False |
| 128 |
|
DrawGridLines = False |
| 129 |
< |
Version = 'May 23, 2005; '#169' markus stephany, vcl[at]mirkes[dot]de' |
| 129 |
> |
Version = 'december 06, 2006; '#169' markus stephany, vcl[at]mirkes[dot]de' |
| 130 |
|
OnChange = hexChange |
| 131 |
|
ShowPositionIfNotFocused = True |
| 132 |
|
OnSelectionChanged = hexSelectionChanged |