home *** CD-ROM | disk | FTP | other *** search
/ Software USA 4 #8 / Software USA Volume 4.08.iso / pc / games / edgrevrs / run / edgervsi.exe / 0 / RCDATA / TSPLASHFORM / TSPLASHFORM.txt
Encoding:
Text File  |  1999-03-08  |  3.1 KB  |  144 lines

  1. object SplashForm: TSplashForm
  2.   Left = 38
  3.   Top = 147
  4.   BorderStyle = bsNone
  5.   Caption = 'SplashForm'
  6.   ClientHeight = 231
  7.   ClientWidth = 356
  8.   Font.Charset = ANSI_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'Arial'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 96
  15.   TextHeight = 14
  16.   object Panel1: TPanel
  17.     Left = 0
  18.     Top = 0
  19.     Width = 356
  20.     Height = 231
  21.     Align = alClient
  22.     TabOrder = 0
  23.     object Shape4: TShape
  24.       Left = 146
  25.       Top = 52
  26.       Width = 204
  27.       Height = 5
  28.       Brush.Color = clGray
  29.       Pen.Color = clGray
  30.     end
  31.     object Shape2: TShape
  32.       Left = 145
  33.       Top = 94
  34.       Width = 204
  35.       Height = 5
  36.       Brush.Color = clGray
  37.       Pen.Color = clGray
  38.     end
  39.     object LMDShadowFill1: TLMDShadowFill
  40.       Left = 21
  41.       Top = 21
  42.       Width = 111
  43.       Height = 111
  44.     end
  45.     object LMDSimpleLabel1: TLMDSimpleLabel
  46.       Left = 143
  47.       Top = 55
  48.       Width = 209
  49.       Height = 41
  50.       AutoSize = False
  51.       Font.Charset = ANSI_CHARSET
  52.       Font.Color = clRed
  53.       Font.Height = -32
  54.       Font.Name = 'Arial'
  55.       Font.Style = [fsBold]
  56.       Font3D.ShadowDepth = 3
  57.       Font3D.Style = tdShadow
  58.       ParentFont = False
  59.       Caption = 'Edge Reversi'
  60.     end
  61.     object LMDSimpleLabel2: TLMDSimpleLabel
  62.       Left = 20
  63.       Top = 164
  64.       Width = 325
  65.       Height = 25
  66.       AutoSize = False
  67.       Font.Charset = ANSI_CHARSET
  68.       Font.Color = clNavy
  69.       Font.Height = -16
  70.       Font.Name = 'Arial'
  71.       Font.Style = [fsBold]
  72.       MultiLine = True
  73.       ParentFont = False
  74.       Caption = 'The game that will send you flipping mad!!'
  75.     end
  76.     object Shape1: TShape
  77.       Left = 143
  78.       Top = 92
  79.       Width = 204
  80.       Height = 5
  81.       Brush.Color = clBlue
  82.     end
  83.     object Shape3: TShape
  84.       Left = 143
  85.       Top = 50
  86.       Width = 204
  87.       Height = 5
  88.       Brush.Color = clBlue
  89.     end
  90.     object Reversi1: TReversi
  91.       Left = 16
  92.       Top = 16
  93.       Width = 112
  94.       Height = 112
  95.       Gamma = 40
  96.       Level = TimeLevel
  97.       MoveTime = 2
  98.       ToMove = Black
  99.       Nodes = 0
  100.       Mode = Normal
  101.       WhiteDiscs = 2
  102.       BlackDiscs = 2
  103.       ShowJustPlayed = True
  104.       JustPlayedColour = clYellow
  105.       ShowLegal = False
  106.       ShowThinking = False
  107.       ShowLegalColor = clRed
  108.       ShowFlips = True
  109.       Selective = True
  110.       SelectiveDepth = 8
  111.       Thinking = False
  112.       Version = '1.0a'
  113.       Color = clGreen
  114.     end
  115.     object LMDSimplePanel1: TLMDSimplePanel
  116.       Left = 1
  117.       Top = 216
  118.       Width = 354
  119.       Height = 14
  120.       Align = alBottom
  121.       TabOrder = 1
  122.       Transparent = False
  123.       object VersionLabel1: TVersionLabel
  124.         Left = 185
  125.         Top = 0
  126.         Width = 169
  127.         Height = 14
  128.         VersionResource = vrFileVersion
  129.         VersionResourceKey = 'FileVersion'
  130.         InfoPrefix = 'File Version:'
  131.         ShowInfoPrefix = True
  132.         LangCharset = '-1'
  133.         Align = alRight
  134.         Font.Charset = ANSI_CHARSET
  135.         Font.Color = clWindowText
  136.         Font.Height = -11
  137.         Font.Name = 'Arial'
  138.         Font.Style = [fsBold]
  139.         ParentFont = False
  140.       end
  141.     end
  142.   end
  143. end
  144.