VERSION 5.00 Begin VB.Form Done BorderStyle = 1 'Fixed Single Caption = "Done" ClientHeight = 5535 ClientLeft = 6105 ClientTop = 4665 ClientWidth = 5685 Icon = "Done.frx":0000 LinkTopic = "Form1" MaxButton = 0 'False MinButton = 0 'False Moveable = 0 'False ScaleHeight = 5535 ScaleWidth = 5685 Begin VB.CommandButton Ok Caption = "&OK" Height = 375 Left = 2280 TabIndex = 1 Top = 5040 Width = 975 End Begin VB.TextBox Text1 BackColor = &H80000004& Height = 4695 Left = 0 Locked = -1 'True MultiLine = -1 'True TabIndex = 0 Top = 120 Width = 5655 End End Attribute VB_Name = "Done" Attribute VB_GlobalNameSpace = False Attribute VB_Creatable = False Attribute VB_PredeclaredId = True Attribute VB_Exposed = False Private Sub Ok_Click() Unload Me End Sub