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