home *** CD-ROM | disk | FTP | other *** search
/ com!online 2002 April / comcd0402.iso / start.exe / 0 / RCDATA / TINDEXFORM / TINDEXFORM.txt
Encoding:
Text File  |  2001-12-07  |  3.1 KB  |  146 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 = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   OldCreateOrder = False
  16.   OnClose = FormClose
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Panel3: TPanel
  21.     Left = 0
  22.     Top = 0
  23.     Width = 462
  24.     Height = 256
  25.     Align = alClient
  26.     BevelOuter = bvNone
  27.     TabOrder = 0
  28.     object Splitter1: TSplitter
  29.       Left = 129
  30.       Top = 0
  31.       Width = 6
  32.       Height = 256
  33.       Cursor = crHSplit
  34.       Beveled = True
  35.       Color = clBtnFace
  36.       MinSize = 80
  37.       ParentColor = False
  38.     end
  39.     object Panel1: TPanel
  40.       Left = 0
  41.       Top = 0
  42.       Width = 129
  43.       Height = 256
  44.       Align = alLeft
  45.       BevelOuter = bvNone
  46.       TabOrder = 0
  47.       OnResize = Panel1Resize
  48.       object Label1: TLabel
  49.         Left = 4
  50.         Top = 4
  51.         Width = 77
  52.         Height = 13
  53.         Caption = 'Schl∩┐╜sselw∩┐╜rter:'
  54.         ParentShowHint = False
  55.         ShowHint = True
  56.       end
  57.       object theList: TListBox
  58.         Left = 8
  59.         Top = 20
  60.         Width = 103
  61.         Height = 143
  62.         ItemHeight = 13
  63.         TabOrder = 0
  64.         OnClick = theListClick
  65.       end
  66.       object CapitalsOnly: TCheckBox
  67.         Left = 8
  68.         Top = 168
  69.         Width = 107
  70.         Height = 17
  71.         Caption = 'Nur Subjektive'
  72.         TabOrder = 1
  73.         OnClick = CapitalsOnlyClick
  74.       end
  75.     end
  76.     object Panel2: TPanel
  77.       Left = 135
  78.       Top = 0
  79.       Width = 327
  80.       Height = 256
  81.       Align = alClient
  82.       BevelOuter = bvNone
  83.       TabOrder = 1
  84.       OnResize = Panel2Resize
  85.       object Label2: TLabel
  86.         Left = 6
  87.         Top = 4
  88.         Width = 57
  89.         Height = 13
  90.         Caption = 'Suchbegriff:'
  91.       end
  92.       object Label3: TLabel
  93.         Left = 6
  94.         Top = 46
  95.         Width = 55
  96.         Height = 13
  97.         Caption = 'Ergebnisse:'
  98.       end
  99.       object SearchEdit: TEdit
  100.         Left = 6
  101.         Top = 18
  102.         Width = 121
  103.         Height = 21
  104.         TabOrder = 0
  105.       end
  106.       object SearchBtn: TButton
  107.         Left = 134
  108.         Top = 14
  109.         Width = 75
  110.         Height = 25
  111.         Caption = 'Suchen'
  112.         TabOrder = 1
  113.         OnClick = SearchBtnClick
  114.       end
  115.       object WholeWord: TCheckBox
  116.         Left = 220
  117.         Top = 20
  118.         Width = 97
  119.         Height = 17
  120.         Caption = 'Ganzes Wort'
  121.         Checked = True
  122.         State = cbChecked
  123.         TabOrder = 2
  124.       end
  125.       object SelectFile: TStringGrid
  126.         Left = 8
  127.         Top = 62
  128.         Width = 308
  129.         Height = 181
  130.         ColCount = 2
  131.         DefaultRowHeight = 18
  132.         FixedCols = 0
  133.         RowCount = 2
  134.         GridLineWidth = 0
  135.         Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goDrawFocusSelected, goColSizing, goRowSelect]
  136.         ScrollBars = ssVertical
  137.         TabOrder = 3
  138.         OnClick = SelectFileClick
  139.         ColWidths = (
  140.           64
  141.           64)
  142.       end
  143.     end
  144.   end
  145. end
  146.