home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2003 November
/
chip-cd_2003_11.zip
/
11
/
Browser
/
chip-cd.exe
/
0
/
RCDATA
/
TFRMFIND
/
TFRMFIND.txt
Wrap
Text File
|
2003-07-08
|
4KB
|
164 lines
object frmFind: TfrmFind
Left = 584
Top = 320
BorderIcons = [biSystemMenu]
BorderStyle = bsSingle
Caption = 'Wyszukiwanie'
ClientHeight = 181
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
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 = -12
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 = 153
Width = 86
Height = 21
Caption = '&Znajd�'
TabOrder = 2
OnClick = btnZnajdzClick
OnKeyUp = btnZnajdzKeyUp
end
object btnAnuluj: TButton
Left = 121
Top = 153
Width = 85
Height = 21
Caption = '&Anuluj'
TabOrder = 3
OnClick = btnAnulujClick
OnKeyUp = btnAnulujKeyUp
end
object btnPomoc: TButton
Left = 213
Top = 153
Width = 85
Height = 21
Caption = '&Pomoc'
TabOrder = 4
OnClick = btnPomocClick
OnKeyUp = btnPomocKeyUp
end
object GroupBox1: TGroupBox
Left = 2
Top = 32
Width = 321
Height = 112
TabOrder = 1
object chkOpcja3: TCheckBox
Left = 158
Top = 28
Width = 142
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 = 1
OnKeyUp = chkOpcja3KeyUp
end
object grbSzukaj: TGroupBox
Left = 4
Top = 8
Width = 140
Height = 97
Caption = 'Szukaj w'
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlack
Font.Height = -12
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
TabOrder = 0
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 = 59
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 = 158
Top = 50
Width = 91
Height = 13
Caption = 'bie��ca'
Checked = True
TabOrder = 2
TabStop = True
end
object arch: TRadioButton
Left = 158
Top = 72
Width = 91
Height = 13
Caption = 'archiwalne'
TabOrder = 3
end
end
end