object Form1: TForm1 Left = 28 Top = 106 Width = 562 Height = 281 BorderIcons = [biSystemMenu, biMinimize] Caption = 'Schnellsuche' Font.Color = clBlack Font.Height = -17 Font.Name = 'Arial' Font.Style = [] Scaled = False OnActivate = FormActivate OnCreate = FormCreate OnDblClick = FormDblClick OnHide = FormHide OnShow = FormShow PixelsPerInch = 120 TextHeight = 19 object Label2: TLabel Left = 32 Top = 72 Width = 170 Height = 19 Caption = 'Suchtext f�r Textsuche:' end object Label4: TLabel Left = 300 Top = 16 Width = 151 Height = 19 Caption = 'Suche auf Laufwerk:' end object Label1: TLabel Left = 32 Top = 20 Width = 90 Height = 19 Caption = 'Dateimaske:' end object SharewareLabel: TLabel Left = 32 Top = 228 Width = 354 Height = 19 Caption = 'Sharewareversion - Einsatz nur zu Testzwecken!' end object LizenzBtn: TSpeedButton Left = 420 Top = 224 Width = 113 Height = 21 Caption = 'Lizensieren' OnClick = LizenzBtnClick end object Edit1: TEdit Left = 32 Top = 40 Width = 81 Height = 27 TabOrder = 0 Text = '*.*' end object Edit2: TEdit Left = 32 Top = 92 Width = 225 Height = 27 TabOrder = 1 end object CBCaseSensitive: TCheckBox Left = 32 Top = 124 Width = 257 Height = 25 Caption = 'Beachte Gro�-/Kleinschreibung' TabOrder = 2 end object BitBtn1: TBitBtn Left = 32 Top = 192 Width = 233 Height = 29 Caption = 'OK - Suche starten' TabOrder = 4 OnClick = BitBtn1Click Kind = bkOK end object BitBtn3: TBitBtn Left = 300 Top = 192 Width = 113 Height = 29 Caption = 'Ende' TabOrder = 5 OnClick = BitBtn3Click Kind = bkNo end object BitBtn4: TBitBtn Left = 420 Top = 192 Width = 113 Height = 29 TabOrder = 6 OnClick = BitBtn4Click Kind = bkHelp end object DriveComboBox1: TDriveComboBox Left = 300 Top = 40 Width = 233 Height = 25 DirList = DirectoryListBox1 TabOrder = 7 end object DirectoryListBox1: TDirectoryListBox Left = 300 Top = 72 Width = 233 Height = 105 ItemHeight = 19 TabOrder = 8 OnClick = DirectoryListBox1Click end object CBRecursive: TCheckBox Left = 32 Top = 152 Width = 261 Height = 25 Caption = 'Unterverzeichnisse bearbeiten' TabOrder = 3 end end