home *** CD-ROM | disk | FTP | other *** search
/ Planet Source Code Jumbo …e CD Visual Basic 1 to 7 / 1_2002.ISO / Data / Zips / CODE_UPLOAD1251.psc / Form31.frm < prev    next >
Encoding:
Text File  |  1999-10-10  |  1.2 KB  |  46 lines

  1. VERSION 5.00
  2. Begin VB.Form Form3 
  3.    BorderStyle     =   3  'Fixed Dialog
  4.    ClientHeight    =   675
  5.    ClientLeft      =   45
  6.    ClientTop       =   45
  7.    ClientWidth     =   4740
  8.    ClipControls    =   0   'False
  9.    ControlBox      =   0   'False
  10.    LinkTopic       =   "Form3"
  11.    MaxButton       =   0   'False
  12.    MinButton       =   0   'False
  13.    ScaleHeight     =   675
  14.    ScaleWidth      =   4740
  15.    ShowInTaskbar   =   0   'False
  16.    StartUpPosition =   2  'CenterScreen
  17.    Begin VB.Timer Timer1 
  18.       Enabled         =   0   'False
  19.       Left            =   840
  20.       Top             =   120
  21.    End
  22.    Begin VB.Label Label1 
  23.       Height          =   255
  24.       Left            =   720
  25.       TabIndex        =   0
  26.       Top             =   240
  27.       Width           =   3855
  28.    End
  29.    Begin VB.Image Image1 
  30.       Height          =   480
  31.       Left            =   120
  32.       Picture         =   "Form31.frx":0000
  33.       Top             =   120
  34.       Width           =   480
  35.    End
  36. End
  37. Attribute VB_Name = "Form3"
  38. Attribute VB_GlobalNameSpace = False
  39. Attribute VB_Creatable = False
  40. Attribute VB_PredeclaredId = True
  41. Attribute VB_Exposed = False
  42. Private Sub Timer1_Timer()
  43. ' Unload The Form
  44. Unload Me
  45. End Sub
  46.