home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 September / Chip_2001-09_cd1.bin / sharewar / diskanal / DISK.EXE / 0 / RCDATA / TSEARCHSTATUSDLG / TSEARCHSTATUSDLG.txt
Encoding:
Text File  |  1998-05-04  |  1.4 KB  |  80 lines

  1. object SearchStatusDlg: TSearchStatusDlg
  2.   Left = 173
  3.   Top = 179
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Disk Analysis Progress'
  7.   ClientHeight = 115
  8.   ClientWidth = 415
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clBlack
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = [fsBold]
  14.   Position = poScreenCenter
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Label1: TLabel
  19.     Left = 8
  20.     Top = 8
  21.     Width = 114
  22.     Height = 13
  23.     Caption = 'Analyzing Directory:'
  24.   end
  25.   object Label2: TLabel
  26.     Left = 8
  27.     Top = 56
  28.     Width = 31
  29.     Height = 13
  30.     Caption = 'Files:'
  31.   end
  32.   object Label3: TLabel
  33.     Left = 8
  34.     Top = 72
  35.     Width = 56
  36.     Height = 13
  37.     Caption = 'Kilobytes:'
  38.   end
  39.   object Label4: TLabel
  40.     Left = 43
  41.     Top = 56
  42.     Width = 5
  43.     Height = 13
  44.   end
  45.   object Label5: TLabel
  46.     Left = 67
  47.     Top = 72
  48.     Width = 5
  49.     Height = 13
  50.   end
  51.   object CancelBtn: TBitBtn
  52.     Left = 169
  53.     Top = 84
  54.     Width = 77
  55.     Height = 27
  56.     TabOrder = 0
  57.     OnClick = CancelBtnClick
  58.     Kind = bkCancel
  59.     Margin = 2
  60.     Spacing = -1
  61.     IsControl = True
  62.   end
  63.   object Edit1: TEdit
  64.     Left = 8
  65.     Top = 24
  66.     Width = 401
  67.     Height = 21
  68.     Color = clBtnFace
  69.     ReadOnly = True
  70.     TabOrder = 1
  71.   end
  72.   object Timer1: TTimer
  73.     Enabled = False
  74.     Interval = 500
  75.     OnTimer = Timer1Timer
  76.     Left = 384
  77.     Top = 88
  78.   end
  79. end
  80.