home *** CD-ROM | disk | FTP | other *** search
- VERSION 5.00
- Begin VB.Form frmpaste
- BackColor = &H80000012&
- BorderStyle = 1 'Fixed Single
- Caption = "Paste"
- ClientHeight = 1965
- ClientLeft = 4335
- ClientTop = 2550
- ClientWidth = 2190
- Icon = "frmpaste.frx":0000
- LinkTopic = "Form1"
- MaxButton = 0 'False
- MinButton = 0 'False
- ScaleHeight = 1965
- ScaleWidth = 2190
- Begin VB.CommandButton cmdDone
- Caption = "Done"
- Height = 375
- Left = 120
- TabIndex = 1
- Top = 1440
- Width = 1935
- End
- Begin VB.Label Label1
- BackColor = &H80000012&
- Caption = " This command lets you place the object that you have either copied or pasted last to the selected place."
- ForeColor = &H000000FF&
- Height = 1095
- Left = 120
- TabIndex = 0
- Top = 120
- Width = 1935
- End
- Attribute VB_Name = "frmpaste"
- Attribute VB_GlobalNameSpace = False
- Attribute VB_Creatable = False
- Attribute VB_PredeclaredId = True
- Attribute VB_Exposed = False
- Private Sub cmdDone_Click()
- frmpaste.Hide
- frmEdit.Show
- End Sub
-