home *** CD-ROM | disk | FTP | other *** search
/ Planet Source Code Jumbo …e CD Visual Basic 1 to 7 / 1_2002.ISO / Data / Zips / CODE_UPLOAD80447232000.psc / PSSC1 / frmOpt1Final.frm (.txt) < prev    next >
Encoding:
Visual Basic Form  |  2000-07-13  |  1.1 KB  |  42 lines

  1. VERSION 5.00
  2. Begin VB.Form frmOpt1Final 
  3.    BackColor       =   &H00000000&
  4.    BorderStyle     =   0  'None
  5.    Caption         =   "Form1"
  6.    ClientHeight    =   9000
  7.    ClientLeft      =   0
  8.    ClientTop       =   0
  9.    ClientWidth     =   12000
  10.    LinkTopic       =   "Form1"
  11.    ScaleHeight     =   9000
  12.    ScaleWidth      =   12000
  13.    ShowInTaskbar   =   0   'False
  14.    StartUpPosition =   2  'CenterScreen
  15.    WindowState     =   2  'Maximized
  16.    Begin VB.Image Image1 
  17.       Height          =   9015
  18.       Left            =   0
  19.       Stretch         =   -1  'True
  20.       Top             =   0
  21.       Width           =   12015
  22.    End
  23. Attribute VB_Name = "frmOpt1Final"
  24. Attribute VB_GlobalNameSpace = False
  25. Attribute VB_Creatable = False
  26. Attribute VB_PredeclaredId = True
  27. Attribute VB_Exposed = False
  28. Private Sub Command1_Click()
  29. End Sub
  30. Private Sub Command2_Click()
  31. End Sub
  32. Private Sub Form_Click()
  33. frmOpenPicForOpt1.Show
  34. Me.Hide
  35. ShowCursor (bShow = False) 'show mouse
  36. End Sub
  37. Private Sub Image1_Click()
  38. frmOpenPicForOpt1.Show
  39. Me.Hide
  40. ShowCursor (bShow = False) 'show mouse
  41. End Sub
  42.