home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 September / Chip_1999-09_cd.bin / sharewar / Butonz / _SETUP.1 / tilez.exe / 0 / RCDATA / TSPLASHSCREEN / TSPLASHSCREEN.txt < prev   
Text File  |  1998-09-11  |  2KB  |  101 lines

  1. object splashscreen: Tsplashscreen
  2.   Left = 316
  3.   Top = 219
  4.   BorderStyle = bsNone
  5.   Caption = 'splashscreen'
  6.   ClientHeight = 197
  7.   ClientWidth = 318
  8.   Color = clBlack
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   KeyPreview = True
  15.   Position = poScreenCenter
  16.   Scaled = False
  17.   OnCreate = FormCreate
  18.   OnKeyPress = FormKeyPress
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Image1: TImage
  22.     Left = 0
  23.     Top = 0
  24.     Width = 320
  25.     Height = 200
  26.     AutoSize = True
  27.     Picture.Data = {<image000.bmp>}
  28.     OnMouseDown = Image1MouseDown
  29.   end
  30.   object ArtLabel1: TArtLabel
  31.     Left = 95
  32.     Top = 52
  33.     Width = 127
  34.     Height = 55
  35.     ArtStyle = [asOutlined, asGradient]
  36.     Caption = 'Tilez !'
  37.     Font.Color = clWhite
  38.     Font.Height = -43
  39.     Font.Name = 'Arial'
  40.     Font.Style = [fsBold]
  41.     Transparent = True
  42.     Color = clBtnFace
  43.     ShadowColor = clGray
  44.     OutlineColor = clBlack
  45.     AutoSize = True
  46.     ShadowLength = 3
  47.     Gradient.GradientStyle = gsLine
  48.     Gradient.LineSize = 2
  49.     Gradient.Color1 = clSilver
  50.     Gradient.Color2 = clSilver
  51.     Gradient.Color3 = clWhite
  52.     Gradient.Color4 = clSilver
  53.     Gradient.Color5 = clSilver
  54.     Gradient.ColorCount = 4
  55.     Gradient.LineDirection = diHorizonal
  56.     TextAlign = taCenter
  57.   end
  58.   object ArtLabel2: TArtLabel
  59.     Left = 78
  60.     Top = 101
  61.     Width = 161
  62.     Height = 25
  63.     ArtStyle = [asOutlined]
  64.     Caption = '(c) Bj∩┐╜rn Ischo 1998'
  65.     Font.Color = clWhite
  66.     Font.Height = -11
  67.     Font.Name = 'Arial'
  68.     Font.Style = [fsBold]
  69.     Transparent = True
  70.     Color = clBtnFace
  71.     ShadowColor = clGray
  72.     OutlineColor = clBlack
  73.     AutoSize = False
  74.     ShadowLength = 3
  75.     Gradient.GradientStyle = gsLine
  76.     Gradient.LineSize = 2
  77.     Gradient.Color1 = clSilver
  78.     Gradient.Color2 = clGray
  79.     Gradient.Color3 = clBlack
  80.     Gradient.Color4 = clWhite
  81.     Gradient.Color5 = clBlack
  82.     Gradient.ColorCount = 3
  83.     Gradient.LineDirection = diHorizonal
  84.     TextAlign = taCenter
  85.   end
  86.   object AutoURLLabel1: TAutoURLLabel
  87.     Left = 84
  88.     Top = 124
  89.     Width = 155
  90.     Height = 11
  91.     Caption = 'http://www.b-ischo.horizont-is.net'
  92.     Font.Color = clWhite
  93.     Font.Height = -9
  94.     Font.Name = 'Arial'
  95.     Font.Style = [fsBold, fsUnderline]
  96.     ParentFont = False
  97.     Transparent = True
  98.     URL = 'http://www.b-ischo.horizont-is.net'
  99.   end
  100. end
  101.