home *** CD-ROM | disk | FTP | other *** search
- object frmFind: TfrmFind
- Left = 381
- Top = 350
- BorderIcons = [biSystemMenu]
- BorderStyle = bsSingle
- Caption = 'Wyszukiwanie'
- ClientHeight = 145
- ClientWidth = 327
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object lblSzukany: TLabel
- Left = 4
- Top = 8
- Width = 70
- Height = 13
- Caption = '&Szukany tekst:'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object txtSzukany: TEdit
- Left = 82
- Top = 4
- Width = 221
- Height = 21
- TabOrder = 0
- OnKeyPress = txtSzukanyKeyPress
- OnKeyUp = txtSzukanyKeyUp
- end
- object btnZnajdz: TButton
- Left = 28
- Top = 120
- Width = 85
- Height = 21
- Caption = '&Znajd�'
- TabOrder = 1
- OnClick = btnZnajdzClick
- OnKeyUp = btnZnajdzKeyUp
- end
- object btnAnuluj: TButton
- Left = 120
- Top = 120
- Width = 85
- Height = 21
- Caption = '&Anuluj'
- TabOrder = 2
- OnClick = btnAnulujClick
- OnKeyUp = btnAnulujKeyUp
- end
- object btnPomoc: TButton
- Left = 212
- Top = 120
- Width = 85
- Height = 21
- Caption = '&Pomoc'
- TabOrder = 3
- OnClick = btnPomocClick
- OnKeyUp = btnPomocKeyUp
- end
- object GroupBox1: TGroupBox
- Left = 0
- Top = 32
- Width = 321
- Height = 81
- TabOrder = 4
- object chkOpcja3: TCheckBox
- Left = 112
- Top = 28
- Width = 181
- Height = 17
- Caption = 'Uwzgl�dniaj wielko�� liter'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 0
- OnKeyUp = chkOpcja3KeyUp
- end
- object grbSzukaj: TGroupBox
- Left = 4
- Top = 8
- Width = 97
- Height = 65
- Caption = 'Szukaj w'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 1
- object chkOpcja1: TCheckBox
- Left = 16
- Top = 20
- Width = 65
- Height = 17
- Caption = 'nazwie'
- Checked = True
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- State = cbChecked
- TabOrder = 0
- OnClick = chkOpcja1Click
- OnKeyUp = chkOpcja1KeyUp
- end
- object chkOpcja2: TCheckBox
- Left = 16
- Top = 40
- Width = 65
- Height = 17
- Caption = 'opisie'
- Checked = True
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- State = cbChecked
- TabOrder = 1
- OnClick = chkOpcja2Click
- OnKeyUp = chkOpcja2KeyUp
- end
- end
- end
- end
-