home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 36 / PC Gamer IT CD 36 2-2.iso / utility / pmio12 / Splash.ex_ / 0 / RCDATA / TSPLASHFORM1 / TSPLASHFORM1.txt
Encoding:
Text File  |  1998-10-18  |  4.1 KB  |  179 lines

  1. object SplashForm1: TSplashForm1
  2.   Left = 54
  3.   Top = 126
  4.   HorzScrollBar.Visible = False
  5.   VertScrollBar.Visible = False
  6.   BorderIcons = []
  7.   BorderStyle = bsNone
  8.   ClientHeight = 256
  9.   ClientWidth = 500
  10.   Color = clBlack
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWhite
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   FormStyle = fsStayOnTop
  17.   Position = poScreenCenter
  18.   Scaled = False
  19.   OnClick = FormClick
  20.   OnCreate = FormCreate
  21.   OnDestroy = FormDestroy
  22.   OnPaint = FormPaint
  23.   PixelsPerInch = 96
  24.   TextHeight = 13
  25.   object Label1: TLabel
  26.     Left = 112
  27.     Top = 20
  28.     Width = 376
  29.     Height = 26
  30.     Alignment = taRightJustify
  31.     AutoSize = False
  32.     Caption = 'AppName'
  33.     Color = clBtnFace
  34.     Font.Charset = DEFAULT_CHARSET
  35.     Font.Color = clWhite
  36.     Font.Height = 26
  37.     Font.Name = 'Arial'
  38.     Font.Style = []
  39.     ParentColor = False
  40.     ParentFont = False
  41.     Transparent = True
  42.     OnClick = FormClick
  43.   end
  44.   object Label2: TLabel
  45.     Left = 112
  46.     Top = 56
  47.     Width = 376
  48.     Height = 22
  49.     Alignment = taRightJustify
  50.     AutoSize = False
  51.     Caption = 'AppVersion'
  52.     Color = clBtnFace
  53.     Font.Charset = DEFAULT_CHARSET
  54.     Font.Color = clWhite
  55.     Font.Height = 21
  56.     Font.Name = 'Arial'
  57.     Font.Style = []
  58.     ParentColor = False
  59.     ParentFont = False
  60.     Transparent = True
  61.     OnClick = FormClick
  62.   end
  63.   object Label3: TLabel
  64.     Left = 248
  65.     Top = 94
  66.     Width = 240
  67.     Height = 67
  68.     Alignment = taRightJustify
  69.     AutoSize = False
  70.     Caption = 
  71.       'Written by John Croudy with Borland C++ Builder. This program is' +
  72.       ' freeware and may be freely distributed provided that it is not ' +
  73.       'modified in any way. It uses the JPEG class written by Chris Los' +
  74.       'inger and the Toolbar97 component written by Jordan Russell.'
  75.     Color = clBtnFace
  76.     Font.Charset = DEFAULT_CHARSET
  77.     Font.Color = clWhite
  78.     Font.Height = 12
  79.     Font.Name = 'Arial'
  80.     Font.Style = []
  81.     ParentColor = False
  82.     ParentFont = False
  83.     Transparent = True
  84.     Visible = False
  85.     WordWrap = True
  86.   end
  87.   object Label4: TLabel
  88.     Left = 178
  89.     Top = 234
  90.     Width = 311
  91.     Height = 12
  92.     Alignment = taRightJustify
  93.     Caption = 
  94.       'This software is based in part on the work of the Independent JP' +
  95.       'EG Group'
  96.     Color = clBtnFace
  97.     Font.Charset = DEFAULT_CHARSET
  98.     Font.Color = clWhite
  99.     Font.Height = 12
  100.     Font.Name = 'Arial'
  101.     Font.Style = []
  102.     ParentColor = False
  103.     ParentFont = False
  104.     Transparent = True
  105.     Visible = False
  106.   end
  107.   object Label5: TLabel
  108.     Left = 176
  109.     Top = 172
  110.     Width = 312
  111.     Height = 57
  112.     Alignment = taRightJustify
  113.     AutoSize = False
  114.     Caption = 
  115.       'This software is provided as is with no warranties. The author c' +
  116.       'annot be held responsible for any problems which may be caused d' +
  117.       'irectly or indirectly by the use of this software.'
  118.     Color = clBtnFace
  119.     Font.Charset = DEFAULT_CHARSET
  120.     Font.Color = clWhite
  121.     Font.Height = 12
  122.     Font.Name = 'Arial'
  123.     Font.Style = []
  124.     ParentColor = False
  125.     ParentFont = False
  126.     Transparent = True
  127.     Visible = False
  128.     WordWrap = True
  129.   end
  130.   object OKButton: TButton
  131.     Left = 8
  132.     Top = 192
  133.     Width = 78
  134.     Height = 25
  135.     Cancel = True
  136.     Caption = 'OK'
  137.     Font.Charset = ANSI_CHARSET
  138.     Font.Color = clBlack
  139.     Font.Height = -11
  140.     Font.Name = 'MS Sans Serif'
  141.     Font.Style = []
  142.     ModalResult = 1
  143.     ParentFont = False
  144.     TabOrder = 0
  145.     Visible = False
  146.     OnClick = OKButtonClick
  147.   end
  148.   object ContactButton: TButton
  149.     Left = 8
  150.     Top = 224
  151.     Width = 161
  152.     Height = 25
  153.     Caption = 'Credits and Contact Info...'
  154.     Font.Charset = DEFAULT_CHARSET
  155.     Font.Color = clWhite
  156.     Font.Height = -11
  157.     Font.Name = 'MS Sans Serif'
  158.     Font.Style = []
  159.     ParentFont = False
  160.     TabOrder = 1
  161.     Visible = False
  162.     OnClick = ContactButtonClick
  163.   end
  164.   object Timer1: TTimer
  165.     Enabled = False
  166.     Interval = 100
  167.     OnTimer = Timer1Timer
  168.     Left = 8
  169.     Top = 16
  170.   end
  171.   object Timer2: TTimer
  172.     Enabled = False
  173.     Interval = 5000
  174.     OnTimer = Timer2Timer
  175.     Left = 52
  176.     Top = 16
  177.   end
  178. end
  179.