home *** CD-ROM | disk | FTP | other *** search
/ Dan Appleman's Visual Bas…s Guide to the Win32 API / Dan.Applmans.Visual.Basic.5.0.Programmers.Guide.To.The.Win32.API.1997.Ziff-Davis.Press.CD / VB5PG32.mdf / vbpg32 / samples5 / ch22 / splash.frm (.txt) < prev    next >
Encoding:
Visual Basic Form  |  1997-02-13  |  1.7 KB  |  57 lines

  1. VERSION 5.00
  2. Begin VB.Form Splash 
  3.    BorderStyle     =   3  'Fixed Dialog
  4.    Caption         =   "Loading Network Info..."
  5.    ClientHeight    =   1380
  6.    ClientLeft      =   2625
  7.    ClientTop       =   2100
  8.    ClientWidth     =   4080
  9.    BeginProperty Font 
  10.       Name            =   "Arial"
  11.       Size            =   8.25
  12.       Charset         =   0
  13.       Weight          =   400
  14.       Underline       =   0   'False
  15.       Italic          =   0   'False
  16.       Strikethrough   =   0   'False
  17.    EndProperty
  18.    LinkTopic       =   "Form2"
  19.    MaxButton       =   0   'False
  20.    MinButton       =   0   'False
  21.    PaletteMode     =   1  'UseZOrder
  22.    ScaleHeight     =   1380
  23.    ScaleWidth      =   4080
  24.    ShowInTaskbar   =   0   'False
  25.    Begin VB.Label Label2 
  26.       Caption         =   "This can take a while....."
  27.       Height          =   255
  28.       Left            =   60
  29.       TabIndex        =   1
  30.       Top             =   1080
  31.       Width           =   3795
  32.    End
  33.    Begin VB.Label Label1 
  34.       Alignment       =   2  'Center
  35.       Caption         =   "Please Wait."
  36.       BeginProperty Font 
  37.          Name            =   "Arial"
  38.          Size            =   29.25
  39.          Charset         =   0
  40.          Weight          =   700
  41.          Underline       =   0   'False
  42.          Italic          =   0   'False
  43.          Strikethrough   =   0   'False
  44.       EndProperty
  45.       Height          =   795
  46.       Left            =   60
  47.       TabIndex        =   0
  48.       Top             =   180
  49.       Width           =   3915
  50.    End
  51. Attribute VB_Name = "Splash"
  52. Attribute VB_GlobalNameSpace = False
  53. Attribute VB_Creatable = False
  54. Attribute VB_PredeclaredId = True
  55. Attribute VB_Exposed = False
  56. Option Explicit
  57.