home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 January / Chip_2000-01_cd.bin / oddech / hry / kl2000 / kl2000.exe / 0 / RCDATA / TABOUTFORM / TABOUTFORM.txt < prev   
Text File  |  1999-10-17  |  4KB  |  182 lines

  1. object AboutForm: TAboutForm
  2.   Left = 360
  3.   Top = 160
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'About'
  7.   ClientHeight = 311
  8.   ClientWidth = 224
  9.   Color = clWhite
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -10
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = True
  16.   Position = poScreenCenter
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object AboutPix: TImage
  21.     Left = 10
  22.     Top = 15
  23.     Width = 200
  24.     Height = 80
  25.     AutoSize = True
  26.     Picture.Data = {<image000.jpg>}
  27.   end
  28.   object GroupBox1: TGroupBox
  29.     Left = 8
  30.     Top = 104
  31.     Width = 209
  32.     Height = 201
  33.     TabOrder = 0
  34.     OnMouseMove = GroupBox1MouseMove
  35.     object UrlLabel: TLabel
  36.       Left = 21
  37.       Top = 178
  38.       Width = 160
  39.       Height = 13
  40.       Cursor = crHandPoint
  41.       Caption = 'http://pages.infinit.net/fouz'
  42.       Color = clWhite
  43.       Font.Charset = DEFAULT_CHARSET
  44.       Font.Color = clBlue
  45.       Font.Height = -11
  46.       Font.Name = 'MS Sans Serif'
  47.       Font.Style = [fsBold, fsUnderline]
  48.       ParentColor = False
  49.       ParentFont = False
  50.       OnClick = UrlLabelClick
  51.       OnMouseMove = UrlLabelMouseMove
  52.     end
  53.     object Label4: TLabel
  54.       Left = 45
  55.       Top = 165
  56.       Width = 115
  57.       Height = 13
  58.       Caption = 'Visit the official web site:'
  59.       Color = clWhite
  60.       ParentColor = False
  61.       OnMouseMove = Label4MouseMove
  62.     end
  63.     object CreditsBox: TGroupBox
  64.       Left = 16
  65.       Top = 8
  66.       Width = 177
  67.       Height = 105
  68.       TabOrder = 0
  69.       OnMouseMove = CreditsBoxMouseMove
  70.       object Label1: TLabel
  71.         Left = 37
  72.         Top = 13
  73.         Width = 106
  74.         Height = 20
  75.         Caption = 'K-lights 2000'
  76.         Font.Charset = DEFAULT_CHARSET
  77.         Font.Color = clWindowText
  78.         Font.Height = -16
  79.         Font.Name = 'MS Sans Serif'
  80.         Font.Style = [fsBold, fsUnderline]
  81.         ParentFont = False
  82.         OnClick = Label1Click
  83.       end
  84.       object Label2: TLabel
  85.         Left = 58
  86.         Top = 35
  87.         Width = 65
  88.         Height = 13
  89.         Caption = 'Version 1.0'
  90.         Font.Charset = DEFAULT_CHARSET
  91.         Font.Color = clWindowText
  92.         Font.Height = -11
  93.         Font.Name = 'MS Sans Serif'
  94.         Font.Style = [fsBold]
  95.         ParentFont = False
  96.       end
  97.       object Label3: TLabel
  98.         Left = 48
  99.         Top = 56
  100.         Width = 79
  101.         Height = 13
  102.         Caption = 'By Olivier Lavoie'
  103.       end
  104.       object Label7: TLabel
  105.         Left = 72
  106.         Top = 72
  107.         Width = 90
  108.         Height = 13
  109.         Cursor = crHandPoint
  110.         Caption = 'woa@videotron.ca'
  111.         Font.Charset = DEFAULT_CHARSET
  112.         Font.Color = clGreen
  113.         Font.Height = -11
  114.         Font.Name = 'MS Sans Serif'
  115.         Font.Style = [fsUnderline]
  116.         ParentFont = False
  117.         OnClick = Label7Click
  118.       end
  119.       object Label5: TLabel
  120.         Left = 10
  121.         Top = 72
  122.         Width = 60
  123.         Height = 13
  124.         Caption = 'E-mail me at:'
  125.       end
  126.       object Label6: TLabel
  127.         Left = 26
  128.         Top = 90
  129.         Width = 122
  130.         Height = 11
  131.         Caption = 'Copyright 1999 Writer On Acid'
  132.         Font.Charset = ANSI_CHARSET
  133.         Font.Color = clWindowText
  134.         Font.Height = -9
  135.         Font.Name = 'MS Serif'
  136.         Font.Style = []
  137.         ParentFont = False
  138.       end
  139.     end
  140.     object AuthorGroupBox: TGroupBox
  141.       Left = 16
  142.       Top = 112
  143.       Width = 177
  144.       Height = 49
  145.       Caption = 'Map author'
  146.       TabOrder = 1
  147.       object NameLabel: TLabel
  148.         Left = 8
  149.         Top = 16
  150.         Width = 161
  151.         Height = 13
  152.         Alignment = taCenter
  153.         AutoSize = False
  154.         Caption = 'NameLabel'
  155.         Font.Charset = DEFAULT_CHARSET
  156.         Font.Color = clMaroon
  157.         Font.Height = -11
  158.         Font.Name = 'MS Sans Serif'
  159.         Font.Style = []
  160.         ParentFont = False
  161.       end
  162.       object WebLabel: TLabel
  163.         Left = 8
  164.         Top = 32
  165.         Width = 161
  166.         Height = 13
  167.         Cursor = crHandPoint
  168.         Alignment = taCenter
  169.         AutoSize = False
  170.         Caption = 'WebLabel'
  171.         Font.Charset = DEFAULT_CHARSET
  172.         Font.Color = clNavy
  173.         Font.Height = -11
  174.         Font.Name = 'MS Sans Serif'
  175.         Font.Style = [fsUnderline]
  176.         ParentFont = False
  177.         OnClick = WebLabelClick
  178.       end
  179.     end
  180.   end
  181. end
  182.