object Form12: TForm12 Left = 250 Top = 159 BorderIcons = [] BorderStyle = bsSingle Caption = 'Form12' ClientHeight = 273 ClientWidth = 492 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsStayOnTop Position = poScreenCenter OnCloseQuery = FormCloseQuery OnCreate = FormCreate OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Bevel1: TBevel Left = 11 Top = 220 Width = 471 Height = 10 Shape = bsBottomLine end object Label1: TLabel Left = 10 Top = 240 Width = 80 Height = 13 Caption = 'Application Path:' end object Label2: TLabel Left = 95 Top = 240 Width = 32 Height = 13 Caption = 'Label2' end object Label7: TLabel Left = 145 Top = 10 Width = 331 Height = 31 AutoSize = False Caption = 'Welcome at the Service Setup, You can choose to Add/Delete Comp' + 'onents, Reinstall or Uninstall the Application' WordWrap = True end object Button1: TButton Left = 315 Top = 240 Width = 75 Height = 25 Caption = '&Next >' Enabled = False TabOrder = 0 end object Button2: TButton Left = 240 Top = 240 Width = 75 Height = 25 Caption = '< &Back' Enabled = False TabOrder = 1 end object Button3: TButton Left = 407 Top = 240 Width = 75 Height = 25 Cancel = True Caption = '&Cancel' TabOrder = 2 OnClick = Button3Click end object GroupBox1: TGroupBox Left = 145 Top = 40 Width = 336 Height = 171 TabOrder = 3 object Label3: TLabel Left = 160 Top = 120 Width = 171 Height = 41 AutoSize = False Caption = 'This option will Uninstall all installed components and remove t' + 'he shortcuts in the startmenu.' WordWrap = True end object Label4: TLabel Left = 160 Top = 15 Width = 171 Height = 41 AutoSize = False Caption = 'With this option you can add or remove components.' WordWrap = True end object Label5: TLabel Left = 160 Top = 65 Width = 171 Height = 41 AutoSize = False Caption = 'With this option Setup will install the Application again to rep' + 'ear lost files and configurations.' WordWrap = True end object Button4: TButton Left = 10 Top = 120 Width = 141 Height = 25 Caption = 'Remove All' TabOrder = 2 OnClick = Button4Click end object Button5: TButton Left = 10 Top = 15 Width = 141 Height = 25 Caption = 'Add/Remove Components' Default = True TabOrder = 0 OnClick = Button5Click end object Button6: TButton Left = 10 Top = 65 Width = 141 Height = 25 Caption = 'Reinstall ' TabOrder = 1 OnClick = Button6Click end end object Panel1: TPanel Left = 10 Top = 10 Width = 121 Height = 211 BevelOuter = bvNone BorderStyle = bsSingle Caption = 'Panel1' TabOrder = 4 object Image2: TImage Left = 0 Top = 0 Width = 117 Height = 207 Align = alClient AutoSize = True Center = True end end end