object frmFind: TfrmFind Left = 335 Top = 196 BorderIcons = [biSystemMenu] BorderStyle = bsSingle Caption = 'Wyszukiwanie' ClientHeight = 210 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 OnClose = FormClose 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 = -12 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object txtSzukany: TEdit Left = 80 Top = 4 Width = 221 Height = 24 TabOrder = 0 OnKeyPress = txtSzukanyKeyPress OnKeyUp = txtSzukanyKeyUp end object btnZnajdz: TButton Left = 28 Top = 179 Width = 85 Height = 21 Caption = '&Znajd�' TabOrder = 1 OnClick = btnZnajdzClick OnKeyUp = btnZnajdzKeyUp end object btnAnuluj: TButton Left = 120 Top = 179 Width = 85 Height = 21 Caption = '&Anuluj' TabOrder = 2 OnClick = btnAnulujClick OnKeyUp = btnAnulujKeyUp end object btnPomoc: TButton Left = 212 Top = 179 Width = 85 Height = 21 Caption = '&Pomoc' TabOrder = 3 OnClick = btnPomocClick OnKeyUp = btnPomocKeyUp end object GroupBox1: TGroupBox Left = 0 Top = 32 Width = 321 Height = 125 TabOrder = 4 object chkOpcja3: TCheckBox Left = 132 Top = 28 Width = 181 Height = 17 Caption = 'Uwzgl�dniaj wielko�� liter' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -12 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 0 OnKeyUp = chkOpcja3KeyUp end object grbSzukaj: TGroupBox Left = 4 Top = 8 Width = 97 Height = 110 Caption = 'Szukaj w' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -12 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 = -12 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False State = cbChecked TabOrder = 0 OnClick = chkOpcja1Click OnKeyUp = chkOpcja1KeyUp end object chkOpcja2: TCheckBox Left = 16 Top = 85 Width = 65 Height = 17 Caption = 'opisie' Checked = True Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -12 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False State = cbChecked TabOrder = 1 OnClick = chkOpcja2Click OnKeyUp = chkOpcja2KeyUp end end object curr: TRadioButton Left = 132 Top = 61 Width = 91 Height = 14 Caption = 'bie��ca' Checked = True TabOrder = 2 TabStop = True end object arch: TRadioButton Left = 132 Top = 93 Width = 91 Height = 14 Caption = 'archiwalne' TabOrder = 3 end end end