home *** CD-ROM | disk | FTP | other *** search
/ BUG 6 / BUGCD1997_09.BIN / DESKTOP / CROWD / _SETUP.1 / CCUNINST.exe / 0 / RCDATA / TFORM1 / TFORM1.txt
Text File  |  1996-11-25  |  3KB  |  115 lines

  1. object Form1: TForm1
  2.   Tag = 6799
  3.   Left = 18
  4.   Top = 131
  5.   BorderIcons = []
  6.   BorderStyle = bsDialog
  7.   Caption = 'Uninstall Crowd Control'
  8.   ClientHeight = 260
  9.   ClientWidth = 404
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Label1: TLabel
  19.     Tag = 6793
  20.     Left = 11
  21.     Top = 12
  22.     Width = 379
  23.     Height = 42
  24.     AutoSize = False
  25.     Caption = 
  26.       'To uninstall Crowd Control, click the Uninstall Crowd Control bu' +
  27.       'tton.  If you do not want to uninstall Crowd Control at this tim' +
  28.       'e, click the Cancel button.'
  29.     WordWrap = True
  30.   end
  31.   object Label2: TLabel
  32.     Tag = 6794
  33.     Left = 11
  34.     Top = 49
  35.     Width = 390
  36.     Height = 55
  37.     AutoSize = False
  38.     Caption = 
  39.       'You can choose whether to delete the Custom Windows 95 folders t' +
  40.       'hat Crowd Control created for each user.  These folders include ' +
  41.       'the Programs, Start Menu, Desktop, Favorites and Recent folders ' +
  42.       'and are located in the Windows\Profiles directory.'
  43.     WordWrap = True
  44.   end
  45.   object Label3: TLabel
  46.     Tag = 6795
  47.     Left = 11
  48.     Top = 111
  49.     Width = 387
  50.     Height = 43
  51.     AutoSize = False
  52.     Caption = 
  53.       'Deleting the custom Windows 95 folders will not delete the origi' +
  54.       'nal Windows 95 Start Menu and Program folders, which are usually' +
  55.       ' found in the Windows\Start Menu directory'
  56.     WordWrap = True
  57.   end
  58.   object Label4: TLabel
  59.     Tag = 6798
  60.     Left = 89
  61.     Top = 182
  62.     Width = 288
  63.     Height = 36
  64.     AutoSize = False
  65.     Caption = 
  66.       'If this option is checked, all data files in the users'#39'  Desktop' +
  67.       ', Favorites and other folders will also be deleted.'
  68.     WordWrap = True
  69.   end
  70.   object Label5: TLabel
  71.     Tag = 6797
  72.     Left = 31
  73.     Top = 182
  74.     Width = 53
  75.     Height = 13
  76.     Caption = 'WARNNG:'
  77.   end
  78.   object cmdUninstall: TButton
  79.     Tag = 6799
  80.     Left = 139
  81.     Top = 225
  82.     Width = 166
  83.     Height = 26
  84.     Caption = 'Uninstall Crowd Control'
  85.     TabOrder = 0
  86.     OnClick = cmdUninstallClick
  87.   end
  88.   object cmdCancel: TButton
  89.     Tag = 6800
  90.     Left = 312
  91.     Top = 225
  92.     Width = 75
  93.     Height = 26
  94.     Cancel = True
  95.     Caption = 'Cancel'
  96.     TabOrder = 1
  97.     OnClick = cmdCancelClick
  98.   end
  99.   object chkDeleteFolders: TCheckBox
  100.     Tag = 6796
  101.     Left = 11
  102.     Top = 162
  103.     Width = 267
  104.     Height = 17
  105.     Caption = 'Delete the custom Windows 95 folders'
  106.     State = cbChecked
  107.     TabOrder = 2
  108.   end
  109.   object BrowseDirectoryDlg1: TBrowseDirectoryDlg
  110.     Options = [bfDirectoriesOnly]
  111.     Left = 91
  112.     Top = 228
  113.   end
  114. end
  115.