home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Programmer'…arterly (Limited Edition) / Visual_Basic_Programmers_Journal_VB-CD_Quarterly_Limited_Edition_1995.iso / code / ch34code / 34proj03 / splash.frm (.txt) < prev    next >
Visual Basic Form  |  1995-05-21  |  3KB  |  80 lines

  1. VERSION 4.00
  2. Begin VB.Form frmSplash 
  3.    BackColor       =   &H00C0C0C0&
  4.    BorderStyle     =   0  'None
  5.    Caption         =   "Form1"
  6.    ClientHeight    =   3540
  7.    ClientLeft      =   1920
  8.    ClientTop       =   1560
  9.    ClientWidth     =   4815
  10.    ControlBox      =   0   'False
  11.    BeginProperty Font 
  12.       name            =   "MS Sans Serif"
  13.       charset         =   1
  14.       weight          =   700
  15.       size            =   8.25
  16.       underline       =   0   'False
  17.       italic          =   0   'False
  18.       strikethrough   =   0   'False
  19.    EndProperty
  20.    Height          =   3945
  21.    Left            =   1860
  22.    LinkTopic       =   "Form1"
  23.    MaxButton       =   0   'False
  24.    MinButton       =   0   'False
  25.    ScaleHeight     =   3540
  26.    ScaleWidth      =   4815
  27.    Top             =   1215
  28.    Width           =   4935
  29.    Begin VB.PictureBox fraSplash 
  30.       Height          =   3495
  31.       Left            =   0
  32.       ScaleHeight     =   3405
  33.       ScaleWidth      =   4725
  34.       TabIndex        =   3
  35.       Top             =   0
  36.       Width           =   4815
  37.       Begin VB.Image imgSplash 
  38.          Height          =   2430
  39.          Left            =   240
  40.          Picture         =   "Splash.frx":0000
  41.          Stretch         =   -1  'True
  42.          Top             =   120
  43.          Width           =   4350
  44.       End
  45.       Begin VB.Label Label1 
  46.          BackStyle       =   0  'Transparent
  47.          Caption         =   "This Product is Licensed to: Taylor H.Maxwell"
  48.          Height          =   255
  49.          Left            =   360
  50.          TabIndex        =   0
  51.          Top             =   2640
  52.          Width           =   3975
  53.          WordWrap        =   -1  'True
  54.       End
  55.       Begin VB.Label Label2 
  56.          BackStyle       =   0  'Transparent
  57.          Caption         =   "THM Associates"
  58.          Height          =   255
  59.          Left            =   2790
  60.          TabIndex        =   1
  61.          Top             =   2880
  62.          Width           =   3975
  63.          WordWrap        =   -1  'True
  64.       End
  65.       Begin VB.Label Label3 
  66.          BackStyle       =   0  'Transparent
  67.          Caption         =   "Serial Number: 567891089"
  68.          Height          =   255
  69.          Left            =   1485
  70.          TabIndex        =   2
  71.          Top             =   3120
  72.          Width           =   2415
  73.          WordWrap        =   -1  'True
  74.       End
  75.    End
  76. Attribute VB_Name = "frmSplash"
  77. Attribute VB_Creatable = False
  78. Attribute VB_Exposed = False
  79. Option Explicit
  80.