home *** CD-ROM | disk | FTP | other *** search
- VERSION 5.00
- Begin VB.Form ContainedForm1
- BorderStyle = 0 'None
- ClientHeight = 3195
- ClientLeft = 0
- ClientTop = 0
- ClientWidth = 5295
- ControlBox = 0 'False
- LinkTopic = "Form1"
- MaxButton = 0 'False
- MDIChild = -1 'True
- MinButton = 0 'False
- ScaleHeight = 3195
- ScaleWidth = 5295
- ShowInTaskbar = 0 'False
- Begin VB.CommandButton Command3
- Caption = "Paste"
- BeginProperty Font
- Name = "Verdana"
- Size = 9
- Charset = 0
- Weight = 400
- Underline = 0 'False
- Italic = 0 'False
- Strikethrough = 0 'False
- EndProperty
- Height = 495
- Left = 3960
- TabIndex = 3
- Top = 2640
- Width = 1215
- End
- Begin VB.CommandButton Command2
- Caption = "Copy "
- BeginProperty Font
- Name = "Verdana"
- Size = 9
- Charset = 0
- Weight = 400
- Underline = 0 'False
- Italic = 0 'False
- Strikethrough = 0 'False
- EndProperty
- Height = 495
- Left = 2040
- TabIndex = 2
- Top = 2640
- Width = 1215
- End
- Begin VB.CommandButton Command1
- Caption = "Clear Text"
- BeginProperty Font
- Name = "Verdana"
- Size = 9
- Charset = 0
- Weight = 400
- Underline = 0 'False
- Italic = 0 'False
- Strikethrough = 0 'False
- EndProperty
- Height = 495
- Left = 120
- TabIndex = 1
- Top = 2640
- Width = 1215
- End
- Begin VB.TextBox Text1
- BeginProperty Font
- Name = "Verdana"
- Size = 9
- Charset = 0
- Weight = 400
- Underline = 0 'False
- Italic = 0 'False
- Strikethrough = 0 'False
- EndProperty
- Height = 2415
- Left = 120
- MultiLine = -1 'True
- ScrollBars = 2 'Vertical
- TabIndex = 0
- Text = "Form1.frx":0000
- Top = 120
- Width = 5055
- End
- Attribute VB_Name = "ContainedForm1"
- Attribute VB_GlobalNameSpace = False
- Attribute VB_Creatable = False
- Attribute VB_PredeclaredId = True
- Attribute VB_Exposed = False
-