home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 June / CHIP_CD_2005-06.iso / games / tenebr / TenebraeInstall.exe / Tenebrae_launch.exe / 0 / RCDATA / TFORM2 / TFORM2.txt
Encoding:
Text File  |  2003-07-08  |  726 b   |  38 lines

  1. object Form2: TForm2
  2.   Left = 638
  3.   Top = 206
  4.   BorderStyle = bsToolWindow
  5.   Caption = 'Tenebrae Credits'
  6.   ClientHeight = 507
  7.   ClientWidth = 378
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object RichEdit1: TRichEdit
  18.     Left = 8
  19.     Top = 8
  20.     Width = 361
  21.     Height = 433
  22.     Cursor = crArrow
  23.     BorderStyle = bsNone
  24.     Color = clBtnFace
  25.     Lines.Strings = (
  26.       'No credits found :(')
  27.     TabOrder = 0
  28.   end
  29.   object BitBtn1: TBitBtn
  30.     Left = 152
  31.     Top = 456
  32.     Width = 81
  33.     Height = 25
  34.     TabOrder = 1
  35.     Kind = bkOK
  36.   end
  37. end
  38.