home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2001 June
/
Chip_2001-06_cd1.bin
/
chplus
/
tipy_ot
/
dotazy.exe
/
0
/
RCDATA
/
TFORM6
/
TFORM6.txt
Wrap
Text File
|
2001-05-09
|
3KB
|
165 lines
object Form6: TForm6
Left = 468
Top = 218
ActiveControl = Edit1
BorderStyle = bsToolWindow
Caption = 'Hledej s podm�nkami'
ClientHeight = 336
ClientWidth = 194
Color = clWhite
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
KeyPreview = True
OldCreateOrder = False
Position = poScreenCenter
Scaled = False
OnKeyDown = FormKeyDown
PixelsPerInch = 96
TextHeight = 13
object GroupBox1: TGroupBox
Left = 8
Top = 8
Width = 177
Height = 89
Caption = ' 1. hledan� slovo '
TabOrder = 0
object RadioButton1: TRadioButton
Left = 8
Top = 48
Width = 161
Height = 17
Caption = 'nebo'
Checked = True
TabOrder = 1
TabStop = True
end
object RadioButton2: TRadioButton
Left = 8
Top = 64
Width = 161
Height = 17
Caption = 'a z�rove�'
TabOrder = 2
end
object Edit1: TEdit
Left = 8
Top = 16
Width = 161
Height = 19
Ctl3D = False
ParentCtl3D = False
TabOrder = 0
OnChange = Edit1Change
end
end
object GroupBox2: TGroupBox
Left = 8
Top = 104
Width = 177
Height = 89
Caption = ' 2. hledan� slovo '
TabOrder = 1
object RadioButton3: TRadioButton
Left = 8
Top = 48
Width = 161
Height = 17
Caption = 'nebo'
Checked = True
TabOrder = 1
TabStop = True
end
object RadioButton4: TRadioButton
Left = 8
Top = 64
Width = 161
Height = 17
Caption = 'a z�rove�'
TabOrder = 2
end
object Edit2: TEdit
Left = 8
Top = 16
Width = 161
Height = 19
Ctl3D = False
Enabled = False
ParentCtl3D = False
TabOrder = 0
OnChange = Edit2Change
end
end
object GroupBox3: TGroupBox
Left = 8
Top = 200
Width = 177
Height = 57
Caption = ' 3. hledan� slovo '
TabOrder = 2
object Edit3: TEdit
Left = 8
Top = 16
Width = 161
Height = 19
Ctl3D = False
Enabled = False
ParentCtl3D = False
TabOrder = 0
end
end
object Button2: TButton
Left = 8
Top = 264
Width = 75
Height = 25
Cursor = crUpArrow
Caption = '&Hledej'
Enabled = False
TabOrder = 3
OnClick = Button2Click
end
object CheckBox1: TCheckBox
Left = 112
Top = 264
Width = 65
Height = 17
Caption = 'v n�zvu'
Checked = True
State = cbChecked
TabOrder = 4
end
object CheckBox2: TCheckBox
Left = 112
Top = 288
Width = 65
Height = 17
Caption = 'v ot�zce'
Checked = True
State = cbChecked
TabOrder = 5
end
object Button1: TButton
Left = 8
Top = 304
Width = 75
Height = 25
Caption = '&V�maz'
Enabled = False
TabOrder = 6
OnClick = Button1Click
end
object CheckBox3: TCheckBox
Left = 112
Top = 312
Width = 81
Height = 17
Caption = 'v odpov�di'
Checked = True
State = cbChecked
TabOrder = 7
end
end