object frmWizard: TfrmWizard Left = 12 Top = 114 Width = 478 Height = 324 Caption = 'Uninstall Crowd Control' Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object cmdFinish: TButton Left = 409 Top = 273 Width = 54 Height = 21 Caption = '&Finish' Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 0 end object cmdNext: TButton Left = 350 Top = 273 Width = 54 Height = 21 Caption = '&Next>' Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 1 OnClick = cmdNextClick end object cmdBack: TButton Left = 296 Top = 273 Width = 54 Height = 21 Caption = '<&Back' Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 2 OnClick = cmdBackClick end object cmdCancel: TButton Left = 234 Top = 273 Width = 54 Height = 21 Cancel = True Caption = 'Cancel' Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ModalResult = 2 ParentFont = False TabOrder = 3 end object cmdHelp: TButton Left = 166 Top = 273 Width = 54 Height = 21 Caption = '&Help' Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 4 OnClick = cmdHelpClick end object PageControl1: TPageControl Left = 6 Top = 5 Width = 459 Height = 262 ActivePage = TabSheet2 TabOrder = 5 object TabSheet2: TTabSheet Caption = 'TabSheet2' TabVisible = False object Label1: TLabel Left = 80 Top = 22 Width = 321 Height = 59 AutoSize = False Caption = 'This application will uninstall Crowd Control. To continue, cli' + 'ck the Next button. Press Cancel if you do not want to uninstal' + 'l Crowd Control at this time.' end end end end