home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1996 February
/
PCWK0296.iso
/
sharewar
/
win95nt
/
program
/
msgblast
/
data.z
/
abouttb.FRM
< prev
next >
Wrap
Text File
|
1995-09-09
|
2KB
|
71 lines
VERSION 4.00
Begin VB.Form frmAbout
BorderStyle = 3 'Fixed Dialog
Caption = "About"
ClientHeight = 1275
ClientLeft = 5520
ClientTop = 3930
ClientWidth = 3690
Height = 1620
Icon = "abouttb.frx":0000
Left = 5490
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 1275
ScaleWidth = 3690
ShowInTaskbar = 0 'False
Top = 3615
Width = 3750
Begin VB.Label lblInfo
Caption = "74451.1245@compuserve.com"
Height = 255
Index = 4
Left = 180
TabIndex = 2
Top = 840
Width = 2805
End
Begin VB.Label lblInfo
Caption = "Author: Cris Williams"
Height = 255
Index = 1
Left = 180
TabIndex = 1
Top = 600
Width = 2805
End
Begin VB.Label lblInfo
Caption = "Message Blaster/Taskbar Icon Sample"
BeginProperty Font
name = "MS Sans Serif"
charset = 0
weight = 700
size = 8.25
underline = 0 'False
italic = 0 'False
strikethrough = 0 'False
EndProperty
Height = 255
Index = 0
Left = 180
TabIndex = 0
Top = 240
Width = 3375
End
End
Attribute VB_Name = "frmAbout"
Attribute VB_Creatable = False
Attribute VB_Exposed = False
Option Explicit
Private Sub Form_Load()
On Error Resume Next
Move (Screen.Width - Width) / 2, (Screen.Height - Height) / 3
End Sub