home *** CD-ROM | disk | FTP | other *** search
/ CD Shareware Magazine 1996 December / CD_shareware_12-96.iso / WIN / Programa / VBINTRNT.ZIP / VBINTRNT.EXE / SPLASH.FRM (.txt) < prev    next >
Encoding:
Visual Basic Form  |  1996-04-11  |  1.0 KB  |  38 lines

  1. VERSION 4.00
  2. Begin VB.Form splash 
  3.    BorderStyle     =   0  'None
  4.    ClientHeight    =   660
  5.    ClientLeft      =   2175
  6.    ClientTop       =   2790
  7.    ClientWidth     =   3990
  8.    Height          =   1065
  9.    Left            =   2115
  10.    LinkTopic       =   "Form1"
  11.    MaxButton       =   0   'False
  12.    MinButton       =   0   'False
  13.    ScaleHeight     =   660
  14.    ScaleWidth      =   3990
  15.    ShowInTaskbar   =   0   'False
  16.    Top             =   2445
  17.    Width           =   4110
  18.    Begin Threed.SSPanel message 
  19.       Height          =   660
  20.       Left            =   0
  21.       TabIndex        =   0
  22.       Top             =   0
  23.       Width           =   3990
  24.       _Version        =   65536
  25.       _ExtentX        =   7038
  26.       _ExtentY        =   1164
  27.       _StockProps     =   15
  28.       Caption         =   "Initializing"
  29.       BackColor       =   12632256
  30.    End
  31. Attribute VB_Name = "splash"
  32. Attribute VB_Creatable = False
  33. Attribute VB_Exposed = False
  34. Option Explicit
  35. Private Sub Form_Load()
  36.     CenterForm Me
  37. End Sub
  38.