object Form8: TForm8 Left = 0 Top = 0 Width = 650 Height = 450 Caption = 'Binary .dat-Editor' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] FormStyle = fsMDIChild OldCreateOrder = False Visible = True OnActivate = FormActivate OnClose = FormClose OnCloseQuery = FormCloseQuery OnCreate = FormCreate OnResize = FormResize PixelsPerInch = 96 TextHeight = 13 object Splitter1: TSplitter Left = 150 Top = 0 Width = 9 Height = 423 AutoSnap = False Beveled = True MinSize = 150 end object panel_data: TPanel Left = 159 Top = 0 Width = 483 Height = 423 Align = alClient BevelOuter = bvNone TabOrder = 0 OnResize = panel_dataResize object Splitter2: TSplitter Left = 0 Top = 300 Width = 483 Height = 9 Cursor = crVSplit Align = alTop AutoSnap = False Beveled = True MinSize = 100 end object hex: TMPHexEditor Left = 0 Top = 0 Width = 483 Height = 300 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 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 = 309 Width = 483 Height = 114 Align = alClient DefaultColWidth = 92 DefaultRowHeight = 18 FixedCols = 0 Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine] TabOrder = 1 OnClick = structsClick end end object panel_files: TPanel Left = 0 Top = 0 Width = 150 Height = 423 Align = alLeft BevelOuter = bvNone TabOrder = 1 object Bevel1: TBevel Left = 0 Top = 359 Width = 150 Height = 6 Align = alBottom Style = bsRaised end object list: TListBox Left = 0 Top = 0 Width = 150 Height = 315 Align = alClient ItemHeight = 13 TabOrder = 0 OnClick = listClick end object panel_extension: TPanel Left = 0 Top = 315 Width = 150 Height = 44 Align = alBottom BevelOuter = bvNone TabOrder = 1 OnResize = panel_extensionResize object Label1: TLabel Left = 2 Top = 4 Width = 100 Height = 17 AutoSize = False Caption = 'Filter by extension:' end object combo_extension: TComboBox Left = 2 Top = 20 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 = 0 OnClick = combo_extensionClick end end object panel_imexport: TPanel Left = 0 Top = 365 Width = 150 Height = 58 Align = alBottom BevelOuter = bvNone TabOrder = 2 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 end object opend: TOpenDialog Options = [ofPathMustExist, ofFileMustExist, ofEnableSizing] Left = 120 Top = 392 end object saved: TSaveDialog Options = [ofOverwritePrompt, ofPathMustExist, ofEnableSizing] Left = 120 Top = 368 end end