home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 June / 06_02.iso / software / tea / teasetup.exe / tea.exe / 0 / RCDATA / TFMHEXEDIT / TFMHEXEDIT.txt
Text File  |  2002-03-26  |  3KB  |  145 lines

  1. object fmhexedit: Tfmhexedit
  2.   Left = 187
  3.   Top = 147
  4.   Width = 720
  5.   Height = 498
  6.   Caption = 'HEX editor'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Menu = MainMenu1
  14.   OldCreateOrder = False
  15.   Position = poMainFormCenter
  16.   PixelsPerInch = 120
  17.   TextHeight = 16
  18.   object HexEditor1: THexEditor
  19.     Left = 0
  20.     Top = 0
  21.     Width = 712
  22.     Height = 443
  23.     Cursor = crIBeam
  24.     BytesPerColumn = 2
  25.     Translation = ttAnsi
  26.     CreateBackup = False
  27.     BackupExtension = '.bak'
  28.     Align = alClient
  29.     BorderStyle = bsNone
  30.     OffsetDisplay = odHex
  31.     BytesPerLine = 16
  32.     Colors.Background = clWindow
  33.     Colors.PositionBackground = clMaroon
  34.     Colors.PositionText = clWhite
  35.     Colors.ChangedBackground = 11075583
  36.     Colors.ChangedText = clMaroon
  37.     Colors.CursorFrame = clNavy
  38.     Colors.Offset = clBlack
  39.     Colors.OddColumn = clBlue
  40.     Colors.EvenColumn = clNavy
  41.     FocusFrame = True
  42.     Font.Charset = DEFAULT_CHARSET
  43.     Font.Color = clWindowText
  44.     Font.Height = -20
  45.     Font.Name = 'Courier'
  46.     Font.Style = []
  47.     OffsetSeparator = ':'
  48.     TabOrder = 0
  49.     ColWidths = (
  50.       48
  51.       12
  52.       12
  53.       12
  54.       12
  55.       24
  56.       12
  57.       12
  58.       12
  59.       24
  60.       12
  61.       12
  62.       12
  63.       24
  64.       12
  65.       12
  66.       12
  67.       24
  68.       12
  69.       12
  70.       12
  71.       24
  72.       12
  73.       12
  74.       12
  75.       24
  76.       12
  77.       12
  78.       12
  79.       24
  80.       12
  81.       12
  82.       12
  83.       24
  84.       12
  85.       12
  86.       12
  87.       12
  88.       12
  89.       12
  90.       12
  91.       12
  92.       12
  93.       12
  94.       12
  95.       12
  96.       12
  97.       12
  98.       12
  99.       12
  100.       12)
  101.   end
  102.   object MainMenu1: TMainMenu
  103.     Left = 584
  104.     Top = 56
  105.     object File1: TMenuItem
  106.       Caption = '∩┐╜∩┐╜∩┐╜∩┐╜'
  107.       object N1: TMenuItem
  108.         Caption = '∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜'
  109.         OnClick = N1Click
  110.       end
  111.       object N2: TMenuItem
  112.         Caption = '∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜'
  113.         OnClick = N2Click
  114.       end
  115.       object N3: TMenuItem
  116.         Caption = '∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜ ∩┐╜∩┐╜∩┐╜'
  117.         OnClick = N3Click
  118.       end
  119.       object N4: TMenuItem
  120.         Caption = '-'
  121.       end
  122.       object N5: TMenuItem
  123.         Caption = '∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜'
  124.         OnClick = N5Click
  125.       end
  126.     end
  127.     object N7: TMenuItem
  128.       Caption = '∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜'
  129.       OnClick = N7Click
  130.     end
  131.     object N6: TMenuItem
  132.       Caption = '∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜'
  133.       OnClick = N6Click
  134.     end
  135.   end
  136.   object OpenDialog1: TOpenDialog
  137.     Left = 80
  138.     Top = 72
  139.   end
  140.   object SaveDialog1: TSaveDialog
  141.     Left = 128
  142.     Top = 80
  143.   end
  144. end
  145.