home *** CD-ROM | disk | FTP | other *** search
- VERSION 5.00
- Begin VB.Form Form2
- Caption = "Sample Pass"
- ClientHeight = 1695
- ClientLeft = 60
- ClientTop = 345
- ClientWidth = 3675
- LinkTopic = "Form2"
- ScaleHeight = 1695
- ScaleWidth = 3675
- StartUpPosition = 3 'Windows Default
- Begin VB.CommandButton Command1
- Caption = "Exit"
- Height = 495
- Left = 1200
- TabIndex = 2
- Top = 1080
- Width = 1215
- End
- Begin VB.CommandButton Command2
- Caption = "Edit"
- Height = 495
- Left = 1200
- TabIndex = 0
- Top = 600
- Width = 1215
- End
- Begin VB.Label Label1
- Alignment = 2 'Center
- Caption = "You Have Loged In!"
- Height = 255
- Left = 120
- TabIndex = 1
- Top = 240
- Width = 3375
- End
- Attribute VB_Name = "Form2"
- Attribute VB_GlobalNameSpace = False
- Attribute VB_Creatable = False
- Attribute VB_PredeclaredId = True
- Attribute VB_Exposed = False
- Private Sub Command1_Click()
- End Sub
- Private Sub Command2_Click()
- Form1.Pass1.Edit
- End Sub
-