home *** CD-ROM | disk | FTP | other *** search
- object fGotoHex: TfGotoHex
- Left = 439
- Top = 170
- HelpContext = 20
- BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp]
- BorderStyle = bsToolWindow
- Caption = 'J'#237't na pozici'
- ClientHeight = 168
- ClientWidth = 239
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poMainFormCenter
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object bOK: TButton
- Left = 80
- Top = 136
- Width = 75
- Height = 25
- Caption = '&OK'
- Default = True
- ModalResult = 1
- TabOrder = 1
- OnClick = bOKClick
- end
- object bCancel: TButton
- Left = 160
- Top = 136
- Width = 75
- Height = 25
- Cancel = True
- Caption = '&Storno'
- ModalResult = 2
- TabOrder = 2
- end
- object GroupBox1: TGroupBox
- Left = 8
- Top = 8
- Width = 225
- Height = 121
- TabOrder = 0
- object lBytes: TLabel
- Left = 16
- Top = 75
- Width = 54
- Height = 13
- Caption = '&Po'#269'et byt'#367':'
- end
- object Label1: TLabel
- Left = 80
- Top = 96
- Width = 55
- Height = 13
- Caption = '$nnn = Hex'
- end
- object rFromBegin: TRadioButton
- Left = 16
- Top = 16
- Width = 113
- Height = 17
- Caption = 'Od &za'#269#225'tku souboru'
- Checked = True
- TabOrder = 0
- TabStop = True
- end
- object rFromCurrent: TRadioButton
- Left = 16
- Top = 40
- Width = 113
- Height = 17
- Caption = 'Od pozice &kurzoru'
- TabOrder = 1
- end
- object eBytes: TEdit
- Left = 80
- Top = 72
- Width = 121
- Height = 21
- CharCase = ecUpperCase
- TabOrder = 2
- Text = '0'
- OnKeyPress = eBytesKeyPress
- end
- end
- end
-