home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Game Programming for Teens / VBGPFT.cdr / DirectX8 / dx8vbsdk.exe / samples / multimedia / vbsamples / direct3d / autoparts / autoload.frm (.txt) < prev    next >
Encoding:
Visual Basic Form  |  2000-10-02  |  1.8 KB  |  52 lines

  1. VERSION 5.00
  2. Begin VB.Form Form2 
  3.    BorderStyle     =   0  'None
  4.    Caption         =   "Form2"
  5.    ClientHeight    =   1080
  6.    ClientLeft      =   0
  7.    ClientTop       =   0
  8.    ClientWidth     =   7575
  9.    LinkTopic       =   "Form2"
  10.    MaxButton       =   0   'False
  11.    MinButton       =   0   'False
  12.    ScaleHeight     =   1080
  13.    ScaleWidth      =   7575
  14.    ShowInTaskbar   =   0   'False
  15.    StartUpPosition =   3  'Windows Default
  16.    Begin VB.PictureBox Picture1 
  17.       Height          =   855
  18.       Left            =   120
  19.       ScaleHeight     =   795
  20.       ScaleWidth      =   7275
  21.       TabIndex        =   0
  22.       Top             =   120
  23.       Width           =   7335
  24.       Begin VB.Label Label1 
  25.          Caption         =   "Loading Assembly Please Wait"
  26.          BeginProperty Font 
  27.             Name            =   "MS Sans Serif"
  28.             Size            =   24
  29.             Charset         =   0
  30.             Weight          =   400
  31.             Underline       =   0   'False
  32.             Italic          =   0   'False
  33.             Strikethrough   =   0   'False
  34.          EndProperty
  35.          Height          =   555
  36.          Left            =   240
  37.          TabIndex        =   1
  38.          Top             =   120
  39.          Width           =   6615
  40.       End
  41.    End
  42. Attribute VB_Name = "Form2"
  43. Attribute VB_GlobalNameSpace = False
  44. Attribute VB_Creatable = False
  45. Attribute VB_PredeclaredId = True
  46. Attribute VB_Exposed = False
  47. '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
  48. '  Copyright (C) 2000 Microsoft Corporation.  All Rights Reserved.
  49. '  File:       AutoLoad.frm
  50. '  Content:    Autoparts loading dialog
  51. '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
  52.