object WelcomeScreen: TWelcomeScreen Left = 205 Top = 165 Width = 451 Height = 144 BorderIcons = [biSystemMenu, biMinimize] Caption = 'Welcome' Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object Image1: TImage Left = 16 Top = 16 Width = 32 Height = 32 AutoSize = True Picture.Data = {} end object Label1: TLabel Left = 56 Top = 16 Width = 327 Height = 13 Caption = 'Welcome, this utility will install the following program to your' + ' computer:' end object Progname: TLabel Left = 56 Top = 40 Width = 329 Height = 13 Alignment = taCenter AutoSize = False Caption = 'Progname' end object ProceedButton: TButton Left = 128 Top = 80 Width = 89 Height = 25 Caption = '&Proceed' Default = True TabOrder = 0 OnClick = ProceedButtonClick end object Cancelbutton: TButton Left = 224 Top = 80 Width = 89 Height = 25 Cancel = True Caption = '&Cancel' TabOrder = 1 OnClick = CancelbuttonClick end end