object StartCopyForm: TStartCopyForm Left = 389 Top = 355 ActiveControl = NextBtn BorderIcons = [] BorderStyle = bsDialog Caption = 'Start Copying Files' ClientHeight = 329 ClientWidth = 472 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsMDIChild Position = poScreenCenter PrintScale = poNone Scaled = False Visible = True OnClose = FormClose OnCloseQuery = FormCloseQuery OnCreate = FormCreate OnDestroy = FormDestroy PixelsPerInch = 96 TextHeight = 13 object Bevel1: TBevel Left = 16 Top = 288 Width = 441 Height = 9 Shape = bsTopLine end object Label1: TLabel Left = 152 Top = 16 Width = 313 Height = 29 AutoSize = False Caption = 'Setup has enough information to start copying the program files.' WordWrap = True end object Label2: TLabel Left = 152 Top = 46 Width = 313 Height = 29 AutoSize = False Caption = 'If you want to review or change any settings, click Back. If you' + ' are satisfied with the settings, click Next to begin copying fi' + 'les.' WordWrap = True end object Label3: TLabel Left = 152 Top = 109 Width = 313 Height = 14 AutoSize = False Caption = 'Current settings:' WordWrap = True end object Panel1: TPanel Left = 16 Top = 16 Width = 121 Height = 257 BevelOuter = bvLowered Color = clTeal TabOrder = 0 object Image1: TImage Left = 1 Top = 24 Width = 118 Height = 200 AutoSize = True end end object BackBtn: TButton Left = 222 Top = 300 Width = 74 Height = 24 Caption = '< &Back' ModalResult = 7 TabOrder = 1 OnClick = ButtonClick end object NextBtn: TButton Left = 296 Top = 300 Width = 74 Height = 24 Caption = '&Next >' Default = True ModalResult = 6 TabOrder = 2 OnClick = ButtonClick end object CancelBtn: TButton Left = 382 Top = 300 Width = 74 Height = 24 Cancel = True Caption = 'Cancel' ModalResult = 3 TabOrder = 3 OnClick = ButtonClick end object Panel2: TPanel Left = 152 Top = 128 Width = 305 Height = 145 BevelOuter = bvLowered TabOrder = 4 object Label4: TLabel Left = 5 Top = 6 Width = 161 Height = 14 AutoSize = False Caption = 'Setup directory' WordWrap = True end object DirInstLabel: TLabel Left = 13 Top = 22 Width = 281 Height = 14 AutoSize = False WordWrap = True end object Label5: TLabel Left = 5 Top = 49 Width = 161 Height = 14 AutoSize = False Caption = 'User information' WordWrap = True end object Label6: TLabel Left = 13 Top = 65 Width = 49 Height = 14 AutoSize = False Caption = 'Name:' WordWrap = True end object Label7: TLabel Left = 13 Top = 81 Width = 49 Height = 14 AutoSize = False Caption = 'Company:' WordWrap = True end object NameLabel: TLabel Left = 61 Top = 65 Width = 236 Height = 14 AutoSize = False WordWrap = True end object CompanyLabel: TLabel Left = 61 Top = 81 Width = 236 Height = 14 AutoSize = False WordWrap = True end end end