home *** CD-ROM | disk | FTP | other *** search
/ Planet Source Code Jumbo …e CD Visual Basic 1 to 7 / 1_2002.ISO / Data / Zips / Tutorial_M46439152002.psc / frmEnl.frm (.txt) < prev    next >
Encoding:
Visual Basic Form  |  2002-01-04  |  911 b   |  32 lines

  1. VERSION 5.00
  2. Begin VB.Form frmEnl 
  3.    BorderStyle     =   1  'Fixed Single
  4.    Caption         =   "Tutorial v1.0.0 (Enlargement)"
  5.    ClientHeight    =   7440
  6.    ClientLeft      =   45
  7.    ClientTop       =   330
  8.    ClientWidth     =   7860
  9.    Icon            =   "frmEnl.frx":0000
  10.    LinkTopic       =   "Form1"
  11.    MaxButton       =   0   'False
  12.    MinButton       =   0   'False
  13.    ScaleHeight     =   7440
  14.    ScaleWidth      =   7860
  15.    StartUpPosition =   2  'CenterScreen
  16.    Begin VB.Image Image1 
  17.       Height          =   7215
  18.       Left            =   120
  19.       Stretch         =   -1  'True
  20.       Top             =   120
  21.       Width           =   7695
  22.    End
  23. Attribute VB_Name = "frmEnl"
  24. Attribute VB_GlobalNameSpace = False
  25. Attribute VB_Creatable = False
  26. Attribute VB_PredeclaredId = True
  27. Attribute VB_Exposed = False
  28. Sub go(pic)
  29. Me.Show
  30. Image1.Picture = pic
  31. End Sub
  32.