object hexForm: ThexForm Left = 302 Top = 226 Width = 428 Height = 366 BorderIcons = [biSystemMenu] Caption = 'Edit Binary Value' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Panel1: TPanel Left = 0 Top = 307 Width = 420 Height = 35 Align = alBottom BevelOuter = bvNone TabOrder = 0 object Button1: TBitBtn Left = 252 Top = 6 Width = 77 Height = 23 Caption = 'OK' ModalResult = 1 ParentShowHint = False ShowHint = False TabOrder = 0 OnClick = Button1Click NumGlyphs = 2 end object Button2: TBitBtn Left = 340 Top = 6 Width = 77 Height = 23 Caption = 'Cancel' ModalResult = 2 ParentShowHint = False ShowHint = False TabOrder = 1 NumGlyphs = 2 end end object Panel2: TPanel Left = 0 Top = 0 Width = 420 Height = 65 Align = alTop BevelOuter = bvNone TabOrder = 1 object Label1: TLabel Left = 8 Top = 8 Width = 61 Height = 13 Caption = 'Value Name:' end object Label2: TLabel Left = 8 Top = 52 Width = 65 Height = 13 Caption = 'Value Data:' end object ValueName: TEdit Left = 8 Top = 24 Width = 345 Height = 21 Color = clBtnFace ReadOnly = True TabOrder = 0 Text = 'ValueName' end end object HexEdit: TExtRich Left = 0 Top = 65 Width = 420 Height = 242 Align = alClient Font.Color = clBlack Font.Height = -13 Font.Name = 'Courier New' Font.Style = [] ParentFont = False PlainText = True ReadOnly = True ScrollBars = ssVertical TabOrder = 2 OnEnter = HexEditEnter OnSelectionChange = HexEditSelectionChange OnPosChange = HexEditPosChange end end