home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 July / CMCD0704.ISO / Software / Freeware / Programare / PSPad / PSPad.exe / 0 / RCDATA / TFGOTOHEX / TFGOTOHEX.txt
Encoding:
Text File  |  2004-06-06  |  1.8 KB  |  92 lines

  1. object fGotoHex: TfGotoHex
  2.   Left = 439
  3.   Top = 170
  4.   HelpContext = 20
  5.   BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp]
  6.   BorderStyle = bsToolWindow
  7.   Caption = 'J'#237't na pozici'
  8.   ClientHeight = 168
  9.   ClientWidth = 239
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   OldCreateOrder = False
  17.   Position = poMainFormCenter
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object bOK: TButton
  22.     Left = 80
  23.     Top = 136
  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 = 136
  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 = 121
  47.     TabOrder = 0
  48.     object lBytes: TLabel
  49.       Left = 16
  50.       Top = 75
  51.       Width = 54
  52.       Height = 13
  53.       Caption = '&Po'#269'et byt'#367':'
  54.     end
  55.     object Label1: TLabel
  56.       Left = 80
  57.       Top = 96
  58.       Width = 55
  59.       Height = 13
  60.       Caption = '$nnn = Hex'
  61.     end
  62.     object rFromBegin: TRadioButton
  63.       Left = 16
  64.       Top = 16
  65.       Width = 113
  66.       Height = 17
  67.       Caption = 'Od &za'#269#225'tku souboru'
  68.       Checked = True
  69.       TabOrder = 0
  70.       TabStop = True
  71.     end
  72.     object rFromCurrent: TRadioButton
  73.       Left = 16
  74.       Top = 40
  75.       Width = 113
  76.       Height = 17
  77.       Caption = 'Od pozice &kurzoru'
  78.       TabOrder = 1
  79.     end
  80.     object eBytes: TEdit
  81.       Left = 80
  82.       Top = 72
  83.       Width = 121
  84.       Height = 21
  85.       CharCase = ecUpperCase
  86.       TabOrder = 2
  87.       Text = '0'
  88.       OnKeyPress = eBytesKeyPress
  89.     end
  90.   end
  91. end
  92.