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

  1. object frmResetFolders: TfrmResetFolders
  2.   Left = 119
  3.   Top = 80
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Crowd Control'
  7.   ClientHeight = 303
  8.   ClientWidth = 405
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object lblPrompt1: TLabel
  18.     Tag = 6749
  19.     Left = 19
  20.     Top = 13
  21.     Width = 363
  22.     Height = 39
  23.     AutoSize = False
  24.     Caption = 
  25.       'Crowd Control has detected that Windows 95 may no longer be set ' +
  26.       'to use the Shell Folders that were in use when Crowd Control was' +
  27.       ' first installed.'
  28.     WordWrap = True
  29.   end
  30.   object lblPrompt2: TLabel
  31.     Tag = 6750
  32.     Left = 19
  33.     Top = 49
  34.     Width = 341
  35.     Height = 27
  36.     AutoSize = False
  37.     Caption = 
  38.       'Windows is currently setup to use the following folders when you' +
  39.       ' restart your computer:'
  40.     WordWrap = True
  41.   end
  42.   object Label3: TLabel
  43.     Tag = 6754
  44.     Left = 31
  45.     Top = 82
  46.     Width = 57
  47.     Height = 13
  48.     Caption = 'Start Folder:'
  49.   end
  50.   object Label4: TLabel
  51.     Tag = 6753
  52.     Left = 31
  53.     Top = 98
  54.     Width = 79
  55.     Height = 13
  56.     Caption = 'Programs Folder:'
  57.   end
  58.   object Label5: TLabel
  59.     Tag = 6755
  60.     Left = 31
  61.     Top = 114
  62.     Width = 75
  63.     Height = 13
  64.     Caption = 'Desktop Folder:'
  65.   end
  66.   object lblCurrentStart: TLabel
  67.     Left = 120
  68.     Top = 82
  69.     Width = 3
  70.     Height = 13
  71.   end
  72.   object lblCurrentPrograms: TLabel
  73.     Left = 120
  74.     Top = 98
  75.     Width = 3
  76.     Height = 13
  77.   end
  78.   object lblCurrentDesktop: TLabel
  79.     Left = 120
  80.     Top = 114
  81.     Width = 3
  82.     Height = 13
  83.   end
  84.   object lblPrompt3: TLabel
  85.     Tag = 6751
  86.     Left = 19
  87.     Top = 140
  88.     Width = 354
  89.     Height = 20
  90.     AutoSize = False
  91.     Caption = 
  92.       'When Crowd Control was installed, Windows was using these folder' +
  93.       's:'
  94.     WordWrap = True
  95.   end
  96.   object Label7: TLabel
  97.     Tag = 6754
  98.     Left = 31
  99.     Top = 161
  100.     Width = 57
  101.     Height = 13
  102.     Caption = 'Start Folder:'
  103.   end
  104.   object Label8: TLabel
  105.     Tag = 6753
  106.     Left = 31
  107.     Top = 177
  108.     Width = 79
  109.     Height = 13
  110.     Caption = 'Programs Folder:'
  111.   end
  112.   object Label9: TLabel
  113.     Tag = 6755
  114.     Left = 31
  115.     Top = 193
  116.     Width = 75
  117.     Height = 13
  118.     Caption = 'Desktop Folder:'
  119.   end
  120.   object lblOldStart: TLabel
  121.     Left = 120
  122.     Top = 161
  123.     Width = 3
  124.     Height = 13
  125.   end
  126.   object lblOldPrograms: TLabel
  127.     Left = 120
  128.     Top = 177
  129.     Width = 3
  130.     Height = 13
  131.   end
  132.   object lblOldDesktop: TLabel
  133.     Left = 120
  134.     Top = 193
  135.     Width = 3
  136.     Height = 13
  137.   end
  138.   object lblPrompt4: TLabel
  139.     Tag = 6752
  140.     Left = 19
  141.     Top = 218
  142.     Width = 363
  143.     Height = 39
  144.     AutoSize = False
  145.     Caption = 
  146.       'You can choose whether to keep the current settings or revert to' +
  147.       ' the original settings when Windows 95 restarts.'
  148.     WordWrap = True
  149.   end
  150.   object cmdKeepCurrent: TButton
  151.     Tag = 6804
  152.     Left = 24
  153.     Top = 263
  154.     Width = 154
  155.     Height = 25
  156.     Caption = 'Keep Current Settings'
  157.     ModalResult = 2
  158.     TabOrder = 0
  159.   end
  160.   object cmdRevert: TButton
  161.     Tag = 6805
  162.     Left = 217
  163.     Top = 263
  164.     Width = 154
  165.     Height = 25
  166.     Caption = 'Revert to Original Settings'
  167.     ModalResult = 1
  168.     TabOrder = 1
  169.   end
  170. end
  171.