home *** CD-ROM | disk | FTP | other *** search
- object hexForm: ThexForm
- Left = 302
- Top = 226
- Width = 428
- Height = 366
- BorderIcons = [biSystemMenu]
- Caption = 'Edit Binary Value'
- Font.Charset = DEFAULT_CHARSET
- 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 = 304
- 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 = 56
- 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: TSRichEdit
- Left = 0
- Top = 65
- Width = 420
- Height = 239
- Align = alClient
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Lines.Strings = (
- 'HexEdit')
- ParentFont = False
- PlainText = True
- ReadOnly = True
- ScrollBars = ssVertical
- TabOrder = 2
- OnEnter = HexEditEnter
- OnMouseDown = HexEditMouseDown
- OnSelectionChange = HexEditSelectionChange
- end
- end
-