object Step1: TStep1 Left = 155 Top = 163 BorderIcons = [biSystemMenu] BorderStyle = bsSingle Caption = 'Step1' 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 = 10 Top = 220 Width = 471 Height = 10 Shape = bsBottomLine end object Label7: TLabel Left = 140 Top = 145 Width = 50 Height = 13 Caption = '&Full Name:' FocusControl = Edit1 end object Label1: TLabel Left = 140 Top = 10 Width = 341 Height = 24 AutoSize = False Caption = 'Welcome at ' Font.Color = clBlack Font.Height = -16 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object Label2: TLabel Left = 140 Top = 125 Width = 260 Height = 13 Caption = 'Please type your name and your company name below:' end object Label3: TLabel Left = 140 Top = 185 Width = 78 Height = 13 Caption = '&Company Name:' FocusControl = Edit2 end object Button1: TButton Left = 315 Top = 240 Width = 75 Height = 25 Caption = '&Next >' TabOrder = 3 OnClick = Button1Click end object Button2: TButton Left = 240 Top = 240 Width = 75 Height = 25 Caption = '< &Back' Enabled = False TabOrder = 2 OnClick = Button2Click end object Button3: TButton Left = 405 Top = 240 Width = 75 Height = 25 Cancel = True Caption = '&Cancel' TabOrder = 4 OnClick = Button3Click end object Edit1: TEdit Left = 140 Top = 160 Width = 226 Height = 21 AutoSelect = False TabOrder = 0 end object Memo1: TMemo Left = 140 Top = 35 Width = 341 Height = 81 BorderStyle = bsNone Color = clBtnFace Lines.Strings = ( 'Welcome at Setup') ReadOnly = True TabOrder = 5 end object Edit2: TEdit Left = 140 Top = 200 Width = 226 Height = 21 AutoSelect = False TabOrder = 1 end object Panel1: TPanel Left = 10 Top = 10 Width = 121 Height = 211 BevelOuter = bvNone BorderStyle = bsSingle Caption = 'Panel1' TabOrder = 6 object Image1: TImage Left = 0 Top = 0 Width = 117 Height = 207 Align = alClient Center = True end end end