object WelcomeDlg: TWelcomeDlg Left = 482 Top = 241 BorderStyle = bsDialog Caption = 'Welcome to Patience v2.0' ClientHeight = 199 ClientWidth = 358 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object Bevel1: TBevel Left = 8 Top = 8 Width = 341 Height = 153 Shape = bsFrame end object Label2: TLabel Left = 24 Top = 24 Width = 312 Height = 13 Caption = 'Welcome to Patience v2.0, a collection of 30 solitaire card game' + 's.' end object Label1: TLabel Left = 24 Top = 48 Width = 307 Height = 13 Caption = 'Patience is shareware, which means you can '#39'try before you buy'#39'.' end object Label3: TLabel Left = 24 Top = 80 Width = 257 Height = 13 Caption = 'Its a serious bargain at only $20 for 30 different games.' end object Label6: TLabel Left = 24 Top = 108 Width = 265 Height = 13 Caption = 'Check under '#39'Registration Info'#39' in the Help menu fir more' end object Label7: TLabel Left = 24 Top = 132 Width = 197 Height = 13 Caption = 'information and instructions for registering.' end object OKBtn: TButton Left = 143 Top = 168 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 0 end end