home *** CD-ROM | disk | FTP | other *** search
- object ZnajdzDlg: TZnajdzDlg
- Left = 181
- Top = 190
- BorderStyle = bsDialog
- Caption = 'Wyszukiwanie'
- ClientHeight = 147
- ClientWidth = 322
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- PixelsPerInch = 96
- Position = poScreenCenter
- Scaled = False
- OnShow = FormShow
- TextHeight = 13
- object Label1: TLabel
- Left = 10
- Top = 13
- Width = 85
- Height = 13
- Caption = '&Szukany tekst:'
- FocusControl = TekstEdt
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object OKBtn: TBitBtn
- Left = 61
- Top = 114
- Width = 77
- Height = 27
- Caption = 'Znajd�'
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 0
- Kind = bkOK
- Margin = 2
- Spacing = -1
- end
- object CancelBtn: TBitBtn
- Left = 148
- Top = 114
- Width = 77
- Height = 27
- Caption = 'Anuluj'
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 1
- Kind = bkCancel
- Margin = 2
- Spacing = -1
- end
- object TekstEdt: TEdit
- Left = 100
- Top = 10
- Width = 211
- Height = 20
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 2
- end
- object GroupBox1: TGroupBox
- Left = 10
- Top = 40
- Width = 126
- Height = 66
- Caption = 'Szukaj w:'
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 3
- object NazwaChk: TCheckBox
- Left = 10
- Top = 19
- Width = 111
- Height = 17
- Caption = '&nazwie'
- State = cbChecked
- TabOrder = 0
- OnClick = NazwaChkClick
- end
- object OpisChk: TCheckBox
- Left = 10
- Top = 39
- Width = 101
- Height = 17
- Caption = '&opisie'
- State = cbChecked
- TabOrder = 1
- OnClick = OpisChkClick
- end
- end
- object WielkoscChk: TCheckBox
- Left = 150
- Top = 45
- Width = 166
- Height = 16
- Caption = '&Uwzgl�dniaj wielko�� liter'
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 4
- end
- object BitBtn1: TBitBtn
- Left = 237
- Top = 114
- Width = 77
- Height = 27
- Caption = '&Pomoc'
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 5
- OnClick = BitBtn1Click
- Kind = bkHelp
- Margin = 2
- Spacing = -1
- end
- end
-