home *** CD-ROM | disk | FTP | other *** search
- object GotoHexForm: TGotoHexForm
- Tag = 170
- Left = 368
- Top = 188
- BorderIcons = [biSystemMenu]
- BorderStyle = bsSingle
- Caption = 'Go to Offset'
- ClientHeight = 88
- ClientWidth = 201
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = True
- Position = poMainFormCenter
- Scaled = False
- OnCreate = FormCreate
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object bOK: TButton
- Tag = 100
- Left = 15
- Top = 58
- Width = 83
- Height = 24
- Caption = 'OK'
- Default = True
- TabOrder = 1
- OnClick = bOKClick
- end
- object bCancel: TButton
- Tag = 101
- Left = 103
- Top = 58
- Width = 83
- Height = 24
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 2
- end
- object GroupBox1: TGroupBox
- Left = 9
- Top = 2
- Width = 184
- Height = 45
- TabOrder = 0
- object lAdress: TLabel
- Tag = 171
- Left = 12
- Top = 18
- Width = 54
- Height = 13
- Caption = 'Adress (%s)'
- Transparent = True
- end
- object Edit1: TEdit
- Left = 104
- Top = 15
- Width = 71
- Height = 21
- TabOrder = 0
- OnChange = Edit1Change
- OnKeyPress = Edit1KeyPress
- end
- end
- end
-