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

  1. object fFindReplace: TfFindReplace
  2.   Left = 354
  3.   Top = 202
  4.   HelpContext = 311
  5.   BorderIcons = [biSystemMenu, biHelp]
  6.   BorderStyle = bsToolWindow
  7.   Caption = 'Naj'#237't'
  8.   ClientHeight = 221
  9.   ClientWidth = 413
  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.   OnCloseQuery = FormCloseQuery
  19.   OnCreate = FormCreate
  20.   OnShow = FormShow
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object lFind: TLabel
  24.     Left = 7
  25.     Top = 12
  26.     Width = 25
  27.     Height = 13
  28.     Caption = 'Naj'#237't:'
  29.   end
  30.   object lReplace: TLabel
  31.     Left = 8
  32.     Top = 34
  33.     Width = 43
  34.     Height = 13
  35.     Caption = 'Nahradit:'
  36.   end
  37.   object cbFindText: TComboBox
  38.     Left = 72
  39.     Top = 8
  40.     Width = 305
  41.     Height = 21
  42.     AutoComplete = False
  43.     ItemHeight = 13
  44.     TabOrder = 0
  45.   end
  46.   object cbReplaceText: TComboBox
  47.     Left = 72
  48.     Top = 32
  49.     Width = 305
  50.     Height = 21
  51.     AutoComplete = False
  52.     ItemHeight = 13
  53.     TabOrder = 1
  54.   end
  55.   object gbOption: TGroupBox
  56.     Left = 8
  57.     Top = 61
  58.     Width = 169
  59.     Height = 92
  60.     Caption = 'Mo'#382'nosti'
  61.     TabOrder = 2
  62.     object cCaseSensitive: TCheckBox
  63.       Left = 16
  64.       Top = 16
  65.       Width = 145
  66.       Height = 17
  67.       Caption = '&Rozli'#353'ovat velikost p'#237'smen'
  68.       TabOrder = 0
  69.     end
  70.     object cWholeWord: TCheckBox
  71.       Left = 16
  72.       Top = 32
  73.       Width = 145
  74.       Height = 17
  75.       Caption = 'Pou&ze cel'#225' slova'
  76.       TabOrder = 1
  77.     end
  78.     object cAskReplace: TCheckBox
  79.       Left = 16
  80.       Top = 48
  81.       Width = 145
  82.       Height = 17
  83.       Caption = '&Dotaz p'#345'ed nahrazen'#237'm'
  84.       Checked = True
  85.       State = cbChecked
  86.       TabOrder = 2
  87.     end
  88.     object cRegExp: TCheckBox
  89.       Left = 16
  90.       Top = 64
  91.       Width = 137
  92.       Height = 17
  93.       Caption = 'R&egul'#225'rn'#237' v'#253'razy'
  94.       TabOrder = 3
  95.       OnClick = cRegExpClick
  96.     end
  97.   end
  98.   object gbDirection: TGroupBox
  99.     Left = 184
  100.     Top = 61
  101.     Width = 105
  102.     Height = 92
  103.     Caption = 'Sm'#283'r hled'#225'n'#237
  104.     TabOrder = 3
  105.     object rForward: TRadioButton
  106.       Left = 16
  107.       Top = 16
  108.       Width = 81
  109.       Height = 17
  110.       Caption = '&Vp'#345'ed'
  111.       Checked = True
  112.       TabOrder = 0
  113.       TabStop = True
  114.     end
  115.     object rBackward: TRadioButton
  116.       Left = 16
  117.       Top = 32
  118.       Width = 81
  119.       Height = 17
  120.       Caption = 'Vz&ad'
  121.       TabOrder = 1
  122.     end
  123.     object rEntireScope: TRadioButton
  124.       Left = 16
  125.       Top = 48
  126.       Width = 81
  127.       Height = 17
  128.       Caption = 'Cel'#253' &text'
  129.       TabOrder = 2
  130.     end
  131.   end
  132.   object gbScope: TGroupBox
  133.     Left = 297
  134.     Top = 61
  135.     Width = 112
  136.     Height = 92
  137.     Caption = 'Rozsah'
  138.     TabOrder = 4
  139.     object rAllText: TRadioButton
  140.       Left = 16
  141.       Top = 16
  142.       Width = 89
  143.       Height = 17
  144.       Caption = '&Cel'#253' soubor'
  145.       Checked = True
  146.       TabOrder = 0
  147.       TabStop = True
  148.     end
  149.     object rSelectedText: TRadioButton
  150.       Left = 16
  151.       Top = 32
  152.       Width = 89
  153.       Height = 17
  154.       Caption = 'Oz&na'#269'en'#253' text'
  155.       TabOrder = 1
  156.     end
  157.   end
  158.   object bCount: TButton
  159.     Left = 8
  160.     Top = 192
  161.     Width = 73
  162.     Height = 25
  163.     Caption = '&Po'#269'et'
  164.     TabOrder = 9
  165.     OnClick = bCountClick
  166.   end
  167.   object bCopy: TButton
  168.     Left = 8
  169.     Top = 160
  170.     Width = 73
  171.     Height = 25
  172.     Caption = '&Kop'#237'rovat'
  173.     TabOrder = 7
  174.     OnClick = bCountClick
  175.   end
  176.   object bList: TButton
  177.     Left = 88
  178.     Top = 192
  179.     Width = 73
  180.     Height = 25
  181.     Caption = 'Sezna&m'
  182.     TabOrder = 10
  183.     OnClick = bCountClick
  184.   end
  185.   object bCancel: TButton
  186.     Left = 336
  187.     Top = 192
  188.     Width = 73
  189.     Height = 25
  190.     Cancel = True
  191.     Caption = '&Storno'
  192.     ModalResult = 2
  193.     TabOrder = 6
  194.   end
  195.   object bOK: TButton
  196.     Left = 256
  197.     Top = 192
  198.     Width = 73
  199.     Height = 25
  200.     Caption = '&OK'
  201.     Default = True
  202.     ModalResult = 1
  203.     TabOrder = 5
  204.     OnClick = FindReplace
  205.   end
  206.   object cAddLineNum: TCheckBox
  207.     Left = 88
  208.     Top = 163
  209.     Width = 145
  210.     Height = 17
  211.     Caption = 'P'#345'idat '#269#237'sla '#345#225'dk'#367
  212.     TabOrder = 8
  213.   end
  214.   object bSearchHelp: TButton
  215.     Left = 384
  216.     Top = 8
  217.     Width = 21
  218.     Height = 21
  219.     Caption = '?'
  220.     TabOrder = 11
  221.     OnClick = bSearchHelpClick
  222.   end
  223.   object bReplaceHelp: TButton
  224.     Left = 384
  225.     Top = 32
  226.     Width = 21
  227.     Height = 21
  228.     Caption = '?'
  229.     TabOrder = 12
  230.     OnClick = bReplaceHelpClick
  231.   end
  232.   object popupRegExp: TPopupMenu
  233.     Left = 184
  234.     Top = 192
  235.   end
  236.   object popupRepl: TPopupMenu
  237.     Left = 216
  238.     Top = 192
  239.   end
  240. end
  241.