| 1 |
|
inherited Form_BinEdit: TForm_BinEdit |
| 2 |
|
Caption = 'Form_BinEdit' |
| 3 |
+ |
KeyPreview = True |
| 4 |
|
OnCloseQuery = FormCloseQuery |
| 5 |
|
OnCreate = FormCreate |
| 6 |
|
OnKeyUp = FormKeyUp |
| 6 |
– |
ExplicitWidth = 606 |
| 7 |
– |
ExplicitHeight = 584 |
| 7 |
|
PixelsPerInch = 96 |
| 8 |
|
TextHeight = 13 |
| 9 |
|
inherited panel_basecontent: TPanel |
| 10 |
|
inherited panel_files: TPanel |
| 11 |
< |
inherited filelist: TListBox |
| 12 |
< |
Height = 347 |
| 13 |
< |
ExplicitHeight = 347 |
| 11 |
> |
inherited FilePages: TPageControl |
| 12 |
> |
Height = 471 |
| 13 |
> |
ExplicitHeight = 471 |
| 14 |
> |
inherited tab_files: TTabSheet |
| 15 |
> |
ExplicitHeight = 443 |
| 16 |
> |
inherited filelist: TListBox |
| 17 |
> |
Height = 318 |
| 18 |
> |
ExplicitHeight = 318 |
| 19 |
> |
end |
| 20 |
> |
end |
| 21 |
> |
inherited tab_meta: TTabSheet |
| 22 |
> |
inherited filelist_meta: TVirtualStringTree |
| 23 |
> |
Height = 443 |
| 24 |
> |
ExplicitHeight = 443 |
| 25 |
> |
end |
| 26 |
> |
end |
| 27 |
|
end |
| 28 |
|
object panel_imexport: TPanel |
| 29 |
|
Left = 0 |
| 32 |
|
Height = 60 |
| 33 |
|
Align = alBottom |
| 34 |
|
BevelOuter = bvNone |
| 35 |
< |
TabOrder = 2 |
| 35 |
> |
TabOrder = 1 |
| 36 |
|
DesignSize = ( |
| 37 |
|
200 |
| 38 |
|
60) |
| 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 |
| 137 |
|
TabOrder = 1 |
| 138 |
|
OnDblClick = value_viewerDblClick |
| 139 |
|
OnMouseDown = value_viewerMouseDown |
| 128 |
– |
ExplicitHeight = 218 |
| 140 |
|
end |
| 141 |
|
object VST: TVirtualStringTree |
| 142 |
|
Left = 0 |