home *** CD-ROM | disk | FTP | other *** search
- VERSION 4.00
- Begin VB.Form Form2
- Caption = "Object Text"
- ClientHeight = 915
- ClientLeft = 1725
- ClientTop = 2805
- ClientWidth = 4065
- Height = 1320
- Left = 1665
- LinkTopic = "Form2"
- ScaleHeight = 915
- ScaleWidth = 4065
- Top = 2460
- Width = 4185
- Begin VB.TextBox Text
- Height = 735
- Left = 120
- MultiLine = -1 'True
- TabIndex = 1
- Text = "frm2.frx":0000
- Top = 120
- Width = 2295
- End
- Begin VB.CommandButton Command
- Caption = "OK"
- Height = 375
- Left = 2640
- TabIndex = 0
- Top = 120
- Width = 975
- End
- Attribute VB_Name = "Form2"
- Attribute VB_Creatable = False
- Attribute VB_Exposed = False
- Private Sub Command1_Click()
- End Sub
- Private Sub Command_Click()
- Form2.Hide
- End Sub
-