home *** CD-ROM | disk | FTP | other *** search
- VERSION 5.00
- Begin VB.Form frmNote
- BorderStyle = 1 'Fixed Single
- Caption = "Important Notice!!!"
- ClientHeight = 1890
- ClientLeft = 45
- ClientTop = 330
- ClientWidth = 6480
- LinkTopic = "Form1"
- MaxButton = 0 'False
- ScaleHeight = 1890
- ScaleWidth = 6480
- StartUpPosition = 3 'Windows Default
- Begin VB.CommandButton cmdClose
- Cancel = -1 'True
- Caption = "Close"
- Default = -1 'True
- Height = 435
- Left = 60
- TabIndex = 1
- Top = 1380
- Width = 6375
- End
- Begin VB.TextBox txtNote
- Height = 1155
- Left = 60
- Locked = -1 'True
- MultiLine = -1 'True
- ScrollBars = 2 'Vertical
- TabIndex = 0
- Text = "frmNote.frx":0000
- Top = 120
- Width = 6375
- End
- Attribute VB_Name = "frmNote"
- Attribute VB_GlobalNameSpace = False
- Attribute VB_Creatable = False
- Attribute VB_PredeclaredId = True
- Attribute VB_Exposed = False
- Private Sub cmdClose_Click()
- Unload Me
- End Sub
-