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

  1. object fFindHex: TfFindHex
  2.   Left = 402
  3.   Top = 222
  4.   HelpContext = 20
  5.   BorderStyle = bsToolWindow
  6.   Caption = 'Hexa hled∩┐╜n∩┐╜'
  7.   ClientHeight = 169
  8.   ClientWidth = 385
  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.   OnCreate = FormCreate
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object GroupBox1: TGroupBox
  22.     Left = 8
  23.     Top = 8
  24.     Width = 369
  25.     Height = 121
  26.     TabOrder = 0
  27.     object lFindText: TLabel
  28.       Left = 16
  29.       Top = 20
  30.       Width = 70
  31.       Height = 13
  32.       Caption = 'Hledan∩┐╜ v∩┐╜raz:'
  33.     end
  34.     object lReplText: TLabel
  35.       Left = 16
  36.       Top = 44
  37.       Width = 43
  38.       Height = 13
  39.       Caption = 'Nahradit:'
  40.       Visible = False
  41.     end
  42.     object eFind: TEdit
  43.       Left = 104
  44.       Top = 16
  45.       Width = 249
  46.       Height = 21
  47.       TabOrder = 0
  48.       OnChange = eFindChange
  49.     end
  50.     object rAsHexa: TRadioButton
  51.       Left = 16
  52.       Top = 72
  53.       Width = 209
  54.       Height = 17
  55.       Caption = 'Hledat &HEXA hodnotu'
  56.       Checked = True
  57.       TabOrder = 2
  58.       TabStop = True
  59.     end
  60.     object rAsText: TRadioButton
  61.       Left = 16
  62.       Top = 96
  63.       Width = 201
  64.       Height = 17
  65.       Caption = 'Hledat jako &text'
  66.       TabOrder = 3
  67.     end
  68.     object cIgnoreCase: TCheckBox
  69.       Left = 176
  70.       Top = 72
  71.       Width = 177
  72.       Height = 17
  73.       Caption = '&Ignorovat velikost p∩┐╜smen'
  74.       TabOrder = 4
  75.     end
  76.     object eReplace: TEdit
  77.       Left = 104
  78.       Top = 40
  79.       Width = 249
  80.       Height = 21
  81.       TabOrder = 1
  82.       Visible = False
  83.       OnChange = eFindChange
  84.     end
  85.     object cAskReplace: TCheckBox
  86.       Left = 176
  87.       Top = 96
  88.       Width = 177
  89.       Height = 17
  90.       Caption = 'Dotaz p∩┐╜ed nahrazen∩┐╜m'
  91.       TabOrder = 5
  92.       Visible = False
  93.     end
  94.   end
  95.   object bOK: TButton
  96.     Left = 224
  97.     Top = 136
  98.     Width = 75
  99.     Height = 25
  100.     Caption = '&OK'
  101.     Default = True
  102.     Enabled = False
  103.     ModalResult = 1
  104.     TabOrder = 1
  105.     OnClick = bOKClick
  106.   end
  107.   object bCancel: TButton
  108.     Left = 304
  109.     Top = 136
  110.     Width = 75
  111.     Height = 25
  112.     Cancel = True
  113.     Caption = '&Storno'
  114.     ModalResult = 2
  115.     TabOrder = 2
  116.   end
  117. end
  118.