home *** CD-ROM | disk | FTP | other *** search
- VERSION 5.00
- Begin VB.Form Form2
- BorderStyle = 3 'Fixed Dialog
- ClientHeight = 1560
- ClientLeft = 45
- ClientTop = 45
- ClientWidth = 3720
- ClipControls = 0 'False
- ControlBox = 0 'False
- LinkTopic = "Form2"
- MaxButton = 0 'False
- MinButton = 0 'False
- ScaleHeight = 1560
- ScaleWidth = 3720
- ShowInTaskbar = 0 'False
- StartUpPosition = 2 'CenterScreen
- Begin VB.Label Label1
- BackColor = &H00000000&
- Caption = $"Form2.frx":0000
- ForeColor = &H000000FF&
- Height = 1575
- Left = 0
- TabIndex = 0
- Top = 0
- Width = 3735
- End
- Attribute VB_Name = "Form2"
- Attribute VB_GlobalNameSpace = False
- Attribute VB_Creatable = False
- Attribute VB_PredeclaredId = True
- Attribute VB_Exposed = False
- Private Sub Form_KeyDown(KeyCode As Integer, Shift As Integer)
- If KeyCode = vbKeyEscape Then
- Form2.Hide
- mainfrm.Show
- End If
- End Sub
-