home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 26 / CD_ASCQ_26_1295.iso / vrac / ysfl12.zip / FILES1.ZIP / uninstmf.dfm / uninstmf.txt
Text File  |  1995-08-01  |  487b  |  25 lines

  1. object Form1: TForm1
  2.   Left = 200
  3.   Top = 99
  4.   Width = 278
  5.   Height = 168
  6.   Caption = 'Form1'
  7.   Font.Color = clWindowText
  8.   Font.Height = -13
  9.   Font.Name = 'System'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   TextHeight = 16
  13.   object UnInstall1: TUnInstall
  14.     INIFileName = 'youseful.ini'
  15.     UnInstallingFileDlg = UnInstallingFileDlg1
  16.     Left = 72
  17.     Top = 8
  18.   end
  19.   object UnInstallingFileDlg1: TUnInstallingFileDlg
  20.     Title = 'Removing Software'
  21.     Left = 112
  22.     Top = 8
  23.   end
  24. end
  25.