object Form1: TForm1 Tag = 6799 Left = 18 Top = 131 BorderIcons = [] BorderStyle = bsDialog Caption = 'Uninstall Crowd Control' ClientHeight = 260 ClientWidth = 404 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Tag = 6793 Left = 11 Top = 12 Width = 379 Height = 42 AutoSize = False Caption = 'To uninstall Crowd Control, click the Uninstall Crowd Control bu' + 'tton. If you do not want to uninstall Crowd Control at this tim' + 'e, click the Cancel button.' WordWrap = True end object Label2: TLabel Tag = 6794 Left = 11 Top = 49 Width = 390 Height = 55 AutoSize = False Caption = 'You can choose whether to delete the Custom Windows 95 folders t' + 'hat Crowd Control created for each user. These folders include ' + 'the Programs, Start Menu, Desktop, Favorites and Recent folders ' + 'and are located in the Windows\Profiles directory.' WordWrap = True end object Label3: TLabel Tag = 6795 Left = 11 Top = 111 Width = 387 Height = 43 AutoSize = False Caption = 'Deleting the custom Windows 95 folders will not delete the origi' + 'nal Windows 95 Start Menu and Program folders, which are usually' + ' found in the Windows\Start Menu directory' WordWrap = True end object Label4: TLabel Tag = 6798 Left = 89 Top = 182 Width = 288 Height = 36 AutoSize = False Caption = 'If this option is checked, all data files in the users'#39' Desktop' + ', Favorites and other folders will also be deleted.' WordWrap = True end object Label5: TLabel Tag = 6797 Left = 31 Top = 182 Width = 53 Height = 13 Caption = 'WARNNG:' end object cmdUninstall: TButton Tag = 6799 Left = 139 Top = 225 Width = 166 Height = 26 Caption = 'Uninstall Crowd Control' TabOrder = 0 OnClick = cmdUninstallClick end object cmdCancel: TButton Tag = 6800 Left = 312 Top = 225 Width = 75 Height = 26 Cancel = True Caption = 'Cancel' TabOrder = 1 OnClick = cmdCancelClick end object chkDeleteFolders: TCheckBox Tag = 6796 Left = 11 Top = 162 Width = 267 Height = 17 Caption = 'Delete the custom Windows 95 folders' State = cbChecked TabOrder = 2 end object BrowseDirectoryDlg1: TBrowseDirectoryDlg Options = [bfDirectoriesOnly] Left = 91 Top = 228 end end