home *** CD-ROM | disk | FTP | other *** search
- VERSION 5.00
- Begin VB.Form IBM
- 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 Label2
- Appearance = 0 'Flat
- BackColor = &H80000005&
- BackStyle = 0 'Transparent
- ForeColor = &H80000008&
- Height = 495
- Left = 3210
- MouseIcon = "IBM.frx":0000
- MousePointer = 99 'Custom
- TabIndex = 1
- Top = 6600
- Width = 2955
- End
- Begin VB.Label Label1
- Appearance = 0 'Flat
- BackColor = &H80000005&
- BackStyle = 0 'Transparent
- ForeColor = &H80000008&
- Height = 495
- Left = 7110
- MouseIcon = "IBM.frx":0442
- MousePointer = 99 'Custom
- TabIndex = 0
- Top = 6600
- Width = 1455
- End
- Attribute VB_Name = "IBM"
- 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\ibm.jpg")
- End Sub
- Private Sub Label1_Click()
- INDICE.Show
- Unload Me
- End Sub
- Private Sub Label2_Click()
- Dim retval
- retval = Shell(CDDRIVE & ":\cdc\IBM\IBMVIA.exe", 1)
- End Sub
-