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 = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- FormStyle = fsStayOnTop
- OldCreateOrder = False
- OnClose = FormClose
- OnCreate = FormCreate
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Panel3: TPanel
- Left = 0
- Top = 0
- Width = 462
- Height = 249
- Align = alClient
- BevelOuter = bvNone
- TabOrder = 0
- object Splitter1: TSplitter
- Left = 129
- Top = 0
- Width = 6
- Height = 249
- Cursor = crHSplit
- Beveled = True
- Color = clBtnFace
- MinSize = 80
- ParentColor = False
- end
- object Panel1: TPanel
- Left = 0
- Top = 0
- Width = 129
- Height = 249
- Align = alLeft
- BevelOuter = bvNone
- TabOrder = 0
- object theList: TListBox
- Left = 0
- Top = 18
- Width = 129
- Height = 209
- Align = alClient
- BorderStyle = bsNone
- ItemHeight = 13
- TabOrder = 0
- OnClick = theListClick
- end
- object Panel4: TPanel
- Left = 0
- Top = 227
- Width = 129
- Height = 22
- Align = alBottom
- BevelOuter = bvNone
- TabOrder = 1
- object CapitalsOnly: TCheckBox
- Left = 3
- Top = 4
- Width = 107
- Height = 17
- Caption = 'Nur Substantive'
- TabOrder = 0
- OnClick = CapitalsOnlyClick
- end
- end
- object Panel5: TPanel
- Left = 0
- Top = 0
- Width = 129
- Height = 18
- Align = alTop
- BevelOuter = bvNone
- TabOrder = 2
- object Label1: TLabel
- Left = 2
- Top = 2
- Width = 79
- Height = 13
- Caption = 'Schl'#252'sselw'#246'rter:'
- ParentShowHint = False
- ShowHint = False
- end
- end
- end
- object Panel2: TPanel
- Left = 135
- Top = 0
- Width = 327
- Height = 249
- Align = alClient
- BevelOuter = bvNone
- TabOrder = 1
- OnResize = Panel2Resize
- object Label2: TLabel
- Left = 6
- Top = 4
- Width = 59
- Height = 13
- Caption = 'Suchbegriff:'
- end
- object Label3: TLabel
- Left = 6
- Top = 66
- Width = 56
- Height = 13
- Caption = 'Ergebnisse:'
- end
- object SearchEdit: TEdit
- Left = 6
- Top = 18
- Width = 214
- Height = 21
- TabOrder = 0
- OnKeyDown = SearchEditKeyDown
- OnKeyUp = SearchEditKeyUp
- end
- object SearchBtn: TButton
- Left = 248
- Top = 4
- Width = 75
- Height = 25
- Caption = 'Suchen'
- TabOrder = 1
- Visible = False
- OnClick = SearchBtnClick
- end
- object WholeWord: TCheckBox
- Left = 222
- Top = 42
- Width = 208
- Height = 17
- Caption = 'Ganzes Wort'
- Checked = True
- State = cbChecked
- TabOrder = 2
- Visible = False
- end
- object SelectFile: TStringGrid
- Left = 6
- Top = 83
- Width = 308
- Height = 167
- BorderStyle = bsNone
- ColCount = 3
- 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
- 64)
- end
- object ImmediateLoad: TCheckBox
- Left = 6
- Top = 43
- Width = 215
- Height = 17
- Caption = 'Ergebnisse sofort anzeigen'
- TabOrder = 4
- end
- end
- end
- object SyncTimer: TTimer
- Enabled = False
- Interval = 200
- OnTimer = SyncTimerTimer
- Left = 421
- Top = 79
- end
- end
-