home *** CD-ROM | disk | FTP | other *** search
- VERSION 5.00
- Begin VB.Form frmQueryNew
- BorderStyle = 0 'None
- Caption = "Form2"
- ClientHeight = 3000
- ClientLeft = 0
- ClientTop = 0
- ClientWidth = 9000
- LinkTopic = "Form2"
- Picture = "frmQueryNew.frx":0000
- ScaleHeight = 3000
- ScaleWidth = 9000
- ShowInTaskbar = 0 'False
- StartUpPosition = 2 'CenterScreen
- Begin VB.Image Image2
- Height = 495
- Left = 5160
- Top = 1920
- Width = 975
- End
- Begin VB.Image Image1
- Height = 495
- Left = 2400
- Top = 1920
- Width = 1095
- End
- Attribute VB_Name = "frmQueryNew"
- Attribute VB_GlobalNameSpace = False
- Attribute VB_Creatable = False
- Attribute VB_PredeclaredId = True
- Attribute VB_Exposed = False
- Private Sub Image1_Click()
- Unload frmDisplay
- Unload Me
- frmDisplay.Show
- End Sub
- Private Sub Image2_Click()
- Unload Me
- End Sub
-