home *** CD-ROM | disk | FTP | other *** search
- VERSION 2.00
- Begin Form frmForm1
- ClientHeight = 4020
- ClientLeft = 2955
- ClientTop = 2235
- ClientWidth = 2640
- Height = 4425
- Left = 2895
- LinkTopic = "Form2"
- ScaleHeight = 4020
- ScaleWidth = 2640
- Top = 1890
- Width = 2760
- Begin PictureBox picP2
- Height = 975
- Left = 600
- ScaleHeight = 945
- ScaleWidth = 1305
- TabIndex = 1
- Top = 2040
- Width = 1335
- End
- Begin PictureBox picP1
- Height = 975
- Left = 600
- ScaleHeight = 945
- ScaleWidth = 1305
- TabIndex = 0
- Top = 480
- Width = 1335
- End
- End
-
- Sub Form_Click ()
- 'This form will be 'cloned' several times.
- 'Only the first form will have a name.
- 'For the clones to call the function, Me is the
- 'only way for a form to pass itself to a subroutine.
-
- SetFormColor Me
-
- End Sub
-
-