| 1 |
inherited Form_BinEdit: TForm_BinEdit |
| 2 |
Caption = 'BinEdit' |
| 3 |
KeyPreview = True |
| 4 |
OnCloseQuery = FormCloseQuery |
| 5 |
OnCreate = FormCreate |
| 6 |
OnKeyUp = FormKeyUp |
| 7 |
ExplicitWidth = 500 |
| 8 |
ExplicitHeight = 450 |
| 9 |
PixelsPerInch = 96 |
| 10 |
TextHeight = 13 |
| 11 |
inherited panel_files: TPanel |
| 12 |
inherited filelist: TListBox |
| 13 |
Height = 210 |
| 14 |
end |
| 15 |
object panel_imexport: TPanel |
| 16 |
Left = 0 |
| 17 |
Top = 363 |
| 18 |
Width = 200 |
| 19 |
Height = 60 |
| 20 |
Align = alBottom |
| 21 |
BevelOuter = bvNone |
| 22 |
TabOrder = 2 |
| 23 |
DesignSize = ( |
| 24 |
200 |
| 25 |
60) |
| 26 |
object btn_export: TButton |
| 27 |
Left = 4 |
| 28 |
Top = 4 |
| 29 |
Width = 190 |
| 30 |
Height = 25 |
| 31 |
Anchors = [akLeft, akTop, akRight] |
| 32 |
Caption = 'Export to file...' |
| 33 |
TabOrder = 0 |
| 34 |
OnClick = popup_exportClick |
| 35 |
end |
| 36 |
object btn_import: TButton |
| 37 |
Left = 4 |
| 38 |
Top = 32 |
| 39 |
Width = 190 |
| 40 |
Height = 25 |
| 41 |
Anchors = [akLeft, akTop, akRight] |
| 42 |
Caption = 'Import from file...' |
| 43 |
TabOrder = 1 |
| 44 |
OnClick = popup_importClick |
| 45 |
end |
| 46 |
end |
| 47 |
end |
| 48 |
inherited content: TPanel |
| 49 |
object Splitter2: TSplitter |
| 50 |
Left = 0 |
| 51 |
Top = 209 |
| 52 |
Width = 283 |
| 53 |
Height = 9 |
| 54 |
Cursor = crVSplit |
| 55 |
Align = alTop |
| 56 |
AutoSnap = False |
| 57 |
Beveled = True |
| 58 |
MinSize = 40 |
| 59 |
ExplicitWidth = 425 |
| 60 |
end |
| 61 |
object Splitter3: TSplitter |
| 62 |
Left = 0 |
| 63 |
Top = 318 |
| 64 |
Width = 283 |
| 65 |
Height = 8 |
| 66 |
Cursor = crVSplit |
| 67 |
Align = alBottom |
| 68 |
AutoSnap = False |
| 69 |
Beveled = True |
| 70 |
MinSize = 40 |
| 71 |
ExplicitLeft = -9 |
| 72 |
ExplicitTop = 430 |
| 73 |
ExplicitWidth = 425 |
| 74 |
end |
| 75 |
object hex: TMPHexEditor |
| 76 |
Left = 0 |
| 77 |
Top = 0 |
| 78 |
Width = 283 |
| 79 |
Height = 209 |
| 80 |
Cursor = crIBeam |
| 81 |
Align = alTop |
| 82 |
Font.Charset = DEFAULT_CHARSET |
| 83 |
Font.Color = clWindowText |
| 84 |
Font.Height = -16 |
| 85 |
Font.Name = 'Courier' |
| 86 |
Font.Style = [] |
| 87 |
OnKeyUp = hexKeyUp |
| 88 |
ParentFont = False |
| 89 |
TabOrder = 0 |
| 90 |
BytesPerRow = 16 |
| 91 |
Translation = tkASCII |
| 92 |
OffsetFormat = '6!10:0x|' |
| 93 |
Colors.Background = clWindow |
| 94 |
Colors.ChangedBackground = clWindow |
| 95 |
Colors.ChangedText = clRed |
| 96 |
Colors.CursorFrame = clNavy |
| 97 |
Colors.Offset = clBlack |
| 98 |
Colors.OddColumn = clBlue |
| 99 |
Colors.EvenColumn = clNavy |
| 100 |
Colors.CurrentOffsetBackground = clBtnShadow |
| 101 |
Colors.OffsetBackGround = clBtnFace |
| 102 |
Colors.CurrentOffset = clBtnHighlight |
| 103 |
Colors.Grid = clBtnFace |
| 104 |
Colors.NonFocusCursorFrame = clAqua |
| 105 |
Colors.ActiveFieldBackground = clWindow |
| 106 |
FocusFrame = True |
| 107 |
NoSizeChange = True |
| 108 |
AllowInsertMode = False |
| 109 |
DrawGridLines = False |
| 110 |
Version = 'May 23, 2005; '#169' markus stephany, vcl[at]mirkes[dot]de' |
| 111 |
OnChange = hexChange |
| 112 |
ShowPositionIfNotFocused = True |
| 113 |
OnSelectionChanged = hexSelectionChanged |
| 114 |
end |
| 115 |
object value_viewer: TWrapGrid |
| 116 |
Left = 0 |
| 117 |
Top = 218 |
| 118 |
Width = 283 |
| 119 |
Height = 100 |
| 120 |
Align = alClient |
| 121 |
ColCount = 1 |
| 122 |
DefaultColWidth = 80 |
| 123 |
DefaultRowHeight = 18 |
| 124 |
FixedCols = 0 |
| 125 |
RowCount = 8 |
| 126 |
FixedRows = 0 |
| 127 |
Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goColSizing] |
| 128 |
PopupMenu = value_viewer_context |
| 129 |
ScrollBars = ssVertical |
| 130 |
TabOrder = 1 |
| 131 |
OnDblClick = value_viewerDblClick |
| 132 |
OnMouseDown = value_viewerMouseDown |
| 133 |
end |
| 134 |
object VST: TVirtualStringTree |
| 135 |
Left = 0 |
| 136 |
Top = 326 |
| 137 |
Width = 283 |
| 138 |
Height = 97 |
| 139 |
Align = alBottom |
| 140 |
AnimationDuration = 0 |
| 141 |
AutoExpandDelay = 300 |
| 142 |
BiDiMode = bdLeftToRight |
| 143 |
Colors.UnfocusedSelectionColor = clGradientActiveCaption |
| 144 |
Colors.UnfocusedSelectionBorderColor = clGradientActiveCaption |
| 145 |
Ctl3D = True |
| 146 |
DragOperations = [] |
| 147 |
DrawSelectionMode = smBlendedRectangle |
| 148 |
EditDelay = 200 |
| 149 |
Font.Charset = DEFAULT_CHARSET |
| 150 |
Font.Color = clWindowText |
| 151 |
Font.Height = -11 |
| 152 |
Font.Name = 'Tahoma' |
| 153 |
Font.Style = [] |
| 154 |
Header.AutoSizeIndex = 0 |
| 155 |
Header.Font.Charset = DEFAULT_CHARSET |
| 156 |
Header.Font.Color = clWindowText |
| 157 |
Header.Font.Height = -11 |
| 158 |
Header.Font.Name = 'Tahoma' |
| 159 |
Header.Font.Style = [] |
| 160 |
Header.Options = [hoColumnResize, hoDblClickResize, hoDrag, hoVisible] |
| 161 |
Header.PopupMenu = VTHPopup |
| 162 |
Header.Style = hsFlatButtons |
| 163 |
HintAnimation = hatNone |
| 164 |
HintMode = hmTooltip |
| 165 |
Indent = 14 |
| 166 |
ParentBiDiMode = False |
| 167 |
ParentCtl3D = False |
| 168 |
ParentFont = False |
| 169 |
ParentShowHint = False |
| 170 |
ShowHint = True |
| 171 |
TabOrder = 2 |
| 172 |
TreeOptions.MiscOptions = [toAcceptOLEDrop, toCheckSupport, toFullRepaintOnResize, toInitOnSave, toToggleOnDblClick, toWheelPanning] |
| 173 |
TreeOptions.PaintOptions = [toShowButtons, toShowDropmark, toShowHorzGridLines, toShowRoot, toShowTreeLines, toShowVertGridLines, toUseBlendedImages] |
| 174 |
TreeOptions.SelectionOptions = [toExtendedFocus, toFullRowSelect, toRightClickSelect] |
| 175 |
OnDblClick = VSTDblClick |
| 176 |
OnFocusChanged = VSTFocusChanged |
| 177 |
OnGetText = VSTGetText |
| 178 |
OnHeaderDragged = VSTHeaderDragged |
| 179 |
Columns = < |
| 180 |
item |
| 181 |
MaxWidth = 300 |
| 182 |
MinWidth = 100 |
| 183 |
Options = [coEnabled, coParentBidiMode, coParentColor, coResizable, coShowDropMark, coVisible] |
| 184 |
Position = 0 |
| 185 |
Spacing = 20 |
| 186 |
Width = 150 |
| 187 |
WideText = 'Name' |
| 188 |
WideHint = 'Name of the item.' |
| 189 |
end |
| 190 |
item |
| 191 |
MaxWidth = 110 |
| 192 |
MinWidth = 80 |
| 193 |
Options = [coDraggable, coEnabled, coParentBidiMode, coParentColor, coResizable, coShowDropMark, coVisible] |
| 194 |
Position = 1 |
| 195 |
Spacing = 20 |
| 196 |
Width = 85 |
| 197 |
WideText = 'Offset' |
| 198 |
WideHint = 'Offset of the data-item.' |
| 199 |
end |
| 200 |
item |
| 201 |
MaxWidth = 110 |
| 202 |
MinWidth = 75 |
| 203 |
Options = [coDraggable, coEnabled, coParentBidiMode, coParentColor, coResizable, coShowDropMark, coVisible] |
| 204 |
Position = 2 |
| 205 |
Width = 75 |
| 206 |
WideText = 'Type' |
| 207 |
WideHint = 'Data type of the item.' |
| 208 |
end |
| 209 |
item |
| 210 |
MaxWidth = 250 |
| 211 |
MinWidth = 80 |
| 212 |
Options = [coDraggable, coEnabled, coParentBidiMode, coParentColor, coResizable, coShowDropMark, coVisible] |
| 213 |
Position = 3 |
| 214 |
Width = 100 |
| 215 |
WideText = 'Value' |
| 216 |
WideHint = 'Value of the item.' |
| 217 |
end |
| 218 |
item |
| 219 |
MaxWidth = 400 |
| 220 |
MinWidth = 80 |
| 221 |
Options = [coDraggable, coEnabled, coParentBidiMode, coParentColor, coResizable, coShowDropMark, coVisible] |
| 222 |
Position = 4 |
| 223 |
Width = 400 |
| 224 |
WideText = 'Description' |
| 225 |
end> |
| 226 |
WideDefaultText = '' |
| 227 |
end |
| 228 |
end |
| 229 |
object value_viewer_context: TPopupMenu [3] |
| 230 |
AutoHotkeys = maManual |
| 231 |
AutoLineReduction = maManual |
| 232 |
OnPopup = value_viewer_contextPopup |
| 233 |
Left = 280 |
| 234 |
Top = 232 |
| 235 |
object value_viewer_context_copy: TMenuItem |
| 236 |
Caption = 'Copy to &clipboard' |
| 237 |
OnClick = value_viewer_context_copyClick |
| 238 |
end |
| 239 |
object value_viewer_context_copyasdec: TMenuItem |
| 240 |
Caption = 'Copy to clipboard (as &dec)' |
| 241 |
OnClick = value_viewer_context_copyClick |
| 242 |
end |
| 243 |
object value_viewer_context_copyasfloat: TMenuItem |
| 244 |
Caption = 'Copy to clipboard (as &float)' |
| 245 |
OnClick = value_viewer_context_copyClick |
| 246 |
end |
| 247 |
object value_viewer_context_copyasbitset: TMenuItem |
| 248 |
Caption = 'Copy to clipboard (as &bitset)' |
| 249 |
OnClick = value_viewer_context_copyClick |
| 250 |
end |
| 251 |
object value_viewer_context_copyasstring: TMenuItem |
| 252 |
Caption = 'Copy to clipboard (as &string)' |
| 253 |
OnClick = value_viewer_context_copyClick |
| 254 |
end |
| 255 |
object value_viewer_context_copyashex: TMenuItem |
| 256 |
Caption = 'Copy to clipboard (as &hex)' |
| 257 |
OnClick = value_viewer_context_copyClick |
| 258 |
end |
| 259 |
end |
| 260 |
object VTHPopup: TVTHeaderPopupMenu [4] |
| 261 |
OnColumnChange = VTHPopupColumnChange |
| 262 |
Left = 272 |
| 263 |
Top = 376 |
| 264 |
end |
| 265 |
end |