home *** CD-ROM | disk | FTP | other *** search
- VERSION 2.00
- Begin Form Form3
- Caption = "Form3"
- ClientHeight = 1200
- ClientLeft = 1116
- ClientTop = 2052
- ClientWidth = 5844
- Height = 1620
- Left = 1068
- LinkTopic = "Form3"
- ScaleHeight = 1200
- ScaleWidth = 5844
- Top = 1680
- Width = 5940
- Begin CommandButton Command2
- Caption = "&Cancel"
- Height = 396
- Left = 2352
- TabIndex = 1
- Top = 480
- Width = 1740
- End
- Begin CommandButton Command1
- Caption = "&OK"
- Height = 396
- Left = 432
- TabIndex = 0
- Top = 480
- Width = 1452
- End
- Sub Command1_Click ()
- Unload Me
- End Sub
- Sub Command2_Click ()
- Unload Me
- MDIForm1!TBar1.ButtonState(6) = 3
- End Sub
-