object fGotoHex: TfGotoHex Left = 438 Top = 169 HelpContext = 20 BorderStyle = bsToolWindow Caption = 'J�t na pozici' ClientHeight = 155 ClientWidth = 241 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poMainFormCenter OnClose = FormClose OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object bOK: TButton Left = 80 Top = 120 Width = 75 Height = 25 Caption = '&OK' Default = True ModalResult = 1 TabOrder = 1 OnClick = bOKClick end object bCancel: TButton Left = 160 Top = 120 Width = 75 Height = 25 Cancel = True Caption = '&Storno' ModalResult = 2 TabOrder = 2 end object GroupBox1: TGroupBox Left = 8 Top = 8 Width = 225 Height = 105 TabOrder = 0 object lBytes: TLabel Left = 16 Top = 75 Width = 54 Height = 13 Caption = '&Po�et byt�:' end object rFromBegin: TRadioButton Left = 16 Top = 16 Width = 113 Height = 17 Caption = 'Od &za��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