home *** CD-ROM | disk | FTP | other *** search
/ WDR Computer Club Digital 1997 February / club9702.bin / SHARE95 / 95BLITZ / BLITZ.ZI_ / BLITZ.ZI / S_SUCHE.EXE / 0 / RCDATA / TFORM1 / TFORM1.txt
Text File  |  1996-10-31  |  3KB  |  134 lines

  1. object Form1: TForm1
  2.   Left = 28
  3.   Top = 106
  4.   Width = 562
  5.   Height = 281
  6.   BorderIcons = [biSystemMenu, biMinimize]
  7.   Caption = 'Schnellsuche'
  8.   Font.Color = clBlack
  9.   Font.Height = -17
  10.   Font.Name = 'Arial'
  11.   Font.Style = []
  12.   Scaled = False
  13.   OnActivate = FormActivate
  14.   OnCreate = FormCreate
  15.   OnDblClick = FormDblClick
  16.   OnHide = FormHide
  17.   OnShow = FormShow
  18.   PixelsPerInch = 120
  19.   TextHeight = 19
  20.   object Label2: TLabel
  21.     Left = 32
  22.     Top = 72
  23.     Width = 170
  24.     Height = 19
  25.     Caption = 'Suchtext f∩┐╜r Textsuche:'
  26.   end
  27.   object Label4: TLabel
  28.     Left = 300
  29.     Top = 16
  30.     Width = 151
  31.     Height = 19
  32.     Caption = 'Suche auf Laufwerk:'
  33.   end
  34.   object Label1: TLabel
  35.     Left = 32
  36.     Top = 20
  37.     Width = 90
  38.     Height = 19
  39.     Caption = 'Dateimaske:'
  40.   end
  41.   object SharewareLabel: TLabel
  42.     Left = 32
  43.     Top = 228
  44.     Width = 354
  45.     Height = 19
  46.     Caption = 'Sharewareversion - Einsatz nur zu Testzwecken!'
  47.   end
  48.   object LizenzBtn: TSpeedButton
  49.     Left = 420
  50.     Top = 224
  51.     Width = 113
  52.     Height = 21
  53.     Caption = 'Lizensieren'
  54.     OnClick = LizenzBtnClick
  55.   end
  56.   object Edit1: TEdit
  57.     Left = 32
  58.     Top = 40
  59.     Width = 81
  60.     Height = 27
  61.     TabOrder = 0
  62.     Text = '*.*'
  63.   end
  64.   object Edit2: TEdit
  65.     Left = 32
  66.     Top = 92
  67.     Width = 225
  68.     Height = 27
  69.     TabOrder = 1
  70.   end
  71.   object CBCaseSensitive: TCheckBox
  72.     Left = 32
  73.     Top = 124
  74.     Width = 257
  75.     Height = 25
  76.     Caption = 'Beachte Gro∩┐╜-/Kleinschreibung'
  77.     TabOrder = 2
  78.   end
  79.   object BitBtn1: TBitBtn
  80.     Left = 32
  81.     Top = 192
  82.     Width = 233
  83.     Height = 29
  84.     Caption = 'OK - Suche starten'
  85.     TabOrder = 4
  86.     OnClick = BitBtn1Click
  87.     Kind = bkOK
  88.   end
  89.   object BitBtn3: TBitBtn
  90.     Left = 300
  91.     Top = 192
  92.     Width = 113
  93.     Height = 29
  94.     Caption = 'Ende'
  95.     TabOrder = 5
  96.     OnClick = BitBtn3Click
  97.     Kind = bkNo
  98.   end
  99.   object BitBtn4: TBitBtn
  100.     Left = 420
  101.     Top = 192
  102.     Width = 113
  103.     Height = 29
  104.     TabOrder = 6
  105.     OnClick = BitBtn4Click
  106.     Kind = bkHelp
  107.   end
  108.   object DriveComboBox1: TDriveComboBox
  109.     Left = 300
  110.     Top = 40
  111.     Width = 233
  112.     Height = 25
  113.     DirList = DirectoryListBox1
  114.     TabOrder = 7
  115.   end
  116.   object DirectoryListBox1: TDirectoryListBox
  117.     Left = 300
  118.     Top = 72
  119.     Width = 233
  120.     Height = 105
  121.     ItemHeight = 19
  122.     TabOrder = 8
  123.     OnClick = DirectoryListBox1Click
  124.   end
  125.   object CBRecursive: TCheckBox
  126.     Left = 32
  127.     Top = 152
  128.     Width = 261
  129.     Height = 25
  130.     Caption = 'Unterverzeichnisse bearbeiten'
  131.     TabOrder = 3
  132.   end
  133. end
  134.