home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 July / CMCD0704.ISO / Software / Freeware / Programare / PSPad / PSPad.exe / 0 / RCDATA / TFCHILDHEXA / TFCHILDHEXA.txt
Encoding:
Text File  |  2004-06-06  |  1.5 KB  |  60 lines

  1. object fChildHexa: TfChildHexa
  2.   Left = 283
  3.   Top = 185
  4.   Width = 696
  5.   Height = 473
  6.   BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp]
  7.   Caption = 'HexEdit'
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poDefault
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object HexDump: TMPHexEditor
  20.     Left = 0
  21.     Top = 0
  22.     Width = 688
  23.     Height = 439
  24.     Cursor = crIBeam
  25.     Align = alClient
  26.     Ctl3D = True
  27.     Font.Charset = DEFAULT_CHARSET
  28.     Font.Color = clWindowText
  29.     Font.Height = -12
  30.     Font.Name = 'Courier New'
  31.     Font.Style = []
  32.     ParentCtl3D = False
  33.     PopupMenu = fPSPad.PopupSynEdit
  34.     TabOrder = 0
  35.     OnMouseWheel = HexDumpMouseWheel
  36.     BytesPerRow = 16
  37.     Translation = tkAsIs
  38.     OffsetFormat = '-!0a:|'
  39.     Colors.Background = clWindow
  40.     Colors.ChangedBackground = 11075583
  41.     Colors.ChangedText = clMaroon
  42.     Colors.CursorFrame = clNavy
  43.     Colors.Offset = clBlack
  44.     Colors.OddColumn = clBlue
  45.     Colors.EvenColumn = clNavy
  46.     Colors.CurrentOffsetBackground = clBtnShadow
  47.     Colors.OffsetBackGround = clBtnFace
  48.     Colors.CurrentOffset = clBtnHighlight
  49.     Colors.Grid = clBtnFace
  50.     Colors.NonFocusCursorFrame = clAqua
  51.     FocusFrame = True
  52.     DrawGridLines = True
  53.     GraySelectionIfNotFocused = True
  54.     HexLowerCase = True
  55.     DrawGutter3D = False
  56.     ShowRuler = True
  57.     OnSelectionChanged = HexDumpStateChanged
  58.   end
  59. end
  60.