| 1 | object Form8: TForm8
 | 
|---|
| 2 |   Left = 0
 | 
|---|
| 3 |   Top = 0
 | 
|---|
| 4 |   Width = 650
 | 
|---|
| 5 |   Height = 450
 | 
|---|
| 6 |   Caption = 'Binary .dat-Editor'
 | 
|---|
| 7 |   Color = clBtnFace
 | 
|---|
| 8 |   Font.Charset = DEFAULT_CHARSET
 | 
|---|
| 9 |   Font.Color = clWindowText
 | 
|---|
| 10 |   Font.Height = -11
 | 
|---|
| 11 |   Font.Name = 'Tahoma'
 | 
|---|
| 12 |   Font.Style = []
 | 
|---|
| 13 |   FormStyle = fsMDIChild
 | 
|---|
| 14 |   OldCreateOrder = False
 | 
|---|
| 15 |   Visible = True
 | 
|---|
| 16 |   WindowState = wsMaximized
 | 
|---|
| 17 |   OnActivate = FormActivate
 | 
|---|
| 18 |   OnClose = FormClose
 | 
|---|
| 19 |   OnCloseQuery = FormCloseQuery
 | 
|---|
| 20 |   OnCreate = FormCreate
 | 
|---|
| 21 |   OnResize = FormResize
 | 
|---|
| 22 |   PixelsPerInch = 96
 | 
|---|
| 23 |   TextHeight = 13
 | 
|---|
| 24 |   object Splitter1: TSplitter
 | 
|---|
| 25 |     Left = 150
 | 
|---|
| 26 |     Top = 0
 | 
|---|
| 27 |     Width = 9
 | 
|---|
| 28 |     Height = 423
 | 
|---|
| 29 |     AutoSnap = False
 | 
|---|
| 30 |     Beveled = True
 | 
|---|
| 31 |     MinSize = 150
 | 
|---|
| 32 |   end
 | 
|---|
| 33 |   object panel_data: TPanel
 | 
|---|
| 34 |     Left = 159
 | 
|---|
| 35 |     Top = 0
 | 
|---|
| 36 |     Width = 483
 | 
|---|
| 37 |     Height = 423
 | 
|---|
| 38 |     Align = alClient
 | 
|---|
| 39 |     BevelOuter = bvNone
 | 
|---|
| 40 |     TabOrder = 0
 | 
|---|
| 41 |     OnResize = panel_dataResize
 | 
|---|
| 42 |     object Splitter2: TSplitter
 | 
|---|
| 43 |       Left = 0
 | 
|---|
| 44 |       Top = 185
 | 
|---|
| 45 |       Width = 483
 | 
|---|
| 46 |       Height = 9
 | 
|---|
| 47 |       Cursor = crVSplit
 | 
|---|
| 48 |       Align = alTop
 | 
|---|
| 49 |       AutoSnap = False
 | 
|---|
| 50 |       Beveled = True
 | 
|---|
| 51 |       MinSize = 40
 | 
|---|
| 52 |     end
 | 
|---|
| 53 |     object Splitter3: TSplitter
 | 
|---|
| 54 |       Left = 0
 | 
|---|
| 55 |       Top = 349
 | 
|---|
| 56 |       Width = 483
 | 
|---|
| 57 |       Height = 8
 | 
|---|
| 58 |       Cursor = crVSplit
 | 
|---|
| 59 |       Align = alBottom
 | 
|---|
| 60 |       AutoSnap = False
 | 
|---|
| 61 |       Beveled = True
 | 
|---|
| 62 |       MinSize = 40
 | 
|---|
| 63 |     end
 | 
|---|
| 64 |     object hex: TMPHexEditor
 | 
|---|
| 65 |       Left = 0
 | 
|---|
| 66 |       Top = 0
 | 
|---|
| 67 |       Width = 483
 | 
|---|
| 68 |       Height = 185
 | 
|---|
| 69 |       Cursor = crIBeam
 | 
|---|
| 70 |       Align = alTop
 | 
|---|
| 71 |       Font.Charset = DEFAULT_CHARSET
 | 
|---|
| 72 |       Font.Color = clWindowText
 | 
|---|
| 73 |       Font.Height = -16
 | 
|---|
| 74 |       Font.Name = 'Courier'
 | 
|---|
| 75 |       Font.Style = []
 | 
|---|
| 76 |       ParentFont = False
 | 
|---|
| 77 |       TabOrder = 0
 | 
|---|
| 78 |       BytesPerRow = 16
 | 
|---|
| 79 |       Translation = tkASCII
 | 
|---|
| 80 |       OffsetFormat = '6!10:0x|'
 | 
|---|
| 81 |       Colors.Background = clWindow
 | 
|---|
| 82 |       Colors.ChangedBackground = clWindow
 | 
|---|
| 83 |       Colors.ChangedText = clRed
 | 
|---|
| 84 |       Colors.CursorFrame = clNavy
 | 
|---|
| 85 |       Colors.Offset = clBlack
 | 
|---|
| 86 |       Colors.OddColumn = clBlue
 | 
|---|
| 87 |       Colors.EvenColumn = clNavy
 | 
|---|
| 88 |       Colors.CurrentOffsetBackground = clBtnShadow
 | 
|---|
| 89 |       Colors.OffsetBackGround = clBtnFace
 | 
|---|
| 90 |       Colors.CurrentOffset = clBtnHighlight
 | 
|---|
| 91 |       Colors.Grid = clBtnFace
 | 
|---|
| 92 |       Colors.NonFocusCursorFrame = clAqua
 | 
|---|
| 93 |       Colors.ActiveFieldBackground = clWindow
 | 
|---|
| 94 |       FocusFrame = True
 | 
|---|
| 95 |       AllowInsertMode = False
 | 
|---|
| 96 |       DrawGridLines = False
 | 
|---|
| 97 |       Version = 'May 23, 2005; '#169' markus stephany, vcl[at]mirkes[dot]de'
 | 
|---|
| 98 |       OnChange = hexChange
 | 
|---|
| 99 |       ShowPositionIfNotFocused = True
 | 
|---|
| 100 |       OnSelectionChanged = hexSelectionChanged
 | 
|---|
| 101 |     end
 | 
|---|
| 102 |     object structs: TWrapGrid
 | 
|---|
| 103 |       Left = 0
 | 
|---|
| 104 |       Top = 357
 | 
|---|
| 105 |       Width = 483
 | 
|---|
| 106 |       Height = 66
 | 
|---|
| 107 |       Align = alBottom
 | 
|---|
| 108 |       DefaultColWidth = 80
 | 
|---|
| 109 |       DefaultRowHeight = 18
 | 
|---|
| 110 |       FixedCols = 0
 | 
|---|
| 111 |       Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goColSizing]
 | 
|---|
| 112 |       TabOrder = 1
 | 
|---|
| 113 |       OnClick = structsClick
 | 
|---|
| 114 |     end
 | 
|---|
| 115 |     object value_viewer: TWrapGrid
 | 
|---|
| 116 |       Left = 0
 | 
|---|
| 117 |       Top = 194
 | 
|---|
| 118 |       Width = 483
 | 
|---|
| 119 |       Height = 155
 | 
|---|
| 120 |       Align = alClient
 | 
|---|
| 121 |       DefaultColWidth = 80
 | 
|---|
| 122 |       DefaultRowHeight = 18
 | 
|---|
| 123 |       FixedCols = 0
 | 
|---|
| 124 |       RowCount = 8
 | 
|---|
| 125 |       Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goColSizing]
 | 
|---|
| 126 |       TabOrder = 2
 | 
|---|
| 127 |     end
 | 
|---|
| 128 |   end
 | 
|---|
| 129 |   object panel_files: TPanel
 | 
|---|
| 130 |     Left = 0
 | 
|---|
| 131 |     Top = 0
 | 
|---|
| 132 |     Width = 150
 | 
|---|
| 133 |     Height = 423
 | 
|---|
| 134 |     Align = alLeft
 | 
|---|
| 135 |     BevelOuter = bvNone
 | 
|---|
| 136 |     TabOrder = 1
 | 
|---|
| 137 |     object Bevel1: TBevel
 | 
|---|
| 138 |       Left = 0
 | 
|---|
| 139 |       Top = 359
 | 
|---|
| 140 |       Width = 150
 | 
|---|
| 141 |       Height = 6
 | 
|---|
| 142 |       Align = alBottom
 | 
|---|
| 143 |       Style = bsRaised
 | 
|---|
| 144 |     end
 | 
|---|
| 145 |     object list: TListBox
 | 
|---|
| 146 |       Left = 0
 | 
|---|
| 147 |       Top = 0
 | 
|---|
| 148 |       Width = 150
 | 
|---|
| 149 |       Height = 315
 | 
|---|
| 150 |       Align = alClient
 | 
|---|
| 151 |       ItemHeight = 13
 | 
|---|
| 152 |       TabOrder = 0
 | 
|---|
| 153 |       OnClick = listClick
 | 
|---|
| 154 |     end
 | 
|---|
| 155 |     object panel_extension: TPanel
 | 
|---|
| 156 |       Left = 0
 | 
|---|
| 157 |       Top = 315
 | 
|---|
| 158 |       Width = 150
 | 
|---|
| 159 |       Height = 44
 | 
|---|
| 160 |       Align = alBottom
 | 
|---|
| 161 |       BevelOuter = bvNone
 | 
|---|
| 162 |       TabOrder = 1
 | 
|---|
| 163 |       OnResize = panel_extensionResize
 | 
|---|
| 164 |       object lbl_filter: TLabel
 | 
|---|
| 165 |         Left = 2
 | 
|---|
| 166 |         Top = 4
 | 
|---|
| 167 |         Width = 100
 | 
|---|
| 168 |         Height = 17
 | 
|---|
| 169 |         AutoSize = False
 | 
|---|
| 170 |         Caption = '&Filter by extension:'
 | 
|---|
| 171 |         FocusControl = combo_extension
 | 
|---|
| 172 |       end
 | 
|---|
| 173 |       object combo_extension: TComboBox
 | 
|---|
| 174 |         Left = 2
 | 
|---|
| 175 |         Top = 20
 | 
|---|
| 176 |         Width = 145
 | 
|---|
| 177 |         Height = 21
 | 
|---|
| 178 |         Style = csDropDownList
 | 
|---|
| 179 |         DropDownCount = 12
 | 
|---|
| 180 |         Font.Charset = DEFAULT_CHARSET
 | 
|---|
| 181 |         Font.Color = clWindowText
 | 
|---|
| 182 |         Font.Height = -11
 | 
|---|
| 183 |         Font.Name = 'Tahoma'
 | 
|---|
| 184 |         Font.Style = []
 | 
|---|
| 185 |         ItemHeight = 13
 | 
|---|
| 186 |         ParentFont = False
 | 
|---|
| 187 |         Sorted = True
 | 
|---|
| 188 |         TabOrder = 0
 | 
|---|
| 189 |         OnClick = combo_extensionClick
 | 
|---|
| 190 |       end
 | 
|---|
| 191 |     end
 | 
|---|
| 192 |     object panel_imexport: TPanel
 | 
|---|
| 193 |       Left = 0
 | 
|---|
| 194 |       Top = 365
 | 
|---|
| 195 |       Width = 150
 | 
|---|
| 196 |       Height = 58
 | 
|---|
| 197 |       Align = alBottom
 | 
|---|
| 198 |       BevelOuter = bvNone
 | 
|---|
| 199 |       TabOrder = 2
 | 
|---|
| 200 |       OnResize = panel_imexportResize
 | 
|---|
| 201 |       object btn_export: TButton
 | 
|---|
| 202 |         Left = 4
 | 
|---|
| 203 |         Top = 4
 | 
|---|
| 204 |         Width = 142
 | 
|---|
| 205 |         Height = 25
 | 
|---|
| 206 |         Caption = '&Export to file...'
 | 
|---|
| 207 |         TabOrder = 0
 | 
|---|
| 208 |         OnClick = btn_exportClick
 | 
|---|
| 209 |       end
 | 
|---|
| 210 |       object btn_import: TButton
 | 
|---|
| 211 |         Left = 4
 | 
|---|
| 212 |         Top = 32
 | 
|---|
| 213 |         Width = 142
 | 
|---|
| 214 |         Height = 25
 | 
|---|
| 215 |         Caption = '&Import from file...'
 | 
|---|
| 216 |         TabOrder = 1
 | 
|---|
| 217 |         OnClick = btn_importClick
 | 
|---|
| 218 |       end
 | 
|---|
| 219 |     end
 | 
|---|
| 220 |   end
 | 
|---|
| 221 |   object opend: TOpenDialog
 | 
|---|
| 222 |     Options = [ofPathMustExist, ofFileMustExist, ofEnableSizing]
 | 
|---|
| 223 |     Left = 120
 | 
|---|
| 224 |     Top = 392
 | 
|---|
| 225 |   end
 | 
|---|
| 226 |   object saved: TSaveDialog
 | 
|---|
| 227 |     Options = [ofOverwritePrompt, ofPathMustExist, ofEnableSizing]
 | 
|---|
| 228 |     Left = 120
 | 
|---|
| 229 |     Top = 368
 | 
|---|
| 230 |   end
 | 
|---|
| 231 | end
 | 
|---|