home *** CD-ROM | disk | FTP | other *** search
/ Más de 2,500 Juegos / CD1.iso / ZIPDAT / 0738 / 0738.ZIP / _SETUP.1 / AllInOneYahtzee.exe / 0 / RCDATA / TABOUTFORM / TABOUTFORM.txt < prev   
Text File  |  1999-03-25  |  3KB  |  132 lines

  1. object AboutForm: TAboutForm
  2.   Left = 390
  3.   Top = 221
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'About All In One Yahtzee'
  7.   ClientHeight = 267
  8.   ClientWidth = 257
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object AboutPanel: TPanel
  19.     Left = 8
  20.     Top = 8
  21.     Width = 241
  22.     Height = 89
  23.     BevelInner = bvRaised
  24.     BevelOuter = bvLowered
  25.     TabOrder = 0
  26.     object TitelLabel: TLabel
  27.       Left = 56
  28.       Top = 8
  29.       Width = 88
  30.       Height = 13
  31.       Caption = 'All In One Yahtzee'
  32.     end
  33.     object Label2: TLabel
  34.       Left = 56
  35.       Top = 24
  36.       Width = 141
  37.       Height = 13
  38.       Caption = '(c) Stefan Pettersson 1997-99'
  39.     end
  40.     object URLLabel: TLabel
  41.       Left = 56
  42.       Top = 64
  43.       Width = 154
  44.       Height = 13
  45.       Cursor = crHandPoint
  46.       Caption = 'http://www.stefan-pettersson.nu'
  47.       Font.Charset = DEFAULT_CHARSET
  48.       Font.Color = clBlue
  49.       Font.Height = -11
  50.       Font.Name = 'MS Sans Serif'
  51.       Font.Style = [fsUnderline]
  52.       ParentFont = False
  53.       OnClick = URLLabelClick
  54.     end
  55.     object EmailLabel: TLabel
  56.       Left = 56
  57.       Top = 48
  58.       Width = 86
  59.       Height = 13
  60.       Cursor = crHandPoint
  61.       Caption = 'stefpet@kagi.com'
  62.       Color = clBtnFace
  63.       Font.Charset = DEFAULT_CHARSET
  64.       Font.Color = clBlue
  65.       Font.Height = -11
  66.       Font.Name = 'MS Sans Serif'
  67.       Font.Style = [fsUnderline]
  68.       ParentColor = False
  69.       ParentFont = False
  70.       OnClick = EmailLabelClick
  71.     end
  72.     object MailLabel: TLabel
  73.       Left = 8
  74.       Top = 48
  75.       Width = 32
  76.       Height = 13
  77.       Caption = 'E-Mail:'
  78.     end
  79.     object URLLabelTitle: TLabel
  80.       Left = 8
  81.       Top = 64
  82.       Width = 42
  83.       Height = 13
  84.       Caption = 'Website:'
  85.     end
  86.     object Image1: TImage
  87.       Left = 14
  88.       Top = 8
  89.       Width = 32
  90.       Height = 32
  91.       AutoSize = True
  92.       Picture.Data = {<image000.ico>}
  93.     end
  94.   end
  95.   object OkButton: TButton
  96.     Left = 174
  97.     Top = 238
  98.     Width = 75
  99.     Height = 25
  100.     Caption = 'OK'
  101.     Default = True
  102.     ModalResult = 1
  103.     TabOrder = 1
  104.   end
  105.   object EvPanel: TPanel
  106.     Left = 8
  107.     Top = 104
  108.     Width = 241
  109.     Height = 129
  110.     BevelInner = bvRaised
  111.     BevelOuter = bvLowered
  112.     TabOrder = 2
  113.     object EvMemo: TMemo
  114.       Left = 10
  115.       Top = 14
  116.       Width = 221
  117.       Height = 99
  118.       Color = clBtnFace
  119.       Lines.Strings = (
  120.         'This is an UNREGISTERED copy of the '
  121.         'game. If you like this game and want to'
  122.         'unlock all features you must pay the'
  123.         'shareware fee of only $5. Choose Help'
  124.         'in the menu for more information about'
  125.         'registering.')
  126.       ReadOnly = True
  127.       ScrollBars = ssVertical
  128.       TabOrder = 0
  129.     end
  130.   end
  131. end
  132.