home *** CD-ROM | disk | FTP | other *** search
- VERSION 5.00
- Begin VB.Form MICROSOFT
- Appearance = 0 'Flat
- BackColor = &H80000005&
- 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 Label6
- Appearance = 0 'Flat
- BackColor = &H80000005&
- BackStyle = 0 'Transparent
- ForeColor = &H80000008&
- Height = 525
- Left = 7590
- MouseIcon = "MICROSOFT.frx":0000
- MousePointer = 99 'Custom
- TabIndex = 5
- Top = 6510
- Width = 1395
- End
- Begin VB.Label Label5
- Appearance = 0 'Flat
- BackColor = &H80000005&
- BackStyle = 0 'Transparent
- ForeColor = &H80000008&
- Height = 675
- Left = 2340
- MouseIcon = "MICROSOFT.frx":0442
- MousePointer = 99 'Custom
- TabIndex = 4
- Top = 5250
- Width = 6615
- End
- Begin VB.Label Label4
- Appearance = 0 'Flat
- BackColor = &H80000005&
- BackStyle = 0 'Transparent
- ForeColor = &H80000008&
- Height = 525
- Left = 2370
- MouseIcon = "MICROSOFT.frx":0884
- MousePointer = 99 'Custom
- TabIndex = 3
- Top = 4530
- Width = 2295
- End
- Begin VB.Label Label3
- Appearance = 0 'Flat
- BackColor = &H80000005&
- BackStyle = 0 'Transparent
- ForeColor = &H80000008&
- Height = 585
- Left = 2400
- MouseIcon = "MICROSOFT.frx":0CC6
- MousePointer = 99 'Custom
- TabIndex = 2
- Top = 3720
- Width = 5415
- End
- Begin VB.Label Label2
- Appearance = 0 'Flat
- BackColor = &H80000005&
- BackStyle = 0 'Transparent
- ForeColor = &H80000008&
- Height = 585
- Left = 2400
- MouseIcon = "MICROSOFT.frx":1108
- MousePointer = 99 'Custom
- TabIndex = 1
- Top = 2970
- Width = 6645
- End
- Begin VB.Label Label1
- Appearance = 0 'Flat
- BackColor = &H80000005&
- BackStyle = 0 'Transparent
- ForeColor = &H80000008&
- Height = 675
- Left = 2460
- MouseIcon = "MICROSOFT.frx":154A
- MousePointer = 99 'Custom
- TabIndex = 0
- Top = 2070
- Width = 4035
- End
- Attribute VB_Name = "MICROSOFT"
- 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\microsoft.jpg")
- End Sub
- Private Sub Label1_Click()
- Dim retval
- retval = Shell(CDDRIVE & ":\cdc\microsoft\msaoedx.exe", 1)
- End Sub
- Private Sub Label2_Click()
- Dim retval
- retval = Shell(CDDRIVE & ":\cdc\microsoft\msabtfdx.exe", 1)
- End Sub
- Private Sub Label3_Click()
- Dim retval
- retval = Shell(CDDRIVE & ":\cdc\microsoft\mscart.exe", 1)
- End Sub
- Private Sub Label4_Click()
- Dim retval
- retval = Shell(CDDRIVE & ":\cdc\microsoft\owtrial.exe", 1)
- End Sub
- Private Sub Label5_Click()
- Dim retval
- retval = Shell(CDDRIVE & ":\cdc\microsoft\mtm2trial.exe", 1)
- End Sub
- Private Sub Label6_Click()
- INDICE.Show
- Unload Me
- End Sub
-