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

  1. object frmWizard: TfrmWizard
  2.   Left = 12
  3.   Top = 114
  4.   Width = 478
  5.   Height = 324
  6.   Caption = 'Uninstall Crowd Control'
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   OnCreate = FormCreate
  12.   PixelsPerInch = 96
  13.   TextHeight = 13
  14.   object cmdFinish: TButton
  15.     Left = 409
  16.     Top = 273
  17.     Width = 54
  18.     Height = 21
  19.     Caption = '&Finish'
  20.     Font.Color = clWindowText
  21.     Font.Height = -11
  22.     Font.Name = 'MS Sans Serif'
  23.     Font.Style = []
  24.     ParentFont = False
  25.     TabOrder = 0
  26.   end
  27.   object cmdNext: TButton
  28.     Left = 350
  29.     Top = 273
  30.     Width = 54
  31.     Height = 21
  32.     Caption = '&Next>'
  33.     Font.Color = clWindowText
  34.     Font.Height = -11
  35.     Font.Name = 'MS Sans Serif'
  36.     Font.Style = []
  37.     ParentFont = False
  38.     TabOrder = 1
  39.     OnClick = cmdNextClick
  40.   end
  41.   object cmdBack: TButton
  42.     Left = 296
  43.     Top = 273
  44.     Width = 54
  45.     Height = 21
  46.     Caption = '<&Back'
  47.     Font.Color = clWindowText
  48.     Font.Height = -11
  49.     Font.Name = 'MS Sans Serif'
  50.     Font.Style = []
  51.     ParentFont = False
  52.     TabOrder = 2
  53.     OnClick = cmdBackClick
  54.   end
  55.   object cmdCancel: TButton
  56.     Left = 234
  57.     Top = 273
  58.     Width = 54
  59.     Height = 21
  60.     Cancel = True
  61.     Caption = 'Cancel'
  62.     Font.Color = clWindowText
  63.     Font.Height = -11
  64.     Font.Name = 'MS Sans Serif'
  65.     Font.Style = []
  66.     ModalResult = 2
  67.     ParentFont = False
  68.     TabOrder = 3
  69.   end
  70.   object cmdHelp: TButton
  71.     Left = 166
  72.     Top = 273
  73.     Width = 54
  74.     Height = 21
  75.     Caption = '&Help'
  76.     Font.Color = clWindowText
  77.     Font.Height = -11
  78.     Font.Name = 'MS Sans Serif'
  79.     Font.Style = []
  80.     ParentFont = False
  81.     TabOrder = 4
  82.     OnClick = cmdHelpClick
  83.   end
  84.   object PageControl1: TPageControl
  85.     Left = 6
  86.     Top = 5
  87.     Width = 459
  88.     Height = 262
  89.     ActivePage = TabSheet2
  90.     TabOrder = 5
  91.     object TabSheet2: TTabSheet
  92.       Caption = 'TabSheet2'
  93.       TabVisible = False
  94.       object Label1: TLabel
  95.         Left = 80
  96.         Top = 22
  97.         Width = 321
  98.         Height = 59
  99.         AutoSize = False
  100.         Caption = 
  101.           'This application will uninstall Crowd Control.  To continue, cli' +
  102.           'ck the Next button.  Press Cancel if you do not want to uninstal' +
  103.           'l Crowd Control at this time.'
  104.       end
  105.     end
  106.   end
  107. end
  108.