home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 April A / Pcwk4a98.iso / PROGRAM / DELPHI16 / Dirscan / dirlist1.dfm / dirlist1.txt
Text File  |  1995-05-12  |  1KB  |  72 lines

  1. object Form1: TForm1
  2.   Left = 260
  3.   Top = 222
  4.   Width = 642
  5.   Height = 300
  6.   Caption = 'Recursive Directory Scan'
  7.   Font.Color = clWindowText
  8.   Font.Height = -17
  9.   Font.Name = 'System'
  10.   Font.Style = []
  11.   PixelsPerInch = 120
  12.   Position = poScreenCenter
  13.   TextHeight = 20
  14.   object Label1: TLabel
  15.     Left = 480
  16.     Top = 24
  17.     Width = 116
  18.     Height = 20
  19.     Caption = '&Path to search'
  20.     FocusControl = Edit1
  21.   end
  22.   object Label2: TLabel
  23.     Left = 480
  24.     Top = 96
  25.     Width = 74
  26.     Height = 20
  27.     Caption = '&File Mask'
  28.     FocusControl = Edit2
  29.   end
  30.   object ListBox1: TListBox
  31.     Left = 16
  32.     Top = 24
  33.     Width = 449
  34.     Height = 225
  35.     ItemHeight = 20
  36.     TabOrder = 0
  37.   end
  38.   object Edit1: TEdit
  39.     Left = 480
  40.     Top = 48
  41.     Width = 137
  42.     Height = 29
  43.     TabOrder = 1
  44.   end
  45.   object Edit2: TEdit
  46.     Left = 480
  47.     Top = 120
  48.     Width = 137
  49.     Height = 29
  50.     TabOrder = 2
  51.   end
  52.   object Button1: TButton
  53.     Left = 480
  54.     Top = 168
  55.     Width = 137
  56.     Height = 33
  57.     Caption = '&Search'
  58.     Default = True
  59.     TabOrder = 3
  60.     OnClick = Button1Click
  61.   end
  62.   object Button2: TButton
  63.     Left = 480
  64.     Top = 216
  65.     Width = 137
  66.     Height = 33
  67.     Caption = 'Close'
  68.     TabOrder = 4
  69.     OnClick = Button2Click
  70.   end
  71. end
  72.