home *** CD-ROM | disk | FTP | other *** search
- VERSION 2.00
- Begin Form Form3
- BackColor = &H0080C0FF&
- Caption = "WAIS For Windows Help"
- ClientHeight = 4320
- ClientLeft = 1635
- ClientTop = 2220
- ClientWidth = 7365
- Height = 4725
- Left = 1575
- LinkMode = 1 'Source
- LinkTopic = "Form3"
- ScaleHeight = 4320
- ScaleWidth = 7365
- Top = 1875
- Width = 7485
- Begin CommandButton Command1
- Caption = "Done"
- Height = 375
- Left = 2400
- TabIndex = 1
- Top = 3840
- Width = 2295
- End
- Begin TextBox Text1
- BackColor = &H00FFFFFF&
- Height = 3495
- Left = 120
- MultiLine = -1 'True
- ScrollBars = 2 'Vertical
- TabIndex = 0
- Text = "Text1"
- Top = 120
- Width = 7095
- End
- Sub Command1_Click ()
- form3.Hide
- End Sub
-