home *** CD-ROM | disk | FTP | other *** search
- VERSION 5.00
- Object = "{3B7C8863-D78F-101B-B9B5-04021C009402}#1.1#0"; "RICHTX32.OCX"
- Begin VB.Form ADOBE
- Appearance = 0 'Flat
- BackColor = &H80000005&
- BorderStyle = 0 'None
- Caption = "Form1"
- ClientHeight = 7200
- ClientLeft = 0
- ClientTop = 0
- ClientWidth = 9600
- LinkTopic = "Form1"
- ScaleHeight = 480
- ScaleMode = 3 'Pixel
- ScaleWidth = 640
- ShowInTaskbar = 0 'False
- StartUpPosition = 2 'CenterScreen
- Begin RichTextLib.RichTextBox rt1
- Height = 3405
- Left = 2430
- TabIndex = 2
- Top = 3000
- Width = 7005
- _ExtentX = 12356
- _ExtentY = 6006
- _Version = 327680
- BorderStyle = 0
- Enabled = -1 'True
- ReadOnly = -1 'True
- ScrollBars = 2
- Appearance = 0
- RightMargin = 460
- TextRTF = $"ADOBE.frx":0000
- End
- Begin VB.Label Label2
- BackStyle = 0 'Transparent
- Height = 495
- Left = 2850
- MouseIcon = "ADOBE.frx":00C9
- MousePointer = 99 'Custom
- TabIndex = 1
- Top = 6600
- Width = 3015
- End
- Begin VB.Label Label1
- BackStyle = 0 'Transparent
- Height = 495
- Left = 6750
- MouseIcon = "ADOBE.frx":050B
- MousePointer = 99 'Custom
- TabIndex = 0
- Top = 6600
- Width = 1425
- End
- Attribute VB_Name = "ADOBE"
- 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\adobe.jpg")
- rt1.BackColor = vbWhite
- rt1.filename = CDDRIVE & ":\cdc\adobe\desc.doc"
- End Sub
- Private Sub Label1_Click()
- INDICE.Show
- Unload Me
- End Sub
- Private Sub Label2_Click()
- Dim retval
- retval = Shell(CDDRIVE & ":\cdc\adobe\pm3\pml3tryout.exe", 1)
- End Sub
-