| 1 |
|
inherited Form_BinEdit: TForm_BinEdit |
| 2 |
|
Caption = 'Form_BinEdit' |
| 3 |
+ |
KeyPreview = True |
| 4 |
|
OnCloseQuery = FormCloseQuery |
| 5 |
|
OnCreate = FormCreate |
| 6 |
|
OnKeyUp = FormKeyUp |
| 8 |
|
TextHeight = 13 |
| 9 |
|
inherited panel_basecontent: TPanel |
| 10 |
|
inherited panel_files: TPanel |
| 11 |
< |
ExplicitHeight = 532 |
| 12 |
< |
inherited filelist: TListBox |
| 13 |
< |
Height = 347 |
| 14 |
< |
OnClick = nil |
| 15 |
< |
OnMouseDown = nil |
| 16 |
< |
ExplicitTop = 125 |
| 17 |
< |
ExplicitHeight = 407 |
| 18 |
< |
end |
| 19 |
< |
inherited panel_extension: TPanel |
| 19 |
< |
inherited btn_sort_id_asc: TSpeedButton |
| 20 |
< |
OnClick = nil |
| 21 |
< |
end |
| 22 |
< |
inherited btn_sort_id_desc: TSpeedButton |
| 23 |
< |
OnClick = nil |
| 24 |
< |
end |
| 25 |
< |
inherited btn_sort_name_asc: TSpeedButton |
| 26 |
< |
OnClick = nil |
| 27 |
< |
end |
| 28 |
< |
inherited btn_sort_name_desc: TSpeedButton |
| 29 |
< |
OnClick = nil |
| 30 |
< |
end |
| 31 |
< |
inherited btn_sort_ext_asc: TSpeedButton |
| 32 |
< |
OnClick = nil |
| 33 |
< |
end |
| 34 |
< |
inherited btn_sort_ext_desc: TSpeedButton |
| 35 |
< |
OnClick = nil |
| 36 |
< |
end |
| 37 |
< |
inherited combo_extension: TComboBox |
| 38 |
< |
OnClick = nil |
| 39 |
< |
end |
| 40 |
< |
inherited check_zerobyte: TCheckBox |
| 41 |
< |
OnClick = nil |
| 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 check_filtername: TCheckBox |
| 22 |
< |
OnClick = nil |
| 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 |
| 32 |
|
Height = 60 |
| 33 |
|
Align = alBottom |
| 34 |
|
BevelOuter = bvNone |
| 35 |
< |
TabOrder = 2 |
| 55 |
< |
ExplicitTop = 363 |
| 35 |
> |
TabOrder = 1 |
| 36 |
|
DesignSize = ( |
| 37 |
|
200 |
| 38 |
|
60) |
| 57 |
|
end |
| 58 |
|
end |
| 59 |
|
inherited panel_content: TPanel |
| 80 |
– |
ExplicitTop = 0 |
| 81 |
– |
ExplicitWidth = 390 |
| 82 |
– |
ExplicitHeight = 532 |
| 60 |
|
object Splitter2: TSplitter |
| 61 |
|
Left = 0 |
| 62 |
|
Top = 209 |
| 70 |
|
end |
| 71 |
|
object Splitter3: TSplitter |
| 72 |
|
Left = 0 |
| 73 |
< |
Top = 435 |
| 73 |
> |
Top = 427 |
| 74 |
|
Width = 390 |
| 75 |
< |
Height = 0 |
| 75 |
> |
Height = 8 |
| 76 |
|
Cursor = crVSplit |
| 77 |
|
Align = alBottom |
| 78 |
|
AutoSnap = False |
| 79 |
|
Beveled = True |
| 80 |
|
MinSize = 40 |
| 81 |
< |
ExplicitLeft = 32 |
| 105 |
< |
ExplicitTop = 447 |
| 81 |
> |
ExplicitTop = 435 |
| 82 |
|
end |
| 83 |
|
object hex: TMPHexEditor |
| 84 |
|
Left = 0 |
| 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 |
| 146 |
– |
ExplicitLeft = 32 |
| 147 |
– |
ExplicitTop = 12 |
| 122 |
|
end |
| 123 |
|
object value_viewer: TWrapGrid |
| 124 |
|
Left = 0 |
| 125 |
|
Top = 217 |
| 126 |
|
Width = 390 |
| 127 |
< |
Height = 218 |
| 127 |
> |
Height = 210 |
| 128 |
|
Align = alClient |
| 129 |
|
ColCount = 1 |
| 130 |
|
DefaultColWidth = 80 |
| 137 |
|
TabOrder = 1 |
| 138 |
|
OnDblClick = value_viewerDblClick |
| 139 |
|
OnMouseDown = value_viewerMouseDown |
| 166 |
– |
ExplicitLeft = 32 |
| 167 |
– |
ExplicitTop = 544 |
| 168 |
– |
ExplicitHeight = 0 |
| 140 |
|
end |
| 141 |
|
object VST: TVirtualStringTree |
| 142 |
|
Left = 0 |
| 182 |
|
OnFocusChanged = VSTFocusChanged |
| 183 |
|
OnGetText = VSTGetText |
| 184 |
|
OnHeaderDragged = VSTHeaderDragged |
| 214 |
– |
ExplicitLeft = 32 |
| 215 |
– |
ExplicitTop = 447 |
| 185 |
|
Columns = < |
| 186 |
|
item |
| 187 |
|
MaxWidth = 300 |
| 233 |
|
end |
| 234 |
|
end |
| 235 |
|
end |
| 267 |
– |
inherited filepopup: TPopupMenu |
| 268 |
– |
OnPopup = nil |
| 269 |
– |
inherited popup_linkshere: TMenuItem |
| 270 |
– |
OnClick = nil |
| 271 |
– |
end |
| 272 |
– |
inherited popup_import: TMenuItem |
| 273 |
– |
OnClick = nil |
| 274 |
– |
end |
| 275 |
– |
inherited popup_export: TMenuItem |
| 276 |
– |
OnClick = nil |
| 277 |
– |
end |
| 278 |
– |
end |
| 236 |
|
object VTHPopup: TVTHeaderPopupMenu |
| 237 |
|
OnColumnChange = VTHPopupColumnChange |
| 238 |
|
Left = 272 |