object Form13: TForm13 Left = 0 Top = 0 BorderIcons = [biSystemMenu, biMaximize] Caption = 'Binary .raw-Editor' ClientHeight = 640 ClientWidth = 642 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] FormStyle = fsMDIChild KeyPreview = True OldCreateOrder = False Visible = True WindowState = wsMaximized OnActivate = FormActivate OnClose = FormClose OnCloseQuery = FormCloseQuery OnCreate = FormCreate OnKeyUp = FormKeyUp OnResize = FormResize PixelsPerInch = 96 TextHeight = 13 object Splitter1: TSplitter Left = 150 Top = 0 Width = 9 Height = 640 AutoSnap = False Beveled = True MinSize = 150 end object panel_data: TPanel Left = 159 Top = 0 Width = 483 Height = 640 Align = alClient BevelOuter = bvNone TabOrder = 0 OnResize = panel_dataResize object Splitter2: TSplitter Left = 0 Top = 209 Width = 483 Height = 9 Cursor = crVSplit Align = alTop AutoSnap = False Beveled = True MinSize = 40 end object Splitter3: TSplitter Left = 0 Top = 592 Width = 483 Height = 8 Cursor = crVSplit Align = alBottom AutoSnap = False Beveled = True MinSize = 40 end object hex: TMPHexEditor Left = 0 Top = 0 Width = 483 Height = 209 Cursor = crIBeam Align = alTop Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -16 Font.Name = 'Courier' Font.Style = [] ParentFont = False TabOrder = 0 BytesPerRow = 16 Translation = tkASCII OffsetFormat = '6!10:0x|' Colors.Background = clWindow Colors.ChangedBackground = clWindow Colors.ChangedText = clRed Colors.CursorFrame = clNavy Colors.Offset = clBlack Colors.OddColumn = clBlue Colors.EvenColumn = clNavy Colors.CurrentOffsetBackground = clBtnShadow Colors.OffsetBackGround = clBtnFace Colors.CurrentOffset = clBtnHighlight Colors.Grid = clBtnFace Colors.NonFocusCursorFrame = clAqua Colors.ActiveFieldBackground = clWindow FocusFrame = True NoSizeChange = True AllowInsertMode = False DrawGridLines = False Version = 'May 23, 2005; '#169' markus stephany, vcl[at]mirkes[dot]de' OnChange = hexChange ShowPositionIfNotFocused = True OnSelectionChanged = hexSelectionChanged end object structs: TWrapGrid Left = 0 Top = 600 Width = 483 Height = 40 Align = alBottom ColCount = 1 DefaultColWidth = 80 DefaultRowHeight = 18 Enabled = False FixedCols = 0 RowCount = 1 FixedRows = 0 Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goColSizing] TabOrder = 1 OnClick = structsClick OnDblClick = structsDblClick end object value_viewer: TWrapGrid Left = 0 Top = 218 Width = 483 Height = 374 Align = alClient ColCount = 1 DefaultColWidth = 80 DefaultRowHeight = 18 FixedCols = 0 RowCount = 8 FixedRows = 0 Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goColSizing] PopupMenu = value_viewer_context TabOrder = 2 OnDblClick = value_viewerDblClick OnMouseDown = value_viewerMouseDown end end object panel_files: TPanel Left = 0 Top = 0 Width = 150 Height = 640 Align = alLeft BevelOuter = bvNone TabOrder = 1 object Splitter4: TSplitter Left = 0 Top = 442 Width = 150 Height = 9 Cursor = crVSplit Align = alBottom AutoSnap = False Beveled = True MinSize = 150 end object panel_imexport: TPanel Left = 0 Top = 580 Width = 150 Height = 60 Align = alBottom BevelOuter = bvNone TabOrder = 0 OnResize = panel_imexportResize object btn_export: TButton Left = 4 Top = 4 Width = 142 Height = 25 Caption = 'Export to file...' TabOrder = 0 OnClick = btn_exportClick end object btn_import: TButton Left = 4 Top = 32 Width = 142 Height = 25 Caption = 'Import from file...' TabOrder = 1 OnClick = btn_importClick end end object group_file: TGroupBox Left = 0 Top = 0 Width = 150 Height = 442 Align = alClient Caption = '1. Select file' TabOrder = 1 object list: TListBox Left = 2 Top = 15 Width = 146 Height = 337 Align = alClient ItemHeight = 13 TabOrder = 0 OnClick = listClick end object panel_extension: TPanel Left = 2 Top = 352 Width = 146 Height = 88 Align = alBottom BevelOuter = bvNone TabOrder = 1 OnResize = panel_extensionResize object lbl_filter: TLabel Left = 2 Top = 46 Width = 100 Height = 17 AutoSize = False Caption = 'Filter by &extension:' FocusControl = combo_extension end object combo_extension: TComboBox Left = 2 Top = 60 Width = 145 Height = 21 Style = csDropDownList DropDownCount = 12 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] ItemHeight = 13 ParentFont = False Sorted = True TabOrder = 2 OnClick = combo_extensionClick end object edit_filtername: TEdit Left = 2 Top = 20 Width = 145 Height = 18 AutoSize = False TabOrder = 1 end object check_filtername: TCheckBox Left = 2 Top = 5 Width = 130 Height = 15 Caption = 'Filter by file&name:' TabOrder = 0 OnClick = check_filternameClick end end end object GroupBox1: TGroupBox Left = 0 Top = 451 Width = 150 Height = 129 Align = alBottom Caption = '2. Select .dat-link-offset' TabOrder = 2 object list_offset: TListBox Left = 2 Top = 15 Width = 146 Height = 112 Align = alClient ItemHeight = 13 TabOrder = 0 OnClick = list_offsetClick end end end object value_viewer_context: TPopupMenu AutoHotkeys = maManual OnPopup = value_viewer_contextPopup Left = 368 Top = 264 object value_viewer_context_copy: TMenuItem Caption = 'Copy to &clipboard' OnClick = value_viewer_context_copyClick end object value_viewer_context_copyasdec: TMenuItem Caption = 'Copy to clipboard (as &dec)' OnClick = value_viewer_context_copyClick end object value_viewer_context_copyasfloat: TMenuItem Caption = 'Copy to clipboard (as &float)' OnClick = value_viewer_context_copyClick end object value_viewer_context_copyasbitset: TMenuItem Caption = 'Copy to clipboard (as &bitset)' OnClick = value_viewer_context_copyClick end object value_viewer_context_copyasstring: TMenuItem Caption = 'Copy to clipboard (as &string)' OnClick = value_viewer_context_copyClick end object value_viewer_context_copyashex: TMenuItem Caption = 'Copy to clipboard (as &hex)' OnClick = value_viewer_context_copyClick end end object opend: TOpenDialog Options = [ofPathMustExist, ofFileMustExist, ofEnableSizing] Left = 120 Top = 584 end object saved: TSaveDialog Options = [ofOverwritePrompt, ofPathMustExist, ofEnableSizing] Left = 120 Top = 608 end end