home *** CD-ROM | disk | FTP | other *** search
- object fChildHexa: TfChildHexa
- Left = 283
- Top = 185
- Width = 696
- Height = 473
- BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp]
- Caption = 'HexEdit'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poDefault
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object HexDump: TMPHexEditor
- Left = 0
- Top = 0
- Width = 688
- Height = 439
- Cursor = crIBeam
- Align = alClient
- Ctl3D = True
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = 'Courier New'
- Font.Style = []
- ParentCtl3D = False
- PopupMenu = fPSPad.PopupSynEdit
- TabOrder = 0
- OnMouseWheel = HexDumpMouseWheel
- BytesPerRow = 16
- Translation = tkAsIs
- OffsetFormat = '-!0a:|'
- Colors.Background = clWindow
- Colors.ChangedBackground = 11075583
- Colors.ChangedText = clMaroon
- 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
- FocusFrame = True
- DrawGridLines = True
- GraySelectionIfNotFocused = True
- HexLowerCase = True
- DrawGutter3D = False
- ShowRuler = True
- OnSelectionChanged = HexDumpStateChanged
- end
- end
-