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

  1. object fFindReplace: TfFindReplace
  2.   Left = 322
  3.   Top = 178
  4.   BorderIcons = []
  5.   BorderStyle = bsSingle
  6.   Caption = 'Naj∩┐╜t'
  7.   ClientHeight = 175
  8.   ClientWidth = 414
  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.   OnCloseQuery = FormCloseQuery
  18.   OnCreate = FormCreate
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object lFind: TLabel
  23.     Left = 7
  24.     Top = 12
  25.     Width = 25
  26.     Height = 13
  27.     Caption = 'Naj∩┐╜t:'
  28.   end
  29.   object lReplace: TLabel
  30.     Left = 8
  31.     Top = 34
  32.     Width = 43
  33.     Height = 13
  34.     Caption = 'Nahradit:'
  35.   end
  36.   object cbFindText: TComboBox
  37.     Left = 72
  38.     Top = 8
  39.     Width = 337
  40.     Height = 21
  41.     ItemHeight = 13
  42.     TabOrder = 0
  43.   end
  44.   object cbReplaceText: TComboBox
  45.     Left = 72
  46.     Top = 32
  47.     Width = 337
  48.     Height = 21
  49.     ItemHeight = 13
  50.     TabOrder = 1
  51.   end
  52.   object gbOption: TGroupBox
  53.     Left = 8
  54.     Top = 61
  55.     Width = 169
  56.     Height = 76
  57.     Caption = 'Mo∩┐╜nosti'
  58.     TabOrder = 2
  59.     object cCaseSensitive: TCheckBox
  60.       Left = 16
  61.       Top = 16
  62.       Width = 145
  63.       Height = 17
  64.       Caption = '&Rozli∩┐╜ovat velikost p∩┐╜smen'
  65.       TabOrder = 0
  66.     end
  67.     object cWholeWord: TCheckBox
  68.       Left = 16
  69.       Top = 32
  70.       Width = 145
  71.       Height = 17
  72.       Caption = 'Pou&ze cel∩┐╜ slova'
  73.       TabOrder = 1
  74.     end
  75.     object cAskReplace: TCheckBox
  76.       Left = 16
  77.       Top = 48
  78.       Width = 145
  79.       Height = 17
  80.       Caption = '&Dotaz p∩┐╜ed nahrazen∩┐╜m'
  81.       TabOrder = 2
  82.     end
  83.   end
  84.   object gbDirection: TGroupBox
  85.     Left = 184
  86.     Top = 61
  87.     Width = 105
  88.     Height = 76
  89.     Caption = 'Sm∩┐╜r hled∩┐╜n∩┐╜'
  90.     TabOrder = 3
  91.     object rForward: TRadioButton
  92.       Left = 16
  93.       Top = 16
  94.       Width = 81
  95.       Height = 17
  96.       Caption = 'V&p∩┐╜ed'
  97.       Checked = True
  98.       TabOrder = 0
  99.       TabStop = True
  100.     end
  101.     object rBackward: TRadioButton
  102.       Left = 16
  103.       Top = 32
  104.       Width = 81
  105.       Height = 17
  106.       Caption = 'Vz&ad'
  107.       TabOrder = 1
  108.     end
  109.     object rEntireScope: TRadioButton
  110.       Left = 16
  111.       Top = 48
  112.       Width = 81
  113.       Height = 17
  114.       Caption = 'Cel∩┐╜ &text'
  115.       TabOrder = 2
  116.     end
  117.   end
  118.   object gbScope: TGroupBox
  119.     Left = 297
  120.     Top = 61
  121.     Width = 112
  122.     Height = 76
  123.     Caption = 'Rozsah'
  124.     TabOrder = 4
  125.     object rAllText: TRadioButton
  126.       Left = 16
  127.       Top = 16
  128.       Width = 89
  129.       Height = 17
  130.       Caption = '&Cel∩┐╜ soubor'
  131.       Checked = True
  132.       TabOrder = 0
  133.       TabStop = True
  134.     end
  135.     object rSelectedText: TRadioButton
  136.       Left = 16
  137.       Top = 32
  138.       Width = 89
  139.       Height = 17
  140.       Caption = 'Oz&na∩┐╜en∩┐╜ text'
  141.       TabOrder = 1
  142.     end
  143.   end
  144.   object bOK: TButton
  145.     Left = 256
  146.     Top = 142
  147.     Width = 75
  148.     Height = 25
  149.     Anchors = [akLeft, akBottom]
  150.     Caption = '&OK'
  151.     Default = True
  152.     ModalResult = 1
  153.     TabOrder = 5
  154.     OnClick = FindReplace
  155.   end
  156.   object bCancel: TButton
  157.     Left = 336
  158.     Top = 142
  159.     Width = 75
  160.     Height = 25
  161.     Anchors = [akLeft, akBottom]
  162.     Cancel = True
  163.     Caption = '&Storno'
  164.     ModalResult = 2
  165.     TabOrder = 6
  166.   end
  167. end
  168.