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

  1. object fFileSearch: TfFileSearch
  2.   Left = 324
  3.   Top = 171
  4.   HelpContext = 9
  5.   BorderIcons = [biSystemMenu, biHelp]
  6.   BorderStyle = bsToolWindow
  7.   Caption = 'Hled'#225'n'#237' v souborech'
  8.   ClientHeight = 385
  9.   ClientWidth = 421
  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.   OnCreate = FormCreate
  19.   OnDestroy = FormDestroy
  20.   OnShow = FormShow
  21.   DesignSize = (
  22.     421
  23.     385)
  24.   PixelsPerInch = 96
  25.   TextHeight = 13
  26.   object lFileName: TLabel
  27.     Left = 8
  28.     Top = 360
  29.     Width = 221
  30.     Height = 13
  31.     Anchors = [akLeft, akTop, akRight]
  32.     AutoSize = False
  33.     Caption = 'lFileName'
  34.   end
  35.   object gbFindText: TGroupBox
  36.     Left = 8
  37.     Top = 8
  38.     Width = 406
  39.     Height = 177
  40.     Caption = 'Text'
  41.     TabOrder = 0
  42.     object lSearchText: TLabel
  43.       Left = 16
  44.       Top = 24
  45.       Width = 62
  46.       Height = 13
  47.       Caption = '&Hledan'#253' text:'
  48.       FocusControl = eFindText
  49.     end
  50.     object lCodePage: TLabel
  51.       Left = 16
  52.       Top = 147
  53.       Width = 119
  54.       Height = 13
  55.       Caption = '&K'#243'dov'#225' str'#225'nka soubor'#367':'
  56.       FocusControl = cbFileCP
  57.     end
  58.     object cReplaceText: TCheckBox
  59.       Left = 16
  60.       Top = 48
  61.       Width = 97
  62.       Height = 17
  63.       Caption = '&nahradit textem:'
  64.       TabOrder = 1
  65.       OnClick = cReplaceTextClick
  66.     end
  67.     object cCaseSensitive: TCheckBox
  68.       Left = 16
  69.       Top = 96
  70.       Width = 177
  71.       Height = 17
  72.       Caption = '&rozli'#353'ovat velikost p'#237'smen'
  73.       TabOrder = 4
  74.     end
  75.     object cWholeWord: TCheckBox
  76.       Left = 16
  77.       Top = 72
  78.       Width = 129
  79.       Height = 17
  80.       Caption = 'pouze &cel'#225' slova'
  81.       TabOrder = 3
  82.     end
  83.     object cAskReplace: TCheckBox
  84.       Left = 16
  85.       Top = 120
  86.       Width = 201
  87.       Height = 17
  88.       Caption = '&dotaz p'#345'ed nahrazen'#237'm'
  89.       TabOrder = 5
  90.     end
  91.     object eFindText: TComboBox
  92.       Left = 144
  93.       Top = 24
  94.       Width = 233
  95.       Height = 21
  96.       AutoComplete = False
  97.       ItemHeight = 13
  98.       TabOrder = 0
  99.     end
  100.     object eReplaceText: TComboBox
  101.       Left = 144
  102.       Top = 48
  103.       Width = 233
  104.       Height = 21
  105.       AutoComplete = False
  106.       Enabled = False
  107.       ItemHeight = 13
  108.       TabOrder = 2
  109.     end
  110.     object cbFileCP: TComboBox
  111.       Left = 144
  112.       Top = 144
  113.       Width = 233
  114.       Height = 21
  115.       Style = csDropDownList
  116.       ItemHeight = 13
  117.       TabOrder = 6
  118.     end
  119.   end
  120.   object bOK: TButton
  121.     Left = 256
  122.     Top = 352
  123.     Width = 75
  124.     Height = 25
  125.     Caption = '&OK'
  126.     Default = True
  127.     TabOrder = 2
  128.     OnClick = bOKClick
  129.   end
  130.   object bCancel: TButton
  131.     Left = 336
  132.     Top = 352
  133.     Width = 75
  134.     Height = 25
  135.     Cancel = True
  136.     Caption = '&Storno'
  137.     TabOrder = 3
  138.     OnClick = bCancelClick
  139.   end
  140.   object gbFindScope: TGroupBox
  141.     Left = 8
  142.     Top = 192
  143.     Width = 406
  144.     Height = 153
  145.     Caption = 'Rozsah hled'#225'n'#237
  146.     TabOrder = 1
  147.     object lSearchMasks: TLabel
  148.       Left = 8
  149.       Top = 96
  150.       Width = 96
  151.       Height = 13
  152.       Caption = 'Hl&edat v souborech:'
  153.       FocusControl = eFileMasks
  154.     end
  155.     object Label1: TLabel
  156.       Left = 8
  157.       Top = 112
  158.       Width = 105
  159.       Height = 15
  160.       Caption = '*.pas;*.h;*.txt'
  161.       Font.Charset = DEFAULT_CHARSET
  162.       Font.Color = clWindowText
  163.       Font.Height = -12
  164.       Font.Name = 'Courier New'
  165.       Font.Style = []
  166.       ParentFont = False
  167.     end
  168.     object rProjectFiles: TRadioButton
  169.       Left = 8
  170.       Top = 24
  171.       Width = 137
  172.       Height = 17
  173.       Caption = 'v souborech &projektu'
  174.       Checked = True
  175.       TabOrder = 0
  176.       TabStop = True
  177.     end
  178.     object rOpenFiles: TRadioButton
  179.       Left = 8
  180.       Top = 48
  181.       Width = 145
  182.       Height = 17
  183.       Caption = 'v o&tev'#345'en'#253'ch souborech'
  184.       TabOrder = 1
  185.     end
  186.     object rDirectoryFiles: TRadioButton
  187.       Left = 8
  188.       Top = 72
  189.       Width = 129
  190.       Height = 17
  191.       Caption = 'v zadan'#233'm &adres'#225#345'i'
  192.       TabOrder = 2
  193.     end
  194.     object cSubdirectories: TCheckBox
  195.       Left = 144
  196.       Top = 120
  197.       Width = 145
  198.       Height = 17
  199.       Caption = '&v'#269'etn'#283' podadres'#225#345#367
  200.       Enabled = False
  201.       TabOrder = 6
  202.     end
  203.     object eSearchDirectory: TComboBox
  204.       Left = 144
  205.       Top = 72
  206.       Width = 233
  207.       Height = 21
  208.       ItemHeight = 13
  209.       TabOrder = 3
  210.     end
  211.     object eFileMasks: TComboBox
  212.       Left = 144
  213.       Top = 96
  214.       Width = 233
  215.       Height = 21
  216.       ItemHeight = 13
  217.       TabOrder = 5
  218.       Text = '*.*'
  219.     end
  220.     object tbOpenDirectory: TButton
  221.       Left = 377
  222.       Top = 72
  223.       Width = 21
  224.       Height = 21
  225.       Action = aOpenDirectory
  226.       TabOrder = 4
  227.     end
  228.   end
  229.   object alFileSearch: TActionList
  230.     Images = fPSPad.imStatusBar
  231.     OnUpdate = alFileSearchUpdate
  232.     Left = 268
  233.     Top = 192
  234.     object aOpenDirectory: TAction
  235.       Caption = '...'
  236.       Hint = 'Vybrat adres'#225#345
  237.       ImageIndex = 7
  238.       OnExecute = aOpenDirectoryExecute
  239.     end
  240.   end
  241. end
  242.