home *** CD-ROM | disk | FTP | other *** search
- object Form6: TForm6
- Left = 495
- Top = 205
- ActiveControl = Edit1
- BorderStyle = bsToolWindow
- Caption = 'Hledej s podm�nkami'
- ClientHeight = 338
- 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 = 272
- Width = 75
- Height = 25
- Cursor = crUpArrow
- Caption = '&Hledej'
- Enabled = False
- TabOrder = 3
- OnClick = Button2Click
- end
- object CheckBox1: TCheckBox
- Left = 112
- Top = 280
- Width = 65
- Height = 17
- Caption = 'v n�zvu'
- Checked = True
- State = cbChecked
- TabOrder = 4
- end
- object CheckBox2: TCheckBox
- Left = 112
- Top = 304
- Width = 65
- Height = 17
- Caption = 'v popisu'
- 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
- end
-