object AboutForm: TAboutForm Left = 390 Top = 221 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'About All In One Yahtzee' ClientHeight = 267 ClientWidth = 257 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object AboutPanel: TPanel Left = 8 Top = 8 Width = 241 Height = 89 BevelInner = bvRaised BevelOuter = bvLowered TabOrder = 0 object TitelLabel: TLabel Left = 56 Top = 8 Width = 88 Height = 13 Caption = 'All In One Yahtzee' end object Label2: TLabel Left = 56 Top = 24 Width = 141 Height = 13 Caption = '(c) Stefan Pettersson 1997-99' end object URLLabel: TLabel Left = 56 Top = 64 Width = 154 Height = 13 Cursor = crHandPoint Caption = 'http://www.stefan-pettersson.nu' Font.Charset = DEFAULT_CHARSET Font.Color = clBlue Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsUnderline] ParentFont = False OnClick = URLLabelClick end object EmailLabel: TLabel Left = 56 Top = 48 Width = 86 Height = 13 Cursor = crHandPoint Caption = 'stefpet@kagi.com' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clBlue Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsUnderline] ParentColor = False ParentFont = False OnClick = EmailLabelClick end object MailLabel: TLabel Left = 8 Top = 48 Width = 32 Height = 13 Caption = 'E-Mail:' end object URLLabelTitle: TLabel Left = 8 Top = 64 Width = 42 Height = 13 Caption = 'Website:' end object Image1: TImage Left = 14 Top = 8 Width = 32 Height = 32 AutoSize = True Picture.Data = {} end end object OkButton: TButton Left = 174 Top = 238 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 1 end object EvPanel: TPanel Left = 8 Top = 104 Width = 241 Height = 129 BevelInner = bvRaised BevelOuter = bvLowered TabOrder = 2 object EvMemo: TMemo Left = 10 Top = 14 Width = 221 Height = 99 Color = clBtnFace Lines.Strings = ( 'This is an UNREGISTERED copy of the ' 'game. If you like this game and want to' 'unlock all features you must pay the' 'shareware fee of only $5. Choose Help' 'in the menu for more information about' 'registering.') ReadOnly = True ScrollBars = ssVertical TabOrder = 0 end end end