home *** CD-ROM | disk | FTP | other *** search
- VERSION 4.00
- Begin VB.Form frmAbout
- BorderStyle = 3 'Fixed Dialog
- Caption = "About Small Caption"
- ClientHeight = 2370
- ClientLeft = 2355
- ClientTop = 2475
- ClientWidth = 2535
- BeginProperty Font
- name = "MS Sans Serif"
- charset = 0
- weight = 700
- size = 8.25
- underline = 0 'False
- italic = 0 'False
- strikethrough = 0 'False
- EndProperty
- Height = 2775
- Left = 2295
- LinkTopic = "Form1"
- MaxButton = 0 'False
- MinButton = 0 'False
- ScaleHeight = 2370
- ScaleWidth = 2535
- Top = 2130
- Width = 2655
- Begin VB.CommandButton Command1
- Caption = "Click!"
- Height = 372
- Left = 720
- TabIndex = 4
- Top = 1920
- Width = 972
- End
- Begin VB.Label Label2
- Alignment = 2 'Center
- Caption = "Modified and improved to work with MsgBlast.Ocx by Ed Staffin"
- Height = 612
- Left = 120
- TabIndex = 3
- Top = 1140
- Width = 2292
- End
- Begin VB.Label Label1
- Alignment = 2 'Center
- Caption = "Randall Kern && Jim Cash"
- Height = 252
- Index = 2
- Left = 60
- TabIndex = 2
- Top = 840
- Width = 2412
- End
- Begin VB.Label Label1
- Alignment = 2 'Center
- Caption = "Originally designed and written by"
- Height = 432
- Index = 1
- Left = 60
- TabIndex = 1
- Top = 360
- Width = 2412
- End
- Begin VB.Label Label1
- Alignment = 2 'Center
- Caption = "Small Caption Example"
- Height = 252
- Index = 0
- Left = 0
- TabIndex = 0
- Top = 0
- Width = 2412
- End
- Attribute VB_Name = "frmAbout"
- Attribute VB_Creatable = False
- Attribute VB_Exposed = False
- Private Sub Command1_Click()
- Unload Me
- End Sub
-