home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 June / ccd0605.iso / Software / Shareware / Utilitare / rapid / rapid_install.exe / rapid.exe / 0 / RCDATA / TFORMEXIT / TFORMEXIT.txt
Text File  |  2005-05-02  |  760b  |  35 lines

  1. object formExit: TformExit
  2.   Left = 441
  3.   Top = 314
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Rapid File Defragmentor'
  7.   ClientHeight = 65
  8.   ClientWidth = 285
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnActivate = FormActivate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object lblExiting: TLabel
  21.     Left = 48
  22.     Top = 16
  23.     Width = 227
  24.     Height = 26
  25.     Alignment = taCenter
  26.     Caption = 'Exiting...'#13#10'Waiting until all tasks have completed execution'
  27.   end
  28.   object imgIcon: TImage
  29.     Left = 8
  30.     Top = 16
  31.     Width = 32
  32.     Height = 32
  33.   end
  34. end
  35.