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