home *** CD-ROM | disk | FTP | other *** search
/ PC-Online 1998 February / PCOnline_02_1998.iso / filesbbs / win95 / wonline.exe / INSTALL.EXE / 0 / RCDATA / TSEARCHDIR / TSEARCHDIR.txt < prev   
Text File  |  1996-10-16  |  1KB  |  56 lines

  1. object SearchDir: TSearchDir
  2.   Left = 200
  3.   Top = 121
  4.   BorderStyle = bsDialog
  5.   Caption = 'Ordner w∩┐╜hlen'
  6.   ClientHeight = 232
  7.   ClientWidth = 347
  8.   Font.Color = clWindowText
  9.   Font.Height = -10
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   OnCreate = FormCreate
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object BitBtn1: TBitBtn
  17.     Left = 143
  18.     Top = 198
  19.     Width = 61
  20.     Height = 27
  21.     TabOrder = 0
  22.     Kind = bkOK
  23.   end
  24.   object Verzeichnis: TDirectoryListBox
  25.     Left = 116
  26.     Top = 5
  27.     Width = 226
  28.     Height = 186
  29.     ItemHeight = 16
  30.     TabOrder = 1
  31.   end
  32.   object Panel1: TPanel
  33.     Left = 2
  34.     Top = 1
  35.     Width = 111
  36.     Height = 191
  37.     BevelOuter = bvLowered
  38.     Color = clBackground
  39.     TabOrder = 2
  40.     object Image1: TImage
  41.       Left = 18
  42.       Top = 26
  43.       Width = 47
  44.       Height = 43
  45.       Picture.Data = {<image000.ico>}
  46.     end
  47.     object Image2: TImage
  48.       Left = 38
  49.       Top = 114
  50.       Width = 47
  51.       Height = 43
  52.       Picture.Data = {<image001.ico>}
  53.     end
  54.   end
  55. end
  56.