home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 July & August / Pcwk78a98.iso / Registry / Regview / Regview.exe / 0 / RCDATA / THEXFORM / THEXFORM.txt
Text File  |  1997-07-14  |  2KB  |  103 lines

  1. object hexForm: ThexForm
  2.   Left = 302
  3.   Top = 226
  4.   Width = 428
  5.   Height = 366
  6.   BorderIcons = [biSystemMenu]
  7.   Caption = 'Edit Binary Value'
  8.   Font.Color = clBlack
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   OnShow = FormShow
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Panel1: TPanel
  17.     Left = 0
  18.     Top = 307
  19.     Width = 420
  20.     Height = 35
  21.     Align = alBottom
  22.     BevelOuter = bvNone
  23.     TabOrder = 0
  24.     object Button1: TBitBtn
  25.       Left = 252
  26.       Top = 6
  27.       Width = 77
  28.       Height = 23
  29.       Caption = 'OK'
  30.       ModalResult = 1
  31.       ParentShowHint = False
  32.       ShowHint = False
  33.       TabOrder = 0
  34.       OnClick = Button1Click
  35.       NumGlyphs = 2
  36.     end
  37.     object Button2: TBitBtn
  38.       Left = 340
  39.       Top = 6
  40.       Width = 77
  41.       Height = 23
  42.       Caption = 'Cancel'
  43.       ModalResult = 2
  44.       ParentShowHint = False
  45.       ShowHint = False
  46.       TabOrder = 1
  47.       NumGlyphs = 2
  48.     end
  49.   end
  50.   object Panel2: TPanel
  51.     Left = 0
  52.     Top = 0
  53.     Width = 420
  54.     Height = 65
  55.     Align = alTop
  56.     BevelOuter = bvNone
  57.     TabOrder = 1
  58.     object Label1: TLabel
  59.       Left = 8
  60.       Top = 8
  61.       Width = 61
  62.       Height = 13
  63.       Caption = 'Value Name:'
  64.     end
  65.     object Label2: TLabel
  66.       Left = 8
  67.       Top = 52
  68.       Width = 65
  69.       Height = 13
  70.       Caption = 'Value Data:'
  71.     end
  72.     object ValueName: TEdit
  73.       Left = 8
  74.       Top = 24
  75.       Width = 345
  76.       Height = 21
  77.       Color = clBtnFace
  78.       ReadOnly = True
  79.       TabOrder = 0
  80.       Text = 'ValueName'
  81.     end
  82.   end
  83.   object HexEdit: TExtRich
  84.     Left = 0
  85.     Top = 65
  86.     Width = 420
  87.     Height = 242
  88.     Align = alClient
  89.     Font.Color = clBlack
  90.     Font.Height = -13
  91.     Font.Name = 'Courier New'
  92.     Font.Style = []
  93.     ParentFont = False
  94.     PlainText = True
  95.     ReadOnly = True
  96.     ScrollBars = ssVertical
  97.     TabOrder = 2
  98.     OnEnter = HexEditEnter
  99.     OnSelectionChange = HexEditSelectionChange
  100.     OnPosChange = HexEditPosChange
  101.   end
  102. end
  103.