| 81 |
|
object tab_meta: TTabSheet |
| 82 |
|
Caption = 'Meta Edit' |
| 83 |
|
ImageIndex = 1 |
| 84 |
+ |
ExplicitLeft = 0 |
| 85 |
+ |
ExplicitTop = 0 |
| 86 |
+ |
ExplicitWidth = 0 |
| 87 |
+ |
ExplicitHeight = 0 |
| 88 |
|
end |
| 89 |
|
object tab_hex: TTabSheet |
| 90 |
|
Caption = 'Binary Edit' |
| 91 |
+ |
ExplicitLeft = 0 |
| 92 |
+ |
ExplicitTop = 0 |
| 93 |
+ |
ExplicitWidth = 0 |
| 94 |
+ |
ExplicitHeight = 0 |
| 95 |
|
object splitter_hex_1: TSplitter |
| 96 |
|
Left = 0 |
| 97 |
|
Top = 100 |
| 169 |
|
Colors.OddColumn = clBlue |
| 170 |
|
Colors.EvenColumn = clNavy |
| 171 |
|
Colors.CurrentOffsetBackground = clBtnShadow |
| 172 |
< |
Colors.OffsetBackGround = clBtnFace |
| 172 |
> |
Colors.OffsetBackground = clBtnFace |
| 173 |
|
Colors.CurrentOffset = clBtnHighlight |
| 174 |
|
Colors.Grid = clBtnFace |
| 175 |
|
Colors.NonFocusCursorFrame = clAqua |
| 178 |
|
NoSizeChange = True |
| 179 |
|
AllowInsertMode = False |
| 180 |
|
DrawGridLines = False |
| 181 |
< |
Version = 'May 23, 2005; '#169' markus stephany, vcl[at]mirkes[dot]de' |
| 181 |
> |
Version = 'september 30, 2007; '#169' markus stephany, vcl[at]mirkes[dot]de' |
| 182 |
|
ShowPositionIfNotFocused = True |
| 183 |
|
end |
| 184 |
|
object value_viewer: TWrapGrid |