home *** CD-ROM | disk | FTP | other *** search
/ PC World 2002 September / PCWorld_2002-09_cd.bin / Software / Topware / pspad / PSPad.exe / 0 / RCDATA / TFGOTOHEX / TFGOTOHEX.txt
Text File  |  2002-07-12  |  2KB  |  85 lines

  1. object fGotoHex: TfGotoHex
  2.   Left = 438
  3.   Top = 169
  4.   HelpContext = 20
  5.   BorderStyle = bsToolWindow
  6.   Caption = 'J∩┐╜t na pozici'
  7.   ClientHeight = 155
  8.   ClientWidth = 241
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poMainFormCenter
  17.   OnClose = FormClose
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object bOK: TButton
  22.     Left = 80
  23.     Top = 120
  24.     Width = 75
  25.     Height = 25
  26.     Caption = '&OK'
  27.     Default = True
  28.     ModalResult = 1
  29.     TabOrder = 1
  30.     OnClick = bOKClick
  31.   end
  32.   object bCancel: TButton
  33.     Left = 160
  34.     Top = 120
  35.     Width = 75
  36.     Height = 25
  37.     Cancel = True
  38.     Caption = '&Storno'
  39.     ModalResult = 2
  40.     TabOrder = 2
  41.   end
  42.   object GroupBox1: TGroupBox
  43.     Left = 8
  44.     Top = 8
  45.     Width = 225
  46.     Height = 105
  47.     TabOrder = 0
  48.     object lBytes: TLabel
  49.       Left = 16
  50.       Top = 75
  51.       Width = 54
  52.       Height = 13
  53.       Caption = '&Po∩┐╜et byt∩┐╜:'
  54.     end
  55.     object rFromBegin: TRadioButton
  56.       Left = 16
  57.       Top = 16
  58.       Width = 113
  59.       Height = 17
  60.       Caption = 'Od &za∩┐╜∩┐╜tku souboru'
  61.       Checked = True
  62.       TabOrder = 0
  63.       TabStop = True
  64.     end
  65.     object rFromCurrent: TRadioButton
  66.       Left = 16
  67.       Top = 40
  68.       Width = 113
  69.       Height = 17
  70.       Caption = 'Od pozice &kurzoru'
  71.       TabOrder = 1
  72.     end
  73.     object eBytes: TEdit
  74.       Left = 80
  75.       Top = 72
  76.       Width = 121
  77.       Height = 21
  78.       CharCase = ecUpperCase
  79.       TabOrder = 2
  80.       Text = '0'
  81.       OnKeyPress = eBytesKeyPress
  82.     end
  83.   end
  84. end
  85.