home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / estenw_1 / form1.frm (.txt) < prev    next >
Encoding:
Visual Basic Form  |  1998-04-25  |  1.8 KB  |  61 lines

  1. VERSION 5.00
  2. Begin VB.Form StartupForm 
  3.    BackColor       =   &H00004000&
  4.    BorderStyle     =   0  'None
  5.    Caption         =   "  "
  6.    ClientHeight    =   1080
  7.    ClientLeft      =   3840
  8.    ClientTop       =   4080
  9.    ClientWidth     =   4110
  10.    ForeColor       =   &H00000000&
  11.    LinkTopic       =   "Form1"
  12.    MaxButton       =   0   'False
  13.    MinButton       =   0   'False
  14.    PaletteMode     =   1  'UseZOrder
  15.    ScaleHeight     =   72
  16.    ScaleMode       =   3  'Pixel
  17.    ScaleWidth      =   274
  18.    ShowInTaskbar   =   0   'False
  19.    StartUpPosition =   2  'CenterScreen
  20.    Begin VB.Timer Timer1 
  21.       Interval        =   1000
  22.       Left            =   15
  23.       Top             =   -15
  24.    End
  25.    Begin VB.Label Label2 
  26.       BackStyle       =   0  'Transparent
  27.       Height          =   210
  28.       Left            =   1485
  29.       TabIndex        =   1
  30.       Top             =   1005
  31.       Width           =   855
  32.    End
  33.    Begin VB.Label Label1 
  34.       BackStyle       =   0  'Transparent
  35.       Caption         =   "Please wait..."
  36.       BeginProperty Font 
  37.          Name            =   "CloisterBlack BT"
  38.          Size            =   24
  39.          Charset         =   0
  40.          Weight          =   400
  41.          Underline       =   0   'False
  42.          Italic          =   0   'False
  43.          Strikethrough   =   0   'False
  44.       EndProperty
  45.       ForeColor       =   &H000000FF&
  46.       Height          =   615
  47.       Left            =   840
  48.       TabIndex        =   0
  49.       Top             =   240
  50.       Width           =   2520
  51.    End
  52. Attribute VB_Name = "StartupForm"
  53. Attribute VB_GlobalNameSpace = False
  54. Attribute VB_Creatable = False
  55. Attribute VB_PredeclaredId = True
  56. Attribute VB_Exposed = False
  57. Private Sub Timer1_Timer()
  58. Unload Me
  59. Menu.Visible = True
  60. End Sub
  61.