home *** CD-ROM | disk | FTP | other *** search
- VERSION 4.00
- Begin VB.Form Form1
- Caption = "Form1"
- ClientHeight = 5070
- ClientLeft = 1140
- ClientTop = 4905
- ClientWidth = 6690
- Height = 5475
- Left = 1080
- LinkTopic = "Form1"
- ScaleHeight = 5070
- ScaleWidth = 6690
- Top = 4560
- Width = 6810
- Attribute VB_Name = "Form1"
- Attribute VB_Creatable = False
- Attribute VB_Exposed = False
- Private Sub Form_Load()
- firstCopy "vb.gid", "vb.one"
- additionalCopy "vb.two"
- End Sub
-