home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Computer Discount - Smash Disk
/
SmashDisk.bin
/
Cdc
/
SRC
/
SYMANTEC.frm
< prev
next >
Wrap
Text File
|
1998-06-11
|
3KB
|
98 lines
VERSION 5.00
Begin VB.Form SYMANTEC
BorderStyle = 0 'None
Caption = "Form1"
ClientHeight = 7200
ClientLeft = 0
ClientTop = 0
ClientWidth = 9600
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 480
ScaleMode = 3 'Pixel
ScaleWidth = 640
ShowInTaskbar = 0 'False
StartUpPosition = 2 'CenterScreen
Begin VB.Label Label4
Appearance = 0 'Flat
BackColor = &H80000005&
BackStyle = 0 'Transparent
ForeColor = &H80000008&
Height = 525
Left = 7830
MouseIcon = "SYMANTEC.frx":0000
MousePointer = 99 'Custom
TabIndex = 3
Top = 6450
Width = 1395
End
Begin VB.Label Label3
Appearance = 0 'Flat
BackColor = &H80000005&
BackStyle = 0 'Transparent
ForeColor = &H80000008&
Height = 705
Left = 2430
MouseIcon = "SYMANTEC.frx":0442
MousePointer = 99 'Custom
TabIndex = 2
Top = 1950
Width = 4455
End
Begin VB.Label Label2
Appearance = 0 'Flat
BackColor = &H80000005&
BackStyle = 0 'Transparent
ForeColor = &H80000008&
Height = 705
Left = 2400
MouseIcon = "SYMANTEC.frx":0884
MousePointer = 99 'Custom
TabIndex = 1
Top = 3180
Width = 6225
End
Begin VB.Label Label1
Appearance = 0 'Flat
BackColor = &H80000005&
BackStyle = 0 'Transparent
ForeColor = &H80000008&
Height = 705
Left = 2370
MouseIcon = "SYMANTEC.frx":0CC6
MousePointer = 99 'Custom
TabIndex = 0
Top = 4410
Width = 4005
End
End
Attribute VB_Name = "SYMANTEC"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Form_Load()
Me.Picture = LoadPicture(CDDRIVE & ":\cdc\pic\symantec.jpg")
End Sub
Private Sub Label1_Click()
SYM3.Show
Unload Me
End Sub
Private Sub Label2_Click()
SYM2.Show
Unload Me
End Sub
Private Sub Label3_Click()
SYM1.Show
Unload Me
End Sub
Private Sub Label4_Click()
INDICE.Show
Unload Me
End Sub