home *** CD-ROM | disk | FTP | other *** search
/ Planet Source Code Jumbo …e CD Visual Basic 1 to 7 / 1_2002.ISO / Data / Zips / CODE_UPLOAD1305112262000.psc / frmQueryNew.frm (.txt) < prev    next >
Encoding:
Visual Basic Form  |  2000-10-08  |  1.0 KB  |  40 lines

  1. VERSION 5.00
  2. Begin VB.Form frmQueryNew 
  3.    BorderStyle     =   0  'None
  4.    Caption         =   "Form2"
  5.    ClientHeight    =   3000
  6.    ClientLeft      =   0
  7.    ClientTop       =   0
  8.    ClientWidth     =   9000
  9.    LinkTopic       =   "Form2"
  10.    Picture         =   "frmQueryNew.frx":0000
  11.    ScaleHeight     =   3000
  12.    ScaleWidth      =   9000
  13.    ShowInTaskbar   =   0   'False
  14.    StartUpPosition =   2  'CenterScreen
  15.    Begin VB.Image Image2 
  16.       Height          =   495
  17.       Left            =   5160
  18.       Top             =   1920
  19.       Width           =   975
  20.    End
  21.    Begin VB.Image Image1 
  22.       Height          =   495
  23.       Left            =   2400
  24.       Top             =   1920
  25.       Width           =   1095
  26.    End
  27. Attribute VB_Name = "frmQueryNew"
  28. Attribute VB_GlobalNameSpace = False
  29. Attribute VB_Creatable = False
  30. Attribute VB_PredeclaredId = True
  31. Attribute VB_Exposed = False
  32. Private Sub Image1_Click()
  33. Unload frmDisplay
  34. Unload Me
  35. frmDisplay.Show
  36. End Sub
  37. Private Sub Image2_Click()
  38. Unload Me
  39. End Sub
  40.