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