home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 October / Chip_2004-10_cd1.bin / software / code / setup.exe / CodePad.exe / 0 / RCDATA / TCHILDHEXFORM / TCHILDHEXFORM.txt < prev   
Encoding:
Text File  |  2003-02-24  |  2.0 KB  |  120 lines

  1. object ChildHexForm: TChildHexForm
  2.   Left = 222
  3.   Top = 199
  4.   Width = 606
  5.   Height = 409
  6.   Color = clBtnFace
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   FormStyle = fsMDIChild
  13.   Icon.Data = {<image000.ico>}
  14.   OldCreateOrder = False
  15.   Position = poDefault
  16.   Visible = True
  17.   OnActivate = FormActivate
  18.   OnClose = FormClose
  19.   OnCloseQuery = FormCloseQuery
  20.   OnCreate = FormCreate
  21.   OnResize = FormResize
  22.   OnShow = FormShow
  23.   PixelsPerInch = 96
  24.   TextHeight = 13
  25.   object HexEditor: THexEditor
  26.     Left = 0
  27.     Top = 0
  28.     Width = 598
  29.     Height = 382
  30.     Cursor = crIBeam
  31.     BytesPerColumn = 2
  32.     OnStateChanged = HexEditorStateChanged
  33.     Translation = ttAnsi
  34.     CreateBackup = False
  35.     BackupExtension = '.bak'
  36.     Align = alClient
  37.     OffsetDisplay = odHex
  38.     BytesPerLine = 16
  39.     Colors.Background = clWindow
  40.     Colors.PositionBackground = clGreen
  41.     Colors.PositionText = clWhite
  42.     Colors.ChangedBackground = clInfoBk
  43.     Colors.ChangedText = clMaroon
  44.     Colors.CursorFrame = clNavy
  45.     Colors.Offset = clBlack
  46.     Colors.OddColumn = clBlue
  47.     Colors.EvenColumn = clNavy
  48.     FocusFrame = False
  49.     Font.Charset = DEFAULT_CHARSET
  50.     Font.Color = clWindowText
  51.     Font.Height = -16
  52.     Font.Name = 'Courier'
  53.     Font.Style = []
  54.     OffsetSeparator = ':'
  55.     AllowInsertMode = True
  56.     TabOrder = 0
  57.     OnMouseDown = HexEditorMouseDown
  58.     OnMouseMove = HexEditorMouseMove
  59.     ColWidths = (
  60.       36
  61.       9
  62.       9
  63.       9
  64.       9
  65.       18
  66.       9
  67.       9
  68.       9
  69.       18
  70.       9
  71.       9
  72.       9
  73.       18
  74.       9
  75.       9
  76.       9
  77.       18
  78.       9
  79.       9
  80.       9
  81.       18
  82.       9
  83.       9
  84.       9
  85.       18
  86.       9
  87.       9
  88.       9
  89.       18
  90.       9
  91.       9
  92.       9
  93.       18
  94.       9
  95.       9
  96.       9
  97.       9
  98.       9
  99.       9
  100.       9
  101.       9
  102.       9
  103.       9
  104.       9
  105.       9
  106.       9
  107.       9
  108.       9
  109.       9
  110.       9)
  111.   end
  112.   object FolderMonitor: TJvFolderMonitor
  113.     Filter = [fnLastWrite]
  114.     MonitorSubtree = False
  115.     OnChange = FolderMonitorChange
  116.     Left = 152
  117.     Top = 8
  118.   end
  119. end
  120.