home *** CD-ROM | disk | FTP | other *** search
- object Find: TFind
- Left = 304
- Top = 212
- HelpContext = 1
- BorderStyle = bsDialog
- Caption = 'Hledat'
- ClientHeight = 217
- ClientWidth = 337
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 8
- Top = 12
- Width = 24
- Height = 13
- Caption = '&Text:'
- FocusControl = cboText
- end
- object btnOk: TButton
- Left = 176
- Top = 184
- Width = 73
- Height = 25
- Anchors = [akRight, akBottom]
- Caption = 'OK'
- Default = True
- Enabled = False
- ModalResult = 1
- TabOrder = 4
- end
- object btnCancel: TButton
- Left = 256
- Top = 184
- Width = 73
- Height = 25
- Anchors = [akRight, akBottom]
- Cancel = True
- Caption = 'Zru�it'
- ModalResult = 2
- TabOrder = 5
- end
- object gbFindLocation: TGroupBox
- Left = 8
- Top = 36
- Width = 321
- Height = 77
- Caption = 'Prohled�vat polo�ky'
- TabOrder = 1
- object cbxFileName: TCheckBox
- Left = 8
- Top = 16
- Width = 97
- Height = 17
- Caption = '&Jm�no souboru'
- TabOrder = 0
- end
- object cbxFileSize: TCheckBox
- Left = 160
- Top = 16
- Width = 97
- Height = 17
- Caption = '&Velikost souboru'
- TabOrder = 3
- end
- object cbxFilePos: TCheckBox
- Left = 8
- Top = 52
- Width = 97
- Height = 17
- Caption = '&Pozice souboru'
- TabOrder = 2
- end
- object cbxFileType: TCheckBox
- Left = 8
- Top = 34
- Width = 81
- Height = 17
- Caption = 'T&yp souboru'
- TabOrder = 1
- end
- object cbxFileInfo: TCheckBox
- Left = 160
- Top = 34
- Width = 41
- Height = 17
- Caption = '&Info'
- TabOrder = 4
- end
- end
- object cboText: TComboBox
- Left = 40
- Top = 8
- Width = 289
- Height = 21
- DropDownCount = 10
- ItemHeight = 13
- TabOrder = 0
- OnChange = cboTextChange
- end
- object gbProperties: TGroupBox
- Left = 8
- Top = 120
- Width = 161
- Height = 89
- Caption = 'Mo�nosti'
- TabOrder = 2
- object cbxWholeString: TCheckBox
- Left = 8
- Top = 34
- Width = 113
- Height = 17
- Caption = 'Hledat &cel� �etezec'
- TabOrder = 1
- end
- object cbxOnlySelected: TCheckBox
- Left = 8
- Top = 52
- Width = 137
- Height = 17
- Caption = 'Prohled�vat jen vy&bran�'
- TabOrder = 2
- end
- object cbxCaseSensitive: TCheckBox
- Left = 8
- Top = 16
- Width = 145
- Height = 17
- Caption = 'Rozli�ovat v&elikost p�smen'
- TabOrder = 0
- end
- end
- object rgDirection: TRadioGroup
- Left = 176
- Top = 120
- Width = 153
- Height = 57
- Caption = 'Sm�r hled�n�'
- Items.Strings = (
- 'Vp�e&d'
- '&Zp�t')
- TabOrder = 3
- end
- end
-