home *** CD-ROM | disk | FTP | other *** search
/ Planet Source Code Jumbo …e CD Visual Basic 1 to 7 / 1_2002.ISO / Data / Zips / CODE_UPLOAD9743982000.psc / frmNote.frm (.txt) < prev    next >
Encoding:
Visual Basic Form  |  2000-09-08  |  1.3 KB  |  43 lines

  1. VERSION 5.00
  2. Begin VB.Form frmNote 
  3.    BorderStyle     =   1  'Fixed Single
  4.    Caption         =   "Important Notice!!!"
  5.    ClientHeight    =   1890
  6.    ClientLeft      =   45
  7.    ClientTop       =   330
  8.    ClientWidth     =   6480
  9.    LinkTopic       =   "Form1"
  10.    MaxButton       =   0   'False
  11.    ScaleHeight     =   1890
  12.    ScaleWidth      =   6480
  13.    StartUpPosition =   3  'Windows Default
  14.    Begin VB.CommandButton cmdClose 
  15.       Cancel          =   -1  'True
  16.       Caption         =   "Close"
  17.       Default         =   -1  'True
  18.       Height          =   435
  19.       Left            =   60
  20.       TabIndex        =   1
  21.       Top             =   1380
  22.       Width           =   6375
  23.    End
  24.    Begin VB.TextBox txtNote 
  25.       Height          =   1155
  26.       Left            =   60
  27.       Locked          =   -1  'True
  28.       MultiLine       =   -1  'True
  29.       ScrollBars      =   2  'Vertical
  30.       TabIndex        =   0
  31.       Text            =   "frmNote.frx":0000
  32.       Top             =   120
  33.       Width           =   6375
  34.    End
  35. Attribute VB_Name = "frmNote"
  36. Attribute VB_GlobalNameSpace = False
  37. Attribute VB_Creatable = False
  38. Attribute VB_PredeclaredId = True
  39. Attribute VB_Exposed = False
  40. Private Sub cmdClose_Click()
  41. Unload Me
  42. End Sub
  43.