home *** CD-ROM | disk | FTP | other *** search
- object IndexForm: TIndexForm
- Left = 344
- Top = 185
- Width = 470
- Height = 283
- BorderStyle = bsSizeToolWin
- Caption = 'Schnellsuche'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- FormStyle = fsStayOnTop
- OldCreateOrder = False
- OnClose = FormClose
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Panel3: TPanel
- Left = 0
- Top = 0
- Width = 462
- Height = 256
- Align = alClient
- BevelOuter = bvNone
- TabOrder = 0
- object Splitter1: TSplitter
- Left = 129
- Top = 0
- Width = 6
- Height = 256
- Cursor = crHSplit
- Beveled = True
- Color = clBtnFace
- MinSize = 80
- ParentColor = False
- end
- object Panel1: TPanel
- Left = 0
- Top = 0
- Width = 129
- Height = 256
- Align = alLeft
- BevelOuter = bvNone
- TabOrder = 0
- OnResize = Panel1Resize
- object Label1: TLabel
- Left = 4
- Top = 4
- Width = 77
- Height = 13
- Caption = 'Schl�sselw�rter:'
- ParentShowHint = False
- ShowHint = True
- end
- object theList: TListBox
- Left = 8
- Top = 20
- Width = 103
- Height = 143
- ItemHeight = 13
- TabOrder = 0
- OnClick = theListClick
- end
- object CapitalsOnly: TCheckBox
- Left = 8
- Top = 168
- Width = 107
- Height = 17
- Caption = 'Nur Subjektive'
- TabOrder = 1
- OnClick = CapitalsOnlyClick
- end
- end
- object Panel2: TPanel
- Left = 135
- Top = 0
- Width = 327
- Height = 256
- Align = alClient
- BevelOuter = bvNone
- TabOrder = 1
- OnResize = Panel2Resize
- object Label2: TLabel
- Left = 6
- Top = 4
- Width = 57
- Height = 13
- Caption = 'Suchbegriff:'
- end
- object Label3: TLabel
- Left = 6
- Top = 46
- Width = 55
- Height = 13
- Caption = 'Ergebnisse:'
- end
- object SearchEdit: TEdit
- Left = 6
- Top = 18
- Width = 121
- Height = 21
- TabOrder = 0
- end
- object SearchBtn: TButton
- Left = 134
- Top = 14
- Width = 75
- Height = 25
- Caption = 'Suchen'
- TabOrder = 1
- OnClick = SearchBtnClick
- end
- object WholeWord: TCheckBox
- Left = 220
- Top = 20
- Width = 97
- Height = 17
- Caption = 'Ganzes Wort'
- Checked = True
- State = cbChecked
- TabOrder = 2
- end
- object SelectFile: TStringGrid
- Left = 8
- Top = 62
- Width = 308
- Height = 181
- ColCount = 2
- DefaultRowHeight = 18
- FixedCols = 0
- RowCount = 2
- GridLineWidth = 0
- Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goDrawFocusSelected, goColSizing, goRowSelect]
- ScrollBars = ssVertical
- TabOrder = 3
- OnClick = SelectFileClick
- ColWidths = (
- 64
- 64)
- end
- end
- end
- end
-