home *** CD-ROM | disk | FTP | other *** search
/ com!online 2003 March / com0303.iso / start.exe / 0 / RCDATA / TINDEXFORM / TINDEXFORM.txt
Encoding:
Text File  |  2002-11-12  |  4.0 KB  |  187 lines

  1. object IndexForm: TIndexForm
  2.   Left = 344
  3.   Top = 185
  4.   Width = 470
  5.   Height = 283
  6.   BorderStyle = bsSizeToolWin
  7.   Caption = 'Schnellsuche'
  8.   Color = clBtnFace
  9.   Font.Charset = ANSI_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Tahoma'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   OldCreateOrder = False
  16.   OnClose = FormClose
  17.   OnCreate = FormCreate
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Panel3: TPanel
  22.     Left = 0
  23.     Top = 0
  24.     Width = 462
  25.     Height = 249
  26.     Align = alClient
  27.     BevelOuter = bvNone
  28.     TabOrder = 0
  29.     object Splitter1: TSplitter
  30.       Left = 129
  31.       Top = 0
  32.       Width = 6
  33.       Height = 249
  34.       Cursor = crHSplit
  35.       Beveled = True
  36.       Color = clBtnFace
  37.       MinSize = 80
  38.       ParentColor = False
  39.     end
  40.     object Panel1: TPanel
  41.       Left = 0
  42.       Top = 0
  43.       Width = 129
  44.       Height = 249
  45.       Align = alLeft
  46.       BevelOuter = bvNone
  47.       TabOrder = 0
  48.       object theList: TListBox
  49.         Left = 0
  50.         Top = 18
  51.         Width = 129
  52.         Height = 209
  53.         Align = alClient
  54.         BorderStyle = bsNone
  55.         ItemHeight = 13
  56.         TabOrder = 0
  57.         OnClick = theListClick
  58.       end
  59.       object Panel4: TPanel
  60.         Left = 0
  61.         Top = 227
  62.         Width = 129
  63.         Height = 22
  64.         Align = alBottom
  65.         BevelOuter = bvNone
  66.         TabOrder = 1
  67.         object CapitalsOnly: TCheckBox
  68.           Left = 3
  69.           Top = 4
  70.           Width = 107
  71.           Height = 17
  72.           Caption = 'Nur Substantive'
  73.           TabOrder = 0
  74.           OnClick = CapitalsOnlyClick
  75.         end
  76.       end
  77.       object Panel5: TPanel
  78.         Left = 0
  79.         Top = 0
  80.         Width = 129
  81.         Height = 18
  82.         Align = alTop
  83.         BevelOuter = bvNone
  84.         TabOrder = 2
  85.         object Label1: TLabel
  86.           Left = 2
  87.           Top = 2
  88.           Width = 79
  89.           Height = 13
  90.           Caption = 'Schl'#252'sselw'#246'rter:'
  91.           ParentShowHint = False
  92.           ShowHint = False
  93.         end
  94.       end
  95.     end
  96.     object Panel2: TPanel
  97.       Left = 135
  98.       Top = 0
  99.       Width = 327
  100.       Height = 249
  101.       Align = alClient
  102.       BevelOuter = bvNone
  103.       TabOrder = 1
  104.       OnResize = Panel2Resize
  105.       object Label2: TLabel
  106.         Left = 6
  107.         Top = 4
  108.         Width = 59
  109.         Height = 13
  110.         Caption = 'Suchbegriff:'
  111.       end
  112.       object Label3: TLabel
  113.         Left = 6
  114.         Top = 66
  115.         Width = 56
  116.         Height = 13
  117.         Caption = 'Ergebnisse:'
  118.       end
  119.       object SearchEdit: TEdit
  120.         Left = 6
  121.         Top = 18
  122.         Width = 214
  123.         Height = 21
  124.         TabOrder = 0
  125.         OnKeyDown = SearchEditKeyDown
  126.         OnKeyUp = SearchEditKeyUp
  127.       end
  128.       object SearchBtn: TButton
  129.         Left = 248
  130.         Top = 4
  131.         Width = 75
  132.         Height = 25
  133.         Caption = 'Suchen'
  134.         TabOrder = 1
  135.         Visible = False
  136.         OnClick = SearchBtnClick
  137.       end
  138.       object WholeWord: TCheckBox
  139.         Left = 222
  140.         Top = 42
  141.         Width = 208
  142.         Height = 17
  143.         Caption = 'Ganzes Wort'
  144.         Checked = True
  145.         State = cbChecked
  146.         TabOrder = 2
  147.         Visible = False
  148.       end
  149.       object SelectFile: TStringGrid
  150.         Left = 6
  151.         Top = 83
  152.         Width = 308
  153.         Height = 167
  154.         BorderStyle = bsNone
  155.         ColCount = 3
  156.         DefaultRowHeight = 18
  157.         FixedCols = 0
  158.         RowCount = 2
  159.         GridLineWidth = 0
  160.         Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goDrawFocusSelected, goColSizing, goRowSelect]
  161.         ScrollBars = ssVertical
  162.         TabOrder = 3
  163.         OnClick = SelectFileClick
  164.         ColWidths = (
  165.           64
  166.           64
  167.           64)
  168.       end
  169.       object ImmediateLoad: TCheckBox
  170.         Left = 6
  171.         Top = 43
  172.         Width = 215
  173.         Height = 17
  174.         Caption = 'Ergebnisse sofort anzeigen'
  175.         TabOrder = 4
  176.       end
  177.     end
  178.   end
  179.   object SyncTimer: TTimer
  180.     Enabled = False
  181.     Interval = 200
  182.     OnTimer = SyncTimerTimer
  183.     Left = 421
  184.     Top = 79
  185.   end
  186. end
  187.