object LogoDlg: TLogoDlg Left = 228 Top = 121 BorderIcons = [] BorderStyle = bsDialog Caption = 'Welcome' ClientHeight = 320 ClientWidth = 499 Font.Color = clWindowText Font.Height = -13 Font.Name = 'System' Font.Style = [] FormStyle = fsStayOnTop Position = poScreenCenter OnActivate = FormActivate OnClose = FormClose OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 16 object Bevel1: TBevel Left = 16 Top = 8 Width = 465 Height = 273 end object Image1: TImage Left = 56 Top = 16 Width = 385 Height = 257 Picture.Data = {} Stretch = True end object Button1: TButton Left = 400 Top = 288 Width = 81 Height = 25 Cancel = True Caption = '&Cancel' Font.Color = clWindowText Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] ModalResult = 2 ParentFont = False TabOrder = 1 end object NextBtn: TButton Left = 296 Top = 288 Width = 81 Height = 25 Caption = '&Next >' Font.Color = clWindowText Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] ModalResult = 1 ParentFont = False TabOrder = 0 end object Button2: TButton Left = 216 Top = 288 Width = 81 Height = 25 Caption = '< &Back' Enabled = False Font.Color = clWindowText Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 2 end end