object WelcomeForm: TWelcomeForm Left = 365 Top = 454 ActiveControl = NextBtn BorderIcons = [] BorderStyle = bsDialog Caption = 'Welcome' ClientHeight = 329 ClientWidth = 472 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsMDIChild Position = poScreenCenter Scaled = False Visible = True OnClose = FormClose OnCloseQuery = FormCloseQuery OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Panel1: TPanel Left = 16 Top = 16 Width = 442 Height = 272 BevelOuter = bvLowered TabOrder = 0 object Image1: TImage Left = 1 Top = 1 Width = 440 Height = 270 Align = alClient Stretch = True end end object CancelBtn: TButton Left = 382 Top = 300 Width = 74 Height = 24 Cancel = True Caption = 'Cancel' ModalResult = 3 TabOrder = 3 OnClick = ButtonClick end object BackBtn: TButton Left = 222 Top = 300 Width = 74 Height = 24 Caption = '< &Back' Enabled = False 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 end