home *** CD-ROM | disk | FTP | other *** search
- object fFileSearch: TfFileSearch
- Left = 494
- Top = 223
- HelpContext = 9
- AutoScroll = False
- BorderIcons = [biSystemMenu]
- Caption = 'Hled�n� v souborech'
- ClientHeight = 375
- ClientWidth = 433
- Color = clBtnFace
- Constraints.MinHeight = 384
- Constraints.MinWidth = 441
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poMainFormCenter
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object PageFindFile: TPageControl
- Left = 0
- Top = 0
- Width = 433
- Height = 375
- ActivePage = tabFind
- Align = alClient
- TabOrder = 0
- OnChanging = PageFindFileChanging
- object tabFind: TTabSheet
- Caption = '&Parametry hled�n�'
- object lFileName: TLabel
- Left = 8
- Top = 320
- Width = 233
- Height = 13
- Anchors = [akLeft, akTop, akRight]
- AutoSize = False
- Caption = 'lFileName'
- end
- object gbFindText: TGroupBox
- Left = 8
- Top = 168
- Width = 409
- Height = 145
- Anchors = [akLeft, akTop, akRight]
- Caption = 'Text'
- TabOrder = 1
- object lSearchText: TLabel
- Left = 16
- Top = 24
- Width = 62
- Height = 13
- Caption = 'Hledan� text:'
- end
- object cReplaceText: TCheckBox
- Left = 16
- Top = 48
- Width = 97
- Height = 17
- Caption = '&nahradit textem:'
- TabOrder = 0
- end
- object cCaseSensitive: TCheckBox
- Left = 16
- Top = 96
- Width = 177
- Height = 17
- Caption = '&rozli�ovat velikost p�smen'
- TabOrder = 2
- end
- object cWholeWord: TCheckBox
- Left = 16
- Top = 72
- Width = 129
- Height = 17
- Caption = 'pouze &cel� slova'
- TabOrder = 1
- end
- object cAskReplace: TCheckBox
- Left = 16
- Top = 120
- Width = 201
- Height = 17
- Caption = 'dot&az p�ed nahrazen�m'
- TabOrder = 3
- end
- object eFindText: TComboBox
- Left = 144
- Top = 24
- Width = 233
- Height = 21
- ItemHeight = 13
- TabOrder = 4
- end
- object eReplaceText: TComboBox
- Left = 144
- Top = 48
- Width = 233
- Height = 21
- ItemHeight = 13
- TabOrder = 5
- end
- end
- object bOK: TButton
- Left = 256
- Top = 315
- Width = 75
- Height = 25
- Anchors = [akTop, akRight]
- Caption = '&OK'
- TabOrder = 2
- OnClick = bOKClick
- end
- object bCancel: TButton
- Left = 336
- Top = 315
- Width = 75
- Height = 25
- Anchors = [akTop, akRight]
- Cancel = True
- Caption = '&Storno'
- TabOrder = 3
- OnClick = bCancelClick
- end
- object gbFindScope: TGroupBox
- Left = 8
- Top = 8
- Width = 409
- Height = 153
- Anchors = [akLeft, akTop, akRight]
- Caption = 'Rozsah hled�n�'
- TabOrder = 0
- object lSearchMasks: TLabel
- Left = 8
- Top = 96
- Width = 96
- Height = 13
- Caption = 'Hledat v souborech:'
- end
- object Label1: TLabel
- Left = 8
- Top = 112
- Width = 105
- Height = 15
- Caption = '*.pas;*.h;*.txt'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = 'Courier New'
- Font.Style = []
- ParentFont = False
- end
- object rProjectFiles: TRadioButton
- Left = 8
- Top = 24
- Width = 137
- Height = 17
- Caption = 'v souborech &projektu'
- Checked = True
- TabOrder = 0
- TabStop = True
- end
- object rOpenFiles: TRadioButton
- Left = 8
- Top = 48
- Width = 145
- Height = 17
- Caption = 'v o&tev�en�ch souborech'
- TabOrder = 1
- end
- object rDirectoryFiles: TRadioButton
- Left = 8
- Top = 72
- Width = 129
- Height = 17
- Caption = 'v zadan�m &adres��i'
- TabOrder = 2
- end
- object cSubdirectories: TCheckBox
- Left = 144
- Top = 120
- Width = 145
- Height = 17
- Caption = '&v�etn� podadres���'
- Enabled = False
- TabOrder = 6
- end
- object ToolBarOpen: TToolBar
- Left = 378
- Top = 71
- Width = 23
- Height = 22
- Align = alNone
- Anchors = [akTop, akRight]
- AutoSize = True
- EdgeBorders = []
- Flat = True
- Images = ImageList1
- TabOrder = 4
- object tbOpenDirectory: TToolButton
- Left = 0
- Top = 0
- Action = aOpenDirectory
- end
- end
- object eSearchDirectory: TComboBox
- Left = 144
- Top = 72
- Width = 233
- Height = 21
- ItemHeight = 13
- TabOrder = 3
- end
- object eFileMasks: TComboBox
- Left = 144
- Top = 96
- Width = 233
- Height = 21
- ItemHeight = 13
- TabOrder = 5
- Text = '*.*'
- end
- end
- end
- object tabResult: TTabSheet
- Caption = '&V�sledky hled�n�'
- ImageIndex = 1
- TabVisible = False
- object treeResult: TTreeView
- Left = 0
- Top = 22
- Width = 425
- Height = 325
- Align = alClient
- Indent = 19
- ParentShowHint = False
- ReadOnly = True
- RowSelect = True
- ShowButtons = False
- ShowHint = False
- ShowLines = False
- ShowRoot = False
- TabOrder = 0
- ToolTips = False
- OnAdvancedCustomDrawItem = treeResultAdvancedCustomDrawItem
- OnDblClick = treeResultDblClick
- OnMouseDown = treeResultMouseDown
- end
- object ToolBar2: TToolBar
- Left = 0
- Top = 0
- Width = 425
- Height = 22
- AutoSize = True
- Caption = 'ToolBar2'
- EdgeBorders = []
- Flat = True
- Images = ImageList1
- TabOrder = 1
- object ToolButton1: TToolButton
- Left = 0
- Top = 0
- Action = aTreeExpand
- end
- object ToolButton2: TToolButton
- Left = 23
- Top = 0
- Action = aTreeCollapse
- end
- end
- end
- end
- object ImageList1: TImageList
- Left = 388
- Top = 64
- Bitmap = {
- 494C010104000900040010001000FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600
- 0000000000003600000028000000400000003000000001001000000000000018
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 00000000000000000000FF7FFF7FFF7F00000000000000000000000000000000
- 00000000000000000000FF7FFF7FFF7F00000000000000420042004200420042
- 00420042004200420000000000000000000000000000FF7FFF7FFF7FFF7FFF7F
- FF7FFF7FFF7FFF7FFF7FFF7F0000000000000000000000000000000000000000
- 00000000000000000000FF7FFF7FFF7F00000000000000000000000000000000
- 00000000000000000000FF7FFF7FFF7F00000000E07F00000042004200420042
- 00420042004200420042000000000000000000000000FF7FFF7FFF7FFF7FFF7F
- FF7FFF7FFF7FFF7FFF7FFF7F0000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000FF7FE07F0000004200420042
- 00420042004200420042004200000000000000000000FF7FFF7FFF7FFF7FFF7F
- FF7FFF7FFF7FFF7FFF7FFF7F0000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000E07FFF7FE07F000000420042
- 00420042004200420042004200420000000000000000FF7F1042104210421042
- 10421042104210421042FF7F0000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000FF7FE07FFF7FE07F00000000
- 00000000000000000000000000000000000000000000FF7FFF7FFF7FFF7FFF7F
- FF7FFF7FFF7FFF7FFF7FFF7F0000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000E07FFF7FE07FFF7FE07FFF7F
- E07FFF7FE07F00000000000000000000000000000000FF7F1042104210421042
- 10421042104210421042FF7F0000000000000000104010401040104000000000
- 0000000000000000000000000000000000000000104010401040104000000000
- 0000000000000000000000000000000000000000FF7FE07FFF7FE07FFF7FE07F
- FF7FE07FFF7F00000000000000000000000000000000FF7FFF7FFF7FFF7FFF7F
- FF7FFF7FFF7FFF7FFF7FFF7F0000000000000000104010401040104000000000
- 0000000000000000000000000000000000000000104010401040104000000000
- 0000000000000000000000000000000000000000E07FFF7FE07F000000000000
- 00000000000000000000000000000000000000000000FF7FFF7FFF7F10421042
- 10421042104210421042FF7F0000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 00000000000000000000000000000000000000000000FF7FFF7FFF7FFF7FFF7F
- FF7FFF7FFF7FFF7FFF7FFF7F0000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 00000000000000000000000000000000000000000000FF7F0000000000000000
- 0000FF7FFF7FFF7FFF7FFF7F0000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 00000000000000000000000000000000000000000000FF7FFF7FFF7FFF7FFF7F
- FF7FFF7FFF7FFF7FFF7FFF7F0000000000000000000000000000000000000000
- 00000000000000000000FF7FFF7FFF7F00000000000000000000000000000000
- 00000000000000000000FF7FFF7FFF7F00000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 00000000000000000000FF7FFF7FFF7F00000000000000000000000000000000
- 00000000000000000000FF7FFF7FFF7F00000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000000000000000000000000000000000424D3E000000000000003E000000
- 2800000040000000300000000100010000000000800100000000000000000000
- 000000000000000000000000FFFFFF0000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 00000000000000000000000000000000FFFFFFFFFFFFFFFFFFFFFFFFFFE0FFE0
- 001F8003FFE0FFE0000F8003FE20FE2000078003FF20FF2000038003FEBFFEBF
- 00018003FDF7FDFF0000800303F703FF001F800303C103C1001F800303F703FF
- 001F800303F703FF8FF18003FDFFFDFFFFF98003FEA0FEA0FF758003FF20FF20
- FF8F8003FE20FE20FFFFFFFFFFE0FFE000000000000000000000000000000000
- 000000000000}
- end
- object alFileSearch: TActionList
- Images = ImageList1
- OnUpdate = alFileSearchUpdate
- Left = 356
- Top = 64
- object aOpenDirectory: TAction
- Hint = 'Vybrat adres��'
- ImageIndex = 0
- OnExecute = aOpenDirectoryExecute
- end
- object aTreeExpand: TAction
- Tag = 1
- Caption = 'Rozbalit v�e'
- Hint = 'Rozbalit v�echny ��dky'
- ImageIndex = 2
- OnExecute = aTreeExpandExecute
- end
- object aTreeCollapse: TAction
- Tag = 2
- Caption = 'Sbalit v�e'
- Hint = 'Sbalit v�echny ��dky'
- ImageIndex = 3
- OnExecute = aTreeExpandExecute
- end
- end
- end
-